﻿body {
}
/***
Responsive Utils
***/
/*div Collapse Expand for File */
.div_CollapseExpand {
    display: none;
}

h3.fileHeader {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 34px;
}
/*---------DROP ZONE DRAGABLE--------------*/   
.dropzone .dz-preview {
    cursor: move;
    transition: transform 0.2s;
}

    .dropzone .dz-preview.dz-dragging {
        opacity: 0.6;
        transform: scale(1.05);
    }

    .dropzone .dz-preview .dz-details {
        cursor: move;
    }

/*---------------------------------DRAG THE IMAGES ----------------------------*/

.grid-list {
    margin-top: 20px;
}

.mix-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.mix {
    padding: 10px;
    width: 25%;
    box-sizing: border-box;
}

.mix-inner {
    background: white;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

    .mix-inner:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

.img-wrapper-1-1 {
    height: 152px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f2f5;
}

    .img-wrapper-1-1 img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

.mix-details {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    border-top: 1px solid #eaeaea;
}

    .mix-details h4 {
        margin: 0;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 60%;
    }

.mix-link {
    color: #7e8c9a;
    margin-left: 8px;
    font-size: 16px;
    transition: color 0.2s;
}

    .mix-link:hover {
        color: #3498db;
        text-decoration: none;
    }

.link-1:hover {
    color: #e74c3c;
}

.link-2:hover {
    color: #3498db;
}

.link-3:hover {
    color: #2ecc71;
}

.link-4:hover {
    color: #f39c12;
}

.link-5:hover {
    color: #9b59b6;
}

.thumb-detail {
    padding: 4px!important;
    text-align: center;
}

    .thumb-detail p {
        margin: 0;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* Sortable styles */
.sortable-ghost {
    opacity: 0.5;
}

.sortable-chosen {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.sortable-drag {
    opacity: 0.9;
    cursor: grabbing;
}

.grid-handle {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0,0,0,0.6);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: move;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}

.mix-inner:hover .grid-handle {
    opacity: 1;
}

.instructions {
    background: #e1f5fe;
    padding: 15px;
    border-radius: 6px;
    margin: 20px 0;
    font-size: 14px;
}

    .instructions h3 {
        margin-top: 0;
        color: #0288d1;
    }

.row-handle {
    cursor: move;
    color: #7f8c8d;
    padding: 0 5px;
    margin-right: 5px;
}

    .row-handle:hover {
        color: #3498db;
    }
/* Sortable styles */
.sortable-ghost {
    opacity: 0.5;
    background: #f0f7ff;
}

.sortable-chosen-row {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.sortable-drag-row {
    opacity: 0.9;
    cursor: grabbing;
    background: white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
/*---------------------------------DRAG THE IMAGES ----------------------------*/
@media (max-width: 570px) {
    #dashboardlogo {
        display: none;
    }

    #dashboardsmalllogo {
        display: block !important;
    }
}

.responsivebtnheader {
    margin-top: -10px;
    text-align: right;
}

.margin-bottom-2 {
    margin-bottom: 2px;
}

.margin-top-0 {
    /*margin-top:0px!important;*/
    margin-top: -5px !important;
}


    .margin-top-0 img {
        width: 32px;
        height: 32px;
    }

.page-sidebar .page-sidebar-menu li i img {
    width: 32px;
    height: 32px;
}

.portlet > .portlet-title > .caption {
    margin: 0 !important;
}

#Home a .icon-home {
    font-size: 26px;
}

.paveHome a .icon-home {
    color: #000 !important;
}

#dvPaveSidebarMenu .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, #dvPaveSidebarMenu .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, #dvPaveSidebarMenu .page-sidebar .page-sidebar-menu > li.active > a, #dvPaveSidebarMenu .page-sidebar .page-sidebar-menu > li.active.open > a {
    color: #000 !important;
}
/*Facility*/
@media (min-width:991px) and (max-width:1280px) {
    .margin_left_25 {
        margin-left: -30px !important;
    }
}

@media (min-width:1280px) {
    .margin_left_25 {
        margin-left: -25px !important;
    }

    .margin_left_50 {
        margin-left: -20px !important;
    }
}

@media (min-width:1920px) {
    .margin_left_50 {
        margin-left: -45px !important;
    }
}



@media (min-width:991px) and (max-width:1111px) {
    #position_sm {
        display: block !important;
    }

    #position_md {
        display: none !important;
    }
}

/*Grid show/hide column css*/
.ui-iggrid-featurechooser-list li, .touch .ui-iggrid-featurechooser-list.ui-menu li {
    float: none !important;
    max-width: 100% !important;
    height: 30px !important;
    padding: 5px !important;
}

.ui-iggrid-featurechooser-dropdown-dialog ul li {
    display: block !important;
}
/*End*/


#grid1_container {
    overflow-x: scroll !important;
    width: 100% !important;
    /*border: 1px solid #406890;*/
}

#grid1 {
    table-layout: auto !important;
    /*width: 1052px !important;*/
    max-width: none !important;
}

.ui-iggrid-pagelist {
    height: 35px !important;
}

#grid1 thead tr .ui-iggrid-editor {
    position: absolute !important;
}
/*#grid1 thead tr .ui-iggrid-editor {
    position: relative !important;
}*/

.ui-iggrid-editingcell {
    padding-top: 10px !important;
}


