/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
  background-color: #f8f8f8; 
  font-family: Calibri, Arial, Helvetica, sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  background-image: url("../resources/img/bg_rodape.png");
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}


/* Fim Sticky footer styles
-------------------------------------------------- */


.panel-orange {
	border-color: #e3a676;
}

.panel-orange>.panel-heading {
	color: #b85c13;
	background-color: #fefce6;
	border-color: #e3a676;
}

.panel-orange>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #e3a676;
}

.panel-orange>.panel-heading .badge {
	color: #b85c13;
	background-color: #fefce6;
}

.panel-orange>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #e3a676;
}

@media (min-width: 768px) {
	.form-inline label {
		margin-right: 5px;
	}
	.form-inline .form-control {
		height: 26px;
		font-size: 12px;
	}
	
	#bodyConteudo {
		background-image: url("../resources/img/bg_conteudo.png");
		background-position: right top;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
}

.checkboxs {
	margin-bottom: 0px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align: middle;
	padding: 3px;
}

hr {
	margin-top: 7px;
	margin-bottom: 7px;
}

.btn-orange {
  color: #fff !important;
  background-color: #b85c13 !important;
  border-color: #a15111 !important;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  color: #fff !important;
  background-color: #a15111 !important;
  border-color: #b85c13 !important;
}

.btn-orange-disabled {
	color:#a15111!important;
	background-color:#f0f0f0!important;
	border-color:#a15111!important;
	cursor:not-allowed!important;
}

.cursor-not{cursor: not-allowed!important;}

.nav-btn {
	margin-right:15px!important;
}

.nav-btn-group {
	display:inline!important;
	margin-left:30px!important;
}

.modal-orange {
border-color: #e3a676;
}

.modal-header-orange {
  color: #b85c13;
	background-color: #fefce6;
	border-color: #e3a676;
}

.modal-header-orange .close {
color: #b85c13;
}


.box-header {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #363636;
  font-size: 16px;
  position:relative;
  overflow: hidden;
  background: #f5f5f5;
  border-bottom: 1px solid #E4E4E4;
  height: 28px;
}
.panel-heading {
	padding: 5px 5px 5px 15px;	
}

.panel-heading-name {	
	font-size: 14px;
}

.panel-heading-icons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.panel-heading-icons a {
  cursor: pointer;
  text-decoration: none !important;
  border-left: 1px solid #fafafa;
  height: 26px;
  line-height: 26px;
  width: 28px;
  display: block;
  float: left;
  text-align: center;
  color: #b8b8b8 !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/*  STYLES NOTIFY  */
.rf-ntf-inf > .rf-ntf-cnt {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.rf-ntf-wrn>.rf-ntf-cnt {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.rf-ntf-err>.rf-ntf-cnt {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.rf-ntf-ftl>.rf-ntf-cnt {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.rf-ntf-inf>.rf-ntf-cnt>div.rf-ntf-ico {
	display: none;
}

.rf-ntf-wrn>.rf-ntf-cnt>div.rf-ntf-ico {
	display: none;
}

.rf-ntf-err>.rf-ntf-cnt>div.rf-ntf-ico {
	display: none;
}

.rf-ntf-ftl>.rf-ntf-cnt>div.rf-ntf-ico {
	display: none;
}

.span-table  {
   white-space:normal !important;
    word-wrap:break-word; 
}

.table-responsive {
	min-height: 0%;
}

.rf-pp-shade  {
	z-index:1500 !important;
}

.rf-pp-cntr {
	z-index: 1600 !important; 
} 

.legendLabel {
	white-space:normal !important;
    word-wrap:break-word;
    max-width: 160px;
}

.select-many-checkbox label {
	display: inline;
}

.mr-5 {
	margin-right: 5px !important;
}

.dropdown-menu>li>span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    color: #8999;
    text-decoration: none;
    background-color: #f5f5f5;
}