html {
    background: url(../images/site-background.jpg) no-repeat center center fixed;
    background-color: #f9f9f9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    background: transparent;
}

.log-in .login {
    margin-top: 50px;
    padding: 30px 15px;
    background: rgba(0,0,0,0.7);
    border-radius: 4px;
    max-width: 400px;
}

.log-in .login-foot {
    margin-top: 30px;
    font-size: 15px;
    color: #fff;
}

.login form {
    color: #fff;
}

.login h1 {
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

    .login h1 label {
        display: block;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 22px;
    }

        .login h1 label:before {
            content: "";
            display: block;
            width: 190px;
            height: 1px;
            border-bottom: 1px dashed #fff;
            margin: 5px auto 10px auto;
        }

.login .logo {
    /*height: 60px;*/
    overflow: hidden;
    margin: 10px 0;
    text-align: center;
    font-size:18px;
}

    .login .logo img {
        width: 282px;
    }

.login .form-control {
    text-indent: 0;
    box-shadow: none;
    outline: none;
    border: 1px solid #dfe7f1;
    color: black;
}

.login form select.form-control {
    padding: 0 0 0 7px;
    color: #000;
}

.login input[type=checkbox] {
    margin: 0 10px 0 0 !important;
    position: relative !important;
}

.login i.fa {
    font-size: 14px;
}

.login button.btn {
    margin-top: 5px;
}

.login .form-group {
    margin-bottom: 16px;
}

.login a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.login .text-danger {
    color: #fe705f !important;
}

.login .validation-summary-errors.alert {
    width: 100%;
}

.register {
    text-align: center;
}

    .register > div {
        height: 100%;
        margin: 0 0 20px 0;
        padding: 20px 30px 10px 15px;
        border-left: 5px solid #666;
        border-radius: 0 4px 4px 0;
        align-items: center;
        display: flex;
    }

        .register > div p {
            color: #fff;
            font-size: 25px;
            flex: 1;
        }

        .register > div a {
            margin-top: 20px;
        }

.login.signup {
    max-width: 700px;
    background: rgba(0,0,0,0.7);
    box-shadow: none;
    padding: 25px;
    margin: 43px auto 0 auto;
    border-radius: 4px;
    color: #fff;
}

    .login.signup .demo-hint {
        color: #ccc;
    }

    .login.signup .control-label {
        font-weight: normal;
        margin-bottom: 0;
    }

    .login.signup .form-group {
        margin-bottom: 10px;
    }

        .login.signup .form-group .k-datepicker .form-control {
            border: 0 !important;
        }

        .login.signup .form-group .input-group .k-datepicker {
            width: 100% !important;
        }


@media (max-width:991px) {
    .register > div {
        height: auto;
        margin: 40px 0 20px 0;
        border-left: 0;
        border-top: 5px solid #666;
    }

    .log-in .row {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
    }
}


.progress {
    margin-bottom: 20px;
}

.progress-msg {
    color: #01c701;
    margin-bottom: 20px;
}

.nav-tabs .nav-item .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    /*pointer-events: none;*/
}

.tab-content {
    padding: 15px 0px;
}

    .tab-content .heading {
        color: #000 !important;
        font-size: 20px;
        border-bottom: 1px dashed #dad8d7;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .tab-content b.green {
        color: green;
        font-weight: 700;
    }

    .tab-content b.red {
        color: red;
        font-weight: 700;
    }

    .tab-content #grid {
        height: auto !important;
    }

.control-label {
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', sans-serif;
    color: #3575B9 !important;
}

a {
    color: #2284fe;
}

    a:hover {
        color: #3575B9;
    }

label {
    font-weight: 700;
}

.form-group {
    margin-bottom: 25px;
}

.form-control {
    border: none;
    border: 1px solid #dfe7f1;
    box-shadow: none;
    outline: none;
    color: inherit;
    height: 39px;
    font-size: 16px;
}

input[type=file].form-control {
    line-height: normal;
    padding: 6px 5px;
    height: auto;
}

textarea.form-control {
    height: 100px;
    resize: none
}

.form-control:disabled, .form-control[readonly], .disabled-area, .form-control.disabled {
    background-color: #f9f9f9;
    opacity: 1;
    border: 1px dashed #e0e0e0;
    color: #3e3e3e;
    cursor: not-allowed;
}


.btn-primary {
    background: #3575b9;
    border-color: #3575b9;
}


select.diver-cat .diver1 {
    color: green;
}

select.diver-cat .diver2 {
    color: orange;
}

select.diver-cat .diver3 {
    color: red;
}

select.diver-cat .diver4 {
    color: blue;
}

div.diver-cat div {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
}

    div.diver-cat div:before {
        content: "";
        width: 12px;
        height: 12px;
        display: inline-block;
        background: #000;
        margin-right: 10px;
    }

    div.diver-cat div.diver1:before {
        background: green;
    }

    div.diver-cat div.diver2:before {
        background: orange;
    }

    div.diver-cat div.diver3:before {
        background: red;
    }

    div.diver-cat div.diver4:before {
        background: blue;
    }

    div.diver-cat div.diver1 {
        color: green;
    }

    div.diver-cat div.diver2 {
        color: orange;
    }

    div.diver-cat div.diver3 {
        color: red;
    }

    div.diver-cat div.diver4 {
        color: blue;
    }


