/* Main Worksheet single page slider styles */

section.worksheet-main-slider-wrapper {
    margin: 30px 0 22px;
    position: relative;
}

.i-zIndex {
    z-index: 999;
}

.worksheet-main-slider-wrapper .auto-container.version-two {
    padding: 0 40px !important;
}

.worksheet-main-slider-wrapper .worksheet-main-slider .owl-stage-outer {
    min-height: 500px;
}

.popover-style-2-box {
    display: inline-block;
}

.popover-style-2-box img {
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.no-events {
    pointer-events: none !important;
}

.slider-nav-box a {
    color: #666666;
    background: #ffffff;
    position: absolute;
    top: 28px;
    padding: 12px 24px;
    border-radius: 40px;
    border: 1px solid #e6e6e6;
    z-index: 9;
    font-size: 14px;
    font-weight: 400;
    transition: 0.25s all ease-in-out;
    width: 124px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-nav-box a span {
    font-size: 20px;
}

.slider-nav-box a:hover {
    color: #aad71a;
    border-color: #aad71a;
}

.slider-nav-box a.slide-prv {
    left: -108px;
}

.slider-nav-box a.slide-nxt {
    right: -108px;
}

.worksheet-main-slider .owl-item>div {
    transition: margin 0.4s ease;
    width: 100%;
    text-align: center;
    z-index: 99;
    position: relative;
}

.worksheet-main-slider .owl-item::before {
    content: '';
    position: absolute;
    bottom: 23px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #e6e6e6;
}

.worksheet-main-slider .owl-item.center>div {
    cursor: auto;
}

.worksheet-main-slider h6 {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 6px;
    color: #666666;
    text-transform: capitalize;
    opacity: 0;
    transition: 0.1s all ease-in-out;
}

.worksheet-main-slider h6 span {
    font-weight: 600;
}

.worksheet-main-slider .worksheet-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    font-size: 13px;
    font-weight: 500;
    color: #e6e6e6;
    border: 1px solid #e6e6e6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.worksheet-main-slider .owl-item:not(.center) .worksheet-number:hover {
    color: #aad71a;
    border-color: #aad71a;
}

.worksheet-main-slider .owl-item.center.active .worksheet-number {
    color: #ffffff;
    background: #aad71a;
    font-weight: 600;
}

.worksheet-main-slider .owl-item.center.active h6 {
    opacity: 1;
    transition: 0.6s all ease-in-out;
}

.worksheet-loader-wrapper {
    display: none;
}

.worksheet-loader-wrapper.mt--420 {
    margin-top: -400px;
}

.worksheet-loader-inner {
    display: flex;
    width: 100%;
    min-height: 600px;
    justify-content: center;
    align-items: center;
}

.worksheet-loader-inner .loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #aad71a;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.worksheet-details-section {
    position: relative;
    padding: 40px 0 0;
    margin-top: -420px;
    z-index: 99;
}

.heading-title-one {
    position: relative;
    margin-bottom: 30px
}

.heading-title-one h2 {
    font-size: 22px;
    color: #5f6368;
    font-weight: 500;
    text-transform: capitalize
}

.heading-title-one .heading-text {
    font-size: 16px;
    color: #525252;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 10px
}

.heading-title-one .heading-text strong {
    font-weight: 500;
    color: #205081
}

.heading-title-one h2 .small-text {
    color: #8b8989;
    font-size: 14px;
    font-weight: 400
}

.ribbon-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 5px 18px;
    border-radius: 0 0 8px 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.ribbon-box.bg-red {
    background: #e2445c;
}

.ribbon-box.bg-green {
    background: #aad71a;
}

.ribbon-box.v2{
    left: -5px;
    top: 18px;
    padding: 5px 18px 8px;
}
.ribbon-box.v2 > span{
    position: relative;
    display: inline-block;
    z-index: 1;
}
.ribbon-box.v2 > img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.related-worksheets {
    position: relative;
    padding: 0 0 80px
}

.related-worksheets .related-worksheet-carousel {
    position: relative;
    width: 100%;
    max-width: 100%
}
.related-worksheets .related-worksheet-carousel .img-preview,
.free-worksheet-carousel .img-preview{
    transform: scale(1) !important;
    height: 98%;
    top: 1%;
    left: 108%;
}

.related-worksheets .related-worksheet-carousel .owl-dots {
    display: none
}

.nav-version-two .owl-next,
.nav-version-two .owl-prev {
    position: absolute;
    top: -25%;
    width: 54px;
    height: 54px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #808080;
    transition: all .5s ease;
}

.related-activities.nav-version-two .owl-next,
.related-activities.nav-version-two .owl-prev {
    top: -26.5%;
}

.nav-version-two .owl-next {
    right: 0;
}

