/* BARRA LATERAL */
/*.pace-done*/ .navbar-static-side {
	background-color: #3f3f3f;
	position: fixed;
	width:180px /*!important*/; 
	z-index: 1000;
}
/* BARRA LATERAL HEADER*/
.nav-header {
	background: none !important;
	background-color: #46A4DE !important;
	height: 160px;
	color: #FFFFFF;
	border-bottom-color: white;
	border-bottom-width: medium;
	border-bottom-style: solid;
}
/* BARRA LATERAL ITEMS*/
.navbar-default .nav>li>a {
	color: #FFFFFF!important;
}
.navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus {
	background-color: #e0e0e0 !important;
	color: #3f3f3f !important;
}
/* BACKGROUND COLOR */
body {
	/*background-color: transparent !important;*/
}
.sharp-bg {	
	/*background-color: #FFFFFF;*/
	/* IE */ margin-left: 180px /* !important*/;
}

/* PAGE TITLE TOP */
.page-header-bg {
	
	color: BLACK;
	position: fixed;
	width: 100%;
	z-index: 100;
	
}
@media (min-width: 769px){
.page-heading {
/*	 background-image: url("../css/backimage.png");
	 background-repeat: no-repeat;
	 background-color: #187BBD;
	 background-size: 120px;
	 position: fixed;
	 background-position: 50%;
	 height: 130px;
	 */
	 height: 0px;
}
}
/* PAGE TOP MENU */
.navbar-fixed-top, .navbar-static-top {
    /* background: none repeat scroll 0 0 !important; */
    /* border-bottom:  solid 5px #34495e !important; */
    /*
    margin-bottom: 0;
    background-image: url("../css/backimage.png");
    background-repeat: no-repeat;
    background-color: #187BBD;
    background-size: 120px;
    position: fixed;
    background-position: 50%;
    top: 0px;
    width: 100%;
    margin-left: 180px;
    height: 100px;
    */
    height: 0px;
}
.sectioncontentbar
{
	margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -5px;
    padding-right: 15px;
    padding-bottom: 0px;
    border-top: solid 3px #EBE7DD;
}
ul.nav-pills
{
	float: right;
/*    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -5px;
    padding-right: 15px;
    padding-bottom: 0px;
    border-top: solid 3px #EBE7DD;
    */
    /* background-color: #EBE7DD; */
}
.nav-pills>li {
    /*float: right;*/
    margin-left: 5px;
    margin-right: 5px;
}
/* PAGE TOP MENU ITEMS*/
.navbar-static-top li>a {
	color: #34495e !important;
	font-weight: 600;
}
.navbar-static-top li>a:hover {
	background-color: #34495e;
	color: white !important;
}
/* FOOTER */
.navbar-fixed-bottom{
  	background: #34495e;
}
.footer.fixed {
	/* color: black; */
	/*background: #187BBD;*/
	border-top: 0px solid rgba(193, 193, 193, 0.28);
	height: 120px;
}

.wrapper-content {
    padding: 10px 10px 40px;
}

@media ( min-width : 768px) {
	#page-wrapper {
		min-height: 700px;
	}
	.navbar-static-top
	{
		background: none repeat scroll 0 0 #FFFFFF !important;
	}
}




.sidebar-collapse
{
	
/*	position: fixed;*/
    width: inherit;
}


.btn-default.sbrrdbtn.active,.btn-default.sbrrdbtn.active:hover, .btn-default.sbrrdbtn.active:focus, .btn-default.sbrrdbtn.active:active {
    color: #fff;
	background-color: #46A4DE ;
  	border-color: #46A4DE ;
}


