.container-fluid {overflow: auto}
body, html, .container-fluid {height: 100%}

/* Loader animation */
.loader {
    position: fixed;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    z-index: 10006;
    border: 16px solid #ffffff;
    border-top: 16px solid #98bdd8;
    border-radius: 50% !important;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    background: #00457b;
    width: 100%;
    height: 540px;
    display: block;
    z-index: 10005;
    opacity: 0.5;
}

/**
 * Help icon on test pages
 */
span.help-icon {
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 2rem;
    z-index: 600000;
    color: #fff;
}

/**
 * Home icon on test pages
 */
span.reset-icon {
    position: absolute;
    top: 0.2rem;
    left: 1rem;
    font-size: 1.8rem;
}

/**
 * Header
 */
.header {
    height: 63px;
    border-bottom: 1px solid #e8e8e8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    color: #fff;
}

/**
 * Footer
 */
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 48px;
    background: #272626;
    color: #fff;
}

/**
 * Custom button color
 */
.submit-red {
    background-color: #c32323;
    border-color: #c32323;
}

/**
 * Content
 */
.content {
    padding-bottom: 48px;
    padding-top: 75px;
}
.content .card {margin-bottom: 1rem;}
.content ul {padding-left: 2rem;}
.content .card-title {
    font-family: 'dosisBold', serif;
    color: #2b74b1;
    font-size: 1.5rem;
}

/**
 * Test pages
 */
.test-page-container {
    background-color: #ececec;
    height: 100vh;
}

.submit-form-container{
    background-color: #ececec;
}

/**
 * Question card
 */
.card-question {
    margin-top: 5rem;
    margin-bottom: 5rem !important;
}

.card-question .card-text {
    font-size: 1.5rem;
    line-height: 1.7rem;
}

/**
 * Custom checkbox
 */
.checkbox-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    /* background-color: #eee; */
    background-color: #f1f1f1;
    border: 1px solid #262626;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-outline-info:hover {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:focus {
    box-shadow: 0 0 0 0 rgba(23,162,184,.5);
}

/* Font */
.fc-white {color: #fff}
.fc-blue {color: #2272b1;}
.fc-dblue {color: #1b396a;}
.fc-dgray {color: #525252;}
.fc-red {color: #e41010;}
.fc-rose {color: #FF6767;}

.fw-300 {font-weight: 300;}
.fw-600 {font-weight: 600;}
.fw-800 {font-weight: 800;}

.fs-0_8rem {font-size: 0.8rem;}
.fs-0_9rem {font-size: 0.9rem;}
.fs-1rem {font-size: 1rem;}
.fs-1_3rem {font-size: 1.3rem;}
.fs-1_5rem {font-size: 1.5rem;}
.fs-1_7rem {font-size: 1.7rem;}
.fs-1_8rem {font-size: 1.8rem;}
.fs-1_9rem {font-size: 1.9rem;}
.fs-2_4rem {font-size: 2.4rem;}
.fs-4rem {font-size: 4rem;}
.fs-4_2rem {font-size: 4.2rem;}

/* Margins */
.mb-0 {margin-bottom: 0;}
.mb-2 {margin-bottom: 2px;}
.mb-5 {margin-bottom: 5px;}
.mb-5i {margin-bottom: 5px !important;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}

.mt-0 {margin-top: 0;}
.mt-5 {margin-top: 5px;}
.mt-5i {margin-top: 5px !important;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}

/* Paddings */
.p-tb-10 {padding: 10px 0;}

.p-10 {padding: 10px;}
.p-15 {padding: 15px;}
.p-20 {padding: 20px;}

.pb-0 {padding-bottom: 0;}
.pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-25 {padding-bottom: 25px;}

.pt-0 {padding-top: 0;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-12 {padding-top: 12px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-25 {padding-top: 25px;}

.pl-5 {padding-left: 5px}
.pl-5i {padding-left: 5px !important;}
.pl-10 {padding-left: 10px}
.pl-10i {padding-left: 10px !important;}

.pr-5 {padding-right: 5px}
.pr-5i {padding-right: 5px !important;}
.pr-10 {padding-right: 10px}
.pr-10i {padding-right: 10px !important;}

/* Width */
.w-180 {width: 180px;}
.w-185 {width: 185px;}
.w-755 {width: 755px;}

/* Height */
.h-100p {height: 100%;}
.h-50 {height: 50px;}
.h-55 {height: 55px;}
.h-60 {height: 60px;}
.h-65 {height: 65px;}
.h-70 {height: 70px;}
.h-75 {height: 75px;}
.h-80 {height: 80px;}
.h-85 {height: 85px;}
.h-90 {height: 90px;}
.h-95 {height: 95px;}
.h-100 {height: 100px;}
.h-105 {height: 105px;}

/* Alignment */
.va-mid {vertical-align: middle}
.ta-center {text-align: center;}

/* Display */
.dspl-ib {display: inline-block;}
.pos-r {position: relative}

/* Background */
.bg-lgray {background-color: #ececec;}
.bg-gray {background-color: #cdcdcd;}