﻿html {
    border-right: 2vh solid #0079bc;
    border-bottom: 2vh solid #0079bc;
    border-left: 2vh solid #0079bc;
    height: 100%;
    overflow: hidden;
    font-family: 'ABeeZee', sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: 'ABeeZee', sans-serif;
}

main {
    overflow-y: hidden;
    flex: 1 1 auto;
    display: flex !important;
    overflow-x: auto;
}
.bold{
    font-weight:bold;
}

.navbar {
    min-height: 55px !important;
    border-radius: 0;
}

.body-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.commentsBtn {
    display: flex;
    /*  margin-top: 5px;*/
    margin-left: 5px;
    margin-left: 5px;
    justify-content: flex-end;
    width: 10%;
    order: 4;
}


.extraBtnAtTop {
    display: flex;
    /*  margin-top: 5px;*/
    margin-left: 5px;
    justify-content: flex-end;
    width: 6%;
    order: 3;
}

.subject-feedback-count {
    border: 2px solid #0079bc;
    height: fit-content;
    border-radius: 20px;
    padding: 2px 5px 0px 5px;
    position: relative;
    background: white;
    margin-right: 5px;
    top: -10px;
    right: 30px;
}

.subject-feedback {
    cursor: pointer;
    height: 60px;
    border: 2px solid #0079bc;
    border-radius: 15px;
    padding: 5px 0px 0px 3px;
    margin: 0px 15px 0px 0px;
}

.res-seneca-inner {
    padding-left: 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.extraBtnAtTopNoWidth {
    display: flex;
    margin-top: 5px;
    margin-left: 5px;
    justify-content: flex-end;
    order: 2;
}

.extra-btn-item {
    padding-bottom: 0px !important;
    margin-right: 45px;
    height: fit-content;
    max-height: 100px;
    width: fit-content;
    max-width: 250px;
    font-size: 20px;
    background: #b1b1b1;
    color: #404040;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    order: 2;
}

.topics-container-child {
    height: 100%;
    width: 100%;
    font-size: 20px;
}

.subject-hidden {
    width: 100%;
    display: none;
}
.subject-visible {
    width: 100%;
    display: flex;
    flex-direction:column;
}

.subject-document-contents-container {
    flex-direction: row;
}

.fixed-subject-container {
    flex-direction: row;
}

.subject-document-contents-container
.subject-title {
    width: 100%;
    margin: 0;
}

.fixed-subject-container
.topics-container-docs {

    padding-top: 10px;
}

.fixed-subject-container
.topicContainerHeight {
    margin-bottom: 10px;
}


.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.title-and-terms {

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.title-and-terms-wholeSchool {
    display: flex;
    width: 410px;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    /*overflow-y: auto;*/
}

.toggle-hamburger {
    height: 20px;
}


.ks-container {
    padding: 20px 20px 20px 5px;
    height: 100%;
    overflow-y: auto;
}

.subject-title {
    position: relative;
    margin:5px;
    height:110px;
    width: 350px;
    display: flex;
    flex-direction: column;
    background: gray;
    color: white;
/*    padding: 12px 20px;*/
/*    margin-bottom: 25px;*/
    justify-content: center;
    align-items: center;
    order: 1;
}

.subject-title .top {
    margin-bottom: -10px;
    font-size: 40px;
    font-weight: bold;
}

.subject-title .bottom {
    display: flex;
    flex-direction: column;
    align-items:center;
    font-size: 20px;
    padding-top: 5px;
}

.subject-title .smaller-title {
    font-size: 20px;
}

.subject-title .smaller-cd {
    font-size: 18px;
}

.255-secondary-terms {
    flex: 1 0 21%;
}

.maths-secondary-terms {
    flex: 1 0 21%;
}

.terms-container {
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
    width: 49%;
    order: 2;
}

.terms-container-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-right: 10px
}

.terms-container-bottom {
    display: flex;
    justify-content: flex-start;
}

.terms-short {}


.terms {
    height: 40px;
    min-width: 165px;
    width: fit-content;
    font-size: 18px;
    padding: 10px;
    background: #b1b1b1;
    color: #404040;
    text-align: center;
    margin: 5px;
    margin-bottom: 14px;
    cursor: pointer;
    justify-content: center;
}

.selected-term {
    background: #424242;
    color: white;
}

.not-selected-term {
    background: #d3d3d3;
    color: #a7a7a7;
}

.ks {
    height: 40px;
    width: 220px;
    border: 0px solid;
    outline: none;
    border-bottom: 3px solid gray;
}


.lightDarkBG {
    background: #464646 !important;
}

.darkBG {
    background: #2e2e2e !important;
}

.darkText {
    color: #2e2e2e !important;
}

.whiteText {
    color: #ffffff !important;
}


.subjects-1-container {
    display: none;
}

.subjects-container {
    display: flex;
    overflow-y: auto;
    height: 100%;
    padding-top: 20px;
}

.contents-container {
    /*    width: 100% !important;
    display: flex !important;
    padding: 20px;
    height: 100%;*/
    padding: 0;
    overflow-y: hidden;
    flex: 1 1 auto;
    display: flex;
}

.contents-inner-container {
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 100%;
}

.keyStageNonStandardYG {
    display: flex;
    height: 100%;
}

.pointer {
    cursor: pointer;
}
.smallSpacer {
    width: 100%;
    height: 3vh;
}

.fixedTitleSize {
    font-size: 0.8vw !important;
}

.dsbld{
    background:gray !important;
}

.spacer {
    width: 100%;
    height: 40px;
}

.primary-spacer {
    width: 100%;
    height: 115px;
}
.bigger-spacer {
    /*width: 100%;
    height: 50px;*/
}

.subjects {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
    width: 350px;
    overflow-y: auto;
    overflow-x:hidden;
    background: lightgray;
}

.subjects-fixed {
    height: 190px;
    min-height: 190px;
    padding: 45px 16px 5px 16px;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: hidden;
}

.subjects-fixed-override {
    height: 0px !important;
    min-height: 0px !important;
    border: 0px !important;
    padding-top: 10px !important;
}

.contents {
    padding-left: 20px;
    width: 100%;
    color: #424242
}

.subjectsList {

    display: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    /*   display: flex;
    flex-direction: row;
    align-content: space-around;
    flex-wrap: wrap;
    height: 100%;*/
}

.subjectYGTitleContainer {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subjectYGTitleContents {
    height: 140px;
    width: 140px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background: white;
    cursor: pointer;
    align-items: center;
    margin: 5px 0 0 5px;
    border-radius: 50%;
}

.subject-yg-title-contents-menu{
    height: 110px;
    width: 110px;
    font-size: 20px;
    margin-bottom: 15px;
}

.reception {
    cursor: pointer;
    height: 100px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3vw;
    padding-bottom: 10px;
    border-radius: 50px;
}

.topics-container-docs {
    padding-top: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    order: 2;
}

.leftTopicSide {
    width: 50%;
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: space-between;
}

.ygNumber {
    font-weight:bold;
    font-size: 45px;
    padding-top: 34%;
    line-height: 0.5;
}

.ygText {
    height: 16px;
    padding-top: 19%;
    font-size: 20px;
}

.ygTextOnly {
    height: 16px;
    padding-top: 20%;
    font-size: 22px;
}

.ygTextExtra {
    padding-top: 35%;
}

.hide-title-prefix {
    display: none;
}

.curDocs {
    font-size: 0.7vw;
    padding-bottom: 5px;
}

.ygNumberExtra {

    padding-top: 20%;
}

.ygSmallText {
    font-size: 14px;
}

.ygImage {
    padding-top: 13px;
    width: 50%;
}

.subjectsListYg {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-content: space-around;
    flex-wrap: wrap;
    margin-right: 10px;
    /*height: 100%;*/
}

.messageOnly {
    display: flex;
    font-size: 2.4vw;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 200px;
    height: 100%;
}

.sampleMessage {
    color: #808080;
    font-size: 14pt;
    margin-top: 5px;
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.sampleMessageBar {
    border-top: 2px solid gray;
    margin: 0px 16px 0px 16px;
    min-height: 60px;
    width: 100%;
    text-align: center;
}

.subjectToggleButton {
    position:relative;
    opacity:.5;
    /*display: inline-block;*/
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
}

.subjectToggleButtonSelected {
    opacity: 1 !important;

}

    .subjectToggleButton:hover {
        opacity: 1;
    }

.subjectToggleButtonFullWidth {
    /*display: inline-block;*/

    width: 100%;
}

.primary-subject-admin-tools-container,
.secondary-subject-admin-tools-container,
.fixed-subject-admin-tools-container {
    cursor: pointer;
    position: absolute;
    font-size: 18px;
    bottom: 28px;
    right: -3px;
    display: flex;
    z-index: 999;
}



.subject-admin-tools-container {
    font-size: 22px;
    bottom: 70px;
    right: -1px;
}

.primary-subject-admin-tools-container {
    display: flex;
    gap: 2px;
    font-size: 22px;
    bottom: 70px;
    right: 7px;
    background-color: pink;
}

.secondary-subject-admin-tools-container {
    display: flex;
    gap: 2px;
    font-size: 22px;
    bottom: 70px;
    right: 7px;
    background-color: pink;
}

.ks-admin-tools-container {
    font-size: 22px;
    cursor: pointer;
    font-size: 18px;
    bottom: 28px;
    right: -3px;
    display: flex;
    z-index: 999;
}

.phase-select-contents {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5%;
    font-size: 2em;
    font-weight: bold;
}

/* .subjectToggleButton img{
    height:100px;
}*/

.subjectToggleButtonFullWidth {
    /*display: inline-block;*/

    width: 100%;
}

.subjectTitleContainer {
    display: flex;
    align-items: flex-start;
    justify-content:center;
    height: 65px;
    width: 175px;
    overflow-wrap: break-word;
    text-align: center;
    padding: 5px 0px;
    cursor: pointer;
    font-size: 20px;
}

.subjectTitleContainer-fixed {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 100px;
    font-size: 14px;
}

.subjectImageIcon {
    box-sizing: border-box;
    width: 85%;
    cursor: pointer;
}
.subjectImageIconSelected {
    border-radius: 50%;
    outline: 6px solid #353535;
}
.subjectPinIconSelected {
    outline: 4px solid #353535;
}

.switch-button-dark {
    background: rgb(78 78 78 / 56%) !important;
    color: #e5e5e5 !important;
}

.switch-button-dark-label:before {
    background: rgb(50 50 50 / 56%) !important;
}

.topic-outer-container {
    position: relative;
    display: contents;
}

.fixedContainers {
    border-bottom: 2px solid gray;
    height: 130px;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}

.fixedSubjectToggleButton {
    width: 100px;
    font-size: 14px;
}

.roadmaps-container {
    padding-left: 70px;
    width: 650px;
    flex-direction: column;
    justify-content: flex-start;
}

.roadmaps-container-inner {
    height: 780px;
    width: 650px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left: 20px;
}

.roadmap-image {
    width: 46vw;
}

/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .fixedSubjectToggleButton {
    }
}*/



/* iPads (portrait and landscape) ----------- */
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .fixedSubjectToggleButton {
    }
}*/

/* iPads (landscape) ----------- */
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .fixedSubjectToggleButton {
    }
}*/

