/**
*   Templates for questions
*   To add new template add 3 new classes:
*   .qmulti-template-TEMPLATE_NAME_WITHOUT_DASH-header
*   .qmulti-template-TEMPLATE_NAME_WITHOUT_DASH-answers
*   .qmulti-template-TEMPLATE_NAME_WITHOUT_DASH-submit
*
*/


/*   DEFAULT template for questions   */
.qmulti-template-default-header{
    background: #333;
    color: #fff;
}
.qmulti-template-default-answers{
    background: #fff;
    color: #333;
}
.qmulti-template-default-submit{
    background: #333;
    color: #fff;
    border: 0px;
}


/*   first test template for questions   */
.qmulti-template-first-header{
    background: #FF0000;
    color: #fff;
}
.qmulti-template-first-answers{
    background: #E2E2E2;
    color: #4c4c4c;
}
.qmulti-template-first-submit{
    background: #FF0000;
    color: #fff;
    border: 0px;
}

/*   second test template for questions   */
.qmulti-template-second-header{
    background: #00BAFF; 
    color: #fff;
}
.qmulti-template-second-answers{
    background: #E2E2E2;
    color: #4c4c4c;
}
.qmulti-template-second-submit{
    background: #00BAFF; 
    color: #fff;
    border: 0px;
}

/*  third test template for questions   */
.qmulti-template-third-header{
    background: #0f9c00;
    color: #fff;
}
.qmulti-template-third-answers{
    background: #E2E2E2;
    color: #4c4c4c;
}
.qmulti-template-third-submit{
    background: #0f9c00;
    color: #fff;
    border: 0px;
}

/*  fourth test template for questions   */
.qmulti-template-fourth-header{
    background: #5f0095;
    color: #fff;
}
.qmulti-template-fourth-answers{
    background: #E2E2E2;
    color: #4c4c4c;
}
.qmulti-template-fourth-submit{
    background: #5f0095;
    color: #fff;
    border: 0px;
}

/*  fifth test template for questions   */
.qmulti-template-fifth-header{
    background: #ffae00;
    color: #fff;
}
.qmulti-template-fifth-answers{
    background: #E2E2E2;
    color: #4c4c4c;
}
.qmulti-template-fifth-submit{
    background: #ffae00;
    color: #fff;
    border: 0px;
}



/*   sixth test template for questions   */
.qmulti-template-sixth-header{
    background: #FF0000;
    color: #404040;
}
.qmulti-template-sixth-answers{
    background: #404040;
    color: #fff;
}
.qmulti-template-sixth-submit{
    background: #FF0000;
    color: #404040;
    border: 0px;
}

/*   seventh test template for questions   */
.qmulti-template-seventh-header{
    background: #00BAFF; 
    color: #404040;
}
.qmulti-template-seventh-answers{
    background: #404040;
    color: #fff;
}
.qmulti-template-seventh-submit{
    background: #00BAFF; 
    color: #404040;
    border: 0px;
}

/*  eighth test template for questions   */
.qmulti-template-eighth-header{
    background: #0f9c00;
    color: #404040;
}
.qmulti-template-eighth-answers{
    background: #404040;
    color: #fff;
}
.qmulti-template-eighth-submit{
    background: #0f9c00;
    color: #404040;
    border: 0px;
}

/*  ninth test template for questions   */
.qmulti-template-ninth-header{
    background: #5f0095;
    color: #404040;
}
.qmulti-template-ninth-answers{
    background: #404040;
    color: #fff;
}
.qmulti-template-ninth-submit{
    background: #5f0095;
    color: #404040;
    border: 0px;
}

/*  tenth test template for questions   */
.qmulti-template-tenth-header{
    background: #ffae00;
    color: #404040;
}
.qmulti-template-tenth-answers{
    background: #404040;
    color: #fff;
}
.qmulti-template-tenth-submit{
    background: #ffae00;
    color: #404040;
    border: 0px;
}



/*   eleventh test template for questions   */
.qmulti-template-eleventh-header{
    background: #E2E2E2;
    color: #FF0000;
    border-bottom: solid 1px #FF0000;
}
.qmulti-template-eleventh-answers{
    background: #E2E2E2;
    color: #FF0000;
/*    border: solid 1px #aaa;*/
}
.qmulti-template-eleventh-submit{
    background: #E2E2E2;
    color: #FF0000;
    border: solid 1px #FF0000;
}

