﻿.header-main {
    min-height: 148px !important;
}

.header-sizer {
    min-height: 193px !important;
}

.sub-menu-bar {
    background-color: #293869;
    min-height: 40px;
}

.btn-sub-menu {
    display: block;
    text-transform: uppercase;
    color: #8f9eb3;
    text-decoration: none;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: -1px;
    border-radius: 0px;
    height: 100%;
    padding: 10px 30px;
    line-height:30px;
}

.btn-sub-menu:hover {
    color:#FFF;
}

.btn-sub-menu.active {
    color: #FFF;
    background-color: #364A77;
    border-bottom: solid 5px #F9D435;
}

.sub-navigation-bar {
    margin: 0 auto;
}

.sub-navigation-bar .item {
    padding: 0 15px;
    text-align: center;
    display: inline-block;
}

.datepicker {
    z-index: 999 !important;
}

li.menu-btn:hover .stick-icons {
    background: none !important;
}

.btn-home-red, .btn-home-orange, .btn-home-yellow {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-weight: bold;
    color: #FFFFFF;
}

.btn-slider-action {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 20px 50px;
    margin: 5px 12px;
}

    .btn-slider-action:hover {
        color: #FFFFFF;
    }

.panel-heading {
    font-size: 14px;
    line-height: 22px;
}

h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
}

.page-header {
    background-color: #293869;
    /*border-top: 5px solid #384045;*/
    margin: 0 0 0 0;
    min-height: 50px;
    padding: 11px 0;
    position: relative;
    text-align: left;
    padding-bottom: 9px;
    /*margin: 40px 0 20px;*/
    border-bottom: 1px solid #eee;
}

html.sticky-header-active #header .header-body {
    position: initial;
}

.field-check-news {
    color: white;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    height: 1px;
    margin: 22px 0;
    border: 0;
}

.no-margin {
    margin-bottom: 0px;
}

.input-login-checkbox {
    position: relative;
    top: 8px;
    left: 0;
    display: inline-block;
}

.btn-login-wrapper {
    margin-top: 20px;
}

.field-validation-valid {
    display: none;
}

span.dropdown-item > .logout-button {
    display: inline-block;
    border-bottom: none;
}

.input-margin {
    margin-bottom: 15px;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

h6 {
    color: #333;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
    margin-top: 0px;
    margin-bottom: 14px;
}

p {
    color: #777;
    line-height: 24px;
}

.logout-button, .logout-button:hover {
    border-bottom: none !important;
}

#div-alerta {
    width: 100vw;
    padding-left: 5%;
    z-index: 1050;
    display: none;
    position: fixed;
    top: 0;
    margin-bottom: 0;
    font-size: 18px;
}

    #div-alerta.alert-danger {
        background-color: #DF002E;
        color: #fff;
    }

    #div-alerta.alert-success {
        background-color: rgb(223, 240, 216);
        color: rgb(60, 118, 61);
    }

#btn-close-alert {
    position: relative;
    top: 5px;
    left: 0;
    margin-right: 1%;
    cursor: pointer;
}

#btn-newsletter-wait {
    position: relative;
    right: 16%;
}

.validation-summary-valid {
    display: none;
}

.btn-recuperar-pass > a {
    position: relative;
    top: 10px;
    left: 40px;
}

.thumb-info-action-red {
    cursor: pointer;
}

li.all-pages {
    margin: 0 2px;
}

#OrderOptions {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    padding: 5px 30px 5px 15px;
    color: #233869;
    background-color: rgba(0,0,0,0);
    border-bottom: solid 1px #233869;
    position: relative;
    top: 0;
    left: 7px;
    cursor: pointer;
    z-index: 10;
    font-size: 14px;
    line-height: 22px;
}

.fa.order-caret {
    position: relative;
    top: 0;
    right: 15px;
    color: #233869;
    z-index: 0;
    font-size: 14px;
    line-height: 22px;
}

.all-pages > a[href~='javascript:void(0);'] {
    cursor: not-allowed;
}

.search-btn-icon {
    margin-left: 20px;
}

.btn-search-blue, .btn-search-blue:active, .btn-search-blue:focus {
    background-color: rgb(35, 56, 105);
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    padding: 11px;
}

    .btn-search-blue:hover {
        background-color: rgb(20, 41, 90);
        color: #FFFFFF;
    }

.delete-section {
    display: inline-block;
}

.div-img-produto {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center center;
}

.div-container-img-produtos:not(:last-child) {
    margin-right: 10px;
}

.div-container-img-produtos {
    display: inline-block;
    margin: 20px 0;
}

.delete-image-produto, .delete-image-imovel {
    position: relative;
    top: 10px;
    left: 190px;
    color: white;
    background-color: red;
    border-radius: 10px;
    width: 17px;
    height: 17px;
    display: block;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
}

    .delete-image-produto:hover, .delete-image-imovel:hover {
        color: white;
        background-color: #F27474;
        text-decoration: none;
    }

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

    .wrap > .container {
        padding: 70px 15px 20px;
    }

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

    .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
    }

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.backend-logo {
    margin: 40px 0;
}

.page-header h1.diretory-titles-signup.active a, input.diretory-titles-signup.active {
    color: white;
}

#image-map-location {
    height: 350px;
    background-position: center center;
}

.select-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.legal-disclaimer {
    list-style: none;
    counter-reset: item;
    font-size: 16px;
    margin: 20px 0;
}

    .legal-disclaimer > li {
        counter-increment: item;
        margin-bottom: 5px;
    }

    .legal-disclaimer li {
        margin: 40px 0;
    }

    .legal-disclaimer > li:before {
        margin-right: 10px;
        content: counter(item);
        background: #233869;
        color: white;
        width: 1.5em;
        text-align: center;
        display: inline-block;
        font-weight: bold;
    }

    .legal-disclaimer > li > ol > li:before {
        content: counters(".", item) " - ";
        counter-increment: item;
        font-weight: bold;
    }

    .legal-disclaimer p {
        margin: 20px 0 20px 40px;
    }

.b24-web-form-popup-btn-34 {
    cursor: pointer;
}

#legal-links {
    position: relative;
    left: 0;
    bottom: 30px;
}

#legal-links a:nth-of-type(2n) {
    margin: 0 20px;
}

.validation-summary-errors {
    color: #a94442;
}

.input-rgpd {
    margin-left: 20px;
}
.check-rgpd {
    display: block !important;
}
