/*Develop by jeet 6th feb ,2017*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcd3a1;
    /*background: #444 url("images/ui-bg_glass_55_fbf8ee_1x400.png") 50% 50% repeat-x;*/
    color: #444
}

.panel-hide {
    margin-bottom: 0 !important;
}

.panel-title {
    float: left;
}

.panel-control {
    float: right;
}

#DefaultModelContent {
    max-height: 500px !important;
    /* overflow-y: scroll; */
}

.checkbox {
    width: auto !important;
    /*float: left !important;*/
}

.full-width-button {
    width: 100%;
}

.custom-hide {
    display: none;
}

#loginAlertMessage {
    text-align: center;
    margin-bottom: 5px !important;
    display: inline-block;
    width: 100%;
    color: red;
    font-weight: bold;
}

.sep {
    display: block;
    border-bottom: dashed 1px #ddd;
    margin: 5px 0
}

.remove-padding {
    padding: 0 !important;
}

.custom-input-tag {
    margin: 3px 0 !important;
}

#hidden-link-mass-categorisation,
#hidden-link-mass-prop-pref,
#hidden-link-mass-lead-trans {
    display: none;
}

.lead_user_name {
    color: blue !important;
}

.lead_user_name:hover {
    color: darkblue !important;
}

.listHeader,
.listHeader:hover {
    color: white !important;
}

.blue_font {
    color: blue;
}

.swal2-container .swal2-html-container a.blue_font {
    color: blue !important;
}

.quick-edit {
    cursor: pointer;
}

.print-layout-logo {}

body.login-alt.page-login {
    background: #ffffff none repeat scroll 0 0;
}

.time-form-control {
    width: 70px !important;
    float: left;
}

.multiselect {
    width: 100% !important;
}

a {
    cursor: pointer !important;
}

.disable-link {
    cursor: not-allowed !important;
    /*pointer-events: none;*/
}

.addon-products a.disable-link:hover {
    pointer-events: none !important;
}

.table-special tr td .disable-link:hover {
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.text-black {
    color: #3f4454;
}

.pdf_nav_disabled {
    pointer-events: none;
    opacity: 0.4;
}

/* Compact merge preview header */
.merge-preview-compact {
    margin-bottom: 6px !important;
}

.merge-preview-compact .col-sm-5,
.merge-preview-compact .col-sm-6,
.merge-preview-compact .col-sm-12 {
    padding-left: 8px;
    padding-right: 8px;
}

.merge-preview-compact .pdf_document_title {
    font-weight: 600;
    color: #2f2f2f;
}

.merge-subheader {
    margin-top: 2px;
}

.merge-doc-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.merge-page-count {
    font-size: 15px;
    color: #555;
}

.merge-count-label,
.merge-count-sep {
    color: #666;
    font-size: 15px;
}

.merge-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    color: #444;
}

.merge-nav-btn:hover {
    color: #222;
    text-decoration: none;
}

.merge-preview-compact hr {
    margin: 6px 0;
}

/*Form Errors*/
label.error,
div.error {
    border: 0 none;
    background: none !important;
    display: none;
    float: none;
    padding: 0 !important;
    font-size: 0.9em;
    position: absolute;
    margin: 0;
    margin-top: -2px;
}

/*esign first step */
.ui-sortable {
    background: none !important;
}

/*TMS esign documents list*/
/*.doc_cat_title{*/
/*background: lightslategrey !important;*/
/*cursor: pointer;*/
/*color: white !important;*/
/*padding: 5px!important;*/
/*font-size: 15px;*/
/*font-weight: normal !important;*/
/*margin: 5px 0px;*/
/*}*/
.panel-heading.red {
    background: #BF1A24 !important;
    color: white !important;
}

.panel-heading.green {
    background: green !important;
    color: white !important;
}

.agency-table>span {
    font-size: 14px;
    font-weight: normal;
    background-color: #ddd;
    padding: 5px 10px;
    display: block;
    margin-bottom: 10px;
}

/*Esign signer design css*/
.agency-table label em {
    background-color: #C02025;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    font-style: normal;
    font-weight: normal;
}

/*Quick edit for lead user*/

