﻿

body {
    background-color: #fff;
}

/*.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loading.gif) center no-repeat #ffffff9c;
}*/

.width-title {
    width: auto !important;
}

#projectPropertyList .custom-checkmark label {
    height: auto !important;
}

.property-ass-display {
    display: inherit;
}

.nav-sm .container.body .right_col {
    padding: 10px 15px;
}

.nav-md .container.body .right_col {
    padding: 10px 15px 0;
}

.x_panel {
    padding: 10px 15px;
}

.loader {
    position: fixed;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    /*background: url(../images/loading.gif) center no-repeat #ffffff9c;*/
    /*background-position: center;
    background-size: contain;*/
}

    .loader img {
        width: unset;
        height: 130px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }

.loader1 {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #262626;
    animation: animate 4s infinite forwards ease-in-out;
}

    .loader1:nth-child(1) {
        background: #0960a5;
        top: 46%;
        left: 49%;
        animation-delay: 0.5s;
    }

    .loader1:nth-child(2) {
        background: #00deea;
        top: 46%;
        left: 51%;
        animation-delay: 1s;
    }

    .loader1:nth-child(4) {
        background: #00deea;
        top: 51%;
        left: 49%;
        animation-delay: 1.5s;
    }

    .loader1:nth-child(3) {
        background: #0960a5;
        left: 51%;
        top: 51%;
        animation-delay: 2s;
    }


@keyframes animate {

    0% {
        transform: rotateY(0deg);
    }

    20% {
        transform: rotateY(360deg);
    }

    40% {
        transform: rotateX(180deg);
    }

    60% {
        transform: rotateX(0deg);
    }

    80% {
        transform: rotateX(360deg);
    }

    100% {
        transform: rotateY(180deg);
    }
}


