@charset "UTF-8";
/* CSS Document 
/* Template for Quizs 
/* Name: Blue Light */


input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    color:#333;
    font-family:Arial, sans-serif;
    font-size:14px;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(checkradio.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label {
    background: #d9ecfd;
}

input[type="checkbox"]:checked + label span {
    background:url(checkradio.png) -19px top no-repeat;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color:#333;
    font-family:Arial, sans-serif;
    font-size:14px;
}

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(checkradio.png) -38px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label {
    background: #d9ecfd;
}

input[type="radio"]:checked + label span {
    background:url(checkradio.png) -57px top no-repeat;
}

/*GENERAL*/
.ModuleQuestion_Content:hover{
    border: 1px solid #4fa7f3;
}

input[type="submit"]{
    background: #4fa7f3;
}
input[type="submit"]:hover{
    background: #333;
}
.cd-top{
  color: #4fa7f3;
}