﻿/* guaranteed to run abbrev. in schedule and header */

.iconG2RLong {
    display: inline-block;
    margin: 0;
    text-align: right;
    color: #A92B4E !important;
    font-weight: bold;
    padding-left: 10px;
    font-size: .8em;
}

    .iconG2RLong:before {
        content: "\f058";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        transform: translate(0,0);
        padding-right: 3px;
    }

/* tab and accordion styles */

[id^="fbs-outlineSide"] .tab-content h4.panel-title {
    margin-top: 0;
    line-height: 0.7;
}


[id^="fbs-outlineSide"] .nav-tabs li a, [id^="fbs-outlineSide"] .nav-tabs li a:hover {
    color: #fff;
}

    [id^="fbs-outlineSide"] .nav-tabs li a:hover {
        border-top-color: #ccc;
    }

[id^="fbs-outlineSide"] .nav-tabs li.active a,
[id^="fbs-outlineSide"] .nav-tabs li.active a:focus,
[id^="fbs-outlineSide"] .nav-tabs li.active a:hover {
    border-top-color: #00529b;
    color: #000;
    background: #fff !important;
}

[id^="fbs-outlineSide"] .nav-tabs > li > a:link,
[id^="fbs-outlineSide"] .nav-tabs > li > a:visited {
    background: #00529b;
}

[id^="fbs-outlineSide"] .nav-tabs li a,
[id^="fbs-outlineSide"] .nav-tabs li a:hover {
    border-left: 1px solid #00529b;
    border-right: 1px solid #00529b;
    border-top: 3px solid #00529b;
    margin-right: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

[id^="fbs-outlineSide"] .nav-tabs {
    border-bottom-color: #ccc;
}

    [id^="fbs-outlineSide"] .nav-tabs > li.active > a,
    [id^="fbs-outlineSide"] .nav-tabs > li.active > a:focus,
    [id^="fbs-outlineSide"] .nav-tabs > li.active > a:hover {
        border: 1px solid #ccc;
    }

    [id^="fbs-outlineSide"] .nav-tabs li.active a,
    [id^="fbs-outlineSide"] .nav-tabs li.active a:focus,
    [id^="fbs-outlineSide"] .nav-tabs li.active a:hover {
        border-left-color: #ccc;
        border-right-color: #ccc;
        border-bottom: transparent;
    }

[id^="fbs-outlineSide"] .tab-content {
    border-color: #ccc;
}

    [id^="fbs-outlineSide"] .tab-content .panel-heading {
        background: #00539b;
    }

        [id^="fbs-outlineSide"] .tab-content .panel-heading a {
            color: #fff;
            background: #00539b;
        }

            [id^="fbs-outlineSide"] .tab-content .panel-heading a:hover {
                text-decoration: none;
            }

[id^="fbs-outlineSide"] .panel-default {
    border-color: #fff;
}

@media only screen and (max-width: 600px) {
    [id^="fbs-outlineSide"] .tab-content {
        border: none
    }

    .panel-default > .panel-heading {
        border-color: #fff;
    }

    [id^="fbs-outlineSide"] .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: 1px solid #00539b;
    }

    [id^="fbs-outlineSide"] tbody td:nth-of-type(1):before {
        content: "Starts";
    }

    [id^="fbs-outlineSide"] tbody td:nth-of-type(2):before {
        content: "Where";
    }

    [id^="fbs-outlineSide"] tbody td:nth-of-type(3):before {
        content: "Price";
    }

    [id^="fbs-outlineSide"] td:nth-of-type(4):before {
        content: "Add to Cart";
    }
}



@media (min-width: 768px) {
    .panel-heading {
        display: none;
    }

    .panel {
        border: none;
        box-shadow: none;
    }

    .panel-collapse {
        height: auto;
    }

        .panel-collapse.collapse {
            display: block;
        }
}