footer {
    /*background: #337ab7;*/
    padding: 10px 20px;
    display: block;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: linear-gradient(to right, #1cb5e0, #0960a5);
    z-index: 11;
    position: relative;
}

.field-validation-error {
    color: red;
    position: absolute;
    margin: 0;
    font-size: 12px;
    bottom: -20px;
}

.form-group {
    margin-bottom: 15px;
}

    .form-group textarea {
        resize: none;
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, input[readonly] {
    pointer-events: none;
}

.nav_title {
    width: 210px;
    margin: 10px;
    background-color: #fff;
    box-shadow: none;
    border-radius: 4px;
}

.menu_section h3 {
    color: #0a62a6;
}

.site_title img {
    height: 40px;
}

.nav.side-menu > li.current-page, .nav.side-menu > li.active {
    border-right: 3px solid #0a62a6;
    box-shadow: 0px 3px 3px 1px #00000038;
}

.col-md-3.left_col {
    z-index: 10 !important;
}

.left_col {
    background: #ffffff;
    z-index: 1111;
    position: relative;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pl-0 {
    padding-left: 0 !important;
}

.scrollToTop .top-btn {
    z-index: 9998;
}

.left_col.menu_fixed {
    box-shadow: 3px 0px 9px -2px #0000006b;
}

.right_col {
    min-height: calc(100vh - 39px) !important;
}

    .right_col .dashboard {
        margin-top: 50px;
    }

.sidebar-footer {
    background: linear-gradient(to right, #1cb5e0, #0960a5);
    background: -webkit-linear-gradient(to right, #1cb5e0, #0960a5);
    display: flex;
    justify-content: space-around;
}

    .sidebar-footer a {
        color: #fff;
        background: transparent;
    }

        .sidebar-footer a:hover {
            background: transparent;
            color: #000;
        }

.nav.side-menu > li > a:hover {
    color: #0a62a6 !important;
    transition: all .3s;
    background-color: #f7f7f7;
    box-shadow: 0px 3px 3px 1px #00000038;
}

.nav.child_menu li:hover {
    background-color: rgba(144, 143, 143, 0.1);
}

.nav-sm .navbar.nav_title a span {
    display: block;
}

.nav.side-menu > li.active > a {
    background: #f5f4f4;
    /*box-shadow: 0 2px 2px 0px #00000059;*/
    text-shadow: none;
    border-right: none;
}

.nav.child_menu > li > a, .nav.side-menu > li > a {
    color: #707070;
    border-right: 3px solid transparent;
}

.nav.side-menu > li > a {
    margin-bottom: 0;
    color: #707070;
}

.nav_menu {
    background: linear-gradient(to right, #1cb5e0, #0960a5);
    background: -webkit-linear-gradient(to right, #1cb5e0, #0960a5);
    position: fixed;
    z-index: 9;
    width: calc(100% - 230px);
}

.nav-sm .nav_menu {
    width: calc(100% - 70px);
}

.menu_section > ul {
    margin-top: 0;
}

.toggle a {
    color: #fff;
}

.top_nav .navbar-right {
    /*display: flex;
    align-items: center;
    flex-direction: row-reverse;*/
}

.navbar-right .user-profile {
    margin-left: 5px;
    min-width: 200px;
}

    .navbar-right .user-profile > a {
        display: flex;
        justify-content: center;
    }

.user-profile.hidden-lg ul li:first-child {
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}

.navbar-right a.info-number {
    padding: 21px 15px;
}

.navbar-nav .open .dropdown-menu {
    width: auto;
    /*box-shadow: 0 3px 3px 1px #0000000f;*/
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
}

.nav.navbar-nav > li > a {
    color: #ffffff !important;
    display: flex;
    align-items: center;
}

.top_nav .user-profile i {
    font-size: 20px;
    margin-right: 5px;
}

.top_nav .user-profile a span {
    padding: 5px;
}

.nav li li.current-page a, .nav.child_menu li li a.active, .nav.child_menu li li a:hover {
    color: #0a64a8;
    font-weight: 400;
}

    .nav li li.current-page a i, .nav.child_menu li li a.active i, .nav.child_menu li li a:hover i {
        color: #0a64a8;
    }

.nav-sm .navbar.nav_title {
    width: 60px;
    margin: 5px;
}

.nav-sm .nav-title {
    margin: 5px;
}

.nav-sm .site_title {
    padding-left: 6px;
}

.nav-sm .nav.child_menu li.active, .nav-sm .nav.side-menu li.active-sm {
    border-right: 4px solid #0a62a6;
    background-color: #f5f0f0;
}

.nav-sm .nav.child_menu li a i {
    font-size: 10px !important;
    text-align: left;
    display: inline;
}

.nav.side-menu > li.active > .nav.child_menu {
    background-color: #f7f7f7;
}

.nav-sm .nav.side-menu > li.active > .nav.child_menu {
    background-color: #ffffff;
    box-shadow: 2px 4px 4px #1712128a;
}

.nav-sm ul.nav.child_menu {
    background-color: #fff;
    width: 170px;
}



ul.side-menu li a span {
    margin-right: 10px;
}

.main_menu .fa {
    text-align: center;
    color: #1493c9;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#1cb4df), to(#0a67ab));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    margin-right: 5px;
}

.nav.side-menu > li > a:hover .fa, .nav.side-menu > li.current-page a i, .nav.side-menu > li.active > a i {
    background: -webkit-gradient(linear, left top, left bottom, from(#1cb4df), to(#0a67ab));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s;
}

.nav.side-menu > li.current-page a, .nav.side-menu > li.active > a {
    color: #0a62a6;
}

.nav.side-menu > li > a {
    padding: 10px 15px 10px;
}

.nav-sm .nav.side-menu li a {
    text-align: center !important;
    font-weight: 400;
    font-size: 10px;
    padding: 6px 5px;
}
/*li.current-page a:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #0d5c9b;
    content: '';
    right: -6px;
    position: absolute;
}*/
.nav li.current-page {
    background: #f7f7f7;
    box-shadow: 0px 3px 3px 1px #00000038;
}

.nav-md ul.nav.child_menu li:before, .nav-md ul.nav.child_menu li:after {
    display: none;
}
/*.nav.child_menu {
    box-shadow: 0px 3px 3px 1px #00000038;
}*/
li.parentli.current-page {
    box-shadow: none;
}

.nav.child_menu .parentli i {
    font-size: 12px;
    padding-top: 4px;
}

.nav.child_menu > li > a {
    padding: 9px 9px 9px 0px;
    display: block;
}
/*.child_menu .parentli a {
    margin-left: 15px;
}
.child_menu .parentli a.link:before {
    content: '>';
    padding-left: 10px;
    position: absolute;
    left: -17px;
}*/


/*login*/
.login-page {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-image: url('../images/loginback.jpg');
}

    .login-page::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgb(218 246 255/ 50%);
    }

    .login-page .loginbox-wrap {
        width: 40%;
        border-radius: 10px;
        /*overflow: hidden;*/
        padding: 45px 55px 37px 55px;
        background: -webkit-linear-gradient(top, #1cb5e0de, #0960a5de);
        background: -o-linear-gradient(top, #1cb5e0de, #0960a5de);
        background: -moz-linear-gradient(top,#1cb5e0, #0960a5);
        background: -ms-linear-gradient(top, #1cb5e0, #0960a5 );
        background: linear-gradient(top, #1cb5e0, #0960a5);
        box-shadow: 0 2px 4px 3px #00000040;
    }

    .login-page .ribbon {
        position: relative;
        padding: 0px 0.5em;
        font-size: 2.000em;
        margin: 0 -70px 0 -55px;
        line-height: 1.875em;
        border-radius: 0 0.156em 0.156em 0;
        background: #fff;
        box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
        margin-bottom: 20px;
    }

        .login-page .ribbon:before, .ribbon:after {
            position: absolute;
            content: '';
            display: block;
        }

        .login-page .ribbon:before {
            width: 0.469em;
            height: 100%;
            padding: 0 0 0.438em;
            top: 0;
            left: -0.469em;
            background: inherit;
            border-radius: 0.313em 0 0 0.313em;
            box-sizing: content-box;
        }

        .login-page .ribbon:after {
            width: 0.313em;
            height: 0.313em;
            background: rgba(0,0,0,0.35);
            bottom: -0.313em;
            left: -0.313em;
            border-radius: 0.313em 0 0 0.313em;
            box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
        }

        .login-page .ribbon img {
            width: 80%;
            display: flex;
            padding: 20px 0;
            margin: auto;
        }

.login-title {
    font-size: 22px;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.login-page .wrap-input {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.45);
    margin-bottom: 30px;
    display: flex;
}

.login-page .login-input {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px 0 38px;
    border: none;
}

    .login-page .login-input::placeholder {
        color: #fff;
    }

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.wrap-input {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255,255,255,0.24);
    margin-bottom: 30px;
}


.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus-input100::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        background: #fff;
    }

    .focus-input100::after {
        font-family: FontAwesome;
        font-size: 22px;
        color: #7dbedd;
        content: attr(data-placeholder);
        display: block;
        width: 100%;
        position: absolute;
        top: 9px;
        left: 5px;
        padding-left: 5px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

.login-input:focus {
    padding-left: 5px;
}

    .login-input:focus + .focus-input100::after {
        top: -22px;
        font-size: 18px;
    }

    .login-input:focus + .focus-input100::before {
        width: 100%;
    }

.has-val.login-input + .focus-input100::after {
    top: -22px;
    font-size: 18px;
}

.has-val.login-input + .focus-input100::before {
    width: 100%;
}

.has-val.login-input {
    padding-left: 5px;
}


.login-page .contact100-form-checkbox {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 35px;
    color: #fff;
    display: flex;
    align-items: center;
}

    .login-page .contact100-form-checkbox > label {
        font-size: 15px;
        /* margin-left: 10px; */
        margin-bottom: 0;
        color: #fff;
    }

    .login-page .contact100-form-checkbox .chkdynamicCHK .checkmark {
        border: 1px solid #ffffff;
    }

    .login-page .contact100-form-checkbox .chkdynamicCHK input:checked ~ .checkmark, .chkdynamicCHK input:checked ~ .checkmark {
        background-color: rgba(51, 122, 183, 0);
    }

    .login-page .contact100-form-checkbox > .icheckbox_flat-blue.checked {
        background-color: #fff;
        border-radius: 6px;
    }

.login-page .input-checkbox100 {
    display: none;
}

.login-page .label-checkbox100 {
    color: #fff;
    line-height: normal;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: flex;
}

    .login-page .label-checkbox100::before {
        content: "\f26b";
        font-family: Material-Design-Iconic-Font;
        font-size: 13px;
        color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 2px;
        background: #fff;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.input-checkbox100:checked + .label-checkbox100::before {
    color: #555555;
}

input.input-checkbox100[type="checkbox"]:checked + label.label-checkbox100:before,
input.input-checkbox100[type="checkbox"]:not(:checked) + label.label-checkbox100:before {
    background: none repeat scroll 0 0 #cccccc;
    border: 1px solid #cccccc;
    border-radius: 3px;
    height: 22px;
    left: 0px;
    position: absolute;
    top: 7px;
    width: 22px;
    content: "";
    font-family: 'FontAwesome';
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}

input.input-checkbox100[type="checkbox"]:checked + label.label-checkbox100:after {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #006ca2;
    color: #0b6aac;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 14px;
    left: 1px;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    text-align: center;
    top: -4px;
    line-height: 22px;
}

.login-form-btn {
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
}

    .login-form-btn button {
        padding: 10px 25px;
        background-color: #fff;
        border: none;
        border-radius: 20px;
        font-weight: 800;
        text-transform: uppercase;
        color: #0963a7;
    }

.login-page .forgot-pwd {
    text-align: center;
    margin-top: 10px;
}

    .login-page .forgot-pwd a {
        color: #fff;
        text-decoration: none;
    }

.login-page .field-validation-error {
    color: red;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.login-page .validate.field-validation-error > span {
    color: #ff8a8a;
    font-size: 13px;
}
/*custom modal*/
.modal-dialog {
    position: relative;
}


    .modal-dialog::before {
        content: '';
        height: 100%;
        width: 10px;
        left: 0px;
        top: 1px;
        z-index: 3;
        position: absolute;
        background: linear-gradient(to bottom, #1cb5e0, #0960a5);
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

.modal-content {
    background: #fff;
    border-bottom: none;
    box-shadow: 0 3px 5px 1px #70787b59;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}



.modal-header {
    position: relative;
    background: #fff;
    border-bottom: none;
    box-shadow: 0 3px 5px 1px #70787b59;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .modal-header .modal-title {
        color: #0960a5;
        padding-left: 15px;
        font-weight: 600;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .modal-header .close {
        font-size: 25px;
        color: #0960a5;
        font-weight: normal;
        opacity: 1;
        height: 22px;
    }

.modal-body {
    padding: 25px;
}

    .modal-body p {
        font-size: 16px;
    }

.modal-footer {
    padding: 6px 15px;
}

.formdiv > div {
    width: 49%;
    float: left;
}

    .formdiv > div:nth-child(even) {
        margin-left: 10px;
    }

.field-validation-error {
    color: red;
}
/*custom modal ends*/
.form-group {
    position: relative;
}
    /*.form-group label {
        width: 100%;
    }*/
    .form-group .fileinput-remove {
        margin: 0;
        box-shadow: none;
        border: 1px solid #ccc;
        color: black;
    }

    .form-group .btn-file {
        box-shadow: none;
        margin: 0;
        border: 1px solid #337ab7;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 5.5px 10px;
    }

    .form-group .file-input {
        display: flex;
        flex-direction: column-reverse;
    }

        .form-group .file-input button.close.fileinput-remove {
            font-size: 25px;
            color: #222 !important;
            opacity: 1;
            font-weight: normal;
            border: none;
        }

.file-input .file-preview-frame {
    border: none;
    box-shadow: none;
    padding: 0;
}

    .file-input .file-preview-frame:hover {
        box-shadow: none !important;
    }

.file-input .file-caption {
    display: flex;
    align-items: center;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.file-input .fileinput-upload-button {
    background-color: #26B99A;
    color: #fff;
}

.file-input .fileinput-remove-button {
    background-color: #fff;
    color: #F44336;
    border: 1px solid #F44336;
    padding: 5px 10px;
    margin: 0 5px !important;
}

.file-input .fileinput-cancel-button {
    background-color: #df0619;
    color: #fff;
}

.form-control {
    height: 34px;
    border-radius: 0px !important;
    border: none;
    border-bottom: 1px solid #179ed0;
    padding: 6px 0px;
    box-shadow: none;
}

.form-group .date > input {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.email-lbl {
    position: absolute;
    right: 0;
    top: 24px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 9px;
    font-size: 13px;
    border-radius: 0px !important;
    background: #378ed8;
    color: #ffff;
}

.email-hint {
    position: absolute;
    font-size: 11px;
    right: 0;
    color: #0960a5;
}

.form-info {
    padding: 5px;
    display: block;
    text-align: left;
    color: #0960a5;
}
/*Multiselect*/
.dropdown-menu {
    border-radius: 0;
}

.multiselect-native-select {
    position: relative;
}


.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .multiselect-container .input-group {
        margin: 5px;
        width: 99%;
    }

    .multiselect-container li {
        padding: 0;
    }

        .multiselect-container li .multiselect-all label {
            font-weight: 700;
        }

        .multiselect-container li a {
            padding: 0;
        }

            .multiselect-container li a label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                font-weight: 400;
                padding: 3px 20px 3px 40px;
            }

                .multiselect-container li a label input[type=checkbox] {
                    margin-bottom: 5px;
                }

                .multiselect-container li a label.radio {
                    margin: 0;
                }

                .multiselect-container li a label.checkbox {
                    margin: 0;
                }

        .multiselect-container li.multiselect-group label {
            margin: 0;
            padding: 3px 20px 3px 20px;
            height: 100%;
            font-weight: 700;
        }

        .multiselect-container li.multiselect-group-clickable label {
            cursor: pointer;
        }

.btn-group .btn-group .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

body .form-inline .multiselect-container label.checkbox {
    padding: 3px 20px 3px 40px;
}

body .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}

body .form-inline .multiselect-container li a label.checkbox input[type=checkbox] {
    margin-left: -20px;
    margin-right: 0;
}

body .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    border-bottom: 1px solid #179ed0;
    border-radius: 0px !important;
    height: 34px;
    border-right: 2px solid white;
}

.custom-multiselect + .btn-group > .multiselect {
    padding: 3px 2px !important;
    padding-right: 12px;
}

.btn {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    /*padding: .84rem 1.24rem;*/
    padding: .50rem 1.24rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    /*margin: .375rem;*/
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: capitalize;
    white-space: normal;
    word-wrap: break-word;
    color: inherit;
    font-size: 15px;
    color: #fff;
    border: 1px solid;
    border-color: transparent;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.btn-default {
    color: #222;
    background-color: #dedede;
    /*box-shadow: 0 1px 1px 1px #ccc;*/
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.custom-multiselect + .btn-group span.input-group-btn > .multiselect-clear-filter {
    position: absolute;
    right: 0;
    top: 0px;
    height: 100%;
    border: none;
}

.custom-multiselect + .btn-group .multiselect-search {
    padding-right: 30px;
}

.custom-multiselect + .btn-group span.input-group-btn > .multiselect-clear-filter:focus {
    border: none;
}

.custom-multiselect + .btn-group input.form-control.multiselect-search:focus {
    z-index: inherit;
}

.custom-multiselect + .btn-group .input-group-addon {
    display: none;
}

.custom-multiselect + .btn-group {
    width: 100% !important;
    height: 34px;
}

    .custom-multiselect + .btn-group > .multiselect {
        box-shadow: none;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff !important;
        background-image: none;
        border: 1px solid #ccc;
        /*height: 40px;*/
        width: 100%;
        border-radius: 4px !important;
    }

    .custom-multiselect + .btn-group ul.multiselect-container.dropdown-menu {
        /*height: 200px;*/
        max-height: 200px;
        overflow: auto;
        width: 100%;
        overflow-x: hidden;
        border-right: 1px solid #d9dee4;
    }

    .custom-multiselect + .btn-group button.btn.btn-default.multiselect-clear-filter {
        box-shadow: none;
        background-color: transparent;
        padding: 7px;
        font-size: 16px;
        line-height: 1;
    }

        .custom-multiselect + .btn-group button.btn.btn-default.multiselect-clear-filter:hover {
            border: none;
        }

    .custom-multiselect + .btn-group .multiselect-container li a {
        padding: 3px 0;
    }

        .custom-multiselect + .btn-group .multiselect-container li a input[type="checkbox"] {
            top: 5px;
        }

.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    color: #0d72b2;
    font-size: 20px;
    font-weight: bold;
    white-space: normal;
}

.tab_title h3 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    color: #0d72b2;
    font-size: 18px;
    font-weight: bold;
}

.tab_title h3 {
    overflow: hidden;
}

.tab_title h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.search-reset span {
    font-size: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #0d74b3;
    font-weight: 600;
}

.search-error {
    position: absolute;
    bottom: -18px;
    font-size: 12px;
    color: red;
}

.grid-head {
    display: flex;
    align-items: center;
}

.ui-pnotify {
    right: 20px;
}

    .ui-pnotify .ui-pnotify-container {
        padding: 15px;
    }

    .ui-pnotify .alert-success {
        color: #fff;
        background-color: rgba(76, 175, 80, 0.79);
        border-color: rgb(113, 192, 117);
    }

    .ui-pnotify .alert-info {
        color: #E9EDEF;
        background-color: rgba(27, 119, 181, 0.88);
        border-color: rgb(54, 135, 190);
    }

    .ui-pnotify .ui-pnotify-sticker {
        display: none;
    }

    .ui-pnotify .ui-pnotify-closer {
        visibility: visible !important;
        float: right;
        margin-top: -10px;
    }

.searchbar {
    float: right;
    /*background-color: #D03237;*/
    color: #0d74b3;
    padding: 6px 10px;
    width: 200px;
    border: none;
    margin-top: 1px;
    margin-right: 8px;
    font-family: "Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
    border-bottom: #0d72b2 solid 2px;
    transition: 0.3s;
}

    .searchbar::placeholder {
        color: #0d74b3;
        font-family: "Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
        font-size: 1em;
        font-weight: bold;
        /* transition: 0.2s; */
    }

    .searchbar:focus {
        width: 250px;
        font-family: "Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
        font-size: 1em;
        font-weight: bold;
        transition: 0.3s;
        /* Stops the input box from inheriting the styling from the inputs on the request form */
        border-bottom: grey solid 2px;
        outline: none;
    }

.btn-search {
    cursor: pointer;
    color: #0d74b3;
    text-decoration: none !important;
    font-family: "Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    margin-right: 10px;
}

.x_panel {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #337ab7;
    overflow: hidden;
    /*min-height: 585px;*/
}

.PropertyScopecls.x_panel {
    padding-bottom: 110px;
}

.x_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    padding: 1px 5px;
}

.panel-filter {
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
    margin-bottom: 10px;
}

    .panel-filter form {
    }

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.file-btn {
    border: 2px solid #727272;
    color: #727272;
    background-color: white;
    font-size: 15px;
    font-weight: bold;
    border-radius: .125rem;
    padding: .84rem 2.24rem;
    margin: .375rem;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.top_nav .nav .open > a, .top_nav .nav .open > a:focus, .top_nav .nav .open > a:hover, .top_nav .nav > li > a:focus, .top_nav .nav > li > a:hover {
    background: #0d3d5a70;
}
/*jqgrid menuitem starts*/
.ui-jqgrid-titlebar.ui-jqgrid-caption {
    display: none;
}

.divgridlist .ui-jqgrid-view .table-bordered > tbody > tr > td,
.divgridlist .ui-jqgrid-view .table-bordered > tbody > tr > th,
.divgridlist .ui-jqgrid-view .table-bordered > tfoot > tr > td,
.divgridlist .ui-jqgrid-view .table-bordered > tfoot > tr > th,
.divgridlist .ui-jqgrid-view .table-bordered > thead > tr > td,
.divgridlist .ui-jqgrid-view .table-bordered > thead > tr > th {
    border: none !important;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-top: none !important;
    border-bottom: none !important;
    border-color: #f5f4f4;
    border-width: 2px;
}

.ui-jqgrid-htable thead {
    background-color: #f5f4f4;
    padding: 10px;
    font-size: 12px;
    color: #0d73b2;
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
    height: unset;
    margin-top: 0;
}

.ui-jqgrid .ui-jqgrid-hbox {
    padding: 0;
}

.ui-jqgrid .table > thead > tr > th {
    vertical-align: middle;
}

.ui-jqgrid-hbox tr.ui-jqgrid-labels {
    height: 50px;
}
/*.ui-jqgrid .ui-jqgrid-btable{
    table-layout:auto;
}*/
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
    height: 50px !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.ui-jqgrid .table-bordered, .ui-jqgrid {
    border: none;
    width: 100% !important;
}

    .ui-jqgrid .ui-jqgrid-btable tbody tr:nth-child(odd) {
        background-color: #fcfbfc;
    }

        .ui-jqgrid .ui-jqgrid-btable tbody tr:nth-child(odd):hover, .ui-jqgrid .ui-jqgrid-btable tbody tr:nth-child(odd).success, .ui-jqgrid tr.jqgrow:hover {
            background-color: #e9f3fc;
        }

    .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success, .ui-jqgrid tr.jqgrow.success {
        background-color: #e9f3fc;
    }

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: inherit;
}

.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td, .ui-jqgrid .ui-jqgrid-htable thead th {
    padding-right: 6px;
    padding-left: 6px;
}

    .ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td:not(:first-child):not(:last-child), .ui-jqgrid .ui-jqgrid-htable thead th:not(:first-child):not(:last-child) {
        text-overflow: ellipsis;
    }

    .ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td:last-child {
        border-right: none;
    }

.ui-jqgrid .ui-jqgrid-bdiv {
    overflow: hidden;
}

.ui-jqgrid .loading, .loading_pivot {
    left: 0;
    margin: 0;
    background-color: #d9edf780;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
}

.grid-btn {
    border: 1px solid;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    margin: 2px 2px 0 2px;
    cursor: pointer;
    font-size: 16px;
}

    .grid-btn:hover {
        color: inherit;
        border-color: #23527c;
    }

.gbred {
    border-color: red;
    color: red;
}

.gbgreen {
    border-color: #4CAF50;
    color: #4CAF50;
}

.gbblue {
    border-color: #1cb5e0;
    color: #1cb5e0;
}

.gbdarkGreen {
    border-color: #26b99a;
    color: #26b99a;
}

.gbyellow {
    border-color: #FFC107;
    color: #FFC107;
}

.gbpurple {
    border-color: #9152f8;
    color: #9152f8;
}

.gbgrey {
    border-color: #555555;
    color: #555555;
}

.gbdarkgrey {
    border-color: #737373;
    color: #737373;
}

.gbdarkblue {
    border-color: #337ab7;
    color: #337ab7;
}

.gbdisabled {
    background-color: #808080;
    opacity: .8;
    filter: grayscale(1);
    pointer-events: none;
}

.gridsvgicon {
    padding-top: 1px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 2px;
    display: inline-block;
}

    .gridsvgicon > img {
        height: 18px;
        width: 19px;
    }

a:focus, a:hover {
    color: inherit;
}
/*.ui-jqgrid > * {
    width: 100% !important;
}*/
.ui-jqgrid .ui-jqgrid-pager, .ui-jqgrid .ui-jqgrid-toppager {
    border: none;
}

    .ui-jqgrid .ui-jqgrid-pager .ui-pager-table, .ui-jqgrid .ui-jqgrid-toppager .ui-pager-table {
        background-color: #337ab7;
        /*background: linear-gradient(to right, #1cb5e0, #0960a5);*/
        color: #FFF;
    }

.ui-jqgrid .ui-jqgrid-view > div, .ui-jqgrid, .ui-jqgrid > div {
    width: 100% !important;
}

.ui-jqgrid-pager .ui-pg-table .ui-pg-button:hover, .ui-jqgrid-toppager .ui-pg-table .ui-pg-button:hover {
    background-color: transparent;
}

.ui-jqgrid .ui-pg-button span {
    font-size: 15px;
}

.ui-pg-table input.ui-pg-input.form-control {
    padding: 3px;
}


.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.horizontal-form .form-group {
    display: flex;
}

    .horizontal-form .form-group label {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

/*.error-wrap {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.error-block {
    display: table-cell;
    vertical-align: middle;
}

.error-msg {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  
}*/


.top {
    margin-top: 30px;
}

.error-page {
    background: #D3DEEA;
    padding: 30px;
    padding: 30px;
}

    .error-page .container {
        margin: 0 auto;
        position: relative;
        width: 250px;
        height: 250px;
        margin-top: -40px;
    }

.ghost {
    width: 50%;
    height: 53%;
    left: 25%;
    top: 10%;
    position: absolute;
    border-radius: 50% 50% 0 0;
    background: #EDEDED;
    border: 1px solid #BFC0C0;
    border-bottom: none;
    animation: float 2s ease-out infinite;
}

.ghost-copy {
    width: 50%;
    height: 53%;
    left: 25%;
    top: 10%;
    position: absolute;
    border-radius: 50% 50% 0 0;
    background: #EDEDED;
    border: 1px solid #BFC0C0;
    border-bottom: none;
    animation: float 2s ease-out infinite;
    z-index: 0;
}

.face {
    position: absolute;
    width: 100%;
    height: 60%;
    top: 20%;
}

.eye, .eye-right {
    position: absolute;
    background: #585959;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: 40%;
}

.eye {
    left: 25%;
}

.eye-right {
    right: 25%;
}

.mouth {
    position: absolute;
    top: 50%;
    left: 45%;
    width: 10px;
    height: 10px;
    border: 3px solid;
    border-radius: 50%;
    border-color: transparent #585959 #585959 transparent;
    transform: rotate(45deg);
}

.one, .two, .three, .four {
    position: absolute;
    background: #EDEDED;
    top: 85%;
    width: 25%;
    height: 23%;
    border: 1px solid #BFC0C0;
    z-index: 0;
}

.one {
    border-radius: 0 0 100% 30%;
    left: -1px;
}

.two {
    left: 23%;
    border-radius: 0 0 50% 50%;
}

.three {
    left: 50%;
    border-radius: 0 0 50% 50%;
}

.four {
    left: 74.5%;
    border-radius: 0 0 30% 100%;
}

.shadow {
    position: absolute;
    width: 30%;
    height: 7%;
    background: #BFC0C0;
    left: 35%;
    top: 80%;
    border-radius: 50%;
    animation: scale 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes float {
    50% {
        transform: translateY(15px);
    }
}

.error-page .bottom {
    margin-top: 10px;
}

/*text styling*/
.error-page h1 {
    font-family: "Abril Fatface", serif;
    color: #EDEDED;
    text-align: center;
    font-size: 9em;
    margin: 0;
    text-shadow: -1px 0 #BFC0C0, 0 1px #BFC0C0, 1px 0 #BFC0C0, 0 -1px #BFC0C0;
}

.error-page h3 {
    font-family: "Lato", sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    color: #BFC0C0;
    font-weight: 900;
}

.error-page p {
    text-align: center;
    color: #585959;
    text-transform: uppercase;
}

.error-page .search {
    text-align: center;
}

.error-page .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

/*search style*/
.error-page .search-bar {
    border: 1px solid #BFC0C0;
    padding: 5px;
    height: 20px;
    margin-left: -30px;
    width: 200px;
    outline: none;
}

    .error-page .search-bar:focus {
        border: 1px solid #D3DEEA;
    }

.error-page .search-btn {
    position: absolute;
    width: 30px;
    height: 32px;
    border: 1px solid #BFC0C0;
    background: #BFC0C0;
    text-align: center;
    color: #EDEDED;
    cursor: pointer;
    font-size: 1em;
    outline: none;
}

    .error-page .search-btn:hover {
        background: #EDEDED;
        border: 1px solid #EDEDED;
        color: #BFC0C0;
        transition: all .2s ease;
    }

.error-page .btn {
    background: #EDEDED;
    padding: 15px 20px;
    margin: 5px;
    color: #585959;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border: 0;
}

.error-page .top p {
    margin-bottom: 30px;
}

.error-page .btn:hover {
    background: #BFC0C0;
    transition: all .4s ease-out;
}

.property-gallery .gallery-filter {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .property-gallery .gallery-filter .checkbox {
        display: inline-block;
        margin-right: 20px;
    }

        .property-gallery .gallery-filter .checkbox label {
            font-size: 16px;
            padding: 0;
        }

            .property-gallery .gallery-filter .checkbox label > div {
                top: -2px;
            }

.property-gallery .prop-area-elements .isotope {
    max-height: 350px;
    overflow-y: auto !important;
}
/*.property-gallery #owl-demo .item img {
        display: block;
        width: 100%;
        height: 150px;
        object-fit: cover;
        border: 1px solid #cecece;
        background-color: #ffffff;
        padding: 4px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        margin: 0;
    }*/
.property-gallery .property-area-images .item img, .property-gallery .property-images .item img, .property-gallery .prop-area-elements .grid-item img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0;
    border-radius: 7px;
    position: relative;
}

.property-gallery .property-area-images .item,
.property-gallery .property-images .item,
.property-gallery .prop-area-elements .grid-item {
    position: relative;
}

.property-gallery .img-exp {
    visibility: visible;
    position: absolute;
    z-index: 11;
    height: 10px;
    width: 10px;
    right: 1px;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgb(10, 101, 169);
    border-bottom-left-radius: 15px;
    padding: 15px;
    border-top-right-radius: 5px;
}

.property-gallery .property-area-tabs .tab-pane {
    padding: 15px;
    border: 1px solid #cee5f3;
    background-color: #f4fbff;
}

.property-gallery .property-area-tabs .nav-tabs > li {
    /*float: left;*/
    margin-bottom: 5px;
    display: inline-block !important;
}

    .property-gallery .property-area-tabs .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border-bottom: 3px solid rgba(255, 255, 255, 0);
        border-radius: 4px 4px 0 0;
        background-color: #f4fbff;
        letter-spacing: 0.3px;
        font-size: 16px;
    }

    .property-gallery .property-area-tabs .nav-tabs > li.active > a {
        background-color: #f4fbff;
        border-bottom: 3px solid #0d72b2;
        color: #0d72b2;
        font-weight: 600;
        letter-spacing: 0.3px;
        font-size: 16px;
        border-left: none;
        border-right: none;
        border-top: none;
    }

.property-area-panel {
    margin-top: 15px;
}


    .property-area-panel h3 {
        color: #337ab7;
        font-size: 22px;
        margin-bottom: 20px;
        position: relative;
    }

.property-gallery .portfolioFilter {
    padding: 15px 0;
}

    .property-gallery .portfolioFilter a {
        margin-right: 6px;
        color: #666;
        text-decoration: none;
        border: 1px solid #ccc;
        padding: 4px 15px;
        border-radius: 50px;
        display: inline-block;
    }

        .property-gallery .portfolioFilter a.current {
            background: #1e1e1e;
            border: 1px solid #1e1e1e;
            color: #f9f9f9;
        }

.property-gallery .portfolioContainer {
    border: 1px solid #eee;
    border-radius: 3px;
}

.property-gallery img {
    margin: 5px;
    max-width: 100%;
}

.property-gallery .isotope-item {
    z-index: 2;
}

.property-gallery .isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.property-gallery .isotope,
.property-gallery .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.property-gallery .isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .property-gallery .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }

.property-gallery .prop-area-elements {
    margin-top: 15px;
}

    .property-gallery .prop-area-elements h4 {
        padding: 0 15px;
        color: #337ab7;
        font-size: 21px;
        margin-bottom: 0;
    }

    .property-gallery .prop-area-elements .btn-group {
        padding: 10px 3px;
    }

    .property-gallery .prop-area-elements button.btn.btn-default {
        border-radius: 18px !important;
        background-color: #fff;
        width: auto;
        min-width: 120px;
    }

        .property-gallery .prop-area-elements button.btn.btn-default.is-checked {
            background-color: #0d72b2;
            color: #fff;
        }


.property-gallery input[type="checkbox"] {
    display: none;
}

.property-gallery .item label, .property-gallery .grid-item label {
    border: 1px solid #fff;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

    .property-gallery .item label:before, .property-gallery .grid-item label:before {
        background-color: white;
        color: white;
        content: " ";
        display: block;
        border-radius: 50%;
        position: absolute;
        top: -5px;
        left: -5px;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        transition-duration: 0.4s;
        transform: scale(0);
        z-index: 1;
    }

    .property-gallery .item label img, .property-gallery .grid-item label img {
        height: 100px;
        width: 100px;
        transition-duration: 0.2s;
        transform-origin: 50% 50%;
    }

.property-gallery .item input:checked + label, .property-gallery .grid-item input:checked + label {
    border-color: #ddd;
}

.property-gallery input:checked + label:before {
    content: "✓";
    background-color: #1595ca;
    transform: scale(1);
}

.property-gallery input:checked + label img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: 0;
}

.property-gallery span.created-date {
    visibility: visible;
    position: absolute;
    bottom: 0px;
    z-index: 3;
    color: #fff;
    padding: 5px 10px;
    background-color: rgba(0,0,0,.425);
    border-radius: 5px;
    font-size: 12px;
    line-height: normal;
    width: 100%;
}

.property-gallery span.element-label {
    visibility: visible;
    position: absolute;
    top: 0;
    z-index: 3;
    color: #fff;
    padding: 5px 10px;
    background-color: rgba(0,0,0,.425);
    border-radius: 5px;
    font-size: 12px;
    line-height: normal;
    width: auto;
}

.property-gallery input:checked + label > .img-exp, :checked + label > .created-date, :checked + label > .element-label {
    visibility: hidden;
}

.property-gallery .prop-area-elements input.img-comment {
    bottom: 30px;
}

.property-gallery .area-element-filter .checkbox {
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 16px;
    padding: 0;
}

    .property-gallery .area-element-filter .checkbox label > div {
        top: -2px;
    }

.property-gallery input.img-comment {
    visibility: hidden;
    height: 32px;
    padding: 6px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 20px;
    z-index: 5;
    left: 37px;
    border-radius: 2px;
    font-size: 12px;
    width: 70%;
    transition: unset;
}

.property-gallery .area-element-filter {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.property-gallery input:checked + label + .img-comment {
    visibility: visible;
}


.custom-checkmark input[type=checkbox] {
    display: none;
}
    /* to hide the checkbox itself */
    .custom-checkmark input[type=checkbox] + label:before {
        font-family: FontAwesome;
        display: inline-block;
    }

    .custom-checkmark input[type=checkbox] + label:before {
        content: "\f096";
    }
    /* unchecked icon */
    .custom-checkmark input[type=checkbox] + label:before {
        letter-spacing: 10px;
    }
    /* space between checkbox and label */

    .custom-checkmark input[type=checkbox]:checked + label:before {
        content: "\f046";
    }
    /* checked icon */
    .custom-checkmark input[type=checkbox]:checked + label:before {
        letter-spacing: 7px;
    }
/* allow space for check mark */
.custom-checkmark label {
    font-weight: normal;
    color: #0d72b2;
    font-size: 16px;
    height: 25px;
    cursor: pointer;
}

.error-wrap {
    padding: 15px;
}

.error-list-box {
    background-color: rgba(255, 152, 0, 0.34);
    display: inline-block;
    border: 1px solid #FF9800;
    width: 100%;
    border-radius: 4px;
    padding: 15px;
    position: relative;
    color: #323232;
    overflow: auto;
    max-height: 200px;
}

    .error-list-box .closemessage {
        display: block;
        position: absolute;
        right: 20px;
        font-size: 20px;
        font-weight: 300;
        top: 10px;
        cursor: pointer;
    }

    .error-list-box h3 {
        margin-top: 0;
    }



.property-acc .panel {
    border-width: 0 0 4px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
}

    .property-acc .panel:last-child {
        border-bottom: none;
    }

.property-acc .panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

.property-acc .panel-group .panel {
    border-radius: 0;
}

    .property-acc .panel-group .panel + .panel {
        margin-top: 0;
    }

.property-acc .panel-heading {
    background-color: #efefef;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
}

.property-acc .panel-title a {
    display: block;
    color: #337ab7;
    padding: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    border-left: 4px solid #337ab7;
}

.property-acc .panel-body {
    background: #fff;
}

.property-acc .panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.property-acc .panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

    .property-acc .panel:last-child .panel-heading.active {
        border-radius: 0;
        transition: border-radius linear 0s;
    }
/* #bs-collapse icon scale option */


.property-acc #bs-collapse .panel-heading a:after {
    content: " ";
    font-size: 24px;
    position: absolute;
    font-family: "FontAwesome";
    right: 15px;
    top: 10px;
    transform: scale(0);
    transition: all 0.5s;
}

.property-acc #bs-collapse .panel-heading.active a:after {
    content: "\f106";
    transform: scale(1);
    transition: all 0.5s;
}
/* #accordion rotate icon option */

.property-acc #accordion .panel-heading a:before {
    content: "\f106";
    font-size: 24px;
    position: absolute;
}

.property-acc #accordion .panel-heading a:before,
.property-acc #accordion .panel-heading a.collapsed:before {
    content: "\f068";
    font-family: "FontAwesome";
    right: 15px;
    font-weight: 900;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #1aafdc;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s;
    right: 14px;
}

.property-acc #accordion .panel-heading a:after {
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0;
}

.property-acc #accordion .panel-heading a.collapsed:after {
    width: 18px;
    /*background: #ababab;*/
    width: 19px;
    background: #ababab;
}

.property-acc #accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}

.property-acc #accordion .panel-heading a.collapsed:before {
    content: "\f067";
    background: #ababab;
    border: 4px solid #ffffff;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #ddd;
    border-top: none;
}

div#propertyAreaList .custom-checkmark label {
    font-size: 15px;
}

.ui-pg-selbox {
    color: #fff;
}

@media (max-width: 768px) and (min-width: 700px) {
    .gallery-flex-btn {
        display: flex !important;
    }

    .global-inline {
        display: grid !important;
    }
}

@media (max-width: 480px) and (min-width: 320px) {

    .grid-scroll {
        overflow-x: scroll;
    }

    .grid-scroll1 {
        height: auto;
        width: 100%;
        min-width: 1300px;
    }
}

@media (max-width: 320px) {

    .grid-scroll {
        overflow-x: scroll;
    }

    .grid-scroll1 {
        height: auto;
        width: 100%;
        min-width: 1300px;
    }
}

.x_title .filter {
    width: auto;
}

div#displayPreview iframe {
    width: 100%;
    min-height: 300px;
    margin-top: 15px;
}
/*Owner Logo in User */
.krajee-default.file-preview-frame .kv-file-content {
    width: 213px;
    height: auto;
}


.insurancedoc .kv-file-content > img {
    max-width: 250px !important;
    max-height: 150px !important;
}

.insurancedoc .input-group.file-caption-main {
    max-width: 32%;
}

.kv-avatar .file-preview .file-default-preview, .kv-avatar .file-preview .file-preview-frame {
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kv-avatar .input-group.file-caption-main {
    margin: 0;
}

.kv-avatar .file-preview .file-default-preview img {
    height: inherit;
    object-fit: contain;
    margin: auto;
    width: 100%;
}

.kv-avatar .krajee-default.file-preview-frame, .kv-avatar .krajee-default.file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}

.kv-avatar {
    display: inline-block;
}

    .kv-avatar .file-input {
        display: table-cell;
        width: 245px;
    }

.kv-reqd {
    color: red;
    font-family: monospace;
    font-weight: normal;
}

.required:after {
    content: '*';
    color: red;
    font-weight: 900;
    font-size: 14px;
}
/*.qnaform .checkbox, .qnaform .radio {
    min-height: 27px;
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
}*/
.qnaform .form-group {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
}

    .qnaform .form-group:last-child {
        border-bottom: none;
    }

.qnaform h4 {
    color: #303030;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 10px;
}
/*Dynamic Property Scope: Start*/
.carousel-inner .active.left {
    left: -33%;
}

.carousel-inner .active.right {
    left: 33%;
}

.carousel-inner .next {
    left: 33%;
}

.carousel-inner .prev {
    left: -33%;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel-inner .item {
    background: white;
}

.sidenav {
    height: 100%;
    width: 0%;
    z-index: 0;
    top: 0;
    right: -30%;
    transition: 0.5s;
    position: relative;
    overflow: auto;
    -webkit-box-shadow: -1px 9px 30px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 9px 30px -17px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 30px -17px rgba(0,0,0,0.75);
}

.areatabpane {
    width: 100%;
}

.sidnav-2 {
    right: 0;
    width: 40%;
}

.sidenav a {
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.5s;
}

.slideBtn {
    transition: .5s;
    cursor: pointer;
}

#main {
    transition: .5s;
    background-color: white;
}

article {
    border-top: 1px solid green;
    background-color: gray;
}


.sidepanel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    border-bottom: 1px solid;
    background: #26b99a;
    color: #fff;
}

.sidepanel-form {
    padding: 15px;
    -webkit-box-shadow: -1px 9px 30px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 9px 30px -17px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 30px -17px rgba(0,0,0,0.75);
}

.input-check input {
    width: 55%;
    height: 35px;
}

.input-check select {
    width: 75%;
    height: 35px;
    margin-left: 3px;
}

.input-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidepanel-form .form-group.input-check {
    margin-bottom: 3px;
}

.sidepanel-form .checkbox label {
    padding: 0;
}

.sidepanel-form .form-group {
    margin-bottom: 10px;
}

.side-form-btns {
    display: flex;
    justify-content: space-evenly;
    margin: 15px 0 0;
}

.tab-content .lead {
    margin: 0;
    padding: 10px 20px;
    background-color: #f5f5f5;
    color: #323232;
    font-size: 18px;
}

.lead button {
    border: none;
    background-color: transparent;
    font-size: 17px;
    color: #ffffff;
    margin: 0 4px;
    line-height: 1;
    float: right;
    background: #26b99a;
    height: 26px;
    width: 26px;
}

.SORpanel {
    padding: 15px 10px;
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s;
    position: relative;
    width: 100%;
}

.SORbox {
    width: 170px;
    height: 95px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11), 0 2px 6px 0 rgba(0,0,0,.12);
    overflow: hidden;
    /*position: relative;*/
}


.SORgeneric {
    width: 170px;
    height: 95px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11), 0 2px 6px 0 rgba(0,0,0,.12);
    overflow: visible;
}

.gen-bottom {
    padding: 5px 10px;
}

.SORboxhead {
    padding: 8px 8px;
    background-color: #f5f5f5;
    color: #0d72b2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    min-height: 42px;
    letter-spacing: .5px;
}

.custom-checkmark input[type=checkbox] {
    display: none;
}
    /* to hide the checkbox itself */

    .custom-checkmark input[type=checkbox] + label:before {
        font-family: FontAwesome;
        display: inline-block;
    }

    .custom-checkmark input[type=checkbox] + label:before {
        content: "\f096";
    }
    /* unchecked icon */
    .custom-checkmark input[type=checkbox] + label:before {
        letter-spacing: 10px;
    }
    /* space between checkbox and label */

    .custom-checkmark input[type=checkbox]:checked + label:before {
        content: "\f046";
    }
    /* checked icon */
    .custom-checkmark input[type=checkbox]:checked + label:before {
        letter-spacing: 7px;
    }
/* allow space for check mark */
.custom-checkmark label {
    font-weight: normal;
    color: #0d72b2;
    font-size: 20px;
    height: 25px;
    margin-bottom: 0;
    cursor: pointer;
}
.custom-checkbox-select label {
    font-weight: normal;
    color: #0d72b2;
    font-size: 20px;
    height: 25px;
    margin-bottom: 0;
    cursor: pointer;
}
.custom-checkbox-select input {
    display: none;
}
    /* to hide the checkbox itself */

    .custom-checkbox-select input ~ label:before {
        font-family: FontAwesome;
        display: inline-block;
    }

    .custom-checkbox-select input ~ label:before {
        content: "\f096";
    }
    /* unchecked icon */
    .custom-checkbox-select input ~ label:before {
        letter-spacing: 10px;
    }

    .custom-checkbox-select input[type=hidden] {
        display: none;
    }
    /* space between checkbox and label */
    .custom-checkbox-select input:checked ~ label:before {
        content: "\f046";
    }
    /* checked icon */
    .custom-checkbox-select input:checked ~ label:before {
        letter-spacing: 7px;
    }

.SORboxbtns {
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
}

    .SORboxbtns button {
        border: none;
        background-color: transparent;
        font-size: 22px;
        color: #0d0e0e;
        margin: 0 10px;
        line-height: 1;
        padding: 5px 10px;
    }

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}

    /* The colour of the indicators */
    .blog .carousel-indicators li {
        background: #a3a3a3;
        border-radius: 50%;
        width: 8px;
        height: 8px;
    }

    .blog .carousel-indicators .active {
        background: #707070;
    }

/*.property-area-tabs.nav-tabs li.active a {
    background-color: #0d72b2;
    color: #fff;
}*/
.property-area-tabs.nav-tabs li.active a {
    background-color: #f4fbff;
    border-bottom: 3px solid #0d72b2;
    color: #0d72b2;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-left: none;
    border-right: none;
    border-top: none;
}

.property-area-tabs.nav-tabs {
    border-bottom: 2px solid #0d72b2;
    padding-bottom: 5px;
}

.PAtab-wrap > .tab-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}

.property-area-tabs li {
    margin-bottom: 0;
    margin-top: 3px;
}

    .property-area-tabs li a {
        background-color: #f4fbff;
        border-bottom: 3px solid transparent;
    }

        .property-area-tabs li a:hover {
            border-bottom: 3px solid #0d72b2 !important;
            color: #0d72b2;
            border-color: transparent;
        }
/*.property-area-tabs > li.areacodelink.active > a:focus, .property-area-tabs > li.areacodelink.active > a:hover {
    background-color: #337ab7;
}*/

.PAtab-wrap .AEtabs .tabs-left {
    padding-top: 0px;
}

.PAtab-wrap .AEtab-content {
    border: 1px solid #e0e0d7;
}

.SORbox.active-box {
    border: 1px solid #0d72b2;
}

    .SORbox.active-box .SORboxhead {
        background-color: #0d72b2;
        color: #fff;
    }

        .SORbox.active-box .SORboxhead .custom-checkmark label {
            color: #fff;
        }

.SORboxhead > span {
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tabs-left > li.active > a {
    background-color: #0d72b2;
    color: #fff;
    padding-top: 15px;
}

    .tabs-left > li.active > a:focus, .tabs-left > li.active > a:hover {
        background-color: #337ab7;
        color: #fff;
    }

.tabs-left > li.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
    border-left: 0;
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
    border-left: 9px solid #0d72b2;
    z-index: 1;
}

.tabs-left > li.active > .btnCopyareafromlink {
    color: #fff;
}

.btnCopyareafromlink {
    position: absolute;
    top: 15px;
    right: -3px;
    background-color: transparent;
    font-size: 14px;
    border: none;
    margin: 0px;
}

    .btnCopyareafromlink:focus {
        color: #0d0e0e;
    }

    .btnCopyareafromlink:hover {
        color: #0d0e0e;
    }

.tabs-left > li.active > .btnCopyareafromlink:focus, .tabs-left > li.active > .btnCopyareafromlink:hover {
    color: #dfdfdf;
}

.SORitem-panel {
    position: absolute;
    width: 100%;
    top: 0;
    left: -115%;
    height: 100%;
    transition: 0.8s !important;
    z-index: 1;
}

    .SORitem-panel.panel-up {
        /*padding-right: 300px;*/
        top: 0;
        transition: left .3s;
        left: 0;
        z-index: 1;
    }

.SORitem-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    border-bottom: 1px solid;
    background-color: #1183bd;
    height: 45px;
    color: #fff;
}

    .SORitem-panel-head .closebtn {
        font-size: 20px;
        font-weight: normal;
        padding: 5px;
        margin-left: 10px;
        color: #fff;
    }

    .SORitem-panel-head > div {
        display: flex;
        align-items: center;
    }

.SORitem-contentpanel {
    padding: 15px;
    background-color: #fff;
    height: 100%;
    overflow: auto;
    padding-bottom: 35px;
}

.SORitempanel-wrap {
    border: 1px solid #CCC;
    height: 100%;
}

.SOR-item-type fieldset {
    border: 1px solid #1698cc;
    margin: 0 2px;
    padding: .35em .625em .75em;
    border-radius: 0px;
    margin-top: 30px;
    box-shadow: -1px 9px 30px -17px rgba(0, 0, 0, 0.44);
}

    .SOR-item-type fieldset legend {
        margin: 0;
        border: none;
        width: auto;
        padding: 5px 12px;
        color: #fdfdfd;
        background: #337ab7;
        font-size: 16px;
    }

.SORitem {
    /*max-width: 190px;*/
    /*width: 250px;*/
    width: 24%;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(34,34,34,.27);
    border-radius: 4px;
    overflow: hidden;
}

.SOR-flex-box {
    display: flex;
    flex-wrap: wrap;
}

.SORitem-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    font-weight: 600;
    color: #fff;
    background-color: #1cb3df;
}

    .SORitem-head .item-head-unit-text {
        margin-left: auto;
        background-color: white;
        color: #1cb3df;
        padding: 2px;
        border-radius: 3px;
        margin-right: 4px;
    }

