@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-Regular.ttf');
}
/* Main Content */

.main-content {
    padding-bottom: 20px;
}

.main-content a, h1 {
  color: #E0902E;
}
.main-content h2 {
  color: #3C6A99
}
.main-content a.btn {
  color: #FFF;
}

/* Header */
#header .row {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

#banner {
    margin-top: 20px;
}


/* Navigation */

nav.navbar.navbar-default {
    margin: 0 0 0 0;
    border-right: none;
    border-left: none;
}

nav .nav>li>a,
nav .nav .nav-text {
    padding: 15px 10px;
}

nav .nav .label {
    font-size: 15px;
}

.navbar-default,
.panel-primary > .panel-heading,
a.list-group-item.active,
a.list-group-item.active:hover,
.badge {
  background-color: #3C6A99;
}

.btn {
  padding: 6px 10px;
}

.btn-primary,
.btn-default,
.btn-danger,
.btn-info {
  background-color: #e7e7e7;
  border-color: #cccccc;
  color: #333333;
}

.btn-primary:hover,
.btn-info:hover,
.btn-default:hover,
.btn-danger:hover {
  color: #333333;
  background-color: #cecece;
  border-color: #adadad;
}

.btn-primary:active, .btn-primary:focus,
.btn-info:active, .btn-info:focus,
.btn-default:active, .btn-default:focus,
.btn-danger:active, .btn-danger:focus {
    color: #333333;
    background-color: #cecece;
    border-color: #adadad;
}

.btn-primary:active:focus,
.btn-info:active:focus,
.btn-default:active:focus,
.btn-danger:active:focus {
    color: #333333;
    background-color: #bcbcbc;
    border-color: #8c8c8c;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > .nav-text {
  color: #E9E9E9;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover {
  color: #FFF;
  background-color: #F7A616;
}

.no-hover:hover,
.no-hover a:hover {
    background-color: unset !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #F7A616;
}

li.parent:hover > ul.children {
    display: block;
}

.navbar-toggle {
    background-color: #e9e9e9;
}

/* Footer */

footer {
    padding: 50px 0 20px 0;
    background-color: #3C6A99;
    border-top: 1px solid #175799;
    color: #fff;
}

footer .row > div {
    margin-bottom: 20px;
}

footer hr {
    border-color: rgba(0,0,0,0.2);
}

footer .social-icon {
    height: 50px;
    padding-bottom: 15px;
}
footer .social-icon a, footer.social-icon a:hover {
    width: 100%;
    height: 50px;
    display: block;
    color: #fff;
    text-decoration: none;
}
footer .social-icon .icon {
    display: inline-block;
    width: 50px;
    margin-right: 15px;
}
footer .social-icon .service {
    display: inline-block;
    height: 50px;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
}

.footer-well {
    padding: 20px;
    border-radius: 6px;
    background-color: #2c5177;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.15);
    border: 1px solid #234367;
}

.footer-header {
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-shadow: 0px 1px #333;
}

.footer-news-item {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,0.2);
}
.footer-news-item a {
    color: #7194bc;
}
.footer-news-date {
    font-size: small;
    color: #ccc;
    text-align: right;
}

/* Forms */
.question-group {
    padding: 10px;
}
.question-group:nth-child(even) {
    background: #f9f9f9;
}

#chared-alert {
    position: fixed;
    top: 0px;
    z-index: 1000;
}


/* Tables */

.caret.caret-inverse {
    border-top-width: 0;
    border-bottom: 4px solid #555;
}
table .tablesorter-header:hover {
    cursor: pointer;
}
table.flush-left {
    margin-left: -8px;
}
/* YouTube */

.video-container { position: relative; margin-top: 20px; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* Accordion */
.main-content #accordion .panel-title>a {
    color: #555;
}

/* SortableJS Styles */
.reorder-cursor:hover{
    /* TODO: Not working on label of question */
    cursor: move;
}
.expandQuestions:hover{
    cursor: pointer;
}
.draggable-background-ghost{
    position: relative;
}
.draggable-background-ghost:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #3C6A99;
}

/* Selected Students Action Bar */
#selected-actions {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    background: none repeat scroll 0% 0% #333;
    width: 100%;
    box-shadow: 0px -2px 5px #222;
    padding: 10px;
    color: #FFF;
}

/* Custom Styles */

.top-20 {
  margin-top: 20px;
}

.pad-top-right {
    margin: 15px 15px 0 0 ;
}

.px-5 {
    padding: 0 5px;
}

.px-10 {
    padding: 0 10px
}

.d-block {
    display: block !important;
}

a>span.glyphicon { /* Make icons black rather than orange in links */
    margin-right: 5px;
    color: #555;
}

.pricing-panel .panel-heading {
    background-color: #F7A616;
}

.pricing-panel p {
    font-size: 17px;
}

.list-group.list-group-narrow {
    max-width: 400px;
}

.white {
    color: #fff !important;
}

.bg-grey {
    background-color: #e7e7e7;
}

.text-bold {
    font-weight: bold;
}

.first-letter-bold::first-letter {
    font-weight: bold;
}

.strikethrough {
    text-decoration: line-through;
}

.box-shadow {
  box-shadow: 1px 1px 3px #888;
}

.btn-signup, .btn-signup:hover {
    margin: 15px 0;
    padding: 20px 30px;
    font-size: 20px;
    background-color: #F7A616;
    border: 1px solid #e69b16;
}

.btn-warning, .btn-warning:hover {
    background-color: #fc9703;
    border: 1px solid #e69b16;
}

.display-inline {
    display: inline;
}

[data-toggle="popover"] {
    cursor: pointer;
}

div[contenteditable="true"].form-control {
    height: auto;
}

.btn.btn-xl {
    padding: 15px 16px 13px;
    font-size: 15px;
}

.btn-subscribe-price {
    font-size: 16px;
    white-space: normal;
}
.btn-subscribe-price.active {
    color: white;
    background-color: #F7A616;
    border: 1px solid #e69b16;
    white-space: normal;
}
.btn-subscribe-price.active .text-muted,
.btn-subscribe-price.active h2 {
    color: #f9f9f9;
}

.hijacked-warning-default {
    position: static !important;
    height: 40px;
}

.progress-bar {
    background-color: #3C6A99;
}

.btn-space {
    margin-right: 8px;
}

.margin-top {
    margin-top: 15px;
}

.margin-bottom {
    margin-bottom: 15px;
}

.ml-auto {
    margin-left: auto;
}

.subtle-text-on-grey {
    color: #555;
}

a.subtle-text-on-grey:hover {
    text-decoration: none;
    color: #222;
    font-weight: 600;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}


/* Toolbars */
.lg {
    font-size: large !important;
}

.toolbar > .btn-group:first-child .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.toolbar > .btn-group:last-child .btn {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.toolbar .btn:hover {
    margin-top: 0px;
}

.toolbar {
    margin-bottom: 8px;
}
