﻿
/* Violation Details Start */


@media (min-width: 576px) {
    .modalpopup-style .modal.left .modal-dialog,
    .modalpopup-style .modal.right .modal-dialog {
        width: 960px;
        max-width: 960px;
    }
}

.modalpopup-style {
    /*Left*/
    /*Right*/
}

    .modalpopup-style .modal-content .modal-header {
        padding: 20px 15px 5px;
    }

    .modalpopup-style .modal.left .modal-dialog,
    .modalpopup-style .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 960px;
        max-width: 960px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .modalpopup-style .modal.left .modal-content,
    .modalpopup-style .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
        border-radius: 0;
        overflow-x: hidden;
    }

    .modalpopup-style .modal.left .modal-body,
    .modalpopup-style .modal.right .modal-body {
        padding: 15px 15px 80px;
    }

    .modalpopup-style .modal.left.fade .modal-dialog {
        left: -960px;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
        -o-transition: opacity 0.3s linear, left 0.3s ease-out;
        transition: opacity 0.3s linear, left 0.3s ease-out;
    }

    .modalpopup-style .modal.left.fade.show .modal-dialog {
        left: 0;
    }

    .modalpopup-style .modal.right.fade .modal-dialog {
        right: -960px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
        -o-transition: opacity 0.3s linear, right 0.3s ease-out;
        transition: opacity 0.3s linear, right 0.3s ease-out;
    }

    .modalpopup-style .modal.right.fade.show .modal-dialog {
        right: 0 !important;
    }


.Violation-details-info .date-time-name {
    font-weight: bold;
    font-size: 15px;
}

.Violation-details-info hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.Violation-details-info .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.Violation-details-info .Violation-info {
    display: flex;
    align-items: center;
    padding: 15px 15px;
    background: #135b79;
    color: #fff;
}

.Violation-details-info .imgcoun {
    margin-left: auto;
}

.Violation-details-info .owlcarousel-silder .owl-next,
.Violation-details-info .owlcarousel-silder .owl-prev {
    background: rgba(255, 255, 255, 0.7) !important;
    width: 40px;
    line-height: 40px;
    height: 40px;
    margin-top: -44px;
    position: absolute;
    text-align: center;
    top: 50%;
    border-radius: 40px;
    color: #135b79 !important;
}

.Violation-details-info .owlcarousel-silder .owl-next {
    right: 10px;
}

.Violation-details-info .owlcarousel-silder .owl-prev {
    left: 10px;
}

.Violation-details-info .owlcarousel-silder {
    position: relative;
}

.Violation-details-info table.Violation-table td, .Violation-details-info table.Violation-table th {
    text-align: left;
    padding: 17px 20px;
    vertical-align: middle;
}

.Violation-details-info table.table.table-striped.Violation-table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.Violation-details-info table.table.table-striped.Violation-table tbody tr td:last-child {
    text-align: right;
}

.Violation-details-info table.table.table-striped.Violation-table tbody tr td:first-child {
    font-weight: bold;
}

.Violation-details-info .vdimain-silder-table {
    display: flex;
    margin-bottom: 20px;
}

    .Violation-details-info .vdimain-silder-table .vdi-silder {
        width: 60%;
    }

    .Violation-details-info .vdimain-silder-table .vdi-table {
        background: #f5f5f5;
        width: 40%;
    }

.Violation-details-info .ViolationDescription {
    padding: 15px;
    border: 1px dashed #135b79;
    background: whitesmoke;
    display: flex;
    /*align-items: center;*/
    margin-bottom: 10px;
}

    .Violation-details-info .ViolationDescription label {
        font-weight: bold;
        margin-right: 10px;
        margin-bottom: 0;
        white-space: nowrap;
    }

.Violation-details-info .ViolationCommentsmain {
    display: flex;
    align-items: center;
}

    .Violation-details-info .ViolationCommentsmain .violatcomm-btn.leftbutton {
        margin-left: auto;
    }

.Violation-details-info .violatcomm-btn.leftbutton a.btn {
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    margin-left: 6px;
    height: 38px;
}

