/*
#a3cd46 verde claro;
#606397 verde escuro;
*/
body.padrao {
    background-color: #0b1323;
}
div#app_panel {
    background-color: #0b1323;
}

a{color:#367bf5;text-decoration: none;}

div#app_header{
	background-color: #081a3c;
	border-bottom: none;
	height: 100px;
	background-image: url("../img/fundo.png");
}

div#app_header div.logo{
	margin-top: 20px;
	height: 70px;
}

div#app_header a.mblmenu{
	color: #ffffff;
}

div.breadcrumb {
    background-color: transparent;
}
a.botao{
	color: #ffffff;
	background-color: #0b1323;
}

a.botao.login{
	width:247px;
}

a.botao.bt2{
	background-color: #ffffff;
	border: 1px solid #606397;
	color: #606397;
}
div.principal {
    border-radius: 0;
}
div.principal h1,
div.fancypop h1{
	color: #0b1323;
}
div.principal h2,
div.fancypop h2{
	color: #0b1323;
}
div.principal h3,
div.fancypop h3{
	color: #a7a7a7;
}

div.cmt_tit{
	font-weight: bold;
	margin-bottom: 5px;
	word-break: break-all; 
	word-wrap: break-word;
}
div.cmt_txt{
	max-height: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all; 
	word-wrap: break-word;
}
div.cmt_hdr{
	margin-top: 10px;
	word-break: break-all; 
	word-wrap: break-word;
}
a.cmt_txt_pls{
	display: none;
	color: #ff0000;
}
td.hid{
	color: #949494;
}


table.tbleitura th{
	width:33%;
	text-align: right;
}



ul.formulario li input.disabled, 
ul.formulario li select.disabled, 
ul.formulario li textarea.disabled{
	background-color: #eeeeee;
	color:#bbbbbb;
}

/* ABAS */

div.app-abas a {
	margin-right: 8px;
    background-color: #ffffff;
	border-bottom: 1px solid #000000;
	background: rgb(238,238,238);
	background: -webkit-linear-gradient(bottom, rgba(11,19,35,1.00) 0%, rgba(250,250,250,1) 8%);
	background: -o-linear-gradient(bottom, rgba(11,19,35,1.00) 0%, rgba(250,250,250,1) 8%);
	background: linear-gradient(to top, rgba(11,19,35,1.00) 0%, rgba(250,250,250,1) 8%);
}
div.app-abas a:hover {
    background-color: #b0b0b0;
    color: #000000;
    font-weight: normal;
}
div.app-abas a.selected {
	border-bottom: 1px solid #ffffff;
	background: #ffffff;
	font-weight: bold;
}

div.app-abas a.selected:hover {
	background: #ffffff;
	color: #000000;
}


/*===================
  RESPONSIVE
=================== */

@media (max-width : 920px){	

	div#app_header div.logo{
		background-image: url(../../app-vendor/pix/principal.png);
	}
	
	div#app_header div.menu{
		background: #0b1323;
	}
		
	div#app_header div.menu ul li a
	div#app_header div.menu ul li.lg a{
		border-bottom: 1px solid #ffffff;
		color: #f0fdc5;
	}
	
	div#app_header div.menu ul li a:hover{
		background-color: #162747;
		color:#ffffff;
	}
	
	div.f1, div.f2{
		width: 100%;
	}
	
	table.tbleitura th{
		width:100%;
		text-align: left;
	}
}


@media (max-width: 800px){
	ul.icons li{
		margin-left: 1%;
		margin-right: 1%;
		width: 23%;
	}
}

@media (max-width: 650px){
	ul.icons li{
		margin-left: 1.5%;
		margin-right: 1.5%;
		width: 30.3%;
	}
}

@media (max-width: 500px){
	ul.icons li{
		margin-left: 2%;
		margin-right: 2%;
		width: 46%;
	}
}

@media (max-width: 360px){
	ul.icons li{
		margin-left: 2%;
		margin-right: 2%;
		width: 96%;
	}
}

@media (max-width: 350px){
	
	div#app_header div.logo{
		width: 100px;
		background-image: url(../../app-vendor/pix/principal.png);
	}
	
	a.botao.login{
		width:100%;
	}
}