.login-block .auth-box h3 {
    font-weight: 700;
}

.login-block .auth-box .form-primary {
    margin-bottom: 20px;
}

    .login-block .auth-box .form-primary label {
        margin-bottom: 8px;
    }

    .login-block .auth-box .form-primary input {
        padding: 10px 15px;
        border-radius: 5px;
    }

.login-block .auth-box .btn-primary {
    margin-top: 20px;
    padding: 10px;
    border-radius: 30px;
}

.annoncement-message {
    padding: 4px 0px;
    background: #0e2a46;
    margin: 10px 0px;
    color: #fff;
    height: 30px;
}

    .annoncement-message marquee li {
        list-style: none;
        position: relative;
        padding-left: 20px;
        font-size: 14px;
        margin-right: 20px;
        display: inline-block;
    }

        .annoncement-message marquee li::before {
            content: "\f005";
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            left: 0px;
            top: 4px;
            color: yellow;
        }

.dash-box {
    background: #fff;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    padding: 15px;
    padding-top: 20px;
}

    .dash-box h5 {
        font-weight: 700;
        font-size: 16px;
        border-bottom: 2px solid #E6E9ED;
        padding-bottom: 10px;
        margin-bottom: 15px;
        position: relative;
        text-transform: capitalize;
    }

.box-shadow {
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}

.dash-box h5 .count {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #0e2a46;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0px;
    font-size: 14px;
    top: -14px;
}

.dash-box h4 {
    font-weight: 700;
    font-size: 20px;
    color: #0e2a46;
    margin-bottom: 25px;
}

.dash-box .approvals {
    list-style: none;
    counter-reset: item;
    padding: 0px;
    margin: 0px;
    overflow-y: auto;
    height: 80%;
}

    .dash-box .approvals li {
        list-style: decimal;
        padding-right: 50px;
        position: relative;
        margin-bottom: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        counter-increment: item;
        padding-left: 20px;
        padding-bottom: 4px;
    }

        .dash-box .approvals li button {
            border: 1px solid var(--brd-red);
            color: var(--brd-red);
            border-radius: 30px;
            background: none;
            font-size: 12px;
            min-width: 45px;
            position: absolute;
            top: 0px;
            right: 3px;
            cursor: pointer;
        }

button:focus {
    outline: none;
}

.dash-box .approvals li button:hover {
    background: var(--brd-red);
    color: #fff;
}

.dash-box .approvals li:last-child {
    margin: 0px;
}

.dash-box .approvals li::before {
    content: counter(item);
    position: absolute;
    left: 0px;
}

.dash-box .pendings li {
    padding-right: 60px;
}

    .dash-box .pendings li button {
        border-color: #fe9365;
        color: #fe9365;
    }

        .dash-box .pendings li button:hover {
            background: #fe9365;
            color: #fff;
        }

.hight270 {
    height: 270px;
    overflow: hidden;
}

.approval-box {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid transparent;
    margin-bottom: 20px;
    text-align: center;
}

.Approval-sc h4, .quick-links h4 {
    font-weight: 700;
    color: #0e2a46;
    margin-bottom: 10px;
}

.approval-box-count {
    padding: 12px;
    position: relative;
}

    .approval-box-count .count {
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        width: 120px;
        height: 80px;
        line-height: 80px;
        border-radius: 50%;
        display: inline-block;
        background: transparent;
        color: var(--white);
        margin-bottom: 20px;
    }

.approval-box-bottom {
    padding-bottom: 20px;
}

    .approval-box-bottom button {
        border-radius: 30px;
        background: transparent;
        border: 1px solid transparent;
        padding: 2px 10px;
        min-width: 100px;
        cursor: pointer;
        color: var(--white);
    }

.brd-blue, .brd-blue .approval-box-bottom {
    border-color: var(--brd-blue);
}

    .brd-blue p, .brd-blue .approval-box-count .count {
        background: var(--brd-blue);
    }

    .brd-blue button {
        background: var(--brd-blue);
    }

.brd-yellow, .brd-yellow .approval-box-bottom {
    border-color: var(--brd-yellow);
}

    .brd-yellow p, .brd-yellow .approval-box-count .count {
        background: var(--brd-yellow);
    }

    .brd-yellow button {
        background: var(--brd-yellow);
    }

.brd-green, .brd-green .approval-box-bottom {
    border-color: var(--brd-green);
}

    .brd-green p, .brd-green .approval-box-count .count {
        background: var(--brd-green);
    }

    .brd-green button {
        background: var(--brd-green);
    }

.brd-red, .brd-red .approval-box-bottom {
    border-color: var(--brd-red);
}

    .brd-red p, .brd-red .approval-box-count .count {
        background: var(--brd-red);
    }

    .brd-red button {
        background: var(--brd-red);
    }

.dash-box .pendings li .doc-expired {
    position: absolute;
    right: 0px;
}

