.clear {
    clear: both;
    height: 0.01em;
}
.clear5 {
    clear: both;
    height: 5px;
}
.clear10 {
    clear: both;
    height: 10px;
}
.clear15 {
    clear: both;
    height: 15px;
}
.clear20 {
    clear: both;
    height: 20px;
}
.clear25 {
    clear: both;
    height: 25px;
}
.clear30 {
    clear: both;
    height: 30px;
}
.clear35 {
    clear: both;
    height: 35px;
}
.clear40 {
    clear: both;
    height: 40px;
}
.clear50 {
    clear: both;
    height: 50px;
}

#fundo_carregando {
    background-color: #ccc;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    opacity: 0.5;
    display: none;
    z-index: 9999;
}

.progress {
    position: relative;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
}

.progress-load {
    margin: 0 auto 10px;
    background: url(../images/ajax-loader.gif);
    background-size: 46px 46px;
    background: url(../images/ajax-loader.gif) repeat scroll 0 0 / 46px 46px rgba(0, 0, 0, 0);
    height: 44px;
    width: 44px;
    display: block;
    background-color: #000;
    border-radius: 36px;
    padding: 1px;
}

.progress-indicator {
    top: 50%;
    left: 50%;
    position: fixed;
    width: 200px;
    text-align: center;
    /* IE filter */
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=88);
    -moz-opacity: 0.88; /* Mozilla extension */
    -khtml-opacity: 0.88; /* Safari/Conqueror extension */
    opacity: 0.88; /* CSS3 */
    z-index: 99999;
    background-color: #c3c3c3;
    display: none;
    border: 1px solid #ebebeb;
    border-radius: 0.5em;
    padding: 10px;
    color: #000;
    font-weight: bold;
    margin-left: -110px;
    margin-top: -43px;
    box-shadow: 0 1px 1px -1px #ffffff;
    height: auto;
}

/** mmodal danger **/
.modal-danger .modal-dialog .modal-content {
    border: solid 1px #f2dede;
}

.modal-danger .modal-dialog .modal-content .modal-header {
    color: #a94442;
    background-color: #f2dede;
}

.notify {
    position: fixed;
    top: -300px;
    z-index: 9999;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
    max-width: 80%;
}

.notify-active {
    top: 0px;
}

/* jardiel */
body {
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 13px;
    background: #fff;
}
.reset-p-b {
    padding-bottom: 0 !important;
}
.reset-m-b {
    margin-bottom: 0 !important;
}
.reset-m {
    margin: 0 !important;
}
.page-header {
    padding-bottom: 9px;
    margin: 0 0 5px;
    border-bottom: none;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
.page-header small {
    font-size: 12px;
    padding: 4px 6px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    letter-spacing: 1px;
    position: relative;
    top: -4px;
}
.panel-heading,
.table thead th,
.table tfoot th {
    padding: 4px 12px;
    /*text-transform: uppercase;*/
    font-size: 1.1rem;
    letter-spacing: 0.8px;
    font-weight: 700;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 9px 10px;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}
.navbar-top-links li a {
    padding: 15px;
    min-height: inherit;
}
.navbar-top-links {
    margin-right: 0;
    position: relative;
    top: 7px;
}
.panel-body {
    padding: 10px;
}
.form-group {
    margin-bottom: 10px;
}
.panel {
    margin-bottom: 14px;
}
table .btn-group .btn-lg {
    font-size: 14px !important;
    line-height: 1 !important;
}
.table {
    /*background: #fff;*/
}
.table thead th {
    border: none;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    line-height: 1;
    padding: 10px 10px 3px;
    font-size: 1.25rem;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
    border-bottom: 0;
}
.pagination {
    margin: 10px 0;
}
.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;
    cursor: default;
    background-color: #2c3e54;
    border-color: #2c3e54;
}
.imobiliaria-brand {
    margin: 8px 0 !important;
    color: #333 !important;
    padding: 6px 13px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 300;
}
#oc_button {
    margin: 9px 7px !important;
}
.bootstrap-datetimepicker-widget {
    z-index: 99999 !important;
    overflow: visible !important;
}
.wizard > .steps > ul > li {
    width: 20% !important;
}
.wizard > .content > .body label.error {
    color: #fff !important;
    display: none !important;
    background: red;
    font-weight: 300 !important;
    padding: 3px;
    border-radius: 3px;
    line-height: 1;
    position: absolute;
    bottom: -16px;
    left: 0px;
    font-size: 11px;
}
.wizard > .content > .body input.error,
.wizard > .content > .body select.error,
.select2-container.error .select2-choice {
    /*background: rgb(251, 227, 228) !important;*/
    border: 1px solid #d47c7c !important;
    color: #8a1f11;
}
.wizard .modal ul li {
    display: block !important;
}
.modal .modal-dialog {
    width: 80%;
}
/*.modal .modal-dialog .btn{display: none}*/
.modal .modal-dialog #btn_editar,
.modal .modal-dialog .editar {
    display: none;
}
.botoes .glyphicon,
.botoes .fa {
    font-size: 25px;
    display: block;
    margin-bottom: 8px;
    margin-top: 4px;
}
.botoes .btn {
    display: block;
    margin-bottom: 7px;
    padding: 5px;
    font-size: 12px;
    width: 70px;
    margin-left: -14px;
    min-height: 62px;
    height: auto;
    box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.1);
}
.notifica {
    position: absolute;
    top: 0px;
    width: 100%;
    display: table;
}
.notifica .conteudo {
    padding: 10px 25px;
    margin: 0 auto;
    z-index: 9999;
    width: auto;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
    display: table;
    position: relative;
    top: 0;
    line-height: 1;
}
.notifica p {
    margin: 0;
    text-align: center;
}
.status1,
.notificacao-success .conteudo {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.status2,
.notificacao-error .conteudo {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.status6,
.notificacao-info .conteudo {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.navbar-default.navbar-static-top {
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e6e6e6)
    );
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
    background-color: inherit;
}
.panel-default > .panel-heading,
.table thead th,
.table tfoot th,
.sidebar ul li a.active {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 30%, rgba(240, 240, 240, 1) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(30%, rgba(255, 255, 255, 1)),
        color-stop(100%, rgba(240, 240, 240, 1))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 30%,
        rgba(240, 240, 240, 1) 100%
    );
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 30%, rgba(240, 240, 240, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 30%, rgba(240, 240, 240, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 30%, rgba(240, 240, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
    background-color: inherit;
}
.contrato .dl-horizontal dd {
    margin-left: 121px !important;
}
.contrato .dl-horizontal dt {
    width: 110px !important;
}
.btn-black {
    background: #222;
    border-color: #000;
}

@media (min-width: 768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 180px;
        margin-top: 51px;
    }
    .dashboard {
        margin: 0 0 0 180px;
    }
    .sidebar {
        background: #fff;
    }
    .sidebar ul li a,
    .sidebar ul li a:visited,
    .sidebar ul li a:active {
        color: #555;
    }
    .sidebar ul li a:hover {
        color: #000;
    }
    #page-wrapper {
        padding: 15px 20px 0;
        background: #f8f8f8;
        height: 100%;
    }
}

/** iframe como um fancybox **/
#iframe {
    display: none;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    max-width: 100%;
    width: 100vw;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99990;
}
#iframe span {
    font-size: 11px;
    cursor: pointer;
    padding: 5px;
    display: table;
    opacity: 0;
    color: #fff;
    font-weight: bold;
    text-align: right;
    margin-bottom: 5px;
    float: right;
    margin-right: 10%;
    margin-top: 20px;
}
#iframe iframe {
    width: 80%;
    margin-top: 50px;
    position: relative;
    left: 10%;
    border: none;
    height: calc(100vh - 100px);
    clear: both;
}
.iframe_carrengando {
    background-image: url("/images/loading.gif");
}