.btn-default.sbrrdbtn {
	color: #46A4DE;
  	background-color: #fff;
  	border-color: #46A4DE;
}
.btn-default.sbrrdbtn:hover, .btn-default.sbrrdbtn:focus, .btn-default.sbrrdbtn:active {
 	color: #46A4DE;
	background-color: #fff;
  	border-color: #46A4DE;
}
.btn-default.sbrrdbtn.active,.btn-default.sbrrdbtn.active:hover, .btn-default.sbrrdbtn.active:focus, .btn-default.sbrrdbtn.active:active {
    color: #fff;
	background-color: #46A4DE;
  	border-color: #46A4DE;
}
.btn-default.sbrrdbtndis {
	color: #46A4DE;
  	background-color: #fff;
  	border-color: #46A4DE;
}
.btn-default.sbrrdbtndis:hover, .btn-default.sbrrdbtndis:focus, .btn-default.sbrrdbtndis:active {
 	color: #46A4DE;
	background-color: #fff;
  	border-color: #46A4DE;
}
.btn-default.sbrrdbtndis.active,.btn-default.sbrrdbtndis.active:hover, .btn-default.sbrrdbtndis.active:focus, .btn-default.sbrrdbtndis.active:active {
    color: #fff;
	background-color: #46A4DE;
  	border-color: #46A4DE;
}

/**/
.btn-breadcrumb
{
	margin-bottom:20px;
}
.btn-group.btn-breadcrumb > a.btn.btn-default {
    background-color: #cdcdcd;
}
.btn-group.btn-breadcrumb > a.btn.btn-default:hover {
    background-color: #ababab;
}
.btn-group.btn-breadcrumb > a.btn.btn-default.bc-active  {
    background-color: #163560;
}
.btn-group.btn-breadcrumb > a.btn.btn-default.bc-active:hover  {
    background-color: #909090;
}
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #cdcdcd;
}
.btn-breadcrumb .btn.btn-default.bc-active:not(:last-child):after {
  border-left: 10px solid #163560;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #000;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ababab;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #ababab;
}
.btn-breadcrumb .btn.btn-default.bc-active:hover:not(:last-child):after {
  border-left: 10px solid #909090;
}
.btn-breadcrumb .btn.btn-default.bc-active:hover:not(:last-child):before {
  border-left: 10px solid #909090;
}
.btn-breadcrumb > * > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-breadcrumb > * {
  display:block;
}
.btn-breadcrumb > * div {
    max-width: 170px;
}



/* -------------- HAMBURGER -------------- */
.navbar-toggle {
	/* background: #34495e; */
}

.navbar-toggle .icon-bar {
	/* background: #FFFFFF; */
}
/* -------------- CORES DOS BUTTONS -------------- */
.btn{
	color:#FFFFFF;
	background-color: #34495e;
}
.btn-info {
	background-color: #34495e !important;
	border: none !important;
	color: #FFFFFF;
}
.btn-primary {
	background-color: #2EBDA1!important;
	border: none !important;
	color: #FFFFFF;
}
/* -------------- Notifications -------------- */
.sbNotificationItem
{
	background-color: #87B7BB !important;
}
.sbNotificationItem:hover {
	background-color: #688E91 !important;	
}
#sbNotificationList > li > a > i {
	color: #ebe7dd !important;
}
#sbUserNotCounter { 
	color: #ebe7dd !important;
	background-color: #87B7BB !important;
	opacity: 1.0 !important;
}
/* -------------- SECTION -------------- */
.ibox {
	/* border: solid 3px #EBE7DD; */
}
.ibox-title {
	background-color: #34495e;	 
	color: #FFFFFF;
}
.ibox-content {
	border: solid 2px #EBE7DD;*/;
	background-color: #FFFFFF;
	padding: 10px 20px 5px 20px;
	border-top-width: 0;
}
.ibox-tools {
	margin-top: -4px !important;
	color: #808285;
}
.ibox-tools a {
	color: #FFFFFF;
}
/* CAIXAS DE TEXTO DESACTIVADA */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
{
	background-color: #F7F5F2 !important;
}
/* CAIXAS DE TEXTO */
.form-control {
	background-color: #FFFFFF;
	border: 1px solid #D3D0C8;
}
/* TEXTO NORMAL */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #34495e;
	background-color:#f3f3f4;
}
/* LABELS */
label {
	font-weight: 500;
	color: #34495e;
}
/* TABELA ROW IMPAR COLOR*/ 
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #F7F5F2;
}
/* HEADER TABELA */
.table>thead>tr>th {
	background-color: transparent;
    color: black;
}
/* BORDER QUANDO CAIXA ESTA SELECIONADA */
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

