.active{
    border-bottom: 7px solid #0B2265;
}

.activeCarouselTab {
    border-bottom: 7px solid #0F62FE;
}

a {
    color: #0B2265 !important;
}

.activeScreencast {
    border-left: 7px solid #549FD7 !important;
}

a:hover {
    text-decoration: none;
}

body {
    padding-top:0 !important;
    overflow: hidden;
}

.advertBanner {
    color: #FFF;
    padding: 15px;
    padding-left: 35px;
    background-color: #0B2265;
    background-image: linear-gradient(#0B2265, #031445);
}

.advertBannerText {
    color:#FFF !important;
    text-decoration: underline;
    font-weight: bold;
    max-height: 24px;
    min-height: 24px;
}

.btnSignup {
    background-color:#B91717;
    border-radius: 25px;
    border-color: #B91717;
    color: #FFF;
}

.btn-disabled, .btn-disabled:hover {
    background-color: #E1E1E1;
    border-color: #AEAEAE;
    color: #AEAEAE;
}

.border-channel-consumption {
    border-color: #A8A8A8 !important;
    border-width: 4px !important;
}

.editBox {
    background-color: #595F66;
    color: #FFF;
    padding: 10px;
}

.editBoxButton {
    border-radius: 25px;
    border: 1px solid #FFF;
    padding: 5px;
    background-color: #595F66;
    color: #FFF;
    font-weight: bold;
}

.expand {
    position:absolute;
    right:25px;
}

.expander-bg {
    content: '';
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    color: white;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
}

.expand-icon, .unexpand-icon {
    position: absolute;
    cursor: pointer;
    top: 4px;
    right: -44px !important;
    color: white;
}

.frame {
    height: 100%;
    width: 100%;
}

.hidden-scrollbar {
    overflow-y: auto;
    scrollbar-width: none;
}

.hidden-scrollbar::-webkit-scrollbar {
    display: none;
}

.h-90 {
    height: 90%;
}

.imageThumb {
    width: 80px;
}

.inactive{
    border-bottom: 2px solid #EEE;
}

.infoFrame{
    background-color:#FFF;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}

.infoList {
    padding: 20px 10px 10px 10px;
    overflow-y: scroll;
    position: absolute;
    height: calc(100% - 63px);
    width: 100%;
}

.logoBG {
    background-color: transparent;
}

.logoImage {
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 200px;
    margin: 20px 0 20px 20px;
    max-height: 35px;
}

.nextBox {
    background-color: #EAF3F9;
    color: #FFF;
    padding: 10px;
}

.profile-image-md {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.published {
    color: gray;
    opacity: 0.6;
}

.resultCount {
    padding: 10px;
    background-color: #F7F7F7;
}

.row {
    margin-right: 0;
}

.navbar-login-signup {
    padding-top: 17px;
}

.searchList {
    overflow-y:scroll;
    position: absolute;
    right: 5px;
    z-index: 1;
}

.selectVideo {
    cursor: pointer;
    border-left: 10px solid transparent;
}

.table tr {
    height: 80px;
    font-size: 14px;
    border-collapse: none;
}

.table td {
    vertical-align: middle;
}

.tabs {
    padding-top: 20px;
    padding-left: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.tabNotes {
    display: none;
    padding-top: 20px;
}

.tabTranscripts {
    padding-top:20px;
}

.videoDetail {
    display: none;
    position: absolute;
    top: 125px;
}

.txtInactive {
    color: darkgray;
}

.videoFrame{
    padding-right: 0;
    background-color: #f2f4f8;
}

@media (max-width: 576px) {
    .login-button {
        display: none;
    }
}
