/*** CSS RESET ***/
html,body,p,a,ul,li,h1,h2,h3,h4,h5,h6,span,input,textarea,select,button,b,strong,fieldset{margin:0;padding:0;font-family:Arial,Tahoma,Verdana;font-size:12px;color:#444444}
html,body{height:100%;min-height:100%;}
a { text-decoration: none; color: #272727; outline: none !important;}
fieldset,img{border:0;}
li{list-style:none;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
table{border-collapse:collapse;border-spacing:0;}
caption,th,td{/*text-align:left;*/vertical-align:top;font-weight:normal;}
input,textarea,select{font-size:100%;line-height:1.1;border:1px solid #BCBCBC;background: #FFFFFF;-moz-box-shadow: inset 0 2px 3px rgba(0,0,0, 0.06); -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0, 0.06); box-shadow: inset 0 2px 3px rgba(0,0,0, 0.06);transition: all .5s;}
button{cursor: pointer;padding:2px 8px}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus{border-color: #6a94dd;outline:none;-moz-box-shadow: inset 0 2px 3px rgba(0,0,0, 0.06), 1px 1px 3px 0 rgba(68, 97, 150,.2); -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0, 0.06), 1px 1px 3px 0 rgba(68, 97, 150,.2); box-shadow: inset 0 2px 3px rgba(0,0,0, 0.06), 1px 1px 3px 0 rgba(68, 97, 150,.2)}
input:disabled, textarea:disabled, select:disabled{border-color: #BCBCBC;color:#AAAAAA}
input[type="file"],input[type="checkbox"],input[type="radio"]{-moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important;border: 0 none !important;background: none !important;}
abbr,acronym{border-bottom:.1em dotted;cursor:help;}
br{height:10px;line-height:5px;}

.container, form{
	height: 100%;
	min-height: 100%;
}
body{
	/*background: url('../img/bg.png') repeat-x;*/

	box-shadow: 0 6px 0 #99B9CC inset;
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f0f0 0%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0f0f0 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f0f0f0 0%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f0f0f0 0%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f0f0f0 0%,#fefefe 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fefefe');*/ /* IE6-9 */
	background-attachment: fixed;
}

* + html body{
	background: url('../img/bg.png') repeat-x !important;
}
.container {
	margin: 0 auto -50px; /* -50px = .footer, .push */
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}
.container, .header{
	width: 100%;
}
.header {
	height: auto;
	float:left;
}

.header .logo{
	float: left;
	margin-top: -10px;
}

.usuariologado{
	padding: 10px 5px 5px 5px;
	float:right;
	text-align:right;
}
.nav, .content{
	height: auto;
	float: left;
}
.nav {
	width: 15%;
	margin-right: 1%;
}
.nav ul{
		margin-top: 10px;
}
.nav ul li ul{
	margin: 0;
}
.nav ul li, .nav ul li span {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
}
p.totalizador, .nav ul li span {
	/*background-color:#0B3B91;*/
	background-color: #4A6AA3; /* new */
	color: #FFFFFF;
}
.nav ul li ul li {
	font-weight: normal !important;
	text-align: left;
}

.nav ul li ul li a, .nav ul li span {
	width: 100%;
	display: block;
	padding: 4px 0;
}

.nav ul li ul li a{
	padding-left: 4%;
}
.nav ul li ul li a:hover {
	background-color: #ABB5C8;
	width: 96%;
}
.content {
	width: 84%; /* 960 - 150 (nav) */
	overflow: hidden;
}
.alert{
	height: auto;
	background-color:#F2DEDE;
	border:1px solid #EED3D7;
	color: #B94A48;
	clear:both;
	display: block;
	font-weight: bold;
	font-size: 14px;
	visibility: hidden;
	padding: 5px 0;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.sucess{
	border:1px solid #D6E9C6 !important;
	background-color: #DFF0D8 !important;
	color:#468847 !important;
}

.button-default{ height: 34px !important; transition: all .5s }
.button-default:hover, .button-default:active {
	background-color: #aaa !important;
	border-color: #aaa !important;
	color: #fff;
}
.button-default, #anexarOutro { background-color: #EEEEEE !important; border: 1px solid #CCCCCC !important; margin-left: 10px;padding: 5px 10px 4px !important; }
.button-default ins, #anexarOutro ins { text-decoration: none; }
#anexarOutro:hover ins { text-decoration: underline; }

.button {
	cursor: hand;
	cursor: pointer;
	border: 1px solid #1B8BD7;
	background-color: #1B8BD7;
	padding: 6px 15px;
	min-width: 70px;
	height: 20px;
	float: left;
	margin-left: 8px;
	line-height: 20px;
	text-align: center;
	transition: all .5s;
}
.button:hover{
	border-color: #156fac;
	background-color: #156fac;
}
.button img{
	padding-top: 2px;
}
.button b{
	color: #FFFFFF;
}

.actions {
	margin: 10px 0 30px;
	float: left;
	width: 100%;
}
.actions a {
	font-weight: bold;
	text-decoration: underline;
	color: #0B3B91;
}
.btnAction{
	cursor: pointer;
}
.fieldDesc{
	font-size: 10px;
	display: block;
	color:#AAAAAA;
}
.footer, .push{
	height: 45px;
	clear: both;
}
.push{
	height: 100px; /* 45px .footer + 55px (para dar espaço em branco adicional) */
}
.footer{
	width: 100%;
	position: relative;
	background-color: #333333;
	border-top: 5px solid #CCCCCC;
	
}

.pagination{
	background-color:#A0CDE1;
	height: 18px;
	text-align: center;
	padding: 5px;
}


/**
 * GRID
 */
#grid{
	min-height: 0.01%;
	overflow-x: auto;
}
#grid .actions button, #grid .actions a {
	margin-left: 10px;
}
#grid table.main{
	width: 100%;
}
#grid table.main tr{
	background-color: #D7F0FF;
	border-bottom: 1px dotted #9caec1; /* new */
	transition: all .75s;
}

/* new */
#grid table.main tr th{
	padding: 7px 3px 3px !important;
	border: 1px solid #EEEEEE;
}
/* new */


#grid table.main tr th, table.main tr td{
	padding: 5px;
	/*border: 1px solid #89A4C1;*/ /* new */
	font-size: 11px;
}
#grid table.main tr th{
	font-weight: bold;
	background-color: #0080d0;
	color: #FFFFFF;
	vertical-align: middle;
}