/* BORDER QUANDO CAIXA ESTA COM ERRO */
.form-control.error {
    border: 1px solid  #FB6020 !important;
}
/* COR DA MENSAGEM DE ERRO */
label.error {
    color: #FB6020 !important;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 12px;
}
/* Tab container */
div.panel-options > ul >  li > a {
	color: #808285 !important;
}
.tabs-panel li a
{
	background-color: #F4F4F4 !important;
	border: solid 1px #D3D0C8 !important;
	margin:0px;
}
.tabs-panel li.active a {
	border-color: #d3d0c8  !important;			
	border-bottom: solid 1px white !important;
	border-top: solid 2px #FB6020 !important;
	background-color: white  !important;
}
/* End: Tab Container */

/* time line */
div.sb-timeevent {
    background-color: #34495e;
    
}
.timeline::before {
    background: #46A4DE none repeat scroll 0 0;
}
.timeline .vertical-timeline-content, .vertical-timeline-content {
	   border-style: solid;
	   border-width: 1px;
	   border-radius: 15px;
	   padding: 5px 5px 5px 15px;
	   width: inherit;
	   background-color: #FFFFFF;
}
.vertical-timeline-content::before {
    border: 7px solid transparent; 
}

/* Menu para mobile */

@media ( max-width : 768px) {
   .navbar-static-side {
	display:none;	
   }
   .navbar-static-top{
	margin-left: 0px !important;
	height: 0px;
	min-height: 0px;
	display: none !important;
	}
	.navbar:before {
		display:none;
	}
   .sharp-bg {
	background-color: transparent;/* IE */
	margin-left: 0px /* !important*/;
	}  
   .page-header-bg {
     width: auto;
   }
   
   .wrapper-content {
       padding: 10px 0px 0px;
   }
   #page-wrapper {
   	   padding: 0px 3px;
   	   	min-height: 200px;
   }
	
   .footer.fixed {
		padding: 0px 0px;
		height: 0px;
		}
	.container-fluid
	{
		background-color:#3f3f3f;
		/* display: none; */
	}
	.navbar-static-top li>a {
		color: #FFFFFF !important;
	font-weight: 600;
	}
	.btn {
    	min-width: 150px;
 }
}



/* ------------------------------------- normal CSS ----------------------------------- 


.navbar-default {
	background-color: #3f3f3f;
}


html {
  position: relative;
  min-height: 100%;
}


.sbNotificationItem
{
	background-color: #87B7BB !important;
}


.sbNotificationItem:hover {
	background-color: #688E91 !important;	
}


#sbNotificationList > li > a > i {
	color: #ebe7dd !important;
}   

#sbUserNotCounter { 
	color: #ebe7dd !important;
	background-color: #87B7BB !important;
	opacity: 1.0 !important;
}

@media ( min-width : 768px) {
	#page-wrapper {
		min-height: 300px;
	}
}

/*

Eu colocava a janela com as mensagens a azul 87B7BB, com o mouse over a 688E91. O sino a cinza não me agrada muito, preferia a laranja E43D19.

O quadrado do número pode ficar a azul 87B7BB também. Quando aplicares manda um screenshot para ver se resultou.


*/

