*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif ;
	font-size: 14px !important;
	
}

body.bg_adm{
	background-image: url(/assets/images/bg-footer.jpg); }


.clear{ 
	clear:both;
}

#container-adm .entrada{
	margin: auto;   
	line-height: 16px;
	display : table;
	position: relative;
	top: 162px;
	background: #ffffff;
	left:20%;
	padding:50px;
	border-radius: 20px;
}

#container-adm .entrada .login {
	width: 65%;
  float: left;
  text-align: left;
  line-height: 24px;
  /*border-right: 1px dotted #999;*/
  margin-right: 30px;
  color: #eee;
}

#container-adm .entrada .login h1 {
    font-size: 30px;
    font-weight: bold;
    padding: 16px 0px;
    text-align: center;
    color: #000000;
}

#container-adm .entrada .login label {
    display: block;
    margin-bottom: -6px;
    color: #555;
    font-weight: bold;
}

#container-adm .entrada .login input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: #555;
    transition: border-color 0.3s ease;
}

#container-adm .entrada .login input:focus {
    outline: none;
    border-color: #3F3F46;
}

#container-adm .entrada .login #buttonacessar {
    width: 100%;
    height: 40px;
    background-color: #3F3F46;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
	margin: 10px;
    transition: background-color 0.3s ease;
}

#container-adm .entrada .login #buttonacessar:hover {
    background: #535965;
}
	
#container-adm .entrada form {
	width: 463px;
	display: table;
	margin: auto;
}

@media(max-width: 640px){
.login{ 
	width: 100%!important; 
	border: 0px!important;
}
#container-adm .entrada form{ 
	width: 300px;
}

#container-adm .entrada .login label{ 
	width: 100%; 
	text-align: left;
}

#container-adm .entrada .login input{ 
	width: 99%;
    }
}

.tickets{
	width: 28%;
	float: left;
	text-align: left;
	text-align: center;
	margin-top: 100px;
}

@media(max-width: 640px){
.tickets{
    width: 100%; 
	padding-top: 20px; 
	border-top: 1px dotted #ccc;
    }
}

.tickets a.chamado{
	max-width: 283px;
	display: table;
	margin: auto;
}

.tickets a.chamado img{
	width: 100%;
	display: table;
	-webkit-box-shadow: 0px 5px 20px #ffffff;
	box-shadow: 0px 5px 20px #fdfdfd;
	border-radius: 8px;
}

.tickets a.chamado img:hover{
	box-shadow: 0px 1px 5px #959595;
}

.tickets p{ 
	font-size: 16px;
    margin-top: 15px;
    font-family: arial;
}

.tickets span{ 
	font-size: 12px;
}

#main{
	width: 99.9%;
	height: auto;
	display: table;
	margin: auto;
	background-image: url(/assets/images/bg-mvv.jpg);
}

.cont-interna{ 
	display:table; 
	width:99%; 
	margin: auto; 
	background: white;
}

.topo {
	width: 100%;
	/*height: 107px;*/
	background-image: url(/assets/images/bg-mvv.jpg);
	background-size: cover;
	background-position: center;
}
#topologin{
	width: 100%;
    height: 107px;
    background-image: url(/assets/images/bg-mvv.jpg);
    background-size: cover;
    background-position: center;
}

.topo .titulo {
    width: 589px;
    height: 85px!important;
    position: absolute;
    top: -10px;
    right: 0;
}

.topo .titulo span {
	display: table;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 22px;
    color: #820406;
    font-weight: bold;
    position: absolute;
    left: 330px;
    top: 44px;
}

@media(max-width: 800px){
	.topo .titulo{
		background-position: 180px 0px;
		background-repeat: no-repeat;
}

.topo .titulo span{
	font-size: 23px!important;
	left: 320px;
    }
}

@media(max-width: 480px){
.topo .titulo{
	background-position: 90px 0px;
	}

.topo .titulo span{
	font-size: 23px!important;
	left: 240px;
	}
}

@media(max-width: 320px){
.topo .titulo{
	width: 300px;
	background-position: -150px 0px;

}

.topo .titulo span{
	font-size: 23px!important;
	left: 70px;
	text-align: center;
    }
}

