﻿html {
    min-height: 100%;
    position: relative;
}

html,
body {
    margin: 0;
    padding: 0px !important;
    color: #555555;
    background: #F4F4F4;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
}

section {
    position: relative;
    padding: 90px 0;
}

:root {
    --Theme: #5B6AC0;
}

@media only screen and (min-width:1600px) {
    .container {
        max-width: 1500px;
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4D5656;
    margin: 0;
    line-height: 1.3;
    font-weight: 600;
}

p,
ul li {
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: 300;
    margin-bottom: 0;
}

a {
    position: relative;
    text-decoration: none;
    /*color: var(--Theme) !important;*/
}

    a:hover {
        text-decoration: none;
    }

:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #CDCDCD !important;
}

.transition {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

::-ms-reveal {
    display: none;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.fw-100 {
    font-weight: 100;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}


.fw-700 {
    font-weight: 700;
}

.c-white {
    color: #ffffff !important;
}

.c-black {
    color: #000000 !important;
}

.c-blue {
    color: var(--Theme) !important;
}

.c-gray {
    color: #222222 !important;
}

.c-darkgray {
    color: #555555 !important;
}

.c-lightgray {
    color: #BABABA !important;
}

.no-border {
    border: 0 none !important;
}

.divider {
    height: 2px;
    background: #D3D3D3;
}

.top-bar {
    background: var(--Theme);
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    height: 12px;
}

table input,
table select,
input.form-control {
    background: #FFFFFF !important;
    border: 1px solid #CDCDCD !important;
    border-radius: 5px !important;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.btn:hover {
    color: white !important;
    text-decoration: none;
}

.btn-blue {
    background: var(--Theme);
    border-radius: 5px;
    font-family: 'Nunito Sans', sans-serif;
    color: #ffffff;
}

.btn-purple {
    background: #5b6ac0;
    border-radius: 5px;
    font-family: 'Nunito Sans', sans-serif;
    color: #ffffff;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.btn-outline-blue, .permit-print {
    font-family: 'Nunito Sans', sans-serif;
    border: 1px solid var(--Theme);
    color: var(--Theme);
    background: transparent;
}

    .btn-outline-blue:hover, permit-print:hover {
        background: var(--Theme);
        border: 1px solid var(--Theme);
        color: white;
    }

.link a {
    color: var(--Theme);
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
/* Login Wrapper */
.login-wrapper {
    width: 435px;
    background: #FFFFFF;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 50px 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.logo {
    width: 120px;
    margin: 0 auto 60px;
}

.page-wrapper {
    /*padding-top: 110px;*/
}

    .page-wrapper .navbar {
        background: #ffffff;
        box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.13);
        height: 65px;
        margin-bottom: 20px;
    }

.enquiry-page-wrapper .navbar {
    /*border-top: 12px solid #24419e;*/
    background: #ffffff;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    height: 65px;
    margin-bottom: 20px;
    box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.13);
}

.navbar-brand {
    border-right: 1px solid lightgrey;
    padding-right: 20px;
    width: 130px;
}

.user-icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.nav-divider::after {
    content: " ";
    width: 1px;
    background: lightgrey;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 5px;
}

.breadcrumb {
    background: none;
}

    .breadcrumb a {
        color: #000000;
    }

    .breadcrumb .active {
        color: var(--Theme);
    }

.splitter {
    border-bottom: 1px solid #888888;
}

#logContainer {
    margin-top: 0.5em;
}

.main-menu {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 5px 0;
    min-height: calc(100vh - 260px);
    padding-bottom: 10px;
}

    .main-menu ul {
        margin: 0;
        padding: 0;
    }

        .main-menu ul li {
            list-style: none;
            padding: 0;
            position: relative;
        }

            .main-menu ul li a {
                padding: 8px 0;
                display: block;
                margin: 0 20px;
            }

/*.sidemenu-margin {
    margin: auto !important;
}
*/
.sidemenu-margin.active::after {
    right: 0 !important;
}

/* .main-menu ul li ul li {
    padding: 0 0 0 20px;
}*/

/*.main-menu ul li ul li a::before {
    content: " ";
    width: 8px;
    height: 8px;
    background: #C4C4C4;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-20px,-4px);
}*/
/* .main-menu ul li ul li.active::after {
    content: " ";
    width: 5px;
    height: 50px;
    background: #5B6AC0;
    display: inline-block;
    vertical-align: middle;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: absolute;
    top: -10px;
    right: 0;
}*/
.menu-anchor.active::after {
    content: " ";
    width: 5px;
    height: 39px;
    background: #5B6AC0;
    display: inline-block;
    vertical-align: middle;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: absolute;
    top: 0;
    right: -20px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.12);
}

.main-menu ul li ul li.active {
    background: var(--Theme);
}

    .main-menu ul li ul li.active a::before {
        background: #ffffff;
    }

/*.main-menu ul li ul li.active a {
    color: #ffffff !important;
}*/

/* Datepicker */
.date-picker {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 9px 15px;
    text-align: left;
    cursor: pointer;
}

    .date-picker input {
        width: -webkit-fill-available;
        position: relative;
        border: none;
    }

    .date-picker button {
        border: none;
        background: none;
        vertical-align: middle;
        position: absolute;
        right: 35px;
    }

        .date-picker button.ui-datepicker-trigger img,
        .date-picker button.ui-monthpicker-trigger img {
            width: 18px;
            margin-left: 20px;
            display: inline-block;
            vertical-align: middle;
            float: right;
        }

.ui-datepicker-calendar tr {
    height: auto !important;
}

a.ui-state-default.ui-state-active,
a.ui-state-default.ui-state-highlight.ui-state-active {
    border: 1px solid var(--Theme);
    background: var(--Theme);
    color: white !important;
}

a.ui-state-default.ui-state-hover {
    background: var(--Theme);
    color: white !important;
}

a.ui-state-default.ui-state-highlight {
    background: #44586380;
    color: white !important;
}

.green-box {
    background: #445863;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    overflow: hidden;
    margin-top: 5px !important;
}

.white-box {
    background: #FFFFFF;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    margin-top: 5px !important;
}

.br-white {
    border-right: 2px solid #ffffff;
}

.br-gray {
    border-right: 2px solid #CDCDCD;
    min-height: 27px;
}

.green-box .active {
    background: var(--Theme);
}

    .green-box .active::after {
        content: " ";
        width: 8px;
        height: 8px;
        background: #ffffff;
        display: inline-block;
        vertical-align: middle;
        /*margin-left: 15px;*/
        border-radius: 8px;
        position: relative;
        /*top: -2px;*/
    }

.white-box .title {
    border-right: 2px solid #555555;
    margin-right: 8px;
    padding-right: 16px;
}

.dropdown-list {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    padding-left: 10%;
}

.StatusList {
    border: none;
    padding: 0px;
    font-size: 13px;
    font-weight: 500;
}

.StatusColor {
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 8px;
    position: relative;
    top: -1px;
}

.ActiveStatus {
    background: #49A663;
}

.StandbyStatus {
    background: #409ED1;
}

.InactiveStatus {
    background: #D14040;
}

.PTWStatus {
    background: #E07008;
}

.pagination {
    margin: 0 auto;
    position: relative;
}

    .pagination li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 25px;
        border: 1px solid #000000;
        border-radius: 25px;
        margin: 0 5px;
        position: relative;
        cursor: pointer;
    }

        .pagination li.active::after,
        .pagination li:hover::after {
            width: 9px;
            height: 9px;
            background: var(--Theme);
            border-radius: 9px;
            content: " ";
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: -3px;
        }