/* End: Notifications 

a:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}

body {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 13px;
	color: #34495e;
	overflow-x: hidden;
}

@media ( min-width : 768px) {
	#page-wrapper {
		margin: 0 0 50px 0;
	}
	
	.navbar-static-top ~ #page-wrapper {
		margin-top: 53px;
	}
	.navbar-static-side ~ #page-wrapper {
		margin-left: 180px;
	}
	
	.navbar-static-side {
		width: 180px !important;
	}
}

.page-heading {
    border-top: none !important;
}

.nav > li > a {
    /*color: #FFFFFF !important;
    padding: 14px 20px 14px 20px !important;
}

.open>a:focus{
	background-color:#3f3f3f;
}


div.panel-options > ul >  li > a {
	color: #808285 !important;
}


div.panel-body {
	
}

.tabs-panel > .panel-heading
{
	padding: 0px !important;
}

.tabs-panel li
{
	top: 1px;
}

.tabs-panel li a
{
	background-color: #F4F4F4 !important;
	border: solid 1px #D3D0C8 !important;
	margin:0px;
	
}

.tabs-panel li.active a {
	border-color: #d3d0c8  !important;			
	border-bottom: solid 1px white !important;
	border-top: solid 2px #FB6020 !important;
	background-color: white  !important;
}

.tabs-panel .panel-options{
	border: none;
}

.tabs-panel .panel-body {
	border-top: none !important;
}

/* End: Tab Container 


.breadcrumb
{
	background-color: inherit !important;	
}

label {
	font-weight: bold;
}

.form-control {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #D3D0C8;
	border-radius: 2px;
	color: black;
	display: block;
	padding: 4px 4px !important;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
	width: 100%;
	font-weight: 300 !important;
	height: 30px;
}

.form-control-empty {
	color: inherit;
	display: block;
	padding: 4px 4px !important;
	width: 100%;
	height: 30px;
}


.form-control-checkbox {
	color: inherit;
	margin-right: 13px;
	margin-left: 10px;
}

div.form-control-checkbox:not(:first-of-type) {
	margin-left: 20px;
}

.form-control-radiobutton {
	color: inherit;
	margin-right: 6px;
}

div.form-control-radiobutton:not(:first-of-type) {
	margin-left: 20px;
}

.form-control:focus {
	border-color: #54e6ca;
}

.form-control.error {
    border: 1px solid  #FB6020 !important;
    
}

label.error {
    color: #FB6020 !important;
    display: inline-block;
    margin-left: 5px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 12px;
}

button, optgroup, select, textarea {
	font-weight: 300 !important;
	border-radius: 2px !important;
}

.input-group-addon+input {
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

label+input {
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
}

.input-group-addon {
	border: 1px solid #D3D0C8;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	background-color: #F7F5F2 !important;
	opacity: 1;
	cursor: default !important;
}

.ibox {
	border-bottom: solid 2px #EBE7DD;
	border-left: solid 2px #EBE7DD;
	border-right: solid 2px #EBE7DD;
	border-top: solid 2px #D3D0C8;
	
}

.ibox-title {
	background-color: #3f3f3f;	 
	border: none;
	height: 38px;
	padding-top: 10px;
	color: #FFFFFF;
}

.ibox-content {
	padding: 15px 15px 15px 15px;
	border-color: #D3D0C8;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 0px;
	border-top: none;
	background-color: #ededed;
}

.ibox-tools {
	margin-top: -4px !important;
	color: #808285;
}

.btn-info {
	background-color: #FB6020 !important;
	border: none !important;
	color: #FFFFFF;
}

.btn-primary {
	background-color: #34495e !important;
	border: none !important;
	color: #FFFFFF;
}

.ibox-tools a {
	color: #FFFFFF;
}


.table tr {
	height: 30px !important;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td,
	.table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 4px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 1px solid #D3D0C8 !important;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #D3D0C8 !important;
	border-top: 2px solid #D3D0C8 !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #F7F5F2;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled,
	input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"],
	fieldset[disabled] input[type="checkbox"] {
	cursor: default;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline,
	fieldset[disabled] .checkbox-inline {
	cursor: default !important;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label,
	fieldset[disabled] .checkbox label {
	cursor: default !important;
}

button.btn 
{
	min-width: 150px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: default !important;
}

.pagination > .disabled > a{
 background-color: #f4f4f4;
} 



.navbar-fixed-bottom .nav > li {
	color: white;
	cursor: pointer;
}

ul.connectedSortable {
	border: solid 1px #d3d0c8;
	 list-style-type: none;
	 min-height: 80px;
	 padding: 0px;
}

ul.connectedSortable > li {
	margin-bottom:  8px;
}


/* RAting plugin 
.rating-disabled {
    cursor: default !important;
}

.pointer * *{
   cursor: pointer !important; 
}

/* Rule for smartphone top menu
@media (max-width: 768px) {
	.navbar-fixed-top, .navbar-static-top {
  		margin-left: 0px;  
	}
}

@media (min-width: 768px) {
	.navbar-fixed-top, .navbar-static-top {
  		margin-left: 180px; 
	}
}*/