#side-menu .links-uteis {
    display: table;
    padding: 5px;
    margin: 0px auto;
}
#side-menu .links-uteis a {
    color: #333 !important;
}
#side-menu .links-uteis a:hover {
    color: #f58634 !important;
}

dl.dl-left-right dt {
    text-align: left;
}
dl.dl-left-right dd {
    text-align: right;
}
dl.font-normal dt {
    font-weight: normal;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}

.edit-text {
    cursor: pointer;
}
.edit-text input {
    display: table;
    height: auto;
}
.edit-text textarea {
    display: table;
    height: 150px;
}

.breadcrumb > li.pull-right:before {
    content: "" !important;
}
.breadcrumb > li.pull-right .btn {
    position: relative;
    top: -9px;
    right: -16px;
}
#btn_voltar,
#btn-voltar,
.voltar,
.contrato.criar .novovoltar {
    display: none !important;
}

.proprietario-inativo {
    opacity: 0.7;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #f00;
    border-radius: 4px;
}

.proprietario-inativo:hover {
    opacity: 1;
}

#aviso_sessao {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0px;
    z-index: 99999;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
}

#aviso_sessao .alert {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}


.scrollable-menu {
    height: auto;
    max-height: 323px;
    overflow-x: hidden;
}

.dropdown-footer {
    position: absolute;
    top: 372px;
    right: 0;
    z-index: 1000;
    display: none;
    width: 310px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.open>.dropdown-footer {
    display: block;
}

.item {
    padding: 10px;
    background: #f4f7f4;
}

.item.visualizado {
    background: #fff;
}

.item.visualizado>a:hover {
    background: #f4f7f4;
}

.dropdown-menu .divider.no-margin {
    margin: 0;
}

#oc_button {
    margin: 8px 40px;
    color: #a0a0a0;
    border: solid 1px #ccc;
    padding: 6px 13px;
    border-radius: 4px;
}

#oc_button:hover {
    color: #ccc;
    border-color: #ccc;
}

.imobiliaria-brand {
    margin: 8px -18px;
    color: rgb(160, 160, 160);
    padding: 6px 13px;
    border-radius: 4px;
    display: inline-block;
}

.btn-visibility {
    display: none;
}

.btn-visibility.on {
    display: block;
}

.atendimento-controls {
    padding-top: 40px;
    padding-bottom: 40px;
}