.add-btn {
    padding: 10px 10px;
    color: var(--Theme);
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    font-weight: 500;
}

    .add-btn img {
        width: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

div:not(.calendar-table) > table {
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    border-collapse: collapse;
    background: white;
    /*border-radius: 6px;*/
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    div:not(.calendar-table) > table * {
        position: relative;
    }

    div:not(.calendar-table) > table td,
    div:not(.calendar-table) > table th {
        padding: 0 15px;
        border: 1px solid #90949791;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }

        div:not(.calendar-table) > table td img {
            display: inline-block;
            vertical-align: bottom;
            margin-left: 8px;
            width: 20px;
        }

    div:not(.calendar-table) > table thead tr:not(.e-columnheader) {
        height: 50px;
        background: lightgray;
        color: #000000;
        border-color: rgba(0, 0, 0, 0.15);
        /*   #445863*/
    }

    div:not(.calendar-table) > table tbody tr:not(.e-row) {
        height: 50px;
        border-bottom: 1px solid #D3D3D3;
        font-size: 14px;
        line-height: 16px;
    }

    div:not(.calendar-table) > table tbody tr td:last-child {
        border-right: 1px solid #90949791;
        border: 1px solid #90949791;
    }

    div:not(.calendar-table) > table td, div:not(.calendar-table) > table th {
        text-align: left;
        font-family: 'Nunito Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
    }

        div:not(.calendar-table) > table td.l, div:not(.calendar-table) > table th.l {
            text-align: right;
        }

        div:not(.calendar-table) > table td.c, div:not(.calendar-table) > table th.c {
            text-align: center;
        }

        div:not(.calendar-table) > table td.r, div:not(.calendar-table) > table th.r {
            text-align: center;
        }

.user-profile {
    background: #FFFFFF;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 30px;
}

.user-profile-zdc {
    background: #FFFFFF;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-right: 15px;
    padding-top: 15px;
}

.user-profile-zdc-details {
    background: #FFFFFF;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 6px;
}

.user-profile .user-img {
    width: 80px;
    height: 80px;
}

.user-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.user-profile .upload-img {
    width: 30px;
    cursor: pointer;
}

/*.user-profile input.form-control {
    border: 0 none;
    border-bottom: 1px solid #D3D3D3;
    border-radius: 0;
    font-size: 16px !important;
    line-height: 19px;
    font-weight: 500;
    color: var(--Theme);
    padding: 6px 12px;
}*/

@media screen and (max-width: 35.5em) {
    table {
        display: block;
    }

        table > *,
        table tr,
        table td,
        table th {
            display: block;
        }

        table thead {
            display: none;
        }

        table tbody tr {
            height: auto;
            padding: 8px 0;
        }

            table tbody tr td {
                padding-left: 45%;
                margin-bottom: 12px;
            }

                table tbody tr td:last-child {
                    margin-bottom: 0;
                }

                table tbody tr td:before {
                    position: absolute;
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 16px;
                    width: 40%;
                    left: 10px;
                    top: 0;
                }

                table tbody tr td:nth-child(1):before {
                    content: attr(data-label);
                }

                table tbody tr td:nth-child(2):before {
                    content: attr(data-label);
                }

                table tbody tr td:nth-child(3):before {
                    content: attr(data-label);
                }

                table tbody tr td:nth-child(4):before {
                    content: attr(data-label);
                }

                table tbody tr td:nth-child(5):before {
                    content: attr(data-label);
                }

                table tbody tr td:nth-child(6):before {
                    content: attr(data-label);
                }

                table tbody tr td:nth-child(7):before {
                    content: attr(data-label);
                }

        table td,
        table th {
            border-left: 0 none;
        }
}

.asset-section {
    /*max-height: calc(100vh - 440px);
overflow-y: scroll;
overflow-x: hidden;*/
    border-radius: 10px;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
}

    .asset-section::-webkit-scrollbar {
        width: 3px;
    }

    .asset-section::-webkit-scrollbar-track {
        /*background: #f1f1f1;*/
    }

    .asset-section::-webkit-scrollbar-thumb {
        background: #888;
    }

        .asset-section::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.mg-top-10 {
    margin-top: 10px;
}

.image-stack::after {
    content: ' ';
    display: table;
    clear: both;
}

.image-profile-pic-top {
    position: relative;
    z-index: 1;
}

@supports (display: grid) {
    .image-stack {
        display: grid;
        width: 80px;
        margin: auto;
    }

    .image-profile-pic-bottom {
        grid-column: 4 / -1;
        grid-row: 1;
    }

    .image-profile-pic-top {
        grid-row: 1;
        grid-column: 2 / span 1;
        padding-top: 50px;
        right: -60px;
    }
}

.select-bottom-only {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: var(--Theme);
}

.loader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../img/Loader.gif') 50% 50% no-repeat;
}

body.loading .loader {
    overflow: hidden;
}

body.loading .loader {
    display: block;
}
/*Logsheet Admin*/
.bg-blue {
    background: var(--Theme);
    padding: 15px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.bg-lightgray {
    background: gray;
    padding: 15px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#main .faq .card {
    margin-bottom: 30px;
    border: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    #main .faq .card .card-header {
        border: 0;
        //-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
        //box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
        background-color: #fff;
        border-radius: 2px;
        padding: 0;
    }

        #main .faq .card .card-header .btn-header-link {
            color: #fff !important;
            display: block;
            text-align: left;
            padding: 0;
            position: relative;
        }

            #main .faq .card .card-header .btn-header-link:after, .btn-header-link:after {
                content: " ";
                background: url(../img/chevron-arrow.png) no-repeat center center;
                width: 25px;
                height: 25px;
                position: absolute;
                right: 15px;
                top: 13px;
            }

        #main .faq .card .card-header .btn-header-link-black:after, .btn-header-link-black:after {
            content: " ";
            background: url(../img/arrow-down.svg) no-repeat center center;
            width: 25px;
            height: 25px;
            position: absolute;
            right: 15px;
            top: 18px;
            transform: rotate(180deg);
        }

        #main .faq .card .card-header .btn-header-link.collapsed {
            color: #fff;
        }

            #main .faq .card .card-header .btn-header-link.collapsed:after, .btn-header-link.collapsed:after {
                content: " ";
                background: url(../img/chevron-arrow.png) no-repeat center center;
                width: 25px;
                height: 25px;
                transform: rotate(180deg);
            }

        #main .faq .card .card-header .btn-header-link-black.collapsed:after, .btn-header-link-black.collapsed:after {
            content: " ";
            background: url(../img/arrow-down.svg) no-repeat center center;
            width: 25px;
            height: 25px;
            transform: rotate(0deg);
        }

    #main .faq .card .collapsing {
        line-height: 30px;
    }

    #main .faq .card .collapse {
        border: 0;
    }

        #main .faq .card .collapse.show {
            line-height: 30px;
        }

table input[type=radio] {
    width: 20px !important;
    height: 20px !important;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 5px;
}

button.close {
    position: absolute;
    right: 5px;
    top: -3px;
}

table input[type=checkbox] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #fff;
    height: 20px;
    width: 20px;
    border: 1px solid #B3B6B7;
}

    table input[type=checkbox]:checked {
        background: var(--Theme);
    }

    table input[type=checkbox]:hover {
        filter: brightness(90%);
    }

    table input[type=checkbox]:disabled {
        background: #B3B6B7;
        opacity: 0.6;
        pointer-events: none;
    }

    table input[type=checkbox]:after {
        content: '';
        position: relative;
        left: 7px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        display: none;
    }

    table input[type=checkbox]:checked:after {
        display: block;
    }

    table input[type=checkbox]:disabled:after {
        border-color: #7b7b7b;
    }

    table input[type=checkbox]:focus {
        border-color: var(--Theme) !important;
    }

input[type="radio"][disabled]:checked:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--Theme);
}

input[type="radio"][disabled]:checked {
    position: relative;
    height: 15px;
    width: 15px;
    box-sizing: border-box;
    margin: 0;
}

.HighlightInput {
    border: solid 2px red !important;
}

table input[type=checkbox]:focus {
    border-color: #409ED1 !important;
}

.HighlightInput {
    border-bottom: solid 2px red !important;
    background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAkACQAAD/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAAAAD//gAQTGF2YzU1LjE4LjEwMgD/2wBDAAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcICQsJCAgKCAcHCg0KCgsMDAwMBwkODw0MDgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAJMAKMDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9/KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACi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) no-repeat 7px 5px #FFFFFF !important;
    background-size: contain !important;
    background-position: right !important;
}

.HighlightInputField {
    border: solid 2px red !important;
}

button.ui-button.ui-corner-all.ui-widget:focus, button.ui-button.ui-corner-all.ui-widget:not(.ui-dialog-titlebar-close):hover {
    background: var(--Theme);
    color: white;
}

.ModalBtn {
    position: absolute;
    width: 17px;
    height: 27px;
    top: 7px;
    right: 25px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAsQAAALEBxi1JjQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAHZSURBVEiJ7ZS/a1NRFMc/5760SdpqCValiFBwsZbSQdDBpVMXSYzgD0rH2v9AHKxDFwfBopRSf+Cgm6CLwcmpW6FQRWISiotYEANSaYdK0+Qeh6TyGt677xW62e92z/n+uOde7oVDREDiErWUv4HoNKoK3JehwpsDC9DKlWEsK0BHq7SD4bwMvitGaU2kuc4YLE985gAdWF6ozkTqIwmUP00BlwI6F1o9J5xHpMXcSYxUgEwIZQNPz8nZwo8wD/cEHo/85mvrnXz7lfIzerE8dFmEBmgxP4bKuL/24P1p5j70txFlXMu5y/sK0LXraYwutNd3rLBV8wIEMq+fx7pjB7BZuwecaS/3JBscSTWCFAMk0ndjBWgpOwTcDiJ3Jy296XrgnoA7+uXqiDNAFUHMPNAZ5NCTbHC0K3ACgARin7W/jb0TlHK3UEbDHPozNU5lamFtgIuUPk76C//ega5m+6ibCtAXpq5bQQQ8UVfIb6wOynChuneCunnsMgd4u3yM10vHXRSADEZmdxcGQIv5UWAiSvm12sXqz1QUDWCi5UmiGaM346ims9/j0Jrw9Bqw2AxAyuA81+Y+or9GP8qwewd/TjxF5BWwvS+LYGwDL6luPD8Ar/8BfwGMNYYsC1adrwAAAABJRU5ErkJggg==) no-repeat 7px 5px #FFFFFF !important;
    background-size: contain !important;
    background-position: right !important;
    cursor: pointer;
}

.modal-footer {
    /*justify-content: space-between !important;*/
}

#modalDeleteBtn {
    padding: .375rem 1rem !important;
}
/* Snackbar */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #5B6AC0;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 30px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 3s;
        animation: fadein 0.5s, fadeout 0.5s 3s;
    }

    #snackbar.show-red {
        visibility: visible;
        background-color: #dc3545;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

    #snackbar.show-warn {
        visibility: visible;
        background: #fd7e14;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/* Status Legend */
.status-legend {
    padding: 5px 15px;
    border: 1px solid lightgray;
    border-radius: 15px;
    margin-right: 8px;
}
/* Save button */
.save-btn {
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    background: white;
    left: 15px;
    padding: 10px 0;
    border-top: 2px solid #d3d3d3;
}

.div-overflow {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.counter {
    font-weight: bolder;
    font-size: larger;
    color: chocolate;
}

table input[type=checkbox], table input[type=radio] {
    width: 20px;
    height: 20px;
}

.table-grid {
    border-bottom: 1px solid #000;
}

    .table-grid div {
        border-left: 1px solid #000;
        border-top: 1px solid #000;
        background: #ffffff;
    }

.b-right {
    border-right: 1px solid #000;
}

.b-bottom {
    border-bottom: 1px solid #000;
}

.bg-gray {
    background: lightgray;
    min-height: 27px;
}

table.ui-datepicker-calendar td, table.ui-datepicker-calendar th {
    padding: 3px !important;
}

.bg-pink {
    background: #FFC7CE;
    min-height: 38px;
}

.bg-lg-gray {
    background: lightgray;
    min-height: 38px;
}

.h-38 {
    height: 38px;
    display: block;
    width: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.br-center {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    align-items: center;
    display: flex;
}

.notifier {
    position: relative;
    display: inline-block;
}

.bell {
    cursor: pointer;
    transition: 0.3s;
}

    .bell:hover > svg *,
    .bell:hover {
        fill: #24419e;
    }

.badge {
    position: absolute;
    top: -5px;
    left: 24px;
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    font-size: x-small;
    font-family: 'Nunito Sans', sans-serif;
    background: #24419e;
    color: #fff;
    border-radius: 11px;
    white-space: nowrap;
}

.notifier.new .badge {
    animation: pulse 2s ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    40% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.3, 1.3, 1.3);
    }

    55% {
        transform: scale3d(1, 1, 1);
    }

    60% {
        transform: scale3d(1.3, 1.3, 1.3);
    }

    65% {
        transform: scale3d(1, 1, 1);
    }
}
/*.notification-container {
    display: block;
    position: relative;
}

    .notification-container svg {
        width: 35px;
        height: 35px;
    }

.count-container {
    position: absolute;
    top: 1rem;
    right: -0.85rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: var(--Theme);
    display: flex;
    align-items: center;
    justify-content: center;
}

.total-count {
    color: whitesmoke;
    margin-bottom: 0;
    font-size: 0.75rem;
    font-weight: 600;
}
*/
.cursor-pointer {
    cursor: pointer;
}

.assetGroup-tab {
    cursor: pointer;
}

    .assetGroup-tab:hover {
        background: #409ed13d;
    }

.gray-bottom {
    border-bottom: 2px solid #D3D3D3;
}

.group-container {
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
}

.c-pointer {
    cursor: pointer;
}

.bg-lgray {
    background: #e9e9e9;
}

.box-head {
    background: #445863;
    border-radius: 10px 10px 0 0;
}