.ui-state-error {
    margin-left: 0px !important;
    height: auto !important;
    width: auto !important;
}
/*Report*/
.margin-top-bottom-2 {
    margin: 2px 0px;
}

/*Print Report*/
.print_Logo {
    width: 20%;
    margin-bottom: -70px;
}

.print_title {
    color: #A88C5E;
    width: 80%;
    text-align: center;
    margin-left: 100px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}


@media (min-width: 981px) {

    /*Section Width and Height */
    #lblwidth {
        width: 10% !important;
        padding-left: 2% !important;
    }

    #dvheight, #dvlength {
        width: 20% !important;
        padding-right: 0px !important;
    }

    #dvwidth {
        width: 20% !important;
        padding-left: 0px !important;
    }


    /*Window,Door,Opening,Architecture,Survey Width and Height */
    #dvwidthft {
        width: 18% !important;
        padding-right: 0px !important;
    }

    #lblheightft {
        width: 14% !important;
        /*padding-left: 2% !important;*/
        padding-left: 0px !important;
        padding-right: 1% !important;
    }

    #dvheightft {
        width: 18% !important;
        padding-left: 0px !important;
    }

    /*Sealant Width and Depth*/
    #dvwidths {
        width: 18% !important;
        padding-right: 0px !important;
    }

        #dvwidths #Widths {
            padding-left: 2px !important;
            padding-right: 0px !important;
        }

    #lblDepths {
        width: 14% !important;
        padding-left: 1% !important;
    }

    #dvDepths {
        width: 18% !important;
        padding-left: 0px !important;
    }

        #dvDepths #Depths {
            padding-left: 2px !important;
            padding-right: 0px !important;
        }

    /*Control Joints Width and Depth*/
    #dvCWidths {
        width: 18% !important;
        padding-right: 0px !important;
    }

        #dvCWidths #CWidths {
            padding-left: 2px !important;
            padding-right: 0px !important;
        }

    #lblCDepths {
        width: 14% !important;
        padding-left: 1% !important;
    }

    #dvCDepths {
        width: 18% !important;
        padding-left: 0px !important;
    }

        #dvCDepths #CDepths {
            padding-left: 2px !important;
            padding-right: 0px !important;
        }

    /*Inspection,Survey Date*/
    #dvStartDate {
        width: 18% !important;
        padding-right: 0px !important;
    }

        #dvStartDate #StartDate {
            padding-left: 2px !important;
            padding-right: 0px !important;
        }

    #lblEndDate {
        width: 14% !important;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    #dvEndDate {
        width: 18% !important;
        padding-left: 0px !important;
    }

        #dvEndDate #EndDate {
            padding-left: 2px !important;
            padding-right: 0px !important;
        }

    /*Warranty Date */
    #dvIssueDate {
        width: 18% !important;
        padding-right: 0px !important;
    }

        #dvIssueDate #IssueDate {
            padding-left: 2px !important;
            padding-right: 0px !important;
        }

    #lblExpiryDate {
        width: 14% !important;
        text-align: center;
        padding-top: 0px;
    }

    #dvExpiryDate {
        width: 18% !important;
        padding-left: 0px !important;
    }

        #dvExpiryDate #ExpiryDate {
            padding-left: 2px !important;
            padding-right: 0px !important;
        }
}

/*Facility*/
@media (min-width: 981px) {
    #lblAboveGrade {
        padding-left: 0px !important;
    }

    .padding_right_0 {
        padding-right: 0px !important;
    }

    .padding_left_10 {
        padding-left: 10%;
    }
}



/*Login Page*/
.login .content {
    height: auto;
    float: right;
}

    .login .content h3, .login .content h4, .login .copyright, .login .content p, .login .content label {
        color: black;
    }

.backstretch img {
    top: 0px !important;
    height: auto !important;
}

.login .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}



@media (max-width: 360px) {
    .login .logo {
        margin-top: 10px;
    }

    .login .content {
        padding: 30px;
        width: 222px;
        height: auto;
        float: none;
    }

        .login .content h3 {
            font-size: 22px;
        }

    .login .checkbox {
        font-size: 13px;
    }
}


@media (min-width: 361px) and (max-width: 480px) {
    .login .logo {
        margin-top: 10px;
    }

    .login .content {
        padding: 30px;
        width: 260px;
        height: auto;
        float: none;
    }

        .login .content h3 {
            font-size: 22px;
        }

    .login .checkbox {
        font-size: 13px;
    }
}

/*@media (min-width: 481px) and (max-width: 768px) {
    .login .content {
        height: auto;
        left: 25%;
    }
}*/

/*set page breaker width*/
@media print {
    .table-page-breaker table {
        page-break-after: auto !important;
        page-break-inside: auto !important;
        width: 100% !important;
        font-size: 16px !important;
    }
}

/*useraccount tree*/
#longtree .modal-body {
    padding: 10px 20px !important;
}

/*Warranties, Inspections and Surveys Company Url */
.portlet-body .companyurl {
    vertical-align: middle !important;
}



.fileCountText {
    font-size: 12px !important;
}

.form .form-actions.fluid {
    padding: 10px 0 !important;
}

.form .form-actions {
    margin-top: 0px !important;
}

