/*
 * Equiplano Template (http://www.equiplano.com.br)
 */
 
 /*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body, html {
    background-color: #edf0f1;
    margin:  0px auto;
    padding: 0px auto;
}

#wrapper {
    width: 100%;
}

#page-wrapper {

    padding: 0 15px 20px 15px;
    height: auto;
    min-height: 100%;
    background-color: #edf0f1;
    border-left: 1px solid #e0e0e0;
    height: calc(100% + 40px);
    width: 100%;
}

@media(min-width:979px) {
    #page-wrapper {

        margin: 0 0 0 335px;        
	    border-left: 1px solid #e0e0e0;

	    width: -moz-calc(100% - 335px);
	    width: -webkit-calc(100% - 335px);
	    width: -o-calc(100% - 335px);
	    width: calc(100% - 335px);
	    
	    height: -moz-calc(100% + 40px);
	    height: -webkit-calc(100% + 40px);
	    height: -o-calc(100% + 40px);
	    height: calc(100% + 40px);
	    
	    position: absolute;
    }
}

.vermelho {
	color: red;
}

.amarelo {
	color: yellow;
}

.verde {
	color: green;
}

.navbar-top-links {
    margin-right: 0;

}

.navbar-top-links li {
    display: inline-block;
}

.nav>li, .nav>li>a {
    border-radius: 5px 5px 0 0;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eaeaea;
    color: #696969;
    border-radius: 0;
}
.faixa-topo .nav>li>a:focus,.faixa-topo .nav>li>a:hover {
    text-decoration: none;
    background-color: #547490;
    color: #ffffff;
    border-radius: 0;
}

.dropdown-menu .divider {
    height: 0px;
    margin: 0px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 45px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
   border-bottom: 1px solid #f4f8f9;
}

.sidebar ul li a.active {
    background-color: #86919a;
    color: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid #86919a;
    border-top: 1px solid #86919a;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
    border-bottom:1px dashed #d6d9da;
}
.navbar-default {
    background-color: #edf0f1;
    border-color: #989898;
    color: #fff;
    /* height: 100%;*/
}
#menubootstrap{
	
}

#menuLoginSideBar {
    background-color: #fff !important;
    border-color: #ffffff;
    color: #fff;
    margin-left: 10px;
    /* height: 100% */
}

.navbar-default a {
    color: #545454;
}
.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:979px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 335px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}



.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    margin-top: -20px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading,
.panel-green .modal-header {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading,
.panel-red .modal-header {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading,
.panel-yellow .modal-header {
	border-color: #f0ad4e;
    color: #fff;
    background-color: #f5c748;
    border-radius: 3px 3px 0 0;
}

.panel-yellow a {
    color: #f0d04e;
}

.panel-yellow a:hover {
    color: #f0d04e;
}
 
 body {
    font-size: 12px;
    font-family: sans-serif;
    color: #68788a !important
 }
 
 #menuLoginPanel {
    min-height: 560px;
    background-color: #edf0f1;
    border: 0;
    box-shadow: none;
    color: #30485d;
}


 #segurancaPanel {
 	margin-top: -65px;
 }
 
 .panel-heading {
 	font-size: 14px;
 	font-weight: bold;
 }
 
 .panel-body {
    padding: 10px;
}
 