.quick-update-popup2 {
    background: #fff;
    position: absolute;
    /*min-width: 250px;*/
    /*min-width: 410px;*/
    min-height: 58px;
    z-index: 1;
    border: 2px solid #ddd;
    box-shadow: 0px 0px 5px #999;
    padding: 11px 9px 11px 9px;
}

.quick-update-popup {
    background: #fff;
    position: absolute;
    min-width: 300px;
    min-height: 100px;
    z-index: 1;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px #999;
    /* padding: 0 0 10px 0; */
}

.quick-update-popup .title {
    color: #fff;
    padding: 0.5em;
    font-size: 1.2em;
    margin-bottom: 5px;
    background: #3F4454;
}

.quick-update-popup .body {
    display: block;
    max-height: 200px;
    max-width: 553px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
}

.quick-update-popup .close {
    position: absolute;
    top: 0px;
    right: 3px;
    width: 22px;
    height: 22px;
    /*background: url(/vw-admin/templates/base1/images/icon/close.png) no-repeat;*/
    cursor: pointer;
    color: white;
    font-size: 15px !important;
    padding: 8px 0px;
}

.quick-edit-popu-buttons {
    padding: 9px;
    border-top: #3F4454 1px solid;
    margin-top: 8px;
}

select.form-control.quick-edit-form-control {
    width: 50%;
    float: left;
    margin-right: 10px;
}

.subitem>div {
    display: inline-block;
    width: 100%;
}

.hide-overflow {
    max-height: none !important;
    overflow: hidden !important;
}

/*Image Cropping css*/
.modal-cropping {
    max-width: 1090px !important;
}

.multi-image-popup .modal-cropping {
    max-width: 1250px !important;
}

.modal-medium {
    max-width: 1300px;
    /*!important*/
    width: auto;
}

.modal-primary .modal-body {
    background: none !important;
}

.modal-primary .modal-header {
    /*background: #3F4454 !important;
    color: white;*/
    border-radius: 25px 25px 0 0;
    background-color: rgb(221, 221, 221);
    border-color: rgb(233, 237, 242);
}

.modal-primary .modal-header .close {
    opacity: 0.7;
}

/**/
.group.help-block::after,
.group.option-block::after {
    content: none;
}

/*modal footer */

.panel.panel-modal .panel-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /*margin: 0 -25px;*/
    background-color: #fff;
}

.dropdown {
    width: auto;
}

.span-datepicker {
    background: white !important;
    opacity: 0.8 !important;
}

.list-group-item.ui-menu-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

/*.panel-modal {
    margin-bottom: 60px;
    padding-bottom: 60px;
}*/

/*.ui-autocomplete {
    z-index: 1000 !important;
}*/

.custom-list-label {
    font-size: 85%;
    font-weight: bold;
    width: 50%;
}

.text-red {
    color: red !important;
}

.custom_quick_update_popup_body {
    min-width: 550px !important;
}

.remove_popup_bottom_margin {
    margin-bottom: 0 !important;
    overflow-x: hidden !important;
    height: auto !important;
}

/*.modal-full {*/
/*    margin: 15px auto !important;*/
/*}*/

.complete,
.complete i {
    background-color: #DFF0D8 !important;
    color: #3c763d !important;
    padding: 0 5px;
}

.declained,
.declained i {
    background-color: #FCF8E3 !important;
    color: #8a6d3b !important;
    padding: 0 5px;
}

.declained span {
    font-weight: normal;
    display: block;
    margin-top: 5px;
    color: #aaa;
}

.ajax-loader2 {
    background: url("../images/loadingAnimation.gif") no-repeat scroll center transparent !important;
    min-height: 326px;
}

.custom_chart_dropdown {
    position: absolute;
    right: 17px;
    top: 2px;
    width: auto;
}

.theme-img-rounded {
    width: 100%;
    /*height: 200px;*/
}

.custom_checkbox {
    height: 45px;
    width: 22px;
    cursor: pointer;
}

.morelink:visited {
    color: #0254EB
}

a.morelink {
    color: #0254EB;
    text-decoration: none;
    outline: none;
}

.morecontent span {
    display: none;
}

.listingFields {
    height: 710px;
    overflow-y: scroll;
}

.tabCaptionPopup {
    position: absolute;
    background: white;
    /*width: 100%;*/
    /*right: 0%;*/
    border: solid 1px grey;
    /*margin-top: 15px;*/
    padding: 10px;
    z-index: 1000;
}

