header { background-color: #fff !important; }
.bootstrap-datetimepicker-widget table td {
    color: #fff !important;
    font-weight: bold;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    color: #1169b2 !important;
    font-weight: normal;
}
.bootstrap-datetimepicker-widget table td.new {
    color: #444 !important;
    font-weight: normal;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
    background: #fff;
    color: #1169b2 !important;
}
.bootstrap-datetimepicker-widget table th {
    height: 25px;
    line-height: 25px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
    font-size: 1em;
    line-height: 1.25em;
    color: #fff;
}
.bootstrap-datetimepicker-widget table th.dow {
    color: #fff;
    font-size: 1.25em;
    line-height: 1.25em;
    padding-top: 15px;
}
th.next {
    color: #fff;
}
.bootstrap-datetimepicker-widget table td.day {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 1.25em;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #fff;
    color: #1169b2 !important;
    text-shadow: none;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    border-radius: 2em;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    color: #03334f;
}
.form-control {
    height: auto;
}
.step-holder {
    border: 1px solid #bdbdbe;
    padding: 4em 5em;
    border-radius: 1em;
}
.step-holder .btn-soft-secondary {
    background-color: #fff;
    border-color: #006bb8;
    color: #006bb8;
    font-size: .75em;
    padding: 0 .3em 0 .5em;
}

.step-holder .btn-soft-secondary i.fa-question {
    font-size: 1.5em;
}
#helpModal .modal-header {
    border-bottom: 1px solid #1169b2;
    background-color: #f3fafd;
}
#helpModal .modal-content {
    border-color: #1169b2;
}

.step-holder .btn-soft-secondary:hover {
    background-color: #006bb8;
    border-color: #006bb8;
    color: #fff;
}
.frame-back-button, .frame-help-button {
    top: 20px;
}
.frame-back-button {
    left: 20px;
}
.frame-help-button {
    right: 20px;
}
.card-rep-schedule, .card-rep-schedule .card-header {
    background-color: #03334f;
}
.card-rep-schedule .card-header {
    border-bottom: none;
}
.card-rep-schedule .card-header .row {
    border-bottom: 1px solid #737b90;
}
.card-holder img.card-bg {
    position: absolute;
    top: 3px;
    left: 3px;
    max-width: 200px;
    z-index: 1;
}
.card-rep-schedule h1 {
    font-size: 1.5rem;
}
.btn-radio {
    border: 1px solid #c7c6c5;
    border-radius: 8px !important;
    color: #000;
    font-size: 1.25em;
    font-weight: normal;
    padding: .25em .5em;
}
.btn-radio.active, .btn-radio:hover {
    border-color: #1169b2;
    background-color: #f3fafd;
    color: #000;
}
.time-holder {
    overflow: scroll;
    max-height: 370px;
}

.time-holder::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.time-holder::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #1169b2;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.fs-15 {
    font-size: 1.5em;
}

label.error {
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 150px;
    text-align: left;
    color: red;
    font-size: .65em;
}

label.error#consultation_time-error {
    bottom: 1px;
    right: 10px;
    top: auto;
    left: auto;
    width: 50%;
    text-align: right;
}

.info-gathering-card {
    background-color: #f3fafd;
    border: 1px solid #1169b2;
}

.info-gathering-card .form-control {
    border-color: #1169b2;
    border-radius: .5em;
}

.font-weight-800 {
    font-weight: 800 !important;
}

#helpModal .close {
    font-size: 1.5rem;
    font-weight: 400;
    color: #1169b2;
    text-shadow: none;
    opacity: 1;
    border-radius: 2em;
    padding: 0em 0.25em;
    border: 1px solid blue;
}

@media (max-width: 767px) {
    .step-holder {
        padding: 3em 1em;
    }
    img.card-bg {
        display: none !important;
    }
}