
/* CSS Check boxes */
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

input[type=checkbox].css-checkbox {
    display:none;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left:20px;
    padding-bottom:2px;
    display:inline-block;
    background-repeat:no-repeat;
    background-position: 0 0;
    vertical-align:middle;
    cursor:pointer;
}

.has-success .form-control {
    border-color: #3c763d;
}
.has-success .control-label {
    color: #3c763d;
}
.has-warning .form-control {
    border-color: #f0ad4e;
}
.has-warning .control-label {
    color: #f0ad4e;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-image:url("../images/elegant2.png");
}

.css-label{ background-image:url("../images/elegant1.png"); }



input[type=radio].css-checkbox {
    display:none;
}

input[type=radio].css-checkbox + label.css-label {
    padding-left:20px;
    display:inline-block;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:15px;
    vertical-align:middle;
    cursor:pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
    background-image:url("../images/elegant2.png");
}

.checked {
    color: rgb(0, 82, 255);
}

/* Multi answer for i8 */
.basic-label {
    display:inline;
    font-weight:300;
}
.basic-checkbox {
    display:inline;
}

/* CSS Click the image */
.clickableimage{
    padding: 6px;
    border: 1px solid #CCC;
    margin: 5px;
}

.clickableimage:hover {
    border: 1px solid navy;
}

.selectedimage {
    border: 1px solid #007AFF;
    background-color: #92DFFD;
}

#clicktheimage li {
    list-style-type: none;
    float: left;
    padding-right: 10px;
}

#clicktheimage {
    width: 100%;
    float: left;
    margin: 10px;
}

/* CSS Click in order checkboxes */
input[type=checkbox].css-checkbox-clickinorder {
    display:none;
}

input[type=checkbox].css-checkbox-clickinorder + label.css-clickinorder-label {
    padding-left:20px;
    display:inline-block;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:17px;
    vertical-align:middle;
    cursor:pointer;
    width:85%;
    font-weight: 300;
}

input[type=checkbox].css-checkbox-clickinorder:checked + label.css-clickinorder-label {

}

.css-clickinorder-label{  }

.checked {
    color: rgb(0, 82, 255);
}

.clickinordernumber {

    font-weight:bold;
    font-size:1.3em;
}

.clickinorder {
    width:20px;
    display: inline-block;
}

span.step {
    background: rgb(88, 181, 243);
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}


/* Multi Answer */

#table_questions {
    font-family:"Arial", Sans-Serif;
    font-size:12px;
    width:90%;
    text-align:left;
    border-collapse:collapse;
    margin:20px;
    border: 1px solid #E0E0E0;
}
#table_questions th{
    font-size:1.8em;
    font-weight:normal;
    text-align:center;
    font-family: 'Arial', sans-serif;
    background:#e0e0e0;
    color:#222;
    padding:1px;
}
#table_questions td{
    background:#EEE;
    border-bottom:1px solid #fff;
    color:#669;
    border-top:1px solid transparent;
    padding:8px;
}
#table_questions tr:hover td{
    background:#FFF;
    color:#339;
}


.question_row_checkbox {
    width:5%;
    padding-top: 1px;
    padding-bottom: 1px;
}

.question_row_checkbox th, td{
    padding: 0px;
    vertical-align: top;
}

.question_row_checkboxlabel {
    width:95%;
    padding-top: 1px;
    padding-bottom: 1px;
}

.question_row_checkboxlabel label {
    font-size:1.0em;
    text-decoration:none;
    color: #5C5C5C;
    font-family: 'Arial', sans-serif;
}

#table_courses  {
    font-size:1.1em;
    font-weight:normal;
    text-align:center;
    background:#888888;
    border-left:1px solid #888;
    border-right:1px solid #888;
    border-bottom:1px solid #fff;
    color:#FFF;
    padding:4px;
}
.submit input
{
    font-size:1.4em;
    color: #000;
    background: #ffa20f;
    border: 2px outset #d7b9c9;
    padding:5px 5px;
}