.customValuePopup {
    position: fixed;
    left: 30%;
    top: 30%;
    z-index: 1000;
}

.edit_custom_field {
    cursor: pointer;
}

/* Media query to hide all the panels in mobile device */
@media screen and (min-width: 0px) and (max-width: 400px) {
    /*.panel-body:not(.disabled):not(.sm-panel-body) {*/
    /*    display: none;*/
    /*}*/

    .panel-body.collapse.in {
        display: none;
    }

}

@media screen and (min-width: 1000px) {
    .panel-heading-dashboard {
        height: 135px;
        border-radius: 5px;
    }
}

/* File  : logviewer.tpl */
.logviewer-row {
    display: inline-block;
    position: relative !important;
    width: 100%;
    height: auto !important;
    padding: 50px 0 0 0;
    z-index: 1;
}

span.logviewred {
    color: red;
}

.affix-top {
    background: white;
    width: 100%;
    padding: 10px;
}

.affix {
    position: fixed;
    background: white;
    width: 100%;
    padding: 10px;
    top: 0;
    z-index: 2;
}

#logBody pre {
    white-space: pre-wrap;
}

.mailLogPadding {
    margin: auto 30px;
}

h1.no-log,
h2.no-log,
h3.no-log {
    text-align: center;
    opacity: 0.3;
    font-weight: bolder;
}

.declainedMsg {
    background-color: #ef3232 !important;
    padding: 5px;
}

.declainedMsg>span {
    color: white !important;
}

.resnedDocumentErrormsg {
    float: left;
    padding: 0 10px;
    background: antiquewhite;
    margin-right: 5px;
}

@media screen and (max-width: 1500px) {
    .wizard-step .wizard-step-title {
        font-size: 17px !important;
        /*font-weight: bold !important;*/
    }

    .wizard-step .wizard-step-title,
    .wizard-step .wizard-step-content {
        padding-left: 55px !important;
    }

    .commission-figuration-tab .wizard-step-title {
        padding-left: 0 !important;
    }
}

.singer-close-icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: #dce1e7;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .dashboard-custom-box {
        width: 100% !important;
    }

    .wizard-step .wizard-step-title,
    .wizard-step .wizard-step-content {
        padding-left: 30px !important;
    }

    .commission-figuration-tab .wizard-step-title {
        padding-left: 0 !important;
    }

    .signer-list-email-box {
        margin-top: 7px;
        display: grid;
    }

    .singer-close-icon {
        width: 20px;
        height: 20px;
        line-height: 1.3;
    }

    .wizard-step .wizard-step-title {
        font-size: 11px !important;
    }
}

.nav-tabs a {
    cursor: default !important;
}

/* Ajex loader */

.chkSenderCheckbox {
    height: 32px !important;
    width: 20px !important;
    float: left !important;
    margin-right: 11px !important;
}

.ajax-loader2 {
    background: url(../images/loadingAnimation.gif) center no-repeat;
}

.border-left {
    border-left: 1px solid #eee;
}

.border-right {
    border-right: 1px solid #eee;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.border-top {
    border-top: 1px solid #eee;
}

.font-bold {
    font-weight: bold !important;
}

.dashboard_chart {
    /*height: 500px !important;*/
}

.error_label {
    color: red !important;
}

.panel-error {
    border-color: red !important;
}

/*.select2-results__option {*/
/*padding: 6px;*/
/*user-select: none;*/
/*-webkit-user-select: none;*/
/*display: inline-block;*/
/*border: 1px solid #ddd;*/
/*margin: 2px;*/
/*border-radius: 5px;*/
/*}*/
input.merge_checkbox {
    height: 25px;
    width: 38px;
    cursor: pointer;
    margin-top: 7px;
    float: left;
    margin-right: 0;
}

input.merge_checkbox.sub-doc-checkbox {
    height: 15px;
    width: 26px;
    margin-top: 3px;
}


body.merge-documents-active .document_category .panel-control.action,
body.merge-documents-active .document_category .signer-info .dropdown ,
body.merge-documents-active .document_category .signer-info .sign_now_behalf_of_signer ,
body.merge-documents-active .document_category .sub-doc-row .doc-right {
    pointer-events: none;
    opacity: 0.5;
}

