@page { 
	size: auto;
}

html {

}

body {
	overflow-x: hidden;
}

body::after{
  content: "";
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position:fixed;
  z-index: -1;
}
/*=============================================*/

.header-sigov, .navbar {
	background-color:#069;
	background: #008ece;
	background: -moz-linear-gradient(top, #008ece 0%, #006899 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008ece), color-stop(100%, #006899));
	background: -webkit-linear-gradient(top, #008ece 0%, #006899 100%);
	background: -o-linear-gradient(top, #008ece 0%, #006899 100%);
	background: -ms-linear-gradient(top, #008ece 0%, #006899 100%);
	background: linear-gradient(to bottom, #008ece 0%, #006899 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#008ece,endColorstr=#006899)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ece',endColorstr='#006899',GradientType=0);
}

.nomesite {
	left: -10px;
	position: relative;
}
.nomesite div {
	font-size: 20px;
	display: inline;
	top: 10px;
	padding-left: 5px;
	position: relative;
}
.nomesite img {
	padding-top: 8px;
}




div.collapse-button {
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
}

/*
.block .header h2,
.widget-block .header h2,
.block-flat .header h2 {
  margin: 0;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}
*/


.header {
}



.block .header h2,
.widget-block .header h2,
.block-flat .header h2 {
	color: #888;
	font-size: 20px;
	line-height: 30px;
	font-family: "OpenSansLight", Helvetica, sans-serif;
	position:relative !important;
}

.block .header h3,
.widget-block .header h3,
.block-flat .header h3 {
	font-family: "OpenSansLight", Helvetica, sans-serif;
	font-size: 20px !important;
	font-weight: 500;
	line-height: 20px;
	color: #777;
}

.header > * {
	display: inline;
}

.acoes {
	float: right;
	position: relative;
	top: -10px;
	display: inline;
}


.acoes div, .acoes a, .acoes button{
	vertical-align: top;
	display: inline-table;
	margin-bottom: 0px;
	margin-top: 0px;
	top: 0px;
	bottom: 0px;
}
/*.block .header h3 {
	
}*/
/*.block .header .acoes, .acoes {
	position: relative;
	line-height: 20px;
	top: -35px;
}*/

/*.acoes{
	position:relative;
  display: inline-block;
	float:right;
	vertical-align:middle;
}

.acoes > div[class*="col-"] {
	padding: 0px;
}

.acoes {
	margin-right: 5px;
	margin-left: 4px;
}

.acoes > .item-acoes:first-child {
	margin-left: 0;
}

.acoes > .item-acoes:last-child {
	margin-right: -5px;
}

.acoes > .item-acoes {
	position:relative !important;
}

.acoes .item-acoes + .item-acoes {
	margin-left:5px;
}*/

.block {
	border-top:1px solid #ddd !important;
	border-left:1px solid #ddd !important;
	border-bottom:1px solid #ccc !important;
}


.block-flat .form-actions{
	margin:-23px;
	margin-bottom: -20px;
	margin-top:40px;
	background-color:#fcfcfc;
	border-top:1px solid #f0f0f0;
	min-height:45px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
}

.block .form-actions{
	margin:0px;
	margin-bottom:0px;
	margin-top:0px;
	background-color:#fcfcfc;
	border-top:1px solid #f0f0f0;
	min-height:35px;
	padding: 0px;
	padding-left:20px;
	padding-right:20px;
}

.block-flat, .block-wizard {
	border-bottom: 1px solid #ddd;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}


.block .header {
	padding: 10px;
	background-color: #fcfcfc;
	border-bottom: 1px solid #dadada;
}
/*
.block-flat:before, .block-flat:after
{
  z-index: -1;
  position: absolute;
  content: " ";
  bottom: 30px;
  left: 25px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background:rgba(204,204,204,0);
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 		0 15px 10px #777;
}



.block-flat:before {
	-webkit-transform: rotate(-3deg) skew(-3deg, 0deg);
		 -moz-transform: rotate(-3deg) skew(-3deg, 0deg);
			-ms-transform: rotate(-3deg) skew(-3deg, 0deg);
			 -o-transform: rotate(-3deg) skew(-3deg, 0deg);
					transform: rotate(-3deg) skew(-3deg, 0deg);

}
.block-flat:after
{
	-webkit-transform: rotate(3deg) skew(3deg, 0deg);
		 -moz-transform: rotate(3deg) skew(3deg, 0deg);
			-ms-transform: rotate(3deg) skew(3deg, 0deg);
			 -o-transform: rotate(3deg) skew(3deg, 0deg);
					transform: rotate(3deg) skew(3deg, 0deg);
  right: 25px;
  left: auto;
}
*/




.page-head {
  padding: 2px 5px;
  position: relative;
	padding-left:30px;
}

.page-head .breadcrumb {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 4px;
}

.breadcrumb li a{
	color:#008ECE;
}

.page-head {
	color: #666;
	height: 28px;
	-webkit-box-shadow: 0 1px 0 white,0 1px 0 white inset;
	-moz-box-shadow: 0 1px 0 white,0 1px 0 white inset;
	box-shadow: 0 1px 0 white,0 1px 0 white inset;
	background: #e3e3e3;
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f4f4f4),color-stop(100%,#e3e3e3));
	background-image: -webkit-linear-gradient(top,#f4f4f4,#e3e3e3);
	background-image: -moz-linear-gradient(top,#f4f4f4,#e3e3e3);
	background-image: -o-linear-gradient(top,#f4f4f4,#e3e3e3);
	background-image: linear-gradient(top,#f4f4f4,#e3e3e3);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
}


.login-container .block-flat .header {
	background-color:#069;
	background: #008ece;
	background: -moz-linear-gradient(top, #008ece 0%, #006899 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008ece), color-stop(100%, #006899));
	background: -webkit-linear-gradient(top, #008ece 0%, #006899 100%);
	background: -o-linear-gradient(top, #008ece 0%, #006899 100%);
	background: -ms-linear-gradient(top, #008ece 0%, #006899 100%);
	background: linear-gradient(to bottom, #008ece 0%, #006899 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#008ece,endColorstr=#006899)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ece',endColorstr='#006899',GradientType=0);
}

.text-white {
  color: #fff;
}

input{
	color: #000;
}

.xheader {
	display:inline;
	position: relative;
  display: inline-block;
  vertical-align: middle;
}


.form-acoes{
	height:28px;
	top:-1px;
}

.form-group label{
	font-family:'OpenSansSemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-weight: normal;
}


.form-control {
	display: block;
	width: 100%;
	height: 30px;
	padding: 6px 12px;
	padding-top: 3px;
	padding-left: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fdfdfd;
	background-color: #f0f0f0;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;


background: rgb(247,247,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(254,254,254,1) 56%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(56%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 56%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 56%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 56%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 56%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

}

select.form-control, textarea.form-control {
	padding: 6px 8px;
	padding-top: 2px;
}

select.form-control-sigov, textarea.form-control-sigov {
	padding: 6px 8px;
	padding-top: 3px;
}

.form-control-sigov {
	height: 29px;
	padding: 6px 12px;
	padding-left: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;


background: rgb(247,247,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(254,254,254,1) 56%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(56%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 56%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 56%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 56%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 56%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

}

.form-control:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.3);
}

.normal {
	width: auto;
}




.input-group {
    margin-bottom: 0px;
}

.input-group-sigov {
  position: relative;
  display: inline;
}

.input-group-sigov .input-group-addon-sigov {
	display: inline;
	z-index: 3;
	position: relative;
}

.input-group-sigov[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.input-group-sigov .form-control-sigov {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.input-group-addon-sigov,
.input-group-btn,
.input-group-sigov .form-control-sigov {
  /*display: table-cell;*/

}
.input-group-addon-sigov:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group-sigov .form-control-sigov:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon-sigov,
.input-group-btn {
  width: 0%;
  white-space: nowrap;
  /*vertical-align: middle;*/
  margin-top: 10px;
}

.input-group-addon-sigov {
	/*margin-right: -8px;
  padding: 5px 12px;
  padding-bottom: 3.2px;*/
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px;
  padding-left: 12px;
  padding-right: 12px;
  right: -5px;
}





.input-group-sigov > .input-group-addon-sigov {	
	-webkit-padding-before: 3px;
	-webkit-padding-after: 5px;
}
.input-group-addon-sigov:last-child {
  border-left: 0;
}


.input-group-sigov .form-control-sigov:first-child,
.input-group-addon-sigov:first-child,
.input-group-btn-sigov:first-child > .btn,
.input-group-btn-sigov:first-child > .btn-group > .btn,
.input-group-btn-sigov:first-child > .dropdown-toggle,
.input-group-btn-sigov:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn-sigov:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}





/*select.form-control, textarea.form-control {
	padding: 2px 8px;
}*/

div.radio-form > .radio-inline, div.check-form > .checkbox-inline {
	padding-left: 0px;
}

.radio-inline, .checkbox-inline {
	padding-right: 10px;
}

.radio-inline .iradio_square-blue, .checkbox-inline .icheckbox_square-blue {
	margin-right: 4px;
	margin-top: -3px;
}



/*===== editable ====*/
.editable-click, a.editable-click, a.editable-click:hover {
	text-decoration:none !important;
	/*color: #008ECE;*/
	color: #555;
	font-family: "OpenSansSemibold", 'Helvetica Neue', Helvetica, arial, sans-serif;
	font-weight: normal;
}

.alert-info.editable-click {
	color: #3A87AD;
}

a.editable-click:hover {
	text-decoration:underline;
	color:#AC0002;
	color: #008ECE;
	text-decoration: underline !important;
}


.info-oficio {
	font-family: 'Open Sans', arial;
	color:#555;
}

.hidden-print {
}







@media print {

		.cl-mcont {
			margin-top: -30px;
		}
		.purechat {
			display: none;
		}

		.block .header h3,
		.widget-block .header h3,
		.block-flat .header h3 {
			font-family: "OpenSansLight", Helvetica, sans-serif;
			font-size: 13px !important;
			font-weight: 700;
			line-height: 20px;
			color: #777;
			display:inline !important;
			z-index:2 !important;
			position:relative !important;
		}

		.btn{
			display: none;
		}

		.block .header, .widget-block .header, .block-flat .header {
			border-bottom: none;
		}
		.visible-print {
			display: inherit !important;
		}
		.form-actions{
			display: none !important;
			margin: 0;
			padding: 0;
		}
		.hidden-print {
			display: none !important;
			margin: 0px;
			padding: 0px;
		}
		.block-flat {
			border: none;
		}
		.div-print{
			font-size:10px;
		}
		.div-print table tr td, .div-print table tr th{
			padding:3px;
			margin:3px;
			line-height:20px;
		}

		.table tr td, .table tr th {
			/*border-right:1px solid #bbb;*/
			border-left:1px solid #bbb;
			border-color:#bbb;
			font-size:10px;
			line-height: 2px;
			padding: 8px !important;
		}

		.content {
			margin-left: -2px;
		}

		.alert {
			font-size: 11px ;
		}

		.divGestor {
			text-align:center !important;
		}
		.divTesoureiro div {
			text-align:center !important;
		}
		.divAssinatura {
			margin-left:5%;
		}

		.pgbreak {
			page-break-before: always;
		}



		/*sigov*/
		.table-bordered {
		  border-collapse: separate !important;
		  border: 1px solid #dddddd;
		  -webkit-border-radius: 4px !important;
		  -moz-border-radius: 4px !important;
		  border-radius: 4px !important;
		  /*border-right: 1px solid #dddddd !important;*/
		}
		.table-bordered th,
		.table-bordered td {
		  border-left: none !important;
		  border-bottom: none !important;
		}
		.table-bordered thead:last-child tr:last-child th {
			border-right: none !important;
		}

		.table-bordered thead:last-child th {
			border-right: none !important;
		}

		.table-bordered caption + thead tr:first-child th,
		.table-bordered caption + tbody tr:first-child th,
		.table-bordered caption + tbody tr:first-child td,
		.table-bordered colgroup + thead tr:first-child th,
		.table-bordered colgroup + tbody tr:first-child th,
		.table-bordered colgroup + tbody tr:first-child td,
		.table-bordered thead:first-child tr:first-child th,
		.table-bordered tbody:first-child tr:first-child th,
		.table-bordered tbody:first-child tr:first-child td {
		  border-top: 0 !important;
		}

		table.table-bordered th:last-child, table.table-bordered td:last-child {
  			border-right-width: 0 !important;
		}	

		.table-bordered thead:first-child tr:first-child > th:first-child,
		.table-bordered tbody:first-child tr:first-child > td:first-child,
		.table-bordered tbody:first-child tr:first-child > th:first-child {
		  -webkit-border-top-left-radius: 4px !important;
		  -moz-border-radius-topleft: 4px !important;
		  border-top-left-radius: 4px !important;
		}
		.table-bordered thead:first-child tr:first-child > th:last-child,
		.table-bordered tbody:first-child tr:first-child > td:last-child,
		.table-bordered tbody:first-child tr:first-child > th:last-child {
		  -webkit-border-top-right-radius: 4px !important;
		  -moz-border-radius-topright: 4px !important;
		  border-top-right-radius: 4px !important;
		}
		.table-bordered thead:last-child tr:last-child > th:first-child,
		.table-bordered tbody:last-child tr:last-child > td:first-child,
		.table-bordered tbody:last-child tr:last-child > th:first-child,
		.table-bordered tfoot:last-child tr:last-child > td:first-child,
		.table-bordered tfoot:last-child tr:last-child > th:first-child {
		  -webkit-border-bottom-left-radius: 4px !important;
		  -moz-border-radius-bottomleft: 4px !important;
		  border-bottom-left-radius: 4px !important;
		}
		.table-bordered thead:last-child tr:last-child > th:last-child,
		.table-bordered tbody:last-child tr:last-child > td:last-child,
		.table-bordered tbody:last-child tr:last-child > th:last-child,
		.table-bordered tfoot:last-child tr:last-child > td:last-child,
		.table-bordered tfoot:last-child tr:last-child > th:last-child {
		  -webkit-border-bottom-right-radius: 4px !important;
		  -moz-border-radius-bottomright: 4px !important;
		  border-bottom-right-radius: 4px !important;
		}
		/*sigov*/

		.integra table tr td p { 
		   text-indent: 0px;
		   padding: 0px !important;
		   line-height: 1.42857143;
		   font-size: 9px !important;
		}

		.integra table tbody tr td p {
		   font-size: 11px !important;
		}

		.integra table tr td { 
		   padding:0px 4px !important;
		   border: 1px solid #555 !important;
		   line-height: 1.42857143;
		   border-left: 0px !important;
		   font-size: 9px !important;
		}

		.integra table {
			border-collapse: collapse !important;
			border: 0px solid #555 !important;
			border-left: 1px solid #555 !important;
			font-size: 11px !important;
		}

		.integra table tbody tr td { 
		   font-size: 11px !important;
		}


		.page-break, .pgbreak	{
			page-break-before: always !important;
		}
		#CTLC_boxContainer {
			display: none;
		}
		.obsExterna, .obsExterna p {
			font-size: 11px !important;
			text-align: justify;
		}
}




.parsley-errors-list{
	position:absolute;
	margin-top:0px;
	right:15px;
}




.modal-header {
	background-color:#2494f2;
	color:#fff;
	border-radius: 4px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	min-height:40px;
}


.modal-header-alert {
	background-color:#fff;
	color:#fff;
	border-radius: 4px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	min-height:40px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.modal-footer-sm {
  padding: 7px;
  padding-right: 15px;
}

.modal-header-alert > .close {
    font-size: 25px;
}

.modal-dialog.modal-content.modal-header{
		
}

.legenda{
	padding-right:15px;
}

.green {
	color: #60C060;
}

.red {
	color: #e64d35;
}

.orange{
	color:#f89406;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #fbfbfb;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
	background-color: #E0F0F0;
}

table thead th {
	font-family:'OpenSansSemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-weight: normal;
}



table.dataTable thead th,
table.dataTable thead td {
  padding: 8px 9px !important;
  border-bottom: 1px solid #ccc;
  padding-left: 0px;
  padding-right: 0px;
}

table.dataTable tbody td {
	padding-top: 6px !important;
	padding-bottom: 4px !important;
  margin: 0 !important;
}
table.dataTable tbody td .btn{
	margin: 0px !important;
	margin-top: -2px !important;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

table.table tbody td {
	padding-top: 6px !important;
	padding-bottom: 4px !important;
  margin: 0 !important;
}

/*
table.dataTable tbody td {
	padding: 0 !important;
	margin: 0 !important;
}
*/

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 5px 9px 3px 9px;
  border-top: 1px solid #ccc;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  vertical-align:middle;
  padding-top: 4px;
}

.table-normal tbody th,
.table-normal tbody td {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}


.content.no-padding table.dataTable tbody th,
.content.no-padding table.dataTable tbody td {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	font-size: 12px;
}


.table-cadastro tbody tr td:nth-child(odd){
	font-family:'OpenSansSemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	width: 30%;
	color: #555;
}

.table-pericia tbody tr td:nth-child(odd){
	font-family:'OpenSansSemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	width: 20%;
	color: #555;
}



/*======================*/
h4.ui-pnotify-title{
	font-size:14px;
	line-height:12px;
}

.ui-pnotify-text{
	margin-top:10px;
}
.ui-pnotify-sticker, .icon-play .icon-pause{
	font-size:12px !important;
	font-weight:100;
}
.ui-pnotify-closer{
	font-size:16px !important;
	padding-left:7px;
}

.sigov-notify{
	font-family: 'OpenSansSemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	position:fixed;
	left:39%;
	top:35%;
	z-index: 99999;
}

.sigov-notify:after {
	position: fixed;
	background-color: rgba(0,0,0,0.3);
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/*=====================*/


/*==========================*/

.autocomplete-suggestions {
	/*z-index: 100000 !important;*/
	border-radius: 4px;
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	   -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	        box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
	font-size:14px;
	font-family: 'OpenSansSemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.autocomplete-selected {
	background:#0088cc;
	background:	rgba(0, 142, 206, 0.7);
	color:#FFF;
}

.autocomplete-suggestions strong {
	font-weight: normal;
	color:#3399FF;
}

.autocomplete-selected strong{
	color:#6FF;
}

.autocomplete-no-suggestion {
	/*background-color: #f0f0f0;*/
	background-color: #fcf8e3;
	padding: 5px;
	
}


/*==========================*/


.buscanome{
	text-transform:uppercase;
}


/*==========================*/

.croppedImg{
	display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}


.titulo {
	font-family: 'OpenSansSemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.form-group .combodate{
	display: block;
}

.form-group .btn-group{
	display: block;
}

.grupo-radio label {
	margin-bottom: -3px !important;
}

.combodate .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.row-dashed .row{
	border-bottom: 1px solid #ccc;
}

/*
.login-container .middle-login {
  width: 430px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: -170px;
  margin-left: -215px;
}
*/

.btn {
	border-radius: 3px;
}

.btn-xs{
	border-radius: 2px;
}

.btn-shad {
	text-shadow: 0.5px 0.5px 0.7px rgba(0, 66, 132, 1);
}

.btn-info, .btn-info:focus {
	background-color: #5BC0DE;
	background-color: #52b0cb;
	border-color: #28a1c4;
}

.btn-info:hover {
	background-color: #5fc8e7;
	
	border-color: #28A1C4;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-color: #5fc8e7;
	background-color: #2BB8E2;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #4e9dff;
	background-color: #5BB0DE;
	border-color: #357ebd;
	text-shadow: 0px 0px 1px rgba(0, 66, 132, 1);
}




/*==========================*/

.form-horizontal.form .form-group {
  margin: 0;
  padding: 20px 0;
}

.form-horizontal.group-border .form-group{
	margin: 0;
	padding-bottom: 20px;
}

.form-horizontal.group-border .form-group:last-child {
	border-bottom: 1px dotted #ccc;
}

.editableform .form-group {
	border-bottom: none !important;
	margin: 0px;
	padding-bottom: 0px !important;
}

.form-simulador .alert-gray{
	border-radius: 4px;
	background-color: #f0f0f0;
}

/*
.form-inline .control-group .controls {
	display: inline-block;
}

.form-inline .control-group {
	padding-bottom: 15px;
}

.form-inline .control-label {
float: left;
width: 20%;
padding-top: 5px;
text-align: right;
}

.form-inline .controls {
	margin-left: 2%;
}
*/



/*TABS*/
.nav-tabs > li > a {
	margin-right: 4px;
	line-height: 1.42857143;
	border-radius: 4px 4px 0 0;
	border: 1px solid #cfcfcf;
	background-color: #fbfbfb;
	border-bottom-color: 1px solid;
	color: #999;

	background: rgb(253,253,253); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(253,253,253,1) 44%, rgba(249,249,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,rgba(253,253,253,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 44%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(253,253,253,1) 44%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(253,253,253,1) 44%,rgba(249,249,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(253,253,253,1) 44%,rgba(249,249,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */

}



.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	font-family: "OpenSansSemibold";
	font-weight: normal;
	background: #fff;
}





.xedit-control {
	display:;
	width: 30%;
	height: 28px;
	padding: 10px 12px;
	padding-left: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fdfdfd;
	background-color: #f0f0f0;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}




.editable-empty, .editable-empty:hover, .editable-empty:focus {
	color: #D86B6B !important;
	font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	text-transform: capitalize;
}


.alert-rnd{
	border-radius: 4px;
	padding: 4px;
}

.center {
	text-align: center;
}

.tabela-exibir{
}



/*Radio Button e Checkbox*/

input[type=radio].css-checkbox {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px; 
	padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:20px;
	height:15px; 
	/*display:inline-block;*/
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	/*font-size:15px;*/
	cursor:pointer;

}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}
label.css-label {
	background-image:url(../img/csscheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.docsEditable:after {
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	content: "";
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


.scrolledit {
	height: 350px;
	overflow-x: visible;
	overflow-y: scroll;
}
/*


.scrolledit::-webkit-scrollbar {
    width: 12px;
}
 

.scrolledit::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 

.scrolledit::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(180,180,180,0.2); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
}

.scrolledit::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(180,180,180,0.4); 
}
*/
/*================*/




@media (max-width: 767px) {
.nav-tabs > li > a {
	font-size: 11px;
	padding: 5px;
	margin-right: 1px;
	word-spacing: -1px;
}	
}






.menu-space{
	height: 100%;
}

.cl-vnavigation .sub-menu {
	background-color: #1A1C20;
	margin: 0;
	padding: 0;
	padding-top: 0px;
}


.limenu {
	display: block;
}

/*.weight-lg {
	width: 190px;
}

.weight-sm {
	width: 55px;
}*/

/*#cl-wrapper.sb-collapsed.fixed-menu .menu-space {
  width: 55px;
}*/

.cl-vnavigation .sub-menu li a {
  font-size: 11px;
  background-image: none;
  padding: 7px 18px 7px 42px;
  background-color: #1a1c20;
  padding: 10px;
	padding-left:20px;
}

.cl-vnavigation .panel {
	border: none;
}

.cl-vnavigation .sub-menu li:last-child {
  padding-bottom: 4px;
}










/*

.limenu a {
	display: block;
	outline: 0;
	display: list-item;
	padding: 14px 18px 13px 15px;
	white-space: nowrap;
}

.cl-vnavigation li a {
  border-top: 1px solid #32353e;
  border-bottom: 1px solid #1a1c20;
  display: block;
  padding: 14px 18px 13px 15px;
  color: #c9d4f6;
  font-size: 12px;
  font-weight: 300;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
*/

/*=============== nano scroller ============*/

.panel {
	background-color: transparent;
}


.nano .nano-content {
	/*padding: 20px;*/
}

.nano .nano-pane {
	/*background: #555;
	width: 8px;
	right: 1px;
  margin: 5px;*/
  background: rgba(255,255,255,0.05) !important;
}

.nano .nano-slider {
	background: #111;
}




.carregando {
	padding-top: 30px;
	padding-bottom: 30px;
}

.carregando img {
	height: 100px;
	width: 100px;
}


.select2-input {
	font-size: 14px !important;
}


.small{
	color: #aaa;
}




.integra p { 
   text-indent: 50px;
}

.integra table tr td p { 
   text-indent: 0px;
   padding: 0px !important;
   font-size: 12px !important;
}

.integra table {
	border: 1px solid #999 !important;
  border-color: #999 !important;
}

.integra table tr td { 
   font-size: 9px !important;
   padding:0px 4px !important; 
   border-color: #999 !important;
}


.integra blockquote p { 

}

.integra table {
	width: 100% !important;
	margin-bottom: 15px;
}

.integra blockquote {
  padding-top: 5px;
  font-style: italic;
  padding-left: 70px;
}

.integra p[style*="margin-left"]{
	text-indent: 0;
}

.integra p[style*="center"]{
	text-indent: 0;
}


.integra p[align*="center"]{
	text-indent: 0;
}


.form-control-sigov[disabled] {
	background: #eee !important;
}

input[disabled] {
	background: #eee !important;
}



/*======SPINER UI======*/


.ui-spinner {
  position:relative;
	display:inline-block;
}
input[type="text"].ui-spinner-input{
	width:100%;
}

input[type="text"]{
	background-color:#FCFCFC;
	box-shadow:inset 2px 1px 5px 2px rgba(0,0,0,0.07);
}

.ui-spinner-button {
	display:inline;
	position:absolute;
	top:-5px;
	left:70%;
}
.ui-spinner-up {
  top: -2px;
}
.ui-spinner-down {
  top: 10px;
}


.group-opcoes {
	padding: 0px !important;
	margin: 0px !important;
	width: 80px;
}


.label-busca{
	font-size: 9px;
	color: #999;
	background-color: #f5f5f5;
	border-radius: 4px;
	padding: 2px;
	display: inline-block;
	margin-bottom: 3px;
	position: relative;
}

.label-orgao {
	background-color: #2299C5;
	border-radius: 4px;
}

.label-orgao2 {
	background-color: #22C58D;
	border-radius: 4px;
}



.select-format {

}

.select2-container .select2-choice {
  height: 30px;
  line-height: 1.2;
  /*margin-top: -4px;*/
}

.alert-grupo.rounded {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.alert-grupo {
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}

.alert-datatable {
	padding: 0px;
	background-color: #D9EDF7;
  border-color: #98cce6;
  color: #3A87AD;
  margin: 0px;
  padding: 6px;
}

div.dataTables_processa {   
    position: absolute;
    top: 50%;
    left: 49%;
    width: 97.2%;
    /*height: 60px;*/
    margin-left: -47.6%;
    margin-top: 8px;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    text-align: center;
    font-size: 14px;
    /*background: #eee;*/
    border-radius: 4px;
}

.introjs-tooltiptext {
	font-size: 13px;
}

.btn-opcao {
		/*
		bgbtnopcao
		*/
    /*background:url(../img/bgbtnopcao.png) !important;*/
    background-image: url(../img/bgbtnopcao.png) !important;
    background-repeat: no-repeat;
    background-position: 0px 0px !important;
    border-radius: 3px;
}

.btn-opcao + .dropdown-menu {
	margin-top: -5px !important;
}

.dropdown-menu {
	background: #fefefe;
}

*.fa-white {color: white !important}

.modal-header.orange{
	background: #FF9900;
}

.autocomplete-group:first-child {
	margin-top: 0px;
}

.autocomplete-group {
	padding: 7px 5px;
	background-color: #D8E3ED;
	margin-top: 10px;
}
.autocomplete-group strong { 
	color: #555;
	font-weight: bold;
	font-family:'OpenSansBold', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/*
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
*/
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
  .modal-md {
    width: 700px;
  }
}


.trcid {
	background: #F8E7D1 !important;
}


.item-bar {
	/*position: relative;
	top: -23px;
	margin-left: 10px;
	-moz-top: 0px;*/
}


.alert-baixa{
	margin-bottom:7px;
	padding-bottom:4px;
	padding-top:6px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


.top-tab {
  background-color: rgba(217,237,247,0.2);
}




@media all {
	.page-break	{ display: none; }
}





.icon-glosa {
	color: rgba(255,204,0,1);
}

.icon-aud {
  color: rgba(136, 240, 240, 1);
}


.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table td:hover {
  background: #fff !important;
  color: #777777;
}






/*=============== CORE ADMIN =====================*/
.menu-central {
}
.menu-central {
	/*border: 1px solid;*/
	position: relative;
	margin-left: -15px;
	margin-right: -0px;
	text-align: justify;
	text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
   min-width: 100px;
}
.menu-central > .item-menu {
  display: inline-block;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  padding-left: 16px;
  /*float: left;*/
}
@-moz-document url-prefix() {
	.menu-central {
		margin-left: -15px;
		margin-right: -5px;
	}
	.menu-central > .item-menu {
	  padding-left: 17px;
	  /*float: left;*/
	}
	select {
    -moz-appearance: none;
    text-indent: 0.1px;
    text-overflow: "";
    padding-left: 10px !important;
    padding-right: 20px !important;
  }
  .select {
     background: url('../img/select-arrow.png'), -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(254,254,254,1) 56%);
     background-repeat: no-repeat;
     background-position: right center;
     /*background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(254,254,254,1) 56%);*/
  }
  .select option {
  	padding-left: 12px;
  }
}
/*.select-mes {
   background-image: url('../img/select-arrow.png');
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 20px;
}*/

/*.select-mes {
   -moz-appearance:window;
   background-image: url('../img/select-arrow.png');
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 30px;
}*/
/*.menu-central:after {
	content: "";
	width: 100%;
	display: inline-block;
}*/

.menu-central .item-menu:first-child{
	/*padding-left: 0px;*/
}
.menu-central .item-menu a{
	display: block;
	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #efefef;
  background-size: 100%;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f7f7f7),color-stop(100%,#efefef));
  background-image: -webkit-linear-gradient(top,#f7f7f7,#efefef);
  background-image: -moz-linear-gradient(top,#f7f7f7,#efefef);
  background-image: -o-linear-gradient(top,#f7f7f7,#efefef);
  background-image: linear-gradient(top,#f7f7f7,#efefef);
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: 0 0 0 1px #fcfcfc inset,0 1px 1px #d5d5d5;
  -moz-box-shadow: 0 0 0 1px #fcfcfc inset,0 1px 1px #d5d5d5;
  box-shadow: 0 0 0 1px #fcfcfc inset,0 1px 1px #d5d5d5;
  padding: 10px 16px 2px 16px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "OpenSansSemibold","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: normal;
  min-width: 120px;
  color: #69AFD1;
  color: #63B5DD;
}
.menu-central .item-menu span{
	color: #777;
	font-size: 11px;
	display: block;
  padding-top: 7px;
}
.menu-central .item-menu i{
	/*text-shadow: 0 1px rgba(51,51,51,0.5);*/
}





#ZDBPoweredByEl {
	display: none;
}


.dxc-legend, .dxc-legend-trackers{
	font-size: 1px;
}

.widget-block .fact-data h2 {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  font-family: "OpenSansSemibold","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.page-aside {
  width: 250px;
  /*left: -29px;*/
  /*position: relative;*/
}
.page-aside .content {
	padding-top: 30px !important;
}
.page-aside > div {
  width: 250px;
  background-color: #fff;
  padding-top: -40px;
  position: relative;
  top: 40px;
  position: relative;
}

div.fixed {
	border-right: 1px solid #e5e5e5;
}

/*==============  email =============*/
/*Message*/
.cl-mcont > .message {
	margin-left: -30px;
	margin-right: -30px;
	position: relative;
	background: #fff;
	background-color: #fff;
	height: 100%;
	bottom:0px;
}

.message {
	height: 100%
	bottom: 0px;
	
}

.message .head {
  background: #FFF;
  padding: 20px 25px 24px;
}
.message .head h3 {
  margin: 9px 0 15px 0;
}
.message .head h3 span {
  font-weight: 300;
  font-size: 20px;
  float: right;
}
.message .head h3 span a {
  color: #888;
  margin-right: 15px;
}
.message .head h4 span {
  font-weight: 100;
  font-size: 15px;
  float: right;
}
.message .head h4 span a {
  color: #FEA200;
  margin-right: 10px;
}
.message .mail {
  background: #FFF;
  border-top: 1px solid #E5E5E5;
  padding: 30px;
  font-size: 26px;
}
.message .mail p {
  font-size: 15px;
  font-weight: 100;
}
.message .mails .item {
  border-bottom: 1px solid #E5E5E5;
  padding: 17px 20px;
  display: table;
  width: 100%;
  cursor: pointer;
}
.message .mails .item:nth-child(even) {
  background: rgba(0, 0, 0, 0.015);
}
.message .mails .item:hover {
  background: rgba(0, 0, 0, 0.035);
}
.message .mails .item > div {
  vertical-align: top;
  display: table-cell;
}
.message .mails .item > div:first-child {
  width: 35px;
}
.message .mails .item > div:first-child > div {
  margin-top: 2px;
}
.message .checkbox {
  background-color: #FFF;
}
.message .mails .item .from {
  font-weight: 600;
  font-size: 13px;
  margin: 0 0 3px 0;
}
.message .mails .item .date i {
  margin-right: 7px;
  font-size: 14px;
}
.message .mails .item .msg {
  font-size: 12px;
  margin: 0;
}
.message .head .subject input {
  font-weight: normal;
  font-size: 13px;
  height: auto;
  padding: 10px 10px;
  border: 0;
  width: 100%;
  border: 1px solid #bbb;
}


.message .to,
.message .cc {
  overflow: hidden;
  border-top: 1px solid #E5E5E5;
  padding: 10px 25px 15px;
  background: #FFF;
}
.message .to {
  padding-bottom: 0;
}
.message .cc {
  padding-top: 2px;
  padding-bottom: 20px;
  border-top-width: 0;
}
.message .to .form-group > .control-label {
  /*width: 45px;
  padding-top: 10px;
  padding-left: 5px;*/
}
.message .to .form-group > div {
	margin-top: -8px;
	margin-bottom: 20px;
}


/*=========== select2 ==============*/
.select2-container-multi .select2-choices .select2-search-field input {
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
.select2-container-multi .select2-choices {
	padding: 0;
}
.select2-container-multi .select2-choices {
	background-color: #fdfdfd ;
	background-color: #f0f0f0 ;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	background: rgb(247,247,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(254,254,254,1) 56%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(56%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 56%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 56%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 56%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 56%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
/*=======================*/


ul.timeline li .content {
  position: relative;
  border-radius: 3px;
  background: #F4F7F9;
  margin-left: 75px;
  padding: 12px 10px;
  border: 1px solid #ddd;
  line-height: 15px;
  box-shadow: 1px 0 #ccc;
}

ul.timeline li .content:before {
  background: #F4F7F9;
  position: absolute;
  top: 14px;
  content: "";
  width: 10px;
  height: 10px;
  left: -6px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
}

ul.timeline li > .date {
	border-radius: 4px;
}



.bg-tela:after {
	position: fixed;
	background-color: #fff;
	content: "";
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;	
}

.loading_screen {
	position: relative;
	width: 50%;
	height: 50%;
	top: 45%;
	left: 17%;
	height: 45%;
	z-index: 2
}

.loading_screen img{
	position: relative;
	vertical-align: middle;
	margin-top: 40%;
	width: 20%;
}

.menuPopUp {
	left: 55px;
	background: #fff;
	background-color: #fff;
}





/*========= Z-INDEX =============*/
.head-nav {
	z-index: 3;
}
/*BREADCRUMB*/
.page-head {
	z-index: 2;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	z-index: 3;
}

.menu-space {
	z-index: 3;
}
.cl-sidebar {
  z-index: 3;
}
.cl-vnavigation {
	z-index: 3;
}
.block .header h2,
.widget-block .header h2,
.block-flat .header h2 {
	z-index: 0;
}

.block .header h3,
.widget-block .header h3,
.block-flat .header h3 {
	z-index:0;
}

.modal {
	z-index: 3;
}


.page-aside > .fixed {
	z-index: 2;
}

.page-aside > div {
  z-index: 1;
}

.menuPopUp {
	z-index: 5;
	position: fixed;
	display: block;
}
/*========= Z-INDEX =============*/


.navbar-default .navbar-nav > li.button .dropdown-menu .content ul li {
  list-style: none;
}




/*.clearfix:after { 
 content: "."; 
 visibility: hidden; 
 display: block; 
 height: 0; 
 clear: both;
}*/

/*.clearfix:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
*/



.fa-1x {
  font-size: 17px;
	font-weight:100;
}

.icon-1x {
  font-size: 17px;
	font-weight:100;
}


.table-top {
	margin-bottom: -2px;
}

.iframezopim {
	width: 1195px;
	height: 100%;
	position: fixed;
	margin-left: -220px;
	border: none;
	zoom:-30;
}
.iframcampoalegre {
	width: 1425px;
	height: 100%;
	position: fixed;
	margin-left: -280px;
	border: none;
	zoom:-30;
	margin-top: -80px;
}

 /*style="-webkit-transform:scale(0.5);-moz-transform-scale(0.5);"*/

 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
  background-color: #36a3ff;
  background-color: #0E90CD;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff !important;
  background-color: #0E90CD !important;
}