﻿/*Helpers*/
.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.min-height-20 {
    min-height: 20px;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.inline-block {
    display: inline-block;
}
/*Helpers*/
.modal-body {
    max-height: 720px;
    overflow-y: auto;
}

.modal {
    overflow-y: auto;
}

@keyframes login {
    from {
        margin-top: -200px;
    }

    to {
        margin-top: 30%;
    }
}

.form-group {
    margin-bottom: 8px;
}

#login-logo {
    background: rgba(1, 185, 254,0.6);
}

.column-2-btn {
    width: 65px;
}

.loading-div {
    text-align: center;
}

.version {
    margin-right: 10px;
    margin-top: 16px;
    color: #fff;
}

.validation-summary-errors li {
    list-style: none;
}

.validation-summary-errors ul {
    padding-left: 5px;
    text-align: center;
    padding-top: 10px;
}
/*icheck*/
.icheckbox_minimal-blue,
.iradio_minimal-blue {
    display: block;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-blue {
    background-position: 0 0;
}

    .icheckbox_minimal-blue.hover {
        background-position: -20px 0;
    }

    .icheckbox_minimal-blue.checked {
        background-position: -40px 0;
    }

    .icheckbox_minimal-blue.disabled {
        background-position: -60px 0;
        cursor: default;
    }

    .icheckbox_minimal-blue.checked.disabled {
        background-position: -80px 0;
    }

.iradio_minimal-blue {
    background-position: -100px 0;
}

    .iradio_minimal-blue.hover {
        background-position: -120px 0;
    }

    .iradio_minimal-blue.checked {
        background-position: -140px 0;
    }

    .iradio_minimal-blue.disabled {
        background-position: -160px 0;
        cursor: default;
    }

    .iradio_minimal-blue.checked.disabled {
        background-position: -180px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_minimal-blue,
    .iradio_minimal-blue {
        background-image: url(blue@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}

.tableActionButton {
    padding: 1px 5px;
}

tr.selected {
    background-color: #01b9fe;
    color: #fff;
}

th {
    cursor: default;
}

#sidebar-nav .nav li.show .submenu {
    display: block;
}

#sidebar-nav .submenu li.active {
    font-weight: bold;
}

.theme-eduarte .nav-small #nav-col-submenu .submenu > li > a {
    color: #fff;
}

.theme-eduarte .modal-dialog .modal-icon {
    font-size: 50px;
    margin-bottom: 10px;
}

.breadcrumb > li {
    text-transform: none;
}

table.table-selectable tbody > tr {
    cursor: pointer;
}

table tbody > tr > td.badge {
    margin-top: 5px;
    padding: 8px;
    display: inline-block;
    width: 100px;
}

table tr th, table tr td {
    max-width: 300px;
    word-break: break-all;
}

.error-text {
    color: red;
    text-align: left;
}

.error-input {
    border: 1px solid red;
}

.datepicker .table-condensed tr {
    height: auto;
}

.datepicker .table-condensed > tbody > tr > td,
.datepicker .table-condensed > thead > tr > th {
    padding: 0px;
}

.scrollable {
    overflow-y: scroll;
    height: 600px;
}

.background-transparent {
    background-color: transparent;
}

.color-white {
    color: white !important;
}

.color-black {
    color: black !important;
}

.iframe-fullwidth {
    width: 100%;
}

.iframe-min-height-450 {
    min-height: 450px;
}

.iframe-noborder {
    border: none
}

body.framed {
    background-image: none;
    background-color: transparent;
}

    body.framed div.pace {
        display: none;
    }

/*Forgot password*/
input.input-validation-error {
    border-color: red;
}

.import-file-searh-button {
    margin-top: 20px;
}

.checkbox-nice-threestate label:hover::after {
    opacity: 0;
    cursor: pointer;
}

.checkbox-nice-threestate label.first-state::after {
    opacity: 1;
}

.checkbox-nice-threestate label.second-state::after {
    opacity: 1;
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    background: transparent;
    top: 7px;
    left: 6px;
    border: 3px solid #03a9f4;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.checkbox-nice-threestate label.third-state::after {
    opacity: 1;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: transparent;
    top: 6px;
    left: 6px;
    border: 6px solid #03a9f4;
}

.checkbox-nice-threestate label::before {
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 1px;
    top: 1px;
    background: #ffffff;
    content: "";
    border: 2px solid #e7ebee;
    border-radius: 3px;
    background-clip: padding-box;
}

