body {

    background: #2f75ab ;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-left: 0px;
    font-family: 'Lato', sans-serif!important;
    font-size: 14px;
    border-radius: 0px;

}


#modalShowLifeStyleTestV2 {

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-left: 0px;
    font-family: 'Lato', sans-serif!important;
    border-radius: 0px;

}

#modalShowLifeStyleTestV2 dl {

    height: 100%;
    width: 50%;
    margin: 0 auto;
    margin-top: -5px;
    min-height: 400px;
    max-height: 700px;

}

#modalShowLifeStyleTestV2 iframe {

    min-height: 500px;

}

#modalLifeStyleTestV2 .modal-footer {

    position: fixed;
    width: 100%;
    bottom: 0;
    display: none;

}

#modalLifeStyleTestV2 .modal-body {
    position: relative;
    min-height: 400px;
    max-height: none;
    padding: 0px;
    overflow-y: auto;
    background: url(images/auth-3.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: scroll;
    width: 100%;
    background-size: cover;
    height: 100%;;
}

.quiz-container {
    position: relative;
    min-height: 400px;
    max-height: none;
    padding: 0px;
    overflow-y: auto;
    background: url(../images/auth-3.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: scroll;
    width: 100%;
    background-size: cover;
    height: 100%;
}

#modalShowLifeStyleTestV2 .modal-body {
    position: relative;
    min-height: 400px;
    max-height: 700px;
    padding: 0px;
    overflow-y: auto;
    background: #999999;
    width: 100%;
    height: 100%;;
}

.btn-holder {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}

.form-btn {
    margin-top: 30px;
    font-weight: 400;
    display: inline-block;
    background: #43a5f2;
    width: 150px;
    text-align: center;
    border-radius: 30px;
    padding: 8px 0px;
    font-size: 1.4em;
    -webkit-appearance: none;
    box-shadow: none;
    border-color: inherit;
    border-width: 0px;
    font-family: 'Lato',sans-serif!important;
    color: #FFFFFF;
    vertical-align: inherit;
    cursor: pointer;
}

.form-btn:hover {

    background: #2194f2;

}

.form-btn.orange {

    background: #ff7500;

}

.form-btn.orange:hover {

    background: #ff5500;

}
.form-btn.orange:disabled {

    pointer-events: none;
    /*cursor: not-allowed;*/
    background: lightgray;
}


a {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}

a:hover, a:focus {
    opacity: 1;
}

.quiz-container > header {
    margin: 0 auto;
    padding: 4em 2em;
    text-align: center;
    background: rgba(0,0,0,.05);
}

.quiz-container > header h1 {
    font-size: 2.625em;
    line-height: 1.3;
    margin: 0;
    font-weight: 300;
}

.quiz-container > header span {
    display: block;
    font-size: 60%;
    color: rgba(0,0,0,.2);
    font-weight: 400;
    padding: 0 0 0.6em 0.1em;
}

.section {
    padding: 5em 0px;
    position: relative;
    background: rgba(47, 117, 171, 0.8)
}

.section.left {

    left:-3000px;

}

.section.right {

    left: 3000px;
    display: none;

}


.section.related {
    text-align: center;
    font-size: 1.6em;
}

#section-m li {
    display: inline-block !important;
    margin-right: 100px !important;
}

.related p {
    margin: 0;
    padding: 1.1em;
}

/* To Navigation Style */
.codrops-top {
    text-transform: uppercase;
    width: 100%;
    font-size: 0.69em;
    line-height: 2.2;
    font-weight: 700;
}

.codrops-top a {
    text-decoration: none;
    padding: 0 1em;
    letter-spacing: 0.1em;
    display: inline-block;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    float: left;
    display: block;
}