#grid table.main tr th.thAction, #grid table.main tr td.tdAction{
	text-align: center;
}
#grid table.main tr td.tdAction{
	background-color:#ADDFFE;
}

#grid table.main tr td.tdAction img{
	cursor: pointer;
}
.highlight{
	background-color:#FFEEB7 !important;
}

/**
 * FORM
 */
#form{
	margin-bottom: 25px;
}
#form .actions button, #form .actions a {
	margin-left: 10px;
	float: left;
	margin-top: 10px;
}

#form fieldset{
	width: 100%;
}

#form fieldset p, #form fieldset .p{
	float: left;
	height: auto;
	min-height: 55px;
	padding-left: 10px;
	padding-top: 5px;
	width: 300px;
}
#form fieldset .p{
	display: inline-block;
}

#form fieldset p.destaque, #form fieldset .p.destaque {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
    min-height: 55px;
    padding-left: 8px;
	padding-top: 3px;
    width: 298px;
}
acronym.help {
	text-indent:-500px;
	overflow: hidden;
	background: url('../img/icones/help.png');
	width: 16px;
	border-bottom: 0;
	float: left;
	margin: 3px 0 0 3px;
	height: 16px;
}

#form fieldset p.col-2{
	width: 630px;
	max-width: 100%;
}
#form fieldset .p.col-2{
	width: 610px; /* 10px padding-left */
	max-width: 100%;
}

#form fieldset p.col-3, #form fieldset .p.col-3{
	width: 945px;
	max-width: 100%;
}

#form fieldset p.required label, #form fieldset .p.required label{
	padding-top: 0;
}

#form fieldset div.required_descricao{
	display: block;
    float: left;
    height: auto !important;
    margin-top: 15px;
    width: 100%;
}

#form fieldset p label, #form fieldset .p > label{
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
}
#form fieldset p label + label, #form fieldset .p label + label{
	font-weight: normal !important;
	cursor: hand;
	cursor: pointer;
}
fieldset p .text, fieldset p select, fieldset p textarea {
	box-sizing: border-box;
	width: 100%;
}
fieldset p.files .text, fieldset p.files select, fieldset p.files textarea,
.page-simulador .text, .page-simulador select, .page-simulador textarea,
.page-login .text, .page-login select, .page-login textarea {
	width: auto !important;
}
input.text, select, textarea{
	padding: 2px;
	font-size: 100%;
	float: left;
	max-width: 85%;
	max-width: calc(100% - 50px);
	min-width: 250px;
}
input.text{
	padding: 5px 2px !important;
}

#form textarea{
	width: 500px;
	height: 50px;
	margin-bottom: 10px;
}

input.disabled, select.disabled{
	background-color: #E1E4EA;
	border-color: #A2A2A2;
}

#form fieldset p input.checkbox{
	margin-top: 5px;
	float: left;
}

#form fieldset p span.checkbox{
	margin-top: 3px;
	float: left;
	margin-left: 5px;
}

/*#form fieldset p select, #form fieldset p select option{
	padding: 2px;
}*/

#form fieldset legend{
	clear: both;
    color: #AEAEAE;
    float: right;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.9);
}

#form fieldset legend ins{
	color:#0080D0;
}

