html {
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
    overflow: hidden;
}

@font-face {
    font-family: Segoe UI;
    src: url('fonts/Segoe-UI/segoeuithis.ttf');
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

*:disabled {
    background-color: lightgray!important;
    color: linen!important;
    opacity: 1!important;
}

::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #C9C9C9;
}

::-ms-clear {
    display: none;
}

hr {
    margin-top: 4px;
    margin-bottom: -8px;
}

.border-primary {
    border-color: #007BBD !important;
}

.customSearchRentalProperty {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top:5px;
}

.carousel-item {
    text-align: center;
}

.ulSocialNetwork {
    list-style: none;
}

.ulSocialNetwork li {
    padding:10px;
    text-align: justify;
}

.form-control {
    height: 40px;
    border-color: #007BBD;
}

.form-select {
    border-color: #007BBD;
}

#carouselNews .carousel-item video {
    width: 100%;
}

#carouselNews .carousel-indicators {
    background-color: lightgrey;
}

#idRowRentalProperties .card {
    box-shadow: 8px 8px darkgrey;
}

.carousel-item .img-fluid {
    height: 520px;
}

.customCardFirstImgRentalProperty {
    height: 185px;
}

.customCardDetailsRentalProperty {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.subLabelInvoice2 {
    font-size: 10px;
    line-height: 8px;
}

.subLabelInvoice1 {
    font-size: 12px;
    line-height: 8px;
}

.subLabelInvoice1 > td {
    color: grey;
}

.imgCaroussel {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 80vw;
    max-width: 1080px;
    max-height: 560px;
}

.labelTitlePage {
    color: white;
    float: right;
    font-size: 1.8em;
    margin-top: 2.5px;
    padding-right: 10px;
}

.style-table-BO {
    background-color: lightgray;
    border-radius: 0px;
    padding: 10px;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

.fullWidth {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.noMargin {
    margin-left: auto;
    margin-right: auto;
}

.customForm {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.asterixMandatory {
    color: red;
}

.pagination > li.active > a {
    background-color: #007BBD !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.grecaptcha-badge {
    z-index: 2000 !important;
    bottom: 100px !important;
}

.scrollable-menu {
    height: auto;
    max-height: 425px;
    overflow-x: hidden;
}

.modal-fullscreen {
    margin-right: auto;
    margin-left: auto;
    max-width: 1248px;
}

.class-Pointer {
    cursor: pointer;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

footer {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    height: 30px;
    line-height: 30px !important;
}

.customWaitingLoading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000 !important;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0.8,0.8,0.8,0.2);
}

.customWaitingLoading .container {
    position: relative;
    top: 40%;
}

.customIconGERANCEIJ {
    max-height: 60px;
    padding-right: 10px;
    padding-left: 10px;
}

.customColumnScrollbar {
    max-height: 65vh;
}

.customColumnScrollbar2 {
    height: 60vh;
    min-height: 500px;
    max-height: 800px;
}

.customColumnScrollbar, .customColumnScrollbar2 {
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 75px;
}

.nav-link.active {
    background-color: #007BBD !important;
    color: white !important;
}

.nav-link {
    text-transform: uppercase;
}

.bg-primary {
    background-color: #007BBD !important;
}

.bg-secondary {
    background-color: #C9C9C9 !important
}

.bg-secondary:hover, .bg-secondary:focus, .bg-secondary:active, .bg-secondary.active {
    color: #fff;
    background-color: #007BBD !important;
    border-color: #007BBD !important;
}

.customFormSearch {
    float: right;
    width: 100%;
    max-width: 490px;
}

.customSearchInput {
    max-width: 320px;
}

#idLinkAnchorTheAttemptMediation:hover, #idLinkAnchorTheAttemptMediation:focus,
#idLinkAnchorTheAttemptMediation:active, #idLinkAnchorTheAttemptMediation.active {
    color: #fff !important;
    background-color: #333 !important;
    border-color: #333 !important;
}

.bg-white {
    background-color: white !important
}

.bg-lightGrey {
    background-color: #f8f8f8;
}

.c-blue1 {
    color: #007BBD !important;
}

.c-blue2 {
    color: #243886 !important;
}

.c-white {
    color: white !important;
}

.c-red {
    color: rgb(221, 10, 46) !important;
}

.btn-primary {
    min-width: 140px;
    background-color: #007BBD !important;
    border-color: #007BBD !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #C9C9C9 !important;
    border-color: #C9C9C9 !important;
}

.btn-secondary {
    background-color: #333;
    color: white;
}

.btn-light {
    background-color: #a9a9a9;
}

.btn-primary, .btn-secondary, .btn-light {
    text-transform: uppercase;
}

.text-break {
    text-align: justify;
}

.rowContainer {
    max-width: 1075px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.titleContainer {
    height: auto;
    text-decoration: none;
    white-space: normal;
    max-width: 658px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 45px;
}

.titleContainer2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 0px;
}

.subTitleContainer {
    height: auto;
    text-decoration: none;
    white-space: normal;
    max-width: 583px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 20px;
}

.pricing-box {
    border: 0.5mm solid lightgray;
}

.plan-header {
    padding: 20px 15px 0;
}

.price {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.price > span, .price sup.currency {
    color: #243886;
}

.pricing-box {
    min-height: 600px;
    max-height: 600px;
}

.pricing-box .plan-inside {
    padding: 10px 30px;
}

.pricing-box .plan-inside .pi-content {
    display: block;
}

.pricing-box .plan-header .price > span {
    font-size: 45px;
    line-height: 45px;
    margin: 0 5px;
}

.pricing-box .plan-inside ul {
    margin: 0;
    font-size: 100%;
    line-height: normal;
    list-style: none outside;
}

.pricing-box .plan-inside ul li {
    text-align: center;
    padding: 11px 10px;
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.pricing-box .plan-inside ul li:last-child {
    border-bottom: 0;
}

.price sup.currency {
    font-size: 20px;
    line-height: 20px;
    top: -10px;
    position: relative;
}

.price sup.period {
    color: #a8a8a8;
    font-size: 15px;
    line-height: 15px;
    top: -15px;
    position: relative;
}

.pricing-box .plan-header p.subtitle {
    padding: 20px 0 0;
    margin-bottom: 0;
}

.subtitle big {
    color: #a8a8a8;
}

.how_it_works {
    text-align: center;
    position: relative;
}

.how_it_works .image_wrapper {
    position: relative;
    margin: 0 auto 15px;
    width: 200px;
}

.how_it_works .image {
    border-width: 0 0 2px;
    background: transparent;
    border-radius: 0;
    margin-bottom: 30px;
    border-color: rgba(0,0,0,.08);
    border-style: solid;
}

.how_it_works.no-img .image {
    height: 55px;
    background: none;
}

.how_it_works .image_wrapper .number {
    background: #243886;
    color: #fff;
    border-radius: 0;
    bottom: -17px;
    left: 50%;
    margin-left: -17px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0) inset;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    width: 35px;
    height: 35px;
    font-size: 15px;
    text-align: center;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);
}

.labelContainer {
    font-weight: bold;
    text-align: justify;
}

.labelContainer2 {
    margin: 0 0 15px;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.hr-color {
    display: inline-block;
    width: 40%;
    color: #243886;
    background: #243886;
    margin: 0 auto 15px;
    clear: both;
    border: none;
    outline: none;
    height: 1px;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
}

.background-overlay {
    background-image: url(../img/landing3-slider-bg2.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: initial;
    background-size: initial;
}

.background-overlay2 {
    background-image: url(../img/landing3-section-bg3.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: initial;
    background-size: initial;
}

.ulContainer li {
    padding: 5px;
}

.modal-backdrop {
    opacity: 0.05 !important;
}

.modal-title {
    margin-left: auto;
    margin-right: auto;
}

.modal-header {
    text-align: center;
    height: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-color: #FFFFFF;
    border-bottom-width: thin;
    background-color: #FFFFFF;
}

.modal-header h4, .rowModalDesktopTitle h4 {
    color: #007BBD;
    text-transform: uppercase;
}

.rowModalDesktopTitle .col {
    text-align: center;
}

.modal-header .btn-close {
    margin: -.5rem -.5rem -.5rem 11rem;
    background-color: white;
}

.ms-n5 {
    margin-left: -40px;
}

.navbar-brand {
    position: absolute;
}

#modalRentalProperty .modal-body .card {
    width: 330px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

#idBtnMainMenuFO {
    z-index: 1999;
    display: none;
}

#modalDisplayMobileMenuFO, #modalDisplayMenuBO {
    float: left;
    max-width: 330px;
    z-index: 2000;
}

#modalDisplayMobileMenuFO .modal-content, #modalDisplayMenuBO .modal-content {
    max-width: 330px;
}

#modalDisplayMobileMenuFO .modal-footer, #modalDisplayMobileMenuFO .modal-footer {
    display: none;
}

#headerModalPresentation {
    height: 52px;
}