body.modal {
    padding-right: 0px !important;
}

.item {
    position: relative;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.text-overlay {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    background: #e9ecef;
    padding: 15px;
    width: 500px;
    border: 1px solid #cdcdcd;
    right: 0;
    align-items: center;
    border-radius: 6px;
    z-index: 121;
}

.item:hover .text-overlay {
    opacity: 1;
    visibility: visible;
}

.tooltip-body {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.schedule-modal {
    max-width: 1000px;
}

.scheduleGroup-modal {
    max-width: 1000px;
}

.addGroupOrEquipmentModel-modal {
    max-width: 400px;
}

.SelectGroupModal-modal {
    max-width: 500px;
}

.schedule-row {
    min-height: 40px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #409ED1 !important;
    background-color: #409ED1 !important;
}

.view-permit:checked ~ .view-permit-lable::before {
    color: #fff;
    border-color: gray !important;
    background-color: gray !important;
}

.pill-red {
    background: #ff3838;
    padding: 5px 10px;
    color: white;
    border-radius: 15px;
}

.pill-green {
    background: #42a142;
    padding: 5px 10px;
    color: white;
    border-radius: 15px;
}

.pill-blue {
    background: #42a142;
    padding: 5px 10px;
    color: white;
    border-radius: 15px;
}

.pill-gray {
    border: 1px solid #72777b;
    padding: 5px 10px;
    color: black;
    border-radius: 15px;
}

#scroll_to_top_btn {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 40px;
    padding: 8px;
    border-radius: 50%;
    box-shadow: -3px 7px 40px -21px rgba(0,0,0,1);
    background-color: var(--Theme);
    display: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out 0s;
    z-index: 999999;
    opacity: 0.5;
}

    #scroll_to_top_btn i {
        font-size: 30px;
        color: white;
    }

    #scroll_to_top_btn:hover {
        opacity: 1;
    }

    #scroll_to_top_btn > img {
        width: 100%;
        height: 100%;
    }

.custom_card_box .card-header {
    background: #409ED1;
    color: white;
    padding: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
}

.custom_card_box .card-body {
    padding: 0;
    margin: 0;
}

.custom_card_box .green-box {
    border-radius: 0px;
    margin: 0px !important;
}

.custom_card_box .card {
    border-radius: 6px;
}

.OutBoundColor {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    top: -1px;
    border-radius: 10px;
}

.YellowColor {
    background: #FF7A00;
}

.GreenColor {
    background: #49A663;
}

.RedColor {
    background: #D24A4A;
}

.hbd-body svg {
    margin: auto;
    display: block;
    margin-top: 10px;
    width: 100%;
    height: auto;
    padding: 0 20px;
}

#prop-details svg {
    margin: auto;
    margin-top: 10px;
}

.popup {
    width: 300px;
    padding: 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 10pt;
    background-color: lightsteelblue;
    border-radius: 6px;
    position: absolute;
    display: none;
    border: 1px solid gray;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .popup::before {
        content: "";
        width: 12px;
        height: 12px;
        transform: rotate(45deg);
        background-color: lightsteelblue;
        position: absolute;
        left: -6px;
        top: 68px;
        border-bottom: 1px solid gray;
        border-left: 1px solid gray;
    }

.popup-close {
    margin: 0 !important;
    position: absolute;
    padding: 0;
    top: 10px;
    right: 10px;
    border: none !important;
    color: black;
    background: transparent;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.side-prop-container {
    height: 100%;
    width: 0;
    position: sticky;
    z-index: 1;
    top: 0;
    right: 0;
    float: right;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: all 0.4s ease-in-out;
    border-radius: 8px;
}

.side-prop-details {
    width: 350px;
    height: calc(100vh - 25px);
    overflow-y: auto;
}

.side-prop-title {
    background: #FFFFFF;
    padding: 10px 20px;
    margin: 0;
    gap: 5px;
}

#hbd-container {
    transition: all 0.4s ease-in-out;
}

.side-prop-container .closebtn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 35px;
    border: none;
    font-weight: 400;
    margin-left: 0;
    color: black;
    background: transparent;
}
/*body::-webkit-scrollbar {
width: 12px;
}

body::-webkit-scrollbar-track {
background: dimgray;
}

body::-webkit-scrollbar-thumb {
background-color: #24419e;
border-radius: 20px;
border: 3px solid #24419e;
}
body {
scrollbar-width: thin;
scrollbar-color: #24419e dimgray;
}*/

.bg-c-g {
    background: #92d14f;
    padding: 4px 0;
}

#hbd_more_btn {
    width: 50px;
    background: white;
    color: black;
    border: none;
    position: absolute;
    font-size: 12px;
    text-transform: lowercase;
    z-index: 1;
}

#hbd_simulation_btn {
    width: 180px;
    background: #24419e;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 20px;
    padding: 8px;
    border: none;
}

.block-title {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    background: #D9D9D9;
    border-top: 1px solid #656565;
    border-bottom: 1px solid #656565;
}

.p_value_block {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.p_value {
    border: 1px solid #c7c5c5;
    padding: 5px 10px;
    font-size: 12px;
    color: #000000;
    overflow: hidden;
    display: block;
    width: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p_input {
    background: transparent;
    border: none;
    width: calc(100% - 37px);
}

.pb-bottom {
    padding: 3px 0;
}

    .pb-bottom::after {
        border-bottom: 1px solid #D3D3D3;
        content: "";
        width: 80%;
        margin: auto;
        margin-left: 20px;
    }

.line-btn {
    border-bottom: 2px solid #d5d5d5;
    width: 80%;
    z-index: -1;
}

.p-expand-btn {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.block-title div {
    text-transform: uppercase;
}

.block-title[aria-expanded='false'] .p-expand-btn {
    transform: rotate(180deg);
}

.block-title[aria-expanded='true'] + #p_subs_container {
    height: 215px;
    overflow-y: scroll;
}

span.p_unit:before {
    font-size: 9px;
}

span.p_unit.u_type_1:before {
    content: "Bar";
}

span.p_unit.u_type_2:before {
    content: "℃";
}

span.p_unit.u_type_3:before {
    content: "KJ/Kg";
}

span.p_unit.u_type_4:before {
    content: "Tph";
}

.ib-bottom {
    border-bottom: 2px solid #ced4da;
}

span.i-icon {
    position: absolute;
    top: 7px;
    right: 15px;
    cursor: pointer;
}

.dropdown-menu-li .dropdown-menu {
    margin: 0;
    right: 0;
    width: 250px;
    font-size: small;
    left: inherit;
    position: absolute;
    top: 52px;
    border-radius: 0 0 8px 8px;
}

.dropdown-menu-li {
    position: relative;
}

    .dropdown-menu-li .dropdown-menu .dropdown-item a span {
        vertical-align: middle;
        padding-left: 15px;
        top: -10px;
        line-height: inherit;
    }

    .dropdown-menu-li .dropdown-menu .dropdown-item a object {
        line-height: inherit;
    }

    .dropdown-menu-li .dropdown-menu .dropdown-item a {
        display: block;
        width: 100%;
        vertical-align: middle;
        line-height: inherit;
    }

    .dropdown-menu-li .dropdown-menu .dropdown-item {
        line-height: 30px;
        text-align: left;
    }

    .dropdown-menu-li .dropdown-menu ul {
        padding: 0;
    }

.user-name {
    line-height: 20px;
    margin: auto;
}

.dropdown-item.active, .dropdown-item:active {
    color: #409ed1 !important;
    text-decoration: none;
    background-color: transparent !important;
}

.form-control:disabled {
    color: #6c757d !important;
    background: transparent;
}

::placeholder {
    color: gray !important;
    font-size: 12px;
    font-weight: 400;
}

input:focus::placeholder, textarea:focus::placeholder {
    color: transparent;
}

/* Shift Planner */
.top_group_details {
    background: white;
    padding: 20px 30px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
}

.gp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sp_btn {
    margin-right: 30px;
    border: 1px solid #D9D9D9;
    padding: 5px 20px;
    border-radius: 4px;
    display: flex;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
}

    .sp_btn span {
        margin-left: 8px;
    }

.gp-expand-btn[aria-expanded='false'] {
    transform: rotate(180deg);
}

.gp-bottom {
    margin: 10px 0;
    border-bottom: 1px solid #A3A3A3;
}

.gp-br {
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #5B5B5B;
    display: flex;
    align-items: center;
}

.gp_tb_head {
    background: #445863;
}

.gp_tb_body .d-flex .gp-br:last-child {
    border-right: 1px solid #5B5B5B;
}

.sp_header {
    display: flex;
    justify-content: space-between;
}

.sp_right {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

    .sp_right select.form-control {
        width: 200px;
    }

.sp_comment_box .sp_comment_input {
    position: relative;
    display: inline-block;
    width: 100%;
}

.sp_comment_box .sp_val_text {
    position: absolute;
    right: 10px;
    bottom: 6px;
    font-size: 14px;
    font-weight: 600;
}

.sp_comment_val span {
    font-size: 12px;
    color: #fb6161;
}

.sp_comment_box textarea {
    resize: none;
    height: 100px;
    font-size: 14px;
}

.sp_g_c_body {
    padding: 10px;
    border: 1px solid lightgrey;
    border-radius: 4px;
    height: 160px;
    overflow-y: scroll;
}

    .sp_g_c_body::-webkit-scrollbar {
        width: 10px;
    }

    .sp_g_c_body::-webkit-scrollbar-track {
        background: transparent;
    }

    .sp_g_c_body::-webkit-scrollbar-thumb {
        background-color: #24419e;
        border-radius: 20px;
        border: 2px solid #24419e;
    }

.sp_g_c_body {
    scrollbar-width: thin;
    scrollbar-color: #24419e dimgray;
}

.gp_comments {
    display: flex;
    justify-content: space-between;
    flex: 1;
    gap: 25px;
    align-items: flex-start;
}

    .gp_comments .sp_shift_comments, .gp_comments .sp_comment_box {
        width: 100%;
    }

.gp_edit_select {
    padding: 0;
    margin: 0;
    font-size: 14px;
    border: none;
    color: black;
}

    .gp_edit_select option {
        font-size: 14px;
    }

    .gp_edit_select:disabled {
        appearance: none;
    }

.gp_ip_remarks:disabled {
    border: none !important;
    font-size: 14px !important;
}

.gp_select_usrp:disabled {
    appearance: none;
}

.gp_select_usrp {
    border: none;
    font-size: 14px !important;
    color: black;
}

.gp_ip_remarks:disabled::placeholder {
    color: transparent;
}

.sp_g_c_item div {
    line-height: 24px;
}

.wiget-grid-panel {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-gap: 5px;
}

.widget-grid-panel-body {
    padding: 0 10px;
}

.widget-grid-panel-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 7px;
}

.widget-grid-panel-header {
    width: 100%;
}

.grid-highlight-orange {
    background: rgba(255, 122, 0, 0.35);
}

.grid-highlight-green {
    background: #bdffcb;
}

.widget-container, .widget-grid-panel-container {
    width: 100%;
    min-height: 50px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px;
    /*margin-bottom: 15px;*/
    /*margin-right: 15px;*/
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
}

.widget-header, .widget-grid-panel-header {
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px !important;
}

.widget-header-img {
    height: 25px;
    float: right;
}

.widget-body {
    padding-left: 5px !important;
    padding-top: 10px;
}

.widget-value {
    font-size: 18px;
    font-weight: bold;
}

.widget-description {
    font-size: 12px;
    font-weight: normal;
}

.widget-status {
    width: 12px;
    height: 12px;
    border-radius: 12px;
}

.widget-chart {
    padding-top: 10px;
    padding-left: 13%;
    padding-right: 13%;
}

.widget-chart-horizontal {
    padding-top: 10px;
    padding-left: 3%;
    padding-right: 3%;
}

.widget-link-container {
    width: calc(100% + 15px);
    color: white;
}

.widget-link-header {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-top: -10px;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
}

.widget-link-header-small {
    font-size: 10px;
}

.widget-link-body {
    padding-left: 10%;
    padding-right: 10%;
}

.widget-select {
    border: 0px;
    outline: 0px;
    font-size: 12px;
    padding-right: 10px;
}

.widget-notification-group {
    font-size: 10px;
}

.widget-notification-message {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 5px;
}

.widget-notification-img {
    height: 13px;
}

.widget-no-data {
    font-size: 12px;
    justify-content: center;
}

.widget-separator {
    border-right: solid 2px gray;
}

.widget-header-separator {
    border-bottom: solid 1px gray;
}

form#progressbar_form {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: var(--Theme)
    }

    #progressbar li, .workorder-status-progress li {
        list-style-type: none;
        font-size: 15px;
        width: calc(100% / 5);
        float: left;
        position: relative;
        font-weight: 400
    }

