body{
  background-color: #F3F3F3;
  font-family: 'Ubuntu', sans-serif;
}
a {cursor: pointer}
#logo{
  width:200px;
  height:200px;
  text-align: center;
  display:block;
  position: relative;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 10px;
}
#clock{
  width:190px;
  height:190px;
  text-align: center;
  left:0;
  right:0;
  top:17px;
  display:block;
  position: absolute;
  margin-left:auto;
  margin-right:auto;
  transition: transform 0.3s;
}
.profile a{
  cursor: pointer;
}

.header td{
  width:290px;
}
#avatar{
  width:50px;
  height:50px;
}

#user{
  height: 100px;
  width:250px;
  margin-bottom: 0;
  float:right;
}
#user p{
  margin-bottom: 0;
}


.center-tabs {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  width: 870px;
  text-align: center;
}
#menu{
  margin-bottom: 0;
  padding-bottom: 0;
}
#menubox{
  height:41px;
}
.nav-tabs a{
  color:black;
}
.nav-tabs-menu a{
  margin-left: 50px;
  margin-right: 50px;
}
.nav-tabs-leaderboard a{
  margin-left: 35px;
  margin-right: 35px;
}
.text-center{
  margin-bottom:0;
  padding-bottom:0;
}


#wrap{
  width: 870px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top:2px;
  margin-bottom: 2px;
}

#content-wrap{
  width:870px;
  height: auto;
  margin: auto;

}
.contentbox{
  background-color: white;
  border: 1px solid #ddd;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-top-style:hidden;
  font-family: 'Ubuntu', sans-serif;
  padding: 40px 60px 0 60px;
  float:left;
}
#btn-zadani{
  background-color: white;
}
.contentbox-glyphs{
  background-color: white;
  border: 1px solid #ddd;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-top-style:hidden;
  font-family: 'Ubuntu', sans-serif;
  padding: 40px 0 0 0;
  float:left;
}

.contentbox h2{
  margin-top: 20px;
  font-weight: normal;
  font-family: 'Ubuntu', sans-serif;
}
.contentbox p{
  font-size:14px;
  font-style:400;
}
.nav a{
  font-family: 'Ubuntu', sans-serif;
}
footer{
  float:left;
  width:100%;
  margin-top: 200px;
  padding-top: 20px;
  border: 1px solid #ddd;
  border-width: 1px;
  border-style: solid hidden hidden hidden;
  border-color: rgb(221, 221, 221);
  text-align: center;
}
footer img{
  width: 500px;
}
footer .copyright{
  text-align: left;
  padding: 10px 0 15px;
}
.footer-glyphs{
  margin: 0 60px;
}

.no-padding{
  padding:0;
}
.text-wrap{
  padding-left: 30px;
}
.buttons{
  margin-top: 20px;
}
.buttons a{
  background-color: #ddd;
  color:black;
  border-color:gray;
}
.buttons .btn-primary:hover,.buttons .btn-primary:focus, .buttons .btn-primary:active {
  background-color: gray;
  border-color:black;
  color:black;
}

#btn-secondary{
  background-color: white;
  border-style: hidden;
}
.glyph-nav{
  height:auto;
  text-align:center;
  max-width: 870px;
  margin-top:30px;
}

.glyph-nav a{
  font-size: 185px;
  color:#dadada;
  text-align: center;
  margin:0 23px;
}

.glyph-nav a:hover{
  color:gray;
}
#glyph-words{
  text-align: center;
  font-size: 50px;
  color:gray;
  opacity:0;
}
#glyph-words-second-lvl{
  text-align: center;
  font-size: 50px;
  color:gray;
}
#informace{
  margin: 0 60px;
}
#adresa{
  width:600px;
  margin: 30px 0 30px 60px;
}
.downloads{
  margin: 60px;
}

.framework_disabled{
  border-style: dashed;
  border-color: gray;
  border-width: 3px;
}


.login-signup td{
  width:374px;
}
.login-signup input[type=text]{
  width:200px;
}

.login-signup input[type=email]{
  width:200px;
}

.login-signup input[type=password]{
  width:200px;
}
.login-signup select{
  width:200px;
}

.form-login{
  padding-right: 20px;
  padding-top: 0px;
  border-width: 1px;
  border-color: #ddd;
  border-style: hidden solid hidden hidden;
}
.form-signup{
  padding-left:20px;
}
h3{
  font-size: 20px;
}
.archive{
  width: 100%;
}
.archive td{
  padding: 30px 30px 0 30px;
}
.archive .btn{
  float:right;
  border: 1px solid #ddd;
  color:black;
}
.upload-form{
  width:400px;
  padding-right: 20px;
  margin-left:20px;
}
.upload-form select{
  margin-bottom: 20px;
  width:200px;
}
.upload-form button{
  margin-top:10px;
}
.upload-form h2{
  margin-top:0;
  margin-bottom:20px;
}
.manage-files h2{
  margin-top:0;
  margin-bottom:20px;
}
.manage-files{
  width:475px;
  margin-top: 30px;
  padding-top: 20px;
  margin-left:20px;
  border-width: 1px;
  border-color: #ddd;
  border-style:solid;
  border-radius: 5px;
}
#upload-button{
  margin-left: 30px;
}
.form-settings{
  border-width: 1px;
  border-color: #ddd;
  border-style: hidden hidden solid hidden;
  padding-bottom:20px;
  margin-bottom: 30px;
}
.form-settings input{
  width:300px;
}
.form-settings select{
  width:300px;
}
.form-part{
  border-width: 1px;
  border-color: #ddd;
  border-style: hidden hidden solid hidden;
  padding-bottom:10px;
}
.form-part input[type=text]{
  width:350px;
}
.form-part select{
  width:350px;
}  
.form-part textarea{
  width:350px;
}
.confirm-password input[type=password]{
  width:300px;
}
.foto-nav{
  text-align: center;
}
#news-button{
  margin-left:30px;
}
.scoring-form{
  margin-bottom: 50px;
  width: 400px;
}
.scoring-form h2{
  margin-top: 0;
}
.scoring-form label{
  margin-top:10px;
}
.hidden-form{
  display:none;
}
#btn-zadani-file{
  margin-top: 10px;
  margin-left: 5px;
  border: 2px solid #ddd;
  color:black;
}
.apology{
  margin-top: 20px;
  border-color:gray;
}
.apology h2{
  font-size: 25px;
  margin-left:20px;
}
.apology a{
  color:gray;
  text-decoration: none;
  cursor:pointer;
}