button.d-btn {
    background-color: transparent;
    border: none;
    margin: 0;
}

.SORitem-detail {
    padding: 5px 10px;
}

    .SORitem-detail span {
        color: #222;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.SORitem-detail-wrap input.sor-comment {
    width: 100%;
    padding: 5px;
    border: none;
    border-top: 1px solid #1183bd;
}

/*.SORitem-detail div > span {
            width: 100%;
        }*/
.SORitem-detail .soritem-issue {
    margin-bottom: 4px;
    min-height: 75px;
    padding-left: 25px;
}

.SORitem-detail .info-icon {
    position: absolute;
    margin-left: -25px;
    margin-top: 9px;
    color: #1cb5e0;
}

    .SORitem-detail .info-icon .fa {
        font-size: 20px;
    }

.SORitem-detail .soritem-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
}

.SORitem-detail div > input {
    width: 50px;
    padding: 2px 3px;
    border: 1px solid #59a3e2;
    border-radius: 0px;
}

.areaBlockplus {
    border: 1px solid #ddd;
}

.btnBlackicon {
    color: #0d0e0e;
}

    .btnBlackicon:hover {
        color: #ffffff;
        background: #337ab7;
    }

.boxAreaElements .btnBlackicon i.fa {
    padding-bottom: 5px;
    padding-left: 1px;
    padding-right: 1px;
}

