div.autorize{
	width: 240px;
	padding: 10px; 
	min-width: 200px; 
	text-align: center; 
	margin: 0 auto;
	color: #808080;
	font-size: 10px;
	margin-top: 50px;
	background: #f6f6f6;
	border-radius: 10px;
}
	
	div.autorize input {
		width: 90%;
	}
	

#addform{
	background-color: #eeeeee;
	border-radius: 5px;
	padding: 5px 20px 20px 20px;
	margin: 10px;
}



div.new_w {
	top: 17%;
	right: 100px;
	height: 50%;
	width: 40%;
	padding: 20px;
	position: fixed;
	box-shadow: 0px 5px 15px #303030;
	background: #ffffff;
	min-width: 300px;
	min-height: 240px;
	display: none;
	z-index: 44;
	text-align: center;
}

#new_rqst {
	position: absolute;
	height: auto;
}

div.new_w select {
	font-size: 18px;
	text-align: center;
	min-width: 200px;
	max-width: 400px;
}
	
	div.new_w span.but {
		font-weight: 700;
		color: #606060;
		font-size: 11px;
		cursor: pointer;
		border-bottom: dotted 1px #808080;
	}
	div.new_w span.but:hover {
		color: #aa0000;
		border-bottom: dotted 1px #cc0000;
	}

	div.ext{
		position: absolute;
		margin-top: -5px;
		border-radius: 30px;
		background: #cc0000;
		color: #ffffff;
		z-index: 5;
		text-align: center;
		padding: 10px 16px 10px 16px;
		font-size: 20px;
		font-weight: bold;
		box-shadow: 0px 2px 5px #606060;
		cursor: pointer;
	}
	div.ext:hover{
		background: #ee0000;
	}
	
	div.new_w div.att {
		color: #ff0000;
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	div.new_w div.att span.good {
		color: #00cc00;
	}
	
div.new_w input {
	font-size: 18px;
	text-align: center;
	min-width: 220px;
	width: 90%;
	max-width: 400px;
}
	
div.new_w textarea {
	font-size: 14px;
	text-align: center;
	min-width: 220px;
	width: 90%;
	max-width: 400px;
}
	div.new_w input.searchinput {
		font-size: 12px;
		text-align: center;
		min-width: 80px;
		width: 100%;
		max-width: 160px;
		padding: 6px 5px 6px 5px;
		background: #f0f0f0;
		margin: 0px 5px 0px 5px;
	}
	
	
div.m_files{
	display: none;
	z-index: 10;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	margin: 20px 10px 0px -200px;
	position: absolute;
	min-width: 280px;
	width: 90%;
	max-width: 1100px;
	right: 5%;
	padding: 25px 5px 5px 5px;
	box-sizing: border-box;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
}
	
	div.m_files div.block {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		box-sizing: border-box;
		width: 100%;
	}
	
		
	
	div.m_files div.line {
		padding: 10px;
		border-bottom: 1px solid #e0e0e0;
		width: 25%;
		box-sizing: border-box;
		overflow-x: hidden;
		
	}
		div.m_files div.line p.ico img {
			height: 120px;
		}
		
		
	div.m_files a {
		display: inline-block;
		font-size: 18px;
		font-weight: 900;
		margin: 1px 0px 1px 10px;
	}
	
	div.m_files div.cls {
		position: absolute;
		background: #ff0000;
		color: #ffffff;
		margin: -25px 0px 0px -5px;
		padding: 1px 5px 1px 5px;
		font-size: 12px;
		font-weight: 700;
		cursor: pointer;
	}
	div.m_files div.cls:hover {
		background: #cc0000;
	}


div.adds {
	width: 60px;
	text-align: center;
	padding: 2px;
	font-size: 14px;
	font-weight: 900;
	background: #f6f6f6;
	cursor: pointer;
	border-radius: 4px;
	text-shadow: 0px 1px 0px #ffffff;
	margin-bottom: 5px;

}
div.adds:hover{
	background: #e0e0e0;
}


div.addr {
	background: #f0f0f0;
	border-radius: 3px;
	text-align: center;
	padding: 5px;
	font-size: 22px;
	cursor: pointer;
	margin: 10px;
	width: 100px;

}
div.addr:hover{
	background: #ee0000;
	color: #ffffff;
	text-shadow: 0px 1px 0px #aa0000;
}


div.fastinfo {
	display: none;
	z-index: 11;
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #c0c0c0;
	margin: -25px 10px 0px 20px;
	position: absolute;
	min-width: 150px;
	min-height: 80px;
	max-width: 800px;
}
div.fastinfo a{
	font-size: 14px;
}
div.fastinfo span {
	color: #a6a6a6;
}
	div.fastinfo span.goodline {
		color: #cc0000;
	}
	
	div.fastinfo div.cls {
		position: absolute;
		background: #ff0000;
		color: #ffffff;
		margin: -25px 0px 0px -5px;
		padding: 1px 5px 1px 5px;
		font-size: 12px;
		font-weight: 700;
		cursor: pointer;
	}
	div.fastinfo div.cls:hover {
		background: #cc0000;
	}

div.fastinfo span.testrate {
	background: rgba(0,0,0, 0.6);
	color: #ffffff; 
	display: block; 
	text-align: center;
	font-size: 14px; 
	font-weight: 900;
	margin: -27px 0px 0px 4px; 
	position: absolute;
	padding: 0px 4px 0px 4px;
}

		div.fastinfo div.line {
			border-bottom: 1px solid #f0f0f0;
			padding: 5px 0px 5px 0px;
			font-size: 12px;
		}

table.analysetbl td {
	padding: 5px;
	border-right: 1px dotted #f0f0f0;
	border-bottom: 1px dotted #f0f0f0;
}


div.mapblock {
	position: fixed;
	z-index: 100;
	width: 90%;
	height: 90%;
	background: #ffffff;
	box-shadow: 0px 5px 35px rgba(0,0,0,0.9);
	overflow: auto;
	top: 5%;
	left: 5%;
	display: none;
}
	div.mapblock div.infoline {
		position: fixed;
		margin: 0px 0px 0px 60px;
		background: rgba(255,255,255,0.9);
		padding: 12px 30px 12px 30px;
	
	}
		div.mapblock div.infoline span.lvlname {
			font-size: 24px;
			font-weight: 700;
			display: inline-block;
			margin-right: 20px;
			
		}
		div.mapblock div.infoline span.sectorname {
			font-size: 24px;
			font-weight: 300;
			display: inline-block;
			margin-right: 20px;
			
		}
		div.mapblock div.infoline span.slotname {
			font-size: 24px;
			font-weight: 300;
			display: inline-block;
			margin-right: 20px;
			
		}
		
			div.mapblock div.infoline input {
				width: 30px;
				padding: 5px;
				font-size: 12px;
			}
		
		
		div.mapblock div.topdiv {
			background: rgba(255,0,0,0.6);
			border: #ff0000 1px solid;
			z-index: 1; 
			position: absolute;
		}

	div.mapblock div.close {
		background: #ff0000;
		color: #ffffff;
		font-size: 14px;
		position: absolute;
		margin: 0px 0px 0px 0px;
		padding: 20px;
		font-weight: 700;
		text-shadow: 0px 1px 0px #aa0000;
		cursor: pointer;
		position: fixed;
		border-right: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
	}
	div.mapblock div.close:hover {
		background: #cc0000;
	}
	
	

div.calendar {
	padding: 10px;
	background: #f0f0ff;
}
	div.calendar div.fltr {
		display: table-cell;
		padding: 10px;
	}
	
	div.calendar input, div.calendar select {
		font-size: 24px;
	}

	
div.slotactions {
	position: fixed;
	width: 300px;
	height: 450px;
	bottom: 0px;
	left: 0px;
	background: #ffffff;
	box-shadow: 5px 5px 25px rgba(0,0,0,0.5);
	z-index: 2;
	overflow-y: auto;
	box-sizing: border-box;
	display: none;
}
	
	div.slotactions div.close {
		
		background: #ff0000;
		color: #ffffff;
		font-size: 11px;
		position: absolute;
		margin: -10px 0px 0px 0px;
		padding: 4px 7px 7px 4px;
		font-weight: 700;
		text-shadow: 0px 1px 0px #aa0000;
		cursor: pointer;
		position: fixed;
		border-right: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
	}
	div.slotactions div.close:hover {
		background: #cc0000;
	}
	
	div.slotactions div.name {
		padding: 20px 10px 10px 10px;
		font-size: 14px;
		border-bottom: 1px solid #e0e0e0;
		background: #f3f3fa;
		text-shadow: 0px 1px 0px #ffffff;
	}
		div.slotactions div.name span {
			font-size: 18px;
		}
	div.slotactions div.info {
		padding: 10px 10px 10px 10px;
		font-size: 12px;
		border-bottom: 1px solid #e0e0e0;
		background: #f3f3fa;
		text-shadow: 0px 1px 0px #ffffff;
	}
	
	div.slotactions div.form {
		padding: 10px;
		border-bottom: 1px solid #e0e0e0;
	}
		div.slotactions div.form form {
			margin: 10px 0px 10px 0px;
		}
			div.slotactions div.form form+form {
				border-top: 1px dotted #f0f0f0;
				padding-top: 10px;
			}
		div.slotactions div.form button {
			font-size: 14px;
			font-weight: 600;
			padding: 4px 10px 4px 10px;
		}
		
		
	div.log {
		font-size: 12px;
		padding: 0px 10px 0px 10px;
	}
		div.log div.lline {
			border-bottom: 1px dotted #e0e0e0;
			padding: 5px;
		}
			div.log div.lline p.name {
				font-size: 16px;
			}
			div.log div.lline p.info {
				color: #909090;
				font-size: 10px;
				padding: 4px 0px 0px 0px;
			}
				
			div.log span.noin, div.log span.yesin {
				padding: 0px 3px 0px 3px;
				background: #009900;
				color: #ffffff;
				text-transform: uppercase;
				font-size: 10px;
			}
				div.log span.noin {
					background: #cc0000;
				}
				
				
				
.scheme {
	padding-top: 10px; 
	width: 100%; 
	overflow: auto;
	text-align: center;
	position: relative;
}
.scheme svg rect.slotbg {
	cursor: pointer;
	opacity: 0.92;
}
.scheme svg rect.slotbg:hover {
	opacity: 1;
}
.scheme svg g.slot g.info {
	display: none;
}
.scheme svg g.slot:hover g.info {
	width: 200px;
	height: 120px;
	display: inline;
	opacity: 0.95;
}
			
				
				
				
				
				
				
				
				
				
@media screen and (max-width: 950px) {
	div.m_files div.line {
		width: 33%;
	}	
}	
				
@media screen and (max-width: 850px) {
	
	
	div.calendar {
		padding: 0px;
	}
	div.calendar input, div.calendar select {
		font-size: 18px;
	}
	
		
	div.addr {
		padding: 3px;
		width: 40px;
	}
	
	
	div.new_w {
		top: 10%;
		max-height: 88%;
		right: 4%;
		width: 92%;
		overflow-y: auto;
		padding: 20px;
		min-width: 200px;
		box-sizing: border-box;
	}

		
	div.fastinfo {
		left: 5px;
		margin: 20px 0px 0px 0px;
		max-width: 280px;
	}
	
}

				
@media screen and (max-width: 650px) {
	div.m_files div.line {
		width: 50%;
	}	
}	
	
@media screen and (max-width: 500px) {
	div.m_files div.line {
		width: 100%;
	}	
	div.m_files div.block {
		display: block;
		max-height: 500px;
		overflow-y: auto;
	}
}	
	
	
	
	
	
div.searcher_but {
	display: block;
	cursor: pointer;
	opacity: 0.6;
	width: 64px;
	height: 64px;
	background: url(../images/search.png) no-repeat;
	background-size: cover;
	bottom: 10px;
	right: 10px;
	position: fixed;
}
div.searcher_but:hover {
	opacity: 1;
}


#searcher {
	width: 300px;
	min-height: 300px;
	background: #f0f0f0;
	box-shadow: 0px 2px 20px #303030;
	position: fixed;
	bottom: 10px;
	right: 5%;
	display: none;
	padding: 10px;
	z-index: 1221;
}
#searcher div.cls {
	position: absolute;
	font-size: 18px;
	font-weight: 900;
	margin: -30px 0px 0px -30px;
	background: #ff0000;
	color: #ffffff;
	padding: 5px 12px 5px 12px;
	cursor: pointer; 
}
#searcher div.cls:hover {
	background: #cc0000;
}