.topMsg {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #f5f8af;
    background: linear-gradient(#f5f8af, #edf284);
    text-align: center;
    font-weight: normal;
    padding: 3px 0;
    font-size: 16px;
    border-top: 1px solid #b2ab25;
    border-bottom: 1px solid #b2ab25;
    z-index: 999999;
}

    .topMsg b {
        color: red;
        font-weight: normal;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #949494;
    border-color: #949494;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffe0c9;
    border-bottom-color: #ffe0c9;
}

.input-group-addon {
    background-color: #f7f9fc;
    border: 1px solid #dfe7f1;
}

.assignee-wrapper .glyphicon.glyphicon-user {
    top: 3px
}

a.btn-default {
    color: #428bca
}

.text-danger {
    color: red
}



.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3575d3;
}

.small-tabs .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 7px;
}

/* End Bootstrap overrides */

/* Start Kendo overrides */
.k-input, .k-multiselect-wrap, .k-textbox > input, input.k-textbox, input.k-textbox:hover, textarea.k-textbox, textarea.k-textbox:hover {
    background-color: #f7f9fc;
    color: #505e6c;
}

.k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
    background-color: #f7f9fc;
}

.k-datetimepicker .k-select {
    width: 3.8em;
}


.k-datetimepicker .k-picker-wrap .k-icon {
    margin: 0 2px;
}

.k-datetimepicker .k-picker-wrap .k-input {
    box-shadow: none;
}

.k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-multiselect.k-header, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
    border-color: #dfe7f1 !important;
}


.k-progressbar > .k-state-selected, .k-widget.k-autocomplete, .k-widget.k-combobox, .k-widget.k-datepicker, .k-widget.k-datetimepicker, .k-widget.k-dropdown, .k-widget.k-menu, .k-widget.k-multiselect, .k-widget.k-numerictextbox, .k-widget.k-progressbar, .k-widget.k-timepicker {
    display: block;
}

.k-grid-edit, .k-grid-edit-command {
    margin-right: 5px;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
    background-image: none !important;
    color: white !important;
    padding: 4px 7px;
    min-width: 0 !important;
    font-size: 13px;
    border-radius: 2px;
}

    .k-grid-edit:hover {
        background-image: none;
        background-color: #ed9c28;
        border-color: #d58512;
    }

.k-grid-delete, .k-grid-remove-command {
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
    background-image: none !important;
    color: white !important;
    padding: 4px 7px;
    min-width: 0 !important;
    font-size: 13px;
    border-radius:2px;
}

    .k-grid-delete:hover {
        background-image: none;
        background-color: #d2322d;
        border-color: #ac2925;
    }


.k-button.k-primary.k-grid-update {
    background-color: #5cb85c;
    border-color: #4cae4c;
    background-image: none;
    color: white !important;
}

    .k-button.k-primary.k-grid-update:hover {
        background-image: none;
        background-color: #47a447;
        border-color: #398439;
    }

    .k-button.k-primary.k-grid-update:focus {
        -webkit-box-shadow: 0 3px 4px 0 rgba(57,132,57,.4);
        box-shadow: 0 3px 4px 0 rgba(57,132,57,.4);
    }

.k-grid-edit .k-icon, .k-grid-delete .k-icon, .k-grid-update .k-icon {
    font-size: 13px;
    box-shadow: none !important;
}

.k-filter-menu label {
    margin-right: 5px;
}

.k-filter-menu input[type=radio] {
    margin-right: 5px;
}

.k-notification-wrap > .k-i-information, .k-notification-wrap > .k-i-warning, .k-notification-wrap > .k-i-success, .k-notification-wrap > .k-i-error {
    margin-right: 6px;
}

.engineer-edit .form-group, .project-location-edit .form-group {
    margin-bottom: 15px;
    padding: 0 15px;
}

.engineer-edit .k-textbox, .project-location-edit .k-textbox {
    width: 100%;
}

.project-location-edit .multi-line {
    box-sizing: border-box;
}

.k-widget.k-tooltip-validation {
    position: relative;
    text-align: left;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
/* Start Kendo overrides */
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 30px;
}

/* Set width on the form input elements since they're 100% wide by default */


div.navbar {
    color: #f3f3f3
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffe0c9;
}

/* Login Form */


/* Tostr overrides */
#toast-container > div {
    opacity: 1
}


/* Start Site CSS */

