@import url("//use.typekit.net/hny8zeu.css");

.bg-white {
    background: #fff;
}

.bg-grey {
    background: #f9f9f9;
}

.bg-yellow {
    background: #ffae45;
}

.bg-red {
    background: #fe6162;
}

.bg-green {
    background: #16d0bc;
}

.bg-blue {
    background: #42b7f0;
}

.bg-purple {
    background: #7c4fe8;
}

.bg-lightpurple {
    background: #e5dcfb;
}

.txt-white {
    color: #fff !important;
}

.txt-grey {
    color: #f9f9f9 !important;
}

.txt-yellow {
    color: #ffae45 !important;
}

.txt-red {
    color: #fe6162 !important;
}

.txt-green {
    color: #16d0bc !important;
}

.txt-blue {
    color: #42b7f0 !important;
}

.txt-purple {
    color: #7c4fe8 !important;
}

.txt-lightpurple {
    color: #e5dcfb !important;
}

html,
body {
    padding: 0px;
    margin: 0px;
    font-family: "omnes-pro", sans-serif;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

h1 {
    font-family: "omnes-pro", sans-serif;
    font-size: 30px;
}

h2 {
    font-family: "omnes-pro", sans-serif;
    font-size: 27px;
    margin-left: 0px;
}

h3 {
    font-family: "omnes-pro", sans-serif;
    font-size: 25px;
}

h4 {
    font-family: "omnes-pro", sans-serif;
    font-size: 21px;
}

h5 {
    font-family: "omnes-pro", sans-serif;
    font-size: 18px;
}

h6 {
    font-family: "omnes-pro", sans-serif;
    font-size: 16px;
}

.tt {
    font-family: "omnes-pro",cursive;
    font-weight: bold;
    color: #0a2e3e;
}

.btn-primary {
    background: #7c4fe8;
    border-color: #7c4fe8;
}

    .btn-primary:hover, .btn-primary:active {
        background: #6c47c4;
        border-color: #6c47c4;
    }

    .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 71, 196, 0.5);
    }

.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
    font-family: "omnes-pro",cursive;
    font-weight: bold;
    color: #0a2e3e;
}

.section-title {
    padding: 4px 15px;
    margin-bottom: 30px;
    border-radius: 2px;
    border-bottom: 2px solid #f2f2f2;
    padding-left: 0px;
}

    .section-title p {
        font-size: 26px;
        margin: 0px;
        font-weight: 700;
        color: #3f3f3f;
    }

.image-upload {
    width: 100%;
}

    .image-upload img {
        width: 100%;
        height: auto;
    }

.img-wrap {
    width: 100%;
    height: 16vw;
    background: #f7f7f7;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid #dbdbdb;
}

.custom-file-label::after {
    background: #ced4da;
}

.custom-file-label::after,
.input-group-append {
    cursor: pointer;
}

/*
.form-check-input.is-valid~.custom-control-label, .was-validated .form-check-input:valid~.custom-control-label,
.valid-feedback{
    color: $green;
}

.was-validated .form-check-input:valid:checked~.custom-control-label::before{
    background-color: $green;
}

.was-validated .form-control:valid{
    border-color: $green;
}
*/
form .form-group {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
    margin-top: 0px;
}

    form .form-group .form-row .title {
        font-weight: 600;
        font-size: 21px;
    }

    form .form-group .form-row .custom-control.form-check-inline {
        display: inline-flex !important;
    }

    form .form-group .form-row .input-group-prepend .input-group-text,
    form .form-group .form-row .input-group-append .input-group-text {
        font-weight: 700;
        font-size: 16px;
        width: 37px;
        text-align: center;
        justify-content: center;
    }

        form .form-group .form-row .input-group-prepend .input-group-text[data-toggle="tooltip"],
        form .form-group .form-row .input-group-append .input-group-text[data-toggle="tooltip"] {
            cursor: pointer;
        }

.accordion-button {
    padding-top: 12px;
    padding-bottom: 12px;
}

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-button:not(.collapsed) {
        background: #e5dcfb;
        color: black;
    }

.form-check-input:checked {
    background-color: #7c4fe8;
    border-color: #7c4fe8;
}

.nav-link,
.nav-link:hover {
    color: #7c4fe8;
}

