@charset "utf-8";
/*  ----------- MCQ ---------------------------------------------------------------------------------------------------
    ----------- Multiple Choice Quizes --------------------------------------------------------------------------------
    ----------- Routledge.com -----------------------------------------------------------------------------------------
    ----------- Companion Website Team --------------------------------------------------------------------------------
    ----------- Written by James Douglas ------------------------------------------------------------------------------
    ----------- Version 2 (April 2014) --------------------------------------------------------------------------------*/

.controls li,.cq,.tq, #next{display:inline;}

/*  ----------- Button Styling ----------------------------------------------------------------------------------------*/
.quiz_loader, #submit, #next, .result, #finish, .feedback_quiz_btn, .answer_btn{
    background: #5F5F5F;
    color: #fff;
    display: inline;
    font-size: 1.3em;
    font-weight: bold;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
    text-align: center;
    top: 0;
    cursor: pointer;
    height: 44px;
    text-overflow: ellipsis;
    transition: all 200ms ease 0s;
    white-space: nowrap;
}

.form-control::-moz-placeholder {
    color: #CFCFCF;
}
.result_btns {
    font-size: 0.7em;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 500;
    margin-top: 27px;
}

.feedback_quiz_btn {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    height: 37px;
    margin-left: 25px;
    margin-right: 25px;
    width: 120px;
}
.answer_btn {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    height: 37px;
    margin-left: 25px;
    margin-right: 25px;
    width: 120px;
}
.an_content {
    background: none repeat scroll 0 0 #343131;
    display: none;
    height: 296px;
    overflow: auto;
    padding: 10px;
    position: relative;
    z-index: 600;
}
.an_content:after,.fb_content:after{
    content: "\f057";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 3em;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    text-align: center;
} 
.fb_content{
    display:none;
    padding: 10px;
    min-height: 296px;
    background:#343131;
    position:relative;
    z-index: 600;
}
.quiz_loader:hover, #submit:hover,#next:hover,#finish:hover, .feedback_quiz_btn:hover, .answer_btn:hover
{color:#fff;background:#343131;}

/*  ----------- ? ----------------------------------------------------------------------------------------*/
.selected_quiz{
      color: #343131;
    display: inline;
    font-size: 1.4em;
    font-weight: bold;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
    text-align: center;
    top: 6px;
    height: 44px;
    text-overflow: ellipsis;
    transition: all 200ms ease 0s;
    white-space: nowrap;  
}

.quiz_container{
    position:relative;
    overflow:hidden;
}
.mcquiz ul {list-style:none;}
.quiz {height: 44px;margin-bottom: 0;width: 100%;background: #CqzqzF;margin-bottom:5px;}
.selector{border-radius:0;} 
#outof {
    font-size: 1em;
    height: 44px;
    padding-left: 10px;
    padding-top: 3px;
    position: relative;
    top: 5px;
    float:right;
    padding-right:20px;
}

#qz-progess-bar {
    background: #CFCFCF;
    border: medium none;
    border-radius: 0;
    height: 9px;
    left: 0;
    color: #688FCA;/*This is how IE10 pulls bg colour, no idea why.*/
    position: absolute;
    top: -9px;
    transition: all 500ms ease 0s;
    width: 100%;
    z-index: 20;
}
#qz-progess-bar::-webkit-progress-bar {
  background-color: #CFCFCF;
  border-radius: 0px;
}

#qz-progess-bar::-moz-progress-bar {
    background-color:#688FCA;
}

#qz-progess-bar::-ms-progress-bar {
    background-color:#688FCA;
}

#qz-progess-bar::-webkit-progress-value{
    background-color:#688FCA;

}

#next, #submit, #finish{display: inline-block;position: relative;height: 44px;}

.q_content:before {
    content:"\f044";
    font-family: FontAwesome;
    font-size: 4em;
    height: 40px;
    left: -64px;
    opacity: 0.2;
    position: relative;
    top: 50px;
}
.q_content {
    margin-left: 77px;
    margin-top: -22px;

}
.results {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    display: none;
    min-height: 300px;
}

.controls {
    background: #CFCFCF;
    height: 44px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 2000;
}

