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

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

div#app_header{
	background-color: #971a66;
	border-bottom: none;
	height: 45px;
}

div#app_header div.logo {
    background-image: url(../../app-vendor/pix/pequeno.png);
    margin-top: 5px;
    height: 34px;
    float: left;
    width: 44px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}

div#app_header div.menu {
	margin-left: 0;
	width: calc(100% - 50px);
	padding-top: 0;
	float: left;
	height: 45px;
	line-height: 45px;
}
div#app_header div.menu ul {
	width: 100%;
}
div#app_header div.menu ul li {
	float: right;
	height: 45px;
	line-height: 45px;
}
div#app_header div.menu ul li a{
	float: right;
	margin-right: 0;
	margin-top: 10px;
}

div#app_header div.menu ul li.lg {
	float: left;
	clear: none;
	color: #ffffff;
}

div.breadcrumb {
    background-color: #093773;
}
a.botao{
	color: #ffffff;
	background-color: #971a66;
}

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

a.botao.bt2{
	background-color: #ffffff;
	border: 1px solid #606397;
	color: #606397;
}
div.principal {
    border-radius: 15px;
}
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;
}


div#app_footer a.logo{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;

}

div.f1{
	float: left;
	width: 50%;
}

div.f2{
	float: left;
	width: 50%;
}

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

/*===================
  FANCYBOX
=================== */
.fancybox-content {
	background-color: #ffffff !important;
    padding: 20px 40px !important;
	border-radius: 20px;
	overflow: visible !important;
}
a.icon-fbclose{
	position: absolute;
	right:10px;
	top:10px;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background-color: #282320;
	font-size: 18px;
	text-align: center;
	line-height: 32px; 
	color:#ffffff;
	text-decoration: none;
}
/*===================
  PAGINACAO
=================== */

div.navega ul li a{
	color:#666;
}
div.navega ul li a:hover{
	background-color:#DDDDDD;
}
div.navega ul li.current{
	background-color:#a3cd46;
	color:#fff;	
}

div.navega ul li.spacer{
	color:#999;
	background-color:#fff;
}

div.navega a.page {
    padding: 5px;
    border: 1px solid lightgrey;
	background-color:#fff;
}

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

@media (max-width : 920px){	
	
	div.f1, div.f2{
		width: 100%;
	}
	
	table.tbleitura th{
		width:100%;
		text-align: left;
	}
	
    table.table-box tr {
        margin-left: 0;
        margin-right: 0;
	}
	
	table.table-box tr td{
		clear: none;
	}
	table.table-box tr td.check{
		float: left;
		width: 30px;
		height: 100px;
		padding-top: 6px;
	}
}


@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){
	a.botao.login{
		width:100%;
	}
}