.Violation-details-info .violatcomm-label {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
}

    .Violation-details-info .violatcomm-label span.vc-inspector {
        font-weight: normal;
        font-size: 14px;
        margin-left: 10px;
    }

    .Violation-details-info .violatcomm-label a.btn.btn-primary.btn-sm.AddNewContacticon {
        width: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px !important;
        margin-left: 6px;
        height: 38px;
    }




/* Violation Details End */
.width100 {
    width: 100%;
}

.multiselectnativeselect span.multiselect-native-select {
    width: 100%;
}

    .multiselectnativeselect span.multiselect-native-select .btn-group {
        width: 100%;
    }

    .multiselectnativeselect span.multiselect-native-select button.multiselect.dropdown-toggle {
        width: 100%;
        display: flex;
        align-items: center;
        border: 1px solid #ced4da;
        padding: 10px 10px;
    }

.multiselectnativeselect button.multiselect.dropdown-toggle.btn.btn-default .caret {
    margin-left: auto;
}

.multiselectnativeselect ul.multiselect-container {
    border: 1px solid rgba(0, 0, 0, 0.2);
    width:100%;
}

ul.multiselect-container li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

    ul.multiselect-container li a label.checkbox {
        padding: 0;
        display: flex;
        align-items: center;
        color: black;
    }

.multiselect-container > li > a > label > input[type=checkbox] {
    margin-bottom: 0 !important;
    margin-right: 5px !important;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
    z-index: 999999;
}

#upload-submitting {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, .2);
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100%;
}

    .loader:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.filter-elements {
    padding: 10px;
    display: flex;
    align-items: center;
}

    .filter-elements .left {
        display: flex;
        align-items: center;
    }

        .filter-elements .left .dropdown-menu {
            margin: 0;
            padding: 0;
            min-width: 269px;
            margin-top: 5px;
            font-size: 14px;
        }

        .filter-elements .left ul.nav.nav-tabs {
            justify-content: center;
            border: 1px solid;
            margin: 15px;
            border-radius: 4px;
            border: 1px solid #135b79;
            margin: 15px;
            border-radius: 4px;
            padding: 0;
        }

            .filter-elements .left ul.nav.nav-tabs li a.nav-link.active {
                background: #135b79;
                color: #fff;
                text-decoration: none;
                border: 0;
                border-radius: 0;
                height: 100%;
            }

            .filter-elements .left ul.nav.nav-tabs a.nav-link.show {
                width: 100%;
                text-align: center;
                padding: 8px 10px;
                font-size: 13px;
                border: 0 !important;
                border-radius: 0;
            }

            .filter-elements .left ul.nav.nav-tabs li.nav-item {
                width: 100%;
                padding: 0;
                margin: 0;
            }

    .filter-elements .right {
        margin-left: auto;
    }

        .filter-elements .right button.btn.btn-primary {
            height: 38px;
            display: flex;
            align-items: center;
            padding: 6px 10px;
        }

        .filter-elements .right input.form-control {
            height: 38px;
        }

    .filter-elements .btn-primary {
        padding: 10px;
    }

ul.CurrentHistorical {
    display: flex;
    list-style-type: none;
    /*border: 1px solid #003c4b;*/
    margin-bottom: 0px;
}

    ul.CurrentHistorical li a {
        padding: 7px 10px;
        display: block;
        text-decoration: none;
        border: 1px solid #135b79;
        color: #135b79;
    }

        ul.CurrentHistorical li a:hover {
            background-color: #f2f2f2;
        }

    ul.CurrentHistorical li:first-child a {
        border-radius: 4px 0px 0px 4px;
    }

    ul.CurrentHistorical li:last-child a {
        border-radius: 0px 4px 4px 0px;
    }

    ul.CurrentHistorical li a.menu.active {
        background: #135b79;
        color: #fff;
        text-decoration: none;
    }

.leftbutton {
    display: flex;
}

    .leftbutton .AddNewContacticon {
        padding: 7px 10px !important;
        margin-right: 10px;
    }

/*.leftbutton .dropdown a.btn.btn-primary.btn-sm {
        background-color: transparent;
        color: #135b79;
        padding: 10px 15px;
        border-color: #135b79;
    }*/

