body {
    background: #e9eaed;
}
#logo {
    opacity: 0.96;
    margin: 4px 0 0 0;
    width: 100%;
    height: 100%;
}
.list-group-item {
    float: right;
}
div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}
div.bhoechie-tab-menu a {
    min-width: 15% !important;
    width: 15% !important;
    font-size: 12px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #5A55A3;
    background-image: #5A55A3;
    color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 44%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #5A55A3;
}
div.bhoechie-tab-menu div.list-group #dtRelatorios {
    position: absolute;
    left: 40%;
    margin-top: 5%;
}
div.bhoechie-tab-menu div.list-group #dtCertBase {
    position: absolute;
    margin-top: 5%;
}
div.bhoechie-tab-menu div.list-group #dtCadastros {
    position: absolute;
    margin-top: 5%;
}
div.conteudo-tab {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding-left: 20px;
    padding-top: 10px;
    width: 100%;
}
.esconder {
    display: none;
}
.dropdown-menu-local {
    min-width: 15% !important;
    width: 15% !important;
    font-size: 12px;
}
.dropdown-menu-local .glyphicon,
.dropdown-menu-local .fa {
    color: #5A55A3;
}
.dropdown-menu-local:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
.dropdown-menu-local:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
.dropdown-menu-local.active,
.dropdown-menu-local.active .glyphicon,
.dropdown-menu-local.active .fa {
    background-color: #5A55A3;
    background-image: #5A55A3;
    color: #ffffff;
}
.dropdown-menu-local.active:after {
    content: '';
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #5A55A3;
}
#dtRelatorios {
    left: 40%;
}
#dtCertBase {
    left: 25.5%;
}
#dtCadastros {
    left: 11%;
}
#iconSair {
    color: #5A55A3;
}
.container-fluid.custom-container {
    margin: 10px 0 0 0;
}
.margin-direita {
    margin-right: 5px !important;
}
.margin-baixo {
    margin-bottom: 4px !important;
}
#btnLogout {
    width: 35%;
}
#btnLogout:hover h4 {
    color: #F54646;
}
.tabsContent {
    margin-top: 10px !important;
}
#detalhes .modal-dialog{
    width: 60% !important;
}
#detalhes .modal-body{
    height: 500px !important;
    max-height: 500px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
    font-family: Arial;
    font-size: 12px;
}
#detalhes .modal-body input[type='text']{
   height: 100%;
   font-size: 12px;
   line-height: 14px;
}
.spMarginTop{
   margin-top: 20px;
}
#detalhes .modal-body .servicoPrincipal input{
   margin: 3px;
}
.carregando {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('/images/carregando.gif') 50% 50% no-repeat;
}
tbody,
thead {
    font-family: Arial;
    font-size: 12px;
}
thead > td {
    text-align: center;
}

.botaoGroup {
    margin: 1% auto 1% auto;
}

ul[lista-page].pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul[lista-page].pagination li {display: inline;}

ul[lista-page].pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

ul[lista-page].pagination li a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

ul[lista-page].pagination li a:hover:not(.active) {background-color: #ddd;}

.pinta_vermelho {
    border-color: red;
}

.time {
    height: 28px !important;
}

#selMuni {
    max-height: 5px;
}
div[class="selectize-control ng-isolate-scope ng-pristine ng-valid single plugin-remove_button"]{
    margin-left: -2px;
}
div[class="item"]{
    display:inline-block;
    width:100%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;    
}
.img-wrap-preview {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.img-wrap-preview > img {
    width:100%;
    max-width:80%; /* real image width */
    max-height: 80%;
    position:fixed;
    top:0; left:0; right:0; bottom:0;
    margin:auto;
}
.img-wrap-preview .close {
    position: absolute;
    top: -17%;
    left: 93%;
    vertical-align: top; /* here */
    z-index: 100;
    padding: 5px 2px 2px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
    opacity: .2;
}
.img-wrap-preview-panalise {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.img-wrap-preview-panalise > img {
    width:100%;
    max-width:80%; /* real image width */
    max-height: 80%;
    position:fixed;
    top:0; left:0; right:0; bottom:0;
    margin:auto;
}
.img-wrap-preview-panalise .close {
    position: fixed;
    top: 7%;
    right: 10%;
    vertical-align: top; /* here */
    z-index: 99999;
    padding: 5px 2px 2px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
    opacity: 0.8;
}
.img-wrap-preview .downloadErrorImage{
    position: absolute;    
    left: 88%;
    top: -17%;
    z-index: 100;
    padding: 5px 2px 2px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 17px;
    line-height: 10px; 
    opacity: .2;   
}
.img-wrap-preview:hover .close {
    opacity: 1;
}

.img-wrap-preview:hover .downloadErrorImage {
    opacity: 1;
}
.margin-form {
    margin: 3px;
}