.mcquiz {

    color: #343131;
    right:0;
    position:relative;
    width:100%;
    min-height: 300px;
    display:block;

}
.answer_slider{
    background: #5F5F5F;
    color: #343131;
    width:100%;
    position: absolute;
    display: none;
    z-index: 1500;
    height: 100%;
        display: flex;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;
    -webkit-box-pack: start;-webkit-flex-pack: start;-ms-flex-pack: center;
    flex-direction: row;-webkit-flex-direction: row;-ms-flex: row;
    flex-wrap: wrap;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;
    align-content: center;-webkit-align-content: center;-ms-flex-align: center;
    justify-content: center;-webkit-justify-content: center;-ms-justify: center;
    align-items:center;-webkit-align-items:center;
}

.mcquiz > ul{min-height: 300px;}

.total_score {
    color: #FFFFFF;
    font-size: 1.5em;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}

.result_correct {
    color: #FFFFFF;
    display: none;
    left: 0;
    overflow: auto;
    position: relative;
    top: -222px;
    width: 100%;
}

.incorrect {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.8);
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 10px;
}

.incorrect > span {display: block; padding: 10px;}

.li_align {
    color: rgba(0, 0, 0, 0.4);
    margin-left: 20px;
    position: relative;
    top: 16px;
}

.quiz_highlight{
    color:#fff;
}

#quiz_splash {
    background: #5F5F5F;
    color: #FFFFFF;
    height: 500px;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: 0;
    white-space: nowrap;
    width: 100%;
}

.qz-logo {animation: 0.3s ease 0s normal none 1 animatedLogoQuiz;-moz-animation: 0.3s ease 0s normal none 1 animatedLogoQuiz;-o-animation: 0.3s ease 0s normal none 1 animatedLogoQuiz;-ms-animation: 0.3s ease 0s normal none 1 animatedLogoQuiz;   animation: 0.3s ease 0s normal none 1 ani_flash_splash;
    color: rgba(255, 255, 255, 0.3);
    font-size: 3em;
    left: 0;
    position: relative;
    text-align: center;
    top: 43%;
    width: 100%;}
@keyframes animatedLogoQuiz {
    0% {color:rgba(255,255,255,0);font-size:50vw;opacity:0;width:100vw;left:-25vw;top:0;text-shadow: 4px 4px 30px rgba(255, 255, 255, 0.8);}
    90%{opacity:0.5;color:rgba(255,255,255,0);text-shadow: 4px 4px 23px rgba(255, 255, 255, 0.5);}
    100% {color:rgba(255,255,255,0.53);font-size:2vw;opacity:1;width: 100%;text-shadow: 0px 0px 21px rgba(150, 150, 150, 0);}
}
@-moz-keyframes animatedLogoQuiz {
    0% {color:rgba(255,255,255,0);font-size:50vw;opacity:0;width:100vw;left:-25vw;top:0;text-shadow: 4px 4px 30px rgba(255, 255, 255, 0.8);}
    90%{opacity:0.5;color:rgba(255,255,255,0);text-shadow: 4px 4px 23px rgba(255, 255, 255, 0.5);}
    100% {color:rgba(255,255,255,0.53);font-size:2vw;opacity:1;width: 100%;text-shadow: 0px 0px 21px rgba(150, 150, 150, 0);}
}
@-o-keyframes animatedLogoQuiz {
    0% {color:rgba(255,255,255,0);font-size:50vw;opacity:0;width:100vw;left:-25vw;top:0;text-shadow: 4px 4px 30px rgba(255, 255, 255, 0.8);}
    90%{opacity:0.5;color:rgba(255,255,255,0);text-shadow: 4px 4px 23px rgba(255, 255, 255, 0.5);}
    100% {color:rgba(255,255,255,0.53);font-size:2vw;opacity:1;width: 100%;text-shadow: 0px 0px 21px rgba(150, 150, 150, 0);}
}
@-ms-keyframes animatedLogoQuiz {
    0% {color:rgba(255,255,255,0);font-size:50vw;opacity:0;width:100vw;left:-25vw;top:0;text-shadow: 4px 4px 30px rgba(255, 255, 255, 0.8);}
    90%{opacity:0.5;color:rgba(255,255,255,0);text-shadow: 4px 4px 23px rgba(255, 255, 255, 0.5);}
    100% {color:rgba(255,255,255,0.53);font-size:2vw;opacity:1;width: 100%;text-shadow: 0px 0px 21px rgba(150, 150, 150, 0);}
}

