﻿body {
}
/**
 * Footer Styles
 */

.footer {
    border-top: 1px solid #e4e4e4;
    line-height: 40px;
    max-height: 40px;
    text-align: center;
}

.master-footer-content {
    margin-bottom: 0;
    font-weight: 500;
    color: rgb(117, 117, 117);
    background-color: rgb(249,249,249);
}
.jw-flag-floating .jw-wrapper {
    z-index: 3 !important;
}
.master-footer-content a {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    padding: 0px 10px;
    color: rgb(117, 117, 117);
    -webkit-transition: background .2s;
    transition: background .2s;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
        .master-footer-content a:hover, .master-footer-content a:focus {
            background: #e0e0e0;
        }
        /*---------------------------------------NavBar & Menu---------------------------------------------*/
.ev-master-content-container {
    /*margin-top: 56px;*/
    overflow-x: auto;
    background-color: rgb(249, 249, 249);
    /*min-height: calc(100vh - 41px);*/
    padding: 0;
    padding-top: 56px;
}
    .ev-master-content-container.non-embed-full-height {
        min-height: calc(100vh - 41px);
    }
    .ev-master-content-container.DirectPlayer-container {
        min-height: calc(100vh);
    }
#MasterMobileMenuModal .ev-master-content-container {
    min-height: calc(100vh - 159px);
    height: calc(100vh - 159px);
}
div#guide-links-secondary.ev-master-modal-footer {
    padding: 16px 24px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.10196078431372549);
}

div#guide-links-secondary > a {
    color: rgb(96, 96, 96);
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.8rem;
}

div#copyright {
    padding: 8px 0px;
    color: rgb(144, 144, 144);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: none;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 240px;
    height: 100%;
    overflow-y: auto;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

    /*.modal.left .modal-dialog:hover,
    .modal.right .modal-dialog:hover, .modal.left .modal-content:hover,
    .modal.right .modal-content:hover {
        overflow-y: auto;
    }*/

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgb(250,250,250);
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -240px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.menu-item-header {
    padding: 0 24px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    pointer-events: none;
    font-weight: 500;
    color: rgba(17, 17, 17, 0.6);
}

.menu-item-subheader {
    padding: 0px 32px;
    height: 26px;
    line-height: 26px;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: rgba(17, 17, 17, 0.6);
}

.menu-content {
    width: 100%;
}

    .menu-content > ul > li:hover {
        background-color: #c3c3c3;
    }

    .menu-content a:hover {
        color: rgba(17, 17, 17, 0.6);
    }

.default-menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
    .default-menu-item ul {
        margin: 10px 0;
    }

.default-menu-content {
    padding: 0 24px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(17, 17, 17, 0.6);
}

    .default-menu-content > a {
        padding: 0;
        text-decoration: none;
        color: rgba(17, 17, 17, 0.6);
    }

    .default-menu-content:hover {
        background-color: #c3c3c3;
        cursor: pointer;
    }

.default-menu-contentt a:hover {
    color: rgba(17, 17, 17, 0.6);
}

/*Right*/

.modal.right.fade .modal-dialog {
    right: -240px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */

.modal.left .modal-content {
    border-radius: 0;
    border: none;
}

.ev-master-modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    position: fixed;
    width: 240px;
}

.ev-master-modal-footer {
    border-bottom-color: #EEEEEE;
    background-color: #f5f5f5;
    position: fixed;
    bottom: 0;
    width: 240px;
    margin: 0 auto;
}

.menu-item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .menu-item:last-child {
        border: none;
    }

.menu-icon {
    width: 24px;
    height: 24px;
    margin-right: 24px;
    color: #909090;
}

    .menu-icon:hover {
        fill: #ff0000;
    }



.ev-user-profile-logo {
    font-size: 20px;
    padding: 0;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-weight: bold;
}

.ev-master-userMenu-container {
    width: 280px;
    height: 55px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0 15px;
    line-height: 55px;
}

#channel-container.ev-account-header {
    padding: 3px 24px;
    width: 225px;
}

#account-name.ev-account-header {
    color: rgb(13, 13, 13);
    font-size: 1.6rem;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.navbar-default .navbar-nav > li > a {
    width: 200px;
    font-weight: bold;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 15px 0px;
    max-width: 500px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu:before {
        content: "";
        border-bottom: 15px solid #fff;
        border-right: 17px solid transparent;
        border-left: 17px solid transparent;
        position: absolute;
        top: -15px;
        right: 64px;
        z-index: 10;
    }
#Compose-Mail-menu.mega-dropdown-menu:before {
    right: 24px !important;
}

    .mega-dropdown-menu:after {
        content: "";
        border-bottom: 17px solid #ccc;
        border-right: 19px solid transparent;
        border-left: 19px solid transparent;
        position: absolute;
        top: -17px;
        right: 62px;
        z-index: 8;
    }