.nav-version-two .owl-prev {
    right: 64px;
}

.nav-version-two .owl-next:hover,
.nav-version-two .owl-prev:hover {
    background: #aad71a;
    color: #ffffff;
}

.worksheet-details {
    position: relative;
    margin-bottom: 60px
}

.worksheet-details .details-header {
    position: relative;
    margin-bottom: 40px;
    text-align: center
}

.worksheet-details .details-header h2 {
    position: relative;
    font-size: 36px;
    color: #5f6368;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 40px;
    z-index: 1
}

.worksheet-details .details-header .controls {
    position: relative;
    margin-top: -48px
}

.worksheet-details .details-header .controls {
    position: relative;
    margin-top: -40px
}

.worksheet-details .details-header .controls .control-btn {
    position: relative;
    display: block;
    background: #dadada;
    padding: 5px 15px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    z-index: 5
}

.worksheet-details .details-header .controls .control-btn .fa {
    font-size: 18px
}

.worksheet-details .details-header .controls .control-btn:hover {
    background: #205081;
    color: #fff
}

.worksheet-details .sheets-column {
    padding: 0 10px;
    margin-bottom: 20px
}

.worksheet-details .sheets-column .inner {
    position: relative;
    background: #fff;
    border-radius: 3px
}

.tabs-box {
    position: relative
}

.tabs-box .tab-buttons {
    position: relative
}

.tabs-box .tab-buttons .tab-btn {
    position: relative;
    cursor: pointer
}

.tabs-box .tabs-content {
    position: relative
}

.tabs-box .tabs-content .tab {
    position: relative;
    display: none
}