/*   twelfth test template for questions   */
.qmulti-template-twelfth-header{ 
    background: #E2E2E2;
    color: #00BAFF;
    border-bottom: solid 1px #00BAFF;
}
.qmulti-template-twelfth-answers{
    background: #E2E2E2;
    color: #00BAFF;
}
.qmulti-template-twelfth-submit{
    background: #E2E2E2;
    color: #00BAFF;
    border: solid 1px #00BAFF;    
}

/*  thirteenth test template for questions   */
.qmulti-template-thirteenth-header{
    background: #E2E2E2;
    color: #0f9c00;
    border-bottom: solid 1px #0f9c00;
}
.qmulti-template-thirteenth-answers{
    background: #E2E2E2;
    color: #0f9c00;
}
.qmulti-template-thirteenth-submit{
    background: #E2E2E2;
    color: #0f9c00;
    border: solid 1px #0f9c00;
}

/*  fourteenth test template for questions   */
.qmulti-template-fourteenth-header{
    background: #E2E2E2;
    color: #5f0095;
    border-bottom: solid 1px #5f0095;
}
.qmulti-template-fourteenth-answers{
    background: #E2E2E2;
    color: #5f0095;
}
.qmulti-template-fourteenth-submit{
    background: #E2E2E2;
    color: #5f0095;
    border: solid 1px #5f0095;
}

/*  fifteenth test template for questions   */
.qmulti-template-fifteenth-header{
    background: #E2E2E2;
    color: #ffae00;
    border-bottom: solid 1px #ffae00;
}
.qmulti-template-fifteenth-answers{
    background: #E2E2E2;
    color: #ffae00;
}
.qmulti-template-fifteenth-submit{
    background: #E2E2E2;
    color: #ffae00;
    border: solid 1px #ffae00;
}



/*   sixteenth test template for questions   */
.qmulti-template-sixteenth-header{
    background: #FF0000;
    color: #fff;
}
.qmulti-template-sixteenth-answers{
    background: #404040;
    color: #fff;
}
.qmulti-template-sixteenth-submit{
    background: #fff;
    color: #FF0000;
    border: 0px;
}

/*   seventeenth test template for questions   */
.qmulti-template-seventeenth-header{
    background: #00BAFF; 
    color: #fff;
}
.qmulti-template-seventeenth-answers{
    background: #00BAFF; 
    color: #fff;
}
.qmulti-template-seventeenth-submit{
    background: #fff; 
    color: #00BAFF;
    border: 0px; 
}

/*  eighteenth test template for questions   */
.qmulti-template-eighteenth-header{
    background: #0f9c00;
    color: #fff;
}
.qmulti-template-eighteenth-answers{
    background: #0f9c00;
    color: #fff;
}
.qmulti-template-eighteenth-submit{
    background: #fff;
    color: #0f9c00;
    border: 0px;
}

/*  nineteenth test template for questions   */
.qmulti-template-nineteenth-header{
    background: #5f0095;
    color: #fff;
}
.qmulti-template-nineteenth-answers{
    background: #5f0095;
    color: #fff;
}
.qmulti-template-nineteenth-submit{
    background: #fff;
    color: #5f0095;
    border: 0px;
}

/*  twentieth test template for questions   */
.qmulti-template-twentieth-header{
    background: #ffae00;
    color: #fff;
}
.qmulti-template-twentieth-answers{
    background: #ffae00;
    color: #fff;
}
.qmulti-template-twentieth-submit{
    background: #fff;
    color: #ffae00;
    border: 0px;
}



/*   twenty_first test template for questions   */
.qmulti-template-twenty_first-header{
    background: #fff;
    color: #FF0000;
    border-bottom: solid 1px #FF0000;
}
.qmulti-template-twenty_first-answers{
    background: #fff;
    color: #FF0000;
}
.qmulti-template-twenty_first-submit{
    background: #fff;
    color: #FF0000;
    border: solid 1px #FF0000;
}

