/* CZECH QUAKE */
body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* float: left; */
	color: white;
	background-color: var(--qcz-base);
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	/* width: 1800px; */
}
a:link{
	color: var(--qcz-link);
	text-decoration: none;
}
a:visited{
	color: var(--qcz-link);
	text-decoration: none;
} 
a:hover{
	color: var(--qcz-hover);
	text-decoration: none;
}
a:active{
	color: var(--qcz-link);
	text-decoration: none;
}					
/* MAIN FRAMES */					
.header{
	/* width: 100%; */
	/* width: 1800px; */
	height: 310px;
	background-image: url(../gfx/CzechQuake.png);
	background-position: right;
	background-size: 100% 100%;
	padding-left: 0px;
    padding-right: 0px;
}
.content{
	width: 100%;
	margin-top: 20px;
	padding-left: 0px;
    padding-right: 0px;
}
.footer{
	width: 100%;
	margin-top: 20px;
	height: 100px;
	background-color: #222222;
	z-index: -1;
}		
/* MAIN COLUMNS */
form{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.left{
	/* width: 270px; */
	/* padding-left: 20px; */
	display: inline-block;
	vertical-align: top;
	padding-left: 0px;
    padding-right: 0px;
}
.top-left{
	width: 290px;
	padding-left: 20px;
	display: inline-block;
	vertical-align: top;
}

.center{
	/* width: 800px; */
	/* margin-left: 40px; */
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
    padding-right: 10px;
}
.top-center{
	width: 800px;
	margin-left: 40px; 
	display: inline-block;
	vertical-align: top;
}
.right{
	/* width: 600px; */
	/* margin-left: 40px; */
	display: inline-block;
	vertical-align: top;
	padding-left: 0px;
    padding-right: 0px;
}
.top-right{
	width: 600px; 
	margin-left: 40px; 
	display: inline-block;
	vertical-align: top;
	}
/* HEADER FRAMES */
.qcz{
	vertical-align: middle;
	text-align: center;
}	
.up{
	height: 55px;
	/* width: inherit; */
	text-align: right;
}
.mid{
	height: 200px;
	/* width: inherit; */
	text-align: left;
	padding: 0px 5px 0px 5px
}
.btn{
	height: 55px;
	/* width: inherit; */
	text-align: center;
	line-height: 55px;
}	
.clanring{
	height: 310px;
	width: 450px;
	background-image: url(../gfx/ClanRing_COLOR.png);
	background-position: left;
	/* width: 200px; */
	display: table;
	margin: 0 auto;
	background-repeat: no-repeat;
    background-size: cover;
}
.clanring_button {
	height: 50px;
	width: 250px;
	position: absolute;
	margin-left: -350px;
	margin-top: 250px;
}
.userLogin{
	display: table-cell;	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: white;
	text-shadow: 0px 0px 4px black;
	font-weight: bold;
}	

/* LOGIN */
.userLogin Input{
	width: 50%;
	height: 20px;
	background-color: rgba(0,0,0,0.3);
	padding: 2px 2px 2px 2px;
	color: white;
	vertical-align: middle;
	font-weight: bold;
	border: 1px solid yellow;
	margin: 2px 2px 2px 2px;
}
.userLogin Button{
	width: 50%;
	height: 25px;
	background-color: rgba(0,0,0,0.5);
	padding: 2px 2px 2px 2px;
	color: white;
	vertical-align: middle;
	font-weight: bold;
	border: 1px solid black;
	margin: 2px 2px 2px 2px;
}					
.userLogin P{
	margin-top: 5px;
	margin-bottom: 5px;
}
			
/* CONTENT */
.Book{
	float: left !important;
}
				
/* MAPS TOOLTIPS */
.arena 	{
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted #828282;
}
.arena .arenathumb{
	visibility: hidden;
	width: 160px;
	background-color: #444444;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 3px 0px 0px 0px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -80px;
	border: 1px solid #444444;
}
.arena .arenathumb::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #444444 transparent transparent transparent;
} 
/* ARROW COLOR */
.arena .arenathumb img{
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 160px !important;
	height: 40px !important;
}
.arena:hover .arenathumb{
	visibility: visible;
}	

/* NEWS - COMMENTS */
.Comments{
	background:transaprent;
	padding: 0px;
	border: 1px solid #222222;
}					
.Comments ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.top-comment{
	width: auto;
}
.top-comment:not(:first-child){
	width: auto;
	border-top: 10px solid black;
}
.comment{
	font-size: 12px;
	color: #222222;
	background-color: #828282;
	position: relative;
	min-height: 70px;
	padding: 5px;
	border-top: 5px solid #222222;
	border-bottom: 5px solid #222222;
}
.com-author{
	width: 200px;
	min-height: 60px;
	float: right;
	padding: 5px;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #222222;
	color: white;
	font-size: 10px;
	text-align: center;
}	
.com-karma{
	width: 50px; 
	height: 55px; 
	float: left; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 0px 0px 4px black;
}														
.com-info{
	width: 140px; 
	height: 55px; 
	float: right;  
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
}	
.comment-reaction{
	padding-left:20px;
	background-color: #222222;
	line-height: 15px;
	width: auto;
}							
				
.post-comment{
	padding: 20px;
	text-align: center;
}
.post-comment button{
	margin-top: 10px;
	height: 30px;
	width: 300px;
	background-image: url(../gfx/BAR_30x300.png);
	background-color: #00BBFF;
	color: white;
	font-weight: bold;
	text-align: center;
	border: 0px;
}
.com-notification{
	font-size:28px;
}
#comment-write-new{
	width: auto;
	overflow-y: auto;
	text-align: left;
	color: white;
	background-color: #000000;
	height: 100px;
	border: 1px solid #00BBFF;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 2 !important;
}
.News H3{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: 15px;
	font-weight: bold;	text-align: left;
	height: 30px;
	line-height: 30px;
	background-color: #222222;
	border-bottom: 1px solid #222222;	
	border-bottom: 1px solid yellow;
}
.hidden{
	display: none;
}
.react{
	width: 100%;
	height: 15px;
	font-size: 10px;
	font-weight: bold;
	margin-top: 5px;
	background-color: black;
	color: #828282;
	border: 0px;
}			

/** modals **/
/* The Modal (background) */
.modal{
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 300px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0,0,0);
	/* Fallback color */
	background-color: rgba(0,0,0,0.4);
	/* Black w/ opacity */
}
/* Modal Content */
.modal-content{
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 50%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animatetop{
	from{top:-300px; opacity:0} 
	to{top:0; opacity:1}
}
@keyframes animatetop{
	from{top:-300px; opacity:0}
	to{top:0; opacity:1}
}
/* The Close Button */
.close{
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,
.close:focus{
	color: yellow;
	text-decoration: none;
	cursor: pointer;
}
.modal-header{
	padding: 2px 16px;
	background-color: #000;
	color: white;
}
.modal-body{
	padding: 2px 16px;
}
.modal-body form{
	color:#000000;
	padding:20px;
	font-size: 30px;
}
.modal-footer{
	padding: 2px 16px;
	background-color: #000;
	color: white;
}
/** end modals**/								
.mobile-nav{
	display: none;
}
.content .center{
	padding: 0px 20px 0px 20px
}
.dereact{
	font-size: 14px;
	color: red;
	font-weight: bold;
	vertical-align: middle; 
	cursor: pointer;
}