﻿:root {
    --bg-org: #f89618;
    --bg-org-image: linear-gradient(180deg, #ff9700 10%, #f89618 100%);
}

.border-left-gray {
    border-left: .25rem solid #7c7c7c !important
}

.border-left-red {
    border-left: .25rem solid #9e0b16 !important
}

.border-left-ora {
    border-left: .25rem solid #e58d00 !important
}
.border-bottom-ora2 {
    border-bottom: 0.25rem solid #858796 !important;
}

.darkMode {
    /* background-color: #484644 !important;*/
    --bg-org: #484644;
    --bg-org-image: linear-gradient(180deg, #484644 10%, 484644 100%);
    --primary: #484644;
}

    .bg-red {
        background-color: #bf1522 !important
    }

a.bg-red:focus, a.bg-red:hover, button.bg-red:focus, button.bg-red:hover {
    background-color: #fd5461 !important
}


.bg-gray {
    background-color: #9d9d9d !important
}

a.bg-gray:focus, a.bg-gray:hover, button.bg-gray:focus, button.bg-gray:hover {
    background-color: #b0a4a4 !important
}


.bg-ora {
    background-color: #f59c0e !important
}

a.bg-ora:focus, a.bg-ora:hover, button.bg-ora:focus, button.bg-ora:hover {
    background-color: #ffc871 !important
}

.bg-gradient-ora {
    background-color: var(--bg-org);
    background-image: var(--bg-org-image);
    background-size: cover;
}
.bg-gradient-ora2 {
    background-color: #f89618;
    background-image: linear-gradient(180deg, #ff9700 10%, #f89618 100%);
    background-size: cover;
}
.bg-gradient-vol {
    background-color: #484644 !important;
    background-image: linear-gradient(180deg, #484644 50%, #484644 100%);
    background-size: cover;
}

.bg-gradient-green {
    background-color: #339900;
    background-image: linear-gradient(180deg, #339900 10%, #2c9c0e 100%);
    background-size: cover;
}

span.approve {
    background: #ee6c4d;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 5px;
    -webkit-box-decoration-break: clone;
    -moz-background-inline-policy: clone;
    box-decoration-break: clone;
}
.RoundIT {
    padding: 10px 20px 10px 20px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 40px;
    text-decoration: none !important;
    transition: 400ms ease;
}
.disableLink {
    background-color: #EAEAEA;
    border-color: #c0c0c0;
    color: #696969;
}

.modal-backdrop {
    /* bug fix - no overlay */
    width: 100% !important;
    height: 100% !important;
}
    .modal-backdrop.show {
        opacity: 0.31;
    }
.importbtn {
    background-color: #1E3050;
    color: white;
}

    .importbtn:hover {
        background-color: #325086;
        color: white;
    }
.entrybtn {
    background-color: #00CC00;
    color: white;
}

    .entrybtn:hover {
        background-color: #006400;
        color: white;
    }
.modal-xl {
    max-width: 100% !important;
}
/*.modal-dialog {
    width: 100% !important;
    height: 100%;
    margin: 0 auto !important;
    padding: 20px 20px;
    position:relative;
}

.modal-content {
    height: 100%;
    border-radius: 0;
}

.modal-footer {
    position: absolute;
    text-align:right;
    bottom: 0;
    width: 100%;
}*/

.modal-max {
    max-width: 100% !important;
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
    padding: 0rem !important;
}
.modal-max-r {
    max-width: 40% !important;
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
    padding: 0rem !important;
 
}
.bg1-benafsg {
    background-color: #7030A0;
}
    .bg1-benafsg:hover {
        background-color: #9751CB;
    }
.bg1-smawi {
    background-color: #4EACF3;
}

    .bg1-smawi:hover {
        background-color: #6BBAF5;
    }
.bg1-boni {
    background-color: #B37979;
}

    .bg1-boni:hover {
        background-color: #C69A9A;
    }
.bg1-qatem {
    background-color: #836A9E;
}

    .bg1-qatem:hover {
        background-color: #9E8BB3;
    }
.bg1-black {
    background-color: #333;
}
    .bg1-black:hover {
        background-color: #9E8BB3;
    }
.bg-black2 {
    background-color: #333;
}
.bg1-azrag {
    background-color: #009EF7 !important;
}
    .bg1-azrag:hover {
        background-color: #90D4FA;
    }
.bg1-azrag2 {
    background-color: #90D4FA;
}

    .bg1-azrag2:hover {
        background-color:  #009EF7;
    }
/*.sidebar { 
    max-width: 210px !important
}*/
/*#sideNavBox{
    display:none !important;
}
#DeltaPlaceHolderLeftNavBar {
    display: none !important;
}*/
/*#s4-ribbonrow {
    display: none !important;
}
#suiteBarDelta {
    display: none !important;
}
#suiteBarTop {
    display: none !important;
}
#s4-titlerow {
    display: none !important;
}*/
.custom-color {
    color: #0f0f0f !important;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif !important
}


.pmd-listp {
    color: #0f0f0f !important;
    /*font-size: .825rem;
    font-weight: 200*/
}


p.pmd-listp {
    font-size: .825rem !important;
    font-weight: 200 !important;
}

.bg-VHI-image {
    background: url("../images/VHI.jpg");
    background-position: center;
    background-size: cover;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    background: #CCC
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        zoom: 1;
        float: left;
        clear: left;
        width: 100%;
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: .2em .4em;
            line-height: 1.5;
            zoom: 1;
        }

            .ui-menu .ui-menu-item a.ui-state-hover,
            .ui-menu .ui-menu-item a.ui-state-active {
                font-weight: normal;
                margin: -1px;
            }


.RoundOrange {
    background: #ee6c4d;
    color: #fff;
    padding: 4px 4px;
    border-radius: 5px;
    margin: 0 0px;
    -webkit-box-decoration-break: clone;
    -moz-background-inline-policy: clone;
    box-decoration-break: clone;
}
    .RoundOrange:hover {
        background: #EA0000;
        cursor:pointer;
    }
.RoundSmawe {
    background: #36b9cc;
    color: #fff;
    padding: 4px 4px;
    border-radius: 5px;
    margin: 0 0px;
    -webkit-box-decoration-break: clone;
    -moz-background-inline-policy: clone;
    box-decoration-break: clone;
}
    .RoundSmawe:hover {
        background: #2994A3;
        cursor: pointer;
    }
.RoundRed {
        background: #e74a3b;
        color: #fff;
        padding: 4px 4px;
        border-radius: 5px;
        margin: 0 0px;
        -webkit-box-decoration-break: clone;
        -moz-background-inline-policy: clone;
        box-decoration-break: clone;
    }
.Round_High {
    background: #e74a3b;
    color: #fff;
    padding: 4px 4px;
    border-radius: 5px;
    margin: 0 0px;
    -webkit-box-decoration-break: clone;
    -moz-background-inline-policy: clone;
    box-decoration-break: clone;
}
    .Round_High:hover {
        background: #2994A3;
        cursor: pointer;
    }
.Round_Medium {
    background: #ee6c4d;
    color: #fff;
    padding: 4px 4px;
    border-radius: 5px;
    margin: 0 0px;
    -webkit-box-decoration-break: clone;
    -moz-background-inline-policy: clone;
    box-decoration-break: clone;
}
.Round_Low {
    background: #f2f2f2;
    color: #fff;
    padding: 4px 4px;
    border-radius: 5px;
    margin: 0 0px;
    -webkit-box-decoration-break: clone;
    -moz-background-inline-policy: clone;
    box-decoration-break: clone;
}
.RoundSuccess {
    background: #169b6b;
    color: #fff;
    padding: 4px 4px;
    border-radius: 5px;
    margin: 0 0px;
    -webkit-box-decoration-break: clone;
    -moz-background-inline-policy: clone;
    box-decoration-break: clone;
}
    .RoundSuccess:hover {
        background: #0FA340;
        cursor: pointer;
    }
.RoundNormal {
    background: #f2f2f2;
    color: #fff;
    padding: 4px 4px;
    border-radius: 5px;
    margin: 0 0px;
    -webkit-box-decoration-break: clone;
    -moz-background-inline-policy: clone;
    box-decoration-break: clone;
}
.divDivider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.3);
}
.bluehover:hover {
    color: rgb(10, 100, 255);
}

.modal-dialog-r {
    position: fixed;
    margin: auto;
    /*       width: 320px;*/
    height: 100%;
    right: 0px;
}

.modal-dialog-l {
    position: fixed;
    margin: auto;
    /*       width: 320px;*/
    height: 100%;
    left: 0;
}

.modal-content-100 {
    height: 100%;
    overflow-y: auto;
}

@media (min-width: 576px) {
    .modal-dialog-r {
        min-width: 80%;
    }
}
.hidden {
    display: none;
}
/*.navbar-nav > li > a, .navbar-brand {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    height: 30px;
}

.navbar {
    min-height: 30px !important;
    background-color:blue !important;
}*/
/*.soft-codeon {
    display: -ms-flexbox; /* IE10
    display: flex;
    width: 50%;
    margin-bottom: 15px;
}

.icon {
    padding: 10px;
    background: linear-gradient(to right, #ec008c, #fc6767);
    color: white;
    min-width: 20px;
    text-align: center;
}

.soft-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 2px solid #fc6767;
}

    .soft-field:focus {
        border: 2px solid #ec008c;
    }*/

.errspan {
    float: right;
    margin-right: 6px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    color: red;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

div.container4 {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

    div.container4 * {
        margin: 0
    }

DIV.ctn {
    min-height: 350px;
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.hdn{
    display:none;
}
.required::after {
    content: "*";
    font-weight: bold;
    color: red;
}



.topbar .nav-item .nav-link {
    height: 48px !important;
}


/* lato-regular - latin */

.myicon-box {
    margin-bottom: 20px;
    text-align: center;
}

    .myicon-box:hover .myicon {
        box-shadow: 0px 0 25px rgba(145, 106, 171, 70%);
    }

.myicon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: 0.5s;
    overflow: hidden;
    box-shadow: 0px 0 5px rgba(0, 0, 0, 0.15);
}

    .myicon i {
        line-height: 0;
        color: #f59c0e; /* #916aab;*/
        font-size: 34px;
    }

.mytitle {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
}

    .mytitle::after {
        content: "";
        position: absolute;
        display: block;
        width: 50px;
        height: 2px;
        background: #21b2c8;
        bottom: 0;
        left: calc(50% - 25px);
    }
.orangeafter::after {
    background: #f59c0e;

}
.alert-danger-V2 {
    color: #000000;
    background-color: #FD1717;
    border-color: #AF0101;

}
.sidebar hr.sidebar-divider {
    margin: 0px 0rem 0.2rem;
}

.sidebar #sidebarToggle {
    margin-right: 1rem;
    margin-left: 1rem;
}

.border-3 {
    border-width: 2px !important;
}

.border-red {
    border-color: #bf1522 !important;
}

#popup1 {
    z-index: 1400;
}

#popup2 {
    z-index: 1600;
    /*This will come above popup1*/
}

.topbar {
    height: 48px !important;
}
/*body {
            font-family: Nunito;
        }*/
.required::after {
    content: " *";
    font-weight: bold;
    color: red;
}

#loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #f59c0e;
    /*   border-bottom: 8px solid #2F5496;*/
    width: 70px;
    height: 70px;
    animation: spin 0.7s linear infinite;
}

.load-40 {
    width: 40px !important;
    height: 40px !important;
    border: 4px solid #f3f3f3 !important;
    border-radius: 50% !important;
    border-top: 4px solid #f59c0e !important;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.centerLoading {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width:576px) {
    #loader {
        border: 4px solid #f3f3f3;
        border-radius: 50%;
        border-top: 4px solid #f59c0e;
        width: 40px;
        height: 40px;
    }

    .close {
        font-size: 1rem;
    }
}

