body, html {
    margin: 0;
    background-color: #FFF;
}

.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.steps-container {
    width: 80%;
}

.table th, .table td {
    vertical-align: middle !important;
}

.form-container {
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #DDDFE2;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.full-width {
    width: 100%;
}

.header-input {
    font-size: 25px;
    padding: 5px;
}

.sub-header-input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #999;
    padding: 5px;
}

.newTestContainer {
    margin-top: 10px;
}

.insurance_steps_container {
    width: 100%;
    min-height: 50px;
    border: 1px solid #CCC;
    margin: 10px auto;
    border-radius: 1rem;
}

.input-group-text-primary {
    background-color: #FF7F7F !important;
    color: white !important;
    border: 1px solid #FF7F7F;
}

@media only screen and (max-width: 768px) {
    .group-delete-container {
        text-align: center;
    }

    .question-add-container {
        text-align: center;
    }

    .main-container {
        padding: 10px;
    }

    .steps-container {
        width: 100%;
    }

}

@media only screen and (min-width: 768px) {

    .group-delete-container {
        text-align: right;
    }

    .question-add-container {
        text-align: left;
    }

    .main-container {
        padding: 20px;
    }

    .steps-container {
        width: 80%;
    }

}

.group-move-highlight {
    margin-top: 10px;
    height: 200px;
    width: 100%;
    background-color: #EEE;
    border: 1px solid #CCC;
}

.field-move-highlight {
    margin-bottom: 10px;
    width: 100%;
    background-color: #EEE;
    border: 1px solid #CCC;
    padding: 5px;
}

.field-move-highlight:last-child {
    margin-bottom: 0px;
}

.test_question {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
    background-color: #FFF;
    max-width: 1200px;
    margin-bottom: 10px;
}

.test_question:last-child {
    margin-bottom: 0px !important;
}

.login-form-wrapper {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 400px;
    background: white;
    padding: 10px;
    border: 1px solid #DDDFE2;
}

.ac_results {
    background-color: white;
}

.ac_loading {
    background: Window url('/images/loading.gif') right center/20px 20px no-repeat !important
}

.ac_over {
    background-color: #007BFF !important;
    color: white !important;
}

.ac_over > .ac_highlight {
    color: white !important;
}

.ac_highlight {
    color: black;
    font-weight: bold;
}

.gm-fullscreen-control {
    display: none;
}

.dz-image-file {
    width: auto;
    height: 75px;
}

.dz-file-preview {
    background-color: white;
    border: 1px solid #CCC;
    overflow: hidden;
    min-width: 75px;
    max-height: 50px;
}

.dz-progress-wrapper {
    height: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #CCC;
}

.dz-progress-bar {
    height: 100%;
    width: 0%;
    background-color: #0d95e8;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.dropzone {
    border: 1px solid #CCC !important;
    box-sizing: border-box;
    padding: 10px !important;
    background-color: #F1F1F1 !important;
    min-height: 0px !important;
}

.dz-message {
    margin: 0px !important;
}

.dz-drag-hover {
    background-color: #D1D1D1 !important;
}

.dz-message {
    display: block !important;
    margin-bottom: 10px !important;
    color: #666;
}

.questionnaire-timer {
    color: white;
    position: fixed;
    top: 0;
    right: 10px;
    padding: 5px 20px;
    font-size: 16px;
    z-index: 999;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2-container--default:active .select2-selection--multiple:active {
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}


.select2-selection__rendered {
    line-height: calc(1.5em + 0.75rem + 2px) !important;
}
.select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px) !important;
}
.select2-selection__arrow {
    height: calc(1.5em + 0.75rem + 2px) !important;
}



.certificateFields {
    max-height: 500px;
    overflow: auto;
    border: 1px solid #CCC;
    padding: 10px;
}

.pdfZoomButton {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
}

.pdfZoomButton:hover {
    text-decoration: none;
    color: white;
}

.pdfControls_wrapper > li {
    float: right;
}

.pdfControls_wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* PURE css solution for rotating carets based on expanded section */
.expand_caret {
}

div[aria-expanded='false'] > table > tbody > tr > td > .expand_caret {
    transform: rotate(-180deg);
}

.hover-bg-light:hover {
    background-color: #F1F1F1;
}

.page-link:focus,.page-link:active {
    outline: none !important;
    box-shadow: none;
}

.btn-dropdown:focus {
    box-shadow: none !important;
}

.btn-dropdown:focus > i {
    color: var(--primary) !important;
    box-shadow: none !important;
}

.actions-dropdown {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(153,153,153,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(153,153,153,1);
    box-shadow: 0px 0px 10px 1px rgba(153,153,153,1);
}