#multianswerquestiontable {
    width: 100%;
    margin: 0 auto;
}

.answerpad {
    margin-left: 50px;
    margin-bottom: 10px;
}


#fillintheblanksquestiontable {
    width: 100%;
    margin: 0 auto;
}

#standard_question_table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

#standard_question_table td {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}




.text-center {
    text-align: center;
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 520px) {
    .answerpad {
        margin-left:0px;
    }
}



.zoom {
    display:inline-block;
    position: relative;
}

/* magnifying glass icon */
.zoom:after {
    content:'';
    display:block;
    width:33px;
    height:33px;
    position:absolute;
    top:0;
    right:0;
    background:url(icon-zoom.png);
}

.zoom img {
    display: block;
}

.zoom img::selection { background-color: transparent; }


/* Signature Pad */

.m-signature-pad {
    position: relative;
    font-size: 10px;
    width: 700px;
    height: 280px;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
}

.m-signature-pad:before, .m-signature-pad:after {
   position: relative;
    z-index: -1;
    content: "";
    width: 40%;
    height: 10px;
    left: 20px;
    bottom: 10px;
    background: transparent;
    -webkit-transform: skew(-3deg) rotate(-3deg);
    -moz-transform: skew(-3deg) rotate(-3deg);
    -ms-transform: skew(-3deg) rotate(-3deg);
    -o-transform: skew(-3deg) rotate(-3deg);
    transform: skew(-3deg) rotate(-3deg);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.m-signature-pad:after {
    left: auto;
    right: 20px;
    -webkit-transform: skew(3deg) rotate(3deg);
    -moz-transform: skew(3deg) rotate(3deg);
    -ms-transform: skew(3deg) rotate(3deg);
    -o-transform: skew(3deg) rotate(3deg);
    transform: skew(3deg) rotate(3deg);
}

.m-signature-pad--body {
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 60px;
    border: 1px solid #f4f4f4;
}

.m-signature-pad--body
  canvas {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.m-signature-pad--footer {
    position: relative;
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: 40px;
    text-align:center;
}

.m-signature-pad--footer
  .description {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 1.8em;
}

.m-signature-pad--footer
  .button {
    position: relative;
    bottom: 0;
}

.m-signature-pad--footer
  .button.clear {
    left: 0;
}

.m-signature-pad--footer
  .button.save {
    right: 0;
}

@media screen and (max-width: 1024px) {
    .m-signature-pad {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        min-width: 250px;
        min-height: 140px;
        margin: 5%;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .m-signature-pad {
        margin: 10%;
    }
}

@media screen and (max-height: 320px) {
    .m-signature-pad--body {
        left: 0;
        right: 0;
        top: 0;
        bottom: 32px;
    }
    .m-signature-pad--footer {
        left: 20px;
        right: 20px;
        bottom: 4px;
        height: 28px;
    }
    .m-signature-pad--footer
    .description {
        font-size: 1em;
        margin-top: 1em;
    }
}




time.timeicon
{
    line-height: 1.4;
    font-family: Helvetica, sans-serif;
    font-size: 0.7em; /* change icon size */
    display: block;
    position: relative;
    width: 7em;
    height: 7em;
    background-color: #fcfcfc;
    margin: 1em auto;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
    -webkit-backface-visibility: hidden;

    background: #fcfcfc;
    background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
    background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

time.timeicon *
{
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

time.timeicon strong
{
    position: absolute;
    top: 0;
    padding: 0.5em 0;
    color: #fff;
    background: #d10000;
    background: linear-gradient(top, #d10000 0%, #7a0909 100%);
    background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
    background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-bottom: 3px solid #740000;
    margin: 0;
    line-height: 0.1em;
    border-radius: 10px 10px 0 0;
}

time.timeicon em
{
    position: absolute;
    bottom: 0.01em;
    color: #9e9e9e;
}

time.timeicon span
{
    width: 100%;
    font-size: 2.8em;
    letter-spacing: -0.05em;
    padding-top: 0.8em;
    color: #474747;
}


time.timeicon span.multi {
    font-size: 2.2em;
    padding-top:1.2em;

}


div.gkTips1 {
    background-color: #FFFFDD;
    color: #282C2F;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 0.5em 0 0.5em;
    padding: 12px 12px 12px 66px;
    position: relative;
}

.row .usibox {
    background-color: #EAEAEA;
    border: 1px solid #D7D7D7;
    padding: 15px;
    min-height:390px;
}

.row .highlightbox {
    background-color: #d9edf7!important;
    border: 1px solid #bce8f1!important;
    padding: 15px;
    min-height:390px;
}

#privacy-notice p, #privacy-notice ul {
    font-size:0.8em;
}

.alert-container {
    background-color: #C3E4FF;
    border: 2px solid #9BC2DF;
    /*background-color: #e0e98c;*/
    /*border: 2px solid #3d6a68;*/
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    float: left;
    padding: 12px;
    width: 98%;
    margin-bottom: 20px;
}

.alert-content {
    max-width: 650px;
    margin: 0 auto;
}


/* Sub Navigation */

#sub_nav {
    position: relative;
    height: 32px;
    margin: 0 auto;
}

#sub_nav ul li {
    float: left;
}
#sub_nav ul li a {
    display: block;
    float: left;
    position: relative;
    height: 32px;
    padding: 0 10px;
    background: url(../images/subnav/tab-white.gif) no-repeat 0px -30px;
    color: #777;
    font: bold 13px/36px Arial, Helvetica, sans-serif;
    text-shadow: #fff 0px 1px 1px;
}
#sub_nav ul li a span {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 4px;
    height: 32px;
    background: url(../images/subnav/tab-white-tail.gif) no-repeat left top;
}


.typeahead span {
    font-size: 0.9em;
}

.mandatory {
    padding-top: 10px;
}
.mandatory span {
    font-size:1em;
    font-style: italic;
}

#fileupload-form p.size {
    font-size: 0.8em;
}

