div#container{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	background-color: #eee;
	display: block;
}
div#loaders{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	   background-color:#000;opacity:0.9;   bottom:50%;margin-left:auto;margin-right:auto;
	background-image: url('../img/load.gif');
	background-position: center center;z-index: 999999;
	background-repeat: no-repeat;
	background-size: cover;
}

div#loader{
flex-direction:column;background-color:#202020;opacity:0.5;z-index:9999000006;position:fixed;left:0;right:0;top:0px;margin-left:auto;margin-right:auto;width:100%;height:100%;
}
div#loaderi{color:#fff;font-size:14px;
flex-direction:column;opacity:1.99;z-index:9999000009;position:fixed;left:0;right:0;bottom:45%;margin-left:auto;margin-right:auto;width:100%;.height:100%;
}
div#loaderentrada{font-size:14px;
.background: url(/image/fundo-azul2.jpg);flex-direction:column;background-color:#fff;z-index:99990000090;position:fixed;left:0;right:0;top:0%;margin-left:auto;margin-right:auto;margin-right:auto;width:100%;height:100%;
}


#style-m::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 1px;
	background-color: #F5F5F5;
}

#style-m::-webkit-scrollbar
{
	width: 12px;
	background-color: #0a2f67;
}

#style-m::-webkit-scrollbar-thumb
{
	border-radius: 1px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #0a2f67;
}

#style-z::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 1px;
	background-color: #F5F5F5;
}

#style-z::-webkit-scrollbar
{
	width: 9px;
	background-color: #e8f0fe;
}

#style-z::-webkit-scrollbar-thumb
{
	border-radius: 1px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #e8f0fe;
}

#style-0::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 1px;
	background-color: #F5F5F5;
}

#style-0::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

#style-0::-webkit-scrollbar-thumb
{
	border-radius: 1px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 1px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 1px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 1px;
	background-color: #f2f2f2;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #f2f2f2;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 1px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #2a3052;
}

.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow
{
	min-height: 450px;
}