body {
    background: #87b1d2;
    font-size:16px;
    line-height:1.5em;
}

a {
    color: blue;
}
.topbar {
    background: #bb2b33;
    height: 20px;
}

img.sitebanner {
    height: 100px;
}

footer {
    background: #cccccc;
}
/*--------------------------------------------------------------
# Form Validation Css
--------------------------------------------------------------*/

.has-error {
    background: #F7CACB;
    border: 1px solid #DB0003;
}

.has-error-label{
    color: #DB0003;
}

.has-success {
    background: #e7ffe6;
    border: 1px solid #00a65a;
}

.has-success-label{
    color: #00a65a;
}

input[type="checkbox"].has-error::before
{
    background: #F7CACB;
}

@media only screen and (max-width:800px) {

    #printBTN {
        display: none;
    }
    .quizQuestion {
        width: 90%;
    }

    #no-more-tables tbody,
    #no-more-tables tr,
    #no-more-tables td {
        display: block;
    }
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables td {
        position: relative;
        padding-left: 50%;
        border: none;
        border-bottom: 1px solid #eee;
    }
    #no-more-tables td:before {
        content: attr(data-title);
        position: absolute;
        left: 6px;
        font-weight: bold;
    }
    #no-more-tables tr {
        border-bottom: 1px solid #ccc;
    }
}


/*--------------------------------------------------------------
# CSS For Modules
--------------------------------------------------------------*/

header {
    background: #ffffff;
}

.container {
    background: #ffffff;
}

.footer-content {
    background: #cccccc;
}


.card-header {
    font-weight: bold;
    font-size: 1.2em;
}

.box1 {
    background: #f4edf8;
    min-height: 220px;
}


.box2 {
    background: #d2d764;
    min-height: 220px;
}

.box3 {
    background: #e2f7f7;
    min-height: 220px;
}

.box4 {
    background: #cce4b9;
    min-height: 220px;
}

.box5 {
    background: #ecf7e7;
    min-height: 220px;
}

.box6 {
    background: #dcc6e7;
    min-height: 220px;
}

.courseTop {
    background: #fff url(../img/course_header.png) left no-repeat;
    padding: 0 0 0 0;
    height: 155px;
    border-top: 10px solid #8b2b22;
}

.courseTitle {
    color: #8b2b22;
}

.courseSubTitle {
    color: #0059a0;
    font-size: 20px;
}

.sidebar_img {
    text-align:right;

    bottom: 50px;
    right: 0px;
    padding: 10px;
}
.indent {
    margin-left: 30px;
    margin-bottom:-15px;
}
.outdent {
    text-indent: -3em; margin-left: 3em;
}

h1, h4 {
    color: #0285b8;

}
h2 {color:#8b2b22;
    padding-top:15px;
    font-size:2.00em;

    border-bottom: 2px dotted #0059a0; padding-bottom:5px;
}

h3 {
    font-size: 1.30em;
    padding-top:15px;
    color: #8b2b22;

}


/* Callout Box */
.callout {
    background: rgba(237,237,237,1);
    background: -moz-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 32%, rgba(246,246,246,1) 66%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,237,237,1)), color-stop(32%, rgba(255,255,255,1)), color-stop(66%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 32%, rgba(246,246,246,1) 66%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 32%, rgba(246,246,246,1) 66%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 32%, rgba(246,246,246,1) 66%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to right, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 32%, rgba(246,246,246,1) 66%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed', GradientType=1 );
    border:1.5px solid #8b2b22;
    color: #000;
    border-radius: 4px 4px 4px 4px;
    padding:15px;
}

/*activity call out */
.activecal {
    background: rgba(237,237,237,1);
    background: -moz-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 32%, rgba(246,246,246,1) 66%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,237,237,1)), color-stop(32%, rgba(255,255,255,1)), color-stop(66%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 32%, rgba(246,246,246,1) 66%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 32%, rgba(246,246,246,1) 66%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 32%, rgba(246,246,246,1) 66%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to right, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 32%, rgba(246,246,246,1) 66%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed', GradientType=1 );
    border:1.5px dotted #8b2b22;
    color:#000000;
    border-radius: 4px 4px 4px 4px;
    padding:15px;
}


/* Activity Instructions */
.activity {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    background-color: #fff;
    border: 1px solid #8b2b22;
    color: #8b2b22;
    border-radius: 4px 4px 4px 4px;
    padding:15px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}


.dropdown-menu {
    /*width: 400px !important;*/
    padding-right:20px;
}

.jstree-anchor a:hover, .jstree-anchor a:hover {
    color:#990000;
    text-decoration: underline;
}

.jstree-anchor a {
    color: #333;
    text-decoration: none;
}

.jstree-anchor a:hover {
    text-decoration: none;
}
.jstree-default .jstree-clicked {
    color: #990000;
    font-weight: 600;
}

.dropdown-menu {
    /*width: 400px !important;*/
    padding-right:20px;
}

.quiz-question {

}

.q-has-error {
    background: #fff;
    border: 1px solid #DB0003;
}

.has-error-label{
    color: #DB0003;
}

.q-has-success {
    border: 1px solid #00a65a;
}

.has-success-label{
    color: #00a65a;
}

.mc-activity {
    background: linear-gradient(to right, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 32%, rgba(246,246,246,1) 66%, rgba(237,237,237,1) 100%);
}

.mc-activity form {
    background: #ebf7fd;
}

#reg-form {
    .form-label {
        font-weight: 600;
    }
}

@media print {
    @page {
        margin-top: 0;
        margin-bottom: 0;
        background: #ffffff;
    }

    body {
        font-size: 0.8em;
        background: #ffffff;
    }

    footer {
        display: none;
    }

    .no-print {
        display: none;
    }
}


