/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
File Description: Place here your custom CSS styles
*/

@font-face {
    font-family: 'Roboto Black';
    src: url('../fonts/Roboto/Roboto-Black.ttf');
}

@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: 'Roboto Thin';
    src: url('../fonts/Roboto/Roboto-Thin.ttf');
}

@font-face {
    font-family: 'Maiden Orange';
    src: url('../fonts/MaidenOrange.ttf');
}

@font-face {
    font-family: 'Gotham Black';
    src: url('../fonts/Gotham/Gotham-Black.ttf');
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('../fonts/Gotham/Gotham-Bold.ttf');
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('../fonts/Gotham/Gotham-Medium.ttf');
}

@font-face {
    font-family: 'Gotham Light';
    src: url('../fonts/Gotham/Gotham-Light.ttf');
}

@font-face {
    font-family: 'Gotham Thin';
    src: url('../fonts/Gotham/Gotham-Thin.ttf');
}

.embed-responsive-homepage {
    padding-bottom: 34%;
}


/*the following body styles are necessary to enable resonsive video*/
/*body {
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;

}*/

.paypal-button-hidden {
    visibility: hidden;
}

/*#body-container {
    min-height:600px;
}*/

#detailpage-container {
    margin: 20px;
}
/*.page-title {
    
    font-size:36px;
    color:#fff;
     font-family: 'Roboto Light';
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-weight: normal;
      border-bottom: 6px solid #8dc63f;

}*/

.cell-dkgreyk {
    background-color: #262626;
}

.reverse-text-small {
    font-size: 12px;
    color: #fff;
}

.reverse-text-medium {
    color: #fff;
    text-shadow: none;
}

.successmessage {
    font-size: large;
    color: green;
}

.errormessage {
    font-size: large;
    color: red;
}

.tavmessage {
    background-color: orange;
    padding: 2px 10px;
    margin-bottom: 10px;
    font-size: large;
}

.text-danger {
    font-weight: bold;
    color: red;
}

.debugmessage {
    font-size: large;
    color: blue;
}

.statstext {
    color: #9e9e9e;
    font-size: 14px;
}

.image-overlay-bottomheader {
    font-size: 22px;
    color: #fff;
    /*font-family: 'Gotham Light';*/
    position: absolute;
    bottom: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.image-overlay-bottomheader-medium {
    font-size: 15px;
    color: #fff;
    /*font-family: 'Gotham Light';*/
    position: absolute;
    bottom: 6px;
    text-align: center;
    margin-left: -12px; /*JG 170628 - adjustment to correct for off-center*/
    /*margin-left: auto;
     margin-right: auto;*/
    width: 100%;
}

.div-backgroundalt {
    background-color: #000;
}

/*.reverse-text-small a {
   
	color: #0094ff;
    text-decoration: underline;

}

.reverse-text-small a:link {
   
	color: #0094ff;
    text-decoration: underline;

}

.reverse-text-small a:visited {
   
	color: #0094ff;
    text-decoration: underline;

}

.reverse-text-small a:hover, a:focus {
   
	color: #fff;
    text-decoration: underline;

}

.reverse-text-small a:active {
   
	color: #0094ff;
    text-decoration: underline;

}*/

.opening-description {
    color: #000;
    text-align: center;
    margin-bottom: 12px;
}


hr.hr-blue {
    height: 1px;
    color: #3c9bc5;
}


hr.hr-min-margin {
    margin-top: 6px;
    margin-bottom: 6px;
    color: #ccc;
}

hr.hr-dark {
    height: 1px;
    color: #000;
}


hr.hr-dark-min-margin {
    margin-top: 6px;
    margin-bottom: 6px;
    color: #000;
}


/* Tooltip */
.supportbar + .tooltip > .tooltip-inner {
    background-color: #73AD21;
    color: #FFFFFF;
    border: 1px solid green;
    padding: 15px;
    font-size: 20px;
}
/* Tooltip on top */
.supportbar + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid green;
}
/* Tooltip on bottom */
.supportbar + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid blue;
}
/* Tooltip on left */
.supportbar + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid red;
}
/* Tooltip on right */
.supportbar + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid black;
}