@media (max-width: 767px) {
    .tab-content .tab-pane {
        display: block;
    }

    .nav-tabs {
        display: none;
    }

    .panel-title a {
        display: block;
    }

    .panel {
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
    }

    .tab-content .panel-heading h4.panel-title {
        margin-top: 0;
    }

    .tab-pane:first-child .panel {
        border-radius: 5px 5px 0 0;
    }

    .tab-pane:last-child .panel {
        border-radius: 0 0 5px 5px;
    }
}

/* on mobile, add spcace between buttons and course title, reduce title size */
@media only screen and (max-width: 767px) {
    div.requests {
        margin-bottom: 25px;
        margin-right: 15px;
    }

    h1 {
        font-size: 2.3em;
    }
}

/* fix hover over enroll button */
a.enroll-link:hover {
    color: #fff !important;
}

a.enroll-link {
    display: inline-block;
    padding: 5px 10px;
    background: #228b22;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    white-space: nowrap;
    border-radius: 3px;
    margin-top: 4px;
    text-decoration: none;
}

a.enroll-link:visited {
   color: #fff;
}


img.wi-icon {
    float: left;
    vertical-align: top;
    padding: 0 10px 25px;
}

div.wi-block {
    clear: left;
}

@media (max-width: 320px) {
    img.wi-icon {
        padding-bottom: 40px;
    }
}

span.lg-hours {
    display: block;
    font-size: 13px;
}

@media only screen and (max-width: 768px) {
    div.icons-head h3 {
        font-size: 22px;
    }
}

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

#outerContainer .panel-grayhead .panel-heading {
    background-color: #666;
    border-color: #666;
    color: #fff;
}

#outerContainer .panel-grayhead .panel-body {
    border: 1px solid #666;
    border-radius: 0 0 5px 5px;
}

td.money {
    font-weight: bold;
    text-align: left;     
}

td.money span {
    display:inline-block;
    padding-top:3px;
}

p.down-links a {
    display: inline-block;
    padding: 5px 7px;
    color: #fff;
    background: #00539b;
    margin: 4px 0 0 0;
    font-weight: bold;
}


div.request-links a {
    display: inline-block;
    padding: 3px 7px;
    color: #fff;
    background: #666;
    margin: 4px 0 0 0;
    font-size: .85em;
}

p.down-links a:first-child, 
div.requests div.request-links:first-child a {
    border-radius: 5px 0 0 5px;
}

p.down-links a:last-child, 
div.requests div.request-links:last-child a {
    border-radius: 0 5px 5px 0;
}

p.down-links a:hover, div.request-links a:hover {
    text-decoration: none;
    background: #666;
}

div.request-links a:hover {
    text-decoration: none;
    background: #AF334B;
}

p.down-links a em {
    color: #bfbfbf;
}

div.request-links {
    display: inline;
}

div.requests {
    float: right;
}

a#ondLink, a#groupLink {
    font-size: 1.2em;
    padding: 0px 10px 20px;
    display: block;    
}

span#satvLink, span#clcLink {
    font-size: 1.2em;
    padding: 0px 10px 20px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    p.request-links {
        float: left;
    }
}

