.sub-nav-bar {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 99 !important;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
}

.sub-nav-bar .carousel-outer {
    position: relative
}

.sub-nav-bar .carousel-outer .carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    padding: 0 0
}

.sub-nav-bar .carousel-outer .carousel .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin: 0!important;
    min-width: 100%!important;
    overflow-y: hidden;
}

.sub-nav-bar .carousel-outer .carousel .mCSB_scrollTools a+.mCSB_draggerContainer {
    visibility: hidden!important;
    opacity: 0!important
}

.sub-nav-bar .carousel-outer .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    position: absolute;
    left: -15px;
    top: -30px;
    width: 40px;
    height: 46px;
    background: #fff!important;
    opacity: 1!important;
    z-index: 10
}

.sub-nav-bar .carousel-outer .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before {
    font-family: FontAwesome;
    content: "\f104";
    position: absolute;
    left: 0;
    top: 0;
    height: 46px;
    width: 100%;
    text-align: center;
    display: block;
    color: #656565;
    line-height: 46px;
    font-size: 28px;
    background: #fff!important;
    opacity: 1!important;
    font-weight: 400;
    z-index: 5
}

.sub-nav-bar .carousel-outer .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    position: absolute;
    right: -15px;
    top: -30px;
    width: 40px;
    height: 46px;
    background: #fff!important;
    opacity: 1!important;
    z-index: 10
}

.sub-nav-bar .carousel-outer .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0;
    height: 46px;
    width: 100%;
    background: #fff!important;
    opacity: 1!important;
    text-align: center;
    display: block;
    color: #656565;
    line-height: 46px;
    font-size: 28px;
    font-weight: 400;
    z-index: 5
}

.sub-nav-bar .carousel-outer .carousel ul {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 20px
}

.sub-nav-bar .carousel-outer .carousel ul li {
    position: relative;
    display: inline-block;
    margin: 0 40px;
    text-align: center
}

.sub-nav-bar .carousel-outer .carousel ul li>a {
    position: relative;
    display: block;
    line-height: 26px;
    padding: 10px 15px;
    color: #565656;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500
}

.sub-nav-bar .carousel-outer .carousel ul li.active>a,
.sub-nav-bar .carousel-outer .carousel ul li:hover>a {
    color: #205081
}

.sub-nav-bar .carousel-outer .carousel ul li>a:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -1px;
    border: 10px solid transparent;
    border-bottom: 10px solid #edf0f5;
    display: none
}

.sub-nav-bar .carousel-outer .carousel ul li.active>a:before,
.sub-nav-bar .carousel-outer .carousel ul li:hover>a:before {
    display: block
}

.sub-nav-bar .mega-menu-box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 40px 0;
    display: none;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2)
}

.sub-nav-bar .mega-menu-box .mega-menu-container {
    position: relative
}

.mega-menu {
    display: none
}

.mega-menu-data {
    position: relative
}

.mega-menu-data .nav-column {
    position: static
}

.mega-menu-data .nav-column .inner {
    position: static
}

.mega-menu-data .nav-column .inner:before {
    content: '';
    position: absolute;
    margin-left: -15px;
    top: 0;
    bottom: 20px;
    border-left: 1px solid #d9d9d9
}

.mega-menu-data .nav-column:first-child .inner:before {
    display: none
}

.mega-menu-data .nav-column ul {
    position: relative;
    margin-bottom: 25px;
    margin-left: 15px
}

.mega-menu-data .nav-column ul li {
    position: relative;
    list-style: disc;
    line-height: 22px;
    color: #4d4d4d;
    font-size: 14px
}

.mega-menu-data .nav-column ul li:hover {
    color: #f15c58
}

.mega-menu-data .nav-column ul li a {
    position: relative;
    top: 1px;
    display: inline-block;
    line-height: 22px;
    color: #4d4d4d
}

.mega-menu-data .nav-column ul li:hover a {
    color: #f15c58;
    text-decoration: underline
}

.mega-menu-data h3 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #205081;
    text-transform: capitalize;
    margin-bottom: 10px
}

.wiki-subjects {
    position: relative;
    background: #fff;
    padding: 50px 0
}

.wiki-subjects .filters-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    height: auto;
    min-height: 100%;
    background: #fff;
    border-right: 1px solid #e0e0e0;
    z-index: 99;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.wiki-subjects .filters-bar .filter-btn {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    display: none;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.wiki-subjects .filters-bar .filter-btn .toggle-btn {
    position: relative;
    display: block;
    background: #205081;
    text-transform: uppercase;
    line-height: 24px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    cursor: pointer
}

.wiki-subjects .filters-bar .filter-btn .toggle-btn .fa {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 18px;
    font-weight: 400
}

.wiki-subjects .filters-bar.visible-bar .filter-btn {
    left: 0;
    width: 100%
}

.wiki-subjects .filters-bar.visible-bar .filter-btn .toggle-btn .fa:before {
    content: "\f00d"
}

.wiki-subjects .filters-bar .inner-bar {
    position: relative;
    padding: 40px 15px 20px 30px
}

.wiki-subjects .filters-bar h4 {
    color: #797979;
    font-size: 16px;
    margin-bottom: 15px
}

.wiki-subjects .filters-bar .filter-block {
    position: relative;
    margin-bottom: 50px
}

.wiki-subjects .filters-bar h5 {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}

.wiki-subjects .filters-bar .filter-block li {
    margin-bottom: 5px
}

.subject-section {
    position: relative;
    margin-bottom: 60px
}

.subject-section h2 {
    color: #205081;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.3em;
    font-size: 28px
}

.subject-section .subject-filters .filter-column {
    margin-bottom: 12px
}

.subject-section .subject-filters .badges {
    position: relative;
    text-align: right;
    padding-top: 12px;
    margin-bottom: 5px
}

.subject-section .subject-filters .badges .badge {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 0 0 0;
    background: 0 0;
    border-radius: 50%;
    margin-left: 7px
}

.default-subject-post {
    position: relative;
    margin-bottom: 20px
}

.owl-theme .slide-item .small-column .default-subject-post:last-child {
    margin-bottom: 1px
}

.default-subject-post .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e0e0e0
}

.default-subject-post .image-box {
    position: relative
}

.default-subject-post .image-box .image {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.default-subject-post.big-post .image-box .image {
    height: 466px
}

.default-subject-post .image-box .image img {
    position: relative;
    display: block;
    width: 100%
}

.default-subject-post .image-box a.overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.default-subject-post .info {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99
}

.default-subject-post .info .inner {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 14px;
    width: 180px;
    overflow: hidden
}

.default-subject-post .info .inner .completed {
    position: relative;
    float: left;
    width: 118px;
    text-align: center;
    padding: 0 5px;
    line-height: 30px;
    color: #99cc4e;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-right: 1px solid #e5e5e5
}

.default-subject-post .info .inner .completed .fa {
    top: 1px;
    padding-right: 2px;
    font-size: 15px
}

.default-subject-post .info .inner .added-fav {
    position: relative;
    float: left;
    width: 62px;
    text-align: center;
    padding: 0 5px;
    line-height: 30px;
    color: #848484;
    font-size: 13px;
    font-weight: 500
}

.default-subject-post .info .inner .added-fav .fa {
    position: relative;
    top: 2px;
    padding-right: 2px;
    font-size: 15px;
    color: #f15c58
}

.default-subject-post .info .add-fav {
    position: relative;
    display: inline-block
}

.default-subject-post .info .add-fav a {
    position: relative;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    background: #fff;
    border-radius: 17px;
    font-size: 15px;
    color: #f15c58
}

.default-subject-post .info .add-fav a .count {
    color: #848484;
    font-size: 13px;
    font-weight: 500
}

.default-subject-post .info .add-fav.clicked a {
    padding-left: 10px;
    padding-right: 10px
}

.default-subject-post .info .add-fav.clicked .fa {
    position: relative;
    top: 1px
}

.default-subject-post .lower-content {
    position: relative;
    padding: 12px 15px
}

.default-subject-post.big-post .lower-content {
    position: relative;
    padding: 16px 25px
}

.default-subject-post .lower-content h4 {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.4em;
    line-height: 23px;
    height: 46px;
    overflow: hidden
}

.default-subject-post.big-post .lower-content h4 {
    font-size: 20px;
    line-height: 27px;
    height: 54px;
    overflow: hidden
}

.default-subject-post .lower-content h4 a {
    color: #4d4d4d
}

.default-subject-post .lower-content h4 a:hover {
    color: #205081
}

.default-subject-post .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 50px 20px 20px 20px;
    background: rgba(169, 208, 65, .97);
    opacity: 0;
    z-index: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.default-subject-post.big-post .overlay-box {
    padding: 50px 40px 50px 40px
}

.default-subject-post .inner-box:hover .overlay-box {
    opacity: 1
}

.default-subject-post .overlay-box .read-more {
    position: absolute;
    left: 20px;
    bottom: 40px;
    width: 124px;
    height: 30px;
    display: block;
    border: 2px solid #fff;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    border-radius: 15px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.default-subject-post.big-post .overlay-box .read-more {
    left: 40px;
    bottom: 50px
}

.default-subject-post .overlay-box h4 {
    font-size: 16px;
    color: #fff;
    line-height: 1.4em
}

.default-subject-post .overlay-box h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    line-height: 1.1em;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.default-subject-post .overlay-box p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px
}

.default-subject-post .overlay-box h2 a {
    color: #fff
}

.default-subject-post .overlay-box h4 a {
    color: #fff
}

.subjects-carousel {
    position: relative;
    padding: 0 0;
    z-index: 1
}

.subjects-carousel .row {
    margin: 0 -10px
}

.subjects-carousel .row .big-column,
.subjects-carousel .row .small-column,
.subjects-carousel .small-column .default-subject-post {
    padding: 0 10px
}

.subjects-carousel .owl-dots {
    display: none
}

.subjects-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -42px
}

.subjects-carousel .owl-next,
.subjects-carousel .owl-prev {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    margin-left: 5px;
    width: 50px;
    height: 32px;
    background: #e9e9e9;
    padding: 0 5px;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    color: #999;
    border-radius: 5px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.subjects-carousel .owl-next:hover,
.subjects-carousel .owl-prev:hover {
    background: #205081;
    color: #fff
}

.subjects-carousel.v2{
    margin-top: 24px;
}

.subjects-carousel.v2 .owl-next,
.subjects-carousel.v2 .owl-prev {
    width: 50px;
    height: 50px;
    top: -22px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #808080;
    transition: all .5s ease;
}

.subjects-carousel.v2 .owl-next:hover,
.subjects-carousel.v2 .owl-prev:hover {
    background: #aad71a;
    color: #ffffff;
}

.subjects-carousel.v2 .slide-item .image-box figure{
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.subjects-carousel {
    position: relative;
    padding: 0 0;
    z-index: 1
}

.subjects-carousel .row {
    margin: 0 -10px
}

.subjects-carousel .row .big-column,
.subjects-carousel .row .small-column,
.subjects-carousel .small-column .default-subject-post {
    padding: 0 10px
}

.subjects-carousel .owl-dots {
    display: none
}

.subjects-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -42px
}

.subjects-carousel .owl-next,
.subjects-carousel .owl-prev {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    margin-left: 5px;
    width: 50px;
    height: 32px;
    background: #e9e9e9;
    padding: 0 5px;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    color: #999;
    border-radius: 5px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.subjects-carousel .owl-next:hover,
.subjects-carousel .owl-prev:hover {
    background: #205081;
    color: #fff
}

.subjects-carousel.v2{
    margin-top: 24px;
}

.subjects-carousel.v2 .owl-next,
.subjects-carousel.v2 .owl-prev {
    width: 50px;
    height: 50px;
    top: -22px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #808080;
    transition: all .5s ease;
}

.subjects-carousel.v2 .owl-next:hover,
.subjects-carousel.v2 .owl-prev:hover {
    background: #aad71a;
    color: #ffffff;
}

.subject-section {
    position: relative;
    margin-bottom: 60px
}

.subject-section .home-subjects-listing-slider .slick-list.draggable {
    margin-right: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}

.subject-section h2 {
    color: #205081;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.3em;
    font-size: 28px
}

.subject-section .subject-filters .filter-column {
    margin-bottom: 12px
}

.subject-section .subject-filters .badges {
    position: relative;
    text-align: right;
    padding-top: 12px;
    margin-bottom: 5px
}

.subject-section .subject-filters .badges .badge {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 0 0 0;
    background: 0 0;
    border-radius: 50%;
    margin-left: 7px
}
.index-page-posts {
    padding-top: 4%
}

.trial-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    line-height: 1.6em;
    font-size: 12px;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    opacity: 0;
    visibility: hidden
}

.inner-box:hover .trial-overlay {
    opacity: 1;
    visibility: visible
}

.trial-overlay .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle
}

