::-webkit-scrollbar {
    width: 0.7rem;
}

::-webkit-scrollbar-track {
    background-color: rgba(9, 81, 131, 0.12);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(9, 81, 131, 0.2);
    outline: 0px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(9, 81, 131, 0);
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

@keyframes from-left {
    from {
        transform: translateX(-5rem);
        opacity: 0;
    }

    to {
        transform: translateX(0rem);
        opacity: 1;
    }
}

@keyframes expand {
    0% {
        transform: scaleY(0.1) translateY(-1rem);
        opacity: 0;
    }

    100% {
        transform: scaleY(1) translateY(0rem);
        opacity: 1;
    }
}

a:hover {
    color: #d5d5d5;
    text-decoration: underline;
}

a {
    color: #fff;
}

label {
    font-size: 100%;
}

.animate-bottom {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: from-left;
    animation-duration: 0.6s;
}

.animate-expand {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: expand;
    animation-duration: 0.6s;
}

h1, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #fff;
}

.dashboard-line-text {
    margin-bottom: 1%;
    padding: 0.5% 1%;
    background-color: rgba(105, 105, 105, 0.2);
    height: 4.6vW;
}

@media (max-width: 767px) {
    .dashboard-line-text {
        min-height: 3.2rem;
        height: auto;
    }
}

.section-line-text {
    background-color: rgba(9, 81, 131, 0.35);
    box-shadow: 1rem 1rem 2rem 0rem rgba(0,0,0,.1);
    border-radius: 0.3rem 0.3rem 0rem 0rem;
    color: #fff;
    font-size: 130%;
}

.utility-bar button {
    opacity: 1 !important;
    background-color: rgba(105, 105, 105, 0);
    text-align: start;
    font-size: 100%;
}

.utility-bar button.dropdown-toggle {
    font-size: 75%;
}

.dropdown-toggle > .fa {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -3px;
}

.page-header {
    font-size: 200%;
    line-height: 140%;
}

@media(max-width: 767px) {
    .page-header {
        text-align: -webkit-center;
    }
}

button:active {
    outline: none;
    border: none;
}

button:focus {
    outline: none;
    border: none;
}

.btn {
    box-shadow: 1rem 1rem 2rem 0rem rgba(0,0,0,.1);
    border-radius: 0.3rem;
    color: #fff;
    transition: all 0.4s ease-out;
    font-size: 110%;
}

.btn-default {
    /*background-color: rgba(105, 105, 105, 0.6);*/
    /*background-color: rgba(105, 105, 105, 0.71);*/ 

    background-color: rgb(162, 187, 205);
}

    .btn-default:hover {
        /*background-color: rgba(110, 118, 177, 0.6);*/
        /*background-color: rgba(105, 105, 105, 0.58);*/
         background-color : rgb(122, 179, 220);
    }
.btn-primary{
    background-color: #28a745;
    border-color: #28a745;
}

.btn-primary:hover {
    background-color: #218838;
    border-color: #1e7e34;
}



    .btn-success:hover {
        background-color: rgba(3, 102, 171, 0.8);
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
        background-color: rgba(9, 81, 131, 0.6);
    }

.btn.tableTopButtons {
    font-size: 75%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: rgba(9, 81, 131, 0.6);
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: rgba(9, 81, 131, 0.6);
}

.custom-control-label::before, .custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
    /*margin: 0 !important;*/
}
#tblRole .custom-control-label::before, #tblRole .custom-control-label::after,
#tblFunctionRole .custom-control-label::before, #tblFunctionRole .custom-control-label::after{
    margin-left: 48% !important;
}
.archivecheckbox .custom-control {
    display: inline-block;
    margin-right: 8px;
}
@media (min-width: 768px) {
    .custom-control-label::before, .custom-control-label::after {
        /*margin: 0.2rem;*/
        width: 1.5vW;
        height: 1.5vW;
    }
}

.alert-danger {
    background-color: rgba(248,215,218,0.6);
}