.red {
    color: #ff7979
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-xs {
    margin-bottom: 5px
}

.margin-bottom-s {
    margin-bottom: 10px
}

.margin-bottom-m {
    margin-bottom: 15px
}

.margin-bottom-lg {
    margin-bottom: 30px
}

.margin-bottom-xlg {
    margin-bottom: 60px
}

.margin-right-xs {
    margin-right: 5px
}

.margin-right-s {
    margin-right: 10px
}

.margin-right-m {
    margin-right: 15px
}

.margin-right-lg {
    margin-right: 30px
}

.margin-right-xlg {
    margin-right: 60px
}

.margin-left-xs {
    margin-left: 5px
}

.margin-left-s {
    margin-left: 10px
}

.margin-left-m {
    margin-left: 15px
}

.margin-left-lg {
    margin-left: 30px
}

.margin-left-xlg {
    margin-left: 60px
}

.home-action {
    padding: 15px;
    background: #3575d3;
    margin-bottom: 15px;
    cursor: pointer;
}

    .home-action a, .home-action a:visited {
        color: #f3f3f3
    }

hr.sub-divider {
    border-top: 2px dashed whitesmoke;
    margin-top: 15px;
    margin-bottom: 15px
}

hr.dashed-hr {
    border-bottom: 2px dashed #f5f5f5;
    border-top: none !important;
}


h2.top-h2 {
    text-transform: capitalize;
    font-weight: 500
}

.field-tip {
    padding: 5px 0 0 5px;
    color: #505e6c;
}

.block {
    display: block
}

.inline {
    display: inline
}

.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .mt-checkbox > span, .mt-radio > span {
        border: 1px solid #c5bbbb;
        position: absolute;
        top: 1px;
        left: 0;
        height: 18px;
        width: 18px;
        background: #f3f3f3;
    }

    .mt-checkbox > input, .mt-radio > input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .input-icon > i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox > input:checked ~ span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio > input:checked ~ span:after {
            display: block;
        }


    .mt-checkbox > span:after, .mt-radio > span:after {
        content: '';
        position: absolute;
        display: none;
    }

div.multiactions-wrapper.buttons-wrapper {
    margin-bottom: 5px;
    text-align: center;
}

    div.multiactions-wrapper.buttons-wrapper button {
        width: 170px
    }

.buttons-wrapper button, .buttons-wrapper .btn, .buttons-wrapper input[type='submit'] {
    margin-right: 10px;
    /*margin-bottom: 15px;*/
}

.procurement-container .buttons-wrapper .btn[disabled], .project-update-container .buttons-wrapper .btn[disabled], .financial-container .buttons-wrapper .btn[disabled] {
    display: inline-block
}

span.badge {
    margin: 2px;
}

div#collapse-1.collapse.in p {
    margin-top: 10px;
}

.k-datetimepicker {
    display: block;
    width: 100%
}

.form {
    width: 100%;
    margin: 0 auto;
    background-color: white;
    padding: 25px;
    border-radius: 4px;
    color: #0d2c54;
}

.listing-clean {
    max-width: 600px;
    padding: 30px 15px;
}



.wide-clean {
    background: white;
    padding: 15px 30px;
    max-width: 1100px;
}

    .wide-clean.black-glass {
        /*background: rgba(0,0,0,0.7);*/
        color: #3575d3;
        padding-bottom: 25px;
    }

        .wide-clean.black-glass .tile hr {
            margin-bottom: 50px;
        }

        .wide-clean.black-glass .tile .row {
            margin-bottom: 25px;
        }

        .wide-clean.black-glass .boxes {
            margin: 0px 0px 0px 0px;
        }

        .wide-clean.black-glass .innerBox {
            height: 90px;
            width: 95%;
        }

        .wide-clean.black-glass .alert {
            padding: 0.7rem 1rem;
            font-size: 18px;
            text-transform: uppercase;
        }

.marginHeading {
    margin-bottom: 30px;
    margin-top: 30px;
}

.full-width-clean {
    background: white;
    padding: 25px;
    max-width: 100%;
}

.wide-clean h3 {
    color: #3575d3;
    font-weight: 300
}

.black-glass.wide-clean h3 {
    color: #fff !important;
}

.wide-clean hr {
    border-top: 1px dashed #dad8d7;
}

/*
.black-glass .btn.btn-primary {
background: #1da6a9;
border-color: #004880;
}*/




.search-wrapper button {
    border: 0;
    background: transparent;
}

.search-wrapper input.form-control {
    height: 40px;
    font-size: 14px;
}


.list-group-item div.checkbox {
    margin-top: 15px;
    margin-bottom: 0;
}

div.buttons-wrapper {
    margin-top: 15px;
    margin-bottom: 0;
}

span.action-status-err {
    color: lightcoral;
    background: black;
    padding: 5px;
    font-weight: bold
}

div.contacts-wrapper .btn {
    width: 70px;
    margin-right: 10px
}

/* Start Home featured boxes */

.features-boxed p {
    color: #7d8285;
}

.features-boxed h2 {
    font-weight: bold;
    padding-top: 40px;
    color: inherit;
}

.features-boxed h3 {
    color: #de3500
}

