﻿
.m-r-50 {
    margin-right: 50px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-t-8 {
    margin-top: 8px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.h-100 {
    height: 95px !important;
}

.h-70 {
    height: 70px;
}

.bg-img {
    top: 100px !important;
}

.application-logo {
    width: 220px;
    margin-top: -5px;
    content: url("../img/logo.png");
}

.application-logo-small {
    width: 220px;
}

.application-logo-container {
    height: 69px;
    padding: 0px;
}

.footer-text,
.footer-text p,
.footer-text p a {
    font-size: 8pt !important;
    color: #ffffff !important;
    text-align: left;
}

.b-g-w {
    background-color: #ffffff !important;
}

.carousel-caption {
    position: initial !important;
    text-decoration: none !important;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    height: 240px;
    width: 840px;
}

.m-r-l-64 {
    margin-left: 64px;
    margin-right: 32px;
}

.article-title {
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 50px;
    padding-bottom: 10px;
    line-height: 1.1;
}

.article-text {
    padding: 0 20px;
    text-align: left;
    padding-bottom: 15px;
    font-size: 20px;
}

.btn-article-link {
    text-align: left;
    padding: 0.85em 2.5em;
}

.btn-article-div {
    margin-left: 20px;
}

.c-w {
    color: #ffffff !important;
}

.m-t-m-10 {
    margin-top: -27px !important;
}

.col-checkbox,
.col-icon {
    width: 36px;
    text-align: center;
}

h4.modal-title {
    color: #ffffff;
}


.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
    background-color: transparent !important;
    color: #000000 !important;
}

input[data-bv-notempty='true'],
textarea[data-bv-notempty='true'] {
    background-color: #f9ffd3;
}

.tab-content {
    border: solid 1px rgba(0,0,0,0.07);
}

.tab-base .nav-tabs > .active > a,
.tab-base .nav-tabs > .active a:hover,
.tab-base .nav-tabs > .active > a:focus,
.tab-base .nav-tabs > a:hover {
    border: solid 1px rgba(0,0,0,0.07);
    border-bottom: solid 1px #ffffff;
}

.well-danger {
    background-color: #f44336 !important;
    border-color: #f44336 !important;
    color: #fff;
    text-align: left;
}

.m-t-8 {
    margin-top: 8px;
}

.img-32 {
    width: 32px;
    height: 32px;
}

.w-160 {
    width: 160px !important;
}

.w-200 {
    width: 200px !important;
}

.w-300 {
    width: 300px !important;
}

.w-340 {
    width: 340px !important;
}

.dataTable th:not(.text-white) {
    background-color: #808080;
    color: #ffffff !important;
}

.cursor-pointer {
    cursor: pointer;
}

.panel-border {
    border: solid 1px rgba(0,0,0,0.07);
}

.p-a-10 {
    padding: 10px;
}

.p-a-15 {
    padding: 15px;
}

.inline-block {
    display: inline-block !important;
}

.search-control {
    padding: 5px;
    border-radius: 3px;
    width: 200px;
}

.checkbox-form {
    width: 20px;
    height: 20px;
    text-align: left;
    margin-top: 8px !important;
}

.m-t-m-5 {
    margin-top: -5px !important;
}

.m-t-m-15 {
    margin-top: -15px !important;
}

.form-header {
    color: #ffffff;
}

.survey-question-header {
    background-color: #4b4b4b;
    color: #ffffff;
    height: auto !important;
}

.survey-question-header .panel-title {
    white-space: normal;
    line-height: 20px;
    padding: 10px;
}
.survey-question-number {
    text-transform: uppercase;
    font-weight: bolder;
}

.answer-cell {
    vertical-align: text-top;
    padding: 10px;
    cursor: pointer;
}

.answer-row,
.header-row{
    display: flex;
    width: 100%;
}

.answer-col,
.disabled-answer-col,
.answer-header-col {
    flex: 1;
    display: flex;
    vertical-align: text-top;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.answer-header-col
{
    height : 25px;
}

.disabled-answer-col {
    cursor: not-allowed;
    background-color: #808080;
    color: #ffffff !important;
}

.disabled-answer-col h5 {
    color: #ffffff !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.survey-tab {
    cursor: pointer;
}

.survey-tab-toggle {
}

.m-b-10 {
    margin-bottom: 15px !important;
}

.w-100 {
    width: 100px !important;
}

.w-120 {
    width: 120px !important;
}

.w-140 {
    width: 140px !important;
}

.w-40 {
    width: 40px !important;
}

.w-30 {
    width: 30px !important;
}

.w-school {
    width: 200px !important;
}

.survey-tab a:hover {
    color: black;
}

.survey-tab.active {
    background-color: #1A7269 !important;
}

.message-box {
    background-color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 4px;
    color: #4d627b;
    padding: 10px;
}

.submitted {
    background-color: #8bc34a;
    border-color: #8bc34a;
}

.not-viewed {
    background-color: #F77167;
    border-color: #F77167;
}

    .submitted .text-sm,
    .submitted .text-main,
    .submitted-user .text-sm,
    .submitted-user .text-main,
    .not-viewed .text-sm,
    .not-viewed .text-main,
    .not-viewed .text-sm,
    .not-viewed .text-main {
        color: #ffffff !important;
    }

.submitted-user {
    background-color: #6EB3AC;
    border-color: #6EB3AC;
}

.white.form-checkbox.form-normal.active:after {
    border-color: #ffffff !important;
}

.white form-checkbox form-normal:hover {
    border-color: #ffffff !important;
}

.hidden {
    display: none !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.settings-container {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
}

.b-none {
    border: none;
}

.average-col {
    padding: 10px;
}


.m-t-7 {
    margin-top: 7px;
}

.m-l-7 {
    margin-left: 7px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.success {
    color: #92c755;
}

.sweet-alert {
    z-index: 20000;
}

.logged-out-theme-block {
    background-color: #814c97 !important;
}

.div-centered {
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.white-content {
    text-align: left;
    padding: 10px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
}

.t-a-l {
    text-align: left !important;
}

.t-a-r {
    text-align: right !important;
}

.t-a-c {
    text-align: center !important;
}

.col-date {
    width: 110px !important;
}

.input-group.date {
    width: 141px !important;
}

    .input-group.date input[type="text"] {
        padding-right: 0px !important;
    }

.form-label {
    font-weight: bold;
}

.w-700 {
    width: 700px !important;
}

.w-900 {
    width: 900px !important;
}

.w-1000 {
    width: 1000px !important;
}

.standard-chart {
    height: 220px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-h-200 {
    min-height: 200px;
}

.answer-error {
    border: solid 2px #f44336;
}

.mandatory {
    background-color: #f44336;
}

.mandatory-message {
    padding: 10px;
    color: #f44336;
    position: absolute;
    top: 40px;
    right: 10px;
}

.score-self-evaluation,
.score-self-evaluation-key {
    color: #8bc34a;
}

.score-self-evaluation {
    padding: 5px;
    position: absolute;
    top: 0px;
}

.score-aggregate {
    padding: 5px;
    position: absolute;
    top: 0px;
}

.score-aggregate,
.score-aggregate-key {
    color: #f44336;
}

.m-r-20 {
    margin-right: 30px !important;
}

.modal-comments {
    width: 716px;
}

.legend .key span {
    font-weight: bold;
}

.legend {
    margin-bottom: 15px;
}

.in-progress-bg {
    background-color: #ED7161 !important;
    color: #ffffff;
}

.in-progress-fc {
    color: #ED7161 !important;
}

.submitted-bg {
    background-color: #FFCC66 !important;
    color: #ffffff;
}

.submitted-fc {
    color: #FFCC66 !important;
}

.school-access-bg {
    background-color: #88C057 !important;
    color: #ffffff;
}

.school-access-fc {
    color: #88C057 !important;
}

.has-feedback .form-control {
    padding-right: 10px !important;
}

.w-60 {
    width: 60px !important;
}

.alternate-chart-group:nth-child(even) .white-content {
    background-color: #c7c2c2 !important;
}

.underline:hover {
    text-decoration: underline;
}

.w-500 {
    width: 500px !important;
}

.count-span {
    padding: 4px;
    color: #fff;
    border-radius: 3px;
    font-size: 8pt;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.count-span-large {
    padding: 4px;
    color: #fff;
    border-radius: 3px;
    font-size: 8pt;
    height: 20px;
    width: 30px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.w-85 {
    width: 85px !important;
}

.cursor-default {
    cursor: default !important;
}

.select2-container--default {
    /* width: 100% !important;*/
}

.select2-results,
.select2-container {
    text-align: left !important;
}

.m-10 {
    margin: 10px;
}

.mr-20 {
    margin-right: 20px !important;
}

.filter-label {
    color: white;
    margin-top: 8px;
}

.pagination {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.dataTables_paginate {
    text-align: right;
}

.table-responsive {
    overflow-x: hidden !important;
}

.select2-container--bg-yellow .select2-selection {
    background-color: #f9ffd3 !important;
    border: 1px solid rgba(0,0,0,0.07);
}

.min-height-auto {
    min-height: auto;
}

.tab-content,
.p-b-0 {
    padding-bottom: 0px !important;
}

.panel {
    margin-bottom: 0px;
}

.date .form-control {
    margin-left: 10px;
}

.table {
    margin-bottom: 0px !important;
    margin-top: 30px;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.p-a-5 {
    padding: 5px !important;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-content {
    height: 100%;
    margin-bottom: 20px;
}

#articleCarousel,
#articleInner {
    min-height: calc(100vh - 179px);
}

.navbar-header {
    text-align: center;
}

.navbar-brand {
    background-color: #ffffff !important;
}

#articleCarousel
{
    float:left;
    margin-top : 75px;
}

.modal-header {
    background-color: #25476A;
}

.login-logo {
    float: left;
    margin-top: 50px;
    width : 150px;
}

.logged-out-theme-block {
    background-color: #814c97 !important;
}

.theme-block {
    background-color: #25476a !important;
    color: #ffffff !important;
}

@media (max-width: 896px) {
    .sm-m-b-20 {
        margin-bottom: 20px;
    }

    #articleCarousel,
    #articleInner {
        min-height: 100%;
    }

    .carousel-caption {
        position: relative !important;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    .m-r-l-64 {
        margin-right: 0px;
        margin-left: 0px;
    }

    .article-title,
    .article-text {
        padding-left: 40px;
    }

    .btn-article-div {
        margin-left: 40px;
    }

    .cls-content-sm {
        width: 90% !important;
    }

    .cls-content {
        padding-top: 20px;
    }

    #footer {
        position: absolute !important;
    }

    #articleCarousel {
        float: none;
    }

    .login-logo {
        float: none;
        margin-top: 50px;
    }
}

@media (max-width: 667px) {
    .row-flex {
        flex-direction: column;
    }

    #footer {
        position: relative !important;
        height: 100% !important;
    }
}

.popover
{
    max-width : 500px !important;
    width : 500px;
}

.w-50pc {
    width : 50% !important;
}

.p-l-10{
    padding-left : 10px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.required-combo .select2-container--default .select2-selection--single {
    background-color: #f9ffd3;
}
¬
.h-100px
{
    height : 100px !important;
}

.login-header-image {
    background-color: #EFEFF0 !important;
}

.m-t-5
{
    margin-top: 5px;
}

.m-t-m-7 {
    margin-top : -7px !important;
}

.m-r-5 {
    margin-right: 3px;
}

.option-colour
{
    width : 100%;
    height : 20px;
}

.form-fields {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: solid 1px transparent;
    float: left;
    width: 100%;
}

.f-w-b
{
    font-weight : bold;
}

.has-feedback i.form-control-feedback
{
    top : 0 !important;
}

.text-white{
    color : #ffffff !important;
}

.h-35px
{
    height : 30px !important;
}

.profile-button {
    cursor: pointer;
    border-left: none !important;
    color: #7a878e;
    background-color: #ffffff;
}

.btn-secondary {
    background-color: #808080;
    color: #fff;
}

.date-col{
    width : 125px;
}