.topo .logo {
    width: 150px;
    height: auto!important;
    float: left;
    margin: 10px;
}

.titulos-adm{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	width:96%;
	font-size:14px;
	font-weight:bold;
	margin: auto;
	color:#ffffff !important;
	letter-spacing: -1px;
}

#main .topo h1{ 
	margin-left: 30px; 
	font-size: 30px;
}

.menu {
	width: 100%;
	background-color: #EC1D24;
	color: #fff;
	padding: 12px;
}

.menu-item {
	padding: 9px;
	display: inline-block;
}

.menu-link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.status-adm a{ 
	color: #ffffff;
	text-decoration: none;
}

.status-adm a:hover{ 
	color: #E7E6E8;
	transition: 0.6s;
}

.status-adm ul{ 
	list-style-type: none; 
	margin: 0; 
	padding: 6px; 
	display: inline-block; 
	width: 100%;
	background: #820406;
}

.status-adm ul li:first-child{ 
	border: 0;
}

.status-adm ul li{ 
	float: right; 
	display: table; 
	border-right: 1px solid #E7E6E8;
}

.status-adm ul li a{
	padding: 10px;
    font-weight: 500;
    font-size: 16px;
    font-family: sans-serif;
}

.status-adm ul li.saudacao{ 
	float: left;
    font-size: 14px;
    font-weight: 500;
	font-family: sans-serif;
	color: #fff;

}

.status-adm ul li.voltar a{ 
	padding: 0!important; margin: 0;
}

.status-adm ul li.voltar button{
	background: none;
	color: #fff;
	border: 0;
	cursor: pointer;
	font-weight: 500;
	font-family: sans-serif;
	font-size: 16px;
	padding: 0 10px;

}
.status-adm ul li.voltar button:hover{
	color: #E7E6E8;
	transition: 0.3s;
}

@media(max-width: 320px){

.status-adm { 
	padding: 0; 
	margin: 0;
}

.status-adm ul li{
	width: 80%;
		padding: 8px 0px 8px 20px;
		float: left;
		border: 0;
	}

	.status-adm ul li.voltar{
		margin-left: 23px;
	}
}
/*//////////////////////////////////////////////////////////////////////////////////////*/

#main .col1{
	display: table;
	width: 47%;
	float: left;
	margin: 1%;
}

#main .col2{
	display: table;
	width: 47%;
	float: left;
	margin: 1%;
}

#main ul.grupo{
	list-style-type: none;
	width: 96%;
	display: table;
	margin-bottom: 32px;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	-webkit-box-shadow: 0px 10px 20px #ccc;
	box-shadow: 0px 10px 20px #ccc;
	border-radius: 5px
}

/*Página de cargas**********************/
#main .cargas{
	display: table;
	width: 99%;
	float: left;
	margin: 1%;
}

#main .cargas ul.grupo{
	list-style-type: none;
	width: 45%;
	display:inline-table;
	margin-left:20px;
}

/*MODAL****************************/
.modal-cargas{
	width: 100%;
	height: 100%;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}
.modal-cargas .cont-modal{
	width: 740px;	
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -370px;
	background: #fff;
	z-index: 200;
	padding: 20px;
	box-shadow: 0px 0px 20px #000;
	border-radius: 10px;
	border-top: 10px solid #1F61A4;
	border-bottom: 10px solid #1F61A4;
}
.modal-cargas .fechar{
	position: absolute;
	top: -20px;
	right: -15px;
	font-size: 26px;
	font-weight: bold;
	color: 	#000;
	text-decoration: none;
	z-index: 300;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 20px;
	width: 30px;
	text-align: center;
	box-shadow: 0px 0px 10px #ccc;
}
.modal-cargas .conteudo{
	display: block;
    margin-top: 10px;
    height: 400px;	
    width: 100%;
    overflow: auto;	
}
.modal-cargas .mascara{
	width: 100%;
	height: 100%;
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background: #000;
	opacity: 0.5;
}