@media (max-width:767px) {
    .features-boxed h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.features-boxed .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

    .features-boxed .intro p {
        margin-bottom: 0;
    }

.features-boxed .features {
}

.features-boxed .item {
    text-align: center;
}

    .features-boxed .item .box {
        text-align: center;
        padding: 30px;
        background-color: #fff;
        margin-bottom: 30px;
        height: 300px;
        overflow: hidden;
    }

    .features-boxed .item .icon {
        font-size: 60px;
        color: #1485ee;
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .features-boxed .item .name {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 8px;
        margin-top: 0;
        color: inherit;
    }

    .features-boxed .item .description {
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

/* End Home featured boxes */



.marginTopButtons {
    margin-top: 20px;
}

.disabled-area {
    display: block;
    width: 100%;
    cursor: not-allowed;
    background-color: #e9ecef;
    padding: 7px 12px 7px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    border: 1px solid #dfe7f1;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.table-grid {
    border: 1px solid #ccc;
}

    .table-grid th {
        background: #efefef;
    }

    .table-grid tr {
        cursor: default;
    }
    .table-grid tr.thick-row td {
        background: #efefef;
    }

        .table-grid tr:hover {
            background: #ddd;
        }

.table-grid-approver {
    border: 1px solid #ccc;
}

    .table-grid-approver th {
        background: #efefef;
    }


.invisible-textbox {
    visibility: hidden;
    height: 0;
    position: absolute;
}

.textbox-as-label {
    background: #eee;
    border: 1px solid #ddd;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
}

.div-remove {
    float: right;
    font-size: 13px;
    cursor: pointer;
}


/* Start Responsive Overrrides*/

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

@media only screen and (max-width: 700px) {
    .multiactions-wrapper.buttons-wrapper button {
        margin-bottom: 10px
    }

    .buttons-wrapper button, .buttons-wrapper .btn, .buttons-wrapper input[type='submit'] {
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }


    .form {
        width: 100%;
        padding: 15px;
    }
}

@media (min-width: 700px) and (max-width: 1200px) {
    .form {
        margin-top: 50px
    }

    .k-popup-edit-form .form {
        margin-top: 0;
    }
}
/* End Responsive Overrrides*/

@media (max-width: 767px) {
    .mobileScroll {
        overflow: auto;
    }
}

.navbar .navbar-brand {
    /*background: url(../images/logoicon.png) no-repeat left 0 center;*/
    padding-left: 5px;
    color: #fff;
    font-size: 18px;
}

.normal-text {
    font-weight: normal;
}

/*css by sadiq*/
.table-grid-approver tr td b, .table-grid tr td b {
    display: none;
}

.cus-list-value .title-m {
    display: none;
}

.mb-10 {
    margin-bottom: 10px;
}

.cus-btns {
    margin-bottom: 15px;
}

.modal-dialog.modal-lg {
    width: 800px;
}

    .modal-dialog.modal-lg .title-m {
        display: none;
    }

@media (max-width: 991px) {

    .modal-dialog.modal-lg {
        width: 95%;
    }

        .modal-dialog.modal-lg .heading {
            display: none;
        }

        .modal-dialog.modal-lg .row {
            margin-bottom: 25px;
        }

        .modal-dialog.modal-lg .title-m {
            display: inline-block;
            font-weight: bold;
            width: 120px;
            margin-bottom: 3px;
        }

    .col-md-6.text-right.buttons-wrapper {
        text-align: left;
    }
}

@media (max-width: 767px) {

    .table-grid-approver {
        border: none !important;
        margin-bottom: 0;
    }

        .table-grid-approver tr {
            display: block;
            width: 100%;
            border-bottom: 1px solid #ddd;
            padding: 10px 0;
        }

            .table-grid-approver tr:first-child {
                display: none;
            }

            .table-grid-approver tr td {
                display: block;
                width: 100%;
                border: none !important;
                font-size: 14px;
            }

                .table-grid-approver tr td b {
                    display: block;
                    vertical-align: top;
                    font-weight: bold;
                    padding-right: 10px;
                }

                .table-grid-approver tr td span {
                    display: block;
                    vertical-align: top;
                }

                .table-grid-approver tr td .disabled-area {
                    display: inline-block;
                }

            .table-grid-approver tr:nth-child(2n+1) {
                background: #efefef;
            }

    .table-grid {
        border: none !important;
        border-top: 1px solid #ddd !important
    }

        .table-grid tr {
            display: block;
            width: 100%;
            border-bottom: 1px solid #ddd;
            padding: 10px 0;
        }

            .table-grid tr:first-child {
                display: none;
            }

            .table-grid tr td {
                display: block;
                width: 100%;
                border: none !important;
                font-size: 14px;
            }

                .table-grid tr td b {
                    display: block;
                    vertical-align: top;
                    font-weight: bold;
                    padding-right: 10px;
                }

                .table-grid tr td span {
                    display: block;
                    vertical-align: top;
                }

                .table-grid tr td .disabled-area {
                    display: inline-block;
                }

            .table-grid tr:nth-child(2n+1) {
                background: #efefef;
            }

    .cus-list-value .heading {
        display: none;
    }

    .cus-list-value .row {
        margin-bottom: 20px;
    }

    .cus-list-value .title-m {
        display: inline-block;
        font-weight: bold;
        width: 80px;
        margin-bottom: 5px;
    }

    .mb0 {
        margin-bottom: 0 !important;
    }

    .cus-btns {
        width: 100%;
    }

        .cus-btns .btn {
            display: block;
            float: none;
            width: 100%;
            border-radius: 0 !important;
            margin-bottom: 5px;
        }

    .modal-dialog.modal-lg .title-m {
        display: block;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        opacity: 1 !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .request-search {
        margin: -5px;
    }

        .request-search > div {
            padding: 5px;
        }
}

@media (max-width: 1024px) {
    .request-search > div > div, .request-search > div > label {
        padding: 0;
    }

    .form-group > div, .form-group > label {
        padding-left: 0;
        padding-right: 0;
    }

    .form-group > label {
        font-size: 15px;
    }
}

/*
@media (min-width: 768px) and (max-width: 1024px) {
.navbar .navbar-brand {margin-top: 5px; width: 170px; white-space: normal; line-height: 20px; font-size: 13px;}
}
@media (min-width: 992px) and (max-width: 1024px) {
.navbar-nav .nav-link {font-size:14px;}
}
*/


.navbar {
    color: #f3f3f3;
    padding: 0;
    background-color: rgba(0,0,0,0.7);
    border-bottom: 1px solid #000;
    min-height: 51px;
}

    .navbar .navbar-nav > .nav-item > a {
        padding-top: 13px;
        padding-bottom: 12px;
        color: #fff;
    }

    .navbar .navbar-nav > .show > a, .navbar .navbar-nav > .show > a:hover, .navbar .navbar-nav > .show > a:focus {
        color: #fff !important;
        background-color: #3575b9;
    }

.navbar-nav .dropdown-menu {
    border-radius: 0;
    border-color: #dbe5f5;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
}

.dropdown-item {
    color: #3575B9 !important;
}

.navbar-nav.ml-auto .dropdown-menu {
    right: 0;
    left: auto;
}

.dropdown-menu a:hover, .dropdown-menu a:focus {
    color: #000;
    text-decoration: none;
    background-color: #f5f5f5;
}

.buttons-wrapper.text-right .btn {
    margin-right: 0;
}

.pagination {
    display: inline-block;
}

    .pagination li {
        display: inline;
    }

        .pagination li a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #000;
        cursor: default;
        background-color: #c1ddff;
        border-color: #c1ddff;
    }

.result {
    float: right;
}

.mobileScroll {
    overflow: auto;
}

    .mobileScroll .table {
        max-width: none;
        width: auto;
        min-width: 100%;
        font-size: 14px;
    }

.scroll {
    overflow: auto;
}

    .scroll .form-group {
        display: table;
        min-width: 100%;
    }




.modal-content .modal-header {
    display: block;
}

.padding-box {
    padding: 20px;
}
.parent.tab-content .padding-box {
    padding-top: 10px;
}



body .k-datetimepicker .k-select, body .k-state-default > .k-select {
    border: none;
}

.k-datepicker .k-picker-wrap.k-state-default .k-input {
    box-shadow: none;
}

.table th, .table td {
    border: 1px solid #ddd;
    padding: 8px 12px;
}

.table .no-record {
    color: red;
    text-align: center;
}

    .table .no-record label {
        margin-bottom: 0;
        font-weight: normal;
    }

ul.attach {
    padding: 0 0 0 1rem;
    margin: 0;
}

    ul.attach li {
        margin-bottom: 5px;
        list-style: none;
    }

.font-normal {
    font-weight: normal;
}

.k-datepicker {
    width: 100%;
}

.k-grid table td {
    overflow: visible !important;
}

.navbar.grid-drop {
    background: none;
    border: none;
    display: inline;
    float: left;
    min-height: 0;
}

    .navbar.grid-drop .nav-link {
        padding: 6px 14px 5px 14px;
        font-size: 14px;
    }

    .navbar.grid-drop .dropdown-menu {
        padding: 0;
        border-radius: 0;
        min-width: 100%;
        border-bottom:0;
    }

        .navbar.grid-drop .dropdown-menu .dropdown-item {
            box-sizing: border-box;
            padding: 2px 15px;
            font-size: 14px;
            border-bottom: 1px solid #ccc !important;

        }
        .navbar.grid-drop .dropdown-menu button.dropdown-item {
            display: inline;
            text-align: left;
            border: 0;
            border-bottom: 1px solid #ccc !important;
        }

            .navbar.grid-drop .dropdown-menu .dropdown-item:last-child {
                border: none;
            }

            .navbar.grid-drop .dropdown-menu .dropdown-item:hover, .navbar.grid-drop .dropdown-menu .dropdown-item:focus {
                background: #f5f5f5;
            }

.table-dropdown .nav-link {
    float: left;
    color: #fff !important;
    padding: 6px 14px 5px 14px;
    font-size: 14px;
}

.table-dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 5.6rem;
    border-radius: 0;
}

.table td a.dropdown-toggle:hover, .table td a.dropdown-toggle:focus {
    text-decoration: none;
}

.table-dropdown .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none !important;
    box-sizing: border-box;
}

    .table-dropdown .dropdown-menu .dropdown-item:hover, .table-dropdown .dropdown-menu .dropdown-item:focus {
        background: #efefef;
        color: #333;
    }

    .table-dropdown .dropdown-menu .dropdown-item:last-child {
        border-bottom: 0;
    }

@media(min-width:1025px) {
    .table-dropdown .dropdown-menu {
        left: 0 !important;
    }
}

.wide-clean.black-glass .details {
    padding-top: 15px;
}

.validation-summary-errors {
    border: 1px solid #ff5c48;
    background: #fbded8;
}

    .validation-summary-errors ul {
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 5px;
        padding-right: 15px;
    }

        .validation-summary-errors ul li {
            color: #ff5c48;
            margin-bottom: 5px;
        }

.k-widget.k-grid {
    display: table!important;
    font-size: 14px;
    width: 100%;
}

    .k-widget.k-grid .k-command-cell {
        white-space: nowrap;
        /*max-width:100px;*/
    }

.field-validation-error {
    color: #ff5c48;
}

.k-tooltip.field-validation-error {
    color: #ffff;
}

.field-validation-valid {
    display: none;
}



.validation-summary-errors {
    color: #ff5c48;
}

.validation-summary-valid {
    display: none;
}

.form-control.file-name {
    font-size: 13px;
    height: auto;
}



.navbar-expand-xl > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}