.results > ul {padding: 20px;}

.dd_answer {
    margin-left: 50px;
    padding-right: 30px;
    position: relative;
    top: -61px;
}

.dropdownoptions {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid rgba(0, 0, 0, 0.5);
    color: #CFCFCF;
    display: inline-block;
    font-size: 1.4em;
    height: 44px;
    margin-left: 10px;
    max-width: 48%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;    
}

.dropdownoptions:focus,.gap:focus {
    border-color: #343131;
    box-shadow: none;
    color: #688FCA;
    outline: 0 none;
}

.dd_question::after {
    background: none repeat scroll 0 0 #343131;
    color: #CFCFCF;
    content: "";
    font-family: FontAwesome;
    font-size: 1.8em;
    height: 44px;
    padding: 2px 9px;
    pointer-events: none;
    position: absolute;
    right: 30px;
}
.dropdownoptions:focus + .dd_question::after {
    background: none repeat scroll 0 0 #fff;
    color: #688FCA;
}

.check_drop {
    margin-top: 10px;
    text-align: right;
}

.an_content > span {
    display: block;
    padding: 10px;
}

/* --------------------------------------------------------------------------------------------- */
/* ----------------------------------  FONT AND ITEM STYLES  ----------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.gap {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid rgba(0, 0, 0, 0.5);
    color: #5F5F5F;
    display: block;
    font-size: 1.4em;
    height: 44px;
    line-height: 1.42857;
    margin-left: 10px;
    padding: 6px 12px;
       -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;    
    vertical-align: middle;
    width: 50%;
}
.gap::-moz-placeholder,.gap::-webkit-placeholder,.gap::-ms-placeholder,.gap::-o-placeholder {
    color: #fff;
}
.cq, .tq{font-weight:bold;}
.mcquiz > ul{padding:0;}
.gap_label{font-weight: normal;}
.mcquiz > ul > li > h5 {
    background: #CFCFCF;
    font-size: 1.5em;
    height: 44px;
    left: 0;
    margin: 0;
    padding: 8px 0 0 10px;
    position: relative;
    top: 0;
}

.mcquiz > ul > li > p, .gap_label{
    font-size: 1.4em;
    margin: 0 0 0 -62px;
    padding: 15px 10px;
}

.dd_label {
    font-size: 1.4em;
    font-weight: normal;
    margin: 0;
    padding: 15px 10px;
    position: relative;
    top: -67px;
}

.mcma_label {
    font-size: 1.4em;
    font-weight: normal;
    margin: 0 0 0 -52px;
    padding: 0;
    position: relative;
}

.mcma_answer {
    left: 50px;
    position: relative;
}
.result {
    background: #5F5F5F;
    color: #FFFFFF;
    display: block;
    font-size: 2em;
    padding-right: 13px;
    margin-top: -20px;
    position: relative;
    width: 100%;
}

.bold{
    font-weight:bold;
}

.feedback_quiz {
    font-size: 20px;
    margin-left: 15px;
    padding: 0;
    position: relative;
    top: -265px;
}

.maj_error {padding-top: 132px;position: relative;text-align: center;}

/*  Input Types ----------------------------------------------------------------------------------------*/

.options > li > input[type='radio'], input[type='checkbox']{
    font-weight: bold;
    height: 44px;
    margin-left: -10px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.options > li > input[type='radio'] + label:before{
    margin: 0;
    clear: none;
    cursor: pointer;
    position: relative;
    top: 2px;
    content: "\f10c";
    color: #CFCFCF;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.4em;
}

.options > li > input[type='checkbox'] + label:before{
    margin: 0;
    clear: none;
    cursor: pointer;
    position: relative;
    top: 2px;
    content: "\f10c";
    color: #CFCFCF;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.4em;
}

.options > li > label {
    margin-bottom: 0;
    font-weight: normal;
}

.options > li > input[type='radio']:checked  + label:before {
    content: "\f111";
    color: #688FCA;
}

.options > li > input[type='checkbox']:checked  + label:before {
    content: "\f111";
    color: #688FCA;
}

.quiz > .dropdown-menu {
    border: medium none;
    box-shadow: none;
    top: 45px;
}