.areaBlockSection li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
/*Dynamic Property Scope: End*/


/*pk*/
.tab_title {
    display: inline-block;
    width: 100%;
}

#myTabContent .btn-right.inspection-submit {
    margin-right: 0px;
}

.fa {
    font-size: 15px;
}

.tab-content-new-wrap {
    display: flex;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #3d3d3d;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #3d3d3d;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #3d3d3d;
}

:-moz-placeholder { /* Firefox 18- */
    color: #3d3d3d;
}

#lower {
    overflow: hidden;
    width: 100%;
}

.content-bar {
    position: absolute;
    bottom: 0;
    display: none;
    padding: 0;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: -1px 9px 30px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 9px 30px -17px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 30px -17px rgba(0,0,0,0.75);
    width: 100%;
    padding: 20px;
}

.bottom-bar {
    width: 100%;
    height: 100px;
}

#panel {
    display: none;
}

select.form-control {
    background: url(/Content/image/down.png);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    background-size: 15px;
}

select.ui-pg-selbox.form-control {
    color: #0960a5;
    background-color: #fff;
    background: #fff;
}

.foot {
    position: fixed;
    width: inherit;
    text-align: center;
    height: 500px;
    font-size: 18px;
    color: #000;
    /*right: 0;
    left: 0;
	 height: auto;*/
    margin-right: auto;
    margin-left: auto;
    bottom: -490px;
    bottom: -625px;
    transition: .8s all;
    width: calc(100% - 268px);
    z-index: 1;
}