@media (max-width:991px) {
    .col-lg-3.text-right.buttons-wrapper {
        text-align: left !important;
    }
}

@media (max-width:767px) {
    .text-right.buttons-wrapper {
        text-align: left !important;
    }

    .text-left.buttons-wrapper input {
        margin-bottom: 10px;
    }
}

.cur-default {
    cursor: default;
}

.k-file-name-size-wrapper .k-file-validation-message {
    color: red;
    font-weight: bold;
}

.btn-accent-2 {
    color: #fff;
    background-color: #353844;
    border-color: #353844;
}

    .btn-accent-2:hover {
        color: #fff;
    }


.btn-white {
    background: #c7c7c7;
    border-color: #c7c7c7;
    color: #3575b9;
}

.btn-light {
    background: #eee;
}

.k-file-name {
    max-width: 1050px;
    width: 100%;
}


.introjs-hint-pulse {
    border: 5px solid #f02b09 !important;
}

.vtab-hint .introjs-hint-dot {
    border-color: rgba(255,255,255,.4) !important;
}

.vtab-hint .introjs-hint-pulse {
    border-color: #e72b13 !important;
    background-color: rgba(212,46,10,.6) !important;
}


.k-grid-header th.k-header {
    font-weight: bold;
}

    .k-grid-header th.k-header a.k-link {
        color: #2284fe;
    }

