:root {
  /*--cor: #2A3F54;*/
  --cor: #008fc3;
}

::-webkit-scrollbar              { width: 6px; background: #F4F4F4;}
::-webkit-scrollbar-button       { /* 2 */ }
::-webkit-scrollbar-track        {  background-color: #F4F4F4; }
::-webkit-scrollbar-track-piece  { /* 4 */ }
::-webkit-scrollbar-thumb        { background: #dad7d7; }
::-webkit-scrollbar-corner       { /* 6 */ }
::-webkit-resizer                { /* 7 */ }

body{
	background-color: #F7F7F7 !important;
	max-width: 100%;
	padding-top:1%;
	color:#34495e !important;
	font-size: 1.5em !important;
}

input[type=color]{
	border: 0;
	width: 6em;
	height: 2.5em;
	padding-top: 0.5%; 
	padding-bottom: 0;
	background-color: transparent;
}

input[type=text]{
	border:none;
	border-bottom: 1px #c6c6c6 solid;
	margin-bottom: 2.5%;
}

select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	border:none !important;
	background: transparent;
	border-color:#b6b6c6 !important;
}

select:disabled{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	border:none !important;
	background: transparent;
}

select:focus{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	border-bottom: 1px #1E90FF solid !important;
}

input[type=text]:focus{
	border:none;
	border-bottom: 1px #1E90FF solid;
}


.icon{
	max-width: 10%;
}

.x_panel{
	padding: 0 !important;
}

.x_title{
	margin-bottom: 0;
	text-indent: 10px;
	font-weight: 300;
}

.x_title .small{
	color: #4682B4;
}

.x_content{
	padding: 10px 17px !important;
}

.bg-green{
	background-color: #3ec478 !important;
	border: 0 !important;
	max-width: 100% !important;
	font-size: 1em;
	font-weight: bold;
	padding: 10px;
	color: #fff;
}

.bg-red{
	background-color: #FF0000 !important;
	border: 0 !important;
	max-width: 100% !important;
	font-size: 1em;
	font-weight: bold;
	padding: 10px;
	color: #fff;
}

.bg-orange{
	background-color: #ffbc3d !important;
	border: 0 !important;
	max-width: 100% !important;
	font-size: 1em;
	font-weight: bold;
	padding: 10px;
	color: #fff;	
}

.bg-blue{
	background-color: #13c2d7 !important;
	border: 0 !important;
	max-width: 100% !important;
	font-size: 1em;
	font-weight: bold;
	padding: 10px;
	color: #fff;	
}

.bg-blue-dark{
	background-color: #008fc3 !important;
	border: 0 !important;
	max-width: 100% !important;
	font-size: 1em;
	font-weight: bold;
	padding: 10px;	
	color: #fff;
}

.btn-success{
	background-color: #ffa500 !important;
}


.destaque{
	background-color: #4682B4 !important;
	color: #fff;
}

.destaque i{
	color: #fff;
}

.destaque i:hover{
	color: red !important;
}

.line{
	display: block !important;
	font-weight: 0 !important;
}

.error p{
	background-color: #ff9700 !important;
	border-radius: 0.5em;
	padding: 0.5%;
	font-size: 0.8em;
	text-align: center;
	color:#fff;
	float: left;
	margin-left: 0.5%;
}

.container.body{
	padding-top:10px;
}

.left_col, .scroll-view{
    position: fixed;
    width: 70px;
    min-height: 100%;
}

.ocultar{
    visibility: hidden;
}

.left_col, .scroll-view{
	top: 0;
}

.nav_menu{
	position: fixed;
	z-index: 9999;
	top: 0;
	background-color: var(--cor);
	color: #fff;
}
.nav{
	float: right;
	font-size: 12px;
	margin-top: 0.5%;
}

.nav.navbar-nav > li > a{
	 color: #fff !important;
	 font-weight: bold !important;
}

.nav.navbar-nav > li > a:hover{
	color: var(--cor) !important;
}

.dropdown-menu > li > a:hover{
	background-color: var(--cor);
	color: #fff;
}


.pos_right{
	float: right !important;
}


.nomeEmpresa{
	float: left;
	font-size: 1.4em;
	text-align: center;
	width: 30%;
	height: 100%;
}

.nomeEmpresa img{
	float: left;
	max-width: 100%;
	max-height: 100%;
	margin-left: 15%;
	display: block;
}

.bold{
	font-weight: bold !important;
	margin-left: 10px;
}

.btn-atalho{
	margin-left: 5.2px;
	color: var(--cor);
	font-size: 12px;
	border:0;
	padding: 12px;

}

.btn-atalho:hover{
	color: #F7F7F7;
	background-color: var(--cor);
	font-size: 12px;
	border:0;
	
}

.info{
	font-size: 1.2em;
    margin-bottom: 1em;
    margin-top: 1em;
}

.info2{
	font-size: 1em;
    padding-bottom: 0.1em;
    padding-top: 0.2em;
	width: 100%; 
}

.infoPainel{
	font-size: 1em;
}

.infoPainel label{
	padding-left: 1%;
	font-size: 1.2em;
}

.infoPainel h2{
	background-color: var(--cor);
	color: #fff;
	padding: 0.5%
}

.warning span{
	color: #e65c00;
	font-size: 1.3em;
	font-weight: 900;
}

.formEditar label{
	font-size: 1em;
}
.formEditar h2{
	background-color: var(--cor);
	color: #fff;
	padding: 0.5%
}

.orange{
	color:#FF8C00 !important;
}

#footer{
	width: 100%;
	font-weight: bold;
}

#footer img{
	max-width: 2%;
	max-height: 2%;

}

.obs{
	font-size: 0.8em;
	background-color: #FF6347;
	color: #fff;
	padding: 2.5%;
	margin-bottom: 1%;
	margin-top: 1%;
	display: block;
}

.title_blue{
	background-color: var(--cor);
	color: #fff;
	width: 100%;
	padding: 0.8%;
	font-size:1em;
}

.subtitle{
	color: var(--cor);
	border-bottom: 1px solid var(--cor);
	border-top: 1px solid var(--cor);
	width: 100%;
	font-size: 1em
}


@media screen and (max-width: 767px){
	#panelOculto{
		display: none;
	}

	.info_home{
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.nomeEmpresa img{
		width: 30%;
		display: none;
	}

	.info_home{
		background-color: #0098ff; 
		font-size: 1.3em; 
		padding: 1%; 
		position: absolute; 
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1000px){
    .tile_stats_count .count{
        font-size: 20px !important;
        font-weight: 800;
    }
}