/* iPads (portrait) ----------- */
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .fixedSubjectToggleButton {
    }
}*/

/* Desktops and laptops ----------- */
/*@media only screen and (min-width : 1224px) {
    .fixedSubjectToggleButton {
        width: 6vw;
    }

        .fixedSubjectToggleButton .subjectTitleContainer {
            font-size: 0.8em;
        }
}*/

/* Large screens ----------- */
/*@media only screen and (min-width : 1824px) {
    .fixedSubjectToggleButton {
        width: 30%;
    }

        .fixedSubjectToggleButton .subjectTitleContainer {
            font-size: 2vh;
        }
}*/

.burger-dark span,
.burger-dark span:before,
.burger-dark span:after {
    background: #2e2e2e !important;
}

.logo-top-left {
    width: 110px;
    position: absolute;
    z-index: 999;
    background: #0079bc;
    border-radius: 0px 0px 500px 0px;
    height: 90px;
    padding-top: 10px;
}

.logo-top-left img{
    width:80px;
}

.logo-top-left.compact {
    width: 60px;
    position: absolute;
    z-index: 999;
    background: #0079bc;
    height: auto;
    padding-top: 10px;
}

    .logo-top-left.compact img {
        width: 55px;
    }

.border-page-title{
    display: none;
}

.border-page-title.isVisible
{
    display: flex;
    position: absolute;
    color: white;
    left: 75px;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.border-page-title {
    margin-left: 10px;
}

.colapseX {
    z-index: 999;
    color: white !important;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    padding: 15px 20px;
    border: 2px solid gray;
    border-radius: 5px;
    margin: 5px;
}

.navbar-inverse {
    background-color: #0079BC !important;
    border: 0px !important;
}


.btn-primary-toggle {
    color: black;
    background-color: #D9D9D9;
    border-color: #D9D9D9;
}

.btn-primary-toggle:hover {
    color: black !important;
    text-decoration: none;
}


.btn-secondary-toggle {
    color: #fff;
    background-color: #707173;
    border-color: #707173;
}

.btn-secondary-toggle:hover {
    color: #fff !important;
    text-decoration: none;
}

.navbar-toggler img {
    height: 22px;
}

.burger {
  /*  position: relative;
    float: left;
    margin-left: 10px;
    width: 60px;
    height: 60px;*/
    cursor: pointer;
}

.burger span,
.burger span:before,
.burger span:after {
    position: absolute;
/*    left: 10px;*/
    top: 22px;
    width: 40px;
    height: 4px;
    background: white;
    border-radius: 0.2em;
}

/* Reset the left and create the pseudo-element */
.burger span:before,
.burger span:after {
    content: '';
    left: 0;
}

/* Top bar position */
.burger span:before {
    top: -8px;
}

/* Bottom bar position */
.burger span:after {
    top: 8px;
}

.switch-button {
    height: 35px;
    background: rgba(255, 255, 255, 0.56);
    border-radius: 50px;
    overflow: hidden;
    width: 160px;
    text-align: center;
    /* font-size: 18px;*/
    /*letter-spacing: 1px;*/
    color: #155fff;
    position: relative;
    padding-right: 120px;
    position: relative;
}
.switch-button:before {
	content: "Secondary";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	pointer-events: none;
}
.switch-button-checkbox {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
}
.switch-button-label{
    margin-bottom:0px !important;
}
.switch-button-checkbox:checked + .switch-button-label:before {
    transform: translateX(80px);
    transition: transform 300ms linear;
}
.switch-button-checkbox + .switch-button-label {
    position: relative;
    padding: 7px 0px 7px 5px;
    display: block;
    width: 100%;
    user-select: none;
    pointer-events: none;
}
.switch-button-checkbox + .switch-button-label:before {
    content: "";
    background: #fff;
    height: 100%;
    width: 200%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    transform: translateX(0);
    transition: transform 300ms;
}
.switch-button-checkbox + .switch-button-label .switch-button-label-span {
    position: relative;
}


.switchYG-button {
    height: 35px;
    transition: opacity 150ms ease-out;
    opacity: 1;
    background: rgba(255, 255, 255, 0.56);
    border-radius: 50px;
    overflow: hidden;
    width: 200px;
    text-align: center;
    /* font-size: 18px;*/
    /*letter-spacing: 1px;*/
    color: #155fff;
    position: relative;
    padding-right: 120px;
    position: relative;
}

.switchYG-button:before {
    content: "Subject View";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
}

.switchYG-button-checkbox {

    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}
.switchYG-button-label{
    margin-bottom:0px !important;
}
.switchYG-button-checkbox:checked + .switchYG-button-label:before {
    transform: translateX(110px);
    transition: transform 300ms linear;
}
.switchYG-button-checkbox + .switchYG-button-label {
    position: relative;
    padding: 7px 0px 7px 5px;
    display: block;
    width: 100%;
    user-select: none;
    pointer-events: none;
}
.switchYG-button-checkbox + .switchYG-button-label:before {
    content: "";
    background: #fff;
    height: 100%;
    width: 112%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    transform: translateX(0);
    transition: transform 300ms;
}
.switchYG-button-checkbox + .switchYG-button-label .switchYG-button-label-span {
	position: relative;
}




.adminEdit-button {
    transition: opacity 150ms ease-out;
    opacity: 1;
    background: rgba(255, 255, 255, 0.56);
    border-radius: 50px;
    overflow: hidden;
    width: 200px;
    text-align: center;
    /* font-size: 18px;*/
    /*letter-spacing: 1px;*/
    color: #155fff;
    position: relative;
    padding-right: 120px;
    position: relative;
}

.adminEdit-button:before {
    content: "Now Editing";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
}

.adminEdit-button-checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.adminEdit-button-label {
    margin-bottom: 0px !important;
}

.adminEdit-button-checkbox:checked + .adminEdit-button-label:before {
    transform: translateX(110px);
    transition: transform 300ms linear;
}

.adminEdit-button-checkbox + .adminEdit-button-label {
    position: relative;
    padding: 7px 0px 7px 5px;
    display: block;
    width: 100%;
    user-select: none;
    pointer-events: none;
}

.adminEdit-button-checkbox + .adminEdit-button-label:before {
    content: "";
    background: #fff;
    height: 100%;
    width: 112%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    transform: translateX(0);
    transition: transform 300ms;
}

.adminEdit-button-checkbox + .adminEdit-button-label .adminEdit-button-label-span {
    position: relative;
}

.switch-button-theme {
    background: rgba(255, 255, 255, 0.56);
    border-radius: 8px;
    overflow: hidden;
    width: 220px;
    text-align: center;
    /* font-size: 18px;*/
    /*letter-spacing: 1px;*/
    color: #155fff;
    position: relative;
    padding-right: 120px;
    position: relative;
}

.switch-button-theme:before {
    content: "Light Theme";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
}

.switch-button-theme-checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.switch-button-theme-label {
    margin-bottom: 0px !important;
}

.switch-button-theme-checkbox:checked + .switch-button-theme-label:before {
    transform: translateX(110px);
    transition: transform 300ms linear;
}

.switch-button-theme-checkbox + .switch-button-theme-label {
    position: relative;
    padding: 7px 0px 7px 5px;
    display: block;
    width: 100%;
    user-select: none;
    pointer-events: none;
}

.switch-button-theme-checkbox + .switch-button-theme-label:before {
    content: "";
    background: #fff;
    height: 100%;
    width: 112%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    transform: translateX(0);
    transition: transform 300ms;
}

.switch-button-theme-checkbox + .switch-button-theme-label .switch-button-theme-label-span {
    position: relative;
}


/*main layout menu css*/



.full-menu {
    width: 100%;
    height: 100%;
}

.full-menu, .content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-menu {
    display:none;
    z-index: 1001;
    position: absolute;
    background-color: #0079bc;
    opacity: 0.5;
    transform: translateX(100%);
    transition: all 400ms ease-in;
}

.full-menu li {
    color: #fff;
    opacity: 0;
    transform: translateY(2%);
    transition: all 300ms ease-in;
    cursor: pointer;
}

.full-menu ul {
    list-style: none;
}

.full-menu.active {
    display:block;
    transform: translateX(0%);
    opacity: 1;

}

.full-menu.active li {
    opacity: 1;
    transform: translateX(0%);
}

.main-menu {
    padding: 70px 110px;
    height: 500px;
}

.main-menu-item {
    font-size: 20px;
    cursor: pointer;
}

.main-menu-item
img {
    width: 20px;
    margin: 5px;
}

.main-menu-item
a {
    color: white;
}

.keyStage{
    display: flex;
    padding-bottom:40px;
}

.ksContents{
/*    margin-left: 30px;
*/}

.ks-container {
    overflow-x: hidden
}

.ks-dd-container {
    display: flex;
    justify-content: space-between;
}

.keyStageLabelDetails {
    height: 170px;
    width: 170px;
    background-color: #D3D3D3;
    padding: 10px;
    margin: 0 15px 0 0;
}

.keyStageLabel {
    display flex;
}
.ksContentsAgain {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size:20px;
}

.ksContentsAgainNonStandard {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ksNumber {
    font-weight: bold;
    font-size: 2.5vw;
    padding-top: 20%;
}

.ksText {
    padding-top: 33%;
    font-size: 30px;
}

.ksText.small-fontSize {
    font-size: 18px;
}

.ksTextAlot {
    padding-top: 34%;
    font-size: 20px;
}
.marginUnset {
    margin-bottom: 0px !important;
}
.phase1 {
    height: 100% !important;
}

.moreThanThree{

}

.pinSubject {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: -16px;
    width: fit-content;
    background: white;
    border-radius: 5%;
    height: 18px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 0 10px;
}

.pin {
    /*margin-top: -150px;
    margin-left: -125px;*/
    position: absolute;
    margin-top: -95%;
    margin-left: -75%;
    width: 2vw;
    background: white;
    border-radius: 50%;
    height: 2vw;
}

.colourBox{
    padding:5px;
}

.suerAdminClose {
    height: 20px;
    display: flex;
    float: right;
    font-size: 1vw;
    cursor: pointer;
    background: white;
    color: red;
    width: 20px;
    text-align: center;
    border-radius: 5px;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 5px;
}

.pinImg {
    border-radius: 50%;
    width: 70%;
    margin: 5px;
}

/*.topicContainerFour {
    width: calc(100% * (1/4) - 20px ) !important;
    margin-right:20px !important;
}*/

.topicContainer {
    position: relative;
    padding: 5px;
    background: gray;
    margin-bottom: 42px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
    height: 170px;
    width: 200px;
    font-size: 20px;
}

.ks-container
.tpTitle {
    text-wrap: balance;
    font-size: 20px;
    line-height: 22px;
}

.topic-container-inactive {
    cursor: not-allowed !important;
    color: #808080 !important;
    background: lightgray !important;
}

.topicContainerFourInaRow {
    width: 190px;
}

.YGTopicContainerQASix {
    width: 190px;
}

.YGTopicContainerQASix:nth-child(1) {
    margin-right: 10px;
}

.YGTopicContainerQASix:nth-child(3) {
    margin-right: 10px;
}

.YGTopicContainerQASix:nth-child(5) {
    margin-right: 10px;
}

.YGTopicContainerQASix:nth-child(6) {
    margin-right: 0px;
}

.blankTopicContainer {
    /* padding: 10px;
    width: 31%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 1% 1% 0%;
    text-align: center;*/
}

/*Main layout menu css*/



.switch input {
    position: absolute;
    opacity: 0;
}

/**
 * 1. Adjust this to size
 */

.switch {
    display: inline-block;
    font-size: 20px; /* 1 */
    height: 1em;
    min-width: 40px;
    background: #BDB9A6;
    border-radius: 1em;
    margin: 0px 0px -5px 5px;
}

.switch div {
    height: 1em;
    width: 1em;
    border-radius: 1em;
    background: #FFF;
    box-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}

.switch input:checked + div {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    color: green;
    background: green;
}

.admin-controls {
    height: 100%;
    padding-left: 115px;
}

.admin-deleted-subjects-controls {
    height: 100%;
    padding-left: 75px;
    margin-bottom: 10px;
}

.tool-ul {
    padding: 3px 8px 1px 3px;
    margin-left: 5px;
    background: red;
    border-radius: 50%;
    background: #052264;
    color: white;
    height: 30px;
    max-height: 30px;
    min-width: 30px;
    width: 22px;
    text-align: center;
    padding-left: 6px;
}

/*== start of code for tooltips ==*/
.tool {
    cursor: help;
    position: relative;
}

.manage-clients-button {
    min-width: 30px !important;
    height: 30px !important;
}

.manage-clients-table-button {
    margin-right: 5px;
    border: 2px solid gray;
    background: #424242;
    color: white;
}

/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
    right:-25px;
    opacity: 0;
    display:none;
    position: absolute;
    z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    display:block;
    transform: scale(1) translateY(0);
    z-index: 10000;
}


/*== pointer tip ==*/
.tool::before {
    border-style: solid;
    border-width: 1em 0.75em 0 0.75em;
    border-color: #3E474F transparent transparent transparent;
    top: 100%;
    content: "";
    margin-left: -0.5em;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
    transform: scale(.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
}


/*== speech bubble ==*/
.tool::after {
    background: #3E474F;
    border-radius: .25em;
    top: 180%;
    color: #EDEFF0;
    content: attr(data-tip);
    white-space: pre-wrap;
    margin-left: -12vw;
    padding: 1em;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    transform: scale(.6) translateY(50%);
    width: 17.5em;
}

.tool:hover::after,
.tool:focus::after {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
}

@media (max-width: 760px) {
    .tool::after {
        font-size: .75em;
        margin-left: -5em;
        width: 10em;
    }
}

.topicDialog {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.tabDialog {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.uploadDialog {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.newtabDialog {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.previewDialog {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.topicMmodal {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222;
    opacity: 0.6;
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
    .modalDialog .topicModalContent {
        overflow-y: auto;
    }

    .modalDialog .allContentsContainer h2 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .modalDialog .allContentsContainer p {
        margin-bottom: 20px;
    }

    .modalDialog .allContentsContainer > *:first-child {
        margin: 0 20px 20px 20px;
    }

    .modalDialog .allContentsContainer .closeTopicMmodal > i {
        font-size: 2.5vh;
        position: absolute;
        margin-top: -3vh;
        margin-left: 3vh;
        color: white;
    }

    .modalDialog .allContentsContainer button:not(.closeTopicMmodal) {
        font-size: 1.2em;
        padding: 6px 20px;
    }

.close-topic-modal-x {
    font-size: 24pt;
    color: white;
}

.allContentsContainer.create-topic {
    overflow-y: auto;
}

.allContentsContainer.update-topic {
    overflow-y: auto;
}

.topicModalContentNew {
    overflow: hidden !important;
    height: unset !important;
}

.topicModalContent {
    overflow: hidden;
    flex: 1 1 auto;
    position: fixed;
    width: 80%;
    background: #F1F1F1;
    background: none;
    display: flex;
    flex-direction: column;
    max-height: 90%;
}

@media screen and (height: 600px) {
    .topicModalContent {
        max-height: 70vh !important;
    }
}

.addUserModal {
    overflow: hidden;
    flex: 1 1 auto;
    position: fixed;
    width: 50%;
    background: #F1F1F1;
    background: none;
    display: flex;
    flex-direction: column;
    max-height: 90%;
}

/*
@media screen and (width: 1280px) {
    .topicModalContent {
        flex: 1 1 auto;
        position: fixed;
        width: 75%;
        height: 610px;
        background: #F1F1F1;
        background: none;
        display: flex;
        flex-direction: column;
        overflow: auto;
    }
}
@media screen and (width: 1920px) {
    .topicModalContent {
        flex: 1 1 auto;
        position: fixed;
        width: 55%;
        height: 610px;
        background: #F1F1F1;
        background: none;
        display: flex;
        flex-direction: column;
        overflow: auto;
    }
}*/

.closeTopicMmodalContainer {
    display: flex;
    justify-content: flex-end;
}

.triple{
    display:none;
}


.closeTopicMmodal {
    position: relative;
    width: 0;
    height: 0;
    background: white;
    border-bottom: 0px;
    padding: 0px;
    border-left: 0px solid transparent;
    border-right: 6rem solid gray;
    border-top: 6rem solid transparent;
}

    .closeTopicMmodal i {
        position: absolute;
        bottom: 1px;
        right: -55px;
    }

.closeTopicMmodalIcon {
    font-size: 3.5rem;
    position: absolute;
    margin-top: -32px;
    margin-left: 29px;
    color: white;
}

.folderContainer {
    font-size: 20px;
    height: 60px;
    display: flex;
    justify-content: flex-start;
}

.allContentsContainer {
    font-size: 20px;
    /*    padding:10px; */
    background-color: #ffffff;
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    /* overflow: hidden;*/
}

.mainContentsContainer {
    padding: 16px;
    background-color: #ffffff;
    /*  border-left: 2px solid black;
border-right: 2px solid black;*/
    /*border-bottom: 2px solid black;*/
}

.folderHeader {
    min-width:50px;
    position:relative;
    width: 100%;
    text-align: center;
}

.firstFolderHeader {
    /*min-width: 10%;*/
    cursor: pointer;
    background: #ffffff;
    padding: 30px;
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.notFirstFolderHeader {
    cursor: pointer;
    background: #ffffff;
    padding: 30px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.folderHeaderNotSelected {
    border-bottom: 2px solid black;
}

.topicTitleContainer {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}

.emptyFolderContainer {
    width: 100%;
    background: none;
    border-bottom: 2px solid black;
}

.emptyFolderContainer65 {
    width: 65%;
    background: none;
    border-bottom: 2px solid black;
}

.emptyFolderContainer55 {
    width: 55%;
    background: none;
    border-bottom: 2px solid black;
}

.emptyFolderContainer45 {
    width: 45%;
    background: none;
    border-bottom: 2px solid black;
}

.topic-path {
    height: 45px;
    display: flex;
    padding: 0 18px;
    justify-content: space-between;
}

.areasContainer {
    padding-left: 18px;
    max-height: 310px;
    overflow-y: auto;
}

.areasContainerNew {
    min-height: 400px;
    padding-left: 10px;
    padding-right: 10px;
}

.userImportAreasContainer {
    min-height: unset !important;
}

.fileUploadContainer {
    margin-top: 20px;
}

.fileUploadButton {
    margin-top: 5px;
}

.hidden-folder {
    display: none;
}

.folder-title {
    width:100%;
    display: flex;
}

.folder-title-container {
    padding: 12px 0 12px 0;
    /* border-bottom: 2px solid gray;*/
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.area-external-link{
    margin-right: 40px;
}


.folder-container {
}

.main-folder-container { }



.last-edited {
    display: flex;
    align-items: flex-end;
}

.folder-title-container .fa-chevron-down {
    font-size: 1.5em;
    padding-right: 10px;
}

.resources-container {
    width: 100%;
    /*    height: 0px;*/
    transition: all .25s ease-in-out;
    /*    overflow-y:hidden !important;*/
    /*overflow: auto;*/
    border-bottom: 0.5vh solid gray;
}


.new-folder-container {
    width: 100%;
    /*    height: 0px;*/
    transition: all .25s ease-in-out;
    /*    overflow-y:hidden !important;*/
    /*overflow: auto;*/
    border-bottom: 2px solid gray;
}


.resources-container-visiblde {
    width: 100%;
    transition: max-height 0.25s ease-out;
    /* height: 0px;*/
}

.single-res {
    cursor: pointer;
    margin-top: 5px;
    padding: 5px;
    background: lightgray;
    display: flex;
    justify-content: space-between;
}

.res-title {
    display:flex;
    width: 100%;
}

.pinNewResource {
    width: 26px;
    border-radius: 50%;
    height: 26px;
    font-size: 0.55vw;
    display: flex;
    align-items: center;
    justify-content: center;
}


.no-res-title {
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
    padding: 7px;
    background: lightgray;
}

.circle-bg {
    padding: 6px;
    background: white;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    background: #0079bc;
    color: white;
}

.circle-bg-active {
    background: #0079bc;
}

.circle-bg-inactive {
    background: #808080;
    cursor: default;
}

.res-controls-container {
    font-size:12px;
    display: flex;
}

.res-control-spacer {
    width: 10px;
}

.res-download {
    cursor: pointer;
}

.res {
    flex-direction: column;
    display: flex;
    transition: height 0.2s ease-in;
    overflow: hidden;
}

.res-hide {
    /*    display: none !important;*/
    flex-direction: column;
    height: 0;
}


.ksSubject {
    width: 15%;
    opacity: 1 !important;
    padding-bottom: 20px;
    background: lightgray;
}

.ygKsSubject {
    width: 170px;
    height: 215px;
    margin-right: 15px;
    opacity: 1 !important;
    padding-bottom: 0px !important;
    background: lightgray;
    justify-content: start !important;
    padding-top: 10px
}

.ks-subjcets {
    display: flex;
    flex-direction: column;
    /*width: 15%;*/
}

.one-subject-containner {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}

.yg-subject-topics {
    width: 100%;
}

.yg-subjects-container {
    overflow-y: scroll;
    height: 100%;
    padding: 20px 20px 20px 6px;
}

.ksYGContentsAgain {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height:100%;
}

.ksYGContentsAgainQA {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  /*  justify-content: space-between;*/
    flex-direction: row;
}

.ks-select {
    font-size: 20px;
    font-weight: bold;
    margin: 0.3% 20px 0 5px;
}

.YGTopicContainerQA {
    position: relative;
    padding: 5px;
    background: gray;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
    height: 215px;
    width: 190px;
    font-size: 20px;
}

.YGTopicContainerQThree {
    width: 390px;
    margin-bottom: 20px;
}

.YGTopicContainerQThree:nth-child(1) {
    margin-right: 30px !important;
}

.YGTopicContainerQThree:nth-child(2) {
    margin-right: 30px !important;
}

.YGTopicContainerQASix:nth-child(even) {
    margin-right: 30px !important;
}


.YGTopicContainerQASix:nth-child(6) {
    margin-right: 10px !important;
}


.YGTopicContainer {
    padding: 10px;
    width: 32%;
    background: gray;
    height: 70px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 1% 1% 0%;
    text-align: center;
    cursor: pointer;
}

.topicContainerHeight {
    height: 60px;
    width: 392px;
    margin-bottom: 20px;
}

.create-new-topic {
    margin-top: 20px;
}

.redBorder{
    border:2px solid red;
}

.newTopicContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.feedbackContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.feedback-privacy-notice-container {
    text-align: left;
    width: 95%;
    height: 35px;
    overflow: auto;
    margin-top: 10px;
}

.feedback-privacy-notice {
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
    margin-right: 10px;
}

.newTopicDD {
    width: 100%;
    height: 35px;
    font-weight: bold;
    font-size: 1.2em;
}

.context-menu {
    display: none;
    position: absolute;
    z-index: 10;
    padding: 12px 0;
    width: 240px;
    background-color: #fff;
    border: solid 1px #dfdfdf;
    box-shadow: 1px 1px 2px #cfcfcf;
}

.context-menu--active {
    display: block;
}

.context-menu__items {
    cursor:pointer;
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu__item {
    display: block;
    margin-bottom: 4px;
    padding: 10px 10px
}

.context-menu__item:hover {
    background: #0079bc;
    color: white;
    padding: 10px 10px
}

.context-menu__item:last-child {
    margin-bottom: 0;
}

.context-menu__link {
    display: block;
    padding: 4px 12px;
    color: #0066aa;
    text-decoration: none;
}

.context-menu__link:hover {
    color: #fff;
    background-color: #0066aa;
}

.edit-delete-topics {
    top: 3px;
    right: 5px;
    position: absolute;
    font-weight: bold;

}

.topic-admin-control {
    padding: 0 4px;
}

.res-file-upload-container{
    color:red;
}
.loading-topic {
    margin-top: 65px;
    width: 100%;
    height: 50vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2vw;
    font-weight: bold;
    background-color: #ffffff;
    border: 2px solid black;
}

.topic-text-white{
    color: #ffffff;
}

.topic-text-black {
    color: #000000;
}

.ul-only-icon-on {
    color: #40c263;
}

.ghost-icon {
    cursor: pointer;
    transition: color 0.2s;
}

.ghost-icon:active {
   color: #8fc4e2;
}

.client-management-icon {
    font-size: 13pt;
    padding-right: 4px;
}

.ul-only-folder-resources-all,
.sample-folder-resources-all {
    color: #40c263;
}

.ul-only-folder-resources-partial,
.sample-folder-resources-partial {
    color: #0078bc;
}

.sample-resource-icon-on {
    color: #40c263;
}

.edit-delete-areas {
    top: 3px;
    right: 5px;
    position: absolute;
    font-weight: bold;
}

.fa-x {
    color: tomato;
}
.edit-delete-folders {
    padding-right: 5px;
    font-weight: bold;
    width: 190px;
}

.edit-delete-folders
i{
    margin-right: 6px;
}

.folder-fa {
    width: 15px;
    text-align: center;
}

.folder-titles-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-right: 30px;
}

.left-right-areas {
    top: 3px;
    left: 5px;
    position: absolute;
    font-weight: bold;
}

.dissabledTopic {
    background: #d1d1d1 !important;
    color: #606060 !important;
}
/*

@media ( max-width:1735px) {
    .ygImage {
        display: none;
    }
}*/


.new-tab {
    padding: 10px;
    width: 40px;
    background: #0078bc;
    color: white;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    border-top: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
}

.shake {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(0px, 1px) rotate(0deg);
    }

    20% {
        transform: translate(-1px, 0px) rotate(1deg);
    }

    40% {
        transform: translate(0px, -1px) rotate(0deg);
    }

    60% {
        transform: translate(-1px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(0deg);
    }

    100% {
        transform: translate(1px, 0px) rotate(0deg);
    }
}



.shake2 {
    animation: shake2 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake2 {
    0% {
        transform: translate(1px, 0px) rotate(1deg);
    }

    20% {
        transform: translate(0px, 1px) rotate(0deg);
    }

    40% {
        transform: translate(-1px, 0px) rotate(-1deg);
    }

    60% {
        transform: translate(1px, 0px) rotate(0deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    100% {
        transform: translate(1px, 0px) rotate(0deg);
    }
}

.shake3 {
    animation: shake3 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake3 {
    0% {
        transform: translate(1px, 1px) rotate(1deg);
    }

    20% {
        transform: translate(1px, 0px) rotate(0deg);
    }

    40% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    60% {
        transform: translate(-1px, 0px) rotate(-1deg);
    }

    80% {
        transform: translate(0px, 1px) rotate(0deg);
    }

    100% {
        transform: translate(1px, 0px) rotate(-1deg);
    }
}

.clientsTr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    font-size: 1.2vw;
    background: gray;
    color: white;
    padding: 3px 10px 3px 10px;
}



.clientsTrBody {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;

    padding: 3px 10px 3px 10px;
}

    .clientsTrBody:nth-child(even) {
        background: lightgray;
    }

.clientsTdBody {
    display: flex;

    align-items: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    bottom: 100px;
    right: 50px;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 2px solid black;
}
.show {
    display: block;
}
.subject-rows {
    padding:5px;
    cursor:pointer;

}

.subject-rows:nth-child(even) {
    background: lightgray;
}

.select {
    width: 55%;
    height: 50px;
    border-radius: 5px;
    border: 2px solid #0079bc;
}

.res-files-container { }

.file-row {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.file-row:nth-child(odd) {
    background: lightgray;
}

.fu {
    display: block;
    position: relative;
    width: 300px;
    margin: auto;
    cursor: pointer;
    border: 0;
    height: 60px;
    border-radius: 5px;
    outline: 0;
}

.fu:hover:after {
    background: #5978f8;
}

.fu:after {
    transition: 200ms all ease;
    border-bottom: 3px solid rgba(0,0,0,.2);
    background: #0078bc;
    text-shadow: 0 2px 0 rgba(0,0,0,.2);
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: attr(data-content);
    line-height: 60px;
    border-radius: 5px;
}

.eclstoggle {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 30px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.eclstoggle input {
display: none;
}

.eclstoggle .labels {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 20px;
transition: all 0.2s ease-in-out;
overflow: hidden;
}

.eclstoggle .labels::after {
    border-left: 22px solid #8fc4e2;
    content: attr(data-off);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #0079bc;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}

.eclstoggle .labels::before {
    border-right: 22px solid #fff;
    content: attr(data-on);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: -140px;
    height: 100%;
    width: 100%;
    color: white;
    background-color: #8fc4e2;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.eclstoggle input:checked ~ .labels::after {
    transform: translateX(var(--width));
}

.eclstoggle input:checked ~ .labels::before {
    transform: translateX(var(--width));
}




.loading-spiner {
    background-image: url('/images/loading-spiner.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 44px;
}

/* Toggle */
.toggle-container {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
    padding-right: 15px;
}

.toggle-label {
    width: 100%;
    padding-left: 5px;
    display: flex;
    align-items: center;
}


svg{
    height:100%;
}



.switch_3_ways_v2 {
    margin: auto;
    font-size: 1em;
    font-family: sintony;
    height: 2em;
    line-height: 2em;
    border-radius: 0.3em;
    background: #ccc;
    position: relative;
    display: block;
    float: left;
}

.switch2 {
    cursor: pointer;
    position: relative;
    display: block;
    float: left;
    -webkit-transition: 300ms ease-out;
    -moz-transition: 300ms ease-out;
    transition: 300ms ease-out;
    padding: 0 1em;
}

.selectorHT {
    text-align: center;
    position: absolute;
    width: 0;
    box-sizing: border-box;
    -webkit-transition: 300ms ease-out;
    -moz-transition: 300ms ease-out;
    transition: 300ms ease-out;
    border-radius: 0.3em;
    color: white;
    -moz-box-shadow: 0px 2px 13px 0px #9b9b9b;
    -webkit-box-shadow: 0px 2px 13px 0px #9b9b9b;
    -o-box-shadow: 0px 2px 13px 0px #9b9b9b;
    box-shadow: 0px 2px 13px 0px #9b9b9b;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=180, Strength=13);
}

@keyframes glow {
    from {
        box-shadow: inset 0 0 5px -5px #052264;
    }

    to {
        box-shadow: inset 0 0 4px 4px #052264;
    }
}

.tooltipz {
    position: relative;
    display: inline-block;
}

.tooltipz .tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;

    right: 105%;
}

.tooltipz:hover .tooltiptext {
    visibility: visible;
}


.analytics-row{
    padding:10px;
    cursor:pointer;
}

.analytics-row:nth-child(odd) {
    background: lightgray;
}
.readOnlySpan {
    color: gray;
    pointer-events: none;
}
.downloadSpan {
    display: inline-block;
    position:relative;
    border-bottom: 2px solid #242424;
}
.feedBackTable {

}
.feedBackTable td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    text-align:justify-all;
}

.feedBackTable td:first-child {
    padding-left: 10px;
    padding-right: 0;
}

.system-discrepancy, .system-discrepancy strong {
    animation: system-discrepancy-blinker 1s linear infinite;
}

@keyframes system-discrepancy-blinker {
    25% {
        color: black;
    }
    75% {
        color: darkorange;
    }
}

.menu-container {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.subjects-yg {
    flex-grow: 1;
}

.subjects-yg-non-fixed {
    height: 100% !important;
}

.subjects-yg-primary {
    height: 100%;
}

.inactive-download {
    color: #808080;
    pointer-events: none;
}

/*admin edit terms switch*/
.edit-terms {
    display: inline-block;
    width: fit-content;
}

.edit-terms-switch-container {
    padding-top: 10px;
}

.edit-terms-switch-container-primary {
    position: relative;
    top: 15px;
    margin-bottom: 15px;
}

.has-samples-icon {
    position: relative;
    bottom:10px;
}

.has-samples-container {
    display: flex;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
}

.sample-curriculum-documents
    {
        top: -7%;
        right: -2%;
    }

.sample-primary-topic {
    top: -5%;
    right: -2%;
}

.sample-topicContainerHeight {
    top: -15%;
    right: -2%;
}

.sample-topicContainerFourInaRow {
    top: -5%;
    right: 5%;
}

.sample-YGTopicContainerQThree {
    top: -5%;
    right: -2%;
}

.sample-YGTopicContainerQASix {
    top: -5%;
    right: -2%;
}

.sample-primary-yg {
    top: -3%;
    right: 7%;
}

.sample-primary-subject, .sample-secondary-subject {
    top: 1%;
    right: 7%;
}

.sample-secondary-fixed{
    top: -5%;
    right: -1%;
}

.sample-area-tab {
    top: 20%;
    right: 2%;
}

.sample-area-folder {
    top: -28%;
    right: 0.5%;
}

.has-samples-hidden{
    display: none;
}

.samples-icon {
    color: #e4bf07;
    margin-top: 8px;
    margin-left: 6.5px;
    font-size: 24px
}

.star-background {
    display: flex;
    background-color: #565656;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.unneccessary-spacer {
    padding-right: 20px;
    display: flex;
}

.hide-subjects-button {
    display: none;
}

.ks-dd-container {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-right: 30px;
}


.switch-container {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
    padding-right: 15px;
}

.switch-tool {
    width: 22px;
    text-align: center;
    padding-left: 6px;
}

.switch-left-side-text {
    width: 100%;
    padding-left: 5px;
    display: flex;
    align-items: center;
}

.domains-list {
    margin-left: calc(50% + 50px);
    margin-top: 5px;
}

.domains-container {
    padding-left: 50px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 11px;
}

.domains-input-container {
    display: flex;
    width: 100%;
}

.domain-entry {
    font-weight: bold;
    display: block;
}

.domain-remove {
    color: red;
    margin-left: 2px;
    font-size: 20px;
    cursor: pointer;
}

.clients-title {
    font-size: 1.2vw;
}

.clients-input {
    border: 2px solid black;
    width: 100%;
    height: 35px;
    margin-right: 10px;
}

.dropover-topics-layout {
    margin: -11px;
    padding: -11px;
    margin-right: 11px;
    margin-bottom: 9px;
    display: flex;
}

    .dropover-topics-layout .topic-outer-container {
        padding: 8px 0px 0px 8px;
        margin-right: -14px;
        margin-bottom: -14px;
        padding-bottom: -14px;
        display: flex;
        border: 3px dashed #0079BC;
        background-color: #FFFFEB;
    }

    .dropover-topics-layout div[id=topic-container-0] {
        margin: 11px;
        padding-right: -24px;
    }

.dropover-topic-selection-left {
    background: linear-gradient(90deg, #fdcd3b 50%, #ffed4b 50%) !important;
}

.dropover-topic-selection-right {
    background: linear-gradient(90deg, #ffed4b 50%, #fdcd3b 50%) !important;
}

.dropover-selection {
    background: #fdcd3b !important;
}

/*RESIZE FOR ZOOM*/
@media screen and (max-width:1746px) {
    .subjects-yg-primary {
        height: 100%;
    }

    /*main contents*/

    .title-and-terms {
        flex-wrap: wrap;
    }

    .title-and-terms-wholeSchool {
        flex-wrap: nowrap;
    }

    .commentsBtnWide,
    .commentsBtn {
        order: 3;
    }


    .terms-container {
        order: 4;
        padding-left: 0px;
        width: 100%;
        justify-content: flex-start;
    }

    .terms-container-top {
        justify-content: flex-start;
        padding-right: 10px;
    }

    .terms {
        min-width: 140px;
        width: fit-content;
    }

    .burger-menu-modal{
        max-height: 85vh;
    }
}

@media screen and (max-width:1280px) {
    /*LEFT SIDE MENU*/

    .contents-inner-container {
        width: 145px;
    }

    .subjects {
        width: 145px;
    }

    .subjectToggleButton {
        width: 90%;
    }

    .primary-spacer {
        height: 25px;
    }

    .menu-container {
        display: block;
        width: 145px;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .subjects-fixed {
        height: fit-content;
        justify-content: center;
        align-items: center;
        overflow-y: hidden;
        border-bottom: 3px solid gray;
    }

    .fixedContainers {
        width: 50%;
        flex-wrap: wrap;
        border-bottom: none;
    }

    .fixedSubjectToggleButton {
        width: 100px;
    }

    .admin-controls {
        padding-left: 12px;
    }

    .admin-deleted-subjects-controls {
        padding-left: 12px;
    }

    /*Main Content*/
    .commentsBtnWide {
        width: 20%;
    }

    .commentsBtn {
        margin-left: 5px;
        order: 3
    }

    .ygKsSubject {
        width: 170px;
    }

    .nav-bar-burger-and-toggles {
        margin-left: 150px;
    }

    /*BURGER MENU*/
    .menu-section {
        margin-bottom: 6px;
        font-size: 16px;
    }

    .burger-menu-contents
    hr {
        margin-bottom: 16px;
    }

    .burger-menu {
        width: 360px;
    }
    .menu-option {
        font-size: 16px;
        margin: 0;
    }

    div.small {
        height: 18px;
    }

    .menu-option-title
    .small {
        font-size: 14px;
        margin-bottom: -10px;
    }

    .menu-option-icon {
        margin-right: 12px;
    }

    .burger-menu-modal {
        background-color: #0079BC;
        color: whitesmoke;
        padding: 20px 20px 15px 35px;
        z-index: 3;
        max-height: 65vh;
    }

    .aboutUs{
        display: none;
    }

    .menu-option-icon {
        width: 16px;
    }

    burger-menu-button{
        width: 40px;
    }

}

/*MOBILE STYLING*/
@media screen and (max-width:480px) {
    /*NAV BAR*/

    .BigNavbarTogglesContainer
    .desktop {
        display: none;
    }

    .BigNavbarTogglesContainer .mobile {
        display: flex;
    }

    .BigNavbarTogglesContainer .mobile span {
        font-size: 18px;
    }

    .BigNavbarTogglesContainer .LeftToggles {
        display: flex;
        flex-direction: column;
        width: 115px
    }

    .BigNavbarTogglesContainer {
        width: 190px;
        margin: 0;
        padding: 0;
        z-index: 999;
    }

    .logo-top-left{
        height: 55px;
        width: 50px;
        background: none;
    }

    .logo-top-left img {
        width: 50px;
    }

    .NewSwitch {
        display: none;
    }

    .nav-bar-burger-and-toggles {
        margin: -6px 0 5px 67px;
        z-index:2;
    }

    .switchAdmin {
        display: none;
    }

    .toggle {
        width: 185px;
        height: 20px;
        margin-top: 3px;
        margin-right: 10px;
    }

    .toggle .labels {
        font-size: 14px;
    }

    .burger-menu-modal {
        padding-top: 40px;
        padding-bottom: 20px;
        max-height: 85vh;
    }

    /*YG Subject Menu*/

    .ygText {
        font-size: 16px;
    }

    .ygNumber {
        font-size: 22px;
    }

    .ygImage {
        display: none;
    }

    .ygSmallText {
        margin-top: 22px;
    }

    .ygTextOnly {
        font-size: 16px;
    }

    .subject-yg-title-contents-menu {
        height: 80px;
        width: 80px;
    }

    .contents-inner-container {
        width: 120px;
    }

    .menu-container {
        display: block;
        width: 120px;
    }

    .subjects{
        width: 120px;
    }

    .menu-container.hidden {
        display: none;
    }

    .hide-subjects-button {
        display: flex;
        align-content: center;
        align-items: center;
        height: 100%;
        width: 20px;
        color: white;
        background-color: #565656;
    }

    .hide-subjects-button:active {
        background-color: #d3d3d3;
    }

    .open-subject-menu {
        display: none;
    }

    /*PRIMARY SUBJECT MENU*/
    .subjectTitleContainer{
        font-size: 16px;
    }

    /*SECONDARY MENU*/
    .subjectTitleContainer-fixed {
        font-size: 14px;
    }

    /*TOGGLES*/
    .mobile-toggles-container {
    }

    .mobile-toggles{

    }

    /*TOPICS CONTENT*/
    /*.subject-contents-container {
        width: 300px;
    }*/

    .subject-title{
        width: 100%;
        height: 110px;
    }

    .subject-title .top{
        font-size: 26px;
    }

    .subject-title .bottom{
        margin: 6px 12px;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .subject-title .bottom u {
        text-align: center;
    }

    .terms-container {
        display: none;
    }

    .ks-dd-container{
        display: flex;
        justify-content:flex-start;
        width: 100%;
        margin-right: 30px;
    }

    .ks-dd-container
    .terms {
        width: 100%;
        font-size: 14px;
        height: 32px;
        margin: 0 0 0 12px;
        padding: 7px;
    }

    .extraBtnAtTopNoWidth {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 12px;
    }

    .extra-btn-item {
        font-size: 16px;
        width: 100%;
        margin: 0;
    }

    .ks-container{
        width: 95%;
        padding: 20px 0 20px 5px;
    }

    .ks-container
    .keyStage {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .ks-container
    .ks-select {
        font-size: 16px;
        height: 30px;
    }

    .ksText{
        padding: 0;
        font-size: 20px
    }

    .ks-container
    .subjectYGTitleContents {
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 40px;
        background: none;
        margin: 0;
    }

    .ks-container
    .keyStageLabelDetails {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        height: 70px;
        height: 40px;
        width: 96%;
    }

    .ks-container
    .keyStageLabel {
        height: 40px;
        width: 100%;
        margin-bottom: 10px;
    }

    .topicContainer {
        width: 100%;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .topicContainerHeight{
        height: 50px;
        width: 280px;
        margin-bottom: 10px;
    }


    .marginUnset{
        margin-bottom: 10px !important;
    }

    .ks-container
    .tpTitle {
        text-wrap: balance;
        font-size: 18px;
        line-height: 22px;
    }

    .ks-select {
        font-size: 16px;
    }

    .ks {
        height: 32px;
        width: 140px;
    }

    .ksContents
    .topicContainerHeight{
        width: 96%;
    }

    /*Secondary Whole School*/
    .roadmaps-container{
        display: none;
    }

    .fixed-subject-container
    .ks-container{
        display: none;
    }

    .subject-document-contents-container
    .subject-title {
        width: 96%;
    }

    /*Primary Subject View Contents*/
    .topicContainer{
    font-size: 16px;
    margin-bottom: 16px;
    margin-right: 0;
    height: 70px;
    width: 96%;
    }

    .topic-outer-container{
        width: 100%;
    }

    .ksContents
    .YGTopicContainerQASix{
        width: 96%;
    }

    .YGTopicContainerQA {
        height: 60px;
    }

    .ksContents
    .tpTitle {
        font-size: 16px;
        line-height: 20px;
    }

    /*Primary Year View*/

    .yg-subjects-container .tpTitle{
        font-size: 16px;
    }

    .yg-subjects-container
    .subjectImageIcon {
        width: 20%;
        margin-left: 10px;
        margin-bottom: 8px
    }

    .yg-subjects-container
    .ygKsSubject{
        display: flex;
        width: 100%;
        height: 60px;
        margin-bottom: 16px;
    }

    .yg-subjects-container
    .subjectToggleButton {
        flex-direction: row;
        align-content: center;
    }

    .yg-subjects-container
    .subjectTitleContainer {
        align-items: center;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .yg-subjects-container
    .one-subject-containner{
        display: flex;
        flex-direction: column;
    }

    .yg-subjects-container
    .YGTopicContainerQA{
        height: 75px;
    }

    .yg-subjects-container
    .YGTopicContainerQASix:nth-child(1) {
        margin-right: 0;
    }

    .yg-subjects-container
    .YGTopicContainerQASix:nth-child(2n) {
        margin-right: 0 !important;
    }

    .yg-subjects-container
    .YGTopicContainerQASix:nth-child(3){
        margin-right: 0;
    }

    .yg-subjects-container
    .YGTopicContainerQASix:nth-child(5){
        margin-right: 0;
    }

    .yg-subjects-container
    .YGTopicContainerQThree:nth-child(1) {
        margin-right: 0 !important;
    }

    .yg-subjects-container
    .YGTopicContainerQThree:nth-child(2) {
        margin-right: 0 !important;
    }

    .yg-subjects-container
    .YGTopicContainerQThree:nth-child(3) {
        margin-right: 0 !important;
    }

    .title-and-terms {
        width: 95%;
    }

    .yg-subject-topics
    .YGTopicContainerQASix {
        width: 100%;
    }

    .yg-subjects-container
    .YGTopicContainerQThree{
        width: 100%;
    }

    .subjects-container
    .subject-contents-container{
        width: 100%;
    }

    /*AREA MODAL*/
    .topicDialog{
  /*      align-items:normal;
        justify-content: flex-start;*/
        display: inline-block;
        width: 100%;
        margin: 40px 10px;
    }

    .topicModalContent {
        width: 95%;
    }

    .folderContainer{
        font-size: 16px;
        overflow-y: auto;
        height: 145px;
    }

    .folderHeader {
        min-width: 120px;
        overflow-x: auto;
    }

    .firstFolderHeader,
    .folderHeaderNotSelected,
    .notFirstFolderHeader{
        padding: 45px 10px 45px 10px;
    }

    .mainContentsContainer {
        padding: 42px 30px 10px 18px;
    }

    .topicTitleContainer{
        font-size: 16px;
    }

    .allContentsContainer {
        font-size: 16px;
    }

    .single-res{
        margin-right: 10px;
    }

    .res-controls-container{
        display: flex;
        flex-wrap:wrap;
    }

    .resource-action-icon {
        width: 18px;
        margin-right: 15px;
        margin-bottom: 3px;
    }

    .unneccessary-spacer{
        display: none;
    }

    .res-control-spacer {
        display: none;
    }

    .res-title{
        font-size: 15px;
    }

    .topic-path{
        max-height:45px;
    }

    .downloadSpan {
        font-size: 14px;
        border: none;
        margin-left: 5px;
    }

    .subjectYGTitleContents
    .ksText{
        font-size: 16px;
    }

    .keyStageLabel {
        height: 70px;
        display: flex;
        margin-bottom: 12px;
    }

    .ks-dd-container
    .ksContentsAgain {
        display: flex;
        flex-direction: column;
    }

    /*CURRICULUM DOCS*/
    .roadmaps-container{
        display: none;
    }

    .subject-document-contents-container
    .ks-container{
        display: none;
    }

    /*SAMPLES*/
    .has-samples-container {
        width: 25px;
        height: 25px;
    }

    .star-background {
        width: 25px;
        height: 25px;
        width: 100%;
    }

    .fa-star {
        font-size: 16px;
    }

    .samples-icon {
        margin: 4px 0 0 4px;
    }

    .sample-curriculum-documents {
        top: -7%;
        right: -2%;
    }

    .sample-primary-topic {
        top: -5%;
        right: -2%;
    }

    .sample-topicContainerHeight {
        top: -15%;
        right: -0.5%;
    }

    .sample-topicContainerFourInaRow {
        top: -5%;
        right: 5%;
    }

    .sample-YGTopicContainerQThree {
        top: -5%;
        right: -2%;
    }

    .sample-YGTopicContainerQASix {
        top: -5%;
        right: -2%;
    }

    .sample-primary-yg {
        top: 2%;
        right: 8%;
    }

    .sample-primary-subject, .sample-secondary-subject {
        top: 1%;
        right: 7%;
    }

    .sample-secondary-fixed {
        top: -5%;
        right: 5%;
    }

    .sample-area-tab {
        top: 20%;
        right: 2%;
    }

    .sample-area-folder {
        top: -28%;
        right: 0.5%;
    }

    /*Empty Contents*/
    .phase-select-contents{
        text-align: center;
        padding: 0 20px;
    }
}

.topic-tag-container {
   float: right;
   padding-left: 5px;
}

    .topic-tag-container .text-bg-success {
        background-color: #28a745 !important;
        cursor: default;
    }

    .topic-tag-container > span {
        font-size: 16pt;
    }

.newTopicContainer select:disabled {
    cursor: not-allowed;
}

.external-user-authentication-type {
    margin-left: 10px;
    width: 50%;
}

#launcher-frame {
    min-width: 90px !important;
    max-width: 90px !important;
}

.toastify-right-account {
    margin-top: 40px;
    margin-right: 2vh;
    right: 0;
}