.alert-success {
    background-color: rgba(212,237,218,0.6);
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.form-control {
    /*font-size: 80% !important;*/
    /*font-size: 100% !important;*/
   /* font-size: 1.2rem !important;*/
    box-shadow: 1rem 1rem 2rem 0rem rgba(0,0,0,.1);
}
form, .form{
    border: 1px solid #a1bacc;
    padding: 20px;
}
form[action="/Review/ArchiveList"]{
    border:0;
    padding:0;
}
.menuItems {
    max-height: 10rem;
    overflow-x: auto;
    /* overflow-x: inherit; */
}

@media(min-width: 768px) {
    .menuItems {
       /* max-height: 20vW;*/
       max-height: 8vW;
    }
}

.dropdown-menu {
    width: 100%;
    font-size: 100%;
}

.dropdown .dropdown-toggle::after {
    float: right;
    margin-top: 0.6rem;
}
.dropdown .dropdown-toggle:disabled::after {
    display:none;
}

/*.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    color: #f5f5f5;
    background-color: #57bc90;
    background-color: rgba(9, 81, 131, 0.6);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}*/

.btn-dropDown {
    width: 100%;
    font-size: 100%;
    background-color: #fff;
    text-align: left;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .btn-dropDown:hover {
        color: #495057;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    box-shadow: 1rem 1rem 1rem 0rem rgba(0,0,0,.1) !important;
}

.ui-widget-content .ui-icon {
    background-image: url(Images/ui-icons_444444_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(Images/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(Images/ui-icons_555555_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(Images/ui-icons_555555_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(Images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(Images/ui-icons_cd0a0a_256x240.png);
}

.ui-datepicker table, .ui-widget.ui-widget-content {
   /* background: rgba(9, 81, 131, 0.8); */
    background: rgb(9, 81, 131);
}

.ui-widget-content .ui-state-default {
    color: #fff;
    background: rgba(9, 96, 156, 0.7);
    border-radius: 0.3rem;
    text-align: center;
    border: 0px;
}

.ui-widget-content .ui-state-active {
    background: #007fff;
}

.ui-widget-content .ui-state-highlight {
    background: #fffa90;
    color: #777620;
}

.ui-widget-content, .ui-datepicker th {
    color: #fff;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    background: none;
    color: inherit;
    border: none;
    outline: none;
    border-bottom: solid 1px #555;
    width: 95%;
}

    .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
        border-bottom-color: #aaa;
    }

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }

.ui_tpicker_hour {
    padding-top: 0.5rem;
}

.ui_tpicker_minute {
    padding-top: 0.5rem;
}

.modal-content {
    /*color: #fff;*/
    /*background-color: #004692de;*/
    /*background-color: #004692;*/
    background-color: #f9f9f9;
    border: 0;
    border-radius: 6px;
}
.modal-header{
    background-color: #4e80a4;
}
.modal-header.danger{
    background-color: #dc3545; 
}
.modal-header.warning{
    background-color: #f1b400; 
}
.modal-header.success{
    background-color: #28a745; 
}
.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5 { font-size: 22px; color: #fff; font-weight: 500; margin: 0; }

.modal-lable {
    font-size: 105%;
    white-space: nowrap;
}

.modal-title {
    font-size: 170%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 60vW;
    }
}

.btn-group {
    width: 100%;
    flex-wrap: wrap;
}
.tableTopButtons {
    background-color: rgba(105, 105, 105, 0.2);
    box-shadow: 0rem 1rem 2rem 0rem rgba(0,0,0,.1);
    white-space: normal;
}

.tableTopButtons:active {
    background-color: rgba(9, 81, 131, 0.6);
}

.tableTopButtons > .fa {
    width: 100%;
}

.stay {
    background-color: rgba(9, 81, 131, 0.6);
}

.empty > td {
    width: 100% !important;
    text-align: -webkit-center !important;
}

.nav-tabs {
    border-bottom: 0px;
    display: flex;
}

.vo-logs .nav-tabs {
    display:none;
}

.nav-tabs li {
    display: flex;
    flex: 1;
}

.tab-options {
    padding: 0px;
}

.tab-buttons {
    width: 100%;
    background-color: rgba(9, 81, 131, 0.2);
    color: #fff;
    word-wrap: break-word;
}

@media(max-width: 767px) {
    .tab-buttons {
        min-height: 4rem;
    }
}

.nav-tabs .nav-link.active {
    background-color: rgba(9, 81, 131, 0.6);
    color: #fff;
    border: 0px;
}

.filer-menu {
    font-size: 75%;
    max-width: 20vW;
}

.menu-text-box {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
}

.menu-text-box:focus {
    border-color: #ddd;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

.section-line-text .dropdown-menu {
    font-size: 70%;
}

.table-search-box {
    font-size: 70% !important;
}

.disabled {
    filter: grayscale(90%) opacity(0.6) blur(0.7px);
}

.disabled.panel-po .VO-color {
    background: linear-gradient(rgba(128, 128, 25, 0.8), rgba(128, 128, 128, 0.2)) !important;
}

.disableClick {
    cursor: not-allowed;
    pointer-events: none;
}

.datepicker, .datetimepicker {
    background-image: url(Images/calendar.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 2rem;
}

#mycalendar .fc-center{
    width: 50%;
    margin: 0 auto;
    display: block
}
#mycalendar .fc-center h2{
    width: 100%;
}
 style[display="none"] .buttons{
     position:relative;
}
.fc-prev-button.btn-default,
.fc-next-button.btn-default{
    font-size: 100%;
    background-color: #6b95b0;
}
.fc-prev-button.btn-default:hover,
.fc-next-button.btn-default:hover{
    background-color: #88acc3;
}
#calenderButtonsection .checkbox{
    text-align:right;
    width:55%;
}
.mt-4by5{
    margin-top: 2rem;
}
.fa, .fa a{
    font-family: inherit;
    font-weight: 400;
}
.fa:before, .fa:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.blockUI.blockMsg{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
    background: none;
}
.blockUI.blockOverlay{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.text-danger {
    color:#f99 !important; 
    font-size: 1.2vw
}