/* end of variable*/
body {
    background: #f5f6f8;
}

/********** customstyle copy starts********* */
#maindiv {
    padding: 1%;
}

.required-field {
    color: red;
}

.breadcrumb {
    margin-bottom: 0.5rem;
}

.main .container-fluid {
    padding: 0 12px;
}

.form-row {
    padding-bottom: 1.5%;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.form-control:disabled, .form-control[readonly] {
    background-color: white;
    opacity: 1;
}

thead {
    text-align: center;
}

.table td {
    border-top: 1px solid black;
    text-align: center;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #c8ced3;
    text-align: center;
}

.rowexpire {
    color: red;
}

.rowalert {
    color: #d6a700;
}

.rowalive {
    color: black;
}

.sidebar .nav-link.active {
    color: #0a0e0f !important;
    background: #dbdcde;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.card-header-actions {
    float: none;
}

.card-header-rights {
    float: right;
}

td.actionbutton {
    width: 10%;
}

table.floatThead-table {
    border-top: 0;
    border-bottom: 0;
    background-color: #fff;
}

.btn-sm {
    font-size: 0.866rem;
}

a.btn.btn-outline-secondary.btn-sm {
    border-radius: 22px;
}

/*.text-primary {
  color: #fff !important;
  background-color: #5f156f !important;
  font-weight: bold !important
}*/
@media print {
    footer.footer {
        display: none;
    }

    .card-header {
        display: none;
    }

    .utility-div {
        display: none;
    }

    ol.breadcrumb {
        display: none;
    }

    .filter-div {
        display: none;
    }

    .navbar-header {
        display: none;
    }

    .card-content.table-responsive {
        margin-top: -100px;
    }

    td.td-actions.text-right {
        display: none;
    }

    th#action-th {
        display: none;
    }
}

.bg-blue {
    /*margin: 10px;*/
    background: linear-gradient(45deg, #aac8ea, #73b4ff);
}

.bg-teal {
    /*margin: 10px;*/
    background: linear-gradient(45deg, #2ed8b6, #8ee8d6);
}

.bg-cyan {
    /*margin: 10px;*/
    background: linear-gradient(45deg, #dcb6a6, #ef94a3);
}

.dashboard .card-header {
    font-size: 14px;
    background-color: #263f4c;
    color: white;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 0;
    border-radius: 0 20px;
}

.dashboard .text-value {
    margin-bottom: 20px;
    color: white;
}

.breadcrumb-item {
    font-size: 18px;
}

.card-header .btn {
    color: white !important;
}

.total {
    font-weight: 600;
    background: rgba(0, 171, 165, 0.08);
}

.fa-eye {
    color: #fff;
}

#filterForm {
    margin-bottom: 15px;
}

.sidebar {
    background: linear-gradient(135deg, #16222a, #3a6073);
}

.btnwithdraw {
    margin-top: 3px;
    color: white;
}

.btn-info {
    color: #fff;
}

.table .trclass_head {
    padding: 0.65rem;
    vertical-align: top;
    border-top: 1px solid transparent;
}

.selectize-input > .item {
    overflow: hidden !important;
    height: 20px !important;
}

.freezeHeaderTable {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.freezeHeaderTableContainer {
    overflow: auto !important;
}

.freezeHeaderTable {
    border-collapse: collapse;
    overflow-x: scroll;
}

.freezeHeaderTable table, .freezeHeaderTable th, .freezeHeaderTable td {
    border: 1px solid #A5C9FF;
}

.freezeHeaderTable thead th {
    background: #fff;
    border-bottom: 1px solid #A5C9FF;
    color: #174A84;
}

/*.freezeHeaderTable tr:nth-child(odd) td {
   background: #eee
 }*/
.freezeHeaderTableContainer .clone-head-table-wrap {
    top: 55px !important;
    z-index: 2 !important;
}

@media (max-width: 991px) {
    .app-header .navbar-brand {
        position: inherit !important;
    }

    .navbar-light .navbar-toggler {
        border-color: #eeeeee !important;
        margin-right: 10px;
    }

    .app-header .navbar-nav {
        display: grid;
        overflow-y: auto;
    }

    .app-header .nav-item {
        text-align: left;
        padding: 5px 20px;
    }
}

.save-state-button {
    display: inline-block;
}

.save-state-button .fa-check-circle {
    color: #fff;
}

/********** customstyle copy ends********* */
a:hover {
    text-decoration: none;
}

.bg-primary {
    background: #00ABA5;
}

.text-primary {
    color: #00ABA5 !important;
}

.bg-gradient {
    background: #00ABA5 !important;
    background-image: linear-gradient(to right top, #00aba5, #00a0b1, #0094b8, #0086ba, #3177b5) !important;
}

.btn-primary {
    background: #00ABA5 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #00928c !important;
    border-color: #00ABA5 !important;
}

/*nav bar*/
.app-header .navbar {
    padding: 0px 15px;
    background: #00ABA5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.app-header .navbar-brand {
    width: 55px;
    height: 55px;
}

.app-header .navbar-toggler {
    border: none !important;
}

.app-header .navbar-toggler:focus {
    border: none !important;
    outline: 0 !important;
}

.app-header .navbar-toggler:active {
    border: none !important;
    outline: 0 !important;
}

#navbarNavDropdown {
    position: absolute;
    right: 15px;
}

#navbarNavDropdown .nav-item {
    font-size: 13px;
}

@media only screen and (max-width: 1230px) {
    #navbarNavDropdown .nav-item {
        font-size: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-brand {
        position: absolute !important;
        left: initial !important;
        margin-left: initial !important;
    }

    #navbarNavDropdown {
        position: initial;
    }

    #navbarNavDropdown .nav-item {
        font-size: 13px;
        padding: 6px 10px;
    }

    #navbarNavDropdown .dropdown-menu .dropdown-item {
        padding: 4px 10px;
        font-size: 12px;
    }
}