.k-filterable .k-grid-filter {
    padding-top: 1px;
    padding-bottom: 3px;
    margin-top: -3px;
    margin-right: -6px
}

.k-filterable .k-state-active {
    color: #fff;
    background: #ff6339;
}

.k-grid-add.k-button {
    color: #fff;
    background: #3575b9;
    border-color: #3575b9;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 7px 12px 5px 12px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.k-grid-add.k-button .k-icon.k-i-add {
    margin-top:-2px;
}

.k-grid-add.k-button:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    background-image:none;
}

#notificationWrapper {
    margin-bottom: 20px;
}

.g-recaptcha {
    margin-top: 15px;
}

.demo-hint {
    color: #666;
}
/***Manar***/
.k-grid-norecords .grid-no-records {
    text-align: center;
    margin: 15px;
    color: red;
}

/*.k-notification {
    width: 100%;
}*/

.k-radio-label:before {
    border-color: rgba(0,0,0,.2) !important;
}

.k-radio:checked + .k-radio-label:before {
    border-color: #3575b9 !important;
    background-color: #3575b9 !important;
    box-shadow: none !important;
}

.k-radio:hover + .k-radio-label:after {
    background-color: #7fb3ea !important;
}

.k-notification-wrap {
    font-size: 16px;
}

.k-grid.k-widget {
    height: auto !important;
}

    .k-grid.k-widget .k-grid-content {
        height: auto !important;
        overflow: visible;
    }

.k-grid .k-grid-header, .k-grid.k-widget {
    color: #0d2c54;
}
.k-grid.k-widget .btn.text-white{min-width:65px}

.required-control-label:after {
    content: "*";
    color: red;
    padding-left: 3px;
}

/***Manar***/