.slide-up {
    bottom: 0px !important;
}

.slide-down {
    bottom: -490px !important;
    bottom: -625px !important;
}


.fit-content-wrap {
    background: #fff;
    padding: 12px;
    border-top: 5px solid #337ab7;
    box-shadow: -1px 9px 30px -17px rgba(0,0,0,0.75);
    padding-bottom: 22px !important;
}

#SOWContainer .fit-content-wrap div.tab-content {
    min-height: 445px;
    overflow: auto;
    max-height: 445px;
}

.btn-read, .btn-read:focus {
    position: fixed;
    bottom: 35px;
    z-index: 999;
    /* right: 11px; */
    background: #337ab7;
    color: #fff;
    left: 230px;
    border-left: 4px solid #17a1d2;
}

    .btn-read:hover {
        background: #337ab7;
        color: #fff;
        border-left: 4px solid #17a1d2;
        opacity: 0.8;
        transition: 0.5s all;
    }



.fit-content-wrap .nav-tabs > li > a {
    margin-right: 4px;
    margin-right: 1px;
    background: #26b99a;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
}

.fit-content-wrap .nav-tabs > li.active > a,
.fit-content-wrap .nav-tabs > li.active > a:focus,
.fit-content-wrap .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #0d72b2 !important;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}

.fit-content-wrap .togle .fa-plus {
    background: #337ab7;
    font-size: 15px;
    color: #ffffff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
}
/*.fit-content-wrap .table-condensed  .collapse.in > td {
    padding-left: 0px !important;
    padding-right: 0px !important;
}*/