.modal-cargas pre {
    display: block;    
    white-space: pre;
    padding: 10px;    
    line-height: 25px;
    font-size: 16px;    
}
#loading {	
	width: 70%;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -35%;
	font-size: 16px;
	text-align: center;
}
#loading .carregando{	
	padding: 30px 50px;	
	background: url('../images/icones/loading.gif') 0px 20px no-repeat;
	background-size: 48px;
	font-weight: bold;
	font-size: 24px;
	width: 25%;
	margin: auto;
}

#main ul.grupo a.btn-modal-cargas{
	padding-top: 80px;
	display: table;
	margin:auto;
	background: url('../images/BotoesADM/bto_cargas.jpg') no-repeat top center;

}
/*overlib*******************************/
#container-adm .overlib{
	display: block;
	position: relative;
	left: 0;
	text-align: center;
}

#container-adm .overlib a{
	position: relative;
	z-index: 2;
	display: block;
}

#container-adm .pop-over{
	border: 1px solid #ccc;
	position: absolute;
	top: -60px;
	left: 70px;
	background: #fff;
	padding: 10px;
	width: 200px;
	display: none;
	text-align: left;
	border-radius: 10px;
	z-index: 11;
}

#container-adm span:hover .pop-over{
	display: block;
}

@media(max-width:1024px){
	#container-adm .pop-over{
		left: 170px;
	}
}

@media(min-width:1440px){
	#container-adm .pop-over{
		left: 250px;
	}
}*/

/*LEGENDA**********************************/
ul.legenda{ list-style-type: none}
ul.legenda li{
	float: left;
	padding-right: 10px;
	text-indent: 2px;
	font-weight: bold;
	font-size: 11px;
	margin-left: 10px;
	text-transform: uppercase;
}
ul.legenda li .circulo{
	display: table;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	float: left;
	margin-top: 30px;
}
ul.legenda li span{ float: left;}

.bg-azul{ background-color: blue}
.bg-verde{ background-color: green}
.bg-vermelho{ background-color: red}
.bg-laranja{ background-color: orange}
.bg-preto{ background-color: black}

.azul{ color: blue}
.verde{ color: green}
.vermelho{ color: red}
.laranja{ color: orange}
.preto{ color: black}

/*FIM LEGENDA***************************/
#main ul.grupo li{
	width: 28%;	
	text-align: center;
	float: left;	
	/*border: 1px dotted #ccc;*/
	background: #fff;
	margin: 10px;
	padding: 10px 0px 10px 0px;	
}

#main ul.grupo li span{ 
	display: inline-table; 
	width: 100%; 
	padding: 5px 0px 5px 0px; 
	line-height: 14px;
}

#main ul.grupo h1{ 
	text-indent: 5px;
    background: #E7E6E8;
    margin-bottom: 20px;
    padding: 10px 0px 10px 0px;
    text-align: center;
    color: #535965;
    font-size: 25px;
}
	
#main ul.grupo li a{ 
	width: 100%;
	color: #000; 
	text-decoration: none;		
}


@media(min-width: 1400px){
	#main ul.grupo li{ width: 23%;}

}

@media(min-width: 1600px){
	#main ul.grupo li{ width: 15%; min-height: 134px;}

}

@media(max-width: 800px){
	#main ul.grupo li{ width: 38%;}
}

@media(max-width: 480px){
	#main .col2{width: 96%;} 
	#main .col1{width: 96%;}
	#main ul.grupo li{ width: 40%;}
}

@media(max-width: 320px){
	#main .col2{width: 94%;}
	#main .col1{width: 94%;}
	#main ul.grupo li{ width: 38%;}
}

ul#itens-adm{
	list-style-type: none;
	width: 100%;
	display: table;
	padding: 10px;  
	background: #fff;
	/*-webkit-box-shadow: 0px 10px 20px #ccc;
	box-shadow: 0px 10px 20px #ccc;
	border: 1px solid #eee;*/
}

ul#itens-adm li{
	width: 	150px;
	height: 145px;
	float: left;
	text-align: center;
	float: left;
	margin: 0px 5px 30px 5px;
	border: 1px dotted #ccc;
	padding: 3px;
}


