body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    padding: 0px !important
}

.container-fluid {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

input, select, textarea {
    padding: 10px 14px !important;
    background-color: #EEEEEE !important;
    outline: none !important;
    border: none;
    border-style: none !important;
    font-size: 16px !important;
    width: 100% !important;
    border-radius: 0 !important;
    transition: all 200ms ease;
}

input:focus, select:focus, textarea:focus {
    box-shadow: 0 0 0 1px #f5b825 !important;
}

.form-heading {
    margin: 1rem 0;
    font-size: 1.35rem;
    font-weight: 600;
    color: #f5b825;
}

.calendar-header {
    padding: 0 0.35rem;
    margin-bottom: 15px;
}

.calendar-body {
    max-height: 480px;
    overflow-y: auto;
}

.form-label {
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 2px !important;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.datepicker {
    background-color: #eeeeee !important;
    color: #000 !important;
    border: none;
    padding: 10px !important
}

.datepicker-dropdown:after {
    border-bottom: 6px solid #eeeeee
}

thead tr:nth-child(3) th {
    color: #000 !important;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px
}

.dow, .old-day, .day, .new-day {
    width: 40px !important;
    height: 40px !important;
    border-radius: 0px !important
}

.old-day:hover, .day:hover, .new-day:hover, .month:hover, .year:hover, .decade:hover, .century:hover {
    border-radius: 6px !important;
    background-color: #eee;
    color: #f5b825
}

.active {
    border-radius: 6px !important;
    background-image: linear-gradient(#f37377, #f5b825) !important;
    color: #eee !important
}

.disabled {
    color: #616161 !important
}

.prev, .next, .datepicker-switch {
    border-radius: 0 !important;
    padding: 20px 10px !important;
    text-transform: uppercase;
    font-size: 20px;
    color: #000 !important;
    opacity: 0.8
}

.prev:hover, .next:hover, .datepicker-switch:hover {
    background-color: inherit !important;
    opacity: 1
}

.cell {
    border: 1px solid #BDBDBD;
    cursor: pointer;
    display: block;
    font-size: 12px;
}

.cell:hover {
    border: 1px solid #f5b825
}

.cell.select {
    background-color: #f5b825;
    color: #fff
}

.fa-calendar {
    color: #000;
    font-size: 30px;
    padding-top: 8px;
    padding-left: 5px;
    cursor: pointer
}

.main-section {
    min-height: 100vh;
    background-image: url(../images/bg-main.jpg);
    background-position: center;
    background-size: cover;
}

.main-form {
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 0 0 55px -20px #cdcdcd;
}

.form-logo {
    text-align: center;
}

.form-logo img {
    width: 100px;
}

.radio-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.radio-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.radio-label {
    position: relative;
    margin-right: 1em;
    padding-left: 2em;
    padding-right: 1em;
    line-height: 2;
    cursor: pointer;
}

.radio-label:before {
    box-sizing: border-box;
    content: " ";
    position: absolute;
    top: 0.3em;
    left: 0;
    display: block;
    width: 1.4em;
    height: 1.4em;
    border: 2px solid #f5b825;
    border-radius: 0.25em;
    z-index: 1;
}

.radio-input+.radio-label::before {
    border-radius: 1em;
}

.radio-input:checked+.radio-label {
    padding-left: 1em;
    color: #ffffff;
    z-index: 5;
}

.radio-input:checked+.radio-label:before {
    top: 0;
    width: 100%;
    height: 2em;
    background: #f5b825;
    z-index: -1;
}

/* Transition */

.radio-label, .radio-label::before {
    transition: 0.25s all ease;
}

.insurance-fields {
    display: none;
}

.upload-btn:hover, .upload-btn:active, .upload-btn:focus, .upload-btn {
    background: transparent;
    border: solid 1px #f5b825;
    border-radius: 3px;
    color: #f5b825;
    font-size: 16px;
    outline: none !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
}

.fileUpload input.uploadlogo {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 42px;
}

/*Chrome fix*/

input::-webkit-file-upload-button {
    cursor: pointer !important;
    height: 42px;
    width: 100%;
}

.submit-btn {
    margin-top: 20px;
    background: #f5b825 !important;
    color: white !important;
    width: 150px !important;
}