.widebanner {
    background: #36373C;
    background-image: url("/images/backgrounds/bk_black-grey-gradient.jpg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    overflow: hidden;
    height: auto;
    border-top: 1px solid #000;
    margin-top: -1px;
}


.buttonoverlay {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000; /* fallback for browsers that don't understand rgba */
    border: solid 10px #000; /* fallback for browsers that don't understand rgba */
    background-color: rgba(0,0,0,0.5); /* slighly transparent black */
    border-color: rgba(255,255,255,0.2); /*Very transparent white*/
    /*position:relative;*/
    padding: 20px;
    /*width:300px;*/
    /*top:400px;
      z-index:30;
      margin-right:10%;*/
}

.buttonoverlayfull {
    background: #000; /* fallback for browsers that don't understand rgba */
    background-color: rgba(0,0,0,0.5); /* slighly transparent black */
}

.image-overlay-bottombutton {
    position: absolute;
    bottom: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.lessontitle-homepage {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
    min-height: 50px;
}

    .lessontitle-homepage a {
        color: #666;
        font-size: 14px;
        margin-top: 10px;
    }


        .lessontitle-homepage a:hover,
        .lessontitle-homepage a:focus,
        .lessontitle-homepage a:active {
            color: #000;
            background-color: transparent;
            border-color: #000;
            text-decoration: none;
        }

.video-homepage {
    text-align: right;
}

.textlink-bottom {
    position: absolute;
    bottom: 0px;
}


.textglow {
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

.testimoniallarge {
    font-size: 30px;
    color: #fff;
    margin-left: 4px;
}

.testimonialfromdetail {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    margin-left: 4px;
}

.vertline {
    margin-left: 20px;
    margin-right: 20px;
    min-height: 50px;
    border: 0;
    border-left: 1px solid #cccccc;
    display: inline-block;
    vertical-align: bottom;
}



.vdivide {
    border-right: 1px solid rgba(0,0,0,0.5);
}

/*borderright and borderright go together to create a vertical line between adjoining columns*/
.borderright {
    border-right: 1px solid #ddd;
}

.borderleft {
    border-left: 1px solid #ddd;
    margin: -1px;
}


.tabbody {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {

    .tabbody {
        margin-top: 20px;
        margin-left: 0;
        margin-bottom: 40px;
    }
}

.tabbodyforrowcontent {
    margin-left: 20px;
    margin-bottom: 40px;
}

.sectionheader {
    background-color: #4e5b5e;
    padding: 6px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}


.headerhighlight {
    margin: 20px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    padding-left: 70px;
    overflow: hidden;
    z-index: 1;
    border: none;
}

    .headerhighlight:before {
        position: absolute;
        content: "";
        top: 0px;
        left: 0px;
        width: 50px;
        height: 101%;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 2;
    }

.headerhighlight-track {
    color: #3c9bc5;
    background-color: #b2d7e8;
}

.headerhighlight-subject {
    color: #9d9d9d;
    background-color: #d7d7d7;
}

.headerhighlight-course {
    color: #72582b;
    background-color: #f7f0ce;
}

.headerhighlight-lesson {
    color: #555555;
    background-color: #f7f0ce;
}

.headerhighlight:after {
    font-family: "FontAwesome";
    position: absolute;
    top: 10px;
    left: 17px;
    color: #ffffff;
    font-size: 20px;
    z-index: 3;
}

/*.headerhighlight.headerhighlight-track:after {
    /*content: "\f00c";*/
/*}*/

/*.headerhighlight.headerhighlight-subject:after {
    /*content: "\f05a";*/
/*}*/

.headerhighlight.headerhighlight-course:after {
    content: "\f071";
}

.headerhighlight.headerhighlight-lesson:after {
    content: "\f00d";
}


div.RadGrid .rgSelectedRow {
    background-color: green !important;
    background: green !important;
}

/*html .RadTabStrip .rtsLevel1 .rtsLink {
    color: #973b3c;
}

html .RadTabStrip .rtsLink:hover {
    color: #000;
}*/

html .RadTabStrip_Custom .rtsTop .rtsLevel1 {
    border-bottom: 0;
}

html .RadTabStrip_Custom .rtsLevel1 .rtsLink {
    background-color: darkgray;
    color: #fff;
    margin-right: 30px;
    border: 0 !important;
}

    html .RadTabStrip_Custom .rtsLevel1 .rtsLink:after {
        content: '';
        height: 0;
        display: block;
        border-color: transparent transparent transparent darkgray;
        border-width: 20px;
        border-style: solid;
        position: absolute;
        top: 0;
        right: -40px;
    }

html .RadTabStrip_Custom .rtsLink:hover {
    color: #000;
}

html .RadTabStrip_Custom .rtsLevel1 .rtsSelected .rtsLink {
    color: #000;
    /*font-weight:bold;*/
}

@media (max-width: 767px) {
    html .RadTabStrip_Custom .rtsTop .rtsLevel1 {
        border-bottom: 0;
        border-top: 1px solid grey !important;
    }

    html .RadTabStrip_Custom .rtsLevel1 .rtsLink {
        background-color: white;
        color: #000;
        margin-right: 10px;
        border: 0 !important;
        padding: 0px !important;
        font-size: smaller;
    }

        html .RadTabStrip_Custom .rtsLevel1 .rtsLink:after {
            content: '';
            height: 0;
            display: block;
            border-color: transparent transparent transparent transparent;
            border-width: 0px;
            border-style: none;
            position: absolute;
            top: 0px;
            right: 0px;
        }

    html .RadTabStrip_Custom .rtsLink:hover {
        color: #990000 !important;
        text-decoration: underline;
    }

    html .RadTabStrip_Custom .rtsLevel1 .rtsSelected .rtsLink {
        color: #000;
    }
}

html .RadUpload {
    font-size: 14px;
    /*padding:4px;*/
}

    html .RadUpload .ruFakeInput {
        width: 200px;
        height: 30px;
    }

    html .RadUpload .ruBrowse {
        width: 100px;
        height: 30px;
        /*line-height: 24px;*/
    }



.questioncovered {
    margin-left: 6px;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #fff;
}

    .questioncovered a {
        color: #fff;
        text-decoration: underline;
    }

        .questioncovered a:hover {
            color: #fff;
            font-weight: bold;
        }

/*use for controls such as button style a links where there should be no hover change*/
.nochange:hover,
.nochange:focus,
.nochange:active {
    color: #fff !important;
    background-color: #666 !important;
    border-color: #000 !important;
}

.subheader {
    padding: 2px 8px 2px 8px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.minpadding {
    padding: 0 !important;
    margin: 0 !important;
}

.receipttable {
    border-spacing: 4px !important;
    width: 70%;
}

    .receipttable th td {
        padding: 6px !important;
    }

    .btn-default {
        text-decoration: none !important;
    }

.btn-default[disabled] {
    background: #ccc !important;
}

    .btn-default[disabled]:hover {
        background: #ccc !important;
    }

.btn-small {
    padding: 2px !important;
}

.form-block-narrow {
    /*width: 630px;*/
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


table.matrixtable {
    width: 100%;
    border-spacing: 2px;
}

    table.matrixtable td {
        padding: 8px;
        text-align: left;
    }

table.simplepaddedtable {
    width: 100%;
    border-spacing: 2px;
}

    table.simplepaddedtable td {
        padding: 8px;
    }

.highlightmessagebox {
    border: solid;
    border-width: 1px;
    border-color: red;
    background-color: #FFFFCC;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}


table.simplenopaddedtable {
    width: 100%;
}

    table.simplenopaddedtable td {
        padding: 0px;
    }

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*180517 QG container that goes beyond the regular container size*/
.container-fluid-wide {
    padding-right: 75px;
    padding-left: 75px;
    margin-right: auto;
    margin-left: auto;
}



/*180516 QG SCSS overrieds because couldn't figure out how to edit them*/
.navbar-default .navbar-nav > li > a {
    color: $gray;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal !important;
    padding: 12px 20px 12px 14px; /*JG cheat in the side so longer navigation list can fit*/
    z-index: 102;
    border: 1px solid transparent;
    bottom: -1px;
    @include transition(none);
}

    .navbar-default .navbar-nav > li > a:hover {
        @include transition(all 0.2s ease-out);
    }

/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
    color: #666 !important;
    background-color: transparent;
    font-weight: 600 !important;
}

    .navbar-default .navbar-nav > .active > a:hover {
        background-color: transparent;
        color: #000 !important;
    }

/* first level active menu items when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
    color: #000 !important;
    background-color: #fafafa;
    border: 1px solid #f1f1f1;
    border-bottom: 1px solid transparent;
    @include box-shadow(-1px -1px 0px rgba($black, 0.03));
}

    /* first level active menu items when clicked */
    .main-navigation .navbar-nav > .open > a:active,
    .main-navigation .navbar-nav > .open.active > a:active {
        background-color: #ffffff;
        color: #000 !important;
        @include box-shadow(none);
        border-color: transparent;
        @include transition(all 0.1s ease-in-out);
    }

        .main-navigation .navbar-nav > .open > a:active + ul,
        .main-navigation .navbar-nav > .open.active > a:active + ul {
            display: none;
        }

.navbar-default .navbar-nav > .active.dropdown > a:before {
    color: #d1d1d1 !important;
}

@media (max-width: 767px) {

    .moble-hide {
        visibility: hidden;
        display: none;
    }

    .dashboard-links {
        text-align: right;
        width: 180px;
    }
}

.dashboard-links {
    text-align: right;
    width: 240px;
}

    .dashboard-links i {
        padding: 0 5px;
    }

/*.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
        }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}*/

.tableblank-withpadding th, td {
    padding: 2px;
}

.tableblank th, td {
    padding: 0px;
}

.removebutton {
    background-color: #990000;
    border: none;
    color: white;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 2px;
    border-radius: 4px;
}

    .removebutton:hover,
    .removebutton:focus,
    .removebutton:active,
    .removebutton.active {
        background-color: #660000;
    }


.btn-yellow {
    background-color: transparent;
    color: #f1c141;
    border: 1px solid #f1c141;
}

    .btn-yellow:hover,
    .btn-yellow:focus,
    .btn-yellow:active,
    .btn-yellow.active,
    .open .dropdown-toggle.btn-yellow {
        color: #000;
        background-color: #f1c141;
        border-color: #f1c141;
    }



.grid-height-sizer {
    min-height: 650px;
}

.grid-width-600 {
    min-width: 600px;
}

@media (max-width: 767px) {

    .grid-height-sizer {
        min-height: 450px;
        /* padding-bottom: 30px;*/
        /* margin-bottom: 20px;*/
    }
}


/* File Upload Dropzone */
.drop-zone, .drop-zone-progress {
    border: none;
    padding: 4px 4px 4px 14px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    max-width: 600px;
    min-width: 390px;
}

    .drop-zone-progress .progress {
        margin-bottom: 0px;
        padding: 0;
    }

    .drop-zone-progress .progress-bar {
        min-width: 2em;
        text-align: right;
        padding-right: 3px;
    }

    .drop-zone-progress .progress .word {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        font-weight: bold;
        color: black;
        display: flex;
    }

.drop-message {
    color: #888;
}

.file-input {
    display: none !important;
}

.drop-zone.drag-over {
    border-color: #ff0000;
    background-color: #f8f8f8;
}

.drop-zone .fileselectbutton {
}

.fileselect {
    border: 2px solid #DCE4EC;
    padding: 4px;
}

.fileselectbutton {
    background-color: #DCE4EC;
}

.fileselectmessage {
    background-color: #FFFFFF;
}

.drop-zone:hover .fileselect,
.drop-zone.drag-over .fileselect {
    border-color: #34495e;
}

.drop-zone:hover .fileselectbutton,
.drop-zone.drag-over .fileselectbutton {
    background-color: #34495e;
    color: #FFFFFF;
}

.checkbox-margin input[type="checkbox"] {
    margin-right: 5px;
}

.rankUpdateTable {
    margin-bottom: 30px;
}

.modal-content .modal-header {
    background-color: #973b3c;
}

/*make button to close white*/
.modal-header .close {
    color: white;
    opacity: 0.8;
}

    .modal-header .close:hover {
        color: white;
        opacity: 1;
    }

.btn-primary {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
    /* Hover and focus */
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active:hover,
    .btn-primary:active:focus,
    .btn-primary.active:hover,
    .btn-primary.active:focus {
        background-color: #449d44;
        border-color: #398439;
        color: #fff;
    }

    /* Active and .active */
    .btn-primary:active,
    .btn-primary.active {
        background-color: #449d44;
        border-color: #255625;
        color: #fff;
    }

    /* Disabled states */
    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary {
        background-color: #5cb85c;
        border-color: #4cae4c;
        color: #fff;
        opacity: 0.65;
    }

.tbl-user-action-submissions {
    overflow: unset;
    max-height: 500px;
}