nav.main {
    -webkit-user-select: none;
}

    nav.main .secondary {
        background: #7c4fe8;
        width: 100%;
        height: 50px;
        padding: 10px;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

@media only screen and (max-width: 991px) {
    nav.main .secondary {
        padding: 5px;
    }
}

nav.main .secondary .logo {
    width: 200px;
    height: 60px;
    display: block;
    background: url(/images/logos/Educater-Envision-White.png) no-repeat top left 6px;
    margin-right: 20px;
    background-size: 160px;
    top: 1px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    nav.main .secondary .logo {
        width: 130px;
        height: 30px;
        margin-right: 10px;
        background-size: 120px;
    }
}

nav.main .secondary .ui-icon {
    width: 24px;
    height: 20px;
    color: white;
    font-size: 20px;
    white-space: nowrap;
    margin-right: 20px;
    cursor: pointer;
    text-align: center;
    transform: scale(100%);
    -webkit-transition: transform 100ms cubic-bezier(0.45, 0, 0.55, 1);
    -moz-transition: transform 100ms cubic-bezier(0.45, 0, 0.55, 1);
    -o-transition: transform 100ms cubic-bezier(0.45, 0, 0.55, 1);
    transition: transform 100ms cubic-bezier(0.45, 0, 0.55, 1);
}

@media only screen and (max-width: 991px) {
    nav.main .secondary .ui-icon {
        width: 21px;
        height: 21px;
        font-size: 18px;
    }
}

nav.main .secondary .ui-icon:hover {
    transform: scale(110%);
}

nav.main .secondary .left,
nav.main .secondary .right {
    width: 50%;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    nav.main .secondary .left {
        width: 30%;
    }
}

nav.main .secondary .right {
    justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
    nav.main .secondary .right {
        width: 70%;
    }
}

nav.main .secondary .right .ui-icon {
    margin-right: 0px;
    margin-left: 20px;
}

@media only screen and (max-width: 991px) {
    nav.main .secondary .right .ui-icon {
        margin-left: 5px;
    }
}

nav.main .secondary .user {
    height: 20px;
}

@media only screen and (max-width: 991px) {
    nav.main .secondary .user {
        height: 21px;
        font-size: 0px;
    }
}

nav.main .secondary .user .ui-icon {
    margin-right: 0px;
}

nav.main .secondary .user span {
    font-size: 16px;
    text-transform: none !important;
    color: white;
    margin-left: 10px;
    position: relative;
    top: 0px;
}

@media only screen and (max-width: 991px) {
    nav.main .secondary .user span {
        font-size: 15px;
        margin-left: 5px;
        top: -2px;
    }
}

nav.expanding-sidebar {
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 50px;
    z-index: 10;
    -webkit-user-select: none;
}

    nav.expanding-sidebar .icon-menu {
        background: #f7f2ee;
        width: 60px;
        height: 100%;
        position: absolute;
        left: 0px;
        bottom: 0px;
        top: 0px;
        z-index: 1;
        -webkit-transition: width 200ms cubic-bezier(0.45, 0, 0.55, 1);
        -moz-transition: width 200ms cubic-bezier(0.45, 0, 0.55, 1);
        -o-transition: width 200ms cubic-bezier(0.45, 0, 0.55, 1);
        transition: width 200ms cubic-bezier(0.45, 0, 0.55, 1);
    }

        nav.expanding-sidebar .icon-menu.reveal {
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
        }

@media only screen and (max-width: 991px) {
    nav.expanding-sidebar .icon-menu {
        width: 60px;
    }
}

nav.expanding-sidebar .icon-menu ul {
    margin: 0px;
    padding: 0px;
}

    nav.expanding-sidebar .icon-menu ul li {
        display: block;
        position: relative;
        width: 60px;
        overflow: hidden;
        -webkit-transition: all 200ms cubic-bezier(0.45, 0, 0.55, 1);
        -moz-transition: all 200ms cubic-bezier(0.45, 0, 0.55, 1);
        -o-transition: all 200ms cubic-bezier(0.45, 0, 0.55, 1);
        transition: all 200ms cubic-bezier(0.45, 0, 0.55, 1);
    }

        nav.expanding-sidebar .icon-menu ul li:after {
            content: attr(title);
            position: absolute;
            left: 60px;
            top: 14px;
            white-space: nowrap;
            font-weight: 600;
            pointer-events: none;
            -webkit-transition: left 200ms cubic-bezier(0.45, 0, 0.55, 1);
            -moz-transition: left 200ms cubic-bezier(0.45, 0, 0.55, 1);
            -o-transition: left 200ms cubic-bezier(0.45, 0, 0.55, 1);
            transition: left 200ms cubic-bezier(0.45, 0, 0.55, 1);
        }

        nav.expanding-sidebar .icon-menu ul li a {
            display: block;
            width: 100%;
        }

            nav.expanding-sidebar .icon-menu ul li a:hover, nav.expanding-sidebar .icon-menu ul li a.current {
                background: #ece8e5;
            }

            nav.expanding-sidebar .icon-menu ul li a img {
                width: 50px;
                margin: 5px;
            }

@media only screen and (max-width: 991px) {
    nav.expanding-sidebar .icon-menu ul li a img {
        width: 50px;
    }
}

nav.expanding-sidebar .icon-menu ul li.active {
    cursor: default;
}

    nav.expanding-sidebar .icon-menu ul li.active a {
        cursor: default;
    }

    nav.expanding-sidebar .icon-menu ul li:hover a, nav.expanding-sidebar .icon-menu ul li.active a {
        background: #ece8e5;
    }

    nav.expanding-sidebar .icon-menu ul li:hover:before, nav.expanding-sidebar .icon-menu ul li.active:before {
        content: "";
        width: 4px;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    nav.expanding-sidebar .icon-menu ul li:hover.assessment:before, nav.expanding-sidebar .icon-menu ul li.active.assessment:before {
        background: #ffae45;
    }

    nav.expanding-sidebar .icon-menu ul li:hover.tinytracker:before, nav.expanding-sidebar .icon-menu ul li.active.tinytracker:before {
        background: #fe6162;
    }

    nav.expanding-sidebar .icon-menu ul li:hover.obstracker:before, nav.expanding-sidebar .icon-menu ul li.active.obstracker:before {
        background: #ffae45;
    }

    nav.expanding-sidebar .icon-menu ul li:hover.analytics:before, nav.expanding-sidebar .icon-menu ul li.active.analytics:before {
        background: #16d0bc;
    }

    nav.expanding-sidebar .icon-menu ul li:hover.schoolreports:before, nav.expanding-sidebar .icon-menu ul li.active.schoolreports:before {
        background: #fd6162;
    }

    nav.expanding-sidebar .icon-menu ul li:hover.sef:before, nav.expanding-sidebar .icon-menu ul li.active.sef:before {
        background: #42b7f0;
    }

    nav.expanding-sidebar .icon-menu ul li:hover.send:before, nav.expanding-sidebar .icon-menu ul li.active.send:before {
        background: #fd6162;
    }

    nav.expanding-sidebar .icon-menu ul li:hover.mail:before, nav.expanding-sidebar .icon-menu ul li.active.mail:before {
        background: #7c4fe8;
    }

    nav.expanding-sidebar .icon-menu ul li:hover.parentpassport:before, nav.expanding-sidebar .icon-menu ul li.active.parentpassport:before {
        background: #ffae45;
    }

    nav.expanding-sidebar .icon-menu ul li:hover.maintenance:before, nav.expanding-sidebar .icon-menu ul li.active.maintenance:before {
        background: #7c4fe8;
    }

nav.expanding-sidebar .icon-menu ul li .sub-menu {
    display: none;
}

nav.expanding-sidebar .icon-menu:hover:not(.reveal), nav.expanding-sidebar .icon-menu.open {
    width: 260px;
}

    nav.expanding-sidebar .icon-menu:hover:not(.reveal) ul li, nav.expanding-sidebar .icon-menu.open ul li {
        width: 260px;
    }

        nav.expanding-sidebar .icon-menu:hover:not(.reveal) ul li:after, nav.expanding-sidebar .icon-menu.open ul li:after {
            left: 80px;
        }

nav.expanding-sidebar .icon-menu.reveal ul li:hover:not(.active) {
    width: 260px;
    box-shadow: 4px 0px 18px rgba(0, 0, 0, 0.1);
}

nav.expanding-sidebar .icon-menu.reveal ul li:after {
    left: 80px;
}

nav.expanding-sidebar .close-draw,
nav.expanding-sidebar .open-draw {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #f7f2ee;
    border-radius: 15px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #a8a8a8;
    cursor: pointer;
}

    nav.expanding-sidebar .close-draw:hover,
    nav.expanding-sidebar .open-draw:hover {
        color: black;
    }

nav.expanding-sidebar .open-draw {
    right: inherit;
    left: 0px;
    width: 60px;
    height: 60px;
    bottom: 0px;
    z-index: 10;
    border-radius: 0px;
    line-height: 57px;
    opacity: 0;
    visibility: hidden;
}

    nav.expanding-sidebar .open-draw.active {
        opacity: 1;
        visibility: visible;
    }

nav.expanding-sidebar .menu-results {
    width: 260px;
    left: 60px;
    position: absolute;
    background: #ece8e5;
    height: 100%;
    overflow-y: scroll;
    padding: 0px;
    box-sizing: border-box;
    transform: translateX(-260px);
    -webkit-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1);
    -moz-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1);
    -o-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1);
    transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1);
}

