/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall ----- 'jpg' new,,, 'png' old -- hexagon-5 --- b.png --*/
body {
    padding-top: 50px;
    /*background: #0f0f0f url('../../img/b.jpg') no-repeat;*/
    background-color: #fff!important;
    background-size: cover;
}

/*
 * Global add-ons
 */
 
.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}


/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
 
 
 
.navbar-fixed-top {
    border: 0;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #337ab7;
    background-color: #101010;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #333333;
        border-right: 1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

/*
 * Main content
 */

.main {
    padding: 20px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.main .page-header {
    margin-top: 0;
}

.dropdown {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .dropdown {
        visibility: hidden;
        margin-bottom: -40px;
    }
}

.textBox {
    background-color: #101010;
    border-radius: 10px;
}

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.placeholders h4 {
    margin-bottom: 0;
}

::selection {
    color: #fff;
    background: #a8d1ff;
}

::-moz-selection {
    color: #fff;
    background: #a8d1ff;
}

.selectedCol {
    background-color: #151515;
}


.table>thead>tr {
    background-color: #101010;
}


#coursesTakenLabel:before {
    content: 'Total Titles Taken YTD';
}

#pretestLabel:before {
    content: 'Pretest - ';
}

#pretestLabel:after {
    content: '%';
}

#postTestLabel:before {
    content: 'Post test - ';
}

#postTestLabel:after {
    content: '%';
}

#deltaLabel:before {
    content: 'Average Delta Result';
}

#deltaLabel:after {
    content: '%';
}


/*.speedometer {*/
    /*width: 200px;*/
    /*height: 100px;*/
    /*position: relative;*/
    /*!*border-radius: 200px 200px 0 0;*!*/
    /*margin: 20px auto;*/
/*}*/

/*.speedometer:after {*/
    /*background-color: #fff;*/
    /*width: 20px;*/
    /*height: 10px;*/
    /*left: 50%;*/
    /*margin-left: -10px;*/
    /*border-radius: 20px 20px 0 0;*/
    /*content: "";*/
    /*display: block;*/
    /*position: absolute;*/
    /*bottom: 0;*/
/*}*/

.speedometer > .pointer {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    z-index: 999;

    

    /*-moz-transform: rotate(100deg);*/
    /*-ms-transform: rotate(100deg);*/
    /*-webkit-transform: rotate(100deg);*/
    /*transform: rotate(100deg);*/

    /*width: 0;*/
    /*height: 0;*/
    /*border-left: 5px solid transparent;*/
    /*border-right: 5px solid transparent;*/
    /*border-bottom: 80px solid black;*/
}

.speedometer > .pointer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /*border-style: solid;*/
    /*border-width: 80px 0 0 10px;*/
    /*border-color: #000000 transparent transparent;*/
    width: 0;
    height: 0;

    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 80px solid black;
}

/*.speedometer.red {*/
    /*background-color: rgba(255, 85, 94, .75);*/
/*}*/

/*.speedometer.yellow {*/
    /*background: rgba(255, 206, 86, .75);*/
/*}*/

/*.speedometer.green {*/
    /*background-color: rgba(75, 192, 94, .75);*/
/*}*/

.speedometer {
    /*position: relative;*/
    /*width: 200px;*/
    /*height: 115.47px;*/
    /*background-color: #ff555e;*/
    /*margin: 57.74px 0;*/
    /*border-left: solid 10px #418bca;*/
    /*border-right: solid 10px #418bca;*/

    height: 300px;
    width: 300px;
    border-radius: 150px;
    background-color: rgb(255, 43, 59);
}

/*.speedometer:before,*/
/*.speedometer:after {*/
    /*content: "";*/
    /*position: absolute;*/
    /*z-index: 1;*/
    /*width: 141.42px;*/
    /*height: 141.42px;*/
    /*-webkit-transform: scaleY(0.5774) rotate(-45deg);*/
    /*-ms-transform: scaleY(0.5774) rotate(-45deg);*/
    /*transform: scaleY(0.5774) rotate(-45deg);*/
    /*background-color: inherit;*/
    /*left: 19.2893px;*/
/*}*/

/*.speedometer:before {*/
    /*top: -70.7107px;*/
    /*border-top: solid 14.1421px #418bca;*/
    /*border-right: solid 14.1421px #418bca;*/
/*}*/

/*.speedometer:after {*/
    /*bottom: -70.7107px;*/
    /*border-bottom: solid 14.1421px #418bca;*/
    /*border-left: solid 14.1421px #418bca;*/
/*}*/

@media (min-width: 1200px) {
    /*.speedometer {*/
        /*text-align: left;*/
        /*position: relative;*/
        /*width: 300px;*/
        /*height: 173.21px;*/
        /*background-color: rgb(255, 0, 28);*/
        /*margin: 86.60px 0;*/
        /*border-right: solid 10px #428bca;*/
        /*border-left: solid 10px #428bca;*/
    /*}*/

    /*.speedometer:before,*/
    /*.speedometer:after {*/
        /*content: "";*/
        /*position: absolute;*/
        /*z-index: 1;*/
        /*width: 212.13px;*/
        /*height: 212.13px;*/
        /*-webkit-transform: scaleY(0.5774) rotate(-45deg);*/
        /*-ms-transform: scaleY(0.5774) rotate(-45deg);*/
        /*transform: scaleY(0.5774) rotate(-45deg);*/
        /*background-color: inherit;*/
        /*left: 33.9340px;*/
    /*}*/

    /*.speedometer:before {*/
        /*top: -106.0660px;*/
        /*border-top: solid 14.1421px #428bca;*/
        /*border-right: solid 14.1421px #428bca;*/
    /*}*/

    /*.speedometer:after {*/
        /*bottom: -106.0660px;*/
        /*border-bottom: solid 14.1421px #428bca;*/
        /*border-left: solid 14.1421px #428bca;*/
    /*}*/

    .speedometer > .pointer:after {
        /*border-width: 170px 0 0 20px;*/
        /*border-width: 130px 0 0 15px;*/
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 170px solid black;    }
}

.speedometer.yellow {
    background-color: rgb(255, 239, 82);
}

.speedometer > .pointer.sweep {
    animation: sweep 1.5s alternate 2 ease-in-out;
}

@keyframes sweep {
    from {
        -moz-transform: rotate(95deg);
        -ms-transform: rotate(95deg);
        -webkit-transform: rotate(95deg);
        transform: rotate(95deg);
    }
    to {
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@font-face {
   
   font-family: Montserrat;
    
}

#expbutton {
    display: block !important;
    width: 115px !important;
    height: 25px !important;
    background: transparent !important;
    padding: 10px !important;
    text-align: center !important;
    border-radius: 5px !important;
    color: white !important;
    font-weight: bold !important;
    border:2px white solid !important;
}