ul#itens-adm li span{ 
	display: inline-table; 
	width: 100%; 
	padding: 13px 0px 5px 0px;
}
ul#itens-adm h1{ text-indent: 5px; background: #eee; margin-bottom: 20px; padding: 10px 0px 10px 0px; text-align: center;}
ul#itens-adm li a{ color: #000; text-decoration: none;}

/*RODAPE**********************************/
/* Estilos para o rodapé */
.rodape {
	background-color: #7f0000;
	color: #d7e9ea;
	padding: -19px 0;
	margin-top: 231px;
}
.rodape .texto {
    text-align: right; 
    line-height: 1.5; 
    font-size: 16px; 
    height: 97px; 
    margin-top: 25px;
    width: 632px;
}

.rodape .container {
    max-width: 1200px; 
    margin: 0 auto; 
}

	.rodape .linha-horizontal {
		border-color: #d7e9ea;
	}

.rodape .texto p {
	text-align: justify;
    line-height: 1.4;
    font-size: 16px;
    height: 84px;
    float: inline-end;
    margin-top: 43px;
    width: 779px;
}
.texto p{
	margin-bottom: 10px;
}

.rodape .direitos-autorais {
    text-align: center;
    font-size: 14px;
    padding: 6px;
}

.rodape .tudofarma {
	float: left;
    margin-right: 29px;
    width: 86px;
    margin-top: 66px;
	margin-top: 66px;
}

.rodape .visao {
	float: right;
    margin-right: -33px;
    margin-top: -80px;
    width: 100px;
}
/* Estilos para tornar o rodapé responsivo */
@media (max-width: 768px) {
    .col-md-4 {
		width: 16.33333333% !important;
        margin-bottom: 20px;
    }
}

/*area-busca*****************************************************************/
.cont-busca{
	background: #3300eb; 
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); 
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); 
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#ffffff 51%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); 
	padding-bottom: 0px;
}
.area-busca{
    /*font-weight: bold;*/
	width: 960px;
	font-size: 14px;
	display: contents;
}
.area-busca h1{
	/*text-transform: uppercase;*/
	color: #000000;
	font-size: 25px;
	padding: 5px;
	margin: 0px;
}

.area-busca ul.busca{ display: table;}
.area-busca ul.busca li{ width: 150px; margin: 5px;}
.area-busca ul.busca li input{ width: 100%;}

.area-busca ul{ width: 100%; margin-top: 4px; list-style-type: none;}
.area-busca ul.busca li label{ width: 100%; display: inline-table;}
.area-busca ul li{ float: left;}
.area-busca ul li input{ 
	border: 1px solid #ccc; 
	padding: 3px 0px 3px 0px; 
	height: 31px;
}
.area-busca ul.busca li.rsocial { 
	max-width: 190px;
}

.area-busca li select {
    width: 134px;
    padding: 6px 0px 6px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 4px;
}

/******************************************************/
.form-gerador{
	width: 400px;
	border: 1px solid #ccc;
	padding: 20px;
	-webkit-box-shadow: 0px 10px 20px #ccc;
	box-shadow: 0px 10px 20px #ccc;
	margin: auto;
	position: relative;
	top:50px;
	border-radius: 14px;
}

.form-gerador h1{
	font-family: arial;
	text-align: center;
	margin-bottom: 5px;
}

