.object-fit-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

form label.error {
    color: #bd2130;
}

.professional-detail-div-active {
    box-shadow: 1px 1px 10px #1d75bc;
    margin-top: 5px;
}

#map * {
    border-style: none;
}

.modal-header-danger {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.custom-bg {
    background-color: #0288D1;
    position: relative;
}

.custom-noimg-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

/*
css for cover letter on job profile page for professional view
.bg-backdrop {
    background-color: rgba(0,0,0,.1);
    position: fixed;
    z-index: 1031;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
*/

.job-cover-letter {
    width: 550px;
    background-color: #fff;
    position: fixed;
    z-index: 1032;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 100%;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
    visibility: hidden;
}

.job-cover-letter.active {
    left: calc(100% - 550px);
    visibility: visible;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    .tb-responsive .table,
    .tb-responsive thead,
    .tb-responsive tbody,
    .tb-responsive th,
    .tb-responsive td,
    .tb-responsive tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .tb-responsive thead tr,
    .tb-responsive tfoot tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .tb-responsive tr {
        border: 1px solid #ccc;
    }

    .tb-responsive .table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
    }

    .tb-responsive td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: 0;
        width: 45%;
        white-space: nowrap;
        padding: .75rem;
    }

    /*
	Label the data
	*/
    .tb-responsive td:before {
        content: attr(title);
        color: #8795a1;
        font-size: .875rem;
    }

    .tb-responsive td[title=""]:before {
        display: none;
    }

    .tb-responsive td[title=""] {
        padding-left: .75rem;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .tb-responsive .table td {
        padding-left: .75rem !important;
    }

    .tb-responsive td:before {
        display: block;
        position: relative;
        padding: initial;
    }
}

/*Icon toggle*/

.icon-toggle [aria-expanded="false"] .fa-angle-up,
.icon-toggle [aria-expanded="true"] .fa-angle-down {
    display: none;
}

.icon-toggle [aria-expanded="false"] .fa-angle-down,
.icon-toggle [aria-expanded="true"] .fa-angle-up {
    display: block;
}

.availability-date-highlight {
    background-color: #FFBE33;
    color: #fff !important;
}

.booked-date {
    background-color: #28a745;
    color: #fff !important;
}

.selected-date-highlight {
    background-color: #5cc4ef;
    color: #fff !important;
}

.object-fit-img-contain {
    object-fit: contain;
}

.ui-state-disabled.multidatepicker-bookeddate-highlight {
    background: none !important;
    background-color: #28a745 !important;
    opacity: 1 !important;
}

.ui-state-disabled.multidatepicker-bookeddate-highlight > span{
    background-color: #28a745 !important;
    color: #fff !important;
    background: none !important;
}


.ui-state-disabled.multidatepicker-bookeddate-highlight:hover {
        background: none !important;
        background-color: #28a745 !important;
}

.multidatepicker-bookeddate-highlight {
    background-color: #28a745 !important;
}