.fit-content-wrap .table-condensed > tbody > tr > td,
.fit-content-wrap .table-condensed > tbody > tr > th,
.fit-content-wrap .table-condensed > tfoot > tr > td,
.fit-content-wrap .table-condensed > tfoot > tr > th,
.fit-content-wrap .table-condensed > thead > tr > td,
.fit-content-wrap .table-condensed > thead > tr > th {
    padding: 8px;
}

.fit-content-wrap .table > thead > tr > th {
    text-align: left;
    font-size: 14px;
    background: #26b99a;
    color: #fff;
    background: #17a0d1;
}

.sy-new-wrap {
    box-shadow: -1px 9px 30px -17px rgba(0,0,0,0.75);
    margin-top: 10px;
}

.fit-content-wrap .table {
    color: #3d3d3d;
    margin-bottom: 0px;
    text-align: center;
}


.fit-content-wrap td.hiddenRow {
    padding: 0px !important;
    background: transparent;
}

.fit-content-wrap .table td {
    background: #f7f7f7;
    font-size: 13px;
    text-align: left;
}

.fit-content-wrap .nav-tabs {
    border-bottom: 1px solid #26b99a;
    background: #337ab7;
}

.fit-content-wrap .form-control {
    background: transparent;
}

.fit-content-wrap tr.collapse.in > td:first-child {
    background: #d8e7eb;
}

