.calendar-declined {
    display: table;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}

.calendar-declined header {
    cursor: default;
    height: 40px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 9px;
}

.calendar-declined header span {
    display: inline-block;
}

.calendar-declined header .button {
    width: 40px;
    text-align: center;
    /* position: absolute; */
    cursor: pointer;
    height: 28px;
}

.calendar-declined header .left.button {
    left: 0;
}

.calendar-declined header .right.button {
    right: 0;
    top: 0;
}

.calendar-declined header .header-label {
    letter-spacing: 1px;
    width: auto;
    text-align: center;
    cursor: pointer;
}

.calendar-declined table {
    border-collapse: collapse;
}

.calendar-declined table td div {
    width: 36px;
    height: 36px;
    cursor: pointer;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #68696D;
    margin-bottom: 4px;
    border-radius: 4px;
    padding: 8px 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #00000000;
}

.calendar-width-300 {
    min-width: 300px;
}

.calendar-declined.calendar-declined table td div {
    width: 94px !important;
    height: 87px !important;
    /* vertical-align: middle;
    display: table-cell; */
    padding-top: 30px;
}

.calendar-declined.calendar-declined table td .small-divs {
    width: 36px !important;
    height: 36px !important;
    vertical-align: middle;
    display: table-cell;
}

.calendar-declined thead th {
    height: 26px;
    width: 40px !important;
    font-family: 'Gilroy-SemiBold';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.calendar-declined .calendar-frame table {
    width: 100%;
}

.calendar-declined .calendar-frame tbody td div {
    border-radius: 4px;
}

.calendar-declined .calendar-frame tbody td.today div {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    /* border: 1px solid #00000036; */
    /* background: #fff; */
    color: #000000;
    text-align: center;
    padding: 8px 0;
    font-family: 'Gilroy-Bold' !important;
}

.calendar-declined .calendar-frame tbody td:not(.disabled):hover div,
.calendar-declined .calendar-frame tbody td:not(.disabled).selected div {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    /* background: #fff; */
    /* color: #000000 !important; */
    text-align: center;
    padding: 8px 0;
    /* border: 1px solid #000000; */
    font-family: 'Gilroy-Bold' !important;
}

.date-grey {
    background: #D9D9D9;
    font-family: 'Gilroy-Bold' !important;
}

.date-yellow {
    background: #FFF8B8;
    font-family: 'Gilroy-Bold' !important;
}

.date-yellow2 {
    background: #F4BE1B;
    color: #fff !important;
    font-family: 'Gilroy-Bold' !important;
}

.date-green {
    background: #33D1A2;
    color: #fff !important;
    font-family: 'Gilroy-Bold' !important;
}

.date-blue {
    background: #17A1FA;
    color: #fff !important;
    font-family: 'Gilroy-Bold' !important;
}

.calendar-declined  .header-month-title {
    font-family: 'Gilroy-Bold';
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: #17A1FA;
    border-radius: 4px;
    padding: 2px 10px;
}

.calendar-customer .header-month-title {
    font-family: 'Gilroy-Bold';
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    background:  #FFF8B8;
    border-radius: 4px;
    padding: 2px 10px;
}

.count-jobs {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 22px;
    height: 22px;
    background: #D9D9D9;
    border-radius: 100%;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #130F26;
}

.job-status {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    padding: 3px;
}



.border-red {
    border: 1px solid #FF4D4D !important;
    border-radius: 5px !important;
}

.date-red {
    background: #FF4D4D;
    color: #fff;
    border-radius: 5px !important;
    padding: 5px 2px !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.calendar-declined table tr {
    border-bottom: 1px solid #D9D9D9 !important;
}

.statuspopdiv {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 9px 11px;
    display: none;
    position: absolute;
}

.border-div2 {
    border: 2px solid #D9D9D9;
    border-radius: 8px;
}


@media only screen and (max-width: 600px){
    .come-from-modal.left .modal-dialog, .come-from-modal.right .modal-dialog {
        width: 100% !important;
    }
}



@media only screen and (max-width: 900px){
    .come-from-modal.left .modal-dialog, .come-from-modal.right .modal-dialog {
        width: 500px !important;
    }
}