.custom-tabs {
    display: table;
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

    .custom-tabs .nav-tabs.parent {
        display: table-cell;
        vertical-align: top;
        min-width: 200px;
        max-width: 200px;
        width: 200px
    }

    .custom-tabs .tab-content.parent {
        display: table-cell;
        vertical-align: top
    }

    .custom-tabs .nav-tabs.parent {
        list-style: none;
        margin: 0;
        background: #2d2d2d;
        border-bottom: none
    }

        .custom-tabs .nav-tabs.parent > li {
            position: relative;
            width: 200px;
            min-height: 65px;
            margin: 0
        }

            .custom-tabs .nav-tabs.parent > li a.active {
                color: #0ea9ee
            }

            .custom-tabs .nav-tabs.parent > li i {
                font-size: 34px
            }

            .custom-tabs .nav-tabs.parent > li > a {
                pointer-events: unset;
                border-radius: 0;
                font-size: 14px;
                vertical-align: middle;
                color: #fff;
                display: table-cell;
                width: 200px;
                height: 65px;
                text-decoration: none;
                line-height: normal;
                padding: 5px 10px 5px 20px;
                background: #2d2d2d;
                border: none;
                border-bottom: 1px solid #7b7b7b
            }

            .custom-tabs .nav-tabs.parent > li a:hover {
                background: #9c9c9c
            }

            .custom-tabs .nav-tabs.parent > li a.active {
                background: #3575b9;
                border-bottom: 1px solid #3575b9;
                color: #fff
            }

            .custom-tabs .nav-tabs.parent > li a:first-child.active {
            }

.customvtab .nav-tabs {
    background: #f0f0f0
}

    .customvtab .nav-tabs li {
        display: inline-block;
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
        position: relative;
        transition: background .5s
    }

        .customvtab .nav-tabs li a {
            color: #3e3e3e;
            font-weight: bold;
            padding: 20px 30px;
            display: block;
            text-decoration: none;
            margin: 0;
            border: 0 !important;
            border-radius: 0
        }

            .customvtab .nav-tabs li a.active:hover, .customvtab .nav-tabs li a.active:focus, .customvtab .nav-tabs li a.active {
                transition: background .5s;
                border-bottom-color: #fff
            }

            .customvtab .nav-tabs li a.active {
                background: #fff;
                color: #555
            }

        .customvtab .nav-tabs li:first-child a {
            border-left: 1px solid #ddd
        }

.customvtab .tab-content {
    background: #fff;
    padding: 0 20px 20px 20px
}
.radiolist label {
    padding: 0px 15px 0px 5px;
}
@media(max-width:1024px)and (min-width:768px) {
    .custom-tabs .nav-tabs.parent > li {
        height: auto;
        min-height: 65px
    }

    .custom-tabs.form {
        margin-top: 0;
        display:block;
    }

    .custom-tabs .tab-content.parent{display:inline-block; width:calc(100% - 155px);}
    .custom-tabs .nav-tabs.parent, .custom-tabs .nav-tabs.parent > li{display:inline-block; width:150px; max-width:150px; min-width:150px;}
    .custom-tabs .tab-content.parent h3.text-primary{font-size:18px;}
    .custom-tabs .tab-content.parent hr{margin-top:10px;}
}

.mce-btn button {
    padding: 4px 6px !important;
}

.hint-text{
    font-size: 10px;
    color: grey;
}

.k-filter-menu > div.k-textbox.k-space-right {
    margin: 0 !important;
    padding: 5px !important;
}

.k-filter-menu > ul.k-reset.k-multicheck-wrap {
    padding: 10px !important;
}

.k-filter-menu > button.k-button.k-primary {
    margin-left: 10px !important;
}

.k-filter-menu > button.k-button {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

.k-window-titlebar.k-header{font-size:20px;}
.k-icon.k-i-cancel{display:none;}
.k-window .k-window-content .full-width-clean{padding:0;}
/*.k-window .k-window-content .full-width-clean .form-group{margin-bottom:0;}*/

.k-prompt-container, .k-window-content {
    overflow-x: hidden!important;
}

.k-list-optionlabel {
    font-size: 13px !important;
    padding: 5px 8px !important;
}
.k-list-scroller {
    max-height: 171px !important;
}

.modal{z-index:99999!important;}

.k-link .k-icon{position:absolute!important; margin-top:3px!important;}
.k-pager-wrap .k-link .k-icon{position:static!important;}

.k-popup-edit-form.k-window-content{
    padding: 0 !important;
}
.k-actions.k-actions-start {
    padding: 16px;
    text-align: right;
    display:block;
}
.k-actions.k-actions-start button{
    margin-left:10px;
}
.k-popup-edit-form.k-window-content .k-grid.k-grid-md {}
.k-edit-form-container {
    padding: 16px 16px 16px 16px !important;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .grid-mobile {
        overflow:auto!important;
    }
    .mobile-grid-popup{overflow:auto;}
    .k-window{width:100%!important;}
    .k-popup-edit-form.k-window-content .k-grid.k-grid-md {
        min-width: 800px;
    }
}

    @-moz-document url-prefix() {
        .k-edit-form-container {
            padding-right: 32px !important;
        }
    }

    @media(max-width:767px) {
        .k-edit-form-container {
            width: auto !important;
            min-width: 100% !important;
        }

        .k-widget.k-window {
            left: 3px !important;
        }
    }

    .k-notification-wrap {
        font-size: 14px !important;
    }

    .navbar-nav .dropdown-menu {
        border-radius: 0;
        border: none;
        box-shadow: 0 0 17px rgba(0,0,0,.2)
    }

    .dropdown-item {
        color: #3575b9 !important;
        background-color: transparent !important;
    }

    .navbar.grid-drop .dropdown-menu {
        padding: 0;
        border-radius: 0;
        min-width: 100%
    }

    .display-none {
        display: none !important;
    }

    .gridLink {
        color: #428bca !important;
        text-decoration: underline !important;
    }

    .customErrorText {
        position: relative;
        text-align: left;
        max-width: fit-content;
        border-color: transparent !important;
        color: #f31700 !important;
        background-color: transparent !important;
        margin: .5em 0 0;
        padding: 0;
        display: inline-flex;
        align-items: center !important;
    }

    .btn.btn-pdf {
        background-image: url(../images/pdf-icon.png);
        background-repeat: no-repeat;
        background-position: top 3px left 7px;
        background-size: 25px 25px;
        padding-left: 40px;
        margin-bottom: 15px;
    }

    .login-header.navbar > .container-fluid {
        justify-content: unset;
    }

    .readonly-Tinymce {
        background-color: #f9f9f9;
        opacity: 1;
        border: 1px dashed #e0e0e0;
        color: #3e3e3e;
        cursor: not-allowed;
    }



    .comment-box .dashed-hr {
        margin-bottom: 0;
    }

    .comment-box .comment-history .form-group {
        border-bottom: 1px dashed #dad8d7;
        margin: 0;
        padding: 12px 10px;
    }

    .comment-box .comment-history form:nth-child(2n+1) .comment-container {
        background: #f9f9f9;
    }

    .comment-box .comment-history form:last-child .comment-container {
        border: none;
    }

    .comment-box .comment-history .links {
        margin-top: 2px;
    }



    .comment-box .comment-history .text-edit-comment {
        height: auto !important;
        text-indent: 5px;
        padding-top: 3px;
    }



    .comment-box .comment-history label small .edited {
        color: grey;
    }

    .comment-box .comment-add {
        margin-bottom: 30px;
    }

        .comment-box .comment-add .form-group {
            margin-bottom: 10px;
        }


    .comment-box .comment-history .comment-container label .icon {
        margin-right: 5px;
    }


    .comment-box h5 {
        margin-bottom: 0;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 5px;
    }

    .comment-box .comment-container {
        padding: 20px;
    }

        .comment-box .comment-container:nth-last-child(2n+2) {
            background: #fafafa;
        }

        .comment-box .comment-container .profile-pic {
            display: inline-block;
            width: 70px;
            vertical-align: top;
        }

            .comment-box .comment-container .profile-pic span {
                display: block;
                padding-top: 14px;
                width: 60px;
                height: 60px;
                border-radius: 50%;
                background: #ddd;
                text-align: center;
                font-size: 20px;
                font-weight: bold;
            }

        .comment-box .comment-container .details {
            display: inline-block;
            width: calc(100% - 75px);
            vertical-align: top
        }

            .comment-box .comment-container .details .name {
                display: block;
                font-size: 18px;
                margin-bottom: 5px;
            }

            .comment-box .comment-container .details .date {
                display: block;
                margin-bottom: 5px;
            }

        .comment-box .comment-container .comment-display {
            margin-bottom: 10px;
        }

            .comment-box .comment-container .comment-display p {
                margin-bottom: 0;
            }

        .comment-box .comment-container .attachements {
            margin-bottom: 10px;
            background: none;
        }

            .comment-box .comment-container .attachements ul {
                padding: 0;
                margin: 0;
                list-style: none;
            }

            .comment-box .comment-container .attachements li {
                display: inline-block;
                background: #eee;
                margin: 0 5px 5px 0;
                padding: 5px 10px;
                border-radius: 5px;
                border: 1px solid #ddd;
            }

                .comment-box .comment-container .attachements li a {
                    color: #444;
                }

        .comment-box .comment-container .btn {
            padding: 3px 15px;
            margin-right: 5px;
        }

    .disabled-area {
        background: #f9f9f9;
    }

    .k-grid-edit-row .text-box.single-line {
        width: 100%;
    }


    .k-filterable .k-grid-filter {
        font-family: "Font Awesome 5 Free";
    }

        .k-filterable .k-grid-filter:before {
            content: "\f0b0";
        }

        .k-filterable .k-grid-filter .k-icon.k-filter {
            display: none;
        }

    .max-height-scroll {
        max-height: 300px;
        overflow: auto;
    }

    .highlight-tab, .highlight-tab:hover {
        background-color: #3575B9;
        color: white;
    }



.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    color: #fff;
    background-color: #ed5c52;
}

    .k-list-item.k-selected:hover, .k-selected.k-list-optionlabel:hover {
        color: #424242;
        background: #f0f0f0;
    }

.k-button-flat-primary, .k-calendar .k-calendar-view .k-today {
    color: #ff6358;
}

.k-calendar .k-calendar-td.k-selected:hover .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-selected:hover .k-link,
.k-calendar .k-calendar-td.k-selected.k-hover .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-selected.k-hover .k-link,
.k-calendar .k-calendar-td.k-selected .k-link {
    background: #ff6358;
}
.k-grid td.k-selected, .k-grid .k-table-row.k-selected > td, .k-grid .k-table-td.k-selected, .k-grid .k-table-row.k-selected > .k-table-td {
    background-color: rgba(255,99,88,.25);
}

.k-command-cell.k-table-td{
    white-space:nowrap;
}