@media only screen and (max-width: 991px) {
    nav.expanding-sidebar .menu-results {
        left: 60px;
    }
}

nav.expanding-sidebar .menu-results .draw-title {
    font-weight: 700;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

nav.expanding-sidebar .menu-results.active {
    transform: translateX(0px);
}

nav.expanding-sidebar .menu-results .sub-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    nav.expanding-sidebar .menu-results .sub-menu li {
        width: 100%;
        display: block;
        position: relative;
    }

        nav.expanding-sidebar .menu-results .sub-menu li .title {
            width: 100%;
            display: block;
            font-weight: 700;
        }

        nav.expanding-sidebar .menu-results .sub-menu li a.k-link,
        nav.expanding-sidebar .menu-results .sub-menu li span.k-link {
            padding-top: 5px;
            padding-bottom: 5px;
            width: 100%;
            display: block;
            position: relative;
            padding-left: 20px;
            padding-right: 20px;
            box-sizing: border-box;
            text-decoration: none;
            color: black;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            /*
                        &:after{
                            width: 90%;
                            height: 1px;
                            background: rgba(0,0,0,0.1);
                            position: absolute;
                            bottom: 0px;
                            left: 5%;
                            content: "";
                        }
                        */
        }

            nav.expanding-sidebar .menu-results .sub-menu li a.k-link .icn,
            nav.expanding-sidebar .menu-results .sub-menu li span.k-link .icn {
                margin-right: 10px;
                font-size: 12px;
                position: relative;
                top: -1px;
            }

            nav.expanding-sidebar .menu-results .sub-menu li a.k-link .drop,
            nav.expanding-sidebar .menu-results .sub-menu li span.k-link .drop {
                position: absolute;
                width: 15px;
                height: 15px;
                right: 0px;
                width: 100%;
                height: 100%;
                text-align: right;
                padding-right: 10px;
                cursor: pointer;
            }

        nav.expanding-sidebar .menu-results .sub-menu li a:hover, nav.expanding-sidebar .menu-results .sub-menu li a.active,
        nav.expanding-sidebar .menu-results .sub-menu li span:hover,
        nav.expanding-sidebar .menu-results .sub-menu li span.active {
            background: #e5e2df;
        }

        nav.expanding-sidebar .menu-results .sub-menu li ul {
            padding: 0px;
            margin: 0px;
            margin-left: 0px;
        }

            nav.expanding-sidebar .menu-results .sub-menu li ul li a {
                padding-left: 20px !important;
                border-bottom: none !important;
            }

            nav.expanding-sidebar .menu-results .sub-menu li ul li:last-child {
                padding-bottom: 20px;
            }

        nav.expanding-sidebar .menu-results .sub-menu li .ul-wrap {
            height: 0px;
            position: relative;
            overflow: hidden;
            -webkit-transition: height 200ms cubic-bezier(0.45, 0, 0.55, 1);
            -moz-transition: height 200ms cubic-bezier(0.45, 0, 0.55, 1);
            -o-transition: height 200ms cubic-bezier(0.45, 0, 0.55, 1);
            transition: height 200ms cubic-bezier(0.45, 0, 0.55, 1);
        }

.content-frame {
    box-sizing: border-box;
    flex: 1;
    /* position: absolute;
  top: 60px;
  left: 70px;*/
    padding: 20px;
    width: calc(100vw - 70px);
    height: calc(100vh - 90px);
    overflow-y: scroll;
    -webkit-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1), width 300ms cubic-bezier(0.45, 0, 0.55, 1), opacity 300ms cubic-bezier(0.45, 0, 0.55, 1);
    -moz-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1), width 300ms cubic-bezier(0.45, 0, 0.55, 1), opacity 300ms cubic-bezier(0.45, 0, 0.55, 1);
    -o-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1), width 300ms cubic-bezier(0.45, 0, 0.55, 1), opacity 300ms cubic-bezier(0.45, 0, 0.55, 1);
    transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1), width 300ms cubic-bezier(0.45, 0, 0.55, 1), opacity 300ms cubic-bezier(0.45, 0, 0.55, 1);
}