div.blockUI.blockMsg.blockPage, #dvGridBind div.blockMsg {
    width: 13% !important;
    left: 43% !important;
}

    div.blockUI.blockMsg.blockPage h2, #dvGridBind div.blockMsg h2 {
        font-size: 20px !important;
    }

        div.blockUI.blockMsg.blockPage h2 img, #dvGridBind div.blockMsg h2 img {
            width: 35px !important;
        }


.portlet.box > .portlet-title > .tools > a.collapse {
    background-image: none !important;
    color: #000;
}


    .portlet.box > .portlet-title > .tools > a.collapse:before {
        background-image: none !important;
        color: #000;
        content: "\2212";
    }

.portlet.box > .portlet-title > .tools > a.expand {
    background-image: none !important;
    color: #000;
}


portlet.box > .portlet-title > .tools > a.expand:before {
    background-image: none !important;
    color: #000;
    content: "\2b";
}


a.collapse:hover, a.collapse:focus {
    text-decoration: none !important;
}

a.expand:hover, a.expand:focus {
    text-decoration: none !important;
}


.mcafeefooterlogo {
    display: inline-block;
    position: relative;
    bottom: 4px;
    left: 5px;
    right: 5px;
}

    .mcafeefooterlogo img {
        margin-right: 5px;
    }

#ChangeOtherCompanyLogoModal .modal-dialog {
    background-color: #fff;
}

.dvAssetSummaryContentInner {
    height: 440px;
}

@media all and (min-width: 992px) {
    .page-sidebar-closed .page-sidebar {
        width: 50px !important;
    }

        .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed {
            width: 50px !important;
        }

            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li.sidebar-toggler-wrapper .sidebar-toggler {
                margin-right: 10px;
            }
}

.page-sidebar .page-sidebar-menu > li > a > [class^="icon-"], .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > [class^="icon-"] {
    top: 5px !important;
}

@media all and (min-width: 768px) {
    .dvAssetSummaryContentInner {
        height: 100% !important;
    }
}

.copyright-text {
    padding-left: 70px !important;
}

/*For support Inquery*/
#chat-content {
    position: fixed;
    bottom: 12px;
    left: 0 !important;
    z-index: 2;
}

    #chat-content img {
        position: absolute;
        bottom: -10px;
        left: 250px !important;
    }

        #chat-content img:hover {
            -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
            filter: grayscale(100%);
            cursor: pointer;
        }


.unread-notification {
    background-color: #e1e1e1 !important;
}




.block-with-text {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    /*max-width: 400px;*/
    max-height: 55px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    /*font-size: 26px;*/
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prevue-wrapper {
    display: block;
}

.prevue-btn {
    top: 0px;
}

.input-icon .form-control {
    padding-left: 33px;
}

#session-expiring-modal .modal-body {
    padding-bottom: 0px !important;
}

    #session-expiring-modal .modal-body p {
        margin-bottom: 20px !important;
    }

.fancybox-toolbar {
    right: 48% !important;
    top: 0;
}

button#fancy_print {
    top: 0px;
}

.magnify-modal {
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
    z-index: 99999 !important;
}

.magnify-header .magnify-toolbar {
    background-color: rgba(0, 0, 0, .5);
}

.magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
}

.magnify-footer {
    bottom: 10px;
}

    .magnify-footer .magnify-toolbar {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 5px;
    }

.magnify-loader {
    background-color: transparent;
}

/*.magnify-header,
.magnify-footer {
    pointer-events: none;
}

.magnify-button {
    pointer-events: auto;
}*/


