/* Prevents video overflow on wide screens */
.video {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}
.emptyPageMsgContainer {
    min-height: 70px;
    margin-top: 40px;
}
table tbody tr:hover td a {
    color: #009654 !important;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #009654;
    border-color: #009654;
    color:#ffffff;
}
.btn-primary:hover {
    background-color: #008448;
    border-color: #008448;
    color: #ffffff;
}

.btn-primary:hover:hover,
.btn-primary:hover:focus,
.btn-primary:hover:active,
.btn-primary:hover.active,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: #008448;
    border-color: #008448;
    color: #ffffff !important;
}

.btn-header:hover {
    color: #009654;
    border: 2px solid #009654;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #009654;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border-color: #009654;
    background-color: #009654;
}

nav > ul.nav li a:hover {
    background-color: #009654;
}

header .navbar-toggle .icon-bar {
    background: #009654;
}
.school-color {
    color: #009654;
}
.course-header {
    background: #009654;
}
.channel-header {
    background: #5dadcb;
}
h2 {
    color: #009654;
}

footer ul li a {
    color: #009654;
}

.box.box-color {
    background: #009654;
    border: 1px solid #009654;
}

.box.box-color .box-header {
    background-color: #009654;
}

aside ul li:hover {
    border-left: 3px solid #009654;
}

.bread-crumb li a:hover {
    color: #009654;
}

table tbody tr td a:hover {
    color: #009654;
}
.modal-footer .btn-default {
    color: #333333 !important;
}
.mtop10 {
    margin-top: 10px;
}
.mtop20 {
    margin-top: 20px;
}
#pageErrorContainer,
#fourOhFourContainer {
    margin-top: 25px;
    margin-bottom: 150px;
}
#guideWrapper .guideContainer::-webkit-scrollbar,
#channelGuideContainer .guideContainer::-webkit-scrollbar {
    display: none;
}
.container-fluid.standAlone {
    margin: 20px 0 20px 0;
}
.box.signIn .box-content {
    background: white;
}
.box.signIn .box-content .logIn {
    margin: 15px 0 15px 0;
}
.alert.alert-danger a {
    color: #a94442;
}
.login-wrap input[type="text"] {
    /* Removes capitalization on sign in input */
    text-transform: none;
}
.compliant-link {
    padding: 5px 0px 5px 13px;
}
.noPadding {
    padding: 0;
}
.noPadLeft {
    padding-left: 0;
}
.noPadRight {
    padding-right: 0;
}
.noPadTop {
    padding-top: 0;
}
.noPadBottom {
    padding-bottom: 0;
}
.modal-danger .modal-header {
    background-color: #c9302c;
    border-color: #ac2925;
}
.modal-info .modal-header {
    background-color: #31b0d5;
    border-color: #269abc;
}
.modal-success .modal-header {
    background-color: #449d44;
    border-color: #398439;
}
.modal-default .modal-header {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: black;
}
.modal-warning .modal-header {
    background-color: #ec971f;
    border-color: #d58512;
}
.modal .modal-header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modal-info .modal-header *,
.modal-success .modal-header *,
.modal-danger .modal-header *,
.modal-default .modal-header *,
.modal-warning .modal-header *,
.modal-danger .modal-header * {
    color: white;
}
.modal .modal-content {
    border-radius: 7px;
}
.separatorTextContainer div.horizontalSeparator {
    margin-bottom: 25px;
    text-align: center;
    line-height: 20px;
    border-bottom: 1px solid #dbd9d7;
}
.separatorTextContainer div.horizontalSeparator > p {
    font-weight: bold;
    margin: 0 0 5px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    top: 15px;
    background: #fff;
    padding: 0 9px;
    color: #999;
}
.signInLinkContainer a img {
    max-height: 35px;
}
.signInLinkContainer a.signInLink {
    padding: 5px 0;
    color: black !important;
    text-transform: none;
}
.allCaps {
    text-transform: uppercase !important;
}
table.genericTable tbody tr td:first-child {
    padding-left: 8px;
}
table.genericTable tbody tr td:last-child {
    text-align: left;
}
table.genericTable tbody tr td {
    padding-right: 8px !important;
}
table.genericTable tbody tr td a.btn {
    width: inherit;
}
#downloadTranscriptModal h5.modal-title,
#modalAlert h5.modal-title {
    font-size: 18px;
    font-weight: 700;
}
table.genericTable tbody tr td a.btn:hover, table.genericTable tbody tr:hover td a.btn {
    color: #ffffff !important;
}
table.genericTable tbody tr td a:hover, table.genericTable tbody tr:hover, table.genericTable tbody tr:hover td a {
    color: inherit !important;
}
table.genericTable tbody tr:hover {
    background: none !important;
    cursor: inherit !important;
}
.jw-error-msg.jw-info-overlay .jw-icon.jw-reset path {
    display: none;
}
.jw-error-msg.jw-info-overlay .jw-icon.jw-reset {
    background-image: url('../img/logo_round.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