.trial-overlay .over-content {
    position: relative;
    padding: 15px 15px 60px;
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

.trial-overlay .icon {
    position: relative;
    max-width: 60px;
    margin: 0 auto 10px
}

.trial-overlay .text a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #aad71a
}

.trial-overlay .link-box {
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
    padding: 0 15px
}

.trial-overlay .link-box .theme-btn {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    line-height: 24px;
    color: #fff;
    background: #aad71a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 22px
}

.trial-overlay .link-box .theme-btn:hover {
    background: #fff;
    color: #aad71a
}

@media (max-width: 576px) {
    .trial-overlay .icon img {
        display: inline-block;
        width: 30px;
    }
    .trial-overlay .text {
        margin-bottom: 10px;
    }
    .trial-overlay .link-box {
        bottom: 30px;
    }
    .trial-overlay .link-box .theme-btn {
        padding: 4px 24px !important;
        font-size: 13px !important;
        line-height: 24px;
    }
}

.ext-parent-wf .lower-info .stud-info li.disabled.active-btn,
.ext-parent-wf .lower-info .stud-info li.disabled:hover {
    background: rgba(225, 62, 87, .3)
}
.ext-parent-wf .lower-info .stud-info li.disabled .count {
    background: #e13e57
}
.ext-parent-wf .disabled-posts-tab .tab-title {
    color: #e13e57;
    border-bottom-color: #e13e57
}

.child-level-table .disabled {
    opacity: .3
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: 0!important
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.act-progress-page .stud-select .students .scroller .owl-next.disabled,
.act-progress-page .stud-select .students .scroller .owl-prev.disabled {
    opacity: 0;
    visibility: hidden
}

.act-progress-page .stud-selected .levels-info .disabled .count {
    background: #e0e0e0
}


@media only screen and (min-width:1024px) {
    .massonary_grid_view_main_row {
        column-count: 4
    }
}

@media only screen and (max-width:1023px) and (min-width:768px) {
    .massonary_grid_view_main_row {
        column-count: 3
    }
}

@media only screen and (max-width:767px) and (min-width:575px) {
    .massonary_grid_view_main_row {
        column-count: 2
    }
}

.ext-parent-wf .layouts-options {
    position: relative;
    display: block;
    padding: 20px 0
}

.ext-parent-wf .layouts-options .options {
    position: relative;
    float: right
}

.ext-parent-wf .layouts-options .drop-list {
    position: relative;
    float: left;
    width: 200px;
    margin-left: 20px
}

.ext-parent-wf .layouts-options .drop-list .btn-box {
    background: #fff;
    line-height: 24px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    border-radius: 2px
}

.ext-parent-wf .layouts-options .drop-list .list-label {
    font-weight: 500;
    line-height: 24px;
    font-size: 12px;
    padding: 4px 0;
    color: #323232
}

.ext-parent-wf .layouts-options .drop-list .btn-box:before {
    top: 4px;
    right: 10px;
    font-weight: 700;
    font-size: 14px;
    content: "\f107"
}

.ext-parent-wf .layouts-options .drop-list .dropdown-menu {
    width: 100%;
    min-width: 135px;
    left: auto;
    right: 0;
    margin-top: 2px;
    border-radius: 3px
}

.ext-parent-wf .layouts-options .drop-list .drop-list-one .dropdown-menu li a {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize
}

.drop-list-one {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 55px
}

.drop-list-one .list-label {
    position: absolute;
    left: 0;
    top: 0;
    color: #797979;
    line-height: 28px;
    padding: 6px 0;
    font-size: 13px
}

.drop-list-one .dropdown-outer {
    position: relative
}

.drop-list-one .btn-box {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 15px;
    color: #717171;
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    padding-right: 42px !important;
}

.drop-list-one .btn-box:before {
    font-family: FontAwesome;
    content: "\f0d7";
    position: absolute;
    right: 15px;
    top: 6px;
    height: 24px;
    display: block;
    color: #999;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.drop-list-one .dropdown-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 0;
    border: none
}

.drop-list-one .dropdown-menu li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .03)
}

.drop-list-one .dropdown-menu li a {
    position: relative;
    display: block;
    line-height: 24px;
    color: #565656;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 15px
}

.drop-list-one .dropdown-menu li:hover>a {
    color: #fff;
    background: #205081
}

.drop-list-one .dropdown-menu li.dropdown>a:before {
    font-family: FontAwesome;
    content: "\f0d7";
    position: absolute;
    right: 15px;
    top: 8px;
    height: 24px;
    display: block;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.drop-list-one .dropdown-menu li>ul {
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    background: #fff;
    display: none;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.drop-list-one .dropdown-menu li:hover>ul {
    display: block
}

.drop-list-two {
    position: relative;
    display: block;
    width: 100%
}

.drop-list-two .dropdown-outer {
    position: relative;
    display: inline-block
}

.drop-list-two .btn-box {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 0 20px 0 0;
    font-weight: 500;
    color: #717171
}

.drop-list-two .btn-box:before {
    font-family: FontAwesome;
    content: "\f0d7";
    position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    display: block;
    color: #999;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.drop-list-two .dropdown-menu {
    left: auto;
    right: 0;
    width: 100%;
    min-width: 170px;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 0;
    border: none
}

.drop-list-two .dropdown-menu li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .03)
}

.drop-list-two .dropdown-menu li a {
    position: relative;
    display: block;
    line-height: 24px;
    color: #565656;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 15px
}

.drop-list-two .dropdown-menu li:hover>a {
    color: #fff;
    background: #205081
}

.drop-list-one .dropdown-menu.ul-dropdown-age li {
    padding: 5px
}

.drop-list-one {
    padding-left: 65px!important
}

.unit-section h2 {
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #205081;
    font-weight: 400
}

.jssocials-shares {
    margin: .2em 0
}

.jssocials-shares * {
    box-sizing: border-box
}

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: .3em .6em .3em 0
}

.jssocials-share:last-child {
    margin-right: 0
}

.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1.5em
}

img.jssocials-share-logo {
    width: auto;
    height: 1em
}

.jssocials-share-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    padding: 10px 16px;
    font-size: 14px;
}

.jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
    display: block;
    font-size: .6em;
    margin: 0 -.5em -.8em -.5em
}

.jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
    height: 1em
}

.jssocials-share-label {
    padding-left: .3em;
    vertical-align: middle
}

.jssocials-share-count-box {
    display: inline-block;
    height: 1.5em;
    padding: 0 .3em;
    line-height: 1;
    vertical-align: middle;
    cursor: default
}

.jssocials-share-count-box.jssocials-share-no-count {
    display: none
}

.jssocials-share-count {
    line-height: 1.5em;
    vertical-align: middle
}

.jssocials-share-twitter .jssocials-share-link {
    background: #00aced
}

.jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba
}

.jssocials-share-facebook .jssocials-share-link {
    background: #3b5998
}

.jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373
}

.jssocials-share-googleplus .jssocials-share-link {
    background: #dd4b39
}

.jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321
}

.jssocials-share-linkedin .jssocials-share-link {
    background: #007bb6
}

.jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983
}

.jssocials-share-pinterest .jssocials-share-link {
    background: #cb2027
}

.jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f
}

.jssocials-share-email .jssocials-share-link {
    background: #3490f3
}

.jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6
}

.jssocials-share-stumbleupon .jssocials-share-link {
    background: #eb4823
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412
}

.jssocials-share-whatsapp .jssocials-share-link {
    background: #29a628
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e
}

.jssocials-share-telegram .jssocials-share-link {
    background: #2ca5e0
}

.jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd
}

.jssocials-share-line .jssocials-share-link {
    background: #25af00
}

.jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00
}

.jssocials-share-viber .jssocials-share-link {
    background: #7b519d
}

.jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b
}

.jssocials-share-pocket .jssocials-share-link {
    background: #ef4056
}

.jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e
}

.jssocials-share-messenger .jssocials-share-link {
    background: #0084ff
}

.jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc
}

.jssocials-share-vkontakte .jssocials-share-link {
    background: #45668e
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c
}

.jssocials-share-link {
    color: #fff;
    -webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out;
    transition: background .2s ease-in-out, border-color .2s ease-in-out
}

.jssocials-share-link:active,
.jssocials-share-link:focus,
.jssocials-share-link:hover {
    color: #fff
}

.jssocials-share-count-box {
    position: relative;
    height: 2.5em;
    padding: 0 .3em;
    margin-left: .3em;
    background: #f5f5f5;
    -webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out;
    transition: background .2s ease-in-out, border-color .2s ease-in-out
}

.jssocials-share-count-box:hover {
    background: #dcdcdc
}

.jssocials-share-count-box:hover:after {
    border-color: transparent #dcdcdc transparent transparent
}

.jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: .85em;
    left: -.3em;
    width: 0;
    height: 0;
    border-width: .4em .4em .4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out;
    transition: background .2s ease-in-out, border-color .2s ease-in-out
}

.jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444
}


.ext-parent-wf .layouts-options .drop-list .drop-list-one .dropdown-menu li a {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize
}

.wiki-scoring-section .filter-options .drop-list.filter-by .drop-list-one {
    padding-left: 45px
}

.ext-parent-wf .layouts-options .drop-list.filter-by {
    width: 180px
}

.ext-parent-wf .layouts-options .layout-mode {
    position: relative;
    float: left;
    margin-left: 10px
}

.ext-parent-wf .layouts-options .layout-mode li {
    position: relative;
    float: left;
    margin-left: 10px
}

.ext-parent-wf .layouts-options .layout-mode li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 4px 0;
    font-size: 24px;
    color: #205081;
    opacity: .3
}

.ext-parent-wf .layouts-options .layout-mode li.active a,
.ext-parent-wf .layouts-options .layout-mode li:hover a {
    opacity: 1
}

.parent-wf-table-outer {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 42px;
    margin-bottom: 100px
}

.ext-parent-wf .parent-wf-table-outer .table-head-spacer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 42px;
    background: #fcfcfc;
}

.ext-parent-wf .fixed-table-header thead {
    position: fixed;
    top: 84px;
    width: 100%;
    z-index: 10
}

.ext-parent-wf .fixed-table-header.sub-page-table thead {
    width: 80%;
}