@media only screen and (max-width:767px) {
    .features img {
        width: 40px;
        height: 40px;
        margin-left: 3px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:320px) {
    .features img {
        width: 32px;
        height: 32px;
        margin-left: 3px;
        margin-bottom: 10px;
    }
}


span.anchor {
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}

div.btm-pad5 {
    padding-bottom: 5px;
}

div.btm-pad10 {
    padding-bottom: 10px;
}

div[id^="fbs-outline"] .heading.heading-middle-border {
    margin-top: 30px;
}

div[id^="fbs-outline"] h4 {
    margin-top: 30px;
}

.callToEnroll {
    color: #A0522D;
}

.iconVOnD {
    display: inline-block;
    border-radius: 3px;
    background: #007575;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
    width: 54px;
}

a.iconVOnD:hover {
    background: #828282;
}

.iconVOnDLong {
    display: inline-block;
    border-radius: 3px;
    background: #007575;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;    
}

a.iconVOnDLong:hover {
    background: #828282;
}



.iconNHOnD {
    display: inline-block;
    border-radius: 3px;
    background: #A0522D;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
    width: 54px;
}

a.iconNHOnD:hover {
    background: #828282;
}

.iconNHOnDLong {
    display: inline-block;
    border-radius: 3px;
    background: #A0522D;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;    
}

a.iconNHOnDLong:hover {
    background: #828282;
}


.iconOLL {
    display: inline-block;
    border-radius: 3px;
    background: #96B8D6;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
    width: 54px;
}

a.iconOLL:hover {
    background: #828282;
}
.iconOLLLong {
    display: inline-block;
    border-radius: 3px;
    background: #96B8D6;
    margin: 0;
    padding: 0 3px;
    text-align: center;
    color: #fff !important;    
}

a.iconOLLLong:hover {
    background: #828282;
}

.iconILT {
    display: inline-block;
    border-radius: 3px;
    background: #b5d445;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
    width: 54px;
}

a.iconILT:hover {
    background: #828282;
}

.iconILTLong {
    display: inline-block;
    border-radius: 3px;
    background: #b5d445;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
    
}

a.iconILTLong:hover {
    background: #828282;
}

.iconML {
    display: inline-block;
    border-radius: 3px;
    background: #ecb335;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
    width: 54px;
}

a.iconML:hover {
    background: #828282;
}

.iconMLLong {
    display: inline-block;
    border-radius: 3px;
    background: #ecb335;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
    
}

a.iconMLLong:hover {
    background: #828282;
}


.iconOLA {
    display: inline-block;
    border-radius: 3px;
    background: #e26639;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
    width: 54px;
}

a.iconOLA:hover {
    background: #828282;
}

.iconHDL {
    display: inline-block;
    border-radius: 3px;
    background: #e4c2a4;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
    width: 54px;
}

a.iconHDL:hover {
    background: #828282;
}

.iconHDLLong {
    display: inline-block;
    border-radius: 3px;
    background: #e4c2a4;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;    
}

a.iconHDLLong:hover {
    background: #828282;
}


.iconSATV {
    display: inline-block;
    border-radius: 3px;
    background: #13609D;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
    width: 54px;
}

a.iconSATV:hover {
    background: #828282;
}

.iconRML {
    display: inline-block;
    border-radius: 3px;
    background: #B17E10;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
    width: 54px;
}

a.iconRML:hover {
    background: #828282;
}

.iconRMLLong {
    display: inline-block;
    border-radius: 3px;
    background: #B17E10;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;    
}

a.iconRMLLong:hover {
    background: #828282;
}


.iconG2R {
    display: inline-block;
    border-radius: 3px;
    background: #5ab146;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
    width: 54px;
}

a.iconG2R:hover {
    background: #828282;
}


a.iconG2R:hover {
    background: #828282;
}

.iconCLC {
    display: inline-block;
    border-radius: 3px;
    background: #a4232b;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
    width: 37px;
}

a.iconCLC:hover {
    background: #828282;
}

.iconCTP {
    display: inline-block;
    border-radius: 3px;
    background: #80807C;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
    width: 37px;
}

a.iconCTP:hover {
    background: #828282;
}

.icon-circle-arrow-right:before {
    content: "\f0a9";
    font-family: FontAwesome;
}

.features img {
    width: 50px;
    height: 65px;
    margin-left: 5px;
}

@media only screen and (max-width: 600px) {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
    }



        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

        /*
	Label the data
	*/
        tbody td:nth-of-type(1):before {
            content: "Starts";
        }

    tbody td:nth-of-type(2):before {
        content: "Time";
    }

    tbody td:nth-of-type(3):before {
        content: "Location";
    }

    tbody td:nth-of-type(4):before {
        content: "Delivery";
    }

    tbody td:nth-of-type(5):before {
        content: "Price";
    }

    tbody td:nth-of-type(6):before {
        content: "Tax";
    }
}