@media (max-width:576px) {
    body {
        font-size: 0.7rem;
    }

    .text-xs {
        font-size: 0.6rem;
    }

    .btn {
        font-size: 0.6rem;
        padding: 0.375rem 0.375rem;
    }

    .btn-circle {
        font-size: 0.6rem;
        padding: 0.375rem 0.375rem;
    }

    .btn-sm {
        font-size: 0.6rem;
        padding: 0.375rem 0.375rem;
    }

    .btn-circle.btn-sm {
        height: 1.2rem;
        width: 1.2rem;
        font-size: 0.6rem;
    }

    .sidebar .nav-item .collapse .collapse-inner {
        font-size: 0.7rem;
    }

    .h6, h6 {
        font-size: 0.7rem;
    }

    .form-control {
        font-size: 0.7rem;
    }
}


.field-tip:hover .tip-content {
    right: -20px;
    opacity: 1;
}



.field-tip {
    position: relative;
    cursor: help;
}

    .field-tip .tip-content {
        position: absolute;
        top: -10px;
        right: 9999px;
        width: 200px;
        margin-right: -220px;
        padding: 10px;
        color: #fff;
        background: #333;
        -webkit-box-shadow: 2px 2px 5px #aaa;
        -moz-box-shadow: 2px 2px 5px #aaa;
        box-shadow: 2px 2px 5px #aaa;
        opacity: 0;
        -webkit-transition: opacity 250ms ease-out;
        -moz-transition: opacity 250ms ease-out;
        -ms-transition: opacity 250ms ease-out;
        -o-transition: opacity 250ms ease-out;
        transition: opacity 250ms ease-out;
    }

        .field-tip .tip-content:before {
            content: ' ';
            position: absolute;
            top: 50%;
            left: -16px;
            width: 0;
            height: 0;
            margin-top: -8px;
            border: 8px solid transparent;
            border-right-color: #333;
        }