div.app-layout {
    background: url(/images/logos/Demo.png) repeat 10%, linear-gradient(45deg, rgba(124, 79, 232, 0.7) 27%, rgba(152, 99, 198, 0.7) 40%, rgba(186, 124, 155, 0.7) 63%, rgba(255, 174, 69, 0.7) 82%);
}

div.card {
    border-radius: 1.2rem;
    border: none;
    margin-bottom: 1em;
    background: none;
}
div.card.envision-100h {
  height:calc(100%) !important;
}

    div.card .card-header {
        border-radius: 1.2rem 1.2rem 0 0;
        background: rgba(255, 255, 255, 0.5);
    }

    div.card .card-body {
        text-align: left;
        background: white;
        width: 100%;
        border-radius: 0 0 1.2rem 1.2rem;
    }

    div.card.dashboard .card-body img {
        height: 90px;
    }

    div.card.dashboard .card-body span.tt {
        font-size: larger
    }

    div.card.dashboard .card-body a {
        text-decoration: none;
    }

        div.card.dashboard .card-body a:hover {
            transform: scale(1.1);
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

footer {
    background-color: #7c4fe8;
    color: #fff;
    padding: 8px 0 8px 0;
    text-align: right;
}

    footer > div, footer > div a {
        color: white;
    }

@media only screen and (max-width: 991px) {
    .content-frame {
        padding: 10px;
        left: 60px;
        width: calc(100vw - 60px);
    }
}

#logoutBtn {
    margin-right: 0px;
    margin-left: 20px;
}

