.board{
    height: 100%;
}
.task-list-items{
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.navbar-custom .button-menu-mobile.disable-btn {
    display: block !important;
}
.bootstrap-select > button.btn.dropdown-toggle.btn-light.bs-placeholder{
    background: #fff !important;
    color: #4b4b5a !important;
    border: 1px solid #e2e7f1;
}

.dz-clickable{
    cursor: pointer;
}

.table-bordered2{
    border: 2px solid #999;
}


.table-header{
    color: #797979;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
    background-color: #ebebeb !important;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-left-radius: .8rem;
    border-top-right-radius: .8rem;
}
.table-line{
    color: #797979;
    font-size: 14px;
    background-color: #F0F0F0 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: 1px solid #e6e6e6;
}
.table-line:last-of-type{
    color: #797979;
    font-size: 14px;
    background-color: #F0F0F0 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem;
    border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 576px) {
    .table-header{
        display: -webkit-box !important;
        display: flex !important;
    }
}
@media (max-width: 575px) {
    .table-header{
        display: -webkit-box;
        display: flex;
    }
}


.card-offer-title {
    height: 85px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.custom-btn-header-dropdown{
    height: 60px;
}


.btn-insurance {
    color: #fff;
    background-color: hsla(0,0%,56%,.275);
    border: 1px solid #eee;
}
.btn-insurance:hover {
    color: #fff;
    background-color: hsla(0,0%,96%,.275);
    border: 1px solid #eee; }
.btn-insurance:focus, .btn-insurance.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(127, 128, 132, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(139, 139, 141, 0.5); }
.btn-insurance.disabled, .btn-insurance:disabled {
    color: #fff;
    background-color: hsla(0,0%,96%,.275);
    border: 1px solid #eee; }
.btn-insurance:not(:disabled):not(.disabled):active, .btn-insurance:not(:disabled):not(.disabled).active,
.show > .btn-insurance.dropdown-toggle {
    color: #fff;
    background-color: hsla(0,0%,96%,.275);
    border: 1px solid #eee; }
.btn-insurance:not(:disabled):not(.disabled):active:focus, .btn-insurance:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(127, 128, 132, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(139, 139, 141, 0.5); }