.form-gerador input[type="text"], input[type="password"]{
		
	width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
	text-indent: 5px;

/*border: 1px solid #ccc;*/
}
.form-gerador input[type="submit"]{
	background: #1856ad;
	background: -moz-linear-gradient(top, #1856ad 0%, #062e89 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1856ad), color-stop(100%,#062e89));
	background: -webkit-linear-gradient(top, #1856ad 0%,#062e89 100%);
	background: -o-linear-gradient(top, #1856ad 0%,#062e89 100%);
	background: -ms-linear-gradient(top, #1856ad 0%,#062e89 100%);
	background: linear-gradient(to bottom, #1856ad 0%,#062e89 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1856ad', endColorstr='#062e89',GradientType=0 );
	color: #fff;
	padding: 5px 10px 5px 10px;
	border: 0;
	font-size: 18px;
	cursor: pointer;
	border-radius: 6px;
}

	/*RELATÓRIOS******************************/
	.master-page #VisibleReportContentctl00_head_ReportViewer1_ctl09 table{
		width: 99.9%!important;
	}

	.master-page input[type="submit"] {
		font-size: 18px!important;
		cursor: pointer;
		background: #1856ad; /* Old browsers */
		background: -moz-linear-gradient(top,  #1856ad 0%, #062e89 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1856ad), color-stop(100%,#062e89)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #1856ad 0%,#062e89 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #1856ad 0%,#062e89 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #1856ad 0%,#062e89 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #1856ad 0%,#062e89 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1856ad', endColorstr='#062e89',GradientType=0 ); /* IE6-9 */
		color: #fff;
		border: 0;
		padding: 5px 10px 8px 10px;
	}

	.master-page input[type="submit"]:hover{
		color: #FFD800;
	}

	.master-page table{
		height: 100%;
	}

    
#modal-gerar{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;

} 

#modal-gerar .mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.9;
	z-index: 10;
}

#modal-gerar .cont{
	width: 400px;
	height: 300px;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -200px;	
	background: #fff;
	z-index: 20;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	border-radius: 20px;
    
	animation: animationFrames ease 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: animationFrames ease 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
    -moz-animation: animationFrames ease 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: animationFrames ease 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: animationFrames ease 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
    0% {
    opacity:0;
    transform:  translate(0px,-25px)  ;
}
    100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
}
}

@-moz-keyframes animationFrames{
0% {
    opacity:0;
    -moz-transform:  translate(0px,-25px)  ;
}
    100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
}
}

@-webkit-keyframes animationFrames {
    0% {
    opacity:0;
    -webkit-transform:  translate(0px,-25px)  ;
}
100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
}
}

@-o-keyframes animationFrames {
    0% {
    opacity:0;
    -o-transform:  translate(0px,-25px)  ;
}
100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
}
}

@-ms-keyframes animationFrames {
0% {
    opacity:0;
    -ms-transform:  translate(0px,-25px)  ;
}
100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
}
}

#modal-gerar .cont .close{
	position: absolute;
	top: -10px;
	right: -10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	display: table;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #000;
	border-radius: 15px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding-top: 2px;
}
/*VENCIMENTO CARGAS*********************/
ul.venci-cargas{
	width: 900px;
	list-style-type: none;
	margin:auto;
}

ul.venci-cargas h1{
	margin-bottom: 10px;
}

ul.venci-cargas li label{
	font-size: 18px;
}

ul.venci-cargas li.ativa{	
	display: inline-table;
	width: 30%;
	margin-left: 5px;
	margin-bottom: 20px;
	border: 1px dotted #333;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	padding: 10px;
	border-radius: 10px;
}

ul.venci-cargas li.vencida{	
	display: inline-table;
	width: 30%;
	margin-left: 5px;
	margin-bottom: 20px;
	border: 1px dotted red;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9c2c2+0,cc7474+100 */
	background: #f9c2c2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9c2c2 0%, #cc7474 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f9c2c2 0%,#cc7474 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f9c2c2 0%,#cc7474 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c2c2', endColorstr='#cc7474',GradientType=0 ); /* IE6-9 */
	padding: 10px;
	border-radius: 10px;
}

ul.venci-cargas .botao{
	width: 100%;
}

ul.venci-cargas label{
	margin-bottom: 5px;
	display: table;
}