/*navbar end*/
.title-wrapper {
    background: #00ABA5;
    background-image: radial-gradient(circle, #34bea0, #28b9a2, #1cb5a3, #0fb0a4, #00aba5);
    padding: 40px 0px 85px 0px;
}

.main-title {
    font-size: 24px;
    color: #fff;
}

.breadcrumb {
    background: none !important;
    border: none !important;
    padding: 0;
}

.breadcrumb .breadcrumb-item {
    font-size: 14px;
    color: #fff;
}

.breadcrumb .breadcrumb-item a {
    color: inherit;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #fff;
    content: "/";
}

.main-container {
    position: relative;
    top: -60px;
}

.main-container .card {
    background: #fff;
    box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    border: none;
}

.main-container .card .card-header {
    background: inherit !important;
    border: none;
}

.main-container .card-header-rights {
    position: absolute;
    right: 10px;
    top: -80px;
    color: #fff !important;
}

.main-container .card-header-rights .btn {
    background: none !important;
    border-color: #fff !important;
    color: #fff !important;
    margin-bottom: 2px;
}

.status-label {
    padding: 3px 4px 6px 4px;
    border-radius: 6px;
    margin-right: 3px;
    color: #fff;
    text-align: center;
    font-size: 10px;
}

.status-label svg path {
    fill: white !important;
}

.status-active {
    background: #4CAF50;
    color: #fff;
}

.status-renew {
    background: #e2b936;
    color: #fff;
}

.status-renewed {
    background: #00ABA5;
    color: #fff;
}

.status-expired {
    background: #FC0045;
    color: #fff;
}

.status-withdrawn {
    background: #7C7C7C;
    color: #fff;
}

@media only screen and (max-width: 668px) {
    .main-container .card-header-actions btn {
        margin-bottom: 10px;
    }

    .main-container .card-header-rights {
        position: initial;
        color: #00ABA5 !important;
        float: none;
        margin-top: 15px;
        text-align: center;
    }

    .main-container .card-header-rights button {
        background: initial !important;
        border-color: #00ABA5 !important;
        color: #00ABA5 !important;
        margin: 3px 0px;
    }
}

/*checkbox customize*/
input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0px;
    height: 18px;
    width: 18px;
}