#Compose-Mail-menu.mega-dropdown-menu:after {
    right: 22px !important;
}

    .mega-dropdown-menu ul {
        padding: 0;
        margin: 0;
        max-height: 330px;
        overflow-y: auto;
    }

        .mega-dropdown-menu ul > li > ul {
            padding: 0;
            margin: 0;
        }

            .mega-dropdown-menu ul > li > ul > li {
                list-style: none;
            }

                .mega-dropdown-menu ul > li > ul > li > a {
                    display: block;
                    padding: 2px 5px;
                    font-size: 14px;
                    clear: both;
                    font-weight: normal;
                    line-height: 1.428571429;
                    color: #999;
                    white-space: normal;
                }

        .mega-dropdown-menu ul > li ul > li > a:hover,
        .mega-dropdown-menu ul > li ul > li > a:focus {
            text-decoration: none;
            color: #444;
            background-color: #f5f5f5;
        }

    .mega-dropdown-menu .dropdown-header {
        color: rgb(66, 139, 202);
        font-size: 16px;
        font-weight: bold;
        min-height: 154px;
        min-width: 196px;
    }

.ev-master-user-menu-link {
    min-height: 40px;
    padding: 0 15px;
}

    .ev-master-user-menu-link:hover {
        background-color: rgba(0, 0, 0, 0.1);
        cursor: pointer;
    } 
    .ev-master-user-menu-link.selected  {
        background-color: rgba(0, 0, 0, 0.2);       
    }

    .ev-master-user-menu-link > span {
        font-size: 1.4rem;
        font-weight: 500;
        min-height: 40px;
        line-height: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: rgba(51, 51, 51, 0.85);
    }

li.ev-master-user-menu-link > a {
    font-size: 1.4rem;
    font-weight: 500;
    min-height: 40px;
    line-height: 40px;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: rgba(51, 51, 51, 0.85);
}

    li.ev-master-user-menu-link > a:hover {
        background-color: transparent;
        cursor: pointer;
    }

/*------------------------------------master-menu-css---------------------------------------------*/
.ev-masterHead-container {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 0 14px;
    z-index: 100;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

    .ev-masterHead-container::after {
        bottom: -5px;
        box-shadow: inset 0px 4px 8px -3px rgba(17, 17, 17, .06);
        content: "";
        height: 5px;
        left: 0px;
        opacity: 1;
        pointer-events: none;
        position: absolute;
        right: 0px;
        width: 100%;
        z-index: 100;
    }

#masterMenu, #masterLeftMenu {
    width: 100%;
    height: 56px;
}

    #masterMenu .master-menu-left-container {
        width: 220px;
    }

    #masterMenu .master-menu-center-container {
        padding-left: 34px;
        padding-right: 34px;
    }

    #masterMenu .master-menu-center-container > ul > li {
        width: 100%;
    }

    #masterMenu .master-menu-right-container {
        max-width: 452px;
        min-width: 244px;
    }

        #masterMenu .master-menu-right-container > ul {
            float: right;
        }

.ev-masterHead-wrapper {
    height: 56px;
    padding: 0;
    margin: 0;
    z-index:1;
}

.ev-navbar-toggler {
    cursor: pointer;
    color: #606060;
    width: 24px;
    height: 24px;    
    margin-right: 8px;
    box-sizing: border-box;
    border: none;
    background-color: rgba(53, 50, 50, 0);
}

.ev-user-profile-btn {
    border-radius: 50%;
    background-color: #1a73e8;
    position: relative;
    display: inline-block;
    height: 32px;
    width: 32px;
}

img.ev-master-school-logo {
    max-width: 156px;
    max-height: 50px;
    transition: 0.6s;
    vertical-align: middle;
}
img.ev-master-menu-school-logo {
    max-width: 103px;
    max-height: 32px;
    vertical-align: middle;
}

#masterMenu .md-search-bar-container {
    max-width: 600px;
}

#masterMenu .ev-search-input {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(211, 211, 211);
    border-right: none;
    font-family: 'Roboto','Noto',sans-serif;
    font-size: 16px;
    box-shadow: none;
    font-weight: 400;
    padding: 3px 6px;
    width: 100%;
}
        #masterMenu .ev-search-input:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow:none;
        }

#masterMenu .ev-search-icon {
    cursor: pointer;
    height: 34px;
    width: 65px;
    border: 1px solid rgb(211, 211, 211);
    background-color: rgb(255, 255, 255);
    border-radius: 0 2px 2px 0;
    margin: 0;
    color: #606060;
}
#masterMenu .ev-channel-button {
    cursor: pointer;
    height: 34px;
    width: 170px;
    border: 1px solid rgb(211, 211, 211);
    background-color: rgb(248, 248, 248);
    border-radius: 0 2px 2px 0;
    margin: 0;
    color: #606060;
}


