﻿body {
    background-color: #EBEBEB;
}

.auto_container {
    width: 1366px;
    position: absolute;
    left: 147px;
    top: 77px;
    background-color: #EBEBEB;
}

#auto_content {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 1085px;
    height: 500px;
    margin-top: -3px;
    /*set to a negative number 1/2 of your height*/
    margin-left: -692px;
    /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0px 4px 12px grey;
}

#auto_left_content {
    background-color: #898A8D;
    width: 350px;
    height: 500px;
}

.video-title {
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 100%;
    margin-top: 5px;
}

.cam_container {
    position: absolute;
    height: 220px;
    width: 260px;
    background-color: #fff;
    margin-top: 10em;
    margin-left: 2.43em;
}

.cam_container_header {
    background-color: #64AD33;
    height: 43px;
}

.cam_container_header_text {
    position: absolute;
    font-size: 15px;
    text-align: center;
    margin-top: 14px;
    margin-left: 50px;
    color: white;
}

.publisher {
    height: 155px;
    width: 236px;
    margin: 12px auto;
}

.auto_exam_id {
    margin-top: 29px;
    color: white;
    font-size: 15px;
    margin-left: 50px;
}

.auto_right {
    position: absolute;
    left: 375px;
    background-color: #fff;
    top: 0px;
    width: 635px;
    height: 500px;
    padding: 0px 38px;
}

.logo {
    position: absolute;
    font-size: 35px;
    color: white;
}

.img_logo {
    height: 48px;
    margin-left: 2.5em;
    margin-top: 1.5em;
}

video {
    width: 236px;
    height: 155px;
    background-color: white;
}

.auto_footer {
    position: absolute;
    margin-top: 40%;
    margin-left: -30px;
    font-size: 15px;
}

ul li {
    display: inline-block;
    margin: 10px;
    font-size: 15px;
    color: #fff;
}

.message {
    font-size: 15px;
    background-color: #43464B;
    color: white;
    padding: 15px;
    text-align: center;
    margin: 40px -9px 0px -30px;
    height: 26px;
    line-height: 28px;
}

h3 {
    font-size: 18px !important;
    font-weight: bold !important;
}

ol {
    margin-left: -20px;
    line-height: 25px;
}

ol li {
    font-size: 15px;
    list-style-type: none;
    position: relative;
    counter-increment: list;
}

ol li:before {
    font-size: 15px;
    content: counter(list) ".";
    color: #F5A623;
    position: absolute;
    left: -21px;
}

.msg {
    background-color: #D9921E;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 22px;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    margin: 55px;
}

.button {
    text-align: center;
}

.pagePrimaryButton {
    font-family: Roboto !important;
    background-color: #F5A623;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 35px;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    margin: 20px;
    margin-left: 36%;
    cursor: pointer;
}

.pagePrimaryButton:hover {
    font-family: Roboto !important;
    background-color: #D9921E;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 35px;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    margin: 20px;
    margin-left: 36%;
    cursor: pointer;
}

.pagePrimaryButtonDisable {
    font-family: Roboto !important;
    background-color: #898A8D;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 35px;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    margin: 20px;
    margin-left: 36%;
}

.btn_beginExam_Msg {
    font-size: 15px;
    margin-left: -35px;
    margin-top: 18px;
}

.hr_line {
    width: 100px;
    background: #F5A623;
    border: 0px;
    height: 3px;
    margin-left: 41%;
}

body {
    font-family: Roboto !important;
    overflow: hidden;
}

*,
::after,
::before {
    box-sizing: unset !important;
}

@media screen and (max-width:1024px) {

    #auto_content {
        width: 980px;
        margin-left: -825px;
        margin-top: -17px;
    }

    #right {
        margin-top: -485px;
    }

    .logo {
        position: absolute;
        margin: 58px 120px;
        font-size: 35px;
        color: white;
    }
    .img_logo {
        height: 48px;
        margin-left: -1.3em;
        margin-top: 0.5em;
    }

    .active {
        position: absolute;
        margin: 162px 30px;
        font-size: 20px;
        background-color: black;
        color: white;
        width: 286px;
        padding: 7px;
        text-align: center;
    }
    .auto_footer {
        position: absolute;
        margin-top: 45%;
        margin-left: -48px;
        font-size: 15px;
    }

    video {
        width: 200px;
        height: 150px;
        background-color: white;
        margin: 1px 17px;
    }

    .message {
        font-size: 15px;
        background-color: black;
        color: white;
        padding: 15px;
        text-align: center;
        margin: 45px 0px 0px 0px;
    }

    /*ol {
        margin-left: 43px;
        line-height: 25px;
    }*/
    ol {
        margin-left: -20px;
        line-height: 25px;
    }


    .msg {
        font-size: 15px;
        background-color: black;
        color: white;
        padding: 15px;
        text-align: center;
        margin: 44px 5px 0px 43px;
        /*padding-top: 45px;
        margin-left: 20px;
        font-size: 15px;*/
    }
    .btn_beginExam_Msg {
        font-size: 14px;
        margin-left: -53px;
        margin-top: 18px;
    }

    #auto_left_content {
        background-color: #898A8D;
        width: 350px;
        height: 500px;
    }

    .auto_right {
        position: absolute;
        left: 319px;
        background-color: #fff;
        top: 0px;
        width: 615px;
        height: 500px;
        padding: 0px 38px;
    }
    .cam_container {
        position: absolute;
        height: 220px;
        width: 260px;
        background-color: #fff;
        margin-top: 10em;
        margin-left: 1.43em;
    }

}

@media screen and (max-width:1280px) and (max-height:600px) {
    /* #content{
       height: 600px;
   } */
    #auto_container {
        width: 1366px;
        position: absolute;
        left: 147px;
        top: 57px;

    }

    #auto_left_content {
        height: 450px;
    }

    .logo {
        position: absolute;
        margin: 35px 120px;
        font-size: 35px;
        color: white
    }

    .img_logo {
        height: 48px;
        margin-left: -1.3em;
        margin-top: 1.5em;
    }

    video {
        width: 300px;
        height: 150px;
        background-color: white;
        margin: 155px 30px;
    }

    .msg {
        padding-top: 34px;
        margin-left: -63px;
    }

    ul li {
        display: inline-block;
        margin: 56px 15px;
        font-size: 15px;
        color: #fff;
    }
    #auto_content {
        position: absolute;
        top: 65%;
        left: 50%;
        width: 1085px;
        height: 500px;
        margin-top: -22px;
        margin-left:-731px;
        /*set to a negative number 1/2 of your height*/
        /*margin-left: -704px;*/
        /*set to a negative number 1/2 of your width*/
        border: 1px solid #ccc;
        background-color: #fff;
        box-shadow: 0px 4px 12px grey;
    }
}

.smooth_modal .app-modal,
.smooth_modal .app-modal-body,
.smooth_modal {
    overflow: hidden !important;
}

.modal-backdrop {
    opacity: 0.5;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    border-radius: 0.3rem;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-body {
    position: relative;
    padding: 15px;
    font-family: Roboto;
}

.modal-body-country {
    font-weight: bold;
    font-size: 14px;
}

.modal-body-phonenumber {
    font-size: 16px;
    letter-spacing: 0;
    display: block;
    margin-bottom: 1.5rem;
    color: black;
    text-decoration: none;
}