body.merge-documents-active .document_category .panel-control.action a,
body.merge-documents-active .document_category .panel-control.action button,
body.merge-documents-active .document_category .sub-doc-row .doc-right a,
body.merge-documents-active .document_category .sub-doc-row .doc-right button {
    cursor: not-allowed;
}

.merge-documents-layout .merge-documents-list-col {
    float: none;
    width: 100%;
}

.merge-documents-layout .merge-preview-sidebar {
    display: none;
}


body.merge-documents-active,
body.merge-documents-active html {
    overflow-x: hidden !important;
}

/* Ensure parent containers don't break sticky positioning */
body.merge-documents-active .content-wrap,
body.merge-documents-active .page-inner,
body.merge-documents-active .page-content,
body.merge-documents-active .panel,
body.merge-documents-active .panel-body,
body.merge-documents-active .panel-container,
body.merge-documents-active .profile-detail,
body.merge-documents-active .box.xs-np {
    overflow: visible !important;
}

body.merge-documents-active .merge-documents-layout .merge-preview-sidebar {
    display: block;
    flex: 0 0 33.3333%;
    position: sticky;
    top: 140px;
    align-self: flex-start;
    z-index: 10;
    border-left: 1px solid #ddd;
    padding-left: 15px;
}

@media (min-width: 1200px) {

    body.merge-documents-active .merge-documents-layout {
        display: flex;
        align-items: flex-start;
        overflow: visible;
        margin: 0 !important;
        /* Fix horizontal scroll caused by row negative margins */
    }

    body.merge-documents-active .merge-documents-layout .merge-documents-list-col {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
        padding-left: 0px;
    }

    body.merge-documents-active .merge-documents-layout .merge-preview-sidebar {
        max-width: 33.3333%;
        padding-right: 0px;
    }

    /* Increase doc detail width when merge is active */
    body.merge-documents-active .merge-documents-layout .merge-documents-list-col .doc-body-wrapper .col-md-8.col-lg-8 {
        flex: 0 0 83.333333% !important;
        width: 80% !important;
        max-width: 80% !important;
    }
}


/* Style Merge Document Form Panel */
#merge_document .panel {
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 20px;
}

#merge_document .panel-heading {
    background-color: #eff1f3 !important;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}

#merge_document .panel-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

#merge_document .panel-footer {
    background-color: #f8f9fa;
    border-top: 1px solid #ddd;
    padding: 15px;
    text-align: right;
}

.merge_document_li_input {
    margin: -5px !important;
    padding: 3px 5px !important;
}

.pdf_container_view {
    background: lightgray;
    padding: 11px 5px;
    color: black;
    font-size: 15px;
}

.document_sub_title {
    font-weight: 100;
    font-size: 13px;
    text-wrap-mode: nowrap;
}

.reArrangePdfPages ol li {
    float: left;
    width: 20% !important;
    padding: 5px;
    margin: 5px 15px;
}

.ZipcodeLoading {
    background: url(../images/ZipcodeLoading.gif) center no-repeat;
    background-position: right;
}

.AutoCompleteLoading {
    background: url(../images/ZipcodeLoading.gif) no-repeat 99% center;
    background-color: white;
}

.left-conversation {
    background: lightblue;
    padding: 7px;
    margin-bottom: 10px;
    border: solid 1px skyblue;
    float: left;
}

.right-conversation {
    background: lightyellow;
    padding: 7px;
    border: solid 1px yellow;
    float: right;
    margin-bottom: 10px;
}

.document_conversation_divider {
    max-height: 130px;
    /*height: 130px;*/
    overflow-y: auto;
}

.compliance_approved {
    border: solid 1px darkgreen !important;
    background-color: white !important;
    color: darkgreen !important;
    cursor: auto;
}

.compliance_rejected {
    border: solid 1px darkred !important;
    background-color: white !important;
    color: darkred !important;
    cursor: auto;
}

.compliance-review-pending {
    border: solid 1px black !important;
    background-color: white !important;
    color: black !important;
    cursor: auto;
}

.flag {
    font-size: 13px;
    padding: 5px;
    color: #fff;
    float: left;
    margin-right: 10px;
}

.open-house.flag {
    background-color: #0080ff;
}

.price-increased.flag {
    background-color: #008000;
}