.field-tip-Ar:hover .tip-content-Ar {
    left: -5px;
    opacity: 1;
}



.field-tip-Ar {
    position: relative;
    cursor: help;
}

    .field-tip-Ar .tip-content-Ar {
        position: absolute;
        top: -10px;
        left: 9999px;
        width: 200px;
        margin-left: -220px;
        padding: 10px;
        color: #fff;
        font-size: 10px;
        background: #333;
        border: 1px solid transparent;
        border-color: #1f1f1f;
        border-radius: .35rem;
        line-height: 1.5;
        -webkit-box-shadow: 2px 2px 5px #aaa;
        -moz-box-shadow: 2px 2px 5px #aaa;
        box-shadow: 2px 2px 5px #aaa;
        opacity: 0;
        -webkit-transition: opacity 250ms ease-out;
        -moz-transition: opacity 250ms ease-out;
        -ms-transition: opacity 250ms ease-out;
        -o-transition: opacity 250ms ease-out;
        transition: opacity 250ms ease-out;
    }

        .field-tip-Ar .tip-content-Ar:before {
            content: ' ';
            position: absolute;
            top: 50%;
            right: -16px;
            width: 0;
            height: 0;
            margin-top: -8px;
            border: 8px solid transparent;
            border-left-color: #1f1f1f;
        }

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }

    .modal-lg {
        width: 90%;
        max-width: 1000px;
    }
}

