body{ background: #21252c; width:100vw; height: 100vh; padding:0px; margin:0px;}
.divinp{
	position:absolute;
	z-index: 101;
	top:0px;
	right:0px;
}
.select{
padding:5px;
	font-size: 18px;
	background: #2e3e52;
	color: #fff;
	border: none;
	width:200px;
	border-radius: 2px;
}
#period{
	width: 100px;
}
.selectdiv{
	padding:0px;
	position:absolute;
	top:0px;
	right:310px;
}
.sel{
	padding: 5px 0px 5px 22px;
	cursor:pointer!Important;
	font-family: Roboto,"sans-serif",Arial;
}
.sels{
	padding: 5px 0px 5px 22px;
}
.sel:hover{
	background: #1e3046;
}
.divscrol{
 position:relative;
 width:200px;
 max-height: 80vh;
 overflow-x: hidden;
 overflow-y: auto;
 display:none;
}
.imgsel{
	position:absolute;
	left: 1px;
}
.preload{
position:fixed;
z-index: 100;
top:0px;
left:0px;
opacity: 0.5;
display:block;
width:100vw;
height:100vh;
background:url(../img/pre.gif) #424151 no-repeat;
background-position: center center;
background-repeat: none;
-webkit-background-size: 100% auto;
-moz-background-size: 100% auto;
background-size: 100% auto;
-o-background-size: 100% auto;
}