#headerModalPresentation .btn-close {
    margin: 7px 5px 0px 5px;
    background-color: #007BBD !important;
    height: 32px;
    width: 32px;
    color: white;
}

.modal-body, .modal-content {
    scroll-behavior: smooth !important;
}

.modal-body {
    overflow-y: hidden !important;
}

/*.modal-content {
    background-image: url('../img/background-modal3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}*/

.modal-content-no-bd {
    background-image: none;
    background-position: initial;
    background-repeat: initial;
    background-size: initial;
}

.modal-body form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.modal-body form .mb-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
}

.modal-footer {
    background-color: rgba(0,0,0,0.5);
    max-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

.modalClose {
    margin-left: auto;
    margin-right: auto;
}

#modalSelectItemFromList .bootstrap-select {
    width: 100%;
}

#sidebar #sidebar-nav .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

#sidebar-nav {
    width: 260px;
}

#sidebar-nav ul {
    margin-bottom: 0 !important;
}

#sidebar-nav ul li {
    height: 42px;
}

#sidebar-nav .nav-item, #sidebar-nav .dropdown, #sidebar-nav .nav-item a {
    width: 100%;
}

#modalDisplayMessage, #modalPresentation, #modalGetActualPassword,
#modalConfirmDeleteAccount, #modalConfirmMajorAccount,
#modalSelectItemFromList, #modalFillInValue, #modalCheckSetUpForSendMailMediation,
#modalRentalPropertyDetails  {
    background-color: rgba(0.8,0.8,0.8,0.2);
}