.workorder-status-progress li {
    width: calc(100% / 8) !important;
}

#progressbar #step1:before {
    content: "1"
}

#progressbar #step2:before {
    content: "2"
}

#progressbar #step3:before {
    content: "3"
}

#progressbar #step4:before {
    content: "4"
}

#progressbar #step5:before {
    content: "5"
}

#progressbar #step6:before {
    content: "6"
}

#progressbar #step7:before {
    content: "7"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--Theme)
}

.progress {
    height: 20px;
    margin-top: -98px;
    margin-bottom: 60px;
}

.progress-bar {
    background-color: var(--Theme);
}

/*/**/ /**/ /**/ /**/ /**/ /**/ /*plus button workorder dropdown*/

.add_image {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*notifiers review page lable color*/
.is-disabled .choices__list--multiple .choices__item {
    background-color: #00bcd4 !important;
    border: 1px solid #00a5bb !important;
}
/*Readonly fields css*/
/*Maintnance Module Css Part*/
/*.readonly-fields {
    background-color: transparent !important;
    color: #898989 !important;
    opacity: 1;
    border: none;
}

    .form-control:disabled {
    color: #6c757d !important;
    background: transparent;
}

.form-input-group, select {
    background-color: transparent;
}

.btn-light {
    color: none !important;
    background-color: white !important;
    border-color: white !important;
    border-bottom: 1px solid #D3D3D3;
    border-radius: 0px;
}

ul.dropdown-menu.inner.show {
    min-width: auto !important;
    color: var(--Theme);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px !important;
    font-weight: 500 !important;
}

select#LoggedByRoleID {
    border: none;
    border-bottom: 0.5px solid #D3D3D3;
    border-radius: 0;
}

button.btn.dropdown-toggle.btn-light {
    border: none;
    border-radius: 0;
    border-bottom: 0.5px solid #D3D3D3;
}

select#StatusTypeID {
    border: none;
    border-radius: 0;
    border-bottom: 0.5px solid #D3D3D3;
}

.form-group.col-md-6.date-picker, select#PriorityTypeID, select#statusTypeID, select#AssetID, select#LocationID, select#SeverityID, select#PriorityID, select#ApproverRole {
    border: none;
    border-radius: 0;
    border-bottom: 0.5px solid #D3D3D3;
}

select#ApprovedBy, select#ApprovedByID, .choices__inner {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 0.5px solid #D3D3D3 !important;
    background-color: #ffffff !important;
}

.choices__input {
    background-color: #ffffff !important;
}

.btn-light:hover {
    color: black;
    background-color: transparent !important;
    border-color: #dae0e5 !important;
}

select#StatusTypeID, select#LocationID, select#SeverityID, select#PriorityID, select#ApproverRole {
    color: var(--Theme);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.btn-light {
    background-color: transparent;
}

select#LoggedByRoleID, select#ApprovedBy, select#ApprovedByID, select#AssetID {
    color: var(--Theme);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.filter-option-inner-inner, select#PriorityTypeID, select#statusTypeID {
    color: var(--Theme);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
}

select#SeverityID {
    color: var(--Theme);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: none;
    border-bottom: 0.5px solid #D3D3D3;
    border-radius: 0;
}

.filter-option-inner-inner:focus {
    outline: none;
    border: none;
}

#mandatoryMark {
    color: red;
    font-size: 15px;
}

sup {
    top: 0 !important;
    padding: 4px !important;
}

.dropdown-item.active, .dropdown-item.selected, .dropdown-item:active {
    background-color: var(--Theme)4d !important;
}

.dropdown-item.active, .dropdown-item {
    color: black !important;
}

.dropdown.bootstrap-select.form-control {
    border-bottom: 1px solid #D3D3D3;
    border-radius: 0px;
}*/

.search {
    max-height: 45px;
    min-height: 35px;
    width: 500px;
    font-size: 17px !important;
    font-weight: 400 !important;
    border: none;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

.table-header {
    background: #445863;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

    .table-header :last-child {
        border-right: none;
    }

.table-header-column {
    width: 100px;
    flex-grow: 1;
    height: 55px;
    border-right: 2px solid #c5c5c5;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 2px;
    font-weight: 500;
    font-size: 16px;
    color: white;
}

.table-body-wrapper {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.table-body :last-child {
    border-right: none;
}

.table-body-column {
    width: 100px;
    flex-grow: 1;
    height: 57px;
    border-right: 2px solid #c5c5c5;
    border-bottom: 2px solid #c5c5c5;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    padding-top: 17px;
    color: #000000;
    padding-bottom: 4px;
}

.grid-panel {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-gap: 15px;
}

.enquiry-grid-panel {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 15px;
}

.grid-item {
    position: relative;
    box-shadow: 0px 5px 6px rgb(0 0 0 / 12%);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 210px;
}

.permit-no {
    font-weight: 500;
    color: black;
    font-size: 14px;
}

.status-left {
    z-index: 1;
    width: 5px;
    height: -webkit-fill-available;
    position: absolute;
}

.p-status-green {
    background: #83bb42;
}

.p-status-red {
    background: #ff6c00;
}

.p-status-gray {
    background: lightgray;
}

.p-status-yellow {
    background: #cab95f;
}

.p-status-blue {
    background: #80c7ea;
}

.grid-item .card {
    border: none !important;
    height: 100%;
}

.card-footer {
    background: white !important;
    border-top: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.duration {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 10px 0;
    font-size: 14px;
}

.permit-daydiff {
    display: grid;
    text-align: center;
    margin: auto;
}

    .permit-daydiff img {
        width: 15px;
        margin: auto;
    }

.permit-time {
    font-weight: 600;
}

.permit-dsc {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
}

.permit-rmks, .permit-status {
    font-size: 13px;
}

.permit-rmks, .permit-dsc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: gray;
}

.permit-preview {
    font-size: 12px;
    cursor: pointer;
}

img.permit-type-img {
    width: 20px;
    margin-right: 10px;
}

img.permit-mea-img {
    width: 20px;
    margin-left: 5px;
}

.permit-card-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.img-gray {
    filter: grayscale(100%);
    opacity: 0.3;
}

.no-permit-list {
    text-align: center;
    margin-top: 20px;
    color: darkgray;
}
/*Permit Page CSS*/
.dateSelection {
    border: 2px solid gray;
}

.permit-display {
    display: flex;
    border: 1px solid gray;
    margin-left: 10px;
    border-radius: 4px;
}

.permit-control-icons {
    width: 20px;
    /*margin-right: 10px;*/
    /* border: 1px solid rgb(158 158 159); */
    /* border-radius: 5px; */
    /* padding: 3px; */
    cursor: pointer;
}

.permit-display .permit-control-icons {
    padding: 5px;
    width: 25px;
}

    .permit-display .permit-control-icons.selected {
        background: #2ba6e1;
    }

.permit-list-icon-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

div#nav-tabContent {
    margin-top: 25px;
}

.nav-tabs {
    border-bottom: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-tabs-zdc-details {
    padding: 0px;
    border: 2px solid #5b6ac0;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.permit-navs .nav-tabs .nav-item.show .nav-link, .permit-navs .nav-tabs .nav-link.active {
    color: black !important;
    background-color: transparent;
    font-weight: 600;
    border: none;
}

.permit-navs .nav-link:focus-visible, .permit-navs .nav-link:focus, .permit-navs .nav-link:focus-within, .permit-navs .nav-link:target, .permit-navs .nav-link:visited {
    border: none !important;
}

.permit-navs .nav-link {
    font-weight: 600;
    color: dimgray !important;
    font-size: 13px;
    text-transform: uppercase;
}

.permit-navs .nav-tabs .nav-item {
    margin-bottom: -3px !important;
    border-radius: 0;
}

.TemplateContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 15px;
    height: 100%;
}

.PermitTemplate {
    cursor: pointer;
    margin: 10px;
    border: 2px solid white;
    box-shadow: 0px 8px 13px rgb(0 0 0 / 6%);
}

.permit-export-btn {
    border: 1px solid rgb(158 158 159);
    background: white;
    color: #74baef;
    padding: 3px;
    margin-right: 10px;
}

button.btn.permit-export-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px !important;
    background: transparent;
}

img.permit-template-icons {
    width: 35px;
    object-fit: contain;
    margin-right: 10px;
}

.create-permit-icons-group {
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: start;
    box-sizing: border-box;
}

img.create-permit-icons-group {
    width: 50px;
}

.logoimg {
    width: 120px;
    height: 60px;
    object-fit: contain;
}

#permit-search {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: end;
    background: white;
    border: 1px solid lightgrey;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 30px;
    padding: 0 10px;
}

#permit-search-toggle {
    display: none;
}

