@font-face {
    font-family: "ProximaNova-Regular";
    src: url("../fonts/ProximaNova/ProximaNova-Regular.otf") format("opentype");
}

@font-face {
    font-family: "ProximaNova-Bold";
    src: url("../fonts/ProximaNova/ProximaNova-Bold.otf") format("opentype");
}

@font-face {
    font-family: "ProximaNova-Semibold";
    src: url("../fonts/ProximaNova/ProximaNova-Semibold.otf") format("opentype");
}

@font-face {
    font-family: "ProximaNova-Light";
    src: url("../fonts/ProximaNova/ProximaNova-Light.otf") format("opentype");
}

@font-face {
    font-family: "Raleway-Regular";
    src: url("../fonts/Raleway/Raleway-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Raleway-SemiBold";
    src: url("../fonts/Raleway/Raleway-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Raleway-Light";
    src: url("../fonts/Raleway/Raleway-Light.ttf") format("truetype");
}

a {
    text-decoration: none;
    color: #0099cc;
}

body {
    margin: 0;
    padding: 0;
    outline: 0;
    background: #efefef;
    font-family: "ProximaNova-Regular", arial;
    font-size: 13px;
}

.main_wrapper {
    padding-bottom: 80px;
}

.header {
    display: flex;
    width: 100%;
    color: #fff;
    background: #303030;
    font-size: 13px;
    justify-content: space-between;
}

.logo {
    margin: 1em;
}

.logo text {
    position: relative;
    bottom: 10px;
}

.user_info {
    margin: 1em;
}

.user_info span {
    position: relative;
    bottom: -8px;
    margin: 3px;
}

.user_action {
    cursor: pointer;
}

.main {
    width: 75%;
    min-width: 940px;
    max-width: 940px;
    margin: 0 auto;
}

.main_header {
    height: 80px;
    margin: 30px 0 0 0;
    padding: 10px 30px;
    color: #fff;
    border: 1px solid #008ac4;
    border-radius: 8px;
    background: #00BBDD;
    background: -moz-linear-gradient(top, #00BBDD 0%, #00BBDD 0%, #008AC4 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #00BBDD), color-stop(0%, #00BBDD), color-stop(100%, #008AC4));
    background: -webkit-linear-gradient(top, #00BBDD 0%, #00BBDD 0%, #008AC4 100%);
    background: -o-linear-gradient(top, #00BBDD 0%, #00BBDD 0%, #008AC4 100%);
    background: -ms-linear-gradient(top, #00BBDD 0%, #00BBDD 0%, #008AC4 100%);
    background: linear-gradient(to bottom, #00BBDD 0%, #00BBDD 0%, #008AC4 100%);
}

.main_header_title {
    display: block;
    margin-top: 5px;
    font-size: 32px;
}

.main_header_subtext {
    margin-top: 10px;
    letter-spacing: 0.3px;
    color: #82d0e8;
}

.main_body {
    display: inline-block;
    color: #000000;
    font-family: "ProximaNova-Regular", arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42;
}

#customKey {
    margin-top: 35px;
    width: 100%;
    text-align: center;
}

.input-group {
    margin: 30px auto;
    padding: 25px 0;
    width: 60%;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid 1px #ced7db;
    border-radius: 5px;
}

.input-group select[data-custom-appearance] {
    background-image: url("../images/dropdown.png");
    background-repeat: no-repeat;
    background-position: 92% center;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #202a2f;
    appearance: none;
    padding-right: 60px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    height: 40px;
    font-size: 13px;
    margin-top: 15px;
    width: 250px;
    padding: 10px;
}

.table {
    display: table;
    border-spacing: 20px 0px;
    table-layout: fixed;
}

.table_row {
    display: table-row;
}

.details_container {
    display: table-cell;
}

.details,
.checklist {
    position: relative;
    width: 120%;
    max-width: 458px;
    min-height: 351px;
    padding: 20px 0;
    left: -20px;
    border: solid 1px #ced7db;
    border-radius: 5px;
    background: #fff;
}

.details_header,
.checklist_header {
    width: 100%;
    height: 20px;
    padding-bottom: 18px;
    border-bottom: solid 1px #ced7db;
    font-size: 18px;
    font-weight: bold;
}

.details_header text,
.checklist_header text {
    margin-left: 20px;
}

.details_body {
    display: table;
    width: 90%;
    margin: 30px 0px 0px 0px;
    color: #000000;
    font-family: "ProximaNova-Regular", arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42;
}

.detail {
    margin-bottom: 35px;
}

.detail img {
    height: auto;
    margin: auto;
}

.detail_image_container {
    float: left;
    margin-right: 24px;
}

.checklist_container {
    display: table-cell;
}

.checklist {
    left: 0px;
}

.details_permission_warning {
    display: inline-block;
    margin: 20px 25px 30px 20px;
    text-align: center;
    font-weight: 300;
    position: absolute;
    bottom: 0;
}

.checklist_body {
    display: inline-block;
    margin: 20px 0;
}

.checklist_body ul {
    padding: 0px 0px 0px 20px;
}

.checklist_body ul li,
.details_body ul li {
    list-style-type: circle;
    color: #cccccc;
}

.checklist_body ul li text,
.details_body ul li text {
    color: black;
}

.checklist_body ul li {
    margin: 20px;
    line-height: 1.6;
}

.start_button_holder {
    margin: 31px 0px 29px;
    text-align: center;
}

.start_button_holder label {
  margin-right: 8px;
}

#start_button {
    width: 180px;
    height: 40px;
    padding: 0px;
    cursor: pointer;
    letter-spacing: 0.7px;
    color: #fff;
    border: 0;
    border-radius: 4px;
    background: #0099cc;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    font-family: "ProximaNova-Regular", arial;
}

#browser_unsupported {
    display: none;
}

.popupmodel {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.popupbox {
    position: relative;
    width: 400px;
    height: 360px;
    margin: 25em auto;
    border: solid 1px #ced7db;
    border-radius: 8px;
    background: #fff;
}

.unsupported_browser_text {
    padding: 36px;
    text-align: center;
    border-bottom: solid 1px #ced7db;
    font-size: 18px;
    font-weight: bold;
}

.supported_browsers {
    width: 100%;
    padding-bottom: 19px;
    border-bottom: solid 1px #ced7db;
}

.supported_browsers_header {
    width: 80%;
    margin: 41px auto 23px auto;
    text-align: center;
    color: #000000;
    font-family: "ProximaNova-Regular", arial;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.45;
}

.supported_browsers_body {
    display: flex;
    width: 80%;
    margin: auto;
    color: #fff;
    font-size: 13px;
    justify-content: space-around;
}

.logo_container {
    cursor: hand;
}

.logo_container text {
    text-align: center;
    color: #0099cc;
    font-family: "ProximaNova-Regular", arial;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.45;
}

.logo_container img {
    margin-top: 12px;
}

.browser_logo {
    display: block;
    margin: auto;
}

.continue_button_container {
    text-align: center;
}

#continue_button {
    width: 130px;
    height: 40px;
    margin-top: 29px;
    cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 4px;
    background: #0099cc;
    font-family: "ProximaNova-Regular", arial;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.45;
}


/*CSS for basic styling and non-retina image path:*/

.icon {
    width: 100px;
    height: 100px;
    background-image: url(icon.png);
}


/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .icon {
        background-image: url(icon@2x.png);
        background-size: 100px 100px;
    }
}