#modalDisplayMessage.modal,
#modalGetActualPassword.modal,
#modalConfirmDeleteAccount.modal,
#modalConfirmMajorAccount.modal,
#modalSelectItemFromList.modal,
#modalFillInValue.modal,
#modalCheckSetUpForSendMailMediation.modal {
    z-index: 1057 !important;
}

#idDivMenuStepperNewFolder > div.bs-stepper-header > div.active > button.step-trigger {
    color: white;
    background-color: #333;
    border-color: #333;
    cursor: pointer;
    width: 100%;
    justify-content: normal;
}

#idDivMenuStepperNewFolder > div.bs-stepper-header > div.active > button.step-trigger:hover {
    background-color: #5c636a;
    border-color: #565e64;
    cursor: pointer;
    width: 100%;
    justify-content: normal;
}

.container {
    max-width: 1440px;
}

.checkboxOptionsNewFolder {
    margin-top: 15px;
    width: 25px;
    height: 25px;
}

.cardCustomTimeline {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.tab-content .tab-pane {
    background-color: lightgray;
    border-radius: 15px;
    padding: 10px;
}

#modalPresentation p {
    text-align: justify;
}

#idRowContainerPJS {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
}

#pJSCanvas, #renderCanvas, #idRowContainerPJS {
    z-index: -1 !important;
}