#permit-search-input {
    background: transparent;
    height: inherit;
    padding: 1px;
    font-size: 12px !important;
    border: none;
}

    #permit-search-input:focus {
        background: transparent;
        border-color: transparent;
    }

#permit-search > img {
    width: 10px;
    margin: auto;
    cursor: pointer;
}

.permit-button {
    background: var(--Theme);
    color: white;
}

.copany-button {
    background: var(--Theme);
    color: white;
}

.add-measure-button {
    background: var(--Theme);
    color: white;
    height: 35px;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
}

.measure-button {
    border: 2px solid lightgray;
    background: #76aa3c;
    color: white;
}

.measure-header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eaeaea;
}

.measure-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #d3d3d3;
    height: 60px;
}

/* Pdf CSS */
div#pdf-header-left img {
    width: 100px;
}

.page-container {
    margin: auto;
    padding: 20px;
    width: 800px;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.1),3px 3px 0 #fff,4px 4px 0 rgba(0,0,0,.125),6px 6px 0 #fff,7px 7px 0 rgba(0,0,0,.15);
}

#qr_code img {
    width: 50px;
}

#qr_code_sc img {
    width: 80px;
}

.Loto-tag-img > img {
    width: 50px;
}

.c-panel.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #d2d2d3;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.c-panel.panel-default .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-size: 13px;
}

.c-panel.panel-default > .panel-heading {
    color: #333;
    background-color: #eaeaea;
    border-color: #ddd;
}

.c-panel .permit-tables {
    margin-bottom: 0 !important;
    font-size: 14px;
}

.permit-tables td:last-child {
    border-right: none;
}

.permit-tables td {
    border-right: 1px solid #d2d2d3;
    padding: 10px 20px;
}

.measure-row {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.pdf-ms-response {
    display: flex;
    gap: 5px;
    height: 20px;
    align-items: center;
}

    .pdf-ms-response div {
        text-transform: uppercase;
        font-size: 10px;
        border: 2px solid #686466;
        padding: 0 4px;
        font-weight: 500;
    }

    .pdf-ms-response .ms-yes.ms-selected {
        color: white;
        background: #659f23;
        border-color: #afce8d;
    }

    .pdf-ms-response .ms-no.ms-selected {
        color: white;
        background: #df4e4b;
        border-color: #f0a89e;
    }

    .pdf-ms-response .ms-na.ms-selected {
        color: white;
        background: #625e62;
        border-color: #9a9999;
    }

.jobsafety-row {
    display: flex;
    justify-content: space-between;
}

.pdf-iso-response input[type=checkbox]:disabled {
    background: transparent;
}

.ms-response {
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
}

    .ms-response .ms-option {
        text-transform: uppercase;
        font-size: 10px;
        border: 2px solid #686466;
        padding: 0 10px;
        font-weight: 500;
        background: #fff;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        cursor: pointer;
        border-radius: 2px;
        transition: all 0.5s ease;
        margin: 0 5px;
    }

    .ms-response input[type="radio"] {
        display: none;
    }

.ms-input-yes:checked ~ .ms-yes span,
.ms-input-no:checked ~ .ms-no span,
.ms-input-na:checked ~ .ms-na span {
    color: #fff;
}

.ms-input-yes:checked ~ .ms-yes {
    background: #659f23;
    border-color: #afce8d;
}

.ms-input-no:checked ~ .ms-no {
    background: #df4e4b;
    border-color: #f0a89e;
}

.ms-input-na:checked ~ .ms-na {
    background: #625e62;
    border-color: #9a9999;
}

.create-permit-icons {
    width: 50px;
    margin-left: 20px;
    cursor: pointer;
}

.measures-model-footer {
    justify-content: center !important;
}

.permit-new, .company-new {
    width: 19px;
    padding: 1px;
}

.add-permit-btn {
    background: #24419e;
    color: white;
}

.add-record-btn {
    background: var(--Theme);
    color: white;
    margin-top: 10px;
}

.selectpermit {
    border: 2px solid #00a9dd;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.25);
}

strong {
    font-weight: 500;
}

.input-flex {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    padding: 15px 20px;
    column-gap: 10px;
}

.input-flex-2c {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    padding: 15px 20px;
    column-gap: 10px;
}

    .input-flex .form-group, .input-flex-2c .form-group {
        margin-bottom: 5px !important;
    }

        .input-flex .form-group label.custom-control-label, .input-flex-sc .form-group label.custom-control-label {
            line-height: 25px;
        }

.fetch-button-div {
    display: block;
    position: relative;
    top: 25px;
}

.fetch-button {
    background: #24419e;
    width: 120px;
    margin-left: 15px;
    color: white;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.15);
}

    .fetch-button:hover {
        color: white;
    }

.readonly-fields {
    background-color: transparent !important;
    color: #898989 !important;
    opacity: 1;
}

.form-control:disabled {
    color: #6c757d !important;
    background: transparent;
}

.formcontrol-selectTag, .selectpicker {
    border: 0 none;
    border-bottom: 1px solid #D3D3D3;
    border-radius: 0;
    font-size: 16px !important;
    line-height: 19px;
    font-weight: 500;
    color: var(--Theme);
    padding: 6px 12px;
}

#measuresModal .modal-dialog {
    max-width: 800px !important;
}

.exclamatory {
    width: 15px !important;
    object-fit: contain;
    margin-right: 3px;
}

.error-message {
    display: none;
    font-size: 11px;
    color: #fb6161;
    margin-top: 2px;
    font-family: 'Nunito Sans', sans-serif;
}

.invalid {
    color: red;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Nunito Sans', sans-serif;
    display: flex;
    align-items: start;
    justify-content: start;
    margin-top: 5px;
}

    .invalid > img {
        margin-top: 2px;
        margin-right: 5px;
    }

button.btn-outline-primary:active {
    color: #fff !important;
    border-color: #409ed1 !important;
    background: #409ed1 !important;
}

#jsa_module img {
    width: 30px !important;
}

.upload-div-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    font-size: 14px;
    color: black;
    border-bottom: 1px solid #dee2e6;
}

.view-upload-div-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-size: 14px;
    color: black;
}

.Permit-view-measure {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 10px 0;
    padding: 5px 15px 5px 20px;
}

.view-permit-measure-color {
    color: #6c757d;
}

.measure-modal-body {
    max-height: 300px;
    overflow-y: auto;
    margin-left: 10px;
}

.resize-none {
    resize: none;
}

input[type="radio"] {
    accent-color: var(--Theme);
}

.img-item {
    display: flex;
}

.img-preview {
    margin: 10px;
    border: 2px solid #24419e;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    height: 120px !important;
    width: 200px !important;
    object-fit: cover;
    position: relative;
    cursor: pointer;
}

.img-preview-view {
    border: 2px solid #9e9e9e;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    height: 120px !important;
    width: -webkit-fill-available;
    object-fit: cover;
    cursor: pointer;
}

.img-close-btn {
    font-size: 16px;
    background: gray;
    font-weight: 400;
    color: white;
    padding: 3px 7px;
    border-radius: 16px;
    position: absolute;
    right: 10px;
}

.img-preview-cancel {
    height: 18px;
    padding: 4px;
    margin-bottom: 97px;
    margin-left: -24px;
    background: #24419e;
    border-radius: 25px;
    object-fit: cover;
    position: absolute;
}

.img-preview-delete {
    height: 18px;
    padding: 4px;
    margin-bottom: 97px;
    margin-left: -24px;
    background: #ff4d4d;
    border-radius: 25px;
    object-fit: cover;
    position: absolute;
}

#preview {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

#edit-preview {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.form-control-textarea {
    font-size: 16px !important;
    line-height: 19px;
    font-weight: 500;
    color: var(--Theme) !important;
}

.image-icon {
    width: 50px;
    margin-left: 15px;
}

sup#mandatoryMark {
    color: red;
    font-size: 14px;
    font-weight: 600;
}

.choices__list--multiple .choices__item {
    font-size: 14px !important;
    background: #5B6AC0 !important;
    text-transform: capitalize;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.dropdown-toggle[aria-expanded='false']::after {
    transform: rotateX(180deg);
}

.choices {
    margin-bottom: 0px !important;
}

.choices__inner {
    background: transparent !important;
    border-color: #ced4da;
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 0 !important;
}

.defect-image-wrapper {
    display: flex;
    flex-direction: column;
}

.choices__list.choices__list--single {
    color: var(--Theme);
    font-size: 16px;
}

.choices__list--dropdown, .choices__list--single .choices__item {
    font-weight: 500;
}

.card-logged-date {
    font-size: 13px;
    font-weight: 500;
    color: darkgray;
}
/*Safety Certificate wrapper*/
.sc-wrapper-loto {
    font-size: 10px;
    font-family: 'Nunito Sans', sans-serif;
}

    .sc-wrapper-loto .tag {
        border: 1px solid gray;
        border-radius: 4px;
    }

.sc-wrapper {
    border: 3px solid black;
    font-size: 10px;
    font-family: 'Nunito Sans', sans-serif;
}

.sc-basic-details-container {
    padding: 5px;
    border-bottom: 1px solid black;
}

.sc-basic-details-top-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-column-gap: 1px;
    grid-row-gap: 5px;
}

.text-wrapper {
    display: flex;
    align-items: end;
    justify-content: center;
}

.sc-title-p {
    margin: 0 2px 0 2px;
    font-size: 13px;
    font-weight: 700;
}

.sc-normal-p {
    font-size: 11px;
    font-weight: 600;
}

.sc-p {
    border-bottom: 1px solid black;
    flex-grow: 1;
    margin: 0 2px 0 2px;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 3px;
}

.crew-safety-container {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-bottom: 1px solid black;
}

.crew-safety-left-container {
    flex-grow: 1;
}

.crew-safety-right-container {
    flex-grow: 1;
}

.sc-checkbox {
    border: 2px solid gray;
    width: 12px;
    height: 12px;
}

.checkbox-wrapper {
    display: flex;
}

.sc-noticable-data-container {
    padding: 5px;
    border-bottom: 1px solid black;
}

    .sc-noticable-data-container > div > p {
        color: #e13e3e;
        border-color: #e13e3e;
    }

        .sc-noticable-data-container > div > p > u {
            text-decoration: none;
            border-bottom: 2px solid #e13e3e;
        }

.sc-title-p > u {
    text-decoration: none;
    border-bottom: 2px solid;
}


.sc-tik-data-wraper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.review-and-approval-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-column-gap: 1px;
    grid-row-gap: 5px;
}

.close-out-top-part {
    display: flex;
}

.close-out-middle-part {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-column-gap: 1px;
    grid-row-gap: 5px;
}

.review-and-approval {
    border-bottom: 1px solid black;
}

.sc-no {
    color: red;
}

.sc-closeout {
    padding: 5px;
}