.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-bold {
    font-weight: bold !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.firstimage, .secondimage, .thirdimage {
    max-width: 100%;
    max-height: 100%;
    /*width: 300px;
    height: 300px;*/
}

.firstimage-size, .secondimage-size, .thirdimage-size {
    max-width: 100%;
    max-height: 100%;
}

.firstimagedescription, .secondimagedescription, .thirdimagedescription {
    /*width:370px;*/
    margin: 0 auto;
}

.capture-google-map {
    direction: ltr;
    overflow: hidden;
    text-align: center;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    user-select: none;
    font-size: 18px !important;
    background-color: rgb(255, 255, 255);
    padding: 0px 17px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    min-width: 66px;
    border-left: 0px;
}

.btn-circle {
    /*width: 45px;
    height: 45px;
    border-radius: 25px !important;*/
    cursor: pointer;
    margin: 5px;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    border: 1px solid #6d6d6d;
    border-color: #6d6d6d;
}

    .btn-circle:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .btn-circle:before {
        speak: none;
        font-size: 48px;
        line-height: 90px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: block;
        -webkit-font-smoothing: antialiased;
    }

    .btn-circle.effect-circle:after {
        top: -7px;
        left: -7px;
        padding: 7px;
        box-shadow: inset 0 0 10px 8px #6d6d6d;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        -webkit-transform: scale(.8);
        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transition: transform 0.2s, opacity 0.2s;
        transform: scale(.8);
        opacity: 0;
    }
    /*.btn-circle.effect-circle.sub-b:hover {
    background: rgba(255, 255, 255, 1);
    color: #000;
}*/
    .btn-circle.effect-circle.sub-b:hover i {
        color: #000;
    }

    .btn-circle.effect-circle.sub-b:after {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .btn-circle.effect-circle.sub-b:hover:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.btn-primary i {
    color: #fff !important;
}
/*.btn-primary i:hover{
    color: #000 !important;
}*/

.panel-title > a, .panel-title > a:active {
    display: block;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}


.img-carousel {
    height: auto;
    width: auto !important;
    display: inline;
    max-height: 150px;
    max-width: 257px;
}

.timeline-body-effect {
    cursor: pointer;
    transition: all 250ms;
    right: 0px;
}

    .timeline-body-effect:hover {
        right: 7px;
    }


.gm-style > div:nth-child(10) > div > div {
    bottom: 15px;
}

select.select-dropdown-tooltip option:hover {
    background: #cecece !important;
}

select.select-dropdown-tooltip {
    overflow-y: auto;
    /*z-index: 2;*/
}

.default-tooltip-list-page-padding-top {
    padding-top: 5px;
}

/*select#SegmentID, select#ClientID, select#FacilityID, select#SectionID {*/
select.default-tooltip {
    position: absolute;
    /*width: 89%;*/
}

.clone-modal .default-tooltip {
    position: absolute;
    width: 92% !important;
}

.report-facility-modal .default-tooltip {
    position: absolute;
    width: 91% !important;
}

#section-clone-modal .default-tooltip {
    position: absolute;
    width: 91% !important;
}

.DropdownTooltipWrapper {
    z-index: 99999;
}

.FCRImageConfigurationOptions .radio-inline, .FCRImageConfigurationOptions .checkbox-inline {
    padding-left: 0px;
}

.gritter-item-wrapper {
    padding-top: 23px !important;
}

.gritter-close {
    margin-top: 20px !important;
}

.refreshDirectoryAndGridFile {
    float: right;
    color: rgb(7, 118, 251) !important;
    text-decoration: none !important;
    ;
}

    .refreshDirectoryAndGridFile .glyphicon {
        font-size: 12px !important;
    }

.cropping-recommendation {
    display: block;
    margin: 8px 0;
    font-weight: bold;
}

.gmnoprint.gm-bundled-control {
    right: 40px !important;
}

.img-wrapper-1-1 {
    width: 100%;
    /*padding-top: 100%;*/ /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
    border: 1px solid #ddd;
    margin: 0 auto;
}

    .img-wrapper-1-1 img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        max-width: 100%;
        max-height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


/*14Sep2020*/
.portlet.box, .portlet-title, .panel-heading {
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.portlet.box, .portlet-body {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.fixed-side-modal {
    position: fixed !important;
    top: -1px !important;
    right: -1px !important;
    left: auto !important;
    overflow: hidden !important;
    width: fit-content;
}

    .fixed-side-modal .modal-dialog {
        margin: 0px !important;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .fixed-side-modal .modal-content {
        background-clip: unset !important;
        overflow-x: hidden;
        width: 100%;
    }

.modal-backdrop.in {
    opacity: 0.9 !important;
}


.fixed-side-modal .BlockMsgCss {
    height: calc(100vh - 146px) !important;
    width: inherit !important;
    left: inherit !important;
}

.fixed-side-modal .blockOverlay {
    background-color: initial !important;
}

.fixed-side-modal .blockElement h2 {
    margin: 35% 0 !important;
}

.fixed-side-modal .modal-footer {
    margin-top: 0px !important;
}

.thumbnail-outter-box {
    transition: transform .2s;
}

    .thumbnail-outter-box:hover {
        box-shadow: 0px 0px 5px 1px #ccc;
        transform: scale(1.01);
    }

#dvCopyDetailRecords {
    height: auto;
    overflow-y: auto;
    overflow: auto;
    min-height: 50px;
    max-height: 200px;
}

.d-block {
    display: block;
}

.mb-10 {
    margin-bottom: 10px;
}

.p-0 {
    padding: 0px;
}


.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.custom-box {
    padding: 10px 10px;
    text-align: center;
    /*border: 1px solid #434343;*/
    border-radius: 5px !important;
    height: 65px !important;
    border: 1px solid black;
    border-radius: 10px !important;
    padding-bottom: 15px !important;
}

    /*.custom-box:hover {
        box-shadow: 0px 0px 3px #434343;
    }*/

    .custom-box label {
        /*font-size: 18px;*/
        margin: 0;
        color: #000;
        overflow-wrap: break-word;
        width: 100%;
    }

    .custom-box i {
        font-size: 40px;
        position: relative;
        left: 0;
        top: 0px;
        color: #000;
    }

    .custom-box label span {
        font-size: 16px;
        margin: 0;
        color: #000;
    }

    .custom-box .sub-title {
        font-size: 13px;
        text-align: left !important;
    }
/*marker INFO WINDOW CLOSE ICON*/
.gm-ui-hover-effect {
    margin: 10px 6px 0px 0px !important;
    /*top:-8px !important;*/
}

.capture-markerinfo-arrow-hide .gm-ui-hover-effect {
    visibility: hidden;
}

.capture-markerinfo-arrow-hide:hover .gm-ui-hover-effect {
    visibility: visible !important;
    top: -12px !important;
    right: -10px !important;
    background: #ada7a7 !important;
    border: 1px solid #000 !important;
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    border-radius: 30px !important;
    opacity: 1;
    margin: 0px 0px !important;
}

/*THIS IS PORTION FOR MULTIPLE FILE DRAG AND DROP COMMON PURPOSE*/

a.custom-browserlink:link {
    text-decoration: underline;
}

.dz-button {
    width: 100% !important;
    height: 120px !important;
}

.dz-progress {
    /* progress bar covers file name */
    display: none !important;
}

.dz-size {
    display: none !important;
}

.dropzone .dz-preview .dz-image {
    width: 185px !important;
    height: 185px !important;
    border: 1px solid #ccc;
}

    .dropzone .dz-preview .dz-image img {
        width: 100% !important;
        height: 100% !important;
    }

.dropzone .dz-filename {
    width: 185px !important;
    min-width: unset !important;
    /*width: 100% !important;*/
}

.dropzone .dz-preview .dz-details {
    background: #636262 !important;
    text-align: center !important;
    color: #fff !important;
    padding: 0px !important;
    width: 185px !important;
    min-width: unset !important;
    /*z-index:9999 !important;*/
    height: 185px !important;
}

    .dropzone .dz-preview .dz-details .dz-filename {
        padding: 40px 0px 0px 0px !important;
    }

        .dropzone .dz-preview .dz-details .dz-filename span {
            background: none !important;
            border: none !important;
        }

        .dropzone .dz-preview .dz-details .dz-filename:hover span {
            background: none !important;
            border: none !important;
        }

.dz-details {
    height: 100% !important;
}

/*.dropzone .dz-preview .dz-details .mix-details-action-button{
        position:absolute !important;
    }*/

.dropzone .dz-preview .dz-details .mix-details-action-button a.mix-link {
    color: white !important;
    display: block;
    cursor: pointer;
    margin-top: 10px;
    position: absolute;
    padding: 9px 8px;
    background: #373737;
}

.dropzone {
    border: 2px dashed #0087F7 !important;
}

.image-name {
    font-weight: bold;
    text-align: center;
    padding: 5px;
    width: 185px !important;
    word-wrap: break-word;
}

.dropzone .dz-preview .dz-details:hover > .modal.in {
    background: #636262 !important;
    text-align: center !important;
    color: #fff !important;
    padding: 0px !important;
    width: 185px !important;
    min-width: unset !important;
    /*z-index:9999 !important;*/
    height: 185px !important;
}

.popover-info-datacontent {
    color: black;
}

/*.form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}*/

.popover-title {
    color: black !important;
}

.pdf-box {
    padding: 45px 45px;
    border: 1px solid #ccc;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 955px;
    }
}

.dropzone .popover {
    width: 270px !important;
    max-width: 270px !important;
    margin-left: -95px;
}

.dropzone .popover-content p {
    /*word-break: break-word;*/
    word-break: break-all;
}

.dropzone .popover.bottom > .arrow {
    left: 86% !important;
}

.popover-info-datacontent .form-body {
    padding: 0px !important;
}

.popover-info-datacontent .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.dz-details i {
    color: white !important;
    /* color: black !important; */
}

.mix-details i {
    color: white !important;
}
/*END THIS IS PORTION FOR MULTIPLE FILE DRAG AND DROP COMMON PURPOSE*/

/* ---- GOOGLE MAP ZOOMING SCROLL BAR*/
#dvSliderProgressBar .ui-slider-horizontal, #dvSliderProgressBar .ui-slider-handle {
    height: 1.5em !important;
}

#dvSliderProgressBar .ui-state-default, #dvSliderProgressBar .ui-widget-content .ui-state-default, #dvSliderProgressBar .ui-widget-header .ui-state-default {
    background-color: #636262 !important;
}