.price-decreased.flag {
    background-color: #45b800;
}

.flag.pending {
    background: #e05b39;
}

.flag.closed {
    background: #d82f2b;
}

.flag.cancelled {
    background: #a12506;
}

.flag.expired {
    background: #d52424;
}

.flag.active-contingent-no-show {
    background: #0c78d7;
}

.flag.active-contingent-cts {
    background: #49aaff;
}

.short-sale.flag {
    background-color: #dec100;
}

.new-constructions.flag {
    background-color: #00d4da;
}

.new-listing.flag {
    background-color: #5938ea;
}

.rep_prop_details {
    font-size: 10px;
    margin-bottom: 0px;
}

.rep_prop_listed_by {
    font-size: 10px;
}

.rep_slider_item .price {
    margin-top: -20px;
    z-index: 100000;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.7) 100%);
    /* display: inline-block; */
    width: 100%;
    position: sticky;
    /* opacity: 0.6; */
    color: white;
    font-weight: bold;
}

.item.rep_slider_item {
    padding: 2px !important;
    border: solid 1px lightgrey;
}

.owl-carousel2 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel2 .checkbox {
    float: right;
    height: 30px !important;
    width: 20px !important;
    position: relative;
    bottom: 0;
}

.select2-container--default .select2-selection--single {
    border-radius: 2px !important;
    height: 34px !important;
}

.table-responsive {
    overflow: auto !important;
    /*Hident to auto change for scrollbar display  */
}

.listing_slider_checkbox {
    position: absolute;
    right: 0;
    top: 7px;
    width: 29px;
    height: 25px;
}

.customFullHeightBoxBtn {
    padding: 25px;
    width: 100%;
    font-size: 15px;
}

.dashboard-custom-box {
    width: auto;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.p-0 {
    padding: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.color-white {
    color: #FFF;
}

.gray {
    background-color: #eee;
}

.lightgreen {
    background: lightgreen !important;
}

.lightred {
    background: #FF4500 !important;
    color: white !important;
}

.darkgreen {
    background: darkgreen !important;
    color: white !important;
}

.messages .msg-img {
    height: 100%;
    display: block;
    float: left;
    position: relative;
}

.messages .msg-name {
    display: block;
    font-size: 14px;
    color: #707070;
    padding: 0 0 0 10px;
    margin: 0px;
    float: left;
}

.messages .msg-text {
    display: block;
    width: 210px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #a0a0a0;
    margin: 0px;
    float: left;
    padding: 0 0 0 10px;
}

.sf-flash {
    z-index: 99999 !important;
}

@media screen and (max-width: 767px) {
    .btn-group .btn {
        margin-bottom: 10px;
        border: 0 !important;
        border-radius: 4px !important;
        margin-right: 4px;
    }
}

.iframeloadingClass {
    position: absolute;
    z-index: 9999999;
    margin: auto;
    text-align: center;
    width: 100%;
    margin-top: 15%;
    font-size: 25px;
}

.page-inner-help-short-description {
    background: lightyellow;
    margin: 10px 0px 0px 0;
    border: solid 1px yellow;
    border-radius: 5px;
    padding: 5px !important;
    max-height: 50px;
    overflow: hidden;
}

.page-inner-help-short-description:hover {
    position: absolute;
    width: 100%;
    cursor: pointer;
    max-height: 500px !important;
}

.page-inner-help-short-description p {
    margin: 0;
    line-height: 20px;
}

.page-inner-help-short-description-danger {
    background: #f8d7da !important;
    margin: 10px 0px 0px 0;
    border: solid 1px #e9a8ae !important;
    border-radius: 5px;
    padding: 5px !important;
    max-height: 50px;
    overflow: hidden;
}

.btn.label-display {
    text-align: left;
    border-radius: 0;
    cursor: auto;
    padding: 5px 5px 0px 5px !important;
}

.btn.label-display span.tag.label {
    padding: .6em .6em .6em !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.file-input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.card_no {
    padding: 8px 15px 4px 60px !important;
    background-image: url(images.png) !important;
    background-position: 2px -121px, 260px -61px;
    background-size: 120px 361px, 120px 361px !important;
    background-repeat: no-repeat !important;

}

#card_no {
    background-image: url(images.png), url(images.png);
    background-position: 2px -121px, 260px -61px;
    background-size: 120px 361px, 120px 361px;
    background-repeat: no-repeat;
    padding-left: 54px;
}

.visa {
    background-position: 2px -163px, 260px -61px !important;
}

.visa_electron {
    background-position: 2px -205px, 260px -61px !important;
}

.mastercard {
    background-position: 2px -247px, 260px -61px !important;
}

.maestro {
    background-position: 2px -289px, 260px -61px !important;
}

.discover {
    background-position: 2px -331px, 260px -61px !important;
}

.valid.visa {
    background-position: 2px -163px, 260px -87px !important;
}

.valid.visa_electron {
    background-position: 2px -205px, 260px -87px !important;
}

.valid.mastercard {
    background-position: 2px -247px, 260px -87px !important;
}

.valid.maestro {
    background-position: 2px -289px, 260px -87px !important;
}

.valid.discover {
    background-position: 2px -331px, 260px -87px !important;
}

.valid.unionpay {
    background-position: 2px -331px, 260px -87px !important;
}

small.custom {
    width: inherit !important;
    min-width: 55px !important;
}

.paymentDates {
    /*margin-right: 75px;*/
    font-style: italic;
}

.contingencyDates {
    /*margin-right: 42px;*/
    /*float: right!important;*/
    font-style: italic;
}

.tm-dashboard-btn-box {
    border: 0;
    background: none;
}

#map {
    height: 100%;
}

/*Comment due to facing issue in billing item description field if needed do mentioned that required place parent class name ~ MD KATARIYA 27-03-2026*/
/*#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}*/

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 75px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

#pac-input:focus {
    border-color: #4d90fe;
}