/*   twenty_second test template for questions   */
.qmulti-template-twenty_second-header{ 
    background: #fff;
    color: #00BAFF;
    border-bottom: solid 1px #00BAFF;
}
.qmulti-template-twenty_second-answers{
    background: #fff;
    color: #00BAFF;
}
.qmulti-template-twenty_second-submit{
    background: #fff;
    color: #00BAFF;
    border: solid 1px #00BAFF;    
}

/*  twenty_third test template for questions   */
.qmulti-template-twenty_third-header{
    background: #fff;
    color: #0f9c00;
    border-bottom: solid 1px #0f9c00;
}
.qmulti-template-twenty_third-answers{
    background: #fff;
    color: #0f9c00;
    /*border: solid 1px #0f9c00;*/
}
.qmulti-template-twenty_third-submit{
    background: #fff;
    color: #0f9c00;
    border: solid 1px #0f9c00;
}

/*  twenty_fourth test template for questions   */
.qmulti-template-twenty_fourth-header{
    background: #fff;
    color: #5f0095;
    border-bottom: solid 1px #5f0095;
}
.qmulti-template-twenty_fourth-answers{
    background: #fff;
    color: #5f0095;
}
.qmulti-template-twenty_fourth-submit{
    background: #fff;
    color: #5f0095;
    border: solid 1px #5f0095;
}

/*  twenty_fifth test template for questions   */
.qmulti-template-twenty_fifth-header{
    background: #fff;
    color: #ffae00;
    border-bottom: solid 1px #ffae00;
}
.qmulti-template-twenty_fifth-answers{
    background: #fff;
    color: #ffae00;
}
.qmulti-template-twenty_fifth-submit{
    background: #fff;
    color: #ffae00;
    border: solid 1px #ffae00;
}



/*   twenty_sixth test template for questions   */
.qmulti-template-twenty_sixth-header{
    background: #000;
    color: #FF0000;
    border-bottom: solid 1px #FF0000;
}
.qmulti-template-twenty_sixth-answers{
    background: #000;
    color: #FF0000;
}
.qmulti-template-twenty_sixth-submit{
    background: #000;
    color: #FF0000;
    border: solid 1px #FF0000;
}

/*   twenty_seventh test template for questions   */
.qmulti-template-twenty_seventh-header{ 
    background: #000;
    color: #00BAFF;
    border-bottom: solid 1px #00BAFF;
}
.qmulti-template-twenty_seventh-answers{
    background: #000;
    color: #00BAFF;
}
.qmulti-template-twenty_seventh-submit{
    background: #000;
    color: #00BAFF;
    border: solid 1px #00BAFF;    
}

/*  twenty_eighth test template for questions   */
.qmulti-template-twenty_eighth-header{
    background: #000;
    color: #0f9c00;
    border-bottom: solid 1px #0f9c00;
}
.qmulti-template-twenty_eighth-answers{
    background: #000;
    color: #0f9c00;
}
.qmulti-template-twenty_eighth-submit{
    background: #000;
    color: #0f9c00;
    border: solid 1px #0f9c00;
}

/*  twenty_ninth test template for questions   */
.qmulti-template-twenty_ninth-header{
    background: #000;
    color: #5f0095;
    border-bottom: solid 1px #5f0095;
}
.qmulti-template-twenty_ninth-answers{
    background: #000;
    color: #5f0095;
}
.qmulti-template-twenty_ninth-submit{
    background: #000;
    color: #5f0095;
    border: solid 1px #5f0095;
}

/*  thirtieth test template for questions   */
.qmulti-template-thirtieth-header{
    background: #000;
    color: #ffae00;
    border-bottom: solid 1px #ffae00;
}
.qmulti-template-thirtieth-answers{
    background: #000;
    color: #ffae00;
}
.qmulti-template-thirtieth-submit{
    background: #000;
    color: #ffae00;
    border: solid 1px #ffae00;
}


/*  Junkers test template for questions   */
.qmulti-template-junkers-header{
    background: #fff;
    color: #000;
}
.qmulti-template-junkers-answers{
    background: #fff;
    color: #000;
}
.qmulti-template-junkers-submit{
    background: #FFC53F;
    color: #000;
    border: solid 1px #FFC53F;
}