.bysourcediv {
    margin-bottom: 15px;
}

    .bysourcediv .custom-control.custom-checkbox {
        margin-bottom: 5px;
    }

.sumbitbtndiv {
    display: flex;
    align-items: initial;
    justify-content: center;
    background: #f4f4f4;
    padding: 10px 5px;
}

    .sumbitbtndiv .btn.btn-outline-secondary:hover {
        color: #135b79;
        background-color: #d5d5d5;
        -webkit-box-shadow: 0 0 0 1px #eeeeee, 0 0 0 3px #135b79;
        box-shadow: 0 0 0 1px #eeeeee, 0 0 0 3px #135b79;
    }

    .sumbitbtndiv .btn {
        padding: 6px !important;
        margin: 0 5px !important;
        font-size: 14px;
    }

.ax-box {
    display: flex;
    border: 1px solid #eee;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
}

    .ax-box .ax-boxleft {
        max-width: 200px;
        background: #f2f2f2;
        padding: 15px;
        width: 100%;
    }

        .ax-box .ax-boxleft .bottomab p.usename {
            margin-bottom: 5px;
        }

        .ax-box .ax-boxleft .topab {
            margin-bottom: 15px;
        }

            .ax-box .ax-boxleft .topab p.usename {
                font-weight: bold;
                margin-bottom: 5px;
            }

    .ax-box .ax-boxright {
        width: 100%;
        padding: 15px;
    }

table.tableMasterwidget {
    width: 100%;
}

    table.tableMasterwidget td {
        padding-bottom: 5px;
        padding-right: 15px;
        vertical-align: text-bottom;
    }

.ax_defaultbox {
    padding: 15px 0 0;
    padding-top: 0;
}

.tablewithdropdown {
    display: flex;
}

    .tablewithdropdown .dropdown .dropdown-menu.dropdown-menu-right {
        min-width: 120px !important;
    }

    .tablewithdropdown .dropdown .fas.fa-pen.editcontent {
        margin-right: 3px;
        color: #135b79;
    }

    .tablewithdropdown .dropdown .fas.fa-trash-alt.deletecontent {
        margin-right: 3px;
        color: #85312c;
    }

    .tablewithdropdown .dropdown button.btn.btn-primary.dropdown-toggle {
        background: transparent;
        /*color: #135b79;*/
        font-size: 18px;
        padding: 0px 10px;
        height: auto;
        border: 0;
        border-radius: 2px;
    }

        .tablewithdropdown .dropdown button.btn.btn-primary.dropdown-toggle::after {
            display: none;
        }

        .tablewithdropdown .dropdown button.btn.btn-primary.dropdown-toggle:hover {
            background-color: #135b79;
            color: #fff;
            padding: 0px 10px;
            height: auto;
            border: 0;
            border-radius: 2px;
        }

.upload-description {
    margin-top: 1em;
}

    .upload-description ul > li {
        list-style-type: none !important;
        float: left;
        padding-right: .25em !important;
    }

        .upload-description ul > li:after {
            content: ",";
        }

        .upload-description ul > li:last-child:after {
            content: none;
        }


.carousel.slide .carousel-control-prev {
    /*left: -34px;*/
    left: calc(100% - 105.1%) !important;
}

.carousel.slide .carousel-control-next {
    /*right: -34px;*/
    right: calc(100% - 105.1%) !important;
}

.carousel.slide i.fas {
    color: #0382a2;
    z-index: 99999;
    font-size: 19px;
}

.sizer.content {
    text-align: left;
}

.spdetailview_table {
    width: 100%;
}

.PropertyDetail {
    padding: 10px;
    margin: 10px 50px 0px 50px;
    background: orange;
    color: #000 !important;
    text-decoration: none !important;
    border-radius: 10px;
}

.carousel-caption .h3 {
    color: #fff !important;
    background-color: rgba(52, 68, 82,0.8);
    width: 100%;
    padding: 10px;
}

.property-carousel-img {
    object-fit: cover;
    /*max-height: 10em;*/
    max-height: 40em;
    margin: auto;
    width: 100%;
    height: 100%;
}