#target {
    width: 345px;
}

.freedemoexpirationalert.xs-text-center .btn {
    padding: 5px 10px;
}

.freedemoexpirationalert.xs-text-center {
    color: white;
    position: fixed;
    bottom: 0;
    background: #414653;
    z-index: 999;
    text-align: center;
    font-size: 13px;
    width: auto;
    margin: 0 auto;
    display: inline-block;
    left: 40%;
    padding: 10px;
}

.signer-list-wrap {
    display: block;
    width: 100%;
    /*border: 1px solid #e0dfdf;*/
    padding: 15px;
    position: relative;
}

/*.custom-list{*/
/*display: list-item !important;*/
/*}*/
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.align-items-center {
    align-items: center !important;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.signer-title {
    background: #efefef;
    padding: 10px 15px;
    color: #656565;
    font-size: 12px;
    display: inline-block;
}

.add-sender-as-signer[disabled] {
    color: #656565;
}

.add-sender-as-signer {
    display: inline-block;
    width: auto;
    padding: 8px 15px;
    background: none;
    text-transform: capitalize;
    cursor: pointer;
    border: solid 1px #e9ecef;
    color: #1879ba;
}

.signerSortable {
    border: 2px solid #dce1e7;
    width: 100%;
    margin: 0;
    min-height: 225px;
    float: left;
    text-align: left;
    overflow-y: auto;
    padding: 2%;
}

.customDropdown {
    border: none !important;
    background: none !important;
}

.box-body {
    display: flex;
    width: 100%;
    text-align: center;
}

.box-wraper {
    width: 100%;
}

.box-body .box-wraper:last-child {
    margin-right: 0 !important;
}

.box-body .box-wraper {
    border: 1px solid #e0e0e0;
    margin-bottom: 2rem;
    /*min-height: 255px;*/
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    overflow: hidden;
    margin-right: 1.5rem;
}

.box-body .box-wraper .text-uppercase {
    margin: 0px
}

.existing-template.icon-img,
.upload-and-signers.icon-img,
.upload-and-apply-template.icon-img {
    background: url(./images/editor-icon.png);
    background-repeat: no-repeat;
    height: 172px;
    width: 172px;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.existing-template.icon-img {
    background-position: 0 0;
}

.upload-and-signers.icon-img {
    background-position: -203px 0;
}

.upload-and-apply-template.icon-img {
    background-position: -396px 0;
}

.box-wraper:hover .existing-template.icon-img {
    background-position: 0 -181px;
}

.box-wraper:hover .upload-and-signers.icon-img {
    background-position: -203px -181px;
}

.box-wraper:hover .upload-and-apply-template.icon-img {
    background-position: -396px -181px;
}

.documentUploadBtn input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer !important;
}

.box-wraper {
    cursor: pointer;
}


.header-checkbox input[type="checkbox"] {
    margin: 0 auto 0 !important;
    display: block;
}

.box-body .box-wraper .upload-content {
    background: #fff;
    padding: 11px 5px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box-wraper.active .upload-content {
    background: #1779b9;
    color: #fff;
    height: 100%;
}


.box-wraper.active {
    border-color: #1779b9;
}

.highlight {
    border-color: rgba(23, 121, 185, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.custom-document-detail li {
    display: inline-block;
    width: 100%;
}

.SubItemClass {
    display: block !important;
}

#carousel-example-generic3 .carousel-inner {
    overflow: auto;
    /*height: 460px;*/
}

#carousel-example-generic2 .carousel-inner {
    overflow: auto;
    height: 460px;
}

#carousel-example-generic .carousel-inner {
    overflow: auto;
    height: 460px;
}

.panel select {
    border: 1px solid #dce1e4;
}

#frmLogin .form-group {
    position: relative;
}

