

@font-face {
    font-family: "Times New Roman";
    src: url(/fonty/times.ttf);
}
@font-face {
    font-family: "Times New Roman";
    src: url(/fonty/timesbd.ttf);
    font-weight: bold;
}
@font-face {
    font-family: "Times New Roman";
    src: url(/fonty/timesbi.ttf);
    font-weight: bold;
    font-style:italic;
}
@font-face {
    font-family: "Times New Roman";
    src: url(/fonty/timesi.ttf);
    font-style:italic;
}


body{
color: #fff;
background-image: url(//img2.legiekondor.cz/pub/static/aniproj/BG.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
font-family: "Times New Roman";
overflow-y:scroll;
}

a:link {
color: orange;
}

a:visited {
color: orange;
}

a:hover {
color: red;
}
.center {
border: 3px solid #fff;
display:inline-block;
border-radius:45px;
  position: fixed;
/*  #min-height:250px;*/
  min-width:200px;
  max-height:90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding:30px;
  background-color:#000;
  background-color:rgba(0,0,0,0.5);
  overflow:auto;

}
.center h3{
margin:15px 5px;
text-align:center;

}
.center input, #center select{
border-radius: 10px;
font-size: 20px;
}


.center button, #center input[type="submit"], button.editorbut{
    border-radius: 10px;
    font-size: 12px;
    padding: 10px;
    margin-top: 5px;
    cursor:pointer;
}


    
.user {
    height: 0;
    width: 20%;
    min-width:250px;
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-y: hidden;
    transition: 0.5s;
    /* padding-right: 60px; */ 
    text-align:center;
}

.user span.role {
  padding: 0px;
  text-decoration: none;
  font-size: 16px;
  display: block;
  transition: 0.3s;
}

.user .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    color: rgb(255,255,255);
    opacity:0.5;
    display: block;
    transition: 0.3s;
    z-index:13;
}
.user a.name {
    /* padding: 8px 8px 8px 8px; */
    text-decoration: none;
    font-size: 25px;
    color: rgb(255,255,255);
    opacity:0.8;
    display: block;
    transition: 0.3s;
    z-index:13;
}

.user a:hover {
    color: rgb(255,255,255);
    opacity:1;
    font-weight:normal;
}

.useropen{
text-decoration: none;
display: block;
font-size:30px;
cursor:pointer;
background-color:rgba(0,0,0,0.8);
color:white;
padding:5px;
text-align:center;
position:fixed;
top:0;
right:15%;
z-index:10;
border-bottom:1px solid #fff;
border-left:1px solid #fff;
border-right:1px solid #fff;
border-radius:0 0 20px 20px;
border-top:none;

}
.useropen img{width:22px;height:22px;}


input.logout{
    background-color: #4CAF50; /* Green */
    border:none;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    margin:5px auto;
    text-decoration: none;
    color: rgb(255,255,255);
    display: block;
    transition: 0.3s;
    z-index:13;
    
}