﻿@import url('https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext');
/*@font-face {
    font-family: "helvetica";
    src: url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("woff"), url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("opentype"), url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("truetype");
}*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

body {
    background-color: #FFFFFF;
    margin: 0px;
    font-size: 25px;
}

h1, h2, h3, h4, h5, h6, a, p {
    margin: 0;
    padding: 0;
    text-align: center;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
}
/**/
h4 {
    font-size: 18px;
    color: #707070;
    font-weight: bold;
}

h5 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}

h6 {
    color: #707070;
    font-size: 12px;
}

h7 {
    vertical-align: middle;
}

h8 {
    font-size: 24px;
    color: #707070;
    text-align: center;
}

h9 {
    font-size: 22px;
    color: #707070;
    text-align: center;
}

.header {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

progress {
    position: relative;
    width: 70%;
    height: 14px;
    border-radius: 7px;
    overflow: hidden;
    /* background: crimson; */
}

    progress::-webkit-progress-bar {
        background-color: #DEE5E6;
    }

    progress::-webkit-progress-value {
        background-color: #0132F5;
    }

.progress-label {
    font-weight: 200;
    color: #8B979A;
    position: relative;
}

    .progress-label::after {
        /* content: "75%"; */
        position: absolute;
        top: 0;
        right: 0;
    }

.logo-image {
    margin-left: 2%;
    width: 62px;
    height: 67px;
    overflow: hidden;
}

.user-image {
    width: 48px;
    height: 48px;
    overflow: hidden;
}

.topnav {
    overflow: hidden;
    background-color: black;
}

    .topnav a {
        float: right;
        color: white;
        text-align: center;
        padding: 32px 32px 0% 1%;
        text-decoration: none;
        text-align: right;
        font-family: 'Helvetica', 'Arial', sans-serif;
        font-size: 14px;
        font-weight: 10;
    }

        .topnav a.active {
            float: left;
            padding: 10px 2%;
        }
        /*
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
  color:#1123ff; - progress*/
        /* Create a right-aligned (split) link inside the navigation bar */
        .topnav a.split {
            padding: 18px 1%;
        }

        .topnav a.splitname {
            vertical-align: middle;
            padding: 26px 1%;
            font-weight: bold;
        }


.login {
    margin: 0 auto;
    max-width: 500px;
}

.login-header {
    color: #000000;
    margin: 0px;
    font-size: 25px;
    text-align: center;
    letter-spacing: 0px;
}

    .login-header h1 {
        display: inline;
        font-size: 25px;
    }

    .login-header h2 {
        display: inline;
        font-size: 25px;
        color: #707070;
    }


.login-form {
}

    .login-form h3 {
        font-size: 20px;
        text-align: left;
        color: #000000;
    }

    .login-form h4 {
        font-size: 12px;
        color: red;
    }

.login-form {
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 10%;
    margin: 5% auto;
    text-align: center;
}

.login-line {
    height: 2px;
    width: 360px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 10%;
    margin: 5% auto;
    text-align: center;
    border-width: 0px;
}

.login-line2 {
    height: 2px;
    width: 360px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 10%;
    margin: 5% auto;
    text-align: center;
}

hr {
    height: 2px;
    border-width: 0px;
    color: gray;
    background-color: gray;
}

.login input[type="text"],
.login input[type="password"] {
    height: 46px;
    width: 320px;
    line-height: 3em;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin: 1em 2em;
    background: #F8FAF9;
    border-radius: 23px;
    border: 1px solid #B8B8B8;
    outline: none;
    padding-left: 10px;
}

.login-form input[type="button"] {
    height: 46px;
    width: 222px;
    background: #3A60F7;
    border: 0px solid #f2f2f2;
    border-radius: 23px;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 20px;
    cursor: pointer;
}

a.print_button {
    height: 48px;
    width: 322px;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 23px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 30px;
    cursor: pointer;
}

.footer {
    font-size: 14px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    background-color: #F8FAF9;
}

.footer-distributed {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: normal 14px sans-serif;
    font-size: 14px;
    padding: 5px 5px;
}

    .footer-distributed .footer-left p {
        color: #8f9296;
        font-size: 14px;
        margin: 0;
    }
    /* Footer links */

    .footer-distributed p.footer-links {
        color: grey;
        margin: 0 0 10px;
        padding: 0;
        transition: ease .25s;
    }

        .footer-distributed p.footer-links a {
            display: inline-block;
            line-height: 1.8;
            text-decoration: none;
            color: inherit;
            transition: ease .25s;
            margin-left: 2%;
        }

    .footer-distributed .footer-links a:before {
        content: "·";
        font-size: 20px;
        left: 0;
        color: #fff;
        display: inline-block;
        padding-right: 5px;
    }

    .footer-distributed .footer-links .link-1:before {
        content: none;
    }

    .footer-distributed .footer-right {
        float: right;
        margin-top: 4px;
        margin-right: 2%;
        max-width: 180px;
    }

        .footer-distributed .footer-right a {
            display: inline-block;
            width: 30px;
            height: 30px;
            background-color: gray;
            border-radius: 3px;
            font-size: 18px;
            color: #ffffff;
            text-align: center;
            line-height: 30px;
            margin-left: 3px;
            margin-top: 0px;
            transition: all .25s;
        }

            .footer-distributed .footer-right a:hover {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

    .footer-distributed p.footer-links a:hover {
        text-decoration: underline;
    }

.previous {
    display: inline;
    position: fixed;
    top: 400px;
    left: 1%;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: middle;
}

.next {
    display: inline;
    position: fixed;
    top: 400px;
    right: 1%;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: middle;
}

.content {
    display: table;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

    .content input[type="button"] {
        margin-left: 40px;
        margin-right: 40px;
    }

.rowcontent {
    display: table-row;
    margin-left: auto;
    margin-right: auto;
}

.rowmobile {
    display: table-row;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 80px;
}

.cellcontent {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}

.table {
    display: table;
    width: 100%;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
}

.left_side, .right_side {
    max-width: 1300px;
    display: block;
    margin: 0 auto;
}

.arrow {
    width: 40px;
}

.nextmobile, .prevmobile {
    display: inline-block;
    padding-top: 10px;
    vertical-align: text-top;
    width: 152px;
    height: 43px;
    border: 1px solid #B8B8B8;
    position: relative;
    text-align: center;
    background-color: #B8B8B8;
    border-radius: 23px;
}

.prevmobile {
    background-color: #F8FAF9;
}

.questionContainer1 {
}

.questionContainer {
    color: #000;
    vertical-align: middle;
    display: table-cell;
}

.answersList {
    padding-top: 10px;
    text-align: left;
}

    .answersList li {
        padding: 0px 0px;
        list-style: none;
    }

.answer {
    display: none;
}

.answerTick {
    width: 27px;
    height: 40px;
    background: url(../svg/uncheck.svg) scroll no-repeat 0 0px;
    display: block;
    float: left;
    padding-right: 5px;
}

.tickChecked {
    background: url(../svg/check.svg) scroll no-repeat 0 0px;
}

.answer_text {
    display: block;
    margin-left: 40px;
}

/*.overlay {
    border: 1px dashed red;
}*/

.cover {
    bottom: 20%;
}
.info_txt {
    background: white;
    width: 380px;
    height: 300px;
    border: 1px solid #B8B8B8;
    text-align: center;
    position: absolute;
    top: 20%;
    left: 50%;
    padding: .2em;
}

/*Media Querie*/


@media only screen and (min-width : 150px) and (max-width : 630px) {
    .info_txt, .cover {
        font-size: 18px;
        margin: 10px auto;
        width: 280px;
        height: 220px;
        left: 80%;
        top: 30%;
    }

    .footer-distributed .footer-left, .footer-distributed .footer-right {
        text-align: center;
        margin: 0 auto 0px;
        height: 20px;
        line-height: 0px;
    }

    .footer-distributed .footer-right {
        float: none;
    }

    .footer-distributed p.footer-links a {
        line-height: 1.0;
    }

    .footer-distributed .footer-right a {
        width: 20px;
        height: 20px;
        line-height: 1;
    }

    .login-form h3 {
        font-size: 20px;
        text-align: left;
        margin-left: 90px;
        color: #000000;
    }

    .cellcontent {
        display: none;
    }

    .cell {
        display: block;
    }

    .row {
        display: table-cell;
        width: 50%;
    }

    .next, .previous {
        position: inherit;
        margin-left: 10px;
        margin-right: 10px;
    }
}
/* Media Queries */
@media only screen and (min-width : 630px) {

    .login-form {
        width: 550px;
    }

        .login-form h3 {
            margin-left: unset;
            text-align: right;
        }

    .cell {
        width: 50%;
        text-align: right;
    }

    .rowmobile {
        display: none;
    }

    .row {
        text-align: right;
    }

    .login-line2 {
        display: none;
    }

    .login-line {
        width: 528px;
    }

}
@media only screen and (min-width : 150px) and (max-width : 430px) {
    .user-image {
        display: none;
    }


}