.dash-box .requests li button {
    border-color: var(--brd-green);
    color: var(--brd-green);
}

    .dash-box .requests li button:hover {
        background: var(--brd-green);
        color: #fff;
    }

.quick-links {
    padding: 0px 15px;
}

    .quick-links h5 {
        margin-bottom: 15px;
        font-weight: 700;
        color: var(--primary-colour);
    }

.quick-links-box {
    background: #fff;
    width: calc(96% / 8);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding: 8px;
    transition: 0.3s all ease-in-out;
    margin: 0.2%;
    height: 56px;
    border: 1px solid transparent;
}

    .quick-links-box h6 {
        margin: 0px;
        padding-left: 26px;
        line-height: 20px;
        font-size: 13px;
    }

    .quick-links-box i {
        position: absolute;
        left: 5px;
        top: 8px;
        width: 24px;
        height: 24px;
        background: linear-gradient(44.44deg, #C50509 7.79%, #FF7448 94.18%);
        border-radius: 50%;
        text-align: center;
        line-height: 24px;
        color: var(--white);
        font-size: 12px;
    }

    .quick-links-box:hover {
        box-shadow: 0 10px 35px 0 rgb(154 161 171 / 30%);
        transform: translateY(-10px);
    }

.dash-box .approvals::-webkit-scrollbar {
    width: 3px;
}

.dash-box .approvals::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.dash-box .approvals::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

.approval-box-count h3 {
    font-size: 18px;
}

.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active:hover > a {
    color: var(--white) !important;
}

.swal-button, .swal-button:hover {
    background: var(--primary-colour) !important;
}

.dataTable thead {
    background: var(--primary-colour) !important;
}

table.dataTable, table.dataTable th, table.dataTable td {
    box-sizing: border-box !important;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background: var(--primary-colour) !important;
}

.approval-count {
    position: relative;
    display: inline-block;
    width: 49%;
    margin-bottom: 8px;
}

    .approval-count .count {
        margin-bottom: 5px;
        height: 80px;
        width: 110px;
        line-height: 18px;
        font-size: 14px;
        position: relative;
    }

    .approval-count h5 {
        font-size: 14px;
    }

    .approval-count .count .count-number {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .approval-count .count .count-number label {
            display: block;
            font-weight: 100;
        }

.table .itemdata.active {
    background: var(--bgcolour2);
}

.shop-box {
    border: 1px solid var(--light-grey);
    padding: 10px;
    border-radius: 6px;
}

    .shop-box h4 {
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px solid var(--light-grey);
        padding-bottom: 15px;
    }

        .shop-box h4 span {
            display: inline-block;
            float: right;
            color: var(--light-green);
            font-weight: 300;
            font-size: 14px;
        }

    .shop-box table, .year-table table, .production-table table {
        width: 100%;
        border-collapse: collapse;
    }

        .shop-box table th, .shop-box table td {
            padding: 4px;
            text-align: center;
        }

.clr-green {
    color: var(--green);
}

.clr-red {
    color: var(--red);
}

.clr-darkgreen {
    color: var(--dark-green);
}

.pb-15 {
    padding-bottom: 15px;
}

.year-table table th, .year-table table td, .production-table table th, .production-table table td {
    border: 1px solid var(--light-grey);
    padding: 8px;
    text-align: center;
}

.year-table table thead th {
    background: var(--yellow);
}

.year-table table tbody th:first-child {
    background: var(--light-green);
    color: var(--white);
}

.year-table table tbody tr:nth-child(2) th {
    background: var(--red);
    color: var(--white);
}

.year-table table tbody tr:nth-child(3) th {
    background: var(--brd-yellow);
    color: var(--white);
}

.year-table table thead th:first-child {
    background: none;
}

.year-table table thead th:last-child {
    background: var(--green);
}

.year-table table tbody td:last-child {
    font-weight: 700;
}

.year-table table tbody td span {
    color: var(--red) !important;
    font-weight: 700;
}

.production-table table thead tr:nth-child(2), .production-table table thead tr:nth-child(3) {
    font-weight: 400;
    font-size: 12px;
}

.production-table table thead tr:first-child th:first-child, .production-table table tbody td:first-child {
    background: var(--yellow);
}

.production-table table tbody tr:last-child {
    background: var(--green);
}

.pad-20 {
    padding: 20px;
}

.production-chart h3 {
    text-align: center;
}

.search-panel .panel-heading {
    padding: 0px;
}

    .search-panel .panel-heading .panel-title {
        position: relative;
    }

    .search-panel .panel-heading a:before {
        font: normal normal normal 14px / 1 FontAwesome;
        font-weight: 900;
        content: "\f107";
        transition: all 0.5s;
        position: absolute;
        right: 10px;
        top: 0px;
        text-align: center;
        color: var(--primary-colour);
        font-size: 18px;
        line-height: 30px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .search-panel .panel-heading a.collapsed:before {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

.pending-box {
    width: calc(96% / 8);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding: 8px;
    color: var(--white);
    padding-right: 70px;
    margin: 0.2%;
    height: 90px;
}

.bg-blue {
    background: var(--bgcolour2);
}

.bg-green {
    background: var(--brd-green);
}

.bg-orange {
    background: var(--secondary-colour);
}

.bg-red {
    background: var(--red);
}

.bg-light-green {
    background: var(--light-green);
}

.bg-dark-green {
    background: var(--dark-green);
}

.bg-green2 {
    background: var(--bgcolour3);
}

.bg-dark {
    background: var(--primary-colour);
}

.pending-box-count {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 20px;
    font-weight: 700;
    text-align: right;
}

.pending-box p {
    margin: 0px;
    font-size: 16px;
}

.pending-box i {
    position: absolute;
    right: 10px;
    bottom: 8px;
    color: var(--white);
    transition: 0.5s all ease-in-out;
    cursor: pointer;
    font-size: 22px;
}

.pending-box:hover i {
    transform: translateX(10px);
}

.comment-button {
    position: fixed;
    right: 121px;
    bottom: 10px;
    height: 30px;
    background: var(--yellow);
    border-radius: 4px;
    line-height: 30px;
    padding: 0px 6px;
    border: 1px solid #e0e000;
    font-weight: 700;
    cursor: pointer;
    z-index: 111;
}

    .comment-button i {
        margin-right: 4px;
    }

.hidden {
    display: none;
}

#commentWindow {
    position: fixed;
    bottom: 50px;
    right: 10px;
    transition: height 0.5s ease-in-out;
    z-index: 1111;
    transition: width 200ms ease 0s, height 200ms ease 0s, max-height 200ms ease 0s, transform 300ms cubic-bezier(0, 1.2, 1, 1) 0s, opacity 83ms ease-out 0s;
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 500px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
    border-radius: 16px;
    overflow: hidden;
}

    #commentWindow iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

.send-section {
    padding: 10px;
    border-top: 1px solid var(--light-grey);
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #f3f3f3;
}

.comment-popup {
    position: relative;
}

.send-section input {
    width: 80%;
    border-radius: 30px;
    padding: 6px 14px;
    border: 1px solid var(--light-grey);
    height: 42px;
}

.send-section button {
    border: none;
    border-radius: 50%;
    background: var(--primary-colour);
    color: var(--white);
    width: 42px;
    height: 42px;
    cursor: pointer;
}

.comment-title {
    padding: 14px;
    border-bottom: 1px solid var(--light-grey);
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    background: #f3f3f3;
}

    .comment-title h4 {
        margin: 0px;
        font-size: 22px;
        font-weight: 700;
    }

#closeComment {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: var(--light-grey);
    cursor: pointer;
}

.comment-window-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.comment-content {
    overflow-y: auto;
    width: 100%;
    height: 70%;
    padding: 60px 10px;
}

.comment-date {
    text-align: center;
    padding: 0px 0px 10px;
}

.comment-content ul {
    padding: 0px;
    margin: 0px;
}

.comment-name {
    font-weight: 700;
    margin-bottom: 4px;
}

.comment-content ul li {
    background: var(--white);
    border-radius: 6px;
    padding: 8px 12px;
    margin-bottom: 10px;
}

    .comment-content ul li p {
        margin-bottom: 5px;
    }

    .comment-content ul li h5 {
        font-size: 12px;
    }

        .comment-content ul li h5 span {
            float: right;
            color: var(--red);
            cursor: pointer;
        }

.border-gradient {
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-radius: 4px;
}

.border-gradient-purple {
    border-image-source: linear-gradient(44.44deg, #C50509 7.79%, #FF7448 94.18%);
}

@media only screen and (max-width:850px) {
    .pending-box {
        width: calc(94% / 5);
        margin: 0.5%;
    }
}

@media only screen and (max-width:767px) {
    .approval-box {
        margin-bottom: 20px;
    }

    .quick-links-box {
        min-height: 80px;
    }

    .pending-box {
        width: calc(96% / 2);
    }
}

:root {
    --primary-colour: #0e2a46;
    --white: #ffffff;
    --secondary-colour: #FC652C;
    --light-grey: #ddd;
    --dark-green: #005559;
    --light-green: #34BBC3;
    --bg-colour: #F9F9FF;
    --bgcolour2: #42E8E0;
    --bgcolour3: #7AC08B;
    --bgcolour4: #004A4E;
    --brd-yellow: #fe9365;
    --brd-green: #0ac282;
    --brd-red: #fe5d70;
    --brd-blue: #01dbdf;
    --green: #00ff00;
    --red: #ff0000;
    --yellow: #ffff00;
}
