﻿


@font-face {
    font-family: 'TradeGothicLTCom';
    src: url('../Content/chipotle/Trade-Gothic-LT-Com-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Gotham HTF Medium 2';
    src: url('../Content/chipotle/Gotham HTF Medium 2.ttf') format('truetype');
}

@font-face {
    font-family: 'GothamHTF-Book';
    src: url('../Content/chipotle/GothamHTF-Book.ttf') format('truetype');
}

* {
    font-family: GothamHTF-Book;
}

body {
    background-color: #F5F5F5;
    color: rgb(69 20 0);
    text-align: center;
    margin:0;
    padding-top:100pt;
}

#bodyPageDiv{
    overflow:hidden !important;
    height:auto !important;
}

header {
    width: 100%;
    height: 100pt;
    background-color: #FFFFFF;
    font-family: TradeGothicLTCom;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 999;
}

    header h1 {
        margin: auto;
        font-size: 28pt;
        text-align: center;
        line-height: 30pt;
        font-family: TradeGothicLTCom;
    }
    header h2 {
        font-size: 24pt;
        text-align: left;
        /*font-family: TradeGothicLTCom-Bold;*/
        font-family: TradeGothicLTCom;
    }

button, input[type="submit"] {
    font-family: 'Gotham HTF Medium 2';
    text-transform: uppercase;
    font-size: 13pt;
    color: white;
    background-color: rgb(69 20 0);
    cursor: pointer;
}


.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    z-index: 99999;
    border-radius: 50% !important;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}


.logOutBtn {
    background-image: url('/Images/chipotle/Rectangle 327@3x.png');
    width: 116pt;
    font-size: 13pt;
    height: 36pt;
    border: none;
    background-repeat: round;
    background-color: white;
    cursor: pointer;
    position: absolute;
    right: 35pt;
    color: rgb(69 20 0);
}


/*#region radio */

.container {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-right:30pt;
    cursor: pointer;
    font-size: 16pt;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border-color: rgb(69 20 0);
    border-style: solid;
    border-width: 1px;
    color: rgb(69 20 0);
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
    border-width: 2px;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #90A035;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 3.8px;
    left: 3.8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
}

/*#endregion */

#assessmentsContent .questionHr {
    width: 100%;
    color: rgb(112 112 112);
    font-size: 1pt;
    opacity: 0.15;
    margin-top: 27.5pt
}



#requiredError {
    font-size: 14pt;
    line-height: 19pt;
    color: white;
    padding-top: 15pt;
    padding-left: 20pt;
    padding-right: 48pt;
    padding-bottom: 11pt;
    border-radius: 12pt;
    width: 335pt;
    /*height: 66pt;*/
    position: fixed;
    top: 124pt;
    right: 24pt;
    background-color: rgb(27 8 0);
    text-align: left;

    display:none;
}


@media (max-width: 750px) {


    header img {
        width: 50pt!important;
    }

    header h2 {
        font-size: 20pt !important;
        width: 220px;
    }

    header .logOutBtn {
        width: 75pt;
        font-size: 11pt;
        height: 28pt;
    }
}

@media (max-width: 470px) {


    header img {
        width: 40pt !important;
    }

    header h2 {
        font-size: 17pt !important;
        width: 160px;
    }
    header .logOutBtn {
        width: 75pt;
        font-size: 11pt;
        height: 28pt;
        right: 12pt;
    }




}