@media only screen and (max-width: 767px) {
    html.no-mobile-device.sidebar-left-opened, html.no-mobile-device.sidebar-left-opened body, html.no-mobile-device.sidebar-right-opened, html.no-mobile-device.sidebar-right-opened body {
        overflow: auto !important;
    }
}
/* SIDE BAR */
.sidebar-right-wrapper .icon-sidebar-compromisso {
    float:right;
    margin-top: 15px;
}

.sidebar-right-wrapper .widget-calendar div.profile-info {
    margin-left: 0 !important;
}

.modal-block.modal-block-lg {
    max-width: 1024px;
}

label {
    font-weight: bolder;
}

.z-index-max {
    z-index: 9999999;
}

.loading-overlay {
    z-index: 999;
}

.resultado-busca {
    width:auto; 
    position:absolute; 
    border: solid 1px #ccc; 
    height: 100px; 
    min-height: 124px;  
    overflow: hidden;
    overflow-y: scroll;
    background: #fff; 
    margin-top:3px; 
    z-index:10; 
    font-size: 11px;
}

.resultado-busca ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;

}

.resultado-busca ul li a {
    color: #000 !important;
    text-decoration: none;
}

.resultado-busca ul li {
    width: 100%; padding:4px; border-bottom: solid 1px #ccc;
}

.resultado-busca ul li:last-child {
    border-bottom: none;
}

.resultado-busca ul li:hover {
    background: #f4f4f4;
    color: #000;
    font-weight: bold;
}

.resultado-busca ul li.active {
    background: #f4f4f4;
    color: #000;
    font-weight: bold;
}

.resultado-busca ul li:active {
    background: #f4f4f4;
    color: #000;
    font-weight: bold;
}

.lista-resultado {
    height: 100px; 
    min-height: 124px;
    overflow: hidden;
}

#modalAjax {
    overflow: auto !important;
}

#panel-processos label.control-label {
    padding-left: 0;
    padding-right: 0;
}

#tabela-processos td.pessoas a {
    color: #0000C0;
}

#edit-processo .panel-heading {
    padding: 10px;
}

#edit-processo .panel-actions {
    top: 8px;
}

#edit-processo .panel-title {
    font-size: 16px;
}

.panel-detalhes-processo ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.panel-detalhes-processo ul li {
    padding: 3px 0;
}

.panel-detalhes-processo ul li span:first-child {
    font-weight: bold;  
}

.panel-detalhes-processo ul li:nth-child(2n+1) {
    background: #efefef;
}

.panel-actions a:hover {
    background: none !important;
    color: #000;
}

.panel-detalhes-processo ul li a.link-comum {
    color: #0000C0;
}

.panel-actions i:hover {
    color: #000;
}

.panel-body i:hover {
    color: #000;
}

.table-datatable a.link-comum {
    color: #0000C0;
}

.table-datatable tr td {
    vertical-align: middle !important;
}

.sidebar-widget.widget-tasks ul li {
    font-size: 10px;
}

img.img-favoritos {
    display: block;
    width: 40px;
    height: 40px;
    border: #ccc 2px solid;
    -webkit-border-radius: 50px;
    border-radius: 20px;
    margin-right: 12px;
}

.image-preview {
    width: 200px;
    height: 200px;;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    color: #ecf0f1;
    border-radius: 5px;
    border:  dotted 2px #ccc ;
}

.image-preview:hover {
    cursor: pointer;
    background: #f4fcff;
}


.image-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
}

.image-preview label {
    position: absolute;
    z-index: 5;
    opacity: 0.4;
    cursor: pointer;
    background-color: #000;
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.image-preview-capa {
    width: 100px;
    height: 100px;;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    color: #ecf0f1;
    border-radius: 5px;
    border:  dotted 2px #ccc ;
}

.image-preview-capa:hover {
    cursor: pointer;
    background: #f4fcff;
}


.image-preview-capa input {
    line-height: 100px;
    font-size: 100px;
    position: absolute;
    opacity: 0;
    z-index: 10;
}

.image-preview-capa label {
    position: absolute;
    z-index: 5;
    opacity: 0.4;
    cursor: pointer;
    background-color: #000;
    width: 100px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

div.dataTables_filter label {
    float: left;
    margin-bottom: 25px;
    width: 75% !important;
}

.mfp-bottom-bar {
    margin-top: -0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    display: none;
}

.mfp-title {
    text-align: center;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.resultado-busca-geral {
    width:auto; 
    position:absolute; 
    border: solid 1px #ccc; 
    height: 300px; 
    min-height: 124px;  
    overflow: hidden;
    overflow-y: scroll;
    background: #fff; 
    margin-top:3px; 
    z-index:10; 
    font-size: 11px;
}

.resultado-busca-geral ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;

}

.resultado-busca-geral ul li a {
    color: #000 !important;
    text-decoration: none;
}

.resultado-busca-geral ul li {
    width: 100%; padding:4px; border-bottom: solid 1px #ccc;
}

.resultado-busca-geral ul li:last-child {
    border-bottom: none;
}

.resultado-busca-geral ul li:hover {
    background: #f4f4f4;
    color: #000;
    font-weight: bold;
}

.resultado-busca-geral ul li.active {
    background: #f4f4f4;
    color: #000;
    font-weight: bold;
}

.resultado-busca-geral ul li:active {
    background: #f4f4f4;
    color: #000;
    font-weight: bold;
}

.lista-resultado-geral {
    height: auto; 
    min-height: 124px;
    overflow: hidden;
}

a.link-comum {
    color: #0000C0;
}


.page-header {
    z-index: 1001;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #eeeeee;
    color: #333333;
    z-index: 2000;
    top: 60px !important;
    border-radius: none;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}

#categoria-torres section blockquote {
    margin-bottom: 5px;
    background: #fff;
    position: relative;
}

#categoria-torres section blockquote:hover {
    background: #92b4d4;
    cursor: pointer;
}

#categoria-torres section blockquote.impar {
    background: #f0f0f0;
}

#categoria-torres section blockquote.impar:hover {
    background: #92b4d4;
    cursor: pointer;
}

#categoria-torres section blockquote.active {
    background: #92b4d4;
    font-weight: bold;
}

#categoria-torres section a {
    text-decoration: none;
}

a.icon {
    text-decoration: none;
}

section.toggle a.del-torre {
    color: #1b4482;
    position: absolute;
    right: 20px;
}

section.toggle.active a.del-torre {
    color: #fff;
    position: absolute;
    right: 20px;
}

section.toggle a.ren-torre {
    color: #1b4482;
    position: absolute;
    right: 40px;
}

section.toggle.active a.ren-torre {
    color: #fff;
    position: absolute;
    right: 40px;
}

section.toggle > label i {
    font-size: 1em;
}

#categoria-torres section blockquote a.del-categoria {
    position: absolute;
    right: 10px;
}

#categoria-torres section blockquote a.ren-categoria {
    position: absolute;
    right: 30px;
}