.sc-tikbox-container {
    padding: 5px;
    border-bottom: 1px solid black;
}

.sc-checkbox-container {
    border-bottom: 1px solid black;
    padding: 5px;
}

.sc-safety-engineer-container {
    border-bottom: 1px solid black;
}

.sc-safety-engineer-data {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-column-gap: 1px;
    grid-row-gap: 5px;
}

.admin-menu-button {
    color: black;
    margin: 5px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.menu-input {
    width: inherit;
    height: 100%;
}

.menu-checkbox {
    height: 18px;
    width: 18px;
    background: var(--Theme);
    border: 1px solid var(--Theme);
}

.add-menu {
    background: var(--Theme);
    border: 1px solid white;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    cursor: pointer;
}

    .add-menu:hover {
        background: var(--Theme);
        border: 1px solid white;
        box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
        cursor: pointer;
    }

.b-o-gray {
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.permit-widget-container {
    width: 100%;
    min-height: 50px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.graph .permit-widget-container {
    height: 343px;
}

.right-filter {
    background: #FFFFFF;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 5px 0;
    height: calc(100vh - 190px);
    overflow-y: scroll;
}

    .right-filter::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    .right-filter::-webkit-scrollbar-track {
    }

    .right-filter::-webkit-scrollbar-thumb {
        background: var(--Theme);
    }

        .right-filter::-webkit-scrollbar-thumb:hover {
            background: #445863;
        }

.filter-header {
    font-weight: 500;
    font-size: 14px;
    padding: 8px 0 12px 0;
    margin: 0 20px;
    color: #000000 !important;
}

.filter-label {
    font-weight: 500;
    font-size: 12px;
    padding: 8px 0 12px 0;
    margin: 0 20px;
}

.filter-text {
    font-weight: 400;
    font-size: 12px;
}

.widget-table > thead tr {
    height: 30px !important;
}

.widget-table > tbody tr {
    height: 25px !important;
}

.widget-table-container::-webkit-scrollbar {
    width: 3px;
}

.widget-table-container::-webkit-scrollbar-track {
    /*background: #f1f1f1;*/
}

.widget-table-container::-webkit-scrollbar-thumb {
    background: var(--Theme);
}

    .widget-table-container::-webkit-scrollbar-thumb:hover {
        background: #445863;
    }

.widget-date-picker {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 3px 3px;
    text-align: left;
    cursor: pointer;
}

    .widget-date-picker input {
        width: -webkit-fill-available;
        position: relative;
        border: none;
    }

    .widget-date-picker button {
        border: none;
        background: none;
        vertical-align: middle;
        position: absolute;
        right: 10px;
    }

        .widget-date-picker button.ui-datepicker-trigger img,
        .widget-date-picker button.ui-monthpicker-trigger img {
            width: 18px;
            margin-left: 20px;
            display: inline-block;
            vertical-align: middle;
            float: right;
        }

.widget-left {
    display: flex;
    justify-content: center;
    align-items: self-end;
    height: 30px;
    font-size: 13px;
    color: darkgrey;
}

img.widget-enq-img {
    height: 25px;
}

.enq-increase {
    color: #00b050;
}

.enq-decrease {
    color: red;
}

.enq-prev {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.widget-line {
    margin-top: 10px;
    border-left: 1px solid darkgray;
}

.modal_g_details .choices {
    width: inherit;
}

.modal_g_details .choices__list.choices__list--single {
    font-size: 14px !important;
}


.header-select {
    display: inline;
    width: 200px;
}

.t-upper {
    text-transform: uppercase;
}

.company-navs > div {
    display: flex;
    flex-direction: column;
}

.dashed-line {
    margin-top: 30px;
    margin: 5px 0;
    height: 2px;
    background: repeating-linear-gradient(90deg,#cccccc 0 10px,#0000 0 12px)
}

.company-inputs-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.col-md-2.company-billing {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.company-billing-checkbox {
    display: flex;
    align-items: center;
    padding-bottom: 45px;
}

.billing-checkbox {
    width: 30px;
    height: 30px;
}

.company-remarks {
    padding-bottom: 6rem;
}

.company-btn {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Table-header {
    background: var(--Theme);
    margin-bottom: 3px;
}

.Table-header-coloumn {
    width: 100px;
    flex-grow: 1;
    /*height: 45px;*/
    border: 1px solid #b3b0b0;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    color: white;
}

.company-table {
    /*overflow-x:scroll;*/
}

.Table-body {
    background: #ffffff;
}

.Table-body-coloumn {
    width: 100px;
    /*height: 70px;*/
    border: 1px solid #b3b0b0;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    padding: 10px;
    flex-grow: 1;
    color: black;
}

/*.Table-body:nth-child(even) {
    background: #e0e0e0;
}

.Table-body:nth-child(odd) {
    background: #f0f0f0;
}*/

.site-admin-header {
    background: var(--Theme);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    height: 40px;
    color: white;
}

.site-admin-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-column-gap: 50px;
    grid-row-gap: 20px;
}

.company-hader-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .company-hader-nav > a {
        flex-grow: 1;
        border: 2px solid #d9d7d7 !important;
        margin-bottom: 10px;
        color: black !important;
        border-radius: 0 !important;
    }

.company-side-menu > a {
    border: none !important;
    border-radius: 0 !important;
    text-decoration: none;
    color: black !important;
}

.module-text {
    color: black;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.company-settings-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 30px;
}

.safety-comments {
    color: var(--Theme);
}

.company-hader-nav > .nav-link.active {
    color: white !important;
    background: var(--Theme) !important;
    font-size: 16px;
    font-weight: 600;
}

.input-button-trigger {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 63%;
}

    .input-button-trigger > input {
        margin-right: 10px;
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }

.company-date-img {
    width: 30px;
}

.input-validation-wrapper {
    width: 250px;
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}

.logo-img-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Palette-color-div {
    display: flex;
    flex-wrap: wrap;
}

#logo-img {
    object-fit: cover;
    width: 50%;
    height: auto;
}

.colorfromImage {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: 5px;
}

.theme-img-container {
    display: flex;
    border: 1px solid #cacaca;
    border-radius: 10px;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.2);
}

.theme-color-input {
    width: 60%;
}

button.pcr-button {
    box-shadow: 1px 2px 1px rgb(0, 0, 0,0.6);
    border: 1px solid rgb(203 203 203);
    margin-left: 10px;
}

/*.input-group > .form-control {
    width: 67%;
    flex: none !important;
}*/

.date-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
}

.admin-menu-button {
    color: black;
    margin: 5px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.menu-input {
    width: inherit;
    height: 100%;
}

.add-menu {
    background: var(--Theme);
    border: 1px solid white;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    cursor: pointer;
}

    .add-menu:hover {
        background: var(--Theme);
        border: 1px solid white;
        box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
        cursor: pointer;
    }

.b-o-gray {
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.check-box-group {
    display: flex;
}

.menu-delete {
    font-size: 25px;
    margin: 0 0 0 10px;
    color: red;
}

.menu-save {
    font-size: 25px;
    margin: 0 0 0 10px;
    color: green;
}

.menu-edit {
    font-size: 25px;
    margin: 0 0 0 10px;
    color: rgb(0 168 213);
}

.menu-cancel {
    font-size: 25px;
    margin: 0 0 0 10px;
}

.menu-image {
    font-size: 25px;
    margin: 0 0 0 10px;
}

.table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.2);
}

    .table-wrapper::-webkit-scrollbar {
        height: 15px;
        width: 30px;
    }

    .table-wrapper::-webkit-scrollbar-track {
        background-color: #e4e4e4;
        border-radius: 100px;
    }

    .table-wrapper::-webkit-scrollbar-thumb {
        background: var(--Theme);
        border-radius: 100px;
    }

.menu-select {
    text-align: left;
    text-align-last: left;
    -moz-text-align-last: left;
}

    .menu-select:disabled {
        color: black !important;
    }

.menu-checkbox {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #fff;
    height: 20px;
    width: 20px;
    border: 1px solid var(--Theme);
    border-radius: 5px;
}

    .menu-checkbox:checked {
        background: var(--Theme);
    }


    .menu-checkbox:hover {
        filter: brightness(90%);
    }

    .menu-checkbox:after {
        content: '';
        position: relative;
        left: 7px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        display: none;
    }

    .menu-checkbox:checked:after {
        display: block;
        color: white;
    }

.menu-con {
    display: flex;
    align-items: center;
    justify-content: center;
}

.daterangepicker .ranges li.active {
    background-color: #24419e !important;
    color: #fff;
}
/*//JSW*/


table td input {
    height: 100%;
    width: 100%;
    border: none;
    padding: 5px 10px;
    box-sizing: border-box;
}

.jsw-table-row {
    height: 30px !important;
}

.jsw-two-data-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: none !important;
}

.jsw-table-td {
    border: none !important;
    height: 100%;
}

    .jsw-table-td:first-child {
        border-right: 1px solid #d3d3d3 !important;
    }

tr.jsw-table-row.jsw-header-row {
    /*   background: #4FE0B6 !important;
    opacity:0.9;
    color:black !important;*/
}

th.align-middle.text-center {
    /*   font-size: 14px !important;
    font-weight:600;*/
}

.widget-left {
    display: flex;
    justify-content: center;
    align-items: self-end;
    height: 30px;
    font-size: 13px;
    color: darkgrey;
}

img.widget-enq-img {
    height: 25px;
}

.enq-increase {
    color: #00b050;
}

.enq-decrease {
    color: red;
}

.enq-prev {
    display: flex;
    justify-content: start;
}

.menu-role {
    min-width: 55px;
}

.menu-action {
    min-width: 120px;
}

.navigation-header {
    position: -webkit-sticky;
    /* position: sticky;*/
    top: 0;
    display: block;
    z-index: 100;
}

.menu-left-fixed {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    z-index: 100;
    background: white;
}

.menu-left-header-fixed {
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
}

.sticky-first {
    left: 0;
}

.sticky-second {
    left: 100px;
}

.navigation-header > div {
    text-transform: uppercase;
    font-size: 13px;
}

.menu-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /*margin-top: 10px;*/
}

.widget-line {
    margin-top: 10px;
    border-left: 1px solid darkgray;
}

.table.table-bordered {
    border: 1px solid #cbcbcb;
}

table.table-bordered > thead > tr > th {
    border: 1px solid #cbcbcb;
}

table.table-bordered > tbody > tr > td {
    border: 1px solid #cbcbcb;
    font-size: 14px;
}


.co-ordinates-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.co-ordinates-add, .co-ordinates-remove {
    cursor: pointer;
    width: 75px;
    height: 35px;
    background: var(--Theme);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding: 10px;
}

.fence-button {
    cursor: pointer;
    width: 150px;
    height: 35px;
    background: var(--Theme);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding: 2px;
}

.co-ordinates-remove, .fence-remove {
    background: red;
}

    .co-ordinates-remove > label, .co-ordinates-add > label, .fence-button > label {
        cursor: pointer;
    }

    .co-ordinates-remove > img, .co-ordinates-add > img, .fence-button > img {
        width: 15px;
    }


.fencing-circle-input {
    width: 24%;
}

.fencing-polygon-input {
    width: 30%;
    margin-bottom: 0;
}

fieldset {
    border: 1px solid #000;
    margin-left: 5px;
}

legend {
    margin-left: 10px;
    font-size: 16px;
}

select.fence-user {
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px !important;
    font-weight: 500 !important;
}

input#fencing-name {
    width: 85%;
}