span.field{
	font-size: 14px;
	padding-left: 5px;
}

/**
 * Pesquisa
 */
#search {
	border: 1px solid #FAEBCC;
	background-color: #FCF8E3;
	margin-bottom: 5px;
	color: #8A6D3B;
	padding: 8px 5px 5px 5px;
}
#search p.field {
	width: auto;
	height: 25px;
	float: left;
	margin-left: 5px;
}
#search p.buttons {
	width: auto;
	float: left;
	margin-left: 20px;
}
#search p.buttons button {
	padding: 1px 15px;
}
#search input {
	font-size: 100%;
	width: 200px;
	padding: 2px;
	min-height: 15px;
}
#search select {
	font-size: 100%;
	padding: 1px;
	width: 200px;
}

hr{
	border: 1px solid #AAAAAA;
}

.clearBoth{
	clear: both;
}

.files{
	width: 100% !important;
	display: block;
	height: auto !important;
	margin-top: 10px;
}

.files span span{
	display: block;
	margin-top: 5px;
	width: 100%;
	/*height: 20px;*/
	float: left;
}
.files .title{
	width: 99%;
	display: block;
	background-color: #4A6AA3;
	color:#FFFFFF;
	padding: 3px 1%;
	font-weight: bold;
	margin-top: 0px;
	height: auto !important;
}
.files img{
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.files span a, .files span input{
	float: left;
}
.fileField{
	width: 100%;
	float:left;
	/*height: 40px !important;*/
}
.fileField span{
	width: auto;
	float: left;
	width: 50% !important;
}
.files-list-slide{
	width: 100%;
	background-color:#EEEEEE;
	display: block;
	padding: 3px 0;
	margin-top: 5px;
	float: left;
	cursor: pointer;
	font-weight: bold;
}

.top{
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	clear: both;
	display: block;
	height: auto;
	min-height: 55px;
	padding: 10px;
	color: #31708F;
}
.top span{
	width: 100%;
	display: block;
	height: 20px;
	font-size: 12px !important;
}
.top > span.has-select + span.has-select {
	margin-top: 3px;
}
.top label, .top span span{
	font-weight: bold;
	float: left;
	width: auto !important;
	display: inline;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	/*font-size: 13px !important;*/
	font-size: 12px !important;
}
.top label{
	font-weight: normal !important;
	width: 180px !important;
}

.top.gray{
	background-color: #eee !important;
	border-color: #ddd !important
}

.top + .top{
	margin-top: 5px;
}


/*
	BOX de alteração de senha
*/
.boxAlterarSenha-overlay{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); 
    zoom: 1;
	display: none;
	z-index: 888;
}
.boxAlterarSenha fieldset{
	border: 0 none;
	padding: 0 !important;
}
.boxAlterarSenha fieldset legend{
	background-color: #EEEEEE;
    clear: both;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    text-indent: 5px;
    text-shadow: 1px -1px 0 rgba(255, 255, 255, 0.7);
    width: 100%;
}
.boxAlterarSenha{
	background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
    display: none;
    left: 50%;
    margin-left: -150px;
    padding: 15px;
    position: fixed;
    top: 15%;
    width: 300px;
	z-index: 999;
}
.boxAlterarSenha p, .boxAlterarSenha p label, .boxAlterarSenha p input{
	display: block;
}
.boxAlterarSenha p{
	background: none !important;
	border: 0 none !important;
	height: auto !important;
	width: 100% !important;
	float: left !important;
	margin: 5px 0 !important;
}
.boxAlterarSenha p label{
	font-weight: bold;
	width: 100% !important;
}
.boxAlterarSenha p button{
	border: 1px solid #CCCCCC;
	padding: 2px 10px;
	background-color:#F8F8F8;
	margin: 5px;
	font-weight: bold;
}
.boxAlterarSenha p button:hover, .boxAlterarSenha p button:active{
	background-color:#FFFFFF;
	color:#0080D0;
}

.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/*max-width: 250px;*/
}
/* IE 6 doesn't support max-height we use height instead, but this forces the menu to always be this tall */
* html .ui-autocomplete {
	height: 250px;
	/*width: 250px;*/
}

@media (max-width: 768px) {
	.files span span{
		float: none;
	}
	.nav{
		display: none;
	}
	.content{
		width: 100%;
	}
	.actions{
		float: none !important;
		min-height: 34px;
		margin-bottom: 15px;
	}
	#form fieldset p{
		display: block;
		float: none;
		width: 100%;
	}
}


.input-group {
	border-collapse: separate;
	display: table;
	position: relative;
	box-sizing: border-box;
}
.input-group + .input-group{
	margin-top: 5px;
}
.input-group-addon{
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
	box-sizing: border-box;
}
.input-group > input {
  display: table-cell;
	width: 100%;
	box-sizing: border-box;
}