﻿#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#modal {
    position: absolute;
    background: url(tint20.png) 0 0 repeat;
    background: rgba(0,0,0,0.2);
    border-radius: 14px;
    padding: 8px;
}

#content {
    border-radius: 8px;
    background: #fff;
    padding: 20px;
}

#footer .container-button {
    padding-bottom: 26px;
}

.social-image {
    margin-left: 10px;
    margin-right: 10px;
    float: right
}

.row {
    margin-left: -5px;
    margin-right: -5px
}

h2 {
    color: #333;
    font: 32px/34px 'titillium_webregular', Arial, Helvetica, sans-serif;
    margin: 5px 0 10px;
}

.btn-finder-service, .btn-finder-subscribe {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font: 14px/27px "calibribold",Arial,Helvetica,sans-serif;
    height: 31px;
    text-transform: uppercase;
    vertical-align: top;
    padding: 0 11px 0 11px;
}

.btn-finder-subscribe {
    padding: 0 11px 0 11px;
}

.newsletter-preferences {
    clear: both;
    margin: 0 0 30px;
}

    .newsletter-preferences .newsletter {
        margin: 0 10px 10px 0;
    }

input#start-date, input#end-date {
    height: 37px !important;
}

.newsletter-description {
    margin-top: 2px;
}

div.col-sm-6.col-md-5 {
    width: 99%;
}

label.error {
    font-size: 12px;
    color: red;
    width: 100%;
}

input:required {
    border: 1px solid #33CC33;
}

.students .table .col3 {
    text-align: right;
    padding-right: 10px !important;
}

.students .table .col4 {
    padding-left: 5px !important;
}

.students .icon-lightbox {
    float: none;
    color: transparent;
}

.students .table .colextra {
    border: none;
}

#tab-1 .table .col3,
#tab-1 .table .col4,
#tab-3 .table .col3,
#tab-3 .table .col4 {
    text-align: center;
}

#tab-1 .table .col3r,
#tab-1 .table .col4r {
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
}

#tab-2 .table .th {
    text-align: center;
}

#ILT,
#ONLINE {
    font-size: 10pt;
}


.link-cancel {
    vertical-align: -webkit-baseline-middle;
    margin: 4px 0 0 11px;
}

.billing-table {
    margin: 0 0 5px;
}

.summary-table .table {
    width: 675px;
    margin: 0 auto 15px;
}

    .summary-table .table .col4,
    .summary-table .table .col3 {
        text-align: right;
    }

.main #submit:hover {
    background: #df6f1d;
    border: 1px solid #df6f1d;
    text-decoration: underline;
}

.main #submit {
    color: #fff;
    background-color: #df6f1d;
    border-color: #df6f1d;
}


.infopanel dl dt {
    float: left;
    width: 100px;
}

.infopanel dl dd div {
    float: left;
}

.student-table .table tr th {
    text-align: center;
}

.student-table .table tr .namecol {
    width: 175px;
}

.employee-table {
    border: 1px solid #ccc;
    padding: 4px 10px 9px;
}

    .employee-table .table tr .namecol {
        width: 200px;
    }


.course-table .table tr .scorecol,
.course-table .table tr .optioncol,
.course-table .table tr .resourcecol {
    vertical-align: middle;
}

.course-table {
    border: 1px solid #ccc;
    padding: 4px 10px 9px;
}

    .course-table .table tr {
        height: 40px;
    }

        .course-table .table tr .titlecol,
        .course-table .table tr .scorecol,
        .course-table .table tr .optioncol,
        .course-table .table tr .resourcecol {
            vertical-align: middle;
        }

        .course-table .table tr .resourcecol {
            width: 100px;
        }

        .course-table .table tr .scorecol,
        .course-table .table tr .optioncol {
            width: 70px;
        }

        .course-table .table tr .resourcecol,
        .course-table .table tr .optioncol,
        .course-table .table tr .scorecol {
            text-align: left;
        }


.billing-table .table tr .col5,
.billing-table .table tr .col6,
.billing-table .table tr .col7 {
    text-align: right;
}

.billing-table .table tr .col7 {
    width: 25px;
    vertical-align: top;
}



.lms-form .form-group {
    margin: 0 0 7px;
}

