﻿/*-----------------
    Core Styles
-----------------*/

html {
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: Calibri;
}

body {
    font-size: .85em;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    width: 100%;
    font-family: Calibri;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

/*--------------
    Utils
---------------*/
.center {
    margin: 0 auto;
    text-align: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix {
    clear: both;
    display: block;
    height: 0;
}

    .clear-fix:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }

/*-------------
    Headings
-------------*/
h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 25px !important;
    padding-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
}

h1 {
    font-size: 1.8em !important;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

p {
    font-size: 1.1em;
}

/*-------------------
    Header
-------------------*/

.header {
    height: 140px;
    min-height: 140px;
}

/*-----------------
    Container
--------------------*/

.outer-container {
    position: relative;
    min-height: 50em;
}


/*----------------------------------------
    Main layout
------------------------------------------*/

.main-content {
    padding: 0 0 6em;
    position: relative;
    min-height: 40em;
}

    .main-content h3 {
        font-weight: bold;
    }


    .main-content.main-content-padding {
        padding: 0 3em 3em;
    }

footer {
    margin: 2em 0 0 0;
    height: 4em;
    padding: 0.5em;
    background: #082848;
    color: #E0B913;
    font-size: 1em;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}


    footer span a {
        color: #E0B913 !important;
    }

.bottom {
    position: absolute;
    bottom: 0;
}

.true-center {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tab-content {
    padding: 1em;
    _height: 15em;
    min-height: 15em;
}

/*----------------------
    Login Box
---------------------*/

.login-background {
    background: url("images/background1.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}

.login-box {
    min-width: 320px;
    width: 320px;
    background: #fff;
}

    .login-box .header {
        background: #fff;
        padding: 5px 0 !important;
        height: 90px !important;
        min-height: 90px !important;
    }

        .login-box .header img {
            /*width: 100%;*/
        }

    .login-box .content {
        background: #fff;
        padding: 20px 20px;
    }

    .login-box .footer {
        padding: 5px 20px;
        min-height: 44px;
    }

        .login-box .footer p {
            margin: 0;
            padding: 0;
        }

    .login-box .input-group {
        margin: 5px 0 6px 0px;
    }

/*------------
    Shadow
--------------*/

.border-shadow {
    -webkit-box-shadow: 0px 2px 14px -2px rgba(61,61,61,1);
    -moz-box-shadow: 0px 2px 14px -2px rgba(61,61,61,1);
    box-shadow: 0px 2px 14px -2px rgba(61,61,61,1);
}

/*----------------
    Forms / Buttons
------------------*/

.btn {
    border-radius: 0;
    margin: 2px;
}

.btn-full {
    display: inline-block;
    width: 100%;
}

/*---------------------
    Validation Error
---------------------*/

.validation-error {
    display: block;
    background: #FFC6C6;
}

/*---------------------
    Validation Error
---------------------*/

.validation-error, .validation-summary-errors {
    display: block;
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 10px auto;
    width: 90%;
    font-size: 14px;
}


    .validation-summary-errors ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .validation-summary-errors li {
        display: inline-block;
        list-style: none;
        margin: 0;
    }


/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-valid {
    display: none;
}


/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}


/*-----------------
    Utils
----------------*/

.triangle-right {
    background: url("../../images/icons/triangle_right.png") no-repeat 0% 0%;
    display: inline;
    float: left;
    width: 25px;
    height: 25px;
}

img {
    max-width: 100%;
    height: auto;
}

/*-----------------
    Side Nav
-------------------*/

#selectable {
    border: 0;
}

    #selectable .ui-widget-content {
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom: 2px solid #FFCD00 !important;
    }

    #selectable .ui-selecting {
        background: #FFE788;
    }

    #selectable .ui-selected {
        background: #FFCD00;
    }

#selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-container {
}

.nav-container-fixed {
}

/*-------------------
    Nav Vertical
--------------------*/

.nav-vertical {
    list-style: none;
}

    .nav-vertical ul {
        padding: 0;
        margin: 0;
    }

        .nav-vertical ul li {
            /*border-bottom:2px solid #FFCD00;*/
            list-style: none;
            background: #fff;
        }

    .nav-vertical .parent {
        font-size: 18px;
        font-weight: bold;
        border-top: 0;
    }

    .nav-vertical .child {
        font-size: 17px;
        font-weight: normal;
    }

        .nav-vertical .child a {
            padding-left: 10px;
        }

        .nav-vertical .child:last-child {
            border-bottom: 0;
        }

    .nav-vertical ul li a {
        padding: 5px;
        display: block;
        width: 100%;
    }

        .nav-vertical ul li a:hover {
            background: #FFCD00;
        }

    .nav-vertical ul li.active a {
        background: #FFCD00;
    }

.nav-tabs-large li a {
    font-size: 1.5em !important;
    font-weight: bold;
}

.ordered-resources-nav li, .grouped-resources-nav li {
    border-bottom: 2px solid #FFCD00 !important;
}


/*----------------------
   Bootstrap additions
----------------------*/
.media {
}

.btn {
}

/*---------------
    Resources 
-----------------*/

.resource-content {
    float: left;
    width: 75%;
    padding: 5px;
}

.resource-mainlink {
    padding: 6px;
    display: block;
    width: 100%;
}

    .resource-mainlink:hover {
    }

.resource-heading {
    font-weight: bold;
}

.resource-icon {
    text-align: center;
    float: left;
    width: 15%;
}

    .resource-icon img {
        margin: 20px auto 0;
        max-width: 100%;
    }

.resource {
    width: 100%;
    border-bottom: 1px solid #ccc;
    clear: both;
}

.resource-controls {
    float: left;
    display: inline;
}