table.dataTable thead > tr > th {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{
	padding: 6px !important;
}

label {
	margin-bottom: 2px;
}

/*  RETIRADO PORQUE PODE OCASIONAR ERRO NOS DISPOSITIVOS MÓVEIS
header {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
*/

header.sticky {
	width: 100%;
    position: fixed;
    top: -170px;
    left: 0;
    z-index: 1045;
}

header.sticky .company-header {
    padding: 0px 0px 0px 0px;
    height: 0px;
    background-color: #333;
}

header.sticky .company-logo {
	display:none;
}

header.sticky .company-logo img {
	margin: 5px 10px 5px 10px;
	width: 48%;
}

.navbar {
    min-height: 45px !important;
    padding: 5px 0 0 0;
}

.navbar-brand {
    height: 44px;
    line-height: 15px;
}

header.sticky .navbar {
    min-height: 30px;

}

header.sticky .navbar-brand {
    height: 26px;
    padding: 7px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

header.sticky .navbar-top-links li a {
    padding: 5px;
    min-height: 30px;
}

.checkbox label, .radio label {
   	min-height: 15px;
}

.oculto {
	display: none;
}

.company-header {
    padding: 21px 0px 0px 0px;
    width: 100%;
    height: 12em;
    z-index: 1040;
    background-color: #01406A;
    background-image: url("../../image/bgtopo.png");
    background-position: center right;
}
.company-logo {
    max-width: 500px;
    min-width: 320px;
    height: 100px;
    background-image: url("../img/fundo_degrade.png");
    background-repeat: repeat-y;
}
.company-logo img {
	padding: 12px;
}

.sidebar {
    margin-top: 0px;
    height: 100%;
    
}




.selecao-entidade {
    margin: 0 !important;
    background-color: #f8f8f8 !important;
}



.company-footer {
    border-top: 1px solid #e8e8e8;
    font-size: 12px !important;
    height: 50px;
    padding: 5px;
    background: #f2f2f2;
    background: -webkit-linear-gradient(#f2f2f2, #e5e5e5);
    background: -o-linear-gradient(#f2f2f2, #e5e5e5);
    background: -moz-linear-gradient(#f2f2f2, #e5e5e5);
    background: #edf0f1;
    text-align: center;
}
.company-footer h5{
    font-size: 12px !important;
    line-height: normal;
}

.homologacao {
 	background-color: #FFED4F;
}

.panel-azulequiplano {
    border-color: #ddd;
}

.panel-azulequiplano .panel-heading {
    border-color: #4f83ad;
    color: #fff;
    background-color: #4f83ad;
}

.panel-azulequiplano a {
    color: #68788a;
}

.panel-azulequiplano a:hover {
    color: #337ab7;
}

.panel {
	margin-top: 10px;
}


.panel-default>.panel-heading {
    color: #68788a;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.page-header {
	padding-bottom: 5px;
	margin: 10px 0 5px;	
}

.alert {
	margin-top: 5px;
	margin-bottom: 10px;
}

.form-group {
	margin-bottom: 10px;
}

.datepicker {
	z-index: 1001 !important;
}

.datepicker>div {
    display: none;
    background-color: #fff;
    padding: 5px;
}


.datepicker .dropdown-menu {

    background-color: #ffffff;  !important
}

.form-group .btn {
	font-size: 14px;
	min-height: 30px;
}


.form-group .btn-xs {
    font-size: 12px !important;
    min-height: 20px !important;
    margin-bottom: 15px;
}


.btn-group-xs>.btn, .btn-xs {
    font-size: 12px;
}

.btn-group-sm>.btn, .btn-sm {
    font-size: 12px;
}

div.dataTables_processing {
    background: linear-gradient(to right, rgba(217, 83, 79, 1) 0%, rgba(217, 83, 79, 1) 10%, rgba(217, 83, 79, 0.8) 75%,rgba(217, 83, 79, 0.8) 50%) !important;
    color: #fff;
    font-weight: bold;
    font-style: italic;
}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 80%;
}

@media(min-width:1400px) {
	.modal-dialog {
		width: 50%;
	}
}
.ui-autocomplete {
	z-index: 9999998 !important;
}
#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.30;
    z-index: 999998;
    filter: alpha(opacity=80);
}
#loading {
	width: 300px;
	height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -150px;
    z-index: 9999999;
}

.fa.fa-refresh {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}



/* BOTOES */

.export .btn-default {
    color: #fff;
    background-color: transparent;
    border: none
}

.export .btn-default:hover {
    color: #fff;
    background-color: transparent;
    border: none
}
.export .btn-default:focus,
.export .btn-default.focus,
.export .btn-default.active {
    color: #fff;
    background-color: transparent;
    border: none
}

.export .btn-default .pdf{
    color: #fff;
    background-color: #bd2329;
    border-color: #bd2329;
    padding: 10px;
    border-radius: 5px;
}

.export .btn-default .csv{
    color: #fff;
    background-color: #799b49;
    border-color: #799b49;
    padding: 10px;
    border-radius: 5px;
}

.export .btn-default .excel{
    color: #fff;
    background-color: #527126;
    border-color: #527126;
    padding: 10px;
    border-radius: 5px;
}

.export .btn-default .xml{
    color: #fff;
    background-color: #e28b0d;
    border-color: #e28b0d;
    padding: 10px;
    border-radius: 5px;
}


.botaoVoltar {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.botaoVoltar.focus,
.botaoVoltar:focus {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.botaoVoltar:hover,
.botaoVoltar:active,
.botaoVoltar:visited {
    color: #333;
    background-color: #f9f9f9;
    border-color: #ccc
}


.btn-success {
    color: #fff;
    background-color: #12B763;
    border-color: #12B763
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #058a46;
    border-color: #058a46
}
.btn-success:hover,
.btn-success:active {
    color: #fff;
    background-color: #058a46;
    border-color: #058a46
}


.btn-busca {
    color: #fff;
    background-color: #30485d;
    border-color: #30485d;
    padding: 7px;
}

.btn-busca.focus,
.btn-busca:focus {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.btn-busca:hover,
.btn-busca:active {
    color: #fff;
    background-color: #1c4365;
    border-color: #1c4365;
}



.btn-alert {
    color: #fff;
    background-color: #ecbb33;
    border-color: #ce9d18;
}
.btn-alert.focus,
.btn-alert:focus {
    color: #fff;
    background-color: #ecbb33;
    border-color: #ce9d18
}
.btn-alert:hover,
.btn-alert:active {
    color: #fff;
    background-color: #ecbb33;
    border-color: #ce9d18
}


.btn-primary {
    color: #fff;
    background-color: #0087BF;
    border-color: #0087bf;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #1d7092;
    border-color: #1d7092;
}
.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    background-color: #1d7092;
    border-color: #1d7092;
}


.botaoEnviar {
    color: #fff;
    background-color: #12B763;
    border-color: #12B763
}
.botaoEnviar.focus,
.botaoEnviar:focus {
    color: #fff;
    background-color: #058a46;
    border-color: #058a46
}
.botaoEnviar:hover,
.botaoEnviar:active {
    color: #fff;
    background-color: #058a46;
    border-color: #058a46
}


.botaoGravar {
    color: #fff;
    background-color: #12B763;
    border-color: #12B763
}
.botaoGravar.focus,
.botaoGravar:focus {
    color: #fff;
    background-color: #058a46;
    border-color: #058a46
}
.botaoGravar:hover,
.botaoGravar:active {
    color: #fff;
    background-color: #058a46;
    border-color: #058a46
}

.botaoImprimir {
    color: #fff;
    background-color: #12B763;
    border-color: #12B763
}
.botaoImprimir.focus,
.botaoImprimir:focus {
    color: #fff;
    background-color: #058a46;
    border-color: #058a46
}
.botaoImprimir:hover,
.botaoImprimir:active {
    color: #fff;
    background-color: #058a46;
    border-color: #058a46
}

.botaoLimpar {
    color: #fff;
    background-color: #999;
    border-color: #999
}
.botaoLimpar.focus,
.botaoLimpar:focus {
    color: #fff;
    background-color: #777;
    border-color: #777
}
.botaoLimpar:hover,
.botaoLimpar:active {
    color: #fff;
    background-color: #777;
    border-color: #777
}


.botaoPesquisar {
    color: #fff;
    background-color: #0087bf;
    border-color: #0087bf
}
.botaoPesquisar.focus,
.botaoPesquisar:focus {
    color: #fff;
    background-color: #0087bf;
    border-color: #0087bf
}
.botaoPesquisar:hover,
.botaoPesquisar:active {
    color: #fff;
    background-color: #156c90;
    border-color: #156c90
}

.botaoExcluir {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.botaoExcluir:focus,
.botaoExcluir.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.botaoExcluir:hover,
.botaoExcluir:active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}


.botaoInserir {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.botaoInserir:focus,
.botaoInserir.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.botaoInserir:hover,
.botaoInserir:active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}


.botaoNovo {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.botaoNovo:focus,
.botaoNovo.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.botaoNovo:hover,
.botaoNovo:active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}



.botaoExportarEmXml {
  color: #fff;
  background-color: #f1a909;
  border-color: #f1a909;
}
.botaoExportarEmXml:focus,
.botaoExportarEmXml.focus {
  color: #fff;
  background-color: #f1a909;
  border-color: #f1a909;
}
.botaoExportarEmXml:hover,
.botaoExportarEmXml:active {
  color: #fff;
  background-color: #dc7811;
  border-color: #dc7811;
}



.botaoDownloadXSD {
  color: #fff;
  background-color: #f1a909;
  border-color: #f1a909;
}
.botaoDownloadXSD:focus,
.botaoDownloadXSD.focus {
  color: #fff;
  background-color: #f1a909;
  border-color: #f1a909;
}
.botaoDownloadXSD:hover,
.botaoDownloadXSD:active {
  color: #fff;
  background-color: #dc7811;
  border-color: #dc7811;
}


.botaoImprimir {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.botaoImprimir:focus,
.botaoImprimir.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.botaoImprimir:hover,
.botaoImprimir:active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}



.botaoCancelar {
  color: #fff;
  background-color: #bd2329;
  border-color: #bd2329;
}
.botaoCancelar:focus,
.botaoCancelar.focus {
  color: #fff;
  background-color: #bd2329;
  border-color: #bd2329;
}
.botaoCancelar:hover,
.botaoCancelar:active {
  color: #fff;
  background-color: #842d30;
  border-color: #842d30;
}


.botaoDenunciar {
  color: #fff;
  background-color: #bd2329;
  border-color: #bd2329;
}
.botaoDenunciar:focus,
.botaoDenunciar.focus {
  color: #fff;
  background-color: #bd2329;
  border-color: #bd2329;
}
.botaoDenunciar:hover,
.botaoDenunciar:active {
  color: #fff;
  background-color: #842d30;
  border-color: #842d30;
}




/* PANELS */

.panel-heading {
    padding: 10px 15px;
    border-bottom: 0px solid transparent;
    /* border-top-left-radius: 6px; */
    /* border-top-right-radius: 4px; */
    /* border-radius: 3px;*/
}

.panel-select {
    width: 100%;
    background-color: rgb(48, 72, 93);
    color: #ffffff;
    padding: 6px 20px 10px 20px;
    border-bottom: 3px solid #337ab7;
    margin-bottom: 20px;
}

.panel-select p {
   margin: 15px 0;
}

.panel-heading .bread1 {
	font-weight: normal;
	fonte-size: 12px;
	
}
.fa-0x {
    font-size: 12px;
}

.faixa-topo {
    margin-bottom: 0;
    /* background-color: #003d6e; */
    color: #fff;
    border-bottom: 3px solid #337ab7;
    background: rgb(48, 72, 93);
    
}
.faixa-topo p {
    color: #fff;
}
.faixa-topo li a{
    color: #fff;
}

.faixa-topo li a:hover {
    color: #ffffff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #547490;
    border-color: #547490;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    position: relative;
    float: left;
    padding: 8px 7px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #337ab7;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-top-links li a:hover {
    background-color: #aebecc;
}

.navbar-top-links li a:focus {
    background-color: #062d4c;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 205px;
    padding: 10px 0;
    margin: -1px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #547490;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgb(84, 116, 144);
    border-radius: 4px 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.faixa-topo .navbar-brand,
.faixa-topo .navbar-brand:hover {
    color: #fff;
}

.faixa-topo .navbar-brand:focus, .faixa-topo .navbar-brand:active{color:#fff;background-color:transparent}
/* TABS */
.nav-tabs {
    border-bottom: 1px solid #d0e6f9;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #0965b5;
    cursor: default;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #d0e6f9;
    border-bottom-color: transparent;
}
.nav-tabs>li {
    float: left;
    margin-bottom: 0px;
    background-color: aliceblue;
    border-right: 3px #ffffff solid;
    border-radius: 4px 4px 0 0;
}

@media(max-width:1626px) {
			.nav-tabs>li {
			    float: left;
			    margin-bottom: 0px;
			    margin-top: 3px;
			    background-color: aliceblue;
			    border-right: 3px #ffffff solid;
			    border-radius: 4px 4px 0 0;
			}
	}
	

/* TABELA */

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: inherit;
    border-top: 1px solid #ddd;
}

table.table-bordered.dataTable {
    border-collapse: separate !important;
    border-radius: 5px 5px 0 0
}


.arrow {
    float: right;
    line-height: 1.42857;
    font-weight: bold;
}

.sidebar ul .active {
    font-weight: bold;
    font-size: 13px;
}

@media (max-width: 1050px){
	.navbar-brand {
	    float: left;
	    height: 50px;
	    padding: 15px 0;
	    font-size: 14px;
	    line-height: 20px;
	}
}




/* footer */

.rodape {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1000
}



/* FORMULARIO  */


.requer {
    border-color: #ff7272;
}
.preenchido {
    border-color: inherit;
}

.pull-right label {
	text-align: right;
}

.navbar-top-links {
    margin-right: 0;
    float: right;
}


@media (max-width: 978px) {
    .navbar-toggle {
        display: block !important;
		
    }
    .company-header {
	    padding: 0px 0px 0px 0px;
	    width: 100%;
	    height: 50px;
	    z-index: 1040;
	    background-color: #01406A;
	    background-image: url("../../image/bgtopo.png");
	    background-position: center right;
	}
	.company-header .img {
	    height: 46px;
	    padding: 6px 10px 0 5px;
	}
		.company-logo img {
	    margin: 0px;
	}
		.company-logo {
	    max-width: 500px;
	    min-width: 320px;
	    height: 50px;
	    background-image: url("../img/fundo_degrade.png");
	    background-repeat: repeat-y;
	}
		#menuLoginPanel {
	 	min-height: 580px;
	 }
	 .company-footer {
	    /* border-top: 2px solid #e5e5e5; */
	    font-size: 10px;
	    height: 40px;
	    padding: 1px;
	    background: #f2f2f2;
	    background: -webkit-linear-gradient(#f2f2f2, #e5e5e5);
	    background: -o-linear-gradient(#f2f2f2, #e5e5e5);
	    background: -moz-linear-gradient(#f2f2f2, #e5e5e5);
	    background: linear-gradient(#f2f2f2, #e5e5e5);
	    text-align: center;
	}
	.stp .company-footer {
	    height: unset;
	    padding: 5px;
    	float: left;
    	width: 100%;
	}
	.img-rodape {
		max-height: 40px;
		padding: 3px 0;	
	}
	.company-footer h5 {
	    font-size: 8px !important;
	    line-height: normal;
	}
 
}


#avisosDoSistemaModal .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px solid #fff;
}

#avisosDoSistemaModal .modal-body {
    position: relative;
    padding: 15px 15px 0 15px;
}

#avisosDoSistemaModal .btn-default {
    color: #806212;
    background-color: #f5c748;
    border-color: #f0ad4e;
}

#tbtFora {
    background-color: #e1eef9 !important;
    margin: 3px;
    padding: 10px;
}




.drop-servico{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 800px;
    padding: 10px 0 10px 10px;;
    margin: -1px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #eeeeee !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 4px 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);    max-width: 600px !important;
    
}
@media (max-width: 1030px) {
.drop-servico{
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 500px;
    padding: 10px 0 10px 10px;;
    margin: -1px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #eeeeee !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 4px 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);    max-width: 600px !important;
    }
}

@media (max-width: 640px) {
.drop-servico{
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 10px 0 10px 10px;;
    margin: -1px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #eeeeee !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 4px 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);    
    max-width: 600px !important;
    }
}


.drop-servico>li>a {
    display: block;
    padding: 3px 5px;
    line-height: 1.42857143;
    white-space: initial;

}
.drop-servico>li>a:hover {
    background-color: #ffffff;
}


/* paginacao */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #86919a;
    border-color: #86919a;
    cursor: default;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #86919a;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

/* cor do painel primario */
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #4f83ad;
    border-color: #4f83ad;
}


.selecao-entidade .panel {
    border: 2px solid #e2e2e2;
}


.panel-primary {
    border-color: #ececec;
}

.alert-danger {
    background-color: #d83c3c;
    border-color: #d83c3c;
    color: #ffffff;
}
#loading {
   width: 120%;
   height: 120%;
   top: 0;
   left: 0;
   position: fixed;
   display: none;
   opacity: 0.7;
   background-color: #fff;
   z-index: 1999;
   text-align: center;
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2000;
  color: #1b566f;
}
.img-rodape {
	max-height: 40px;	
}
.logo-brasao{
	padding: 15px;
    color: #30485d;
}
.nome-cidade-lateral{
	padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
}


.panel.panel-primary {
    margin-bottom: 50px;
}
.stp .panel.panel-primary {
	margin-bottom: 110px;
}
.close {
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    filter: alpha(opacity=80);
}

/* /////////////////////////////////////////   HOMOLOGACAO ////////////////////////////////*/
/*
.faixa-topo {
    color: #ffc800;
    border-bottom: 3px solid #ffc800;
    background: #ffc800;
}
.faixa-topo .navbar-brand, .faixa-topo .navbar-brand:hover {
    color: #404040;
}
.page-header {
    color: #fff;
}
#page-wrapper {
    background-color: #f5e9c7;
}
.company-header {
    background-color: #fff;
    background-image: url("../../image/bgtopo.png");
    background-position: center right;
}
.company-logo {
	max-width: 900px;
    min-width: 980px;
    height: 100px;
    background-image: url("../../image/bgtopo-teste.png");
    background-position: center left;
    background-repeat: repeat-y;
}
@media (max-width: 978px){
.company-logo {
    max-width: 500px;
    min-width: 320px;
    height: 50px;
    background-image: url("../../image/bgtopo-teste-celular.png");
    background-repeat: repeat-y;
}
}
.faixa-topo li a {
    color: #404040;
}

.dropdown-menu {
    background-color: #ffc800;
    border: 1px solid #ccc;
    border: 1px solid rgb(156, 126, 14);
}
.faixa-topo .nav>li>a:focus, .faixa-topo .nav>li>a:hover {
    text-decoration: none;
    background-color: #404040;
    color: #fff;
    border-radius: 0;
    border: 1px solid #404040;
}
.navbar-top-links li a:hover {
    background-color: #404040;
}
*/

@media (max-width: 978px){
	.stp label {
		width: auto; 
	}
}

.margin-y-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.margin-top-10 {
	margin-top: 10px;	
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.stp #logoWrapper img {
	float: none;
	margin: 0 auto;
}

.stp [aria-describedby="confirmacaoDeclaracaoDeCiencia"] {
	z-index: 9999999;
}

.stp .barraDeBotoes label {
	display: none;
}
.stp .barraDeBotoes .form-group {
	width: 50%;
	float: left;
	text-align: left;
	margin-bottom: 10px;
}
.stp .barraDeBotoes .form-group:last-child {
	text-align: right;
}