/*
#a3cd46 verde claro;
#606397 verde escuro;
*/
body.padrao {
    background-color: #f4f4f4;
}
div#app_panel {
    background-color: #f4f4f4;
}

a{color:#367bf5;text-decoration: none;}

div#app_header{
	background-color: #f4f4f4;
	border-bottom: none;
}

div#app_header div.logo {
    background-image: url(../../app-vendor/img/alme.png);
}

div#app_header div.menu ul li.lg a {
    color: #000000;
}

div#app_header a.mblmenu{
	color: #000000;
}


div.breadcrumb {
    background-color: transparent;
}
div.breadcrumb ol {
    color: #000000;
}
div.breadcrumb ol li {
	font-weight: 400;
    text-transform:none;
	font-size: 11px;
}
div.breadcrumb ol li a {
    color: #000000;
}
div.breadcrumb ol li span {
    color: #000000;
}
div.breadcrumb ol li:first-child span {
    padding-left: 0;
}
div.breadcrumb ol li a.icon {
	background-color: transparent;
	color:#999999;
}


a.botao{
	color: #ffffff;
	background-color: #0b1323;
}

/*LOGIN*/
div#app_header{
	display: none;
}

div.loginlogo{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
/*  */

a.botao.login{
	width:247px;
}

a.botao.bt2{
	background-color: #ffffff;
	border: 1px solid #606397;
	color: #606397;
}
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;
}

/*===================
  BIG ICONS
=================== */
/*geral*/
ul.icons{
	list-style-type: none;
	margin-left: 0 !important;
	margin-top: 10px;
}
ul.icons li{
	list-style-type: none;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	margin-bottom: 20px;
	width: 18%;
}
ul.icons li a{
	list-style-type: none;
	height: 140px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	color: #000000;
	width: 100%;
	border-radius: 10px;
}
ul.icons li a i{
	text-align: center;
	font-size: 60px;
	clear: both;
	display: block;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 5px;
	position: relative;
}

ul.icons li a i.img{
	height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

ul.icons li a b{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	clear: both;
	display: block;
	font-weight: normal;
	padding: 10px;
}
ul.icons li a i span.notifica{
	background-color: #ff0000;
	color: #ffffff;
	text-align: center;
	height: 30px;
	width: 30px;
	border-radius: 15px;
	line-height: 28px;
	position: absolute;
	margin-top: -10px;
	margin-left: -10px;
	font-size: 12px;
	border: 1px solid #ffffff;
	font-family: Arial;
}

ul.icons li a:hover{
	background-color: #f0f0f0;
}


/*===================
  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#app_header div.menu{
		background: #606397;
	}
		
	div#app_header div.menu ul li a
	div#app_header div.menu ul li.lg a{
		border-bottom: 1px solid #6b881c;
		color: #f0fdc5;
	}
	
	div#app_header div.menu ul li a:hover{
		background-color: #292728;
		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: 400px){
	div.loginlogo img {
		width:auto !important;
	}
}
@media (max-width: 360px){
	ul.icons li{
		margin-left: 2%;
		margin-right: 2%;
		width: 96%;
	}
}

@media (max-width: 350px){
	a.botao.login{
		width:100%;
	}
}