.codrops-icon:before {
    font-family: 'icons';
    margin: 0 4px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

@media screen and (max-width: 25em) {

    .codrops-icon span {
        display: none;
    }

}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ac-custom {
    padding: 0 3em;
    max-width: 900px;
    margin: 0 auto;
}



.ac-custom h2 {
    font-size: 3em;
    font-weight: 700;
    padding: 0 0 0.5em;
    margin: 0 0 30px;
    color: #FFFFFF;
    text-shadow: inherit;
}

.ac-custom h3 {
    font-size: 1.9em;
    font-weight: 400;
    padding: 0 0 0.5em;
    margin: 40px 0 20px;
}

.ac-custom ul,
.ac-custom ol {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
}

.ac-custom li {
    margin: 0 auto;
    padding: 2em 0;
    position: relative;
}

.ac-custom label {
    display: inline-block;
    position: relative;
    font-size: 1.7em;
    padding: 0 0 0 80px;
    vertical-align: top;
    color: rgba(255,255,255,0.85);
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"],
.ac-custom label::before {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 0;
    margin-top: -25px;
    position: absolute;
    cursor: pointer;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"] {
    opacity: 0;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
}

.ac-custom label::before {
    content: '';
    border: 4px solid #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.ac-radio label::before {
    border-radius: 50%;
}

.ac-custom input[type="checkbox"]:checked + label,
.ac-custom input[type="radio"]:checked + label {
    color: #fff;
}

.ac-custom input[type="checkbox"]:checked + label::before,
.ac-custom input[type="radio"]:checked + label::before {
    opacity: 0.8;
}

.ac-typebox label {
    color: #FFFFFF;
}

.ac-typebox label.no-pad {
    padding: 0 0 0 10px;
}

.ac-typebox label::before {
    display: none;
}

.ac-typebox input {

    background: transparent;
    position: relative;
    border: none;
    top: 3px;
    border-bottom: 3px solid #FFFFFF;
    width: 100px;
    position: relative;
    margin-left: 10px;
    box-shadow: none;
    border-radius: 0px;
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: 400;
    padding-bottom: 0px;
    height: 30px;
}

.ac-typebox input:focus {

    border-color: inherit;
    box-shadow: none;
    border-bottom-color: #77e7fd;

}

input:focus:invalid:focus {

    border-color: inherit;
    box-shadow: none;

}

.ac-typebox span {
    top: -3px;
    position: relative;
}

form.left-padding {

    padding-left: 250px;

}

/* General SVG and path styles */

.ac-custom svg {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    left: 5px;
    pointer-events: none;
}

.ac-custom svg path {
    stroke: #77e7fd;
    stroke-width: 13px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

/* Specific input, SVG and path styles */

/* Circle */
.ac-circle input[type="checkbox"],
.ac-circle input[type="radio"],
.ac-circle label::before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    left: 10px;
    position: absolute;
}

.ac-circle label::before {
    background-color: #fff;
    border: none;
}

.ac-circle svg {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    left: -10px;
}

.ac-circle svg path {
    stroke-width: 5px;
}

/* Box Fill */
.ac-boxfill svg path {
    stroke-width: 8px;
}

/* Swirl */
.ac-swirl svg path {
    stroke-width: 8px;
}

/* List */
.ac-list ol {
    list-style: decimal;
    list-style-position: inside;
}

.ac-list ol li {
    font-size: 2em;
    padding: 1em 1em 0 2em;
    text-indent: -40px;
}

.ac-list ol li label {
    font-size: 1em;
    text-indent: 0;
    padding-left: 30px;
}

.ac-list label::before {
    display: none;
}

.ac-list svg {
    width: 100%;
    height: 80px;
    left: 0;
    top: 1.2em;
    margin-top: 0px;
}

.ac-list svg path {
    stroke-width: 4px;
}

table.quiz-table thead {

    font-size: 1.1em;
    padding-right: 40px;
    font-weight: 400;

}

table.quiz-table .td-title {

    font-size: 1.7em;
    padding-right: 40px;
    font-weight: 400;

}

/* Media Queries */
@media screen and (max-width: 50em) {
    section {
        font-size: 80%;
    }
}

.modal-confirm {		
    color: #434e65;
    width: 525px;
}
.modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}
.modal-confirm .modal-header {
    display: block;
    background: #47c9a2;
    border-bottom: none;   
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
}
.modal-header.danger {
    background: #dc3545;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 50px;
    border-radius: 3px; 
}
.modal-confirm .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}
.modal-confirm .close:hover {
    opacity: 0.8;
}
.modal-confirm .icon-box {
    color: #fff;		
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}
.modal-confirm .icon-box i {
    font-size: 64px;
    margin: -4px 0 0 -4px;
}
.modal-confirm.modal-dialog {
    margin-top: 80px;
}
.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    /* background: #eeb711; */
    font-size: 1.4em;
    text-decoration: none;
    transition: all 0.4s;
    line-height: 1.4em;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    /*background: #eda645;*/
    outline: none;
}
.modal-confirm .btn span {
    margin: 1px 3px 0;
    float: left;
}
.modal-confirm .btn i {
    margin-left: 1px;
    font-size: 20px;
    float: right;
}

.btn-start {
    opacity: 1;
    font-size: 1.4em;
    border-radius: 30px;
    padding: 6px 20px;
    
}