#dvSliderProgressBar .ui-slider-range .ui-widget-header {
    background: #636262 !important;
}

#dvSliderProgressBar .ui-slider .ui-slider-range {
    background: #636262 !important;
}

#dvSliderProgressBar .ui-slider-handle.ui-state-hover {
    border: 1px solid #fff !important;
}


#dvSliderProgressBar .ui-widget-header {
    border-bottom: none !important;
    background-color: #636262 !important;
}

.gmnoprint:not(.gm-bundled-control-on-bottom) {
    padding-bottom: 10px !important;
}

.gm-style-cc {
    display: none;
}

/*---- END  GOOGLE MAP ZOOMING SCROLL BAR*/

.waring-total-marker-available {
    color: #a94442 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
    padding: 5px !important;
    vertical-align: middle;
    margin-left: 5px;
}

/* ---- SELECT DROPDOWN COUNT SHOW ON OPTION HOVER VALIDATION MESSAGE PURPOSE -------*/
select.select-dropdown-tooltip option:hover {
    background: #cecece !important;
}

select.select-dropdown-tooltip {
    overflow-y: auto;
    /*z-index: 2;*/
}

select#SegmentID, select#ClientID, select#FacilityID, select#SectionID {
    position: absolute;
}

/* ------- PAVE */
/*.default-tooltip + div {
    padding-top: 34px;
}*/
/* -------END PAVE */

/* ------- ROOF */

.default-tooltip + span.help-block:not(empty) {
    padding-top: 30px;
}

.default-tooltip + span.help-block:empty {
    padding-top: 26px;
}
/* -------END ROOF */

/* ---- END SELECT DROPDOWN COUNT SHOW ON OPTION HOVER VALIDATION MESSAGE PURPOSE -------*/

.lbl-goto-index-list-page {
    text-decoration: underline;
    cursor: pointer;
}

.p-remove-margin-bottom-froalaeditor {
    margin: 0 0 -5px !important;
}

.p-add-margin-bottom-froalaeditor {
    margin: 0 0 10px !important;
}

