/*
######### PARAGON WAS HERE ===> 2024 #########
*/
@font-face {
    font-family: 'unispace_ru';
    src: url('/monitor/fonts/unispace_ru.ttf')  format('truetype');
}

* {
    font-family: 'unispace_ru', Verdana, sans-serif;
}

/* gameq style - START */

table {
    border: 1px solid #000;
    background-color: #DDD;
    border-spacing:1px 1px;
}
table thead {
    font-weight: bold;
    background-color: #CCC;
}
table tr.uneven td {
    background-color:#FFF;
}
table td {
    padding: 5px 8px;
}
table tbody {
    background-color: #F9F9F9;
}
.note {
    color: #333;
    font-style:italic;
}
.key-always {
    color:red;
    font-weight:bold;
}
.key-normalise {
    color:red;
}
/* gameq style - END */


/* ***********************************
byman - 	START
************************************ */
body {
    color:#e0e0e0;
    font-family:"unispace_ru";
    text-shadow:-1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* Simulating Text Stroke */
    margin:0px;
    background: url("/monitor/images/bg.png");
}

#maingameq header {
    width:100%;
    height:160px;
}

#maingameq header .left {
    float: left;
    width: calc(20% - 20px);
    padding-top: 20px;
}			

#maingameq header .center {
    float:left;
    width:60%;				
}			

#maingameq header .right {
    float: right;
    width: calc(20% - 20px);
    text-align: right;
    margin-right: 20px;
}

#maingameq header .center h1 {
    text-align: center;								
} 

#maingameq header .right h3 {
    padding-top: 10px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.13) !important;
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
} 

.boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.boxes>div {
    /* zoom: 0.9; */
    background: #ffffff0a;
    margin-bottom: 20px;
}

.boxes>div {
    max-width:300px;
    margin-left: 10px;
    margin-right: 10px;
}

.boxes h3 {
    margin: 2px 0;
    text-align: center;
    /* text-shadow: 2px 2px 2px black; */
    border-radius: 8px;
    padding:5px;
    /* box-shadow: 0 0 10px rgba(255, 0, 0, 0.5), inset 4px 4px 22px #000; */
}

.frame{
    margin:6px 0; 
    padding: 6px;
    /* box-shadow: 0 0 10px rgba(255, 0, 0, 0.5), inset 4px 4px 22px #000; */
    border-radius: 6px;
    width:240px;
    width: calc(100% - 12px);
    height:450px;				
    background-color: rgba(17, 17, 17, 0.47);
}

@media (max-width: 2560px) {.boxes>div{width: calc(14% - 20px);		} }
@media (max-width: 1920px) {.boxes>div{width: calc(16% - 20px);		} }
@media (max-width: 1600px) {.boxes>div{width: calc(20% - 20px);		} }
@media (max-width: 1200px) {.boxes>div{width: calc(25% - 20px);		} }
@media (max-width: 965px)  {.boxes>div{width: calc(33% - 20px);		} }
@media (max-width: 768px)  {.boxes>div{width: calc(50% - 20px);		} }
@media (max-width: 480px)  {.boxes>div{width: calc(100% - 20px);		} }


#maingameq figure{
    margin: 6px;
    padding: 6px;
    /* box-shadow: 0 0 10px rgba(255, 0, 0, 0.5), inset 4px 4px 22px #000; */
    max-height: calc(180px + 12px);
}

#maingameq figcaption{
    text-align: center;
    background: #ffffff20;
    font-size: 14px;
    padding: 5px 2px 2px 2px;
    height: 20px;
}

.address{
    text-align: center;
    margin: 0px;
    font-size: 13px;
}			

.players ul{
    margin: 6px 0;
    font-size:smaller;				
    overflow: auto;
    height: 170px;
    -webkit-overflow-scrolling: touch;
}

.playersTitle{
    margin: 6px 0;
    text-align: center;
    /* background: #ffffff20; */
    padding: 3px;
}

.q3playercolored {
    display: none;			
}			

#maingameq footer{
    margin: 20px 0 0 0;
}

.neon {
    color: #fff;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 150px #fff, 0 0 20px #FF0000, 0 0 350px #FF0000, 0 0 40px #FF0000, 0 0 50px #FF0000, 0 0 75px #FF0000;
}

/* Buttons */
.link{
    padding:6px;
    float:left;
    text-align: center;
    text-decoration: none;    		
     border:1px solid #ffffff40;
     border-radius:5px;
     color:#ccc;
     margin-right:10px;
     padding:10px 10px 10px 10px;
    /* effects*/
    transition: 0.4s;
    opacity:0.7; 
}
.link:hover{
    color:#fff;
    /* background: radial-gradient(circle, #ba0e19, #1c0202 ); */
    background: -webkit-radial-gradient(#b6b6b6, #020202);  
    background: -moz-radial-gradient(#b6b6b6, #020202);  
    background: -o-radial-gradient(#b6b6b6, #020202);  
    background: radial-gradient(#b6b6b6, #020202);  

    -webkit-transition: background 1s ease-out;  
    -moz-transition: background 1s ease-out;  
    -o-transition: background 1s ease-out;  
    transition: background 1s ease-out;  

    background-position:100px;  
    opacity:1;
}

#maingameq footer>div{
    background: rgba(0, 0, 0, 0.31);
    padding: 12px;
}


/*
CENTER
*/

@media (max-width: 2560px) {
.qoolContainer .data figure {
width: calc(20% - 20px);
}
}

@media (max-width: 1920px) {
.qoolContainer .data figure {
width: calc(20% - 20px);
}
}

@media (max-width: 1600px) {
.qoolContainer .data li {
width: calc(25% - 20px);
}
}

@media (max-width: 1200px) {
.qoolContainer .data figure {
width: calc(33.33% - 20px);
}
}

@media (max-width: 965px) {
.qoolContainer .data figure {
width: calc(50% - 20px);
}
}

@media (max-width: 768px) {
.qoolContainer {
padding: 1px;
left: 0;
right: 0;
width: 100%;
margin: 0;
}
.qoolContainer .data figure {
width: calc(100% - 20px);
}
.header {
height: auto;
max-height: 240px;
}
.header #c1 {
min-width: 100%;
text-align: center;
}
.header #c2 {
min-width: 100%;
text-align: center;
}

/*	
.header #c3 {
min-width: 100%;
text-align: center;
}
*/	
.header img {
text-align: center;
/*	font-size: 130%; */
}
.header a {
text-align: center;
display: block;
}
.header h1 {
text-align: center;
/*	font-size: 130%; */
}
}


/* -----------------------------------
byman - 	END
------------------------------------- */

.logo{
    height:100px;
    background: url('/monitor/images/q3msk7.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    margin: auto;
}

.bg{
    background: url('/monitor/images/bg.png');
}

.links{
    display: block;
    margin: auto;
    width: 430px;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffffff50;
    border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}