
.datepicker {
    padding: 4px;
    border-radius: 1px;
    direction: ltr;
    margin: 0;
}

.datepicker:before,
.datepicker:after {
    border-width: 0;
}

.datepicker table tr td,
.datepicker table tr th {
    color: #4b565b;
    border-radius: 0;
    width: 40px;
    height: 35px;
    text-shadow: none;
    padding-left: 5px;
}

.datepicker table tr td span {
    height: 54px;
    line-height: 54px;
    border-radius: 1px;
}
.datepicker table tr td.day.highlight {
    color: #0ba4ff;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #FFF;
    background-color: #f79420;
    border-color: #f79420;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    text-shadow: none;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #c0c8cb;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #88979d;
}
.datepicker table tr td.old.disabled,
.datepicker table tr td.new.disabled {
    color: #c0c8cb;
}
.datepicker table tr td:hover {
    color: #FFF;
    background-color: rgba(247, 148, 32, 0.81);
    border-color: #f79420;
    cursor: pointer;
}

.doctor-calendar {
    background-color: #fff;
    padding: 0;
}
.doctor-calendar .focus .form-control {
    color: #000 !important;
    border-color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.doctor-calendar .focus .input-group-addon {
    border-color: #000 !important;
    color: #fff !important;
    background-color: #f79420 !important;
}

.doctor-calendar .filter-form {
    max-width: 960px;
    box-shadow:none;
}

.doctor-calendar .filter-form .input-group-addon:first-child {
    border-right: 0;
}

.doctor-calendar .filter-form .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.doctor-calendar .filter-form .input-group-addon {
    background-color: transparent;
    color: #000;
    border-color: #000;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.doctor-calendar .filter-form .input-group-addon:first-child {
    border-radius: 1px 0px 0px 1px;
}

.doctor-calendar .filter-form .input-group .form-control {
    border-radius: 0 1px 1px 0;
}

.doctor-calendar .filter-form .form-control {
    height: auto;
    padding: 8px 12px;
    border-radius: 1px;
    border-color: #000;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0;
}

.doctor-calendar .filter-form .form-control::-webkit-input-placeholder {
    color: #000;
}

.doctor-calendar .filter-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.doctor-calendar .filter-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.doctor-calendar .filter-form .form-control:-ms-input-placeholder {
    color: #000;
}

.doctor-calendar .filter-form .form-control:focus {
    color: #000;
    border-color: #f79420;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.doctor-calendar .filter-form .btn {
    padding: 9px 18px;
    font-size: 1rem;
}

.doctor-calendar .filter-form .col-lg-3,
.doctor-calendar .filter-form .col-md-6,
.doctor-calendar .filter-form .col-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.doctor-calendar .filter-form > form > .row:first-child .row {
    margin-right: -10px;
    margin-left: -10px;
}

.doctor-calendar .cs-active > .cs-placeholder {
    border-color: #f79420;
    color: #fff;
}
.custom-select {
    font-size: 1rem;
    color: #000;
    border: 1px solid #000;
    padding: 7px 12px 7px;
    height: auto !important;
    border-radius: 0 !important;
}
.doctorsession {
    font-weight: 700;
    color: #fff;
}
.doctorsession:hover {
    background-color: #f79420 !important;
    border-color: #f79420 !important;
    cursor: pointer;
}
.doctorsession .start-time {
    font-weight: 400;
    font-size: 0.9em;
    color: #eef8ff;
}
.doctorsession .customer {
    min-height: 2em;
}
.bg-INACTIVE{
    background-color: #9b99a2;
}
.bg-BOOKABLE{
    background-color: #0dbdff;
}
.bg-BOOKABLE_ON{
    background-color: #0ba4ff;
}
.bg-BOOKED{
    background-color: #ffc107;
}
.bg-ATTENDING{
    background-color: #fff;
    color: #000;
}
.bg-ATTENDING .start-time {
    color: #a9a7b1;
}
.bg-ATTENDING .slot-number {
    color: #000;
}
.doctorsession.bg-ATTENDING:hover{
    background-color: #e3efff !important;
}
.bg-CANCELED{
    background-color: #a9a7b1;
}
.bg-DONE{
    background-color: #06ff1b;
}
.slot-number {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}
.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}
input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}
input[type=text] {
    /*background-color: #f1f1f1;*/
    width: 100%;
}
input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 15px;
    right: 15px;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}
.title {
    font-weight: 500;
    font-size: 24px;
    color: #0ba4ff;
    margin-bottom: 1.5rem;
}
.doctor-info .profile-box {
    padding-left: 1rem;
}
.doctor-info .profile-box .doctor-name {
    font-weight: 500;
    font-size: 1.5rem;
    color: #0ba4ff;
}
.doctor-info .profile-box .doctor-specialist {
    font-weight: 500;
    font-size: 1rem;
    color: #ff901f;
}
.doctor-info .profile-box .doctor-description {
    font-weight: 500;
    font-size: 0.8rem;
}
#calendar {
    margin: 0 auto;
    margin-top: 0px;
}
.calendar-special {
    background-color: #ff901f;
    color: #ffffff;
}
.calendar-special .clinic {
    font-weight: 500;
    font-size: 8px;
}
.calendar-special .timerange {
    font-weight: 300;
    font-size: 5px;
}
.hour-item {
    border-bottom: dotted 1px #6b6f77;
}
.hour-item .hour-title {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.2rem;
    width: 54px;
}
.hour-item .hour-content {
    padding: 0.2rem;
}
.hour-item .hour-content .doctorsession {
    margin: 0.15rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100px;
}
.hour-item .hour-content .doctorsession .start-time {
    font-size: 0.7rem;
    font-weight: 400;
}
.hour-item .hour-content .doctorsession .end-time {
    font-size: 0.7rem;
    font-weight: 400;
}
.doctorsession.active {
    background-color: #f79420 !important;
    border-color: #f79420 !important;
}