table.dataTable.table-sm > thead > tr > th {
    vertical-align: middle;
}

table.dataTable.table-sm > tbody > tr > td {
    vertical-align: middle;
}
/*  html {
            position: relative;
            min-height: 100%;
        }*/


footer {
    background-color: #f8f9fc;
    /*  position: fixed;
            bottom: 0;
            width: 100%;
            overflow: hidden;*/
}

.ps {
    /*   overflow: scroll !important;*/
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
    height: 100vh;
}

    .ps::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

@media (min-width: 768px) {
    .sidebar .nav-item .nav-link {
        width: 13rem !important;
    }

    .sidebar.toggled .nav-item .nav-link {
        width: 6.5rem !important;
    }
}

.size-16{
    font-size:16px;
}
.size-14 {
    font-size: 14px;
}
.text-active {
    color: #169b6b;
    font-weight: bold;
    text-align: center;
}
.diagloader, .diagloader:after {
    border-radius: 50%;
    width: 6em;
    height: 6em;
}

.diagloader {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border: .6em solid #f89618;
    border-top: .6em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spinner .55s infinite linear;
    animation: spinner .55s infinite linear
}
.custom-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0,0,0,.4);
}

.hidden {
    display: none;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 70% !important;
}

div.dataTables_wrapper div.dataTables_filter label {
    display: inline !important;
}
.bg-gray-100-5 {
    background-color: rgba(248,249,252,.3) !important;
}

.bg-gray-100-3 {
    background-color: rgba(248,249,252,.3) !important;
}

.bg-sp {
    background-color: #f5f5f5;
}


@media (max-width: 576px) {
    .h2 {
        font-size: 1.25rem !important;
    }
}