.ext-parent-wf .fixed-table-header.with-student-login thead {
    width: 60%;
}

.ext-parent-wf .non-logged-in.fixed-table-header thead {
    width: 100%;
}

.ext-parent-wf .fixed-table-header .table-head-spacer {
    position: fixed;
    top: 84px;
    width: 1250px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    border-bottom: 2px solid #f4f4f4;
}

.ext-parent-wf .parent-wf-table-outer table {
    width: 100%
}

.ext-parent-wf .parent-wf-table-outer table th {
    display: table-cell;
    line-height: 24px;
    padding: 0 1px;
    text-align: left;
}

.ext-parent-wf .parent-wf-table-outer table th.post-title {
    text-align: left
}

.ext-parent-wf .parent-wf-table-outer table th.position {
    width: 60px!important
}

.ext-parent-wf .parent-wf-table-outer table td.position {
    top: 0;
    width: 60px!important;
    font-size: 14px;
    font-weight: 500;
    background: #fcfcfc;
    text-align: center
}

.ext-parent-wf .parent-wf-table-outer table td.position .d-inner {
    font-size: 14px;
    background: transparent !important;
}

.ext-parent-wf .parent-wf-table-outer table th.post-title {
    width: 33%!important
}
.ext-parent-wf .parent-wf-table-outer.fixed-table-header table th.post-title {
    width: 30.22%!important;
}
.ext-parent-wf .parent-wf-table-outer table td.post-title {
    width: 30%!important;
    font-size: 12px;
    font-weight: 500;
    color: #4d4d4d;
    text-transform: capitalize
}

.ext-parent-wf .parent-wf-table-outer table th.levels {
    width: 11%!important
}

.ext-parent-wf .parent-wf-table-outer.fixed-table-header table th.levels {
    width: 10%!important
}

.ext-parent-wf .parent-wf-table-outer table td.levels {
    width: 11%!important
}

.ext-parent-wf .parent-wf-table-outer table th.topic {
    width: 14%!important
}
.ext-parent-wf .parent-wf-table-outer.fixed-table-header table th.topic {
    width: 13%!important
}

.ext-parent-wf .parent-wf-table-outer table td.topic {
    width: 13%!important
}

.ext-parent-wf .parent-wf-table-outer table th.unit {
    width: 13%!important
}

.ext-parent-wf .parent-wf-table-outer table td.unit {
    width: 13%!important
}

.ext-parent-wf .parent-wf-table-outer table th.age {
    width: 7%!important
}

.ext-parent-wf .parent-wf-table-outer.fixed-table-header table th.age {
    width: 7.1%!important
}

.ext-parent-wf .parent-wf-table-outer table td.age {
    width: 7%!important
}

.ext-parent-wf .parent-wf-table-outer table th.score {
    width: 8%!important
}

.ext-parent-wf .parent-wf-table-outer.fixed-table-header table th.score {
    width: 8%!important
}

.ext-parent-wf .parent-wf-table-outer table td.score {
    width: 7%!important
}

.ext-parent-wf .parent-wf-table-outer table th.status {
    width: 13%!important
}

.ext-parent-wf .parent-wf-table-outer.fixed-table-header table th.status {
    width: 14%!important
}

.ext-parent-wf .parent-wf-table-outer table td.status {
    width: 13%!important
}

.ext-parent-wf .parent-wf-table-outer table td.levels .lvls {
    position: relative
}

.ext-parent-wf .parent-wf-table-outer table td.levels .lvl {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%
}

.ext-parent-wf .parent-wf-table-outer table td.levels .lvl-1 {
    background: #a3c448
}

.ext-parent-wf .parent-wf-table-outer table td.levels .lvl-2 {
    background: #ffcb00
}

.ext-parent-wf .parent-wf-table-outer table td.levels .lvl-3 {
    background: #e13e57
}

.ext-parent-wf .parent-wf-table-outer table td.levels .lvl:last-child {
    margin-right: 0
}

.ext-parent-wf .parent-wf-table-outer table th .table-header-label {
    position: absolute;
    top: 0;
    padding: 8px 10px;
    line-height: 24px;
    font-size: 10px;
    font-weight: 500;
    color: #4d4d4d;
    text-transform: uppercase;
    letter-spacing: .05em
}

.ext-parent-wf .parent-wf-table-outer table tr:first-child {
    border-bottom: none
}

.ext-parent-wf .parent-wf-table-outer table tr td {
    position: relative
}

.ext-parent-wf .parent-wf-table-outer table tr td.with-child-table {
    position: relative
}

.ext-parent-wf .parent-wf-table-outer table tr td.with-child-table .table-header {
    position: relative;
    padding: 8px 10px;
    padding-left: 78px;
}
.ext-parent-wf .parent-wf-table-outer-new-posts table tr td.with-child-table .table-header {
    position: relative;
    padding: 8px 10px;
    padding-left: 0px;
}
.ext-parent-wf .parent-wf-table-outer-disabled-tabs table tr td.with-child-table .table-header {
    position: relative;
    padding: 8px 10px;
    padding-left: 0px;
}

.ext-parent-wf .parent-wf-table-outer table tr td.with-child-table .table-header .sel-box {
    position: relative;
    float: left
}

.ext-parent-wf .parent-wf-table-outer table tr td.with-child-table .table-header .toggle-box {
    position: relative;
    float: right;
    padding: 4px 0
}

.ext-parent-wf .parent-wf-table-outer table tr td.with-child-table .table-header .toggle-btn {
    position: relative;
    line-height: 20px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05em;
    cursor: pointer
}

.ext-parent-wf .parent-wf-table-outer table tr td.with-child-table .table-header .toggle-btn .fa {
    position: relative;
    top: 2px;
    padding-left: 5px;
    font-size: 16px
}

.ext-parent-wf .parent-wf-table-outer table tr td.with-child-table.child-table-open .table-header .toggle-btn .fa:before {
    content: "\f106"
}

.ext-parent-wf .parent-wf-table-outer table tr td.with-child-table .table-header .toggle-btn .more {
    display: inline
}

.ext-parent-wf .parent-wf-table-outer table tr td.with-child-table .table-header .toggle-btn .less {
    display: none
}

.ext-parent-wf .parent-wf-table-outer table tr td.with-child-table.child-table-open .table-header .toggle-btn .less {
    display: inline
}

.ext-parent-wf .parent-wf-table-outer table tr td.with-child-table.child-table-open .table-header .toggle-btn .more {
    display: none
}

.ext-parent-wf .parent-wf-table-outer .child-level-table {
    position: relative;
    display: none
}

.ext-parent-wf .parent-wf-table-outer .child-table-open .child-level-table {
    display: table;
    border-collapse: separate;
    border-spacing: 0 1px;
    background: #fcfcfc;
}

.ext-parent-wf .parent-wf-table-outer .child-level-table tr td {
    position: relative;
    line-height: 24px;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    min-height: 42px;
    background: #fff;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.ext-parent-wf.custom-new-posts-table .parent-wf-table-outer .child-level-table tr td:nth-child(1) {
    border-left: none;
    background: 0 0;
    border-bottom: none;
}
.levels-info-single-page .child-level-table tr td:nth-child(1) {
    border-left: none;
    background: 0 0;
    border-bottom: none;
}
.levels-info-single-page .child-level-table tr .post-title {
    border-left: none;

}

.custom-header-version-new.fixed-table-header table th .table-header-label{
    position: relative;
}

.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new table th.post-title{
    width: 5.22%!important;
}

.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new.parent-wf-table-outer-new-posts table th.post-title,
.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new.parent-wf-table-outer-disabled-tabs table th.post-title{
    width: 3.22%!important;
}

.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new table th.post-title .table-header-label{
    width: 350px !important;
}

.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new.parent-wf-table-outer-new-posts table th.post-title .table-header-label,
.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new.parent-wf-table-outer-disabled-tabs table th.post-title .table-header-label{
    width: 370px !important;
}

.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new table th.levels{
    width: 1%!important;
}

.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new.parent-wf-table-outer-new-posts table th.levels .table-header-label,
.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new.parent-wf-table-outer-disabled-tabs table th.levels .table-header-label{
    width: 140px !important;
}

.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new table th.topic{
    width: 1%!important;
}

.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new table th.topic .table-header-label{
    width: 185px !important;
}

.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new.parent-wf-table-outer-new-posts table th.topic .table-header-label,
.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new.parent-wf-table-outer-disabled-tabs table th.topic .table-header-label{
    width: 170px !important;
}

.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new table th.unit{
    width: 1%!important;
}

.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new.parent-wf-table-outer-new-posts table th.unit .table-header-label,
.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new.parent-wf-table-outer-disabled-tabs table th.unit .table-header-label{
    width: 170px !important;
}

.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new table th.age{
    width: 10.1%!important;
}

.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new.parent-wf-table-outer-new-posts table th.age .table-header-label,
.ext-parent-wf .parent-wf-table-outer.fixed-table-header.custom-header-version-new.parent-wf-table-outer-disabled-tabs table th.age .table-header-label{
    width: 112px !important;
}

.ext-parent-wf.custom-new-posts-table .parent-wf-table-outer .child-level-table tr td:nth-child(2) {
    border-left: none
}

.ext-parent-wf .parent-wf-table-outer .child-level-table tr td .d-inner {
    position: relative;
    display: block;
    padding: 8px 10px
}

.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status .d-inner {
    padding: 0 0
}

.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status .status-dropdown {
    position: relative;
    display: block
}

.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status .status-dropdown .dropdown-btn {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 12px 12px;
    background: #205081;
    color: #fff;
    cursor: pointer
}

.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status-inprogress .status-dropdown .dropdown-btn {
    background: #e13e57;
}
.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status-completed .status-dropdown .dropdown-btn {
    background: #a2de6c
}
.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status-skipped .status-dropdown .dropdown-btn {
    background: #fdab3d
}
.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status-cleared .status-dropdown .dropdown-btn {
    background: #fff;
    color: #acd634;
}
.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status-nothing .status-dropdown .dropdown-btn {
    background: none;
}


.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status .status-dropdown .dropdown-btn .btn-title {
    float: left
}

.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status .status-dropdown .fa {
    float: right
}

.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status .status-dropdown .dropdown-box {
    position: absolute;
    right: 2px;
    top: 100%;
    width: 180px;
    height: 190px;
    background: #fff;
    padding-bottom: 54px;
    padding-top: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    z-index: 5;
    display: none
}

.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status .status-dropdown .btn-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 52px;
    padding: 11px 12px;
    background: #fff;
    z-index: 1
}

.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status .status-dropdown .btn-box .theme-btn {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 3px 10px;
    color: #fff;
    background: #205081;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px
}

.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status-completed .status-dropdown .btn-box .theme-btn {
    background: #a2de6c
}

.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status-skipped .status-dropdown .btn-box .theme-btn {
    background: #fdab3d
}
.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status-cleared .status-dropdown .btn-box .theme-btn {
    background: #acd634
}
.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status .status-dropdown .btn-box .theme-btn:hover {
    background: #202020
}

.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status .status-dropdown ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 5px 0 15px
}

.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status .status-dropdown .scroll-box {
    height: 132px;
    padding-right: 15px;
    overflow-y: auto
}

.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status .status-dropdown .slimScrollDiv div.slimScrollBar {
    background: #c8c8c8!important;
    right: 5px!important;
    opacity: 1!important
}