.apology-field{
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  border-color:#696969;
}
.apology-field p{
    font-size: 16px;
}
#apology-switch{
  cursor: hand;
}
.table-prihlaska{
  width:50%;
}
.table-ucastnici{
  width: 50%;
}
.firstline{
  font-weight: bold;
  background-color:#F3F3F3;
}
.blocked a{
  color: #ddd;
  pointer-events:none;
}
.registration{
  width:50%;
  margin-left: 3%;
  float:left;
  display:block;
}
.registration h2{
  margin-top:0;
}
.reglist{
  display:block;
  float:left;
  overflow: hidden;
  width:47%;
}
.photos{
  display:inline;
}
#btn-soustredeni{
  border: 1px solid gray;
  background-color: white;
  color:black;
}
.photoLibrary{
  float: left;
  width: 100%;
}
.photoShelf{
  height:100px;
  border-radius: 25px;
  text-align:left;
  vertical-align: middle;
  line-height: 100px;
  margin: 20px 0;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-size:cover;
  transition: padding-left 0.5s;
}
.photoShelf:hover{
  padding-left: 40px;
}
.photoLibrary a{
  vertical-align: middle;
  line-height: 100px;
  color:white;
  text-decoration: none;
  font-size: 30px;
}
.cypher{
  font-family: "Courier New";
}
#scoretable td
{
    padding-left: 1px;
    padding-right: 1px;
}
#scoreul5s li a
{
    margin-left: 45px;
    margin-right: 0px;
}
#scoreul6s li a
{
    margin-left: 30px;
    margin-right: 0px;
}
.scorewrap
{
    padding-left:20px;
    padding-right: 20px;
}
.well h2
{
    margin-top: 3px;
}
.blink
{
    cursor: wait;
}
.blink span
{
    animation: blinking 1.5s infinite;
}
.error
{
    background-color: #fcf8e3;
    border-color: #bf9d63;
    color: #8a6d3b;
    animation: blinking 1s 2;
}
@keyframes blinking
{
    0% {color: inherit}
    49% {color: inherit}
    50% {color: transparent}
    99% {color: transparent}
    100% {color: inherit}
}
.alert
{
    position: sticky;
    top: 20px;
    z-index: 3;
}
.longfade
{
    animation: fading 15s 1;
}
@keyframes fading
{
    90% {opacity: 0.3}
    100% {opacity: 0}
}
.grey
{
    color: #aaa;
}
.toolactive
{
    color: limegreen;
}
#toolbar span:hover
{
    cursor: pointer;
}
#toolbar span
{
    padding: 0px 3px;
}
.toolA
{
	float: left;
}
.toolE
{
	float: right;
}
.toolC
{
	float: right;
}
.toolA:hover
{
    color: limegreen;
}
.toolE:hover
{
    color: cyan;
}
.toolC:hover
{
    color: red;
}
.comm
{
    cursor: pointer;
}
.base
{
    width: 100%;
    border: 1px solid black;
}
.edited
{
    border-width: 5px !important;
    padding: 5px;
    animation: editedAnim 1.5s infinite;
}
@keyframes editedAnim
{
    0% {color: red; border-color: red}
    49% {color: red; border-color: red}
    50% {color: cyan; border-color: cyan}
    99% {color: cyan; border-color: cyan}
}
#appendable p
{
    margin: 0;
}
.popover-content
{
    width: 200px;
}
.move
{
    cursor: move !important;
}
.loading
{
	z-index: 10;
	position: fixed;
	top: 50%; border-color: rgba(0,0,0,0.5);
	background-color: #ddd;
	left: 50%;
	transform: translate(-50%, 0);
}
.loading div
{
	margin: 20px 40px;
	padding: 0px;
}
.org
{
	border-top: solid rgb(221,221,221) 0.8px;
	padding: 8px;
	vertical-align: top;
	width: 50%;
	float: left;
	height: 130px;
}
.sercol1 {color: #f00}
.sercol2 {color: #f80}
.sercol3 {color: #aa0}
.sercol4 {color: #0a0}
.sercol5 {color: #08f}
.sercol6 {color: #80f}
.sercol1 a {color: #f00}
.sercol2 a {color: #f80}
.sercol3 a {color: #aa0}
.sercol4 a {color: #0a0}
.sercol5 a {color: #08f}
.sercol6 a {color: #80f}
.onlyprint
{
	display: none;
}
@media print
{
    .noprint {display: none}
    .fas {display: none !important}
    .comm {color: red !important}
    .comm span {color: red !important}
	.onlyprint {display: inline}
	#content-wrap {padding: 0; position: absolute; top:0; border: none}
	.h900 {height: 900px}
}
.non-public a
{
	background-color: #ccc;
}
@media (max-width: 600px) {
  .msmall {
    font-size: 200px;
  }
}