/* DEFAULT FONT FAMILIY - COLOR - SIZE Froala editor*/
.fr-box.fr-basic .fr-element:not(#tblAddFieldsCoverLetter) {
    font-family: "Arial" !important;
    font-size: 20px !important;
    color: #000000 !important;
}

/*start froala editor*/
#ui-datepicker-div {
    z-index: 2 !important;
}

/*FCR - FACILITY INFORMATION TAB*/
.dragdrop .wsc-badge__wrapper.wsc-element.wsc--border-box {
    display: none !important;
}

#frmMergeUploadFile .wsc-badge__wrapper.wsc-element.wsc--border-box,
#frmUploadFile .wsc-badge__wrapper.wsc-element.wsc--border-box {
    display: none !important;
}
/* END FCR - FACILITY INFORMATION TAB*/

.wsc-badge__wrapper.wsc-element.wsc--border-box {
    position: unset !important;
}

.wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove {
    top: -34px !important;
    left: 10px !important;
    padding-bottom: 10px;
}

.modal .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove {
    top: -132px !important;
    left: 10px !important;
    padding-bottom: 10px;
}
/*SPELL CHECKER ICON NOT SHOW IN MODAL*/
.modal .froalaeditor-parent-class div.fr-wrapper {
    /*overflow: unset;*/
}
/* END SPELL CHECKER ICON NOT SHOW IN MODAL*/

#recommendationsViewNotesmodal .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove,
#workHistoryViewNotesmodal .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove {
    top: -34px !important;
}

#RoofSystemComponentModalPopup .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove,
#PaveSystemComponentModalPopup .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove,
#WallSystemComponentModalPopup .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove {
    top: -34px !important;
}


#smartTextMainViewNotesModal.modal-mini-max-functionality .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove {
    top: -82px !important;
}

#dvComponentDetailPanel .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove,
#addEditFormBody .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove,
#noteComponentModel .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove,
#VTEditNoteComponent .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove,
#smartTextAddNotesModal .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove,
#smartTextToolViewNotesModal .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove,
#smartTextMainViewNotesModal:not(.modal-mini-max-functionality) .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove {
    top: -34px !important;
}

.froalaeditor-parent-class .fr-more-toolbar.position-relative.fr-expanded {
    z-index: 1 !important;
}

#chat-model .wsc-badge__label-button {
    display: none !important;
}

#dvPreparedForFinal .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove,
#dvPreparedByFinal .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove {
    top: -38px !important;
}

.reply-froalaeditor .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove {
    top: -40px !important;
}

#dvPreparedForFinal .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove,
#dvPreparedByFinal .wsc-badge.wsc-badgewrapper__badge.wsc-badge--animationMove {
    top: -38px !important;
}

.fr-btn-grp.fr-float-left:first-child {
    padding-left: 25px;
}

/* floara editor manage image -> Delete option hide */
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
    display: none !important;
}

/* START NEW CHANGES 21-Sep-22*/
.froalaeditor-parent-class .wsc-badge--small:not(:hover):not(.wsc-badge--focused) {
    min-width: 20px !important;
    min-height: 20px !important;
}

    .froalaeditor-parent-class .wsc-badge--small:not(:hover):not(.wsc-badge--focused) .wsc-badge__label-button {
        min-width: 20px !important;
        min-height: 20px !important;
    }

.froalaeditor-parent-class .wsc-badge--error .wsc-badge__label-button {
    background-color: #ff974d !important;
}

.froalaeditor-parent-class .wsc-badge__list {
    top: 9px !important;
    right: -10px !important;
}

.froalaeditor-parent-class .wsc-button:hover {
    top: 0px !important;
    left: 0px !important;
}

.froalaeditor-parent-class .wsc-badge__label-button {
    margin-top: 11px !important;
    margin-left: 14px !important;
    background-color: #ff974d !important;
}

.froalaeditor-parent-class .wsc-badge--small:not(:hover):not(.wsc-badge--focused) .wsc-badge__label-icon {
    display: none !important;
}

.froalaeditor-parent-class .wsc-badge--small:not(:hover):not(.wsc-badge--focused) .wsc-badge__label-button .wsc-button__text {
    display: block !important;
}

.froalaeditor-parent-class .fr-toolbar .fr-btn-grp {
    margin: 0 10px 0 10px !important;
}
/* START Facility Detail - FacilityNotes*/
.txt-facility-notes .fr-btn-grp.fr-float-left:first-child {
    padding-left: 20px;
}


.txt-facility-notes .froalaeditor-parent-class .fr-toolbar .fr-btn-grp {
    margin: 0 4px 0 4px !important;
}
/* END Facility Detail - FacilityNotes*/

/* END NEW CHANGES 21-Sep-22*/
/*end froala editor*/

.padding-left-right-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.map-modal .modal-footer {
    padding: 19px 0px 0px 0px !important;
    border-top: 0px !important;
}

.map-modal .modal-footer-text-align-left {
    text-align: left !important;
}

.impersonate {
    padding: 5px 14px;
    display: block;
    border: 2px solid #d64635;
    color: #ffffff;
    margin-top: 5px;
    margin-right: 10px;
     font-weight: 600 !important;
    font-size: 12px !important;
    /*opacity: 0.8;*/
    /*animation: blink_me .5s step-end infinite alternate;*/
}

.impersonate-roofassets-color {
    border: 2px solid #2866a4;
    color: #000;
    /*opacity: 0.6;*/
}

