@charset "UTF-8";


/* ToDo: Rensa... */


.xTestTitleSub {
    font-size: 25px !important;
}
@media (max-width: 1200px) {
    .xTestTitleSub {
        font-size: 20px !important;
    }
}

/* Page padding */
.xPage_padding {
    padding: 60px;
}
@media (max-width: 600px) {
    .xPage_padding {
        padding: 0px;
    }
}

/* Multiplechoice */
.xQuestion_multipleChoise_header {
    font-size: 22px !important; 
    margin: 30px 10px 5px 10px;
    padding: 0px 70px 0px 0px !important;
    border: 0px solid red !important;    
}
@media (max-width: 600px) {
    .xQuestion_multipleChoise_header {
        font-size: 16px !important; 
    }
}


.xQuestionNr_holder {
    margin-top: 10px;
    margin-bottom: -20px;
    float: right;  
}
@media (max-width: 990px) {
    .xQuestionNr_holder {
        margin-top: 10px;
    }
}

.xQuestionNr {
    font-size: 30px;
}

.xQuestion_multipleChoise_alt_wrapper {
    padding: 0px 0px 30px 0px !important;
    /* border-bottom: 1px solid #31a3ae !important; */
}

.xQuestion_multipleChoise_alt_row {
    padding: 0px;
}

.xQuestion_multipleChoise_alt_holder {
    padding: 10px;    
}

.xQuestion_multipleChoise {
    background: transparent;
	width: 100%;
    padding: 20px 20px 20px 50px !important;   
    border-radius: 4px;    
    cursor: pointer;
    border: 2px solid #333;
    -webkit-transition: .5s;
    transition: .5s
}
.xQuestion_multipleChoise:hover {
    box-shadow: 0px 0px 2px 1px #333;     
    -webkit-transition: .5s;
    transition: .5s
}

.xCheckbox_unselected {
    float: left;
    margin-left: -34px;
    width: 20px;
    height: 20px;
    background: url('../img/form/check_empty.png');
    background-repeat: no-repeat;
}
.xCheckbox_selected {
    background: url('../img/form/check_filled.png');
    background-repeat: no-repeat;
}

.xRadio_unselected {
    float: left;
    margin-left: -34px;
    width: 20px;
    height: 20px;
    background: url('../img/form/radio_empty.png');
    background-repeat: no-repeat;
}
.xRadio_selected {
    background: url('../img/form/radio_filled.png');
    background-repeat: no-repeat;
}



.xQuestionDivider_wrapper {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    border: 0px solid red !important;
}
.xQuestionDivider {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    /* border: 1px solid #7dc8f0 !important; /* BLUE */
    border: 1px solid #b0cb0b !important; /* GREEN */    
}

.xAnswerButton {
    cursor: pointer;
    margin: 35px 10px 10px 10px;
}

.xSendTestButtonWrapper {
    margin-left: 50%;
    float: left;
}

.xSendTestButton {
    color: #fff;
    float: left;
    cursor: pointer;
    width: 200px;
    margin: 40px 0px 0px -100px;
    text-align: center;    
    background: #0A4682;
    border-radius: 30px;
    padding: 10px 10px 10px 10px !important;    
    -webkit-transition: .5s;
    transition: .5s;
}
.xSendTestButton:hover {
    -webkit-transition: .5s;
    transition: .5s;    
}
.FeedbackCorrect {
    display: none; 
    position: absolute; 
    top: -50px; 
    right: 15px; 
    z-index: 10; 
    height: 50px; 
    width: 50px; 
    font-size: 45px;
}
.FeedbackWrong {
    display: none; 
    position: absolute; 
    top: -50px; 
    right: 15px; 
    z-index: 10; 
    height: 50px; 
    width: 50px;
    font-size: 45px;
}