/*#frmLogin #toggle-password {
    position: absolute;
    right: 0.651rem;
    top: 0;
    color: #666666;
    width: 2.7897rem;
    text-align: center;
    line-height: 3rem !important;
    cursor: pointer;
}*/

.toggle-password {
    position: absolute;
    top: 27px;
    right: 30px;
}

#frmLogin .toggle-password {
    position: absolute;
    top: 7px;
    right: 20px;
}

.form-group label+div .toggle-password {
    position: absolute;
    top: 5px;
    right: 25px;
    font-size: 15px;
}


.justify-loader-text {
    padding-left: 30px;
    position: relative;
}

.justify-loader-text svg {
    position: absolute;
    left: 7px
}

/*.RequiredForToUseTemplate {*/
/*    border-left: solid 3px blue;*/
/*}*/


.sweet-alert .sa-button-container button {
    min-width: 75px;
}

.sitemap-urls .panel-body a {
    color: #337ab7 !important;
}

.sitemap-urls ul.list-unstyled li {
    padding: 5px 15px;
}

.d-inline-block {
    display: inline-block !important;
}

.sitemap-urls li a {
    max-width: 80%;
}

.sitemap-urls li .badge {
    height: 20px !important;
}

.PopupLoader,
#iframeDefaultModel .iframeModalLoader {
    position: absolute;
    left: 47%;
    top: 40%;
}

.PopupLoader {
    position: absolute;
    left: 47%;
    top: 50vh;
    z-index: 9999;
}

/*.SVGLoader {
    position: absolute;
    left: 47%;
}*/

.min-vh-100 {
    min-height: 100px;
}

.min-vh-200 {
    min-height: 200px;
}

.min-vh-500 {
    min-height: 500px;
}

.promocode-popup,
.remove-promocode-popup {
    font-size: inherit;
}

.promocode-popup-section {
    position: absolute;
    width: 250px;
}

.loading-theme-configuration {
    position: absolute;
    top: -27%;
    left: 41%;
    background: rgba(0, 0, 0, 0.1);
    padding: 17px;
    z-index: 999;
}

.billing-loading {
    position: absolute;
    top: -75px;
    left: 41%;
    background: rgba(0, 0, 0, 0.1);
    padding: 17px;
    z-index: 999;
}

/* Manoj Ahir ~> Team List Sub Table CSS*/
table.table.table-special .list-sub-table {
    margin: 0;
    background-color: transparent;
}

table.table.table-special .list-sub-table th,
table.table.table-special .list-sub-table td {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    font-size: 85%;
}

table.table.table-special .list-sub-table td h4 {
    margin: 0;
}

.select2-results__option {
    position: relative;
    border-bottom: 1px solid #eee;
}

strong.select2-results__group.inactive::before {
    content: "+";
    right: 3.5%;
}

strong.select2-results__group::before {
    content: "-";
    position: absolute;
    right: 4%;
    font-size: 20px;
    top: 3px;
    margin-right: 5px;
}

#frmStdForm .panel-default .panel-body .site-master-link {
    display: inline-block;
    color: #12afcb;
    outline: none !important;
    text-decoration: underline;
    /* outline-offset: 5px;*/
}