.tblElement td {
    background: #ffffff !important;
}

.tblSubElement td {
    background: #ddf2f9 !important;
}

.tblsor td {
    background: #ffffff !important;
}

.fit-content-wrap .table .togle i:before {
    content: "\f068";
}

.fit-content-wrap .table .togle.collapsed i:before {
    content: "\f067";
}


/*.fit-content-wrap tr.collapse.in .wraptddiv {    
    background: #d8e7eb;
}*/
.check-new {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .check-new input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    top: -7px;
    left: 4px;
    height: 23px;
    width: 23px;
    background-color: transparent;
    border: 1px solid #26b99a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkmark-top {
    top: 0;
}
/* On mouse-over, add a grey background color */
.check-new:hover input ~ .checkmark {
    background-color: #26b99a;
}

/* When the checkbox is checked, add a blue background */
.check-new input:checked ~ .checkmark {
    background-color: #26b99a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-new input:checked ~ .checkmark:after {
    display: block;
}

btn-filter, .btn-normal,
.btn-filter:focus, .btn-normal:focus {
    background: #26b99a;
    color: #fff;
}

    .btn-filter:hover, .btn-normal:hover {
        background: #4bb9a2;
        color: #fff;
    }

.butons-wrap {
    margin-top: 30px;
}




/* The container */
.cont-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .cont-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .cont-check .checkmark-new {
        position: absolute;
        top: -3px;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
    }

    /* On mouse-over, add a grey background color */
    .cont-check:hover input ~ .checkmark-new {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .cont-check input:checked ~ .checkmark-new {
        background-color: #26b99a;
    }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-new:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cont-check input:checked ~ .checkmark-new:after {
    display: block;
}

/* Style the checkmark/indicator */
.cont-check .checkmark-new:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-new-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

    .check-new-wrap label {
        font-size: 14px;
        color: #3d3d3d;
        font-weight: 400;
        margin-right: 10px;
        margin-bottom: 0;
        position: relative;
        top: 4px;
    }

.bottomalignment label {
    width: 270px;
    font-size: 15px;
    font-weight: 400;
}

.bottomalignment span {
    display: inline-block;
    text-align: right;
    font-weight: 500;
    font-size: 15px;
    color: #337ab7;
}

.bottompricealignment {
    margin-top: 20px;
    background: linear-gradient(to right, #1cb5e0, #0960a5);
    background: -webkit-linear-gradient(to right, #1cb5e0, #0960a5);
}

    .bottompricealignment label {
        width: 160px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
    }

    .bottompricealignment span {
        display: inline-block;
        text-align: right;
        font-weight: 500;
        font-size: 15px;
        color: #fff;
        margin-left: 5px;
    }

.property-acc .panel-title a.collapsed {
    background: #1cb2de !important;
    color: #fff;
    border-left: none;
}

.property-acc .panel-title a {
    background: #1494c9 !important;
    color: #fff;
    border-left: none;
}

.property-acc .panel-body {
    border-left: 3px solid #1494c9 !important;
    border-top: none;
    background: #fff;
    font-size: 15px;
    /* color: #1c2336; */
    line-height: 27px;
    position: relative;
    border-right: none !important;
    border-bottom: 3px solid #1494c9 !important;
    display: inline-block;
    width: 100%;
}


/*.property-acc .panel-body:after {

    .property-acc .panel-body:after {
    18
        content: "";
        height: 3px;
        width: 50%;
        background: #1494c9;
        position: absolute;
        bottom: 0;
        left: 0;

    }
    }*/



label {
    color: #3d3d3d;
    font-size: 14px;
}

.ui-jqgrid .ui-jqgrid-hdiv, .ui-jqgrid .ui-jqgrid-bdiv {
    overflow: visible;
    display: inline-block;
}

.table-responsive {
    min-height: .01%;
    overflow-x: initial;
}

.modal-content {
    border-radius: 0px;
}

.custom-multiselect + .btn-group > .multiselect {
    background: url(/Content/image/down.png);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    background-size: 15px;
    width: 100%;
    border-radius: 4px !important;
}

.btn .caret {
    display: none;
}

.nav-sm .foot {
    width: calc(100% - 110px);
}

/* Style the checkmark/indicator */
.check-new .checkmark:after {
    left: 7px;
    top: 5px;
    width: 7px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-wrap {
    display: flex;
    align-items: center;
}

.flexContainer {
    display: flex;
    flex-direction: column;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    /*background-color: #0960a5;*/
    background-color: gray;
    background-position: center center;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /*background-color: rgba(255, 0, 0, 0.95);*/
    background-color: #0960a5;
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
        /*background-color: rgba(255, 0, 0, 0.95);*/
        background-color: #0960a5;
    }

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:focus {
        background-color: #0960a5;
    }

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:active {
        background-color: #0960a5;
    }

.mCSB_container_wrapper {
    margin-right: 15px;
    margin-bottom: 15px;
}

.pb-5 {
    padding-bottom: 5px;
}

.head-blue {
    color: rgb(9, 96, 165);
    font-weight: 600;
}

.width100 {
    width: 100%;
}

.easy-autocomplete.eac-bootstrap input {
    border-color: #337ab7;
}

table {
    width: 100%;
}

.wraptddiv {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
}

.nav-sm .btn-read, .nav-sm .btn-read:focus {
    left: 90px;
}

.SORgeneric button.multiselect.dropdown-toggle.btn.btn-default {
    border-color: #337ab7;
    border-radius: 0px !important;
    height: 45px;
}

.SORgeneric .custom-multiselect + .btn-group > .multiselect {
    background-position: 138px 10px;
}

.SORgeneric .custom-multiselect + .btn-group ul.multiselect-container.dropdown-menu {
    height: auto;
    max-height: 141px;
    overflow: auto;
    width: 100%;
    overflow-x: hidden;
}

.displayNone {
    display: none !important;
}

.colorbox {
    height: 14px;
    width: 14px;
    display: inline-block;
    vertical-align: text-top;
    margin: 5px;
}

.red-box {
    background: #f27474 none repeat scroll 0 0;
    height: 12px;
    width: 12px;
    display: inline-block;
}

.blue-box {
    background: #80c8ff none repeat scroll 0 0;
    height: 12px;
    width: 12px;
    display: inline-block;
}

.gray-box {
    background: #e3e0e0 none repeat scroll 0 0;
    height: 12px;
    width: 12px;
    display: inline-block;
}

.redBackGround {
    background-color: #f27474 !important;
    color: white !important;
}

.record-variation-position {
    position: absolute;
    right: 30px;
    color: #fff;
    padding-top: 8px;
}

    .record-variation-position .control-selection {
        display: flex;
        justify-content: flex-end;
    }

        .record-variation-position .control-selection .custom-chk-wrap {
            padding-right: 10px;
            line-height: 12px;
        }

            .record-variation-position .control-selection .custom-chk-wrap .check-new {
                font-size: 12px;
                font-weight: normal;
                padding-left: 25px;
                color: #fff;
                margin-bottom: 3px;
            }

.custom-chk-wrap .check-new .checkmark {
    top: -2px;
    left: 0px;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #fff;
}

    .custom-chk-wrap .check-new .checkmark:after {
        left: 3px;
        top: 1px;
        width: 6px;
        height: 9px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.record-variation-position span {
    font-size: 16px;
}

.record-variation-position label span {
    font-size: 14px;
}

.wd-65 {
    width: 70% !important;
}

.mr-10 {
    margin-right: 10px;
}

.ds-flex {
    display: flex;
}

.validaterr {
    color: #ff6a6a !important;
    border-bottom: 2px solid #ff6a6a !important;
}

.easy-autocomplete-container {
    min-width: 545px;
    width: auto;
    max-height: 250px;
    box-shadow: 1px 2px 10px 0px #727272;
    overflow-y: auto;
}

    .easy-autocomplete-container.mCustomScrollbar {
        border: 1px solid #a6c9e2;
        background: white;
    }

    .easy-autocomplete-container ul li.selected {
        cursor: pointer;
        border: 1px solid #79b7e7;
        background: none repeat scroll 0 0 #d3e6f6;
        font-weight: bold;
        color: #0960a5;
    }

    .easy-autocomplete-container ul {
        white-space: nowrap;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .easy-autocomplete-container ul > li {
            border: none;
            white-space: pre-wrap;
            min-width: 520px;
        }


    .easy-autocomplete-container .mCSB_container_wrapper > .mCSB_container {
        padding-right: 1px;
    }

.visibleblock {
    display: block;
}

.visiblenone {
    display: none !important;
}

.tdDescription {
    width: 15%;
}

/*.tdQTY {
    width: 5%;
}*/

.tdCommment {
    width: 10%;
}

td.tdPlannedYear {
    width: 10%;
}

.clsHardDelete {
    width: 10%;
}

.tblSOWsection td:first-child {
    width: 0.1%;
    padding: 0px !important;
}

.pd-10 {
    padding: 10px;
}

.pd-5 {
    padding: 0px 2px 5px 0px;
}
/*.tbl-file-wraper .file-input .btn{
    padding:7px 7px;
}

.tbl-file-wraper .btnImage{
       
    width: 163px;

}
.tbl-file-wraper .file-input{
        width: 100%;
}
.tbl-file-wraper .file-caption-main{
     display: flex;
    width: 160px;
}
.tbl-file-wraper .input-group-btn{
    display:flex;
    width: 100%;

}
.tdActions{
    position:relative;
}
    .tdActions .btnCancelImageUpload {
        position: absolute;
        right: 5px;
        top: 12px;
    }*/

/*.file-input .grid-btn{
         display: flex;
    align-items: center;
    justify-content: center;
 }*/
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0px;
}

.sidenav .carousel-inner > .item > a > img, .sidenav .carousel-inner > .item > img, .sidenav .img-responsive, .thumbnail a > img, .sidenav .thumbnail > img {
    height: 60px;
    width: 100%;
}

.custom-checkmark label.disabled {
    color: #698699;
}
/*Scrollbar start*/
/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #7d7f7f;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }



/* width */
body::-webkit-scrollbar {
    width: 8px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: #7d7f7f;
}

    /* Handle on hover */
    body::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*Scrollbar End*/
.accordion-toggle {
    cursor: pointer;
}

.multiselect-container.dropdown-menu li.active label {
    color: #fff;
}

.multiselect-container.dropdown-menu label.radio input[type=radio] {
    visibility: hidden;
}

.multiselect-container.dropdown-menu label.radio {
    padding: 6px 15px 6px 15px;
}

.multiselect-container i.glyphicon.glyphicon-remove-circle {
    color: #179ed0;
}

/*.form-horizontal .form-group {
    min-height: 67px;
}*/

span.multiselect-native-select {
    display: block;
}

.PAtabs-wrapdiv {
    display: inline-block;
    width: 100%;
}

.sidepanel-form .input-check .cyclicBlock {
    width: 55%;
    height: 34px;
    margin-left: 16px;
}

.sidepanel-form .wd-65 .custom-multiselect + .btn-group > .multiselect {
    background-position: 85px;
}

.sidepanel-form .wd-65 button.multiselect.dropdown-toggle.btn.btn-default {
    width: 100px !important;
    margin-right: 5px;
}

.nav > li > a {
    padding: 13px 14px 12px;
}

.ui-jqgrid .ui-jqgrid-btable {
    table-layout: fixed;
    /*display: block;*/
    overflow: auto;
}

.property-gallery .owl-buttons .owl-prev, .property-gallery .owl-buttons .owl-next {
    font-size: 33px;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    justify-content: center;
    background-color: #f1f1f1;
    color: #1289c1;
    margin: 3px;
    border-radius: 3px;
}

.justify-content-space {
    justify-content: space-between;
}

.justify-content-flex-end {
    justify-content: flex-end;
}

.tooltip {
    z-index: 9999;
}

.property-area-ele {
    text-align: right;
}

.menu-report-btn {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.rollbackselect {
    padding: 5px;
    border-bottom: 1px solid #17a0d1;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.border-none {
    border: none;
}

.pd-05 {
    padding: 5px 5px;
}

#editModel {
    z-index: 99999;
}

#menuSOWReport .custom-checkmark label {
    font-size: 15px;
    padding: 0px 5px;
}
/*#menuSOWReport .custom-checkmark {
   float:right;
}*/
#menuSOWReport .check-new {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
}

#menuSOWReport .checkmark {
    top: -4px;
}

#menuSOWReport .x_panel.border-none {
    overflow: unset;
    padding-top: 17px;
    padding-bottom: 5px;
}

.top-10 {
    top: -10px;
    position: relative;
}

.py-5 {
    padding: 0 5px;
}

.py-10 {
    padding: 0 10px;
}

.px-5 {
    padding: 5px 0;
}

.pt-15 {
    padding-top: 15px;
}

.w-100 {
    width: 100% !important;
}

.rect-table {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 5px;
}

    .rect-table label {
        margin-bottom: 0;
    }

.carousel-img {
    height: 60px;
    width: unset;
    margin: auto;
}

.d-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.d-flex-reverse {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.align-div {
    text-align: right;
}
/*#a6f7a9*/
.closeProperty {
    background: #d4ffd6 none repeat scroll 0 0 !important;
    border-bottom: 1px solid #ffffff;
}

.divgridList .alertBox-primary label {
    color: #004085;
}

.closePropertyAssociation {
}
/*============15-11-2019=========*/
.textbox1 {
    width: 20%;
    margin-left: 20px;
}

.report-menu-inner {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    padding-bottom: 10px;
}

.color-info .color-wrap {
    display: flex;
}

    .color-info .color-wrap .color-inner {
        display: flex;
        align-items: center;
    }

#divRollbackStatus .multiselect-native-select .custom-multiselect + .btn-group .multiselect {
    width: 200px !important;
}

.area-element-filter-wrap {
    display: flex;
    align-items: center;
}




@media (max-width: 1024px) {
    #menuSOWReport .custom-multiselect + .btn-group {
        width: 90px !important;
    }

    .table-responsive {
        min-height: 100%;
        overflow-x: auto;
    }
}

