﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
html {
    min-height: 100%;
}



body {
    max-height: 100vh;
    overflow-y: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.input-validation-error { 
    border: 1px solid red !important;
}

.field-validation-error {
    color: red;
    display: block;
    margin-bottom: 1rem !important;
}
.checkbox-validation-error{
    outline: 1px solid red;
}



@keyframes ldio-s58etob7cmb {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ldio-s58etob7cmb div {
    left: 27.5px;
    top: 10px;
    position: absolute;
    animation: ldio-s58etob7cmb linear 1s infinite;
    background: #0a0a0a;
    width: 5px;
    height: 5px;
    border-radius: 0px / 0px;
    transform-origin: 2.5px 17.5px;
}

    .ldio-s58etob7cmb div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -0.9166666666666666s;
        background: #0a0a0a;
    }

    .ldio-s58etob7cmb div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -0.8333333333333334s;
        background: #0a0a0a;
    }

    .ldio-s58etob7cmb div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.75s;
        background: #0a0a0a;
    }

    .ldio-s58etob7cmb div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.6666666666666666s;
        background: #0a0a0a;
    }

    .ldio-s58etob7cmb div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.5833333333333334s;
        background: #0a0a0a;
    }

    .ldio-s58etob7cmb div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.5s;
        background: #0a0a0a;
    }

    .ldio-s58etob7cmb div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.4166666666666667s;
        background: #0a0a0a;
    }

    .ldio-s58etob7cmb div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.3333333333333333s;
        background: #0a0a0a;
    }

    .ldio-s58etob7cmb div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.25s;
        background: #0a0a0a;
    }

    .ldio-s58etob7cmb div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.16666666666666666s;
        background: #0a0a0a;
    }

    .ldio-s58etob7cmb div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.08333333333333333s;
        background: #0a0a0a;
    }

    .ldio-s58etob7cmb div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s;
        background: #0a0a0a;
    }

#spinner {
    display: none;
}
#spinnerPrivacy {
    display: none;
}

#spinnerPhoto {
    display: none;
}


.loadingio-spinner-spinner-ptl8zoqq72 {
    width: 34px;
    height: 34px;
    margin-bottom: -12px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-s58etob7cmb {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.54);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-s58etob7cmb div {
        box-sizing: content-box;
    }

.Red {
    background-color: tomato
}

/*.pageEnd:before {
    content:"";
    position: absolute;
    border-bottom: 1px solid black;
    width: 40%;
    left: 0;
    bottom: 0.5em;
}

.pageEnd:after {
    content:"";
    position: absolute;
    border-bottom: 1px solid black;
    width: 40%;
    right: 0;
    bottom: 0.5em;
}*/

textarea {
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
}

.fa-caret-right {
    color: gold;
}

.questionList {
    font-size: 13px;
}

.interviewTable td {
    position: relative;
}

    .interviewTable td input {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        margin: 0;
        height: 100%;
        width: 100%;
        border: none;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
    }

.eoyLinkCell {
    padding: 0 !important;
}

.overviewLink {
    text-decoration: none !important;
    color: #000000 !important;
}

    .overviewLink:hover, .overviewLink:visited, .overviewLink:link, .overviewLink:active {
        text-decoration: none !important;
        color: #000000 !important;
    }

.overviewTable td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


    .overviewTable td a {
        width: 100%;
        height: 100%;
        display: block;
        padding: 15px;
        color: #000000;
    }
    .faicon {
        padding: 0px !important;
    }



.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.searchBar {
    height: unset;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-sm-1 {
    margin-left: 8.333333%;
}
.form-check {
    margin-bottom: 0.35rem;
}
.bar input[type='radio'] {
    margin:0 5px 0 0 !important;
}
.bar input[type='checkbox'] {
    margin: 0 5px 0 0 !important;
}

textarea.submitInterview:focus {
    outline: none !important;
    box-shadow: none !important;
}
.card {
    padding-bottom:10px !important;
    margin-bottom:15px !important;
}

.eyTable th:focus {
    outline: 0 !important;
}

.inputReadonly {
    font-style:normal !important;
    cursor:not-allowed !important;
}
.labelHeader {
    font-size: 1.0em;
    line-height: 1.375em;
    font-weight: bold;
    font-family: "EYInterstate", Arial;
}
.Red {
    background-color: tomato !important;
}


.Yellow {
    background-color: #FFFF00 !important;
}

.Green {
    background-color: #A8D08D !important;
}

.mudDateInput .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
        margin-top: 0 !important;
        padding-top:3px !important;
    }
.mudDateInput .mud-input > input.mud-input-root {
    padding: 0 !important;
}
.mudDateInput .mud-input-control {
    margin-top: 0 !important;
}
.mudDateInput .mud-input.mud-input-underline:before {
    border-bottom: none !important;
}
.mudDateInput .mud-input.mud-input-underline:after {
    border-bottom: none !important;
}
.mudDateInput {
    padding:0 !important;
    margin:0 !important;
}
.mudDateInputTB .mud-input > input.mud-input-root-outlined {
    padding: 10.5px 14px !important;
}

.mud-table-cell {
    font-size: 12px !important;
}
.blink {
    color: #FF0000;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}