/* CSS Document */
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; overflow-x: hidden; }

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.conteudo-table table thead tr { font-size: 12px; vertical-align: middle }
.conteudo-table table tbody tr { font-size: 10px; }
.conteudo-table table tbody tr .money { white-space: nowrap; }

.panel-body-2 {
	text-align: center;
	padding: 10px !important;
	background-color: #337ab7;
}


.menu-bar li a {
    color: #ef0c0c !important;
}
.centered .panel-heading { text-align:center; }

/*.jquery-waiting-base-container {
	margin: 0px;
	width: 100%;
	height: 20px;
	display: block;
	z-index: 9999997;
	background-image: url("../images/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
	color: black;
	text-align: center;
	margin-bottom: 15px;
	color: #337AB7;
}
.col-sm-9 .panel-heading {
	padding: 0px 0px 0px 10px
}

*/
.container-top, .container-top .panel-heading-2 {
	position: relative;
	width: 100% !important;
	margin: 0 auto !important;
	padding: 0px !important
}

.sic .ativo { 
    color:#000000 !important;     
    background-color: #e4b902!important; }


.container-top .bg {
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.container-top .container {
	padding: 8px 0px 10px 0px;
}

/*
.panel-heading h4 {
	color: #FFF;
}

.btn-primary:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}



.panel-body {
	padding: 0px;
}
.panel-body table tr td {
	padding-left: 15px
}
.panel-body .table {
	margin-bottom: 0px;
}

.dataTables_wrapper .dt-buttons .btn {
	margin-right: 5px;
}
.tibutos >tbody>tr>td {
	border-bottom: none !important;
}
.tibutos .table >tbody>tr>td {
	border: none !important;
}

.btn-export {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.noMargerLeft {
	padding-left: 0px;
}
.noMargerRight {
	padding-right: 0px;
}
*/

.tab-pane { height:400px; overflow-x: hidden; overflow-y: scroll; }

.tab-pane table {
	font-size: 12px;
}

.tab-pane table .titulo {
	width: 150px;
	text-align: right;
	vertical-align: top;
}

.tab-pane table thead tr {
	text-align: center;
}

.tab-pane form { margin:10px; }

.esic .tab-pane { height:auto; overflow-x: hidden; overflow-y: hidden; }


fieldset {
	margin: 0;
	xmin-width: 0;
	padding: 10px;
	position: relative;
	border-radius: 4px;
	padding-left: 10px!important;
}
legend {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	width: 35%;
	border-radius: 4px;
	padding: 5px 5px 5px 10px;
}
fieldset label {
	font-size: 10px;
}
fieldset label.error {
	float: none;
	font-size: 11px;
	display: block;
	text-align: left;
	font-weight: bold;
}

.table { margin-bottom:0px; }
.pagination { margin: 20px 0px 0px 0px; }

/*
.well {
   position: absolute;
   top: 50%;
   right: 50%;
   transform: translate(50%, 50%);
   background:none;
   border:none;
}
*/


.footer {
	padding: 5px;
	text-align: center;
}


/* *********************************************************************
* ACESSIBILIDADE
* *********************************************************************/
#acessibilidademin {  z-index:9999; position:fixed !important; cursor:pointer; font-weight: bold; font-size: 16px; text-align:right; top:0; left:0; margin:10px 0px 0px 0px; padding:7px; border-image:0; border-top-right-radius: 20px; border-bottom-right-radius: 20px; border: 1px solid rgb(221, 221, 221); background-color:rgb(11 19 103); color: rgb(255, 254, 254); }
#acessibilidademax {  z-index:9999; position:fixed !important; padding: 12px;float: left; width: 200px; margin-top: 5px; background-color:rgb(221, 221, 221); border: 1px solid #ddd;margin-left:-500px; }
#acessibilidademax .titulo { font-size: 12px; color: #999;height: 30px; padding:0px !important; margin:0px !important; cursor:pointer; font-weight:bolder;  }
#acessibilidademax .titulo div { margin:0px; padding:5px }
/* *********************************************************************
* LOADER
* *********************************************************************/
.preloader { position: fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:99999; }
.preloader div { width:200px; height:200px; position:absolute; left:50%; top:50%; background-image:url(../images/loading.gif); background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px; }



.modal-dialog {
    width: 900px !important;
}

.modal .nav-tabs li a {
    color: #c7c7c7 !important;
}
