﻿a[aria-expanded=true] .fa-chevron-up {
    display: none;
}

a[aria-expanded=false] .fa-chevron-down {
    display: none;
}

@media (max-width: 767px) {
    .book-page {
        max-width: 100%;
    }
}

a {
    cursor:pointer;
}

a.btn {
    text-decoration:none;
}

a.button-disabled {
    color: #8c8c8c !important;
    pointer-events: none !important;
}

a.btn.button-disabled {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

div .datepicker.datepicker-inline.show{
    display:none;
}

.datepicker-dropdown {
    z-index: 49900 !important;
}

.card {
    overflow: hidden !important;
}

.scrollbar {
    overflow-y: auto;
}

    .scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .scrollbar::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #ddd;
    }

.select_contract {
    border:none;
}

.datepicker-inline {
    display:none !important;
}

.notification {
    max-height: 94px;
    bottom:80px !important;
}

.notification.container {
    max-height:94px;
}

.notification-icon {
    height:45px;
}

.ui-autocomplete {
    background-color: white;
    border: 1px solid lightgray;
    width: 300px;
    z-index: 49900;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-menu-item-wrapper {
    cursor:pointer;
}

li.loading-results {
    display:none;
}

.select2-caption {
    display: none !important;
}

card-aside.custom_collapse {
    display: none;
}

card-aside.custom_collapse.show {
    display: block;
}

.contract-spinner {
    height: 80px;
    z-index: 49999;
    position: relative;
    height: 0px;
    left: 50%;
    margin-bottom:50px;
}

.contract-spinner {
    height: 80px;
    z-index: 49999;
    position: relative;
    height: 0px;
    left: 50px;
    margin-bottom: 50px;
}

.spinner_container {
    margin-top:50px;
    height: 0px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.ui-helper-hidden-accessible {
    display:none !important;
}

td.range.day {
    background-color: white !important;
}

td.active.range.day {
    background-color: white !important;
    color: #63002f !important;
}

.selected.range-start.day {
    background-color: white;
    color:black;
}

.selected.range-end.day {
    background-color: white;
    color: black;
}

.disclaimer {
    max-height: 170px;
    padding-right: 20px;
    overflow-y: auto;
}

.invalid-red {
    display: block;
    color: red;
}

.h-50 {
    height:50px;
}

.h-60 {
    height:60px;
}

.input-daterange {
    max-width:350px;
}

.preloader {
    z-index: 49999 !important;
}

.emptylist-panel {
    width:100%;
    text-align:center;
    font-style:italic;
}

.status-column {
    min-width: 130px;
}

.contract-card {
    min-width: 350px;
    max-width: 350px;
    min-height: 400px;
}

.contract-card .card {
    min-height: 400px;
    
}

.contract-active .card-header {
    min-height:192px;
}

.contract-archive .card-header {
    min-height: 230px;
}

.notification-list-card {
    max-height:100% !important;
}

aside {
    z-index:49500;
}

.page-aside {
    z-index: 49500;
}

.page-header {
    width:100%;
    z-index:49000;
}

.select2-container--open {
    z-index:49900;
}

.card-header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.card-aside .card-header {
    min-height: 60px;
}

.card-body {
    min-height:120px;
}

.modal {
    z-index:49900;
}

#OrderEdsSignerModal_OrderEdsSignPopup {
    z-index:49900 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.color-solid {
    color:#76003e;
}

.font-bold {
    font-weight:bold;
}

.mobileapp-link {
    height:50px;
    background-color:white;
}

.login-panel {
    width:350px !important;
}

.min-width-180 {
    min-width: 180px;
}

.min-width-280 {
    min-width: 280px;
}

.cert-btn {
    border: none;
    padding-left: 1px;
    background-color: white !important;
}

.cert-btn-selected {
    border: solid;
    padding-left: 1px;
    border-width: 2px;
}

.fa-spinner {
    color: #63002f !important;
}

.messagebox-body {
    min-height:150px !important;
}

.tooltip.show {
    z-index:99999;
}

.invp-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.invp-top-row {
    margin-top:1rem !important;
    padding-top: 1.875rem !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.invp-row-button {
    margin-top: 1rem !important;
    padding-top: 1.875rem !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.doc-status {
    font-size: 15px;
}

@media (min-width: 992px) {
    .card-header {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important;
    }

    .card-aside .card-header {
        min-height: 100px;
    }

    #viewtopic_sendbtn {
        min-width: 90px;
    }
}