ul.venci-cargas .botao input{
	width: 100px;
	height: auto;
	padding: 5px 0px 5px 0px;
	font-size: 24px;
	display: table;
	cursor: pointer;
	float: right;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#356aa0+0,0c2faf+100 */
	background: #356aa0; /* Old browsers */
	background: -moz-linear-gradient(top,  #356aa0 0%, #0c2faf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #356aa0 0%,#0c2faf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #356aa0 0%,#0c2faf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#0c2faf',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border: 0;
}

ul.venci-cargas .botao input:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0c2faf+0,356aa0+100 */
background: #0c2faf; 
background: -moz-linear-gradient(top,  #0c2faf 0%, #356aa0 100%); 
background: -webkit-linear-gradient(top,  #0c2faf 0%,#356aa0 100%); 
background: linear-gradient(to bottom,  #0c2faf 0%,#356aa0 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2faf', endColorstr='#356aa0',GradientType=0 ); 

}

a.bto-ativar{
    padding: 5px 20px 5px 20px;
    height: 34px;
    color: #fff;
    border: 0;
    background: #29ce13;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
}

a.bto-desativar{
    padding: 5px 20px 5px 20px;
    height: 34px;
    color: #fff;
    border: 0;
    background: #f80202;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
}


/*MODAL GERAR CARGA*********************************/
.btn-gerar{
	position: fixed;
	top: 120px;
	right: 30px;
	border: 1px dotted #000;
	padding: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); 
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); 
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); 

	font-weight: bold;
	color: #000;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 20px #ccc;
	box-shadow: 0px 0px 20px #ccc;
}

.btn-gerar img{
	width: 80%;
	margin: auto;
	padding-left: 10px;
}

.btn-gerar span{
	display: table;
	width: 100%;
	text-align: center;
}

textarea#textarea {
	width: 40%; 
	max-width: 100%; 
	padding: 10px; 
	border: 1px solid #ccc; 
	border-radius: 3px; 
	font-size: 16px; 
	resize: vertical; 
	font-family: Arial, Helvetica, sans-serif;
}

textarea#textarea:hover {
	border-color: #007BFF; 
}

textarea#textarea:focus {
	outline: none; 
	border-color: #007BFF; 
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); 
}

input[type="submit"] {
	background-color: #3F3F46;
	color: white; 
	border: none; 
	padding: 7px 32px; 
	font-size: 14px; 
	cursor: pointer; 
	border-radius: 3px; 
	font-weight: 400;
	
}

input[type="submit"]:hover {
	background-color: #535965; 
	transition: 0.8s;
}

.vermelho1 {
	 /* Cor de fundo vermelha */
	color: white; 
	border: none; 
	padding: 6px 13px; 
	font-size: 16px; 
	cursor: pointer; 
	border-radius: 3px; 
}

.vermelho1:hover {
	background-color: #214e97; 
}

/********************************/
#container-adm {
	/* background-image: url(/assets/images/bg-mvv.jpg);*/
	background-size: cover;
	background-position: center center;
}
.topo .logo #glenimg {
	max-width: 100%;
	height: auto;
	display: block;
	margin-top: -4px;
	margin-bottom: -4px;
	
}

@media screen and (min-width: 0) {
.topo .logo #glenimgbco {
	max-width: 60vw;
  height: auto;
  display: block;
  margin-top: 2vh;
  margin-left: 20vw;
  position: absolute;
}

#container-adm .entrada {
	margin: auto;
	line-height: 16px;
	display: table;
	position: relative;
	top: 200px;
	background: #ffffff;
	left: 0;
	padding: 50px;
	border-radius: 20px;
  }
}

@media screen and (min-width: 768px) {
	.topo .logo #glenimgbco {
		max-width: 30vw;
	  height: auto;
	  display: block;
	  margin-top: 18vh;
	  margin-left: 10vw;
	  position: absolute;
	}

	#container-adm .entrada {
		margin: auto;
		line-height: 16px;
		display: table;
		position: relative;
		top: 162px;
		background: #ffffff;
		left: 20%;
		padding: 50px;
		border-radius: 20px;
	  }
	}

.cont-busca .area-busca ul.exibicao li{ 
	width: 140px;
    display: block;
    margin: 0;
    padding: 2px 5px;
}

.cont-busca .area-busca ul.exibicao li input{
	margin-right: 3px; 
	position: relative; 
	top: 10px;
}
#buttonlogar{
	background: #820406;
	color: white;
	font-size: 13px;
	font-family: sans-serif;
	width: 70px;
	height: 20px;
	border: 10px;
	border-radius: 3px;
	font-weight: 500;
	transition: 2s ease;
}
#buttonlogar:hover{
	background: #EC1D24;
	
}
.bto-enviar{
	width:180px; 
	background: #3F3F46;
	transition: 3s ease;
}
.bto-enviar:hover{
	background: #535965;
}