.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: 40px !important;
    height: 40px !important;
    padding-top: 30px;
}



@media (min-width: 768px) {
    .calendar-declined.calendar-declined table td div {
        width: 94px !important;
        height: 87px !important;
         
        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!important; */
    /* height: 36px!important; */
    border-radius: 4px!important;
    /* border: 1px solid #00000036; */
    /* background: #fff; */
    color: #000000!important;
    text-align: center!important;
    padding: 8px 0!important;
    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-size: 8px;
    line-height: 13px;

    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    /* font-size: 14px;
    line-height: 17px; */
    text-transform: capitalize;
    padding: 3px;
}



.date-red {
    background: #FF4D4D;
    color: #fff;
    border-radius: 5px !important;
    padding: 5px 0px !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

@media (min-width: 768px) {
    
    .job-status {
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 800;
        font-size: 14px;
        line-height: 17px;
        text-transform: capitalize;
        padding: 3px;
    }

    .date-red {
        padding: 5px 2px !important;
    }
    
  }

.calendar-declined table tr {
    /* border-bottom: 1px solid #D9D9D9 !important; */
}
@media (min-width: 768px) {
    #pnlEventCalendar {
      max-width: 79% !important;
      margin-left: 10% !important;
      margin-right: 10% !important;
      border: none !important;
    }
  }

  /* pnlEventCalendar  */
/* #pnlEventCalendar .calendar-frame table tbody tr td div{
    border: 1px solid rgba(225, 225, 225, 1) !important;
    border-radius: 5px !important;
    padding-top: 5px !important;
    
} */
.sa_tc_dec_calender .calendar-frame table tbody tr td div{
    border: 1px solid rgba(225, 225, 225, 1) !important;
    border-radius: 5px !important;
    padding-top: 5px !important;
    
}
.sa_cus_calender .calendar-frame table tbody tr td div{
    border: 1px solid rgba(225, 225, 225, 1) !important;
    border-radius: 5px !important;
    padding-top: 5px !important;
    
}

#pnlEventCalendar .calendar-frame table tbody tr td .border-red{
    padding-top: -1px !important;  
    font-family: 'Gilroy' !important;
    font-size: 16px!important;
    font-weight: 400!important;
    color: rgba(104, 105, 109, 1) !important;
}

.border-red {
    border: 1px solid rgba(225, 225, 225, 1) !important;
    border-radius: 5px !important;
    padding-top: 0px !important;
}
/* apply border on empty box in calender */

/* #pnlEventCalendar .calendar-frame table tbody tr td {
    border: 1px solid rgba(225, 225, 225, 1) !important;
    border-radius: 5px !important;
    
} */

.sa_cus_calender table thead tr {
    background: rgba(253, 249, 217, 1);
    /* border-bottom: 1px solid #D9D9D9 !important; */
}
.calendar-declined table thead tr {
    background: rgba(202, 234, 255, 1);
    /* 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;
    }
}