#renderCanvas, #pJSCanvas {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
}

#bottomFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#topNavBar {
    z-index: 2001 !important;
}

#topHeader, #bottomFooter {
    z-index: 1 !important;
}

#headerModalPresentation .navbar {
    max-width: 1248px;
    width: 100%;
}

#topHeader .navbar-nav li > a,
#navbarMainMenu .navbar-nav li > a,
#headerModalPresentation .navbar-nav li > a {
    min-height: 52px;
    color: #333;
    transition: background-color 0.2s, color 0.2s;
}

#navbarMainMenu .navbar-nav li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#topHeader .navbar-nav li > a:hover,
#topHeader .navbar-nav li > a:focus,
#navbarMainMenu .navbar-nav li > a:hover,
#navbarMainMenu .navbar-nav li > a:focus {
    background-color: #fff !important;
    color: #333 !important;
    cursor: pointer;
}

#headerModalPresentation .navbar-nav li > a:hover,
#headerModalPresentation .navbar-nav li > a:focus {
    background-color: #007BBD !important;
    color: #fff !important;
    cursor: pointer;
}

#topHeader .navbar-nav li.active > a,
#navbarMainMenu .navbar-nav li.active > a,
#headerModalPresentation .navbar-nav li.active > a {
    background-color: #333 !important;
    color: #fff !important;
}

#topHeader .navbar,
#navbarMainMenu .navbar,
#headerModalPresentation .navbar {
    min-height: 52px;
    padding-top: 0;
    padding-bottom: 0;
}

#topHeader .navbar-collapse, #topHeader .navbar-nav,
#navbarMainMenu .navbar-collapse, #navbarMainMenu .navbar-nav,
#headerModalPresentation .navbar-collapse, #headerModalPresentation .navbar-nav {
    min-height: 52px;
    line-height: 2.2;
}

#topHeader .navbar-nav,
#navbarMainMenu .navbar-nav,
#headerModalPresentation .navbar-nav {
    margin-left: -10px;
    margin-right: -10px;
}

#topHeader .navbar-nav .nav-link,
#navbarMainMenu .navbar-nav .nav-link,
#headerModalPresentation .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.1rem;
    min-width: 206px;
    text-align: center;
}

#v-pills-tab {
    min-width: 200px;
    margin-left: auto;
    margin-right: auto !important;
}

#v-pills-tab {
    background-color: rgba(255, 255, 255, 0.8);
}

#idStepperNewFolder {
    max-height: initial;
    padding-bottom: initial;
    overflow-y: initial;
}

#floatingTextareaFirstNameOtherPeolpleInvoiceDashboard,
#floatingTextareaNameOtherPeolpleInvoiceDashboard {
    margin-bottom: 10px;
}

#v-pills-tabContent {
    padding: 0px 10px 45px 10px;
}

#v-pills-tabContent .container {
    max-width: 100%;
}

#nav-tabContent {
    padding: 15px;
}

#nav-tabContent .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#tableAllMyFolders td, #tableAllMyPayments td {
    text-align: center;
}

#v-pills-tab {
    color: white;
}

#formUploadFileMultiple {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}

.customUlSubObjDisputeItem {
    padding-left: 2px;
}

.accordion-body {
    text-align: justify;
}

.fixed-top {
    left:inherit;
    right:inherit;
}

.rowModalDesktopTitle {
    display: block;
}

#modalDisplayMessage .modal-content,
#modalLogin .modal-content {
    margin-top: 75px;
}

#idBtnSearchRentalProperty {
    margin-left: -125px;
}

#idBtnSearchRentalProperty:hover {
    color: white;
    background-color: #777 !important;
}

#inputSearchRentalProperty {
    margin-left: 5px;
}