#gsinp{
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	padding: 5px;
}



#searcher p {
	font-size: 14px;
	font-weight: 100;
	padding: 5px;
}

#searcher p button {
	font-size: 24px;	
}


#searcher_notices {
	position: absolute;
	color: #ff0000;
	padding: 10px;
}


#gsearchres {
	overflow-y: auto; 
	max-height: 300px;
	padding: 10px 0px 10px 0px;
}



#searcher_res div.capt {
	padding: 5px;
	background: #ffffff;
	border-top: solid #e0e0e0 1px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}
	
#gsearchres div {
	border-bottom: 1px solid #ffffff;
	padding: 5px 2px 5px 2px;
}
	#gsearchres p {
		margin: 0px;
		padding: 1px 0px 1px 0px;
		font-size: 10px;
	}
	#gsearchres a {
		font-size: 12px;
	}
	
div.syncer_but {
	display: block;
	cursor: pointer;
	opacity: 0.6;
	width: 64px;
	height: 64px;
	background: url(../images/sync.png) no-repeat;
	background-size: cover;
	bottom: 10px;
	right: 90px;
	position: fixed;
}
div.syncer_but:hover {
	opacity: 1;
}



@media screen and (max-width: 500px) {
	div.searcher_but {
		width: 32px;
		height: 32px;
		bottom: 5px;
		right: 5px;
	}
	div.syncer_but {
		width: 32px;
		height: 32px;
		bottom: 5px;
		right: 50px;
	}
}




	
#rvin, #sbvin, .vinfont, textarea.vinfont {	
	font-family: 'Datatype', sans-serif;	
	text-transform: uppercase; 
}
#rvin, #sbvin {
	font-size: 20px;
}