.impersonate-wallassets-color {
    border: 2px solid #7d6437;
    color: black !important;
    /*font-size: 14px !important;*/
    font-weight: 500 !important;
    /*font-family: "Open Sans", sans-serif !important;*/
    /*opacity: 0.7;*/
}

.impersonate-paveassets-color {
    border: 2px solid #3fd5c0;
    color: #555555 !important;
    font-weight: 600 !important;
    /*opacity: 0.6;*/
}

.impersonate-vtassets-color {
    border: 2px solid #ED7F07;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    /*opacity: 0.6;*/
}

@-webkit-keyframes blink_me {
    50% {
        -webkit-border-color: red;
        border-color: red;
    }
}

@keyframes blink_me {
    50% {
        border-color: #ff0000;
    }
}

.dz-error-message-custom {
    color: #a94442 !important;
    font-weight: bold !important;
}

.file-formate-support-list {
    padding-top: 10px;
    display: -webkit-inline-box;
}

/* SELECT PICKER + SEARCH CSS */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: #fff !important;
}

.open .btn-default.dropdown-toggle {
    background-color: #fff;
}

.has-error .bootstrap-select .btn {
    border-color: #a94442;
}
/* END SELECT PICKER + SEARCH CSS */

#dvTypes .checkbox-inline, #dvCopyDetailRecords .checkbox-inline, #dvDirectoryAttachFiles .checkbox-inline {
    padding-left: 0px !important;
}

/*START SMART text EDITOR*/
#dvSmartTextDirectoryWrapper {
    border: 1px solid #ccc;
    overflow-y: hidden;
    overflow-x: auto;
}

#dvSmartTextNoteMainWrapper {
    overflow-y: inherit !important;
    overflow-x: inherit !important;
}

@media (min-width: 768px) {
    
    .modal-smarttext .modal-dialog {
        width: 1050px;
    }

    .modal-smarttext.fixed-side-modal-st .modal-dialog {
        width: 100%;
    }

    .modal-smarttext.min .modal-dialog {
        width: 250px;
        left: 0px !important;
        top: 0px !important;
    }
}

/*.modal-smarttext.fixed-side-modal #dvSmartTextNote {
	max-width: 600px;
}*/
.modal-smarttext.fixed-side-modal-st #dvTxtAssetAreaNote {
    max-width: 770px;
}

/*.modal-smarttext.fixed-side-modal-st {
    left: 0px !important;
}*/

.actions-bottom {
    float: right;
    padding-top: 15px;
    padding-right: 30px;
}

.btn-group-Width-200px {
    width: 200px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

#smartTextMainViewNotesModal #dvActionBottom {
    display: inline-block;
    padding-right: 20px;
}

.dvNoSmartText-col-md-12 {
    display: table;
    width: 550px;
}

.modal .dvNoSmartText-col-md-12 {
    display: table;
    width: 400px;
}

#dvDirectorySmartTextWrapper {
    padding-right: 30px;
}

#dvNoSmartTextExists, #dvSmartTextExists, #dvExpandSmartTextTree {
    margin: auto;
    padding: 10px;
    padding: 10px 10px 10px 50px;
}

.modal #dvNoSmartTextExists, .modal #dvSmartTextExists, .modal #dvExpandSmartTextTree {
    margin: auto;
    padding: 10px;
    padding-left: 10%;
    width: auto !important;
}

#dvNoSmartTextExists #noSmartTextExistMessageContainer, #dvSmartTextExists #smartTextExistMessageContainer, #dvExpandSmartTextTree #expandSmartTextTreeMessageContainer {
    display: table-cell;
    border: 1px solid #ccc;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}

.modal-mini-max-functionality {
    z-index: 9999 !important;
}

.fixed-side-modal-st.modal-mini-max-functionality:not(div.min) {
    height: fit-content;
    min-width: 1050px;
}

.dv-minmax-view-smart-text-modal, .dv-minmax-add-smart-text-modal {
    position: fixed;
    bottom: 12px;
    right: 0 !important;
    z-index: 9999;
}

    .dv-minmax-view-smart-text-modal .min, .dv-minmax-add-smart-text-modal .min {
        z-index: 10055;
        position: unset !important;
        bottom: -10px;
        left: 250px !important;
        width: 250px !important;
    }

.fixed-side-modal-st.modal-mini-max-functionality .modal-content {
    overflow: hidden;
}

.btn-maximize {
    float: right;
    border: 0px !important;
    background-color: transparent;
    margin-right: 5px;
}

.btn-minimize-maximize {
    float: right;
    border: 0px !important;
    background-color: transparent;
    color: #c3b8b8;
}

    .btn-minimize-maximize .fa-plus {
        color: #7d9dbe;
    }

.min {
    width: 250px;
    height: 35px;
    overflow: hidden !important;
    padding: 0px !important;
    margin: 0px 0px 0px 0px;
    float: right;
    position: static !important;
    border: 1px solid black;
    transition: 1s ease-in-out;
    cursor: auto;
}


.modal-smarttext .modal-header .close {
    margin-top: 5px !important;
}

.min .modal-dialog, .min .modal-content {
    height: 100%;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow: hidden;
}

.min .modal-header {
    height: 100%;
    width: 100%;
    margin: 0px !important;
    padding: 3px 5px !important;
    background-color: #9cc4ed !important;
}