.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.status .status-dropdown .slimScrollDiv div.slimScrollRail {
    background: #e8e8e8!important;
    opacity: 1!important;
    right: 5px!important;
    display: block!important
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table.fixed-table-header table th .table-header-label {
    position: relative
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table.fixed-table-header table th.activity-status>.table-header-label {
    width: 166px!important
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table thead tr {
    width: 100%
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table td.levels,
.ext-parent-wf .parent-wf-table-outer.subj-topic-table table th.levels {
    text-align: left
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table td.post-title,
.ext-parent-wf .parent-wf-table-outer.subj-topic-table table th.post-title {
    width: 50%!important
}

.ext-parent-wf.free-user-topic-unit-page .parent-wf-table-outer.subj-topic-table table td.post-title,
.ext-parent-wf.free-user-topic-unit-page .parent-wf-table-outer.subj-topic-table table th.post-title {
    width: 33%!important
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table.fixed-table-header table th.post-title {
    width: 40%!important
}

.ext-parent-wf.free-user-topic-unit-page .parent-wf-table-outer.subj-topic-table.fixed-table-header table th.post-title {
    width: 28%!important
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table.fixed-table-header.non-logged-in table th.post-title {
    width: 60%!important
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table.fixed-table-header table th.post-title .table-header-label {
    width: 500px!important
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table.fixed-table-header.with-student-login table th.post-title .table-header-label {
    width: 388px!important;
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table.not-wiki-topics table th.post-title {
    width: 34%!important
}

.ext-parent-wf .parent-wf-table-outer.sub-page-table.not-wiki-topics table th.post-title {
    width: 22%!important
}

.ext-parent-wf .parent-wf-table-outer.sub-page-table.fixed-table-header table th.post-title .table-header-label {
    width: 265px!important;
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table.not-wiki-topics table td.post-title {
    width: 12%!important;
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table.not-wiki-topics.with-student-login table td.post-title {
    width: 32%!important;
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table td.activities,
.ext-parent-wf .parent-wf-table-outer.subj-topic-table table th.activities {
    width: 12%!important;
    text-align: center;
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table td.year-range,
.ext-parent-wf .parent-wf-table-outer.subj-topic-table table th.year-range {
    width: 10%!important;
    font-size: 16px;
    color: #aad71a;
    text-align: center
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table td.age-range,
.ext-parent-wf .parent-wf-table-outer.subj-topic-table table td.questions,
.ext-parent-wf .parent-wf-table-outer.subj-topic-table table th.age-range,
.ext-parent-wf .parent-wf-table-outer.subj-topic-table table th.questions {
    width: 10%!important;
    font-size: 12px;
    color: #4d4d4d;
    font-weight: 500;
    text-align: left
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table td.activity-status,
.ext-parent-wf .parent-wf-table-outer.subj-topic-table table th.activity-status {
    width: 18%!important;
    font-size: 12px;
    font-weight: 500;
    text-align: left
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table.fixed-table-header table td.activity-status,
.ext-parent-wf .parent-wf-table-outer.subj-topic-table.fixed-table-header table th.activity-status {
    width: 14%!important;
}

.ext-parent-wf.free-user-topic-unit-page .parent-wf-table-outer.subj-topic-table.fixed-table-header table th.post-title .table-header-label {
    width: 200px !important;
}
.ext-parent-wf.free-user-topic-unit-page .parent-wf-table-outer.subj-topic-table.fixed-table-header table th.question .table-header-label {
    width: 82px !important;
}
.ext-parent-wf.free-user-topic-unit-page .parent-wf-table-outer.subj-topic-table.fixed-table-header table th.age-range{
    width: 9% !important;
}
.ext-parent-wf.free-user-topic-unit-page .parent-wf-table-outer.subj-topic-table.fixed-table-header table th.question:last-child{
    left: -80px;
    position: relative;
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table td.question,
.ext-parent-wf .parent-wf-table-outer.subj-topic-table table th.question {
    width: 12%!important;
    font-size: 12px;
    font-weight: 500;
    text-align: left
}

.ext-parent-wf.free-user-topic-unit-page .parent-wf-table-outer.subj-topic-table.fixed-table-header table td.question,
.ext-parent-wf.free-user-topic-unit-page .parent-wf-table-outer.subj-topic-table.fixed-table-header table th.question {
    width: 0%!important;
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table .filters-dropdown .btn {
    position: relative;
    width: 100%;
    font-size: 10px;
    color: #4d4d4d;
    display: block;
    text-align: left;
    line-height: 24px;
    padding: 0 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    background: 0 0;
    box-shadow: none
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table .filters-dropdown .btn:hover {
    background: 0 0
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table .filters-dropdown .btn .fa {
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: #ccc;
    border-radius: 50%
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table .filters-dropdown .dropdown-menu {
    top: 100%;
    left: auto;
    right: -10px;
    width: 100%;
    min-width: 140px;
    border-radius: 4px;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px 0
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table .filters-dropdown a:hover {
    background: 0 0
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table .filters-dropdown .dropdown-menu>li {
    position: relative;
    padding-right: 0!important;
    margin: 0!important;
    float: none;
    width: 100%;
    color: #696969;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    padding: 7px 10px 7px 38px;
    display: block!important;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table .filters-dropdown .dropdown-menu>li:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 10px;
    width: 12px;
    height: 12px;
    background: #a9cb4b;
    border: 6px solid #a9cb4b;
    border-radius: 50%
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table .filters-dropdown .dropdown-menu>li.active-btn {
    color: #202020;
    background-color: #f5f5f5
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table .filters-dropdown .dropdown-menu>li.active-btn:before {
    border: 3px solid #a9cb4b;
    background: #fff
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table td.activity-status.active .d-inner {
    display: none
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table td.activity-status .d-inner.in-progress {
    background: #ff642e;
    color: #fff
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table td.activity-status .d-inner.done {
    background: #a9cd47;
    color: #fff
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table td.activity-status .d-inner.to-do {
    background: #e13e57;
    color: #fff
}

.parent-wf-table-outer.subj-topic-table .in-progress-visible table td.activity-status .d-inner.in-progress {
    display: block
}

.parent-wf-table-outer.subj-topic-table .to-do-visible table td.activity-status .d-inner.to-do {
    display: block
}

.parent-wf-table-outer.subj-topic-table .done-visible table td.activity-status .d-inner.done {
    display: block
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table tr td.with-child-table .table-header {
    padding-left: 20px;
    cursor: pointer
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table.with-student-login table tr td.with-child-table .table-header {
    padding-left: 70px;
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table tr td.with-child-table .table-header .sel-box .check-style-nine label {
    padding-left: 16px !important;
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table .child-table-open .child-level-table {
    background: #fcfcfc;
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table .child-level-table tr td.post-title label {
    padding: 7px 0 7px 0;
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table.with-checkboxes .child-level-table tr td.post-title label {
    padding: 7px 24px 7px 0;
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table .child-level-table tr td:nth-child(1) {
    min-width: 50px;
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table .table-header .topic-title {
    position: relative;
    display: inline-block;
    padding: 3px 15px;
    line-height: 24px;
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    border-radius: 15px
}

.topic-title a {
    color: #fff
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table td.post-title {
    background: #fff;
    padding-left: 10px;
    border-bottom: 1px solid #e9e9e9
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table td.post-title a {
    color: #4d4d4d
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table td.post-title a:hover {
    text-decoration: underline
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table .child-level-table tr td:nth-child(2) {
    border-left: none;
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table .row-red-color td.post-title {
    border-left: 3px solid #ff642e
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table .row-purple-color td.post-title {
    border-left: 3px solid #a25ddc
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table .row-orange-color td.post-title {
    border-left: 3px solid #ff642e
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table .row-blue-color td.post-title {
    border-left: 3px solid #0086c0
}

.ext-parent-wf .parent-wf-table-outer.subj-topic-table table .row-green-color td.post-title {
    border-left: 3px solid #aad71a
}

.hvr-popup-visible .st-hover-popup .mCSB_inside>.mCSB_container {
    margin-right: 0
}

.hvr-popup-visible .st-hover-popup .mCSB_inside .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .2);
    opacity: 1;
    width: 5px;
    margin-left: 7px;
    margin-top: 3px
}

.btn-subjectName {
    display: none
}

.ext-parent-wf .tabbed-links {
    position: relative;
    background: #f4f4f4;
    padding: 20px 0 0;
    border-top: 2px solid #e9e9e9
}

.ext-parent-wf .tabbed-links .buttons {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0
}

.ext-parent-wf .tabbed-links .buttons .link-btn {
    position: relative;
    display: block;
    float: left;
    padding: 0 1px
}

.ext-parent-wf .tabbed-links .buttons .link-btn .txt {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #4d4d4d;
    background: #e9e9e9;
    text-transform: capitalize;
    border-top: 2px solid #e9e9e9;
    border-radius: 5px 5px 0 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.ext-parent-wf .tabbed-links .buttons .link-btn.active-btn .txt {
    background: #fefefe;
    color: #205081;
    border-top-color: #205081
}
.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.post-title input {
    display: none;
}
.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.post-title label {
    position: relative;
    display: inline-block;
    line-height: 16px;
    height: 30px;
    padding: 7px 0 7px 22px;
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 14px;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.ext-parent-wf .parent-wf-table-outer.subj-topic-table.with-checkboxes .child-level-table tr td.post-title label {
    padding: 7px 24px 7px 0;
}
.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.post-title label .icon {
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    color: #fff;
    border: 1px solid #e0e0e0;
    font-size: 9px;
    border-radius: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.post-title label .icon .fa {
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.ext-parent-wf .parent-wf-table-outer .child-level-table tr td.post-title input:checked+label .icon .fa {
    opacity: 1;
}
.fixed-toolbar {
    position: fixed;
    left: 0;
    bottom: -60px;
    width: 100%;
    padding: 0 0;
    z-index: 99;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-toolbar.popped-out {
    bottom: 0
}

.fixed-toolbar.toolbar-visible {
    bottom: 0
}

.fixed-toolbar .toolbar-toggler {
    position: absolute;
    right: 10px;
    width: 44px;
    height: 40px;
    top: -36px;
    cursor: pointer;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #205081;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 34px;
    border-radius: 7px 7px 0 0;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    z-index: 2
}

.fixed-toolbar .toolbar-toggler .fa {
    font-weight: 700
}

.fixed-toolbar.toolbar-visible .toolbar-toggler .fa:before {
    content: "\f103"
}

.fixed-toolbar .toolbar-toggler:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: -4px;
    right: -4px;
    height: 8px;
    background: #fff
}

.fixed-toolbar .toolbar-box {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.fixed-toolbar .toolbar-inner {
    position: relative;
    display: block;
    padding: 10px 10px;
    padding-right: 240px
}

.fixed-toolbar .left-col {
    position: relative;
    float: left
}

.fixed-toolbar .single-student {
    position: relative;
    float: left;
    padding-left: 55px;
    min-height: 40px
}

.fixed-toolbar .single-student .st-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden
}

.fixed-toolbar .single-student .st-thumb img {
    position: relative;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden
}

.fixed-toolbar .single-student .st-title {
    position: relative;
    line-height: 24px;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize
}

.fixed-toolbar .single-st-info {
    position: relative;
    float: left;
    margin-left: 50px
}

.fixed-toolbar .single-st-info ul {
    position: relative
}

.fixed-toolbar .single-st-info ul li {
    position: relative;
    float: left;
    margin-right: 50px;
    padding: 4px 12px;
    line-height: 16px;
    border-left: 1px solid #e0e0e0;
    font-size: 10px;
    color: #acacac;
    font-weight: 500;
    text-transform: uppercase
}

.fixed-toolbar .single-st-info ul li strong {
    color: #101010;
    font-weight: 700
}

.fixed-toolbar .right-col {
    position: absolute;
    right: 10px;
    top: 10px;
    float: right
}

.fixed-toolbar .right-col .student-assign {
    position: relative;
    float: right;
    margin-left: 5px
}

.fixed-toolbar .right-col .student-assign .assign-btn {
    position: relative;
    text-align: center;
    display: block;
    background: #fff;
    padding: 7px 20px;
    min-width: 110px;
    color: #205081;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-toolbar .right-col .student-assign .assign-btn .txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px
}

.fixed-toolbar .right-col .student-assign .assign-btn .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../../images/icons/icon-add-student.png) center top no-repeat
}

.fixed-toolbar .right-col .student-assign .assign-btn:hover .icon {
    background-position: center bottom
}

.fixed-toolbar.popped-out .right-col .student-assign .assign-btn {
    background-color: #efefef
}

.fixed-toolbar .right-col .student-assign .assign-btn:hover {
    background: #205081;
    color: #fff;
    border-color: #205081
}

.fixed-toolbar .right-col .print-it {
    position: relative;
    float: right
}

.fixed-toolbar .right-col .print-it .print-btn {
    position: relative;
    text-align: center;
    display: block;
    background: #fff;
    padding: 7px 20px;
    min-width: 110px;
    color: #205081;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-toolbar .right-col .print-it .print-btn .txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px
}

.fixed-toolbar .right-col .print-it .print-btn .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../../images/icons/icon-printer.png) center top no-repeat
}

.fixed-toolbar .right-col .print-it .print-btn:hover .icon {
    background-position: center bottom
}

.fixed-toolbar .right-col .print-it .print-btn:hover {
    background: #205081;
    color: #fff;
    border-color: #205081
}

.fixed-toolbar .right-col .move-btns {
    position: relative;
    float: right;
    margin-right: 5px
}

.fixed-toolbar .right-col .move-btns .mv-btn {
    position: relative;
    float: left;
    display: block;
    margin-left: 5px;
    text-align: center;
    background: #fff;
    padding: 7px 15px;
    min-width: 46px;
    color: #205081;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-toolbar .right-col .move-btns .mv-btn:hover {
    background: #205081;
    color: #fff;
    border-color: #205081
}

.fixed-toolbar .right-col .other-btn {
    position: relative;
    float: right;
    margin-right: 5px
}

.fixed-toolbar .right-col .other-btn .del-btn {
    position: relative;
    float: left;
    display: block;
    margin-left: 5px;
    text-align: center;
    background: #e13e57;
    padding: 7px 15px;
    min-width: 46px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    height: 40px;
    border: 1px solid #e13e57;
    border-radius: 20px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-toolbar .right-col .other-btn .del-btn .fa {
    font-size: 14px
}

.fixed-toolbar .right-col .other-btn .skip-btn {
    position: relative;
    float: left;
    margin-left: 5px;
    display: block;
    text-align: center;
    background: #fff;
    padding: 7px 15px;
    min-width: 50px;
    color: #205081;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 24px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-toolbar .right-col .sync-pos-btn {
    position: relative;
    float: left;
    margin-left: 5px;
    display: block;
    text-align: center;
    background: #fff;
    padding: 7px 15px;
    min-width: 50px;
    color: #205081;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 24px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}


.fixed-toolbar .right-col .other-btn .skip-btn .fa {
    padding-left: 5px;
    font-weight: 400;
}

.fixed-toolbar .right-col .other-btn .skip-btn:hover {
    background: #205081;
    color: #fff;
    border-color: #205081;
}

.fixed-toolbar .right-col .sync-pos-btn:hover {
    background: #205081;
    color: #fff;
    border-color: #205081;
}

.fixed-toolbar .right-col .sync-pos-btn:hover a {
    color: #fff;
}

.fixed-toolbar .st-selection {
    position: relative;
    padding-left: 61px;
    min-height: 40px
}

.fixed-toolbar .st-selection .sel-stud-btn {
    position: absolute;
    left: 3px;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.fixed-toolbar .st-selection .sel-stud-btn:before {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2)
}

.fixed-toolbar .st-selection .sel-stud-btn img {
    position: relative;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1
}

.fixed-toolbar .st-selection .selected {
    position: relative
}

.fixed-toolbar .st-selection .selected .sel-title {
    position: relative;
    line-height: 18px;
    color: #acacac;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase
}

.fixed-toolbar .st-selection .selected .selected-stud {
    position: relative;
    width: 100%;
    height: 22px;
    overflow: hidden
}

.fixed-toolbar .st-selection .selected .selected-stud ul li {
    position: relative;
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 2px
}

.fixed-toolbar .st-selection .selected .selected-stud ul li a {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden
}

.fixed-toolbar .st-selection .selected .selected-stud ul li img {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%
}

body.hvr-popup-visible {
    overflow: hidden
}

body.hvr-popup-visible .fixed-toolbar .toolbar-toggler {
    z-index: 0
}

.st-hover-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden
}

.hvr-popup-visible .st-hover-overlay {
    opacity: 1;
    visibility: visible
}

.hover-popup-outer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    z-index: 99999;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden
}

.hvr-popup-visible .hover-popup-outer {
    opacity: 1;
    visibility: visible
}

.hover-popup-outer .hover-popup-closer {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #2c2c2c;
    cursor: pointer;
    z-index: 20
}

.hover-popup-outer .hover-popup-closer:hover {
    opacity: .5
}

.hover-popup-outer .hover-popup-inner {
    position: relative;
    display: block;
    margin: 0 15px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover-popup-outer .hover-popup-content {
    position: relative;
    display: block;
    padding: 40px 0;
    max-width: 100%;
}

.st-hover-popup {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 700px;
    margin: 0 auto;
    background: #fefefe;
    border-radius: 5px;
    z-index: 99999;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15)
}

.st-hvr-popup-inner {
    position: relative
}

.st-hvr-popup-inner.scrollable {
    overflow-y: auto
}

.st-hover-popup:before {
    content: '';
    position: absolute;
    left: 15px;
    bottom: -15px;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    display: none
}

.st-hvr-popup-inner .hvr-pop-header {
    position: relative;
    padding: 20px 20px 15px;
    background: #f6f6f6;
    border-radius: 5px 5px 0 0
}

.hvr-pop-header .check-filters {
    position: relative;
    padding-top: 5px;
    float: left
}

.hvr-pop-header .check-filters .filter-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.4em;
    margin-bottom: 8px
}

.hvr-pop-header .check-filters li {
    position: relative;
    float: left;
    margin-right: 20px
}

.student-select-popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden
}

body.student-select-popup-visible {
    overflow: hidden
}

.student-select-popup-visible .student-select-popup-overlay {
    opacity: 1;
    visibility: visible
}

.student-select-popup-outer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden
}

.student-select-popup-visible .student-select-popup-outer {
    opacity: 1;
    visibility: visible
}

.student-select-popup-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle
}

.student-select-popup {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.select-popup-inner {
    position: relative;
    background: #fefefe;
    max-width: 700px;
    margin: 50px auto;
    border-radius: 5px;
    z-index: 10;
    -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15)
}

.select-popup-inner .close-btn {
    position: absolute;
    right: 7px;
    top: 10px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    opacity: .5;
    z-index: 5;
    cursor: pointer
}

.select-popup-inner .close-btn:hover {
    opacity: 1
}

.select-popup-inner .hvr-pop-content {
    position: relative;
    padding: 0 0
}

.select-popup-inner .hvr-pop-content .pop-table-outer {
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    overflow-y: auto
}

.select-popup-inner .hvr-pop-content .pop-table {
    position: relative;
    width: 100%
}

.select-popup-inner .hvr-pop-content .pop-table th {
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 8px;
    font-weight: 700;
    line-height: 20px;
    color: #acacac
}

.select-popup-inner .hvr-pop-content .pop-table.style-two th {
    padding: 5px 8px 10px
}

.select-popup-inner .hvr-pop-content .pop-table.style-two .table-head {
    border-bottom: 2px solid #205081
}

.select-popup-inner .hvr-pop-content .pop-table tr {
    border-bottom: 1px solid #e0e0e0
}

.select-popup-inner .hvr-pop-content .pop-table tr:first-child {
    border: none
}

.select-popup-inner .hvr-pop-content .pop-table td {
    font-size: 11px;
    text-transform: uppercase;
    padding: 12px 8px;
    line-height: 20px;
    font-weight: 500
}

.select-popup-inner .hvr-pop-content .pop-table td.st-select,
.select-popup-inner .hvr-pop-content .pop-table th.st-select {
    min-width: 210px;
    padding-left: 0
}

.select-popup-inner .hvr-pop-content .pop-table th.st-select .check-style-five {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    margin: 0
}

.select-popup-inner .hvr-pop-content .pop-table.style-two .check-style-five input:checked+label:before {
    background: #205081
}

.select-popup-inner .hvr-pop-content .pop-table th.st-select .form-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin: 0
}

.select-popup-inner .hvr-pop-content .pop-table th.st-select .check-style-five label {
    position: absolute;
    left: 0;
    top: 7px
}

.select-popup-inner .hvr-pop-content .pop-table th.st-select input {
    position: relative;
    display: block;
    line-height: 22px;
    padding: 3px 15px;
    background: #fff;
    height: 30px;
    border: 1px solid #d0d0d0;
    width: 100%;
    border-radius: 3px;
    color: #101010;
    margin: 0
}

.select-popup-inner .hvr-pop-content .pop-table td .check-style-five .st-avatar,
.select-popup-inner .hvr-pop-content .pop-table td .check-style-five .txt {
    display: inline-block;
    vertical-align: middle
}

.select-popup-inner .hvr-pop-content .pop-table td .check-style-five .txt {
    padding-left: 15px
}

.select-popup-inner .hvr-pop-content .pop-table td .check-style-five label {
    padding-left: 25px
}

.select-popup-inner .hvr-pop-content .pop-table td .check-style-five label:after,
.select-popup-inner .hvr-pop-content .pop-table td .check-style-five label:before {
    top: 5px
}

.select-popup-inner .hvr-pop-content .pop-table td.groups {
    position: relative;
    width: 100px;
    cursor: pointer
}

.select-popup-inner .hvr-pop-content .pop-table .groups .count {
    position: relative;
    line-height: 26px;
    float: left
}

.select-popup-inner .hvr-pop-content .pop-table .groups .group-icon {
    position: relative;
    width: 28px;
    height: 26px;
    background: #ddd;
    color: #205081;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    float: right
}

.select-popup-inner .hvr-pop-content .pop-table .groups .info {
    position: absolute;
    right: 10px;
    top: 150%;
    width: 100px;
    background: #fff;
    padding: 10px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15)
}

.select-popup-inner .hvr-pop-content .pop-table .groups:hover .info {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.select-popup-inner .hvr-pop-content .pop-table .groups .info li {
    display: block;
    line-height: 24px;
    padding: 0 0
}

.select-popup-inner .tabs-box {
    position: relative;
    display: block
}

.select-popup-inner .tabs-content {
    position: relative;
    display: block;
    padding: 20px 10px 20px 20px
}

.select-popup-inner .tabs-content .tab {
    position: relative;
    padding: 0 0 60px 0
}

.select-popup-inner .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: #f0f0f0
}

.select-popup-inner .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ccc
}

.select-popup-inner .tabs-box .buttons {
    position: relative;
    background: #f6f6f6;
    margin: 0 0;
    padding: 25px 15px 0;
    border-radius: 5px 5px 0 0;
    top: 0
}

.select-popup-inner .tabs-box .buttons .tab-buttons {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0
}

.select-popup-inner .tabs-box .buttons .tab-buttons .tab-btn {
    position: relative;
    display: block;
    float: left;
    padding: 0 1px
}

.select-popup-inner .tabs-box .buttons .tab-buttons .tab-btn .txt {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 8px 60px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #101010;
    background: #e2e2e2;
    text-transform: uppercase;
    border-top: 3px solid #e2e2e2;
    border-radius: 5px 5px 0 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.select-popup-inner .tabs-box .buttons .tab-buttons .tab-btn.active-btn .txt {
    background: #fefefe;
    color: #205081;
    border-top-color: #205081
}

.select-popup-inner .clear-link {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    padding: 20px 0 10px
}

.select-popup-inner .clear-link .theme-btn {
    padding: 10px 30px;
    line-height: 20px;
    font-size: 13px;
    border-radius: 3px
}

.select-popup-inner .styled-pagination {
    position: relative;
    float: right;
    padding: 20px 0 0;
    margin: 0
}

.select-popup-inner .styled-pagination li {
    margin: 0
}

.select-popup-inner .styled-pagination li a {
    background: 0 0;
    line-height: 20px;
    padding: 4px 2px;
    text-align: center;
    width: 28px;
    min-width: 28px;
    min-height: 28px;
    height: 28px;
    color: #222;
    border-radius: 3px
}

.select-popup-inner .styled-pagination li a.active {
    background: #205081;
    color: #fff
}

.check-style-five {
    position: relative;
    display: block
}

.check-style-five input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.check-style-five label {
    position: relative;
    display: block;
    line-height: 20px;
    font-weight: 500;
    font-size: 12px;
    padding-left: 34px;
    cursor: pointer;
    margin: 0
}

.check-style-five label .dot {
    position: absolute;
    left: 23px;
    top: 6px;
    width: 6px;
    height: 6px;
    display: block;
    background: #999;
    border-radius: 50%
}

.check-style-five label .g-dot {
    background: #a3c448
}

.check-style-five label .y-dot {
    background: #ffcb00
}

.check-style-five label .r-dot {
    background: #e13e57
}

.check-style-five label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.check-style-five label:after {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: 0 0;
    line-height: 16px;
    font-size: 8px;
    text-align: center;
    color: #fff;
    opacity: 0;
    border-radius: 2px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.check-style-five input:checked+label:after {
    opacity: 1
}

.check-style-five input:checked+label:before {
    background: #acacac
}

.check-style-five input:checked+label {
    color: #101010;
    font-weight: 700
}

.confirm_selected_students {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 3px 22px;
    color: #fff;
    background: #0086c0;
    text-align: center;
    border-radius: 18px;
    font-size: 11px;
    margin-left: 10px;
    margin: 0 auto
}

@font-face {
    font-family: SuperSonicRocketship;
    src: url(../../fonts/SupersonicRocketship.eot);
    src: url(../../fonts/SupersonicRocketship.eot?#iefix) format('embedded-opentype'), url(../../fonts/SupersonicRocketship.woff) format('woff'), url(../../fonts/SupersonicRocketship.ttf) format('truetype'), url(fonts/SupersonicRocketship.svg#SuperSonicRocketship) format('svg');
    font-weight: 400;
    font-style: normal
}


.hvr-pop-header .date-selection {
    position: relative;
    width: 220px;
    float: right
}

.hvr-pop-header .date-selection .cal-title {
    position: relative;
    float: left;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.4em;
    margin-bottom: 5px
}

.hvr-pop-header .date-selection .form-group,
.hvr-pop-header .date-selection form {
    position: relative;
    margin: 0;
    padding: 0
}

.hvr-pop-header .date-selection .reset {
    position: relative;
    float: right;
    margin-bottom: 5px
}

.hvr-pop-header .date-selection .reset button {
    position: relative;
    display: block;
    background: 0 0;
    text-decoration: underline;
    color: #4d4d4d;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.4em;
    margin: 0
}

.hvr-pop-header .date-selection input {
    position: relative;
    display: block;
    line-height: 22px;
    padding: 3px 15px;
    background: #fff url(../../images/icons/icon-calendar.png) right center no-repeat;
    height: 30px;
    border: 1px solid #d0d0d0;
    width: 100%;
    border-radius: 3px;
    color: #101010;
    margin: 0
}

.ui-widget.ui-widget-content {
    z-index: 101!important
}

.st-hvr-popup-inner .hvr-pop-content {
    position: relative;
    padding: 20px 10px 15px 20px
}

.st-hvr-popup-inner .scroller-content {
    position: relative;
    max-height: 500px;
    overflow-y: auto;
    padding: 0 0 10px
}

.st-hvr-popup-inner .scroller-content .mCSB_inside>.mCSB_container {
    margin-right: 20px
}

.st-hvr-popup-inner .hvr-pop-content .pop-table-outer {
    position: relative;
    display: block;
    width: 100%
}

.st-hvr-popup-inner .hvr-pop-content .pop-table {
    position: relative;
    width: 100%
}

.st-hvr-popup-inner .hvr-pop-content .pop-table th {
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 8px;
    font-weight: 700;
    line-height: 20px;
    color: #acacac
}

.st-hvr-popup-inner .hvr-pop-content .pop-table.style-two th {
    padding: 5px 8px 10px
}

.st-hvr-popup-inner .hvr-pop-content .pop-table.style-two .table-head {
    border-bottom: 2px solid #205081
}

.st-hvr-popup-inner .hvr-pop-content .pop-table tr {
    border-bottom: 1px solid #e0e0e0
}

.st-hvr-popup-inner .hvr-pop-content .pop-table tr:first-child {
    border: none
}

.st-hvr-popup-inner .hvr-pop-content .pop-table td {
    font-size: 11px;
    text-transform: uppercase;
    padding: 12px 8px;
    line-height: 20px;
    font-weight: 500
}

.st-hvr-popup-inner .hvr-pop-content .pop-table td.st-select,
.st-hvr-popup-inner .hvr-pop-content .pop-table th.st-select {
    min-width: 210px;
    padding-left: 0
}

.st-hvr-popup-inner .hvr-pop-content .pop-table th.st-select .check-style-five {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    margin: 0
}

.st-hvr-popup-inner .hvr-pop-content .pop-table.style-two .check-style-five input:checked+label:before {
    background: #205081
}

.st-hvr-popup-inner .hvr-pop-content .pop-table th.st-select .form-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin: 0
}

.st-hvr-popup-inner .hvr-pop-content .pop-table th.st-select .check-style-five label {
    position: absolute;
    left: 0;
    top: 7px
}

.st-hvr-popup-inner .hvr-pop-content .pop-table th.st-select input {
    position: relative;
    display: block;
    line-height: 22px;
    padding: 3px 15px;
    background: #fff;
    height: 30px;
    border: 1px solid #d0d0d0;
    width: 100%;
    border-radius: 3px;
    color: #101010;
    margin: 0
}

.st-hvr-popup-inner .hvr-pop-content .pop-table td .check-style-five .st-avatar,
.st-hvr-popup-inner .hvr-pop-content .pop-table td .check-style-five .txt {
    display: inline-block;
    vertical-align: middle
}

.st-hvr-popup-inner .hvr-pop-content .pop-table td .check-style-five .txt {
    padding-left: 15px
}

.st-hvr-popup-inner .hvr-pop-content .pop-table td .check-style-five label {
    padding-left: 25px
}

.st-hvr-popup-inner .hvr-pop-content .pop-table td .check-style-five label:after,
.st-hvr-popup-inner .hvr-pop-content .pop-table td .check-style-five label:before {
    top: 5px
}

.st-hvr-popup-inner .hvr-pop-content .pop-table td.groups {
    position: relative;
    width: 100px;
    cursor: pointer
}

.st-hvr-popup-inner .hvr-pop-content .pop-table .groups .count {
    position: relative;
    line-height: 26px;
    float: left
}

.st-hvr-popup-inner .hvr-pop-content .pop-table .groups .group-icon {
    position: relative;
    width: 28px;
    height: 26px;
    background: #ddd;
    color: #205081;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    float: right
}

.st-hvr-popup-inner .hvr-pop-content .pop-table .groups .info {
    position: absolute;
    right: 10px;
    top: 150%;
    width: 100px;
    background: #fff;
    padding: 10px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15)
}

.st-hvr-popup-inner .hvr-pop-content .pop-table .groups:hover .info {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.st-hvr-popup-inner .hvr-pop-content .pop-table .groups .info li {
    display: block;
    line-height: 24px;
    padding: 0 0
}

.st-hvr-popup-inner .tabs-box {
    position: relative;
    display: block
}

.st-hvr-popup-inner .tabs-box .buttons {
    position: relative;
    background: #f6f6f6;
    margin: 0 -10px 0 -20px;
    padding: 6px 10px 0;
    top: -21px
}

.without-header .st-hvr-popup-inner .tabs-box .buttons {
    position: relative;
    padding: 25px 20px 0;
    border-radius: 5px 5px 0 0
}

.st-hvr-popup-inner .tabs-box .buttons .tab-buttons {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0
}

.st-hvr-popup-inner .tabs-box .buttons .tab-buttons .tab-btn {
    position: relative;
    display: block;
    float: left;
    padding: 0 1px
}

.st-hvr-popup-inner .tabs-box .buttons .tab-buttons .tab-btn .txt {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 8px 60px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #101010;
    background: #e2e2e2;
    text-transform: uppercase;
    border-top: 3px solid #e2e2e2;
    border-radius: 5px 5px 0 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.st-hvr-popup-inner .tabs-box .buttons .tab-buttons .tab-btn.active-btn .txt {
    background: #fefefe;
    color: #205081;
    border-top-color: #205081
}

.st-hvr-popup-inner .styled-pagination {
    position: relative;
    float: right;
    padding: 20px 0 0;
    margin: 0
}

.st-hvr-popup-inner .styled-pagination li {
    margin: 0
}

.st-hvr-popup-inner .styled-pagination li a {
    background: 0 0;
    line-height: 20px;
    padding: 4px 2px;
    text-align: center;
    width: 28px;
    min-width: 28px;
    min-height: 28px;
    height: 28px;
    color: #222;
    border-radius: 3px
}

.st-hvr-popup-inner .styled-pagination li a.active {
    background: #205081;
    color: #fff
}

.new-sel-stud-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 10px 25px;
    background: #aad71a;
    text-transform: capitalize;
    color: #fff;
    border-radius: 3px
}

.new-sel-stud-btn:hover {
    background: #2c2c2c
}

.fixed-toolbar .right-col .print-it {
    position: relative;
    float: right
}

.fixed-toolbar .right-col .print-it .worksheet-toolbar-buttons {
    position: relative;
    text-align: center;
    display: block;
    background: #fff;
    padding: 7px 20px;
    min-width: 110px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-toolbar .right-col .print-it .worksheet-toolbar-buttons .txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px
}

.fixed-toolbar .right-col .print-it .worksheet_add_to_download .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    width: 24px;
    height: 24px
}

.fixed-toolbar .right-col .print-it .worksheet_add_to_download:hover .icon {
    background-position: center bottom
}

.fixed-toolbar .right-col .print-it .worksheet_add_to_download {
    color: #ef4454
}

.fixed-toolbar .right-col .print-it .worksheet_add_to_download:hover {
    background: #ef4454;
    color: #fff;
    border-color: #ef4454
}

.fixed-toolbar .right-col .print-it .worksheet_print_button .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    font-size: 26px
}

.fixed-toolbar .right-col .print-it .worksheet_print_button:hover .icon {
    background-position: center bottom
}

.fixed-toolbar .right-col .print-it .worksheet_print_button:hover {
    background: #93c83e;
    color: #fff;
    border-color: #93c83e
}

.fixed-toolbar .right-col .print-it .worksheet_print_button {
    color: #93c83e
}

.fixed-toolbar .right-col .print-it .worksheet_download_button .icon {
    position: relative;
    display: inline-block;
    font-size: 26px;
    vertical-align: middle;
    width: 24px;
    height: 24px
}

.fixed-toolbar .right-col .print-it .worksheet_download_button:hover .icon {
    background-position: center bottom
}

.fixed-toolbar .right-col .print-it .worksheet_download_button:hover {
    background: #1f5181;
    color: #fff;
    border-color: #1f5181
}

.fixed-toolbar .right-col .print-it .worksheet_download_button {
    color: #1f5181
}

.worksheet-toolbar-small-text {
    display: initial
}

.dropdown-btn-custom {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 12px 12px;
    background: #e13e57;
    color: #fff;
    cursor: pointer
}

.drop-list-four {
    position: relative;
    display: block;
    width: 100%
}

.drop-list-four .list-label {
    position: relative;
    display: block;
    color: #717171;
    line-height: 20px;
    padding: 0 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px
}

.drop-list-four .dropdown-outer {
    position: relative
}

.drop-list-four .btn-box {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 30px 7px 20px;
    color: #3f3f3f;
    font-size: 14px;
    background: #fcfcfc;
    border-radius: 3px;
    border: 1px solid #e5e5e5
}

.drop-list-four.drop-list-rounded .btn-box {
    border-radius: 20px
}

.drop-list-four .dropdown-outer.open .btn-box {
    border-color: #909090;
    background: #f0f0f0
}

.drop-list-four .btn-box:before {
    font-family: FontAwesome;
    content: "\f0d7";
    position: absolute;
    right: 15px;
    top: 8px;
    height: 24px;
    display: block;
    color: #656565;
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.dropdown-menu {
    min-width: 100%;
    left: 0;
    right: auto;
    top: 100%;
    padding: 0 0;
    margin: 0;
    margin-top: 5px;
    background: #fff;
    border-radius: 3px 3px;
    border: 1px solid #e0e0e0
}

.drop-list-four .dropdown-menu.dropdown-top-3 {
    top: -120px
}

.drop-list-four .dropdown-menu {
    min-width: 100%;
    left: 0;
    right: auto;
    top: 100%;
    padding: 0 0;
    margin: 0;
    margin-top: 5px;
    background: #fff;
    border-radius: 3px 3px;
    border: 1px solid #e0e0e0
}

.drop-list-four .dropdown-menu li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f0f0f0
}

.drop-list-four .dropdown-menu li>a {
    line-height: 24px;
    padding: 6px 15px;
    color: #525252;
    text-transform: capitalize
}

.drop-list-four .dropdown-menu li:hover>a {
    background: #205081;
    color: #fff
}


[data-title]:hover:after {
    opacity: 1;
    transition: all .1s ease .5s;
    visibility: visible
}

[data-title]:after {
    content: attr(data-title);
    background-color: #fff;
    color: #4e4d4d;
    font-size: 15px;
    position: absolute;
    padding: 8px;
    top: -45px;
    white-space: nowrap;
    box-shadow: 1px 1px 7px 2px #a9a9a9;
    opacity: 0;
    border: 1px solid transparent;
    z-index: 99999;
    visibility: hidden
}

@media only screen and (max-width:767px) {
    .st-hvr-popup-inner .pop-table-outer {
        overflow-x: auto
    }
    .st-hvr-popup-inner .pop-table-outer .pop-table {
        min-width: 700px
    }
    .st-hvr-popup-inner .styled-pagination {
        float: left;
        padding: 10px 0
    }
    .st-hover-popup {
        max-width: 500px;
        min-width: auto;
    }
}

@media only screen and (max-width:599px) {
    .hvr-pop-header .check-filters,
    .hvr-pop-header .date-selection {
        width: 100%
    }
    .hvr-pop-header .check-filters {
        margin-bottom: 10px
    }
    .st-hvr-popup-inner .tabs-box .buttons .tab-buttons .tab-btn .txt {
        padding: 8px 35px
    }
    .fixed-toolbar .single-st-info,
    .fixed-toolbar .st-selection .selected {
        display: none
    }
    .st-hover-popup {
        max-width: 400px;
        min-width: auto;
    }
}



.custom-download-options {
    display: inline-block;
    margin-left: 10px;
    margin-right: 50px
}

.custom-download-options button.dropup-btn {
    text-align: center;
    background: #205081;
    padding: 8px 20px;
    min-width: 110px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    position: relative
}

.custom-download-options button.dropup-btn span {
    margin-left: 3px
}

.custom-download-options .dropdown-menu {
    min-width: 266px;
    padding: 12px 10px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, .14) -1px 0 7px;
    margin-bottom: 12px;
    left: -88px!important
}

.custom-download-options .dropdown-menu::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 22px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff
}

.custom-download-options .print-it,
.custom-download-options .print-it>a,
.custom-download-options .student-assign,
.custom-download-options .student-assign>button {
    display: block;
    min-width: 100%!important
}

.custom-download-options .print-it>a,
.custom-download-options .student-assign>button {
    display: flex!important;
    justify-content: space-between!important;
    margin-bottom: 8px!important
}

.f-left {
    float: left!important
}

.worksheet-downloads-section {
    position: relative;
    background: #fcfcfc;
    padding: 60px 0
}

.worksheet-downloads-section .title-box {
    position: relative;
    margin-bottom: 15px
}

.worksheet-downloads-section .title-box h2 {
    font-size: 18px;
    color: #205081;
    text-transform: capitalize;
    font-weight: 500
}

.downloads-table-outer {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 42px;
    margin-bottom: 100px
}

.downloads-table-outer .table-head-spacer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 39px;
    background: #fcfcfc;
    border-bottom: 1px solid #e5e5e5
}

.downloads-table-outer table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0
}

.downloads-table-outer table th {
    display: table-cell;
    line-height: 24px;
    padding: 0 1px;
    text-align: left
}

.downloads-table-outer table th.wrk-sheet-title {
    width: 47%!important
}

.downloads-table-outer.style-two table th.wrk-sheet-title {
    width: 48%!important
}

.downloads-table-outer table th.wrk-sheet-assesment {
    width: 12%!important
}

.downloads-table-outer.style-two table th.wrk-sheet-assesment {
    width: 11%!important
}

.downloads-table-outer table th.wrk-sheet-year {
    width: 10%!important
}

.downloads-table-outer.style-two table th.wrk-sheet-year {
    width: 6%!important
}

.downloads-table-outer table th.wrk-sheet-age {
    width: 12%!important
}

.downloads-table-outer.style-two table th.wrk-sheet-age {
    width: 10%!important
}

.downloads-table-outer table th.wrk-sheet-action {
    width: 19%!important
}

.downloads-table-outer.style-two table th.wrk-sheet-action {
    width: 27%!important
}

.downloads-table-outer table th .table-header-label {
    position: absolute;
    top: 0;
    padding: 7px 10px 6px;
    line-height: 24px;
    font-size: 10px;
    font-weight: 600;
    color: #353535;
    text-transform: uppercase;
    letter-spacing: .03em
}

.downloads-table-outer table tr th.wrk-sheet-title .table-header-label {
    padding-left: 15px
}

.downloads-table-outer table tr td {
    position: relative
}

.downloads-table-outer table .inner-scroll-box {
    position: relative;
    height: 300px;
    padding-right: 10px;
    overflow-y: auto
}

.downloads-table-outer table .slimScrollDiv div.slimScrollBar {
    background: #ccc!important;
    right: 0!important;
    opacity: 1!important
}

.downloads-table-outer table .slimScrollDiv div.slimScrollRail {
    background: #f0f0f0!important;
    opacity: 1!important;
    right: 0!important;
    display: block!important
}

.downloads-table-outer table tr td .d-inner {
    position: relative;
    display: block;
    padding: 10px 10px;
    line-height: 24px
}

.downloads-table-outer table tr td.wrk-sheet-title {
    width: 48%!important
}

.downloads-table-outer table tr td.wrk-sheet-assesment {
    width: 12%!important
}

.downloads-table-outer.style-two table tr td.wrk-sheet-assesment {
    width: 11%!important
}

.downloads-table-outer table tr td.wrk-sheet-assesment .fa {
    color: #436a92;
    padding-right: 3px
}

.downloads-table-outer table tr td.wrk-sheet-title .d-inner {
    padding-left: 15px
}

.downloads-table-outer table tr td.wrk-sheet-year {
    width: 10%!important
}

.downloads-table-outer.style-two table tr td.wrk-sheet-year {
    width: 6%!important
}

.downloads-table-outer table tr td.wrk-sheet-age {
    width: 12%!important
}

.downloads-table-outer.style-two table tr td.wrk-sheet-age {
    width: 10%!important
}

.downloads-table-outer table tr td.wrk-sheet-action {
    width: 18%!important
}

.downloads-table-outer.style-two table tr td.wrk-sheet-action {
    width: 27%!important
}

.downloads-table-outer table tr td.wrk-sheet-status {
    font-size: 15px;
    color: #aad71a
}

.downloads-table-outer table tr td.wrk-sheet-action .download-btn {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin: 0 5px 0 0;
    line-height: 32px;
    font-size: 12px !important;
    color: #fff;
    background: #c8c8c8;
    border-radius: 16px
}

.downloads-table-outer table tr td.wrk-sheet-action .download-btn .fa {
    padding-right: 5px
}

.downloads-table-outer table tr td.wrk-sheet-action .download-btn:hover {
    background: #aad71a
}

.downloads-table-outer table tr td.wrk-sheet-action .print-btn {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin: 0;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #c8c8c8;
    min-width: 102px;
    text-align: center;
    border-radius: 16px
}

.downloads-table-outer table tr td.wrk-sheet-action .print-btn .fa {
    padding-right: 5px
}

.downloads-table-outer table tr td.wrk-sheet-action .print-btn:hover {
    background: #205081
}

.downloads-table-outer table tr td.wrk-sheet-action .remove-btn {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    background: #c7c7c7;
    border-radius: 50%
}

.downloads-table-outer table tr td.wrk-sheet-action .remove-btn:hover {
    background: red
}

.downloads-table-outer .que-options {
    position: relative;
    padding: 30px 10px;
    text-align: center
}

.downloads-table-outer .success-btn {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin: 0 2px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #aad71a;
    border-radius: 16px
}

.downloads-table-outer .success-btn .fa {
    padding-right: 5px
}

.downloads-table-outer .success-btn:hover {
    background: #025a2c
}

.downloads-table-outer .delete-btn {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 15px;
    margin: 0 2px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #e13e57;
    border-radius: 16px
}

.downloads-table-outer .delete-btn .fa {
    padding-right: 10px
}

.downloads-table-outer .delete-btn:hover {
    background: #242424
}

.downloads-table-outer table tr td.wrk-sheet-assesment .students-btn {
    position: relative;
    cursor: pointer;
    z-index: 2
}

.downloads-table-outer table tr td.wrk-sheet-assesment .d-inner.student-visible .students-btn {
    background: #fff;
    z-index: 2
}

.downloads-table-outer td.wrk-sheet-assesment .d-inner.student-visible .students-btn:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -11px;
    right: -10px;
    bottom: -19px;
    border: 1px solid #205081;
    border-bottom: 7px solid #fff;
    border-radius: 3px 3px 0 0
}

.downloads-table-outer .with-child-table.child-table-open .child-level-table tr .data-box {
    border: none
}

.downloads-table-outer .child-level-table {
    position: relative
}

.downloads-table-outer table tr {
    width: 100%
}

.downloads-table-outer .child-level-table tr td {
    position: relative;
    line-height: 24px;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    min-height: 42px
}

.downloads-table-outer .child-level-table tr .data-box {
    padding: 0 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 0 0;
    border-radius: 5px;
    transition: background .3s ease
}

.downloads-table-outer .child-level-table tr .data-box:hover {
    background: #fcfcfc
}

.downloads-table-outer .top-level-table tr:last-child .data-box {
    border-bottom: 1px solid #e5e5e5
}

.downloads-table-outer .child-level-table .inputs-row td .d-inner {
    position: relative;
    display: block;
    padding: 0 0
}

.downloads-table-outer .child-level-table .inputs-row {
    position: relative;
    display: none
}

.downloads-table-outer .assessment-students-visible .inputs-row {
    display: table-row
}

.downloads-table-outer .child-level-table .inputs-row td.list-box {
    position: relative
}

.downloads-table-outer .child-level-table .inputs-row td.list-box .d-inner {
    margin: 2px 0;
    padding: 8px 0;
    background: #fff;
    border: 1px solid #205081;
    border-radius: 0 3px 3px 3px;
    margin-left: 48%;
    margin-right: 20%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.downloads-table-outer .child-level-table .inputs-row .students-list {
    position: relative
}

.downloads-table-outer .child-level-table .inputs-row .students-list li {
    position: relative;
    display: block;
    line-height: 24px;
    border-bottom: 1px solid #f0f0f0;
    padding: 2px 0
}

.downloads-table-outer .child-level-table .inputs-row .students-list li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.downloads-table-outer .child-level-table .inputs-row .students-list li:nth-child(even) {
    background: #fcfcfc
}

.downloads-table-outer .child-level-table .inputs-row .students-list li .student-name {
    position: relative;
    float: left;
    padding: 5px 0
}

.downloads-table-outer .child-level-table .inputs-row .students-list li .action-box {
    position: relative;
    float: left;
    padding: 5px 10px;
    margin-right: 10px
}

.downloads-table-outer .child-level-table .inputs-row .students-list li .action-box .action-btn {
    position: relative;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    background: #c7c7c7;
    border-radius: 50%
}

.downloads-table-outer .child-level-table .inputs-row .students-list li .action-box .action-btn:hover {
    background: red
}

.downloads-table-outer .check-style-two label {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding-left: 26px
}

.downloads-table-outer .check-style-two label:after,
.downloads-table-outer .check-style-two label:before {
    border-radius: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.downloads-table-outer .check-style-two label:before {
    background: #fff;
    border: 1px solid #e5e5e5
}

.styled-pagination.version-blue {
    position: relative;
    padding: 20px 0 0;
    margin: 0
}

.styled-pagination.version-blue li {
    margin-right: 3px
}

.styled-pagination.version-blue li a {
    line-height: 20px;
    padding: 4px 2px;
    background: #e9e9e9;
    text-align: center;
    width: 28px;
    min-width: 28px;
    min-height: 28px;
    height: 28px;
    color: #222;
    border-radius: 3px
}

.styled-pagination.version-blue li a.active,
.styled-pagination.version-blue li a:hover {
    background: #205081;
    color: #fff
}

@media only screen and (max-width:1023px) {
    .student-summary .st-subj-summary .graphs .row .graph-column {
        border-bottom: 1px solid #f0f0f0
    }
    .worksheet-downloads-section .filter-options .search-form .form-group input {
        width: 180px
    }
}

@media only screen and (max-width:940px) {
    .downloads-table-outer {
        overflow-x: auto
    }
    .downloads-table-outer .table-scroll-box {
        min-width: 940px
    }
    .downloads-table-outer .load-more-box {
        text-align: left
    }
}

@media only screen and (max-width:767px) {
    .worksheet-downloads-section .filter-options .search-form,
    .worksheet-downloads-section .filter-options .search-form .form-group,
    .worksheet-downloads-section .filter-options .search-form .form-group .field-inner,
    .worksheet-downloads-section .filter-options .search-form .form-group .field-label,
    .worksheet-downloads-section .filter-options .search-form .form-group input {
        position: relative;
        display: block;
        width: 100%;
        margin: 0
    }
    .worksheet-downloads-section .filter-options .search-form {
        margin-bottom: 20px
    }
    .worksheet-downloads-section .filter-options .options {
        width: 100%
    }
    .worksheet-downloads-section .filter-options .drop-list {
        margin: 0 20px 20px 0
    }
}

@media only screen and (max-width:599px) {
    .default-tabbed-links {
        padding: 15px 0 10px
    }
    .default-tabbed-links .buttons .link-btn {
        width: 100%;
        margin-bottom: 5px
    }
    .default-tabbed-links .buttons .link-btn .txt {
        border-radius: 5px;
        font-size: 14px;
        padding: 10px 10px;
        border: 2px solid transparent!important
    }
    .default-tabbed-links .buttons .link-btn.active-btn .txt,
    .default-tabbed-links .buttons .link-btn:hover .txt {
        border-color: #205081!important
    }
    .worksheet-downloads-section .filter-options .drop-list {
        width: 100%;
        margin: 0 0 20px
    }
}

.buttons-activities .link-btn {
    width: 33.3%
}

@media only screen and (max-width:960px) {
    .parent-wf-table-outer {
        overflow-x: auto
    }
    .parent-wf-table-outer .table-scroll-box {
        min-width: 950px
    }
    .ext-parent-wf .fixed-table-header thead {
        position: static;
        top: auto;
        width: auto;
        left: auto;
        margin: 0;
        border-bottom: 2px solid #f4f4f4;
        z-index: 10
    }
    .ext-parent-wf .fixed-table-header .table-head-spacer {
        position: absolute;
        top: auto;
        width: auto;
        left: auto;
        margin: 0;
        z-index: 5
    }
    .ext-parent-wf .parent-wf-table-outer.subj-topic-table.fixed-table-header table th .table-header-label {
        position: absolute
    }
}

@media only screen and (max-width:767px) {
    .ext-parent-wf .lower-info .secondary-links,
    .ext-parent-wf .lower-info .stud-info,
    .ext-parent-wf .top-info .connected,
    .ext-parent-wf .top-info .options {
        width: 100%
    }
    .ext-parent-wf .top-info .options .check-block {
        margin-left: 0;
        margin-right: 20px
    }
    .ext-parent-wf .top-info .options .disable {
        margin-left: 0
    }
    .ext-parent-wf .lower-info .stud-info {
        margin-top: 20px
    }
    .ext-parent-wf .lower-info .stud-info li {
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 5px
    }
    .ext-parent-wf .lower-info .secondary-links li {
        width: 48%;
        margin: 0 .5%
    }
    .bread-crumb.version-two,
    .page-info-bar .activity-count {
        width: 100%
    }
    .bread-crumb.version-two li a {
        font-size: 14px
    }
}

@media only screen and (max-width:599px) {
    .ext-parent-wf .tabbed-links {
        padding: 15px 0 10px
    }
    .ext-parent-wf .tabbed-links .buttons .link-btn {
        width: 100%;
        margin-bottom: 5px
    }
    .ext-parent-wf .tabbed-links .buttons .link-btn .txt {
        border-radius: 5px;
        font-size: 14px;
        padding: 10px 10px;
        border: 2px solid transparent!important
    }
    .ext-parent-wf .tabbed-links .buttons .link-btn.active-btn .txt,
    .ext-parent-wf .tabbed-links .buttons .link-btn:hover .txt {
        border-color: #205081!important
    }
    .ext-parent-wf .layouts-options .options {
        width: 100%
    }
    .ext-parent-wf .layouts-options .drop-list,
    .ext-parent-wf .layouts-options .drop-list.filter-by {
        width: 100%;
        margin: 0;
        margin-bottom: 10px
    }
    .ext-parent-wf .layouts-options .drop-list.sort-by {
        width: 60%;
        margin: 0;
        margin-right: 15px;
        margin-bottom: 10px
    }
    .ext-parent-wf .layouts-options .layout-mode {
        float: right;
        margin: 0
    }
}

.default-tabbed-links {
    position: relative;
    background: #f4f4f4;
    padding: 35px 0 0;
    border-top: 2px solid #e9e9e9
}

.default-tabbed-links .buttons {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0
}

.buttons-activities .link-btn {
    width: 33.3%;
}

.default-tabbed-links .buttons .link-btn {
    position: relative;
    display: block;
    float: left;
    padding: 0 1px
}

.default-tabbed-links .buttons .link-btn .txt {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d;
    background: #e9e9e9;
    text-transform: capitalize;
    border-top: 2px solid #e9e9e9;
    border-radius: 5px 5px 0 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.default-tabbed-links .buttons .link-btn.active-btn .txt {
    background: #fefefe;
    color: #4d4d4d;
    border-top-color: #205081
}

@media only screen and (max-width:575px) {
    .default-tabbed-links {
        padding: 15px 0 10px
    }
    .default-tabbed-links .buttons .link-btn {
        width: 100%;
        margin-bottom: 5px
    }
    .default-tabbed-links .buttons .link-btn .txt {
        border-radius: 5px;
        font-size: 14px;
        padding: 10px 10px;
        border: 2px solid transparent!important
    }
    .default-tabbed-links .buttons .link-btn.active-btn .txt,
    .default-tabbed-links .buttons .link-btn:hover .txt {
        border-color: #205081!important
    }
        /* Acitvities Subnav Styles */
   .sub-nav-bar .mega-menu-box {
        padding: 16px 0;
    }
    .mega-menu-data .nav-column {
        padding: 20px 16px 0;
    }
    .cmt-topmenu-item h3 {
        background: #eee;
        padding: 8px 14px;
        position: relative;
    }
    .cmt-topmenu-item h3::after {
        content: '';
        position: absolute;
        right: 20px;
        top: 12px;
        width: 8px;
        height: 8px;
        background: transparent;
        border-bottom: 2px solid #aaa;
        border-left: 2px solid #aaa;
        transform: rotate(-45deg);
        transition: all 0.25s ease-in-out;
    }
    .cmt-topmenu-item h3.active::after {
        transform: rotate(135deg);
        top: 16px;
    }
    .mega-menu-data .nav-column ul {
        display: none;
    }
    .mega-menu-data .nav-column ul li {
        list-style: none;
    }
    .ext-parent-wf .tabbed-links {
        padding: 15px 0 10px
    }
    .ext-parent-wf .tabbed-links .buttons .link-btn {
        width: 100%;
        margin-bottom: 5px
    }
    .ext-parent-wf .tabbed-links .buttons .link-btn .txt {
        border-radius: 5px;
        font-size: 14px;
        padding: 10px 10px;
        border: 2px solid transparent!important
    }
    .ext-parent-wf .tabbed-links .buttons .link-btn.active-btn .txt,
    .ext-parent-wf .tabbed-links .buttons .link-btn:hover .txt {
        border-color: #205081!important
    }
}