.deposit-status svg {
    font-size: 18px;
}

.app-footer {
    background: #00ABA5;
    color: #fff;
}

.app-footer div a {
    color: #fff;
}

.shield {
    width: 20px;
    position: relative;
    top: 5px;
}

.shield path {
    stroke: #00ABA5;
}

.deposit-actions {
    margin-top: 4px;
}

.btn:hover {
    color: #fff;
}

.status-col, .status-group {
    text-align: center;
    width: 170px;
}

.status-group {
    font-size: 11px;
}

.action-button-group .btn {
    padding: 0.1rem 0.3rem;
    font-size: 12px;
}

.deposit-actions .btn {
    font-size: 12px;
    padding: 0.2rem 0.4em;
}

label {
    margin-bottom: 0.1rem;
}

table tr.total-row td {
    font-weight: bold;
}

.action-button-group {
    width: 130px;
    margin: 0 auto;
}

/*grouping css*/
.custom-row {
    margin-bottom: 15px;
}

.row-title {
    position: relative;
    overflow: hidden;
}

.row-title .tit {
    font-size: 15px;
    color: #174A84;
    padding-right: 20px;
    position: relative;
    display: inline-block;
}

.row-title:after {
    content: "";
    border-bottom: 1px solid #DBDBDB;
    width: 100%;
    height: 12px;
    position: absolute;
}

.main-container .modal {
    background: rgba(0, 0, 0, 0.39);
    color: #23282c;
}

.main-container .modal .btn-primary {
    background-color: #00ABA5 !important;
}

.main-container .modal .btn-danger, .main-container .modal .btn-secondary {
    background-color: #EC407A !important;
}

.main-container .modal-content {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
}

.main-container .modal-content .modal-header, .main-container .modal-content .modal-body, .main-container .modal-content .modal-footer {
    border: none;
}

.main-container .modal-content .modal-header input, .main-container .modal-content .modal-body input, .main-container .modal-content .modal-footer input {
    margin-bottom: 10px;
}

.main-container .modal-content .modal-header label, .main-container .modal-content .modal-body label, .main-container .modal-content .modal-footer label {
    margin-bottom: 5px;
}

.main-container .modal-title {
    position: relative;
}

.main-container .modal-title:after {
    content: "";
    height: 5px;
    width: 32px;
    position: absolute;
    margin: 10px 0;
    border-radius: 100px;
    background: #00aba5;
    background: linear-gradient(45deg, #00aba5 0%, #2896e9 100%);
    left: 0px;
    top: 20px;
}

.btn-danger {
    background-color: #EC407A;
}

.custom-hr {
    height: 5px;
    max-width: 32px;
    margin: 10px 0;
    border-radius: 100px;
    background: #00aba5;
    background: linear-gradient(45deg, #00aba5 0%, #2896e9 100%);
}

.table {
    font-size: 0.85rem !important;
}

.table, .table th, .table td {
    border: 1px solid #A5C9FF !important;
}

.table thead th {
    background: #fff !important;
    border-bottom: 1px solid #A5C9FF !important;
    color: #174A84 !important;
}

.custom-table thead th {
    background: #fff !important;
    border-bottom: 1px solid #A5C9FF !important;
    color: #174A84 !important;
}

.deposit-quick-block {
    height: 93%;
}

.institution-limit-message {
    color: red;
}

/*# sourceMappingURL=bmpims.css.map */
.opening-record{
    background: #a5c9ff;
    color: #fff;
    font-weight: 600;
}