#frmStdForm .panel-default .panel-body .site-master-link a:hover {
    color: #12afcb;
    outline: none !important;
}

ul.active-working-area {
    padding: 0 15px 10px 15px;
    margin-bottom: 35px;
    list-style-type: square;
}

#frmStdForm .panel-default .panel-body a {
    display: block;
}

/*#frmStdForm .panel-default .panel-body a:hover {
    outline: 1px solid #eee !important;
}*/
.homeOurListingWidgetUnitSection .row>div:nth-child(4n+1),
.ListingGridUnitSection .row>div:nth-child(4n+1) {
    clear: both;
}

.site_theme_idSection a,
.ListingResultUnitSection a,
.ListingDetailUnitSection a {
    display: block;
    height: 278px;
    overflow: hidden;
    position: relative;
}

.site_theme_idSection a img,
.ListingResultUnitSection a img,
.ListingDetailUnitSection a img {
    object-fit: cover;
    width: 100%;
    transform: translateY(0);
    transition: 2s ease-out;
}

.site_theme_idSection a:hover img,
.ListingResultUnitSection a:hover img,
.ListingDetailUnitSection a:hover img {
    object-fit: cover;
    width: 100%;
    transform: translateY(calc(-100% + 250px));
    transition: 5s ease-out;
}

.predefined_seo_for_section_or_sub_section,
.predefined_seo_for_all_sections {
    background-color: #ecfff3;
}

.predefined_seo_for_field .content .col-md-9 span,
.predefined_seo_for_section_or_sub_section .content .col-md-9 span,
.predefined_seo_for_all_sections .content .col-md-9 span {
    cursor: pointer;
}

.image-popup .modal-body,
.progress-bar-modal .modal-body {
    background: white;
    padding-top: 0;
}

.predefined_seo_for_all_sections ul li.active,
.predefined_seo_for_section_or_sub_section ul li.active {
    font-weight: bold;
}

.predefined_seo_for_all_sections .panel-body,
.predefined_seo_for_section_or_sub_section .panel-body {
    padding: 10px !important;
}

.predefined_seo_for_all_sections .nav-tabs>li.active>a,
.predefined_seo_for_all_sections .nav-tabs>li.active>a:focus,
.predefined_seo_for_all_sections .nav-tabs>li.active>a:hover,
.predefined_seo_for_section_or_sub_section .nav-tabs>li.active>a,
.predefined_seo_for_section_or_sub_section .nav-tabs>li.active>a:focus,
.predefined_seo_for_section_or_sub_section .nav-tabs>li.active>a:hover {
    background-color: #fff !important;
}

.progress-bar-modal .progress {
    height: 20px !important;
}

.progress-bar-modal .progress-bar {
    background-color: #22baa0 !important;
    border-radius: 0 !important;
}

#loader {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.predefined_seo_for_field .readonly_span,
.predefined_seo_for_section_or_sub_section .readonly_span,
.predefined_seo_for_all_sections .readonly_span {
    pointer-events: none;
}

.login-box.panel .panel-heading {
    cursor: default;
}

/* Merge document list design */
#merge_document_list .connectedSortable {
    border: 1px solid #d9d9d9;
    background: #fafafa;
    padding: 5px 5px 5px 20px;
    margin: 0;
    list-style-position: outside;
}

#merge_document_list .connectedSortable li {
    background: #fff;
    border: 1px solid #f2b07b;
    border-radius: 3px;
    padding: 6px 10px;
    margin: 6px 0;
    line-height: 1.3;
    color: #2b2b2b;
}

#merge_document_list .connectedSortable li.ui-state-highlight {
    background: #fffdf9;
    border-color: #f2b07b;
}

.pdf_nav_disabled {
    pointer-events: none;
    opacity: 0.45;
    cursor: not-allowed !important;
}

.pdf_document_view_canvas {
    overflow: hidden !important;
}

.pdf_document_view_canvas .pdf_canvas_scroll {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pdf_document_view_canvas .pdf_canvas_scroll canvas {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.sub-doc-resend-form {
    margin: 8px 0 10px 0px;
}

.sub-doc-resend-form .stdForm {
    margin: 0;
}

.sub-doc-resend-form .help-block {
    margin-top: 6px;
}