.media-alternatebg {
    background: #fff;
    padding-bottom: 5px;
    border-bottom: 2px solid #ccc;
}

.btn-toolbar {
    float: right;
}

.page-container {
    width: 960px;
    padding: 14px;
    background: #fff;
    margin: 20px auto;
    min-height: 30em;
    _height: 30em;
    border: 1px solid #ccc;
}

/*------------------
Tab Content
-----------------*/
.tab-pane {
}

/*---------------------
    Sub Menu Control
----------------------*/
.sub-menu {
    display: none;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 10px;
    list-style-position: outside !important;
}

    .sub-menu li {
        list-style-type: none !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style-position: outside !important;
    }

        .sub-menu li a {
            display: block;
        }

.sub-menu-control {
    float: right;
}

img {
    max-width: 100%;
    height: auto;
}

/*------------------
    Learning Table
------------------*/

.learning-table {
    background: #39526D;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    margin: 0px 4px;
}

    .learning-table .row {
        margin: 0;
    }

        .learning-table .row:hover {
            filter: alpha(opacity=80);
            opacity: .8;
            cursor: context-menu;
        }

    .learning-table a {
        color: #fff;
        text-decoration: none;
    }

        .learning-table a:hover {
            color: #fff;
            text-decoration: none;
        }

    .learning-table .learning-table-head .border {
        background: #072748;
    }

    .learning-table a {
        color: #fff !important;
    }

.learning-table-title {
    display: block;
    width: 100%;
}

    .learning-table-title span {
        margin-right: 15px;
    }

.learning-table .border {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    min-height: 44px;
    padding-top: 5px;
    background: #39526D;
}

.plus {
    background: url("../../images/icons/plus.png") no-repeat 50% 50%;
    width: 25px;
    height: 25px;
    display: inline;
    float: left;
}

.minus {
    background: url("../../images/icons/minus.png") no-repeat 50% 50%;
    width: 25px;
    height: 25px;
    display: inline;
    float: left;
}

/*-----------------------
    Progress Container 
------------------------*/
.progress-container {
    width: 98%;
    margin: 0 auto;
}

.progress-table-container {
    position: relative;
}

/*-------------------------
    Progress Table 
--------------------------*/

.progress-table {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    margin: 0px 4px;
}

    .progress-table .row {
        margin: 0;
    }

        .progress-table .row:hover {
            filter: alpha(opacity=80);
            opacity: .8;
            cursor: context-menu;
        }

    .progress-table a {
        color: #fff;
        text-decoration: none;
    }

        .progress-table a:hover {
            color: #fff;
            text-decoration: none;
        }


    .progress-table .progress-table-head .border {
        background: #072748;
    }

    .progress-table .border {
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        min-height: 40px;
        background: #39526D;
        padding-top: 5px;
    }

        .progress-table .border.white {
            background: #fff !important;
        }

        .progress-table .border.yellow {
            background: #FFCD00 !important;
        }

.progress-filter {
    margin: 0 0;
    padding: 10px 5px;
    min-height: 50px;
    background: #ffcd00;
    font-size: 1.2em;
}

    /* Radio Buttons 
    https://webdesign.tutsplus.com/articles/quick-tip-easy-css3-checkboxes-and-radio-buttons--webdesign-8953
*/

    .progress-filter input[type="checkbox"] {
        display: none;
    }

        .progress-filter input[type="checkbox"] + label span {
            display: inline-block;
            width: 19px;
            height: 19px;
            margin: -2px 10px 0 0;
            vertical-align: middle;
            background: url("images/check_radio.png") left top no-repeat;
            cursor: pointer;
        }

        .progress-filter input[type="checkbox"]:checked + label span {
            background: url("images/check_radio.png") -19px top no-repeat;
        }

.progress-filter-controls {
    margin: 0 0;
    padding: 10px 5px;
    height: 50px;
    background: #ffcd00;
    font-size: 1.2em;
    position: absolute;
    right: 0;
    width: 100px;
    top: -45px;
}

@media (max-width: 1024px) {
    .progress-filter-controls {
        position: static;
        width: 100%;
        margin: 5px auto;
    }
}



/*-------------------------
    Progress Summary
-----------------------*/

.progress-summary {
    margin: 8px 0 0;
    background: #001C3E;
}

    .progress-summary .border {
        border: 1px solid #fff;
    }

    .progress-summary .cell {
        background: #001c3e;
        min-height: 200px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

        .progress-summary .cell .content {
            min-height: 150px;
            font-size: 100px;
        }

/* Print PDF */

body.print-pdf .progress-summary {
    display: none;
}

body.print-pdf .progress-filter {
    display: none;
}



/*-------------------------
    Progress Table 
--------------------------*/

body.print-pdf .progress-table {
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    color: #111 !important;
    font-size: 18px;
    margin: 100px 4px;
}


body.print-pdf .progress-table a {
    color: #111;
    text-decoration: none;
}

body.print-pdf .progress-table a:hover {
    color: #111;
    text-decoration: none;
}

body.print-pdf .progress-filter-controls
{
    display:none;
}

body.print-pdf .progress-table .progress-table-head .border {
    background: #fff;
}

body.print-pdf .progress-table .border {
    border-left: 1px solid #111;
    border-top: 1px solid #111;
    min-height: 40px;
    background: #fff;
    padding-top: 5px;
}

body.print-pdf .progress-table .border.white {
    background: #fff !important;
}

body.print-pdf .progress-table .border.yellow {
    background: #fff !important;
}

body.print-pdf .background-grey
{
    background:#fff !important;
}

body.print-pdf .status-started, body.print-pdf .status-notstarted, body.print-pdf .status-completed {
    background: #fff !important;
    color: #111 !important;
}

body.print-pdf .progress-table {
    border-bottom:1px solid #111;
}