#map {
    height: 600px;
    border-radius: 4px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.geofence-wrapper {
    height: 600px;
    overflow-y: auto;
    padding-bottom: 5px;
}

    .geofence-wrapper::-webkit-scrollbar {
        width: 7px;
    }

    .geofence-wrapper::-webkit-scrollbar-track {
        background-color: #e4e4e4;
        border-radius: 100px;
    }

    .geofence-wrapper::-webkit-scrollbar-thumb {
        background: var(--Theme);
        border-radius: 100px;
    }

.formdesigner-cell {
    height: 10px;
    width: 10px;
    margin: 5px;
    background: #000000;
    opacity: 0.1;
    float: left;
}

.formdesigner-container {
    position: absolute !important;
    cursor: move;
    height: 100px;
    width: 100px;
}

.tag-table {
    text-align: left;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #555555;
}

.table-top-border {
    border-top: 1px solid #d3d3d3;
}
/*//Enquiery Management*/
.drag-area, .dashed-container {
    width: 100%;
    height: 160px;
    border-radius: 5px;
    border: 2px dashed #d5d5e1;
    color: #c8c9dd;
    font-size: 0.9rem;
    font-weight: 500;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
    margin-top: 10px;
}

    .drag-area .visible {
        font-size: 18px;
    }

.select {
    color: #5256ad;
    margin-left: 5px;
    cursor: pointer;
    transition: 0.4s;
}

    .select:hover {
        opacity: 0.6;
    }
/* dragover class will used in drag and drop system */
.drag-area.dragover {
    background: rgba(0, 0, 0, 0.4);
}

    .drag-area.dragover .on-drop {
        display: inline;
        font-size: 28px;
    }

    .drag-drop-file,
    .drag-area .on-drop,
    .drag-area.dragover .visible {
        display: none;
    }

.enquiry-texarea {
    height: 90% !important;
    border: none;
    width: 100%;
}
/*
.img-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
}

    .img-container .image {
        width: 180px;
        margin-right: 15px;
        height: 75px;
        position: relative;
        margin-bottom: 8px;
        border: 2px solid var(--Theme);
        padding: 2px;
    }

        .img-container .image img {
            width: 100%;
            height: 100%;
            border-radius: 5px;
        }

        .img-container .image span {
            position: absolute;
            top: 1px;
            right: 1px;
            font-size: 20px;
            cursor: pointer;
            background: var(--Theme);
            color: white;
            text-align: center;
            width: 17px;
            height: 17px;
            border-radius: 50%;
        }
*/
.enquiryform-float-div {
    position: absolute;
    right: 30px;
    top: 115px;
    width: 24%;
}

.enquery-form-header {
    background: #24419e;
    text-align: left;
    border-radius: 5px;
    color: white;
    padding-left: 5px;
    padding-top: 10px;
}

.selectEnquiry:hover {
    border: 2px solid var(--Theme);
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.25);
}

/*.dept-select .choices__inner {
    width: 250px !important;
}*/

.dept-select, .dept-select .choices {
    width: 100%;
}

.card {
    border: none;
}

.grid-list-panel {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(219px, 1fr));
    grid-gap: 20px;
}

.grid-list-item {
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 164px;
}

.list-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.list-card-no {
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.8);
}

.list-status-badge {
    padding: 5px 8px;
    height: 15px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 500;
    line-height: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.list-card-title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.list-card-dsc {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 12px;
}

.card-date {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.8);
}

.list-info-img {
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.list-arrow-img {
    height: 15px;
    width: 15px;
}

.add-new-btn {
    padding: 8px 20px;
    width: 108px;
    height: 31px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #111111;
}

.card-list-group {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-grow: 1;
}

.card-list-view {
    width: 82px;
    height: 29px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}



    .card-list-view > div {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.card-list-view-img {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}


.table-list-header-row > th, .table-list-body-row > td {
    border: none !important;
}

.table-list-header-row {
    background: #757575 !important;
    color: white !important;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.12);
    height: 40px !important;
    text-wrap: nowrap;
}

.table-list-body-row {
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.12);
    height: 40px !important;
    text-wrap: nowrap;
}

.table-list {
    /*border-collapse: separate !important;*/
    /*border-spacing: 0 5px;*/
    background: none !important;
    box-shadow: none !important;
    /*padding:5px;*/
}

.table-list-body tr:nth-child(odd) td {
    background-color: #FFFFFF;
}

.table-list-body tr:nth-child(even) td {
    background-color: #F4F4F4;
}

.table-list-body-row td:first-child, .table-list-header-row th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.table-list-body-row td:last-child, .table-list-header-row th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.create-form-wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.Enquiry-form-control {
    display: block;
    width: 100%;
    /*height: calc(1.5em + .75rem + 2px);*/
    padding: .375rem .75rem;
    /*font-size: 1rem;*/
    /*font-weight: 400;*/
    /*line-height: 1.5;*/
    /*color: #495057;*/
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 16px !important;
    line-height: 19px;
    font-weight: 500;
    color: var(--Theme);
}

.create-form-button-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.enquiry-form-white-button {
    width: 130px;
    height: 40px;
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 60px;
    background: #FFFFFF;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #5b6ac0 !important;
}

.enquiry-form-vilot-button {
    width: 100px;
    height: 35px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 60px;
    background: #5B6AC0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 23px 0 23px;
    color: #FFFFFF !important;
}
.enquiry-form-gray-button {
    width: 100px;
    height: 35px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 60px;
    background: #6c757d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 23px 0 23px;
    color: #FFFFFF !important;
}

.vilot-badge {
    padding: 3px 10px;
    background: #5B6AC0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
    border-radius: 35px;
    border: 1px solid #72777b;
    margin-right: 8px;
    margin-bottom: 14px;
    text-align: center;
}

.floating-form-right {
    position: sticky;
    top: 20px;
}

#toggleBtn {
    width: 30px;
    height: 30px;
    background: #AFAFAF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    position: absolute;
    cursor: pointer;
}

.menu-anchor {
    display: flex !important;
    align-items: end !important;
    justify-content: center !important;
}