@media (max-width: 575.98px) {
    #topNavBar {
        z-index: 1 !important;
    }

    #topHeader .navbar {
        padding-top: initial;
        padding-bottom: initial;
    }

    #topHeader .navbar-toggler {
        margin: 5px 0px 5px -4px;
    }

    #idDivSubscribe {
        height: inherit;
        overflow-y: initial;
    }

    #idDivMenuStepperNewFolder {
        padding-bottom: 5px;
    }

    #v-pills-tabContent, #nav-tabContent {
        padding: inherit;
    }

    #idDivColumnDetailsFolder {
        padding-left: 0;
        padding-right: 0;
    }

    #idDivColumnDetailsFolder .row {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #idDivMenuStepperNewFolder {
        margin-bottom: 15px;
    }

    #idDivContentStepperNewFolder {
        padding-left: 0;
        padding-right: 0;
    }

    #idDivContentStepperNewFolder .bs-stepper-content {
        margin-top: 10px;
    }

    #v-pills-tab .nav-pills.nav-tabs-dropdown > li > a, .nav-tabs-dropdown > li > a {
        margin: 1px !important;
    }

    #requestor-part .row,
    #personInvolved-part .row,
    #causeDispute-part .row,
    #options-part .row,
    #payment-part .row,
    #endProcessCreateFolder-part .row {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .customColumnScrollbar {
        max-height: 65vh;
        padding-bottom: 155px;
    }

    .customColumnScrollbar2 {
        padding-bottom: 225px;
    }

    .modal-header,
    #headerModalPresentation .btn-close {
        display: none;
    }

    #modalPresentation .modal-header,
    #modalRentalProperty .modal-header,
    #modalNews .modal-header,
    #modalContact .modal-header {
        display: inherit;
    }

    #modalDisplayMobileMenuFO, #modalDisplayMenuBO {
        max-width: 100%;
        z-index: 1055;
    }

    #modalDisplayMobileMenuFO .modal-content, #modalDisplayMenuBO .modal-content {
        max-width: 100%;
    }

    #modalDisplayMobileMenuFO .modal-footer, #modalDisplayMenuBO .modal-footer {
        display: flex;
    }

    .modal-title {
        display: none;
    }

    .modal-body .container {
        margin-top: 5px;
    }

    .modal-body .container .display-4 {
        padding: 5px;
        /*margin-bottom: 5px;*/
    }

    .modal-body form .mb-3 {
        max-width: 310px;
    }

    .checkboxOptionsNewFolder {
        margin: 5px;
        width: 20px;
        height: 20px;
    }

    .columnZipCodeMobile {
        padding-left: 0;
        padding-right: 0;
    }

    .columnCityMobile {
        padding-left: 0;
        padding-right: 0;
    }

    .pricing-box {
        max-height: inherit !important;
    }

    .labelTitlePage {
        font-size: 1.8em;
        padding-right: 5px;
        margin-top: 8px;
    }

    #idBtnMainMenuFO {
        z-index: initial;
        display: block;
    }

    .customIconGERANCEIJ {
        padding-left: 30vw;
    }

    .rowModalDesktopTitle {
        display: none;
    }

    h5.titleContainer {
        text-align: center !important;
    }

    #idRowPresentationCustom1, #idRowPresentationCustom2, #idRowPresentationCustom3, #idRowPresentationCustom4 {
        max-height: 750px !important;
    }

    #idRowPresentationCustom1 .col-12, #idRowPresentationCustom2 .col-12, #idRowPresentationCustom3 .col-12, #idRowPresentationCustom4 .col-12 {
        height: 100%;
    }

    #basic-addon1 {
        display: none;
    }

    #colSearchCriteriasProperties h1 {
        text-align: center;
    }

    #colSearchCriteriasProperties div.form-check {
        padding-left: 2.5px;
    }

    .container {
        padding: 0;
    }
}