@media (max-width: 320px) {
    .sor-manual-search {
        width: 90px !important;
    }
}

@media (max-width: 480px) {
    .user-search {
        width: 100% !important;
    }

    .user-search-section {
        display: inline-block;
        width: 100%;
    }

        .user-search-section #btnfilter {
            position: absolute;
            right: 20px;
            top: 12px;
        }

        .user-search-section #btnReset {
            position: absolute;
            right: 20px;
            top: 50px;
        }
}

ul.msg_list li:last-child {
    margin-bottom: 6px;
    padding: 5px;
}

ul.msg_list li ul li:last-child {
    margin-bottom: 2px;
    padding: 2px;
}

ul.msg_list li ul li {
    padding: 2px;
}

ul.msg_list li a {
    border-bottom: 1px solid;
}

ul.msg_list {
    max-height: 400px;
    overflow-x: auto;
}

.check-time {
    position: absolute;
    right: 15px;
    top: 10px;
}

.noti-title {
    font-size: 14px;
    color: #fff;
    background: #337ab7 !important;
}

ul.msg_list li a .message {
    padding-top: 4px;
}

.display-Contents {
    display: contents;
}

.qus-ans-title {
    padding: 5px 10px;
    background: #ddf7ff;
}

.PropertyScopecls .buutons-wrap .toggle-accordion i:before {
    content: "\f067";
}

.PropertyScopecls .buutons-wrap .toggle-accordion.active i:before {
    content: "\f068";
}

.PropertyScopecls .buutons-wrap .toggle-accordion i {
    background: #caf3ff;
    padding: 5px 7px;
    color: #0e74b3;
}

/*.PropertyScopecls .buutons-wrap #tblSOWReport.toggle-accordion i:hover {
    color: #5A738E;
}*/
#SOWContainer .toggle-accordion i:before {
    content: "\f067";
}

#SOWContainer .toggle-accordion.active i:before {
    content: "\f068";
}

#SOWContainer .toggle-accordion i {
    background: #caf3ff;
    padding: 5px 7px;
    color: #0e74b3;
}

.chkdynamicCHK {
    margin-bottom: 0px;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    line-height: 2;
}

    .chkdynamicCHK .checkmark {
        border: 1px solid #337ab7;
        border-radius: 4px;
        top: 0
    }

    .chkdynamicCHK input:checked ~ .checkmark {
        background-color: #337ab7;
    }
    /*.chkdynamicCHK:hover input ~ .checkmark {
    background-color: #fff;
}*/

    .chkdynamicCHK input:checked ~ .checkmark {
        background-color: #337ab7;
    }

    .chkdynamicCHK:hover input ~ .checkmark {
        background-color: #337ab7;
    }

#divSelectManaulItem .modal-body {
    padding-bottom: 10px;
}

#divSelectManaulItem .x_panel {
    padding-bottom: 5px;
}

.hr-border {
    border-top: 2px solid #337ab7;
}

.x_title h3 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    color: #0d72b2;
    font-size: 18px;
    font-weight: bold;
    white-space: normal;
}

.x_title h4 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    color: #0d72b2;
    font-size: 16px;
    font-weight: bold;
    white-space: normal;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.lazyload:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: rgb(10, 101, 169);
    animation: spinner .6s linear infinite;
}

.chkGallery .checkbox span {
    font-size: 16px;
    color: #3d3d3d;
}

li.areaBlockplus {
    background-color: #0d72b2;
    color: #fff;
}

    li.areaBlockplus button {
        color: #fff;
    }

    li.areaBlockplus:hover {
        background-color: #337ab7;
        color: #fff;
    }

.autocompleteloader {
    background: url(/Content/image/ajax-loaderOld.gif);
    background-repeat: no-repeat;
    background-position: right;
}

@keyframes spinner-border {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.autocompleteloader {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    color: #0d72b2;
    right: 15px;
}
.defaultVersion {
    border: 1px solid #1cb5e0;
    background-color: #e9f3fc !important;
}
p#lblMsgConfirmYesNo h5 {
    line-height: 1.4;
}
.SORitem-head-highlight {
    background-color: #26B99A;
}
.d-inline-flex {
    display: inline-flex;
}
.templateerror {
    position: absolute;
    bottom: -20px;
}
.SORitem-detail-highlight {
    background-color: rgb(22 159 133 / 14%);
}