.checkbox-nice-threestate {
    position: relative;
    padding-left: 15px;
}

    .checkbox-nice-threestate input[type=checkbox] {
        visibility: hidden;
    }

.modal-body-noscroll {
    overflow-y: hidden;
}

.buy-navigate-icon {
    display: inline-block;
    width: 37px;
    text-align: center;
}

.small-columns-table > thead > tr > th,
.small-columns-table > tbody > tr > th,
.small-columns-table > tfoot > tr > th,
.small-columns-table > thead > tr > td,
.small-columns-table > tbody > tr > td,
.small-columns-table > tfoot > tr > td {
    padding: 1px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.image-subject {
    max-height: 80px;
    max-width: 80px
}

.color-picker-wrapper .color-picker-swatch:not(.input-group-addon) {
    top: 5px !important;
}

.color-picker-wrapper .color-picker-input-wrapper {
    display: inherit !important;
}

.subject-licences-label sup {
    padding: 0 5px;
    border-radius: 50%;
    top: -11px;
    right: 5px;
}

.subject-licences-background {
    height: 52px;
    padding-top: 5px !important;
    padding-bottom: 40px !important;
}

.subject-licences-background-img {
    height: 200px;
    background-position: center;
}

.subject-licences-status-box {
    height: 10px;
    padding-top: 20px !important;
    padding-bottom: 60px !important;
}

.subject-licence-box {
    position: relative;
}

.free-content-label {
    margin-left: -5px;
}

.licences-label-link, .trial-label-link, .free-content-label-link {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    cursor: pointer;
}

.hide-subject-content:before {
    font-size: 25px;
    content: "-";
}

.show-subject-content:before {
    content: "+";
    font-size: 25px;
}

.external-resources-header {
    margin-bottom: 7px;
    text-transform: capitalize;
}

.external-resources-header,
.licence-header {
    min-height: 40px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding: 0 15px;
}

.single-subject-content-scroll {
    overflow-y: auto;
    max-height: 665px;
}

.subject-content-header {
    background-color: #01b9fe;
}

.single-subject-content-box {
    padding-bottom: 0px;
}

.last-column-licences-height {
    height: 31.5px;
    border-top: none !important;
}

.last-column-free-content-height {
    height: 23px;
}

.trial-value {
    margin-right: 25px;
}
/*Toggle Switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d1d1d1;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #03a9f4;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(55px);
}

/* US178 Pairings pending confirmation */
.pending-confirmation-dialog {
    top: 80px;
}

.pending-confirmation thead > tr {
    border-top: none !important;
}
/* END */
/*------ ADDED CSS ---------*/
.slider:after {
    content: 'OFF';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider:after {
    content: 'ON';
}

.padding-tabs {
    padding: 0px 0px 20px 0px !important;
}

/*--------- END --------*/

.theme-eduarte .nav-tabs {
    background-color: #e8e9eb;
}

.tab-content {
    background-color: #fff;
}

.nav-tabs > li.nav-item > a.nav-link.active, .nav-tabs > li.nav-item > a.nav-link.active:hover, .nav-tabs > li.nav-item > a.nav-link.active:focus {
    border-bottom-color: #fff
}

.user-tabTutor-Subject {
    width: 10%;
}

.user-tabTutor-Level {
    width: 5%;
}

.user-tabTeacher-Courses {
    width: 11%;
}

.user-buttons {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.item-header {
    font-size: 0.875em;
    font-weight: bold;
    line-height: 40px;
}

.lh-40 {
    line-height: 40px;
    font-size: 17px !important;
}

.notification-bold {
    color: #01b9fe;
    font-size: 16px;
    font-weight: 600;
}

.notification {
    color: #01b9fe;
    font-size: 16px;
}

.notification-header-pl {
    padding-left: 19px;
}

.notification-header-pr {
    padding-right: 19px;
}

.table-wrapper {
    display: block;
    max-height: 300px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.notifications-list.item {
    clear: both;
    white-space: normal;
    padding-bottom: 8px;
    padding-top: 8px;
}

.notification-box {
    min-width: 610px !important;
    min-height: 460px;
}

.remove-margins-notification-row {
    margin-left: 0px;
    margin-right: 0px;
}

.color-alarm-bell {
    color: #fff;
    font-size: 1.125em;
}

.padding-alarm-bell {
    padding-top: 15px;
}

.alarm-bell {
    top: -13px !important;
    font-size: 10px;
}

#header-navbar .nav > li > a > span.count {
    background: none repeat scroll 0 0 #e84e40;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
    display: block;
    font-size: 9px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 11px;
    width: 14px;
}

.student-suggestions-table tbody tr:not(:last-child):hover {
    background-color: lightblue;
}

.background-white {
    background-color: white;
}

.profile-box-stats .profile-box-footer span {
    display: inline-block;
    width: 33%;
    width: 33.33%;
    text-align: center;
    padding: 0px 10px;
    color: #212121;
}

.profile-box-header .profile-img {
    border-radius: 50%;
    border: 0px;
}

.profile-role {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
}

.profile-color {
    position: absolute;
    bottom: 0;
    right: 5px;
}

.profile-image {
    position: absolute;
    bottom: -3em;
    left: 50%;
    margin-left: 25px;
}

.profile-colors#config-tool {
    position: absolute;
    right: -160px;
    width: auto;
    z-index: 1000;
    transition: all 0.2s ease-in-out 0s;
    top: auto;
}

.profile-colors {
    transition: visibility 0s, opacity 0.5s linear;
}

.profile-image .fa-stack {
    color: #01b9fe;
}

.profile-box-footer.notifications {
    padding: 20px;
}

    .profile-box-footer.notifications .onoffswitch {
        margin: 5px 0 5px 0;
    }

.notifications:disabled {
    cursor: no-drop;
}

    .notifications:disabled .onoffswitch-label {
        cursor: no-drop;
    }

.notification-count {
    background: none repeat scroll 0 0 #e84e40;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
    padding: 5px 10px;
}

.sameheightrow-mapandpair {
    height: 35px;
}

.borderless td, .borderless th {
    border: none;
}

.fc-table {
    width: 100%;
    border-collapse: unset;
}

.fc-table-holder {
    border: 1px solid #e7ebee;
    min-width: 90%;
    display: block;
    height: 10lh;
    overflow-y: scroll;
}

.border-publication {
    border-top: 1px solid #d9e0e4;
}

.bold {
    font-weight: bold;
}

[ng-quill-editor] {
    display: block;
}

.ql-container {
    height: 200px !important;
}

.table a.table-link.red-button {
    color: red;
}

.theme-eduarte .table a.table-link.red-button:hover {
    color: #de1515;
}

.logo-footer {
    height: 30px;
    width: 80px;
}

.school-details-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

div.break-word {
    word-wrap: break-word;
}

.ivovak-image {
    width: 380px;
    height: 200px;
}


.school-selection::-ms-expand {
    display: none;
}

.school-selection {
    color: #fff;
    font-size: 12.25px;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 50px;
    background-color: rgb(1, 185, 254);
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('Images/arrow-down.png');
    background-size: 10px;
    background-position: 98% center;
    background-repeat: no-repeat;
    outline: none;
    width: auto;
    padding-right: 20px;
}

input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
}

.main-box .main-box-body-faq {
    margin: 0 20px 20px 20px;
}

.licences-dialog-style .modal-dialog {
    width: 1200px;
}

.mapping-label-iddink-students {
    padding-left: 30px !important;
}

div[isteven-multi-select] {
    margin-top: 2px;
}

.margin-top-25 {
    margin-top: 25px;
}

.profile-labels {
    padding-left: 20px;
    padding-right: 20px;
}

    .profile-labels > span {
        text-align: left !important;
        padding: 0px !important;
    }

.bg-primary-trial-not-allowed {
    background-color: #000000;
}

.not-allowed:hover, .not-allowed:after, .not-allowed:hover:after {
    cursor: not-allowed !important;
    border: none !important;
}

.cursor-pointer span:after {
    color: #01b9fe;
}

.field-icon {
    float: right;
    margin-right: 13px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    color: #01b9fe;
}

/*.field-icon {
    color: black;
    background-color: #70909e26;
}

.eyeIcon {
    color: black;
    cursor: pointer;
}*/

.titleDataStudentProfile {
    padding-left: 0px;
    padding-bottom: 5px;
}

.pswTxb {
    width: 90px;
}

.loginUrlFaqs {
    font-size: 0.875em;
}

.schoolAdditionalInfo {
    color: #01b9fe;
    font-size: 14px;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    font-weight: bold;
}

.input-sm {
    font-size: 12px !important;
    max-width: 150px;
}

.eco-friendly-icon {
    POSITION: absolute;
    bottom: 10px;
    right: 200px;
    width: 150px;
    height: 119px;
    background-image: url(../../Content/Images/OIP.jpg);
}

a {
    text-decoration: none !important;
}

    a:hover {
        text-decoration: underline;
    }

.spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
