﻿/*@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk&display=swap');*/
:root {
    /*===== colors =====*/
    --first-color: #1A73E8;
    --input-color: #80868B;
    --border-color: #DADCE0;
    /*===== font styles =====*/
    --body-font: 'Roboto', sans-serif;
    --normal-font-size: 1rem;
    --small-font-size: .75rem;
}

/*-------start--------SELECT2 CSS---------------------*/

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: inherit !important;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

 .select2-container .select2-selection--single {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        border: 1px solid #ced4da !important;
        height: calc(1.5em + 0.75rem + 2px);
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }

 .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap
        }

 .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

 .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

 .select2-container .select2-selection--multiple {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none
    }

 .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap
        }

 .select2-container .select2-search--inline {
        float: left
    }

 .select2-container .select2-search--inline .select2-search__field {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 7px;
            padding: 0
        }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
     -webkit-appearance: none
   }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #0065b2;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 2px !important;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: 0
    }

 .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

 .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
    outline: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 37px !important;
    }

.select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700
    }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

.select2-container--default .select2-selection--single .select2-selection__arrow {
        height: calc(1.5em + 0.75rem + 2px);
        position: absolute;
        top: 1px;
        right: 5px;
        width: 20px
    }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 75% !important;
            width: 0
        }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e9ecef;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 8px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0065b2;
    color: #fff;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin-right: 6px;
    margin-top: 6px;
    padding: 1px 6px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 4px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #e9ecef
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #0065b2;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #e9ecef;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #0065b2
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #0065b2
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #0065b2;
    border-radius: 3px
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em
    }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -4em;
            padding-left: 5em
        }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -5em;
                padding-left: 6em
            }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0065b2;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 2px solid #0065b2;
    border-radius: 3px;
    outline: 0;
    background-image: -o-linear-gradient(top,#fff 50%,#e9ecef 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#e9ecef));
    background-image: linear-gradient(to bottom,#fff 50%,#e9ecef 100%);
    background-repeat: repeat-x
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #0065b2
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        /*line-height: 28px*/
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -o-linear-gradient(top,#e9ecef 50%,#ced4da 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#e9ecef),to(#ced4da));
        background-image: linear-gradient(to bottom,#e9ecef 50%,#ced4da 100%);
        background-repeat: repeat-x
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #0065b2
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: 0 0;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -o-linear-gradient(top,#fff 0,#e9ecef 50%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(white),color-stop(50%,#e9ecef));
    background-image: linear-gradient(to bottom,#fff 0,#e9ecef 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -o-linear-gradient(top,#e9ecef 50%,#fff 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#e9ecef),to(white));
    background-image: linear-gradient(to bottom,#e9ecef 50%,#fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #0065b2
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #0065b2
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #0065b2
}

.is-invalid + .select2 .select2-selection {
    border-color: #dc3545 !important;
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center,center right 2.25rem;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.is-valid + .select2 .select2-selection {
    border-color: #28a745;
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center,center right 2.25rem;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/*------end---------SELECT2 CSS---------------------*/

.authentication #togglePassword {
    cursor: pointer;
    left: 243px;
    top: -27px;
}

.authentication .auth_form {
    background: #ffffff !important;
    box-shadow: 0 0 16px rgb(0 101 178 / 11%), 0 6px 20px rgb(0 101 178 / 30%);
}

.authentication .form_div {
    position: relative;
    height: 40px;
}

.form__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: var(--normal-font-size);
    border: 1px solid var(--border-color);
    border-radius: .5rem;
    outline: none;
    background: none;
    z-index: 1;
}

.authentication .form__label {
    position: absolute;
    left: 1rem;
    top: 0.50rem;
    background-color: #fff;
    color: var(--input-color);
    transition: .3s;
}

.authentication .form__input:focus + .form__label {
    top: -.5rem;
    left: .8rem;
    color: var(--first-color);
    font-size: var(--small-font-size);
    font-weight: bold !important;
    font-weight: 500;
    z-index: 10;
    padding-left: 0.27rem;
    padding-right: 0.27rem;
}

.authentication .form__input:not(:placeholder-shown).form__input:not(:focus) + .form__label {
    top: -.5rem;
    left: .8rem;
    color: var(--first-color);
    font-size: var(--small-font-size);
    font-weight: bold !important;
    z-index: 10;
}

.authentication .form__input:focus {
    border: 1.5px solid var(--first-color);
    background:#fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form-control {
    font-size: 13px !important;
}

.authentication .form-control:focus {
    box-shadow: none !important;
}


.user-main-profile.dropdown:hover > .dropdown-menu {
    display: block;
    right: 0;
}

.menu .app-brand.demo {
    height: 64px;
    margin-top: 12px;
    border-bottom: 1px solid #0065b2;
}

.app-brand-text.demo {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
    display: block !important;
}

.demo-inline-spacing > * {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

#loading-image {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /*background-image: url('/Assets/images/app/loader.gif');*/
    background-image: url('../Assets/images/app/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
#mdlNewRequest .modal-lg {
    min-width: 1110px !important;
}
#allocateRequestModal .modal-lg {
    min-width: 1110px !important;
}

#addEditStaffModal .modal-lg {
    min-width: 350px !important;
}

#viewRequestModal .modal-lg {
    min-width: 1200px !important;
}

.tbl-delete-btn {
    background-color: #ffebee !important;
}

.tbl-orders-add-btn {
    background-color: #ffffff !important;
    border: 1px solid #0065b2 !important;
}

.tbl-delete-btn:hover, .tbl-delete-btn:focus {
    background-color: #ffffff !important;
    border: 1px solid #dc3a45 !important;
}

.tbl-view-btn:hover {
    color: #ffffff !important;
    background-color: #54ca68 !important;
}

.tbl-edit-btn:hover {
    background-color: #ffffff !important;
    border: 1px solid #0065b2 !important;
}
.fixed-column-tbl.table tr th:last-child, .fixed-column-tbl.table tr td:last-child {
    text-align: center !important;
    background: #efebe9 !important;
}
div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled), div.dt-button-collection div.dt-button:active:not(.disabled), div.dt-button-collection div.dt-button.active:not(.disabled), div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collection a.dt-button.active:not(.disabled) {
    background-color: #0065b2 !important;
    background: #0065b2 !important;
    color: #fff;
    box-shadow: inset 1px 1px 3px #666;
}
.text-ellipsis {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
h2.table-avatar .avatar {
    width: 38px;
}
h2.table-avatar {
    align-items: center;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}

h2 span {
    color: #888;
    display: block;
    font-size: 12px;
    margin-top: 3px;
    width: 120px;
}

td h2 a {
    color: #333;
    text-decoration: none !important;
    width: 120px;
}
.avatar > img {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    width: 38px;
    height: 38px;
}

.avatar {
    background-color: #aaa;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    margin: 0 10px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    /*width: 38px;*/
    position: relative;
    white-space: nowrap;
}

.swal2-container {
    z-index: 1150 !important;
}

.bootstrap-tagsinput {
   padding: 14px !important;
}
.bootstrap-tagsinput .badge {
    line-height: 0.75;
    margin: 2px 2px !important;
    padding: 0.52em 0.593em;
    color: #0065b2 !important;
    background: #d9eefe !important;
}
.bootstrap-tagsinput .badge [data-role="remove"]:after {
    content: "x"!important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a1acb8 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a1acb8 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #a1acb8 !important;
}

#processRequestModal .modal-lg {
    min-width: 1110px !important;
}
.author-box .author-box-left {
    float: left;
    text-align: center;
    padding-left: 5px;
}

    .author-box .author-box-left .btn {
        padding: 5px 15px;
        font-size: 12px;
        border-radius: 30px;
    }

.author-box .author-box-center {
    text-align: center;
    padding-left: 5px;
}

    .author-box .author-box-center .btn {
        padding: 5px 15px;
        font-size: 12px;
        border-radius: 30px;
    }

.author-box .author-box-picture {
    width: 100px;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

.author-box .author-box-details {
    margin-left: 135px;
}

.author-box .author-box-name {
    font-size: 18px;
}

    .author-box .author-box-name a {
        font-weight: 600;
    }

.author-box .author-box-job {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 12px;
    color: #34395e;
}

.author-box .author-box-description {
    line-height: 26px;
    margin-top: 15px;
}

@media (max-width: 575.98px) {
    .author-box .author-box-left {
        float: none;
    }

    .author-box .author-box-center {
        float: none;
    }

    .author-box .author-box-details {
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
    }
}
.full_names_cards .card-body {
    padding: 8px 8px !important;
    background: #eceef1;
}

element.style {
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.7em;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    border: 2px solid #d9dee3 !important;
}

.btn-supervisor {
    font-size: 12px !important;
    padding: 6px 6px !important;
}
.profile-action .dropdown-item {
    padding: 4px 16px !important;
}

.profile-img .avatar {
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    margin: 0;
    width: 80px;
}

.dropdown.profile-action {
    position: absolute;
    right: 5px;
    text-align: right;
    top: 10px;
}

.profile-img {
    cursor: pointer;
    height: 80px;
    margin: 0 auto;
    position: relative;
    width: 80px;
}

.profile-widget {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    overflow: hidden;
    overflow: visible;
    min-width: 180px;
}

.action-icon {
    color: #777;
    font-size: 18px;
    display: inline-block;
    padding: 0px 10px 10px 0px;
}

.profile-widget .user-name > a {
    color: #333;
}

.profile-widget .user-name > a:hover, .profile-widget .user-name > a:active, .profile-widget .user-name > a:focus {
    text-decoration: none !important;
    outline: none !important;
}

.user-name {
    color: #333;
}

.text-ellipsis {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.avatar > img {
    border-radius: 50%;
    display: block;
    overflow: hidden;
}
.staff-table .avatar > img {
    width: 80px;
    height: 80px;
}

#new-list .section {
    display: inline-grid !important;
}

fieldset.scheduler-border {
    border: 1px solid #007dda !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000 !important;
    box-shadow: 0px 0px 0px 0px #000 !important;
    border-radius: 5px !important;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    width: auto !important;
    border-bottom: none !important;
    color: #34395e !important;
    float: none !important;
}
.request-td-truncate {
    max-width: 300px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.form-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.ribbon-danger {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon-danger span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#fc544b 0%, #fc544b 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon-danger span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #fc544b;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #fc544b;
}
.ribbon-danger span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #fc544b;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #fc544b;
}
.ribbon-success {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon-success span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#54ca68 0%, #54ca68 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon-success span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #54ca68;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #54ca68;
}
.ribbon-success span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #54ca68;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #54ca68;
}

.dataTables_scroll div.dataTables_scrollBody {
    border-left: 0px solid #54ca68 !important;
}
.my-profile .personal-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.my-profile .personal-info li {
    margin-bottom: 10px;
}

.my-profile .personal-info li .title {
    color: #333333;
    float: left;
    font-weight: 500;
    margin-right: 30px;
    width: 25%;
}

.my-profile .personal-info li .text {
    color: #888888;
    display: block;
    overflow: hidden;
}

.my-profile .profile-view {
    border-right: 2px dashed #cccccc;
}

/* It's supposed to look like a tree diagram */
.my-profile .tree, .my-profile .tree ul, .my-profile .tree li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.my-profile .tree {
    margin: 0 0 1em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.my-profile .tree, .my-profile .tree ul {
    display: table;
}

.my-profile .tree ul {
    width: 100%;
}

.my-profile .tree li {
    display: table-cell;
    padding: 2.5em 0;
    vertical-align: top;
}
/* _________ */
.my-profile .tree li:before {
    outline: solid 1px #d9dee3;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.my-profile .tree li:first-child:before {
    left: 50%;
}

.my-profile .tree li:last-child:before {
    right: 50%;
}

.my-profile .tree code, .my-profile .tree span {
    border: solid .1em #d9dee3;
    border-radius: .2em;
    display: inline-block;
    margin: 0 .2em .5em;
    padding: .2em .5em;
    position: relative;
}
/* If the tree represents DOM structure */
.my-profile .tree code {
    font-family: monaco, Consolas, 'Lucida Console', monospace;
}

/* | */
.my-profile .tree ul:before,
.my-profile .tree code:before,
.my-profile .tree span:before {
    outline: solid 1px #d9dee3;
    content: "";
    height: 2.5em;
    left: 50%;
    position: absolute;
}

.my-profile .tree ul:before {
    top: -2.5em;
}

.my-profile .tree code:before,
.my-profile .tree span:before {
    top: -2.55em;
}

/* The root node doesn't connect upwards */
.my-profile .tree > li {
    margin-top: 0;
}

.my-profile .tree > li:before,
.my-profile .tree > li:after,
.my-profile .tree > li > code:before,
.my-profile .tree > li > span:before {
    outline: none;
}
/*================start=================Collapse menu on Rota Planning =================================*/
@media (min-width: 1199.98px) {
    .rota-view .layout-menu {
        position: fixed !important;
        top: 0 !important;
        height: 100% !important;
        left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        transform: translate3d(-100%, 0, 0);
        z-index: 1100 !important;
        will-change: transform, -webkit-transform;
    }

    .layout-menu-expanded .rota-view .layout-menu {
        transform: translate3d(0, 0, 0) !important;
    }

    .layout-menu-expanded .rota-view .app-brand .layout-menu-toggle {
        display: block !important;
    }   

    .rota-view .layout-overlay {
        position: fixed;
        top: 0;
        right: 0;
        height: 100% !important;
        left: 0;
        display: none;
        background: #435971;
        opacity: 0.5;
        cursor: pointer;
        z-index: 1099 !important;
    }

    .layout-menu-expanded .rota-view .layout-overlay {
        display: block;
    }

    .layout-menu-100vh .rota-view .layout-menu,
    .layout-menu-100vh .rota-view .layout-overlay {
        height: 100vh !important;
    }
}

.rota-view .layout-page {
    padding-left: 0rem !important;
}
/*================end=================Collapse menu on Rota Planning =================================*/
.daterangepicker {
    z-index: 9999 !important;
}