.text-overflow-wrap {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sidemenu-toggle-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.active-list {
    background: #747474
}

.navbar-left-header {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.vertical-seperator {
    width: 2px;
    height: 15px;
    margin: 0 1px;
    background: #BFBCBC;
}

#navbar-warapper .vertical-seperator {
    width: 2px;
    height: 30px;
    background: #BFBCBC;
}

.modal-header .close {
    cursor: pointer;
}

.navbar-right-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-searc-span {
    background: #FFFFFF !important;
    cursor: pointer;
}

.input-with-icon {
    border: 1px solid #ced4da !important;
    border-right: none !important;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.page-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-bar-wrapper {
    /*width: 300px;*/
    overflow-x: auto;
}

.Enquiry-table-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.permit-clone {
    cursor: pointer;
}

.navbar-brand-logo {
    width: 120px;
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.status-green {
    background: #3A9D44;
}

.status-purple {
    background: #582f0e;
}

.status-red {
    background: #C64040;
}

.status-gray {
    background: #7E7E7E;
}

.status-yellow {
    background: #ABAD28;
}

.status-blue {
    background: #3F54D3;
}

.menu-anchor-border {
    border-bottom: 1px solid #B5B5B5;
}

.menu-anchor:has(~.list-unstyled.collapse.show ) {
    border: none;
}

.selectedTDC {
    border: 2px solid var(--Theme);
}

.drag-area, .dashed-container {
    width: 100%;
    height: 160px;
    border-radius: 5px;
    border: 2px dashed #d5d5e1;
    color: #c8c9dd;
    font-size: 0.9rem;
    font-weight: 500;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
    margin-top: 10px;
}

    .drag-area .visible {
        font-size: 18px;
    }

.select {
    color: var(--Theme);
    margin-left: 5px;
    cursor: pointer;
    transition: 0.4s;
}

    .select:hover {
        opacity: 0.6;
    }
/* dragover class will used in drag and drop system */
.drag-area.dragover {
    background: rgba(0, 0, 0, 0.4);
}

    .drag-area.dragover .on-drop {
        display: inline;
        font-size: 28px;
    }

    .drag-drop-file,
    .drag-area .on-drop,
    .drag-area.dragover .visible {
        display: none;
    }

.enquiry-texarea {
    height: 90% !important;
    border: none;
}

.img-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
}

    .img-container .image {
        height: 100px;
        position: relative;
        border: 2px solid var(--Theme);
        padding: 2px;
        border-radius: 5px;
    }

        .img-container .image img {
            width: 100%;
            height: 100%;
            border-radius: 5px;
            opacity: 0.8;
        }

        .img-container .image span {
            position: absolute;
            top: 5px;
            right: 5px;
            font-size: 20px;
            line-height: 20px;
            cursor: pointer;
            background: var(--Theme);
            color: white;
            text-align: center;
            width: 20px;
            height: 20px;
            border-radius: 50%;
        }

.permit-status-badge {
    padding: 8px 10px;
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 5px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
}

.Enquiry-form-control.is-invalid ~ .invalid-feedback,
.Enquiry-form-control.is-invalid ~ .invalid-tooltip,
.was-validated .Enquiry-form-control:invalid ~ .invalid-feedback,
.was-validated .Enquiry-form-control:invalid ~ .invalid-tooltip {
    display: block;
}

.table-edit-img {
    width: 25px !important;
}

.input-search-group {
    border-radius: 10px !important;
    overflow: hidden;
    border: 1px solid #696969;
}

    .input-search-group input, .input-search-group span {
        border: none !important;
    }

.dt-thumbnail {
    text-align: center;
    border: 1px solid lightgrey;
}

.dt-card .card-body {
    padding: 0.5rem;
    margin: 0;
}

.dt-grid-item {
    position: relative;
    box-shadow: 0px 5px 6px rgb(0 0 0 / 12%);
    border-radius: 10px;
    overflow: hidden;
}

.editor-menu-bar {
    margin-top: -20px;
    background: rgba(254, 254, 254, 0.1);
    box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.13);
    height: 65px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.editor-menu-action {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
}

.editor-menu-action-separator {
    border-right: 2px solid lightgrey;
}

.editor-file-name {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
}

.editor-menu-bar .container-fluid {
    display: flex;
    justify-content: space-between;
}

.editor-zoom-value {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 500;
}

.menu-section-header {
    color: black;
    padding: 15px;
    font-weight: 500;
}

.card-properties-header {
    background-color: #fff;
    border: none;
    color: black;
    font-weight: 500;
}

.drag {
    display: none;
    font-size: 30px;
    font-weight: 600;
    background: rgba(0, 255, 0, 1);
}

.digital-twin-designer {
    height: calc(100vh - 190px);
    overflow-y: scroll;
    overflow-x: scroll;
    background: #FFFFFF;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 5px 0;
}

    .digital-twin-designer.dashboard {
        height: calc(100vh - 270px);
    }

    .digital-twin-designer.highlight {
        background-color: var(--Theme);
        opacity: 0.4;
    }

        .digital-twin-designer.highlight > .drag {
            display: flex;
        }

    .digital-twin-designer::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    .digital-twin-designer::-webkit-scrollbar-track {
    }

    .digital-twin-designer::-webkit-scrollbar-thumb {
        background: var(--Theme);
    }

        .digital-twin-designer::-webkit-scrollbar-thumb:hover {
            background: #445863;
        }

input.file-name {
    margin-left: 15px;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.prop-splitter {
    border-top: 1px solid #D7D7D7;
    height: 5px;
    width: 95%;
    margin-left: 15px;
}

.prop-control {
    border: none;
    text-align: right;
    width: 100%;
    padding: 0.375rem 0.75rem;
}

select.prop-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23858585" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5"/></svg>');
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 2px;
    padding-right: 1.5rem;
}

    select.prop-control * {
        padding: 15px;
    }

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    display: inline-flex;
    margin-left: -9px;
}

    .number-input,
    .number-input * {
        box-sizing: border-box;
    }

        .number-input button {
            outline: none;
            -webkit-appearance: none;
            background-color: transparent;
            border: none;
            align-items: center;
            justify-content: center;
            height: 15px;
            cursor: pointer;
            margin-top: 1px;
            position: relative;
        }

            .number-input button.minus:before,
            .number-input button.minus:after {
                margin-top: -5px;
                display: inline-block;
                position: absolute;
                content: '';
                border: solid gray;
                border-width: 0 2px 2px 0;
                padding: 3px;
                transform: rotate(45deg);
            }

            .number-input button.plus:before,
            .number-input button.plus:after {
                margin-top: -2px;
                margin-left: -4px;
                display: inline-block;
                position: absolute;
                content: '';
                border: solid gray;
                border-width: 0 2px 2px 0;
                padding: 3px;
                transform: rotate(-135deg);
            }

        .number-input input[type=number] {
            text-align: center;
            padding: 0px;
            width: 32px;
        }

.border-style-select {
    background-color: #D3D3D3;
    border-color: #D3D3D3;
    appearance: none;
    outline: none;
    float: right;
    width: 25px;
    height: 25px;
}

.font-style-icon {
    display: inline-flex;
    border: 1px solid grey;
    padding: 2px;
}

    .font-style-icon:hover {
        background-color: lightgrey;
        cursor: pointer;
    }

    .font-style-icon.selected {
        background-color: lightgrey;
    }

        .font-style-icon.selected:hover {
            background-color: grey;
            cursor: pointer;
        }

.btn-rounded {
    background: var(--Theme);
    border: none;
    border-radius: 28px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 20px 10px 45px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .btn-rounded.upload {
        background-image: url('data:image/svg+xml;utf8,<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 9.32353H1.76471V13.7353H15.8824V9.32353H17.6471V13.7353C17.6471 14.7147 16.8618 15.5 15.8824 15.5H1.76471C0.794118 15.5 0 14.7147 0 13.7353V9.32353ZM8.82353 0.5L3.93529 5.31765L5.18824 6.57059L7.94118 3.80882V11.9706H9.70588V3.80882L12.4676 6.57059L13.7206 5.30882L8.82353 0.5Z" fill="white"/> </svg>');
        background-repeat: no-repeat;
        background-position-x: 15px;
        background-position-y: 12px;
    }

.designer-tooltip {
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    display: none;
}

    .designer-tooltip.green {
        background-color: #3CAEA4;
    }

    .designer-tooltip.blue {
        background-color: #5280E2;
    }

    .designer-tooltip.red {
        background-color: #e64c4c;
    }

    .designer-tooltip[data-show] {
        display: inline-flex;
    }

.designer-tooltip-arrow,
.designer-tooltip-arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
}

.designer-tooltip-arrow {
    visibility: hidden;
}

    .designer-tooltip-arrow::before {
        visibility: visible;
        content: '';
        transform: rotate(45deg);
    }

.designer-tooltip[data-popper-placement^='top'] > .designer-tooltip-arrow {
    bottom: -4px;
}

.designer-tooltip[data-popper-placement^='bottom'] > .designer-tooltip-arrow {
    top: -4px;
}

.designer-tooltip[data-popper-placement^='left'] > .designer-tooltip-arrow {
    right: -4px;
}

.designer-tooltip[data-popper-placement^='right'] > .designer-tooltip-arrow {
    left: -4px;
}

.designer-button {
    cursor: pointer;
}

.dt-shape {
    padding-top: 10px;
    text-align: center;
    background-color: #fff;
    font-weight: 500;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 0px 10px 10px 10px;
}

    .dt-shape:hover {
        background-color: rgba(0, 168, 213, 0.15);
        cursor: pointer;
    }

    .dt-shape.disabled {
        opacity: 50%;
    }

        .dt-shape.disabled:hover {
            cursor: default;
            background-color: #fff;
        }

.dt-shape-img {
    max-width: 50px;
    height: 50px;
}

.dt-station > rect {
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    fill: black;
    fill-opacity: 0.65;
    shape-rendering: crispEdges;
}

.dt-station > text {
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    fill: white;
}

.dashboard-widget-container {
    //border-radius: 10px;
}

    .dashboard-widget-container > .widget-container {
        border-radius: 10px;
        margin-bottom: 0px;
        width: 100%;
        margin-right: 0px;
    }

    .dashboard-widget-container.orange > .widget-container {
        border-top: solid 10px #F77A37;
    }

    .dashboard-widget-container.green > .widget-container {
        border-top: solid 10px #3CAEA4;
    }

    .dashboard-widget-container.blue > .widget-container {
        border-top: solid 10px #5C94E8;
    }

    .dashboard-widget-container.yellow > .widget-container {
        border-top: solid 10px #E8AF1C;
    }

    .dashboard-widget-container.red > .widget-container {
        border-top: solid 10px #DB2424;
    }

.line-animation {
    stroke-dasharray: 10;
    animation: dash 30s linear infinite;
    animation-fill-mode: forwards;
}

@keyframes dash {
    to {
        stroke-dashoffset: 1000;
    }
}

.rect-animation {
    stroke-dasharray: 10;
    stroke-width: 4px;
    stroke: orange;
    animation: dash 30s linear infinite;
    animation-fill-mode: forwards;
}

.station-details {
    position: absolute;
    background-color: #5280E2;
    width: 360px;
    height: 185px;
    color: white;
    font-size: 10px;
    font-weight: 500;
    border-radius: 11px;
    padding: 10px;
}

    .station-details:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
    }

    .station-details.right:before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #5280E2;
        left: -8px;
        top: 90px;
    }

    .station-details.left:before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #5280E2;
        left: 360px;
        top: 90px;
    }

    .station-details.bottom:before {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #5280E2;
        left: 175px;
        top: -8px;
    }

    .station-details.top:before {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #5280E2;
        left: 175px;
        top: 185px;
    }

    .station-details > .row1 {
        height: 75px;
    }

    .station-details > .row2 {
        height: 85px;
        text-align: center;
    }

    .station-details > hr {
        border-color: white;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.chart-container > .chart-header {
    font-size: 11px;
}

.chart-container > .no-chart {
    text-align: center;
    margin-top: 10px;
}

    .chart-container > .no-chart > .no-chart-img {
        height: 40px;
        margin-left: 28px;
    }

    .chart-container > .no-chart > .no-chart-text {
        color: #3CAEA4;
        font-size: 12px;
        font-weight: 600;
    }

.list-box {
    padding: 3px 0px;
    outline: none;
    width: 250px;
    font-size: 13px;
}

    .list-box > option {
        padding: 5px 12px 5px 12px;
    }

        .list-box > option:hover, .list-box > option:focus, .list-box > option:active, .list-box > option:checked {
            padding: 5px 12px 5px 22px;
            background-color: var(--Theme);
            color: white;
        }

    .list-box::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    .list-box::-webkit-scrollbar-track {
    }

    .list-box::-webkit-scrollbar-thumb {
        background: var(--Theme);
    }

        .list-box::-webkit-scrollbar-thumb:hover {
            background: #445863;
        }

*::-webkit-scrollbar {
    width: 12px;
    height: 8px;
}

*::-webkit-scrollbar-button {
    display: none;
}

*::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 16px 16px transparent;
    border: solid 4px transparent;
    margin: 8px 0;
}

*::-webkit-scrollbar-thumb {
    border: solid 2px transparent;
    border-radius: 16px;
    box-shadow: inset 0 0 16px 16px var(--Theme);
}


.user-profileP {
    background: #ffffff; /*#E5E7E9*/
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 30px;
}

    .user-profileP .user-img {
        width: 80px;
        height: 80px;
    }

.user-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.user-profileP .upload-img {
    width: 30px;
    cursor: pointer;
}

/*.user-profileP input.form-control {
    border: 0 none;
    border-bottom: 1px solid #D3D3D3;
    border-radius: 0;
    font-size: 14px !important;
    line-height: 19px;
    font-weight: 500;
    color: grey;
    padding: 6px 12px;
}*/

.section-header {
    background: gray;
    cursor: pointer;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding: 7px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.section-body {
    background: #FFFFFF;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.13);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    border:1px solid gray;
}

.section-textarea {
    background: #FFFFFF !important;
    border: 1px solid #CDCDCD !important;
    border-radius: 5px !important;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.square-section {
    border: 1px solid #CDCDCD !important;
    border-radius: 5px !important;
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
}

.container {
    position: relative;
    border: 2px solid #CDCDCD !important;
    border-radius: 5px !important;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
}

.header {
    position: absolute;
    top: -20px;
    left: 10px;
    padding: 10px;
    background: #FFFFFF;
    color: black;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    font-size: 16px;
    font-weight: 500;
}

.content {
    padding: 10px;
    width: 100%;
}

.ul-section{
    font-size:12px;
    font-weight:400;
    color:gray;
}

.editable{
    color:blue !important;
}