.lms-form label {
    font-weight: normal;
    float: left;
    line-height: 16px;
    margin: 10px 2px 0 0;
    width: 120px;
}

.lms-form .input {
    overflow: hidden;
    position: relative;
    width: 247px;
}

.lms-form .form-control {
    padding: 0 7px;
}

.lms-form .input-placeholder-text {
    padding: 1px 7px;
}

.lms-form .input-date,
.lms-form .date {
    width: 110px;
    height: 37px !important;
}

.account .form-control.form-control-code {
    width: 100px;
}

.account .form-control.form-control-number {
    width: 140px !important;
}

.account .form-control.form-control-ext {
    width: 67px;
}

tfoot {
    border-top: 4px solid #ccc;
    background: #f6f6f6;
}


.lmsnav ul {
    list-style: none;
    background-color: #f6f6f6;
    text-align: center;
    padding: 0;
    margin: 0;
}

.lmsnav li {
    border-bottom: 1px solid #888;
}

.lmsnav a {
    text-decoration: none;
    color: #005696;
    display: block;
    transition: .3s background-color;
}

    .lmsnav a:hover {
        background-color: #005696;
    }

    .lmsnav a.active {
        background-color: #f6f6f6;
        color: #444;
        cursor: default;
    }

#bs-example-navbar-collapse-1 .collapse-holder.helper-menu.active-drop {
    margin-top: 0;
    padding-top: 0;
}

#mainnav .dropdown-menu > li {
    margin: 0 0 6px 0;
}

@media only screen and (max-width: 991px) {
    .back-link:before {
        content: "< ";
        color: #fff;
    }

    .panel-title > .collapsed:before {
        width: 14px;
    }

    .panel-title > a:before {
        width: 14px;
    }

    .nav-profile > ul > li.active > a, .nav-main > ul > li.active > a {
        color: #fff;
        position: relative;
    }

    .nav-profile .dropdown-toggle {
        color: #fff !important;
        text-decoration: none;
    }

    .dropdown-menu {
        padding: 0px 10px 10px 10px;
        border: none;
    }

    #header .navbar-collapse {
        background: none repeat scroll 0 0 #294072;
        margin: 16px 5px 0 0;
        max-height: 840px;
        padding: 0 !important;
        position: absolute;
        right: 5px;
        top: 100%;
        width: 256px;
        z-index: 100;
        max-width: 92.5%;
    }

    #bs-example-navbar-collapse-1, #bs-example-navbar-collapse-1 .collapse-holder {
        overflow: hidden;
        margin: 16px 0px 0 0;
    }

        #bs-example-navbar-collapse-1 .dropdown-menu li {
            margin: 0 0 6px 0;
            display: block;
        }
}

@media only screen and (max-width: 767px) {
    .billing-info {
        padding: 6px 0 0;
    }

    .colextra,
    .table .mobilehide {
        display: none;
    }

    .summary-table .table {
        width: auto;
    }

    .title-tab-mobile {
        text-align: left;
    }

        .title-tab-mobile span:before {
            left: -7px;
        }
}

@media screen and (min-width: 600px) {
    .lmsnav li {
        width: 120px;
        border-bottom: none;
    }

    /* Option 1 - Display Inline */
    .lmsnav li {
        display: inline-block;
        margin-right: -4px;
    }
}

@media screen and (min-width: 990px) {
    .basket-footer .hide-mobile {
        display: none;
    }

    .hidden-desktop {
        display: none;
    }
}

table.Table {
    margin: 10px 0pt 15px;
    text-align: left;
}

    table.Table tbody tr.odd td {
        background-color: #EEEEEE;
    }

    table.Table tbody tr.even td {
        background-color: #FFFFFF;
    }

    table.Table thead tr .header {
        background-image: url(/GTOnline/css/bg.png);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.Table thead tr .headerSortUp {
        background-image: url(/GTOnline/css/asc.png);
    }

    table.Table thead tr .headerSortDown {
        background-image: url(/GTOnline/css/desc.png);
    }

    table.Table thead tr .headerSortDown, table.Table thead tr .headerSortUp {
        /*background-color: #DD701D;*/
        background-color: #284072;
    }