#fileupload-list p.size,
#fileupload-list p.name {
    font-size: 0.8em;
}

#fileupload-list audio,
#fileupload-list video {
    max-width: 200px;
    max-height: 150px;
}



.popbox1 {
    background: #eeece1;
    padding: 10px;
}
.popp1 {
    font: bold 21px 'Helvetica';
    color: #ffffff;
    line-height: 24px;
    background: #000;
    text-align: center;
    padding: 3px;
}
.popp2 {
    font: bold 15px 'Helvetica';
    line-height: 19px;
}
.popp3 {
    font: 12px 'Helvetica';
    line-height: 15px;
}



.maxwidth600 {
    display:inline-block;
    max-width: 600px;
}

.maxwidth500 {
    display:inline-block;
    max-width: 500px;
}
.maxwidth400 {
    display:inline-block;
    max-width: 400px;
}
.maxwidth300 {
    display:inline-block;
    max-width: 300px;
}
.maxwidth200 {
    display:inline-block;
    max-width: 200px;
}
.maxwidth150 {
    display:inline-block;
    max-width: 150px;
}
.maxwidth140 {
    display: inline-block;
    max-width:140px;
}
.maxwidth120 {
    display: inline-block;
    max-width:120px;
}
.maxwidth100 {
    display:inline-block;
    max-width: 100px;
}
.maxwidth80 {
    display:inline-block;
    max-width: 80px;
}
.maxwidth60 {
    display:inline-block;
    max-width:60px;
}
.maxwidth50 {
    display:inline-block;
    max-width:50px;
}
.maxwidth30 {
    display:inline-block;
    max-width:30px;
}
.minwidth100 {
    min-width: 100px;
}
.minwidth80 {
    min-width: 80px;
}
.minwidth300 {
    min-width: 300px;
}


.MathJax{
    font-size: 150%!important;
}

/* Force <b> on windows to be actually bold using Helvetica */
b {
    font-weight: 700;
}