.vertical-tab-style .nav-item {
    border-left-style: solid;
    border-left-color: transparent;
}
/*template css*/
a#user-account-link span.notranslate {
    white-space: nowrap;
    color: #fff;
}

._custome-header {
    padding: 0 0 0 20px;
}

li.signinclass {
    display: none !important;
}

button#btnLogOut {
    border: 0;
    background-color: #fff;
    border-radius: 20px;
    padding: 2px 15px;
    color: #006381;
}

a.activeclass {
    border-bottom: 3px solid white;
    /*padding: 0 !important;*/
}

ul.dropdown-menu.show li.dropdown-item a.activeclass {
    background: #f7f7f7;
    color: #006381;
}

.SignLogin {
    display: flex;
    align-items: center;
}

    .SignLogin a {
        color: #006381;
        background: #fff;
        justify-content: center;
        font-size: 14px;
        border-radius: 20px;
        padding: 2px 15px;
        display: flex;
        align-items: center;
        white-space: nowrap;
        margin-left: 10px;
        text-transform: capitalize;
    }
/*template css*/

.property-list-main .unverified-status {
    border-top: 4px solid #3968A9 !important;
}

#divSearchResult .highlight {
    /* background-color: #95c5df; */
    border: 3px solid #83B6FF !important;
}

a[disabled], a[disabled]:hover {
    pointer-events: none;
    color: #e1e1e1;
}

.ReadOnlyClass {
    position: relative;   
}

.AllowEditClass {
    pointer-events:all !important;
}

.ReadOnlyClass:before {
        position: absolute;
        content: " ";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        z-index: 9;
}

span.fa.fa-asterisk.text-danger.isRequired {
    font-size: 8px;
    vertical-align: super;
}

.UnitTypetitle {
    font-size: 14px;
    margin: 15px 0 5px;
    font-weight: bold;
}




.load {
    display: normal;
    background: rgba( 255, 255, 255, .8 ) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}

.loading .load {
    overflow: hidden;
}

.loading .load {
    display: block;
}

a.btn.dropdown-toggle.ellipsis span.fas.fa-ellipsis-v {
    color: #0c4f88 !important;
}

.dropdown-toggle.ellipsis::after {
    display: none;
}

.loaderclass {
    position: relative;
}

    .loaderclass div.divLoader {
        width: 100%;
        position: absolute;
        height: 100%;
        background: hsla(0, 0%, 70%, 0.5);
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
    }

    .loaderclass span#blockUIMessage {
        color: #175a79;
        font-size: 18px;
        font-weight: bold;
    }

.input-group.date.FormDatePicker span.btn.btn-primary.custome-input-button.input-group-addon.FormDatePickerbtn {
    /*background: #fff !important;*/
    color: #0c4f88 !important;
    border-radius: 0 5px 5px 0px;
    border-left: 0 !important;
    border: 1px solid;
    border-color: #ced4da !important;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.5;
    color: #212529 !important;
}

    legend.required-label {
        position: relative;
    }

        /*legend.required-label:before {
            content: "*";
            color: red;
        }*/

        .asterisk{
            color:red;
        }

._custome-header ul._nav-list li:last-child {
    border-right: 0px solid #fff !important;
}

.text-decoration-underline {
    text-decoration: underline;
}
.glyphicon-ok::before {
    content: "\f00c";
}

.glyphicon-remove::before {
    content: "\f00d";
}

.glyphicon {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
}

.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.ticker {
    font-size: 14px;
    background: #FFFA90;
    padding-top: 5px;
    padding-bottom: 5px;
}

.hide {
    display: none;
}
.SupportedBrowserButton {
    /*font-size: 15px;*/
    /*color: #fff;*/
    color:white;
    outline: none;
    padding: 6px 30px;
    border: 0;
    border-radius: 20px;
    background: #10354c;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: auto;
    min-width: 190.5px;
    letter-spacing: .5px;
    margin-bottom:20px;
    /*font-weight: 400;*/
}
.RemoveReadOnlyClass {
    z-index: 10;
    position: relative;
}