@media only screen and (min-width: 992px) {
    /* .content-frame[aria-expanded="true"] {
      transform: translateX(260px);
      width: calc(100vw - 330px); } */
}

.content-frame .bread {
    position: absolute;
    left: 20px;
    top: 25px;
    color: black;
}

    .content-frame .bread span {
        color: silver;
    }

    .content-frame .bread a {
        color: black;
    }

@media only screen and (max-width: 991px) {
    .content-frame .bread {
        position: relative;
        top: 0px;
        left: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .content-frame .dashboardSection {
        min-width: 100% !important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 991px) {
    .content-frame .dashboardSection .dashboardSectionItem {
        padding: 0px;
    }
}

.content-frame .loading {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: white;
    opacity: 0;
    z-index: 9;
    visibility: hidden;
    -webkit-transition: opacity 100ms cubic-bezier(0.45, 0, 0.55, 1), visibility 100ms cubic-bezier(0.45, 0, 0.55, 1);
    -moz-transition: opacity 100ms cubic-bezier(0.45, 0, 0.55, 1), visibility 100ms cubic-bezier(0.45, 0, 0.55, 1);
    -o-transition: opacity 100ms cubic-bezier(0.45, 0, 0.55, 1), visibility 100ms cubic-bezier(0.45, 0, 0.55, 1);
    transition: opacity 100ms cubic-bezier(0.45, 0, 0.55, 1), visibility 100ms cubic-bezier(0.45, 0, 0.55, 1);
}

    .content-frame .loading.active {
        opacity: 1;
        visibility: visible;
    }

    .content-frame .loading .fa-spinner {
        position: absolute;
        width: 40px;
        height: 40px;
        z-index: 10;
        font-size: 40px;
        left: calc(50% - 20px);
        top: calc(50% - 20px);
        -webkit-animation: rotating 2s linear infinite;
        -moz-animation: rotating 2s linear infinite;
        -ms-animation: rotating 2s linear infinite;
        -o-animation: rotating 2s linear infinite;
        animation: rotating 2s linear infinite;
    }

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.configProgressTable {
    width: 100%;
}

.alert.hide {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
/*# sourceMappingURL=styles.css.map */