.tabs-box .tabs-content .tab.active-tab {
    display: block
}
.tabs-style-one .tab-content .tab{
    position: relative;
}
.ribbon-wrapper{
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 9;
}
.ribbon-wrapper img{
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.ribbon-wrapper .ribbon-inner{
    min-width: 150px;
    padding: 15px 12px 18px;
    text-align: left;
    clip-path: polygon(0% 0%, 100% 0, 93% 49%, 100% 100%, 0% 100%);
}
.ribbon-wrapper h5{
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}
.ribbon-wrapper p{
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.ribbon-wrapper.blue h5,
.ribbon-wrapper.green h5{
    font-size: 16px;
}
.ribbon-wrapper.blue p,
.ribbon-wrapper.green p{
    font-size: 12px;
}

/* .ribbon-wrapper.red{
    background: #ef5970;
} */
.tabs-style-one .tab-buttons {
    position: relative;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    padding-left: 32px;
}

.tabs-style-one .tab-buttons .tab-btn {
    position: relative;
    display: block;
    float: left;
    width: auto;
    background: #ffffff;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 16px;
    margin-right: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 4px solid #ffffff;
    transition: all 0.15s ease-in-out;
}

.tabs-style-one .tab-buttons .tab-btn:hover {
    color: #666666;
}

.tabs-style-one .tab-buttons .tab-btn.active-btn {
    background: #ffffff;
    color: #666666;
    border-color: #aad71a;
    transition: all 0.25s ease-in-out;
}

.tabs-style-one .tab-buttons .tab-btn a {
    color: #8b8b8b;
}

.tabs-style-one .tab-buttons .tab-btn.active-btn a {
    color: #666666;
}

.tabs-style-one .tabs-content .tab {
    position: relative;
    padding: 0 6px;
    text-align: center
}

.tabs-style-one .tabs-content .tab .content {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 40px 0;
}

.tabs-style-one .tabs-content .tab img {
    position: relative;
    display: inline-block
}

.worksheet-tags-wrapper {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 4px;
}

.worksheet-tags-wrapper small {
    font-size: 13px;
    color: #a9a9a9;
    display: inline-block;
    margin-right: 8px;
}

.worksheet-tags-wrapper span {
    display: inline-block;
    padding: 3px 22px;
    background: #f1f1f1;
    color: #a9a9a9;
    font-size: 10px;
    font-weight: 500;
    border-radius: 30px;
    margin-right: 4px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
}

.worksheet-tags-wrapper span a {
    color: #a9a9a9;
}

.worksheet-tags-wrapper span:hover {
    color: #ffffff;
    background: #aad71a;
}

.worksheet-tags-wrapper span:hover a {
    color: #ffffff;
}

.worksheet-details .info-column {
    padding: 0 10px
}

.worksheet-details .outer-row {
    margin: 0 -10px
}

.worksheet-details .info-column .inner {
    position: relative
}

.worksheet-widgets {
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share-links-wrapper small {
    font-size: 16px;
    font-weight: 400;
    color: #4d4d4d;
    display: inline-block;
    margin-right: 10px;
}

.share-links-wrapper .share-links-inner {
    display: flex;
    align-items: center;
}

.share-links-wrapper a {
    display: inline-block;
    font-size: 34px;
    margin-right: 14px;
    transition: all 0.25s ease-in-out;
}

.share-links-wrapper a:hover {
    opacity: 0.8;
}

.share-links-wrapper a.pinterest {
    color: #bd081c;
}

.share-links-wrapper a.facebook {
    background: #435184;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 17px;
    border-radius: 50%;
    text-align: center;
}

.share-links-wrapper a.twitter {
    background: #25a7e2;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
}

.worksheet-details .info-column .info-box {
    position: relative;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
}

.worksheet-details .info-column .info-box .share-this {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 10px
}

.worksheet-details .info-column .info-box .sheet-full-id {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 10px 12px
}

.worksheet-details .info-column .info-box .sheet-full-id .small-text {
    font-weight: 500;
    font-size: 10px;
    color: #a1a1a1;
    text-transform: uppercase
}

.worksheet-details .info-column .info-box .sheet-full-id .id-number {
    position: relative;
    color: #205081;
    display: block;
    font-size: 20px
}

.worksheet-details .info-column .info-box .desc-details {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 14px 22px 18px;
}

.worksheet-details .info-column .info-box .desc-details .small-text {
    font-weight: 500;
    font-size: 10px;
    color: #a9a9a9;
    text-transform: uppercase
}

.worksheet-details .info-column .info-box .desc-details .text {
    position: relative;
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}

.worksheet-details .info-column .info-box .two-col-info {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.worksheet-details .info-column .info-box .two-col-info.no-border {
    border: none !important;
}

.worksheet-details .info-column .info-box .two-col-info .col {
    position: relative;
    float: left;
    width: 50%;
    border-left: 1px solid #e6e6e6;
    padding: 14px 22px 18px;
}

.worksheet-details .info-column .info-box .two-col-info .col:first-child {
    border-left: none
}

.worksheet-details .info-column .info-box .two-col-info .small-text {
    font-weight: 500;
    font-size: 10px;
    color: #a9a9a9;
    text-transform: uppercase
}

.worksheet-details .info-column .info-box .two-col-info .number {
    position: relative;
    color: #5f6368;
    display: block;
    font-size: 24px;
    font-weight: 500;
}

.worksheet-details .info-column .info-box .rating-box {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 10px 12px
}

.worksheet-details .info-column .info-box .rating-box .small-text {
    font-weight: 500;
    font-size: 10px;
    color: #a1a1a1;
    text-transform: uppercase
}

.worksheet-details .info-column .info-box .rating-box .left-col {
    float: left
}

.worksheet-details .info-column .info-box .rating-box .right-col {
    float: right;
    text-align: right
}

.worksheet-details .info-column .info-box .rating-box .fa {
    line-height: 20px;
    color: #ffa800;
    display: inline-block;
    margin-right: 4px
}

.worksheet-details .info-column .info-box .signup-link a {
    line-height: 20px;
    color: #fff;
    font-size: 10px;
    padding: 0 10px;
    background: #205081;
    display: inline-block;
    border-radius: 10px
}

.worksheet-details .info-column .info-box .add-list-btn {
    position: relative;
    padding: 20px 15px;
    text-align: center
}

.worksheet-details .info-column .info-box .add-list-btn .grey-box {
    position: relative;
    padding: 20px 15px;
    text-align: center;
    background: #efefef;
    color: #939393;
    line-height: 22px
}

.worksheet-details .info-column .info-box .add-list-btn .grey-box a {
    color: #ef4454;
    font-weight: 500
}

.worksheet-details .info-column .options-box {
    position: relative;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    margin-bottom: 20px
}

.worksheet-details .info-column .options-box .title-box {
    position: relative;
    line-height: 30px;
    padding: 6px 10px;
    background: #f6f5f5;
    color: #205081;
    font-size: 18px
}

.worksheet-details .info-column .options-box .select-options {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 10px 12px
}

.worksheet-details .info-column .options-box .select-options .small-text {
    font-weight: 500;
    font-size: 10px;
    color: #a1a1a1;
    text-transform: uppercase
}

.download-options-wrapper {}

.download-options-inner {
    display: flex;
}

.download-options-inner>div {
    width: auto;
    flex: 1;
    margin-right: 18px;
    /*max-width: 170px;*/
}

.download-options-inner>div:nth-child(2) {
    max-width: 186px;
}

.download-options-inner>div:last-child {
    margin-right: 0;
    max-width: inherit;
}

.related-activities {
    margin-top: 66px;
}

.related-activities .heading-title-one {
    margin-bottom: 28px;
}

.header-with-dots {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-with-dots .carousel-dot-custom {
    position: relative;
    right: 128px;
    color: #5f6368;
    top: -6px;
}

.carousel-dot-custom {
    font-size: 13px;
    font-weight: 500;
}

.related-activities .default-search-item .inner-box {
    padding: 0;
}
.progress-box .step-block .dropdown-box,
.popover-style-2 {
    position: absolute;
    left: 50%;
    margin-left: -145px;
    top: 100%;
    margin-top: 30px;
    width: 290px;
    background: #fff;
    border-radius: 5px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -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);
    z-index: 50;
    opacity: 0;
    visibility: hidden
}

.popover-style-2 {
    left: -45px;
    margin-left: 0;
    top: auto;
    margin-top: 20px;
    width: 290px;
    display: none;
}

.progress-box .step-block .round-box:hover .dropdown-box{
    opacity: 1;
    margin-top: 15px;
    visibility: visible
}
.popover-style-2-box:hover .popover-style-2 {
    margin-top: 15px;
    visibility: visible;
    display: block;
    animation: fadeIn 0.5s ease;
    opacity: 1;
}

@keyframes fadeIn {
    0% {opacity: 0; top: 115%}
    100% {opacity: 1; top: 100%}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0; top: 115%}
    100% {opacity: 1; top: 100%}
}

.progress-box .step-block .dropdown-box:before,
.popover-style-2:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #205081
}

.progress-box .step-block .dropdown-box .drop-outer {
    position: relative
}

.progress-box .step-block .dropdown-box h5,
.popover-style-2 h5 {
    position: relative;
    display: block;
    background: #205081;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    line-height: 30px;
    padding: 12px 20px;
    border-radius: 5px 5px 0 0
}

.progress-box .step-block .dropdown-box h5 a,
.popover-style-2 h5 a {
    color: #fff
}

.progress-box .step-block .dropdown-box .ul,
.progress-box .step-block .dropdown-box ul,
.popover-style-2 .ul,
.popover-style-2 ul {
    position: relative;
    padding: 12px 20px 10px
}

.progress-box .step-block .dropdown-box .ul li,
.progress-box .step-block .dropdown-box ul li,
.popover-style-2 .ul li,
.popover-style-2 ul li {
    position: relative;
    line-height: 24px;
    padding: 10px 0;
    color: #2e3136;
    font-size: 16px;
    padding-left: 18px;
    border-bottom: 1px solid #f0f0f0
}

.progress-box .step-block .dropdown-box .ul li:before,
.progress-box .step-block .dropdown-box ul li:before,
.popover-style-2 .ul li:before,
.popover-style-2 ul li:before {
    content: '.';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    line-height: 24px;
    font-weight: 700
}

.progress-box .step-block .dropdown-box .ul li:last-child,
.progress-box .step-block .dropdown-box ul li:last-child {
    border: none
}

.progress-box .step-block .dropdown-box .ul li:hover,
.progress-box .step-block .dropdown-box ul li:hover {
    color: #205081;
    text-decoration: underline
}

.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: -90px
}

.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 Queries */
@media (max-width: 1260px) {
    .slider-nav-box a.slide-prv {
        left: -18px;
    }
    .slider-nav-box a.slide-nxt {
        right: -18px;
    }
}
@media only screen and (max-width:1200px) {
    .slider-nav-box a {
        padding: 10px 18px;
        width: 96px;
    }
}
@media (max-width: 991px) {
    .slider-nav-box a.slide-prv {
        left: 0px;
    }
    .slider-nav-box a.slide-nxt {
        right: 0px;
    }
}
@media only screen and (max-width:767px) {
    .slider-nav-box a {
        padding: 10px 18px;
        width: 96px;
    }
    .slider-nav-box a {
        padding: 10px 18px;
        width: 96px;
    }
    .top-links-wrapper .top-links-inner a {
        padding: 16px 0;
        font-size: 14px;
    }
    .worksheet-details .details-header h2 {
        font-size: 28px;
    }

}
@media only screen and (max-width:599px) {
    .slider-nav-box a.slide-prv {
        left: 10px;
    }
    .slider-nav-box a.slide-nxt {
        right: 10px;
    }
    .tabs-style-one .tab-buttons {
        padding-left: 12px;
    }
    .worksheet-details .info-column .info-box .two-col-info .number {
        font-size: 16px;
    }
    .download-options-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .download-options-inner>div:first-child {
        margin-bottom: 14px;
    }
    .download-options-inner>div:nth-child(2) {
        margin-bottom: 14px;
        margin-right: 0;
    }
    .top-links-wrapper {
        margin-top: 2px;
    }
    .worksheet-details-section {
        padding: 16px 0 0;
    }
    .worksheet-details .details-header {
        margin-bottom: 16px;
    }

}
