body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    background: #fbfbfb;
    font-size: 16px;
    color: #474444;
}
/* COMMON CLASSES*/
h1 {
    padding: 20px 0;
    margin: 0;
    text-align: center;
    font-size: 30px;
    color: #333666;
}
h2 {
    padding: 15px 0;
    margin: 0;
    color: #333666;
}
h3 {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
    color: #333666;
}
.clear {
    clear: both;
}

.centered {
    text-align: center;
}

a {
    color: #155F63;
}

hr {
    display: block;
    border: none;
    color: white;
    height: 1px;
    background: #999;
    background: -moz-radial-gradient(center, ellipse cover, #000000 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#000000), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #000000 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #000000 0%,#ffffff 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #000000 0%,#ffffff 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #000000 0%,#ffffff 100%); /* W3C */
}

ol {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.wrapper {
    width: 70%;
    margin: 0 auto;
}
.main {
    font-weight: bold;
}
.margins {
    margin: 20px 0px;
}
.paddings {
    padding: 20px 0px;
}
.negative { color: #b40606; }
.negative a { color: #b40606; }
.positive { color: #106c44; }
.positive a { color: #106c44; }
.centered { text-align: center; }

.img-radius img {
    border: 1px solid #b9d0d0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.error {
    text-align: center;
    color: #b40606;
}

.container {
    padding: 10px 0 130px 0;
}

.logo-image {
    text-align: center;
}
    .logo-image img {
        border-radius: 11px;
        -moz-border-radius: 11px;
        -webkit-border-radius: 11px;
        border: 1px solid #cccccc;
    }
/* TIMER */
#timer {
    position: absolute;
        right: 10px;
        top: 10px;
    width: 250px;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #5e5441;
    background: #dadad9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#time-left-dialog {
    display: none;
}
/* EDN TIMER */
#dialog-confirm-proceed {
    display: none;
}

#dialog-complete-test-proceed {
    display: none;
}

/* ANSWERS */
.students-answer {
    width: 90%;
    margin: 0px auto;
}
ol.upper-alpha {
    list-style-type: upper-alpha;
}
ol.upper-alpha li {
        text-align: left;
        padding: 10px 0;
    }
.answers ul.module2 {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
    .answers ul.module2 li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 85px;
        text-align: center;
        margin: 0px 5px;
    }
    .answers ul.module2 li img {
        display: block;
        width: 85px;
        height: 85px;
        margin-bottom: 12px;
    }

table.question {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999999;
    border-radius: 0.313em;
}
table.question th {
    padding: 0.750em;
    border: 1px solid #999999;
    text-align: center;
}
table.question td {
    padding: 0.313em 2em;
    border: 1px solid #999999;
}

table.question tr:nth-child(odd) td {
    background: #eff5fc;
}

table.question tr:hover td {
    background: #f0f1f2;
    cursor: pointer;
}

.number-sequence {
    color: #333666;
    font-size: 1.250em;
}
.number-sequence span {
    color: #474444;
    font-size: 14px;
}


/* QUESTIONS */
.question.module2 {
    min-height: 200px;
}

.question.module2 img {
    width: 300px;
}
.empty-module2-box {
    display: none;
    float: left;
    width: 85px;
    height: 85px;
    margin-left: 15px;
    margin-right: 100px;
    border: 3px dotted black;
}
.module2-box-no-answer {
    width: 85px;
    height: 80px;
    border: 3px dotted black;
    float: left;
    margin-bottom: 12px;
}

/* TRAINING CAMP FILLING FORM */
.tcform table {
    width: 700px;
    margin: 0 auto;
}
.tcform table tr td {
    padding: 5px 10px;
}
.tcform table tr td:first-child {
    width: 430px;
    border-right: 1px solid #666666;
}
.tcform table tr:nth-child(odd) {
    background: #e7e7e7;
}
.tcform input[type='text'],
.tcform textarea,
.tcform select {
    width: 100%;
}
label {
    padding: 0 10px;
}
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
    min-width: 150px;
    background: #fff;
    border: 1px solid #5090bc;
    border-radius: 5px;
    font-size: 13px;
    padding: 0.313em 0.125em;
    outline: none;
    height: 30px;
    line-height: 30px;
}

input[type="submit"] {
    background: #25A6E1;
    background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
    background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
    padding: 4px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #1A87B9
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #188BC0;
    cursor: pointer;
    border-color: #25A6E1;
}

.button:active {
    background-position: 0 -100px;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7);
    -webkit-box-shadow: none;
}
}
/* TRAINING CAMP REVIEW ANSWERS*/
ol.tc-review {
    display: inline-block;
    text-align: left;
    width: 200px;
    margin: 0px auto;
}
ol.tc-review li {
    padding: 5px;
}

/* START FOOTER */

.footer {
    display: block;
    width: 100%;
    height: 120px;
    position: fixed;
    bottom: 0px;
    background: #f5fcfe;
    border-top: 1px solid #999999;
}
.footer.footer-form {
    position: static;
}
.footer .buttons {
    list-style: none;
    text-align: center;
}
.footer button {
    background: #25A6E1;
    background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
    background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
    padding: 4px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #1A87B9
}
.footer button:hover {
    background: #188BC0;
    cursor: pointer;
    border-color: #25A6E1;
}


.center-restrict-image {
    max-width: 750px;
    margin: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.answers img{
    cursor: pointer;
}

/* END FOOTER */
