﻿html, body {
    height: 100%;
}

body {
    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
}






@media print {
body {
    -webkit-print-color-adjust: exact;
}


* {
    text-shadow: none !important;
    /*background: transparent !important;*/
    box-shadow: none !important;
}

h2, .h2 {
    font-size: 22pt !important; 
}

h3, .h3 {
    font-size: 18pt !important;
}

.pageContent h3, .module.content h3, .assessmentquestiontoggle h3 {
    font-size: 13pt !important;
}

p, .question-text, .question-answer { 
    font-size: 10pt !important; 
}


.assessmentquestiontoggle .questionresult > .question-answer {
    text-align: right !important;
}


.question-text, .question-answer {
    font-size: 9pt !important;
}

.assessmentquestiontoggle .questionresult > span {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

a[href]:after {
    content: "";
  }


.assessmentquestiontoggle .progress-bar span {
    color: #ffffff !important;
}

.progress-bar-success {
    background-color: #5cb85c !important;
}

.progress-bar-warning {
    background-color: #f0ad4e !important;
}

.progress-bar-danger {
    background-color: #d9534f !important;
}

.progress {
    background-color: #f5f5f5 !important;
}

    
.col-md-6 {
    width: 50% !important;
}








}