#masterMenu .ev-search-icon:hover, #masterMenu .ev-search-icon:focus {
    border-color: rgb(198, 198, 198);
    background-color: rgb(240, 240, 240);
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}
#masterMenu .ev-channel-button {
    cursor: pointer;
    height: 34px;
    padding: 0px 12px;
    width: 100%;
    border: 1px solid rgb(211, 211, 211);
    background-color: rgb(255, 255, 255);
    border-radius: 0 2px 2px 0;
    margin: 0;
    color: #606060;
    border-right: none;
    line-height: 34px;
}
    #masterMenu .ev-channel-button:hover, #masterMenu .ev-channel-button:focus {
        border-color: rgb(198, 198, 198);
        background-color: rgb(240, 240, 240);
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none;
    }
.tagSearchEnabled .ev-tag-search-btn:first-child {
    border-left: none !important;
}

.tagSearchEnabled .ev-search-icon {
   width:50px !important;
}

#masterMenu ul, #masterLeftMenu ul, #Compose-Mail-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#masterMenu td > ul > li, #masterLeftMenu td > ul > li {
    float: left;
    margin: 0;
    padding: 0 10px; 
    position: relative;
}
    #masterMenu td > ul > li.site-logo a {
        display: inline-block;
    }
#masterMenu ul li a, #Compose-Mail-menu ul li a {
    text-decoration: none;
    /*    display: inline-block;*/
    vertical-align: middle;
}

           .ev-icons {
                cursor: pointer;
                display: block;
                width: 24px;
                height: 32px;
                fill: #606060;
            }
           .ev-menu-icon{
               width:32px;
               padding:4px;
           }
#masterMenu td > ul > li.topbar-icon {
    margin: 12px 5px;
    width: 32px;
    border-radius: 50%;
    height: 32px;
    padding-left: 0; 
}
    #masterMenu td > ul > li.topbar-icon a:focus, #Compose-Mail-menu td > ul > li.topbar-icon a:focus {
        outline: none;
    }
    #masterMenu td > ul > li.topbar-icon.focused {
        background-color: rgb(240, 240, 240);
        outline: none;
    }

    .side-menu-container .ev-icons {
        height: 20px;
        margin: 8px;
        width: 20px;
    }
.ev-master-user-menu-link .ev-icons {
    height: 40px;
    margin-right: 8px;
}



#masterMenu td > ul > li.site-logo {
    /*margin-top: -10px;
    margin-bottom: -10px;*/
    line-height: 56px;
    padding: 0;
}

#masterMenu td > ul > li.marginleft20 {
    margin-left: 20px
}

#masterMenu td > ul > li.marginleft40 {
    margin-left: 40px
}

.xs-search-bar-container-width {
    width: calc(100% - 42px) !important;
    margin: 11px 0 !important;
}

.hide-td {
    display: none !important;
}

.show-td {
    display: table-cell !important;
}
.ev-master-signin-btn-text {
    font-size: 14px;
    color: #1a73e8;
    font-weight: bold;
    padding-left: 10px;
}

.master-menu-sigin-container {
    border: 1px solid #065fd4;
    border-radius: 4px;
    margin: 11px 10px 11px 0 !important;
    cursor: pointer;
    line-height: 32px;
    user-select: none;
}


#masterMenu ul.channel-list-container {
    max-height: 300px;
    min-width: 232px;
    max-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px 0px;
}

.form-channelList-search {
    width: 100%;
    height: 35px;
    padding: 0 7px;
    margin: 0 auto;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    font-weight: 400;
    outline: none;
}

.channel-list-parent {
    font-weight: 500;
    padding-left: 15px;
}

.channel-list-child {
    font-weight: 400;
    padding-left: 30px;
}

.channel-list-items {
    text-transform: capitalize;
    min-height: 32px;
    line-height: 32px;
}

    .channel-list-items:hover, .channel-list-items:focus {
        background-color: rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }
    .channel-list-items.active {
        background-color: rgba(0, 0, 0, 0.2);
    }
.category-scroll {
    max-width: 400px;
    min-width: 320px;
    max-height: 228px;
    overflow: hidden;
    overflow-y: auto;
}


.ev_master_menu_role {
    color: #5f6368;
    letter-spacing: normal;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ev_master_menu {
    float: left;
    margin-top: 3px;
}
.ev_master_usermenu {
    padding-top: 8px;
    line-height: 20px;
}

.master-menu-new-icon {
    font-size: 10px;
    color: rgb(76, 175, 80);
    vertical-align: top;
    padding: 0 5px;
}
.search-filter-list-sm {
    max-width: 400px;
    min-width: 260px;
    max-height: 228px;
    overflow: hidden;
    overflow-y: auto;
}