.modal-header .btnGrp {
    position: absolute;
    top: 8px;
    right: 10px;
}

.display-none {
    display: none;
}

.min button .fa {
    font-size: 16px;
    margin-left: 10px;
}

.min .fa {
    font-size: 14px;
}

.min .menuTab {
    display: none;
}

.min button:focus {
    outline: none;
}

.second-modal-minimize-bottom {
    right: 250px !important;
    width: 250px !important;
}

/*START FULL SCREEN MODAL*/

.fullscreen-modal {
    width: 100vw !important;
    height: 100vh;
    position: fixed;
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    /*transition: 1s ease-in-out;
  cursor: auto;*/
    z-index: 0;
}

    .fullscreen-modal .modal-dialog {
        width: 100% !important;
        height: 100% !important;
    }

    .fullscreen-modal .modal-body {
        height: calc(100vh - 130px) !important;
    }

    .fullscreen-modal .modal-content {
        height: 100%;
    }

.modal-smarttext.fixed-side-modal-st:not(.fullscreen-modal) #dvSmartTextNote {
    max-width: 670px;
}

.fullscreen-modal-smarttext-directory-container, .fullscreen-modal-pagelevel-ddlgroupddltype-left {
    width: 15.33333333%;
}

.fullscreen-modal-page-level-smarttext-rightarea, .fullscreen-modal-pagelevel-ddlgroupddltype-right {
    width: 84.66666666%;
}

.fixed-side-modal-st {
    position: fixed !important;
    top: -1px;
    right: -1px;
    left: auto;
    overflow: hidden !important;
    width: fit-content;
}

    .fixed-side-modal-st .modal-dialog {
        margin: 0px !important;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .fixed-side-modal-st .modal-content {
        background-clip: unset !important;
        width: 100%;
    }

    .fixed-side-modal-st .BlockMsgCss {
        height: calc(100vh - 146px) !important;
        width: inherit !important;
        left: inherit !important;
    }

    .fixed-side-modal-st .blockOverlay {
        background-color: initial !important;
    }

    .fixed-side-modal-st .blockElement h2 {
        margin: 35% 0 !important;
    }

    .fixed-side-modal-st .modal-footer {
        margin-top: 0px !important;
    }

    .fixed-side-modal-st .fullscreen-modal.modal-content {
        height: 100%;
    }

.modal-smarttext .jstree-default .jstree-icon {
    background-position: -100px -4px;
}

#smartTextMainViewNotesModal #smarttext-directory-tree {
    max-height: calc(100vh - 220px) !important;
    overflow-y: auto;
    padding-bottom: 10px;
}

.saveas-smarttext-ddldefectassetdetailid, .smarttext-ddldefectassetdetailid {
    max-width: 220px;
}

/*======================== Live Applied ================= */

.view-smarttext-froalaeditor-maxheight-overflow-chrome {
    overflow: auto !important;
    max-height: calc(100vh - 480px) !important;
}

.add-smarttext-froalaeditor-maxheight-overflow-chrome {
    overflow: auto !important;
    max-height: calc(100vh - 530px) !important;
}

.view-smarttext-froalaeditor-maxheight-overflow-edge {
    overflow: auto !important;
    max-height: calc(100vh - 482px) !important;
}

.add-smarttext-froalaeditor-maxheight-overflow-edge {
    overflow: auto !important;
    max-height: calc(100vh - 530px) !important;
}

/*======================== END Live Applied =================*/

/*======================== Local Applied ================= */
/*.view-smarttext-froalaeditor-maxheight-overflow-chrome {
    overflow: auto !important;
    max-height: calc(100vh - 448px) !important;
}


.add-smarttext-froalaeditor-maxheight-overflow-chrome {
    overflow: auto !important;
    max-height: calc(100vh - 528px) !important;
}

.view-smarttext-froalaeditor-maxheight-overflow-edge {
    overflow: auto !important;
    max-height: calc(100vh - 430px) !important;
}


.add-smarttext-froalaeditor-maxheight-overflow-edge {
    overflow: auto !important;
    max-height: calc(100vh - 530px) !important;
}*/
/*======================== END Local Applied ================= */

/*.fixed-side-modal.modal-mini-max-functionality {
    width: 1050px !important;
}*/
/*END FULL SCREEN MODAL*/

/*END SMART text EDITOR*/


/*======================== Analytics Dashboard ================= */
.page-content-padding-remove {
    padding: 0px 0px 0px 0px !important;
}
/*======================== Analytics Dashboard ================= */

.btn-margin-left {
    margin-left: 4px;
}

/*//AUDIT LOG*/
 #dvAuditLogHistoryWrapper .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
#dvAuditLogWrapper {
    height: calc(100vh - 300px) !important;
    overflow:auto;
}
.gray{
    background-color:gray!important;
    color:white!important;
}
.dvAuditLogWrapper_notes {
    height: calc(50vh - 50px) !important;
    overflow: auto;
    padding-right: 10px !important;
}

.audit-notes {
    color: white;
    background: gray;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
    font-weight: bold;
    box-shadow:2px 2px 2px rgba(0,0,0,0.5);
}

.dvAuditLogWrapper_notes .hide{
    display:none!important;
}
.dvAuditLogWrapper_notes .text-notes{
    padding-left:5px!important;
    text-align:justify!important;
}
.img-align{
    text-align:justify!important;
}