﻿@charset "UTF-8";
/* when custom drop down is enabled, it was showing diabled bgcolor by default (Shakir: 20210907) */
.btn.dropdown-toggle.btn-default {
    background-color: #ffffff;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    opacity: 1;
}

    /* when custom drop down is disabled, it was showing enabled bgcolor by default (Shakir: 20210907)*/
    .btn.dropdown-toggle.btn-default.disabled {
        background-color: #eeeeee;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
        opacity: 1;
    }

    /* choosen selected item color was very dark (Shakir: 20210907)*/
    .btn.dropdown-toggle.btn-default span {
        color: #555555;
    }

/* choosen multiselect when disabled was showing light white bgcolor instead of normal disabled bgcolor (Shakir: 20210907)*/
div.chosen-disabled {
    opacity: 1 !important;
}

.chosen-container-single.chosen-disabled .chosen-single {
    background-color: #eeeeee;
}

.chosen-container-multi.chosen-disabled .chosen-choices {
    background-color: #eeeeee;
}

#helpImg {
    cursor: pointer;
}

.navbar.navbar-inverse.navbar-fixed-top .nav.top-nav > li {
    float: initial;
}

.user-name {
    font-size: 17px;
    font-weight: 600;
}

.user-image-text {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #f3531a;
    font-size: 27px;
    font-weight: 600;
    color: aliceblue;
    padding: 5px 5px 5px 5px;
}

div#divPopupTimeOutModel {
    background-color: white;
    font-size: 20px;
    z-index: 9999;
    text-align: center;
    margin-bottom: 0px;
    color: black;
}

div#divPopupTimeOut {
    margin-bottom: 0px;
    backdrop-filter: blur(3px) !important;
}

div#loginModalpopup {
    margin-bottom: 0px;
    backdrop-filter: blur(3px) !important;
}

div#divPopupTimeOut .modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden !important;
}

.modal-backdrop.show {
    opacity: 0.2 !important;
}

.popup-input {
    border: 1px solid rgba(33, 33, 33, 0.12) !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    color: #272B34 !important;
    height: 42px !important;
    width: 370px !important;
}

.datepicker {
    z-index: 9999 !important;
}
#dtaccountMatching > tfoot > tr > td {
    padding: 5px 5px 5px 5px !important;
    border-color: #fff;
    border-left: none;
    border-bottom: none;
}

.custom-tree-li-checked {
    opacity: 0.5;
}
.custom-checkbox-disabled {
    cursor: not-allowed;
    pointer-events: none;
}