﻿:root {
    --max-width: 1280px;
    --min-width: 960px;
}

@media print {
    body {
        background: none !important
    }

    .warning,
    .nqt-manager-button,
    div#header,
    div#footer {
        display: none !important
    }

    textarea {
        background: white !important;
    }

    input[type=text] {
        background: white !important;
        box-shadow: none;
        border: 1px solid darkgrey;
    }

    @page {
        size: auto;
        margin: 0;
    }

    #wrapper {
        margin: 1rem;
    }

    #left-column {
        display: none;
    }

    #content {
        width: 100% !important;
        margin: 0;
        padding: 0 !important;
    }

    .two-column {
        width: 100% !important;
        padding: 10px;
    }

    #content .content {
        padding: 10px;
        width: 100%;
    }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

html, body, form {
    height: 100%;
    overflow: inherit;
}

body {
    font-family: verdana,sans-serif;
    background: #f4f4f4;
}

h1 {
    color: #ef5924;
    background: #fff;
    /*font-size: 1.875em;*/
    font-size: 20px;
    padding: 15px 15px 17px;
    border: 1px solid #dfdfdf;
    font-weight: bold;
    font-family: 'Quicksand',verdana,sans-serif;
    line-height: 38px;
}

h2 {
    color: #00aeef;
    font-size: 1.45em;
    padding: 0;
    border: none;
    font-weight: bold;
    font-family: 'Quicksand',verdana,sans-serif;
    margin-bottom: 6px;
}

    h2.orange {
        color: #ef5924;
    }

h3 {
    color: #00aeef;
    font-size: 1.2em;
    padding: 0;
    border: none;
    font-weight: bold;
    font-family: 'Quicksand',verdana,sans-serif;
    line-height: 1.4em;
}

p {
    font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 20px;
}

a {
    text-decoration: underline;
    color: #ef4323;
}

    a:hover {
        text-decoration: underline;
    }

label {
    font-weight: bold;
    color: #000;
    display: inline-block;
}

th {
    text-align: left;
}

td {
    padding: 8px;
}

    td a {
        text-decoration: none;
    }

input, select, label {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
}

    input[type="text"], input[type="password"], input[type="email"], select {
        padding: 5px;
        display: inline-block;
        vertical-align: middle;
    }

textarea {
    font-family: 'Quicksand',verdana,sans-serif;
    color: #000;
    width: 100%;
    max-width: 100%;
    min-height: 100px;
}

select {
    max-width: 100%
}

    select + select {
        margin-left: 5px
    }

.hidden {
    display: none;
}

.hidden-important {
    display: none !important;
}

#container {
    width: var(--max-width);
    min-width: var(--min-width);
    max-width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding: 0 10px;
}

#wrapper {
    padding-bottom: 60px;
    overflow-x: hidden;
    min-height: 100vh;
}

#header {
    min-height: 175px;
    height: auto !important;
    height: 175px; /*background:#f4f4f4 url(../images/header-bkgr.png) no-repeat left bottom;*/
    padding-top: 25px;
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
}

#header-links {
    position: absolute;
    right: 0;
    top: 62px;
    padding-right: 0;
    margin-right: 0;
}

    #header-links li {
        float: left;
        padding-left: 10px;
    }

#header.login-header {
    background: #f4f4f4;
    min-height: 105px;
    height: auto !important;
    height: 105px;
}

#header.blank-header {
    min-height: 105px;
    height: auto !important;
    height: 105px;
}

    #header.blank-header ul, #header.blank-header .dashboard {
        display: none;
    }

#header.small-header {
    min-height: 105px;
    height: auto !important;
    height: 125px;
}

/*Main menu*/
#menu {
    clear: both;
    list-style: none;
    width: 100%;
    position: absolute;
    top: 128px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
    z-index: 100;
    font-size: 14px;
    background: #2f2f2f;
    background: rgb(73,73,73);
    background: -moz-linear-gradient(top, rgba(100, 100, 100,1) 0%, rgba(47,47,47,1) 100%);
    background: -webkit-linear-gradient(top, rgb(100, 100, 100) 0%,rgba(47,47,47,1) 100%);
    background: linear-gradient(to bottom, rgb(100, 100, 100) 0%,rgba(47,47,47,1) 100%);
    border-radius: 6px;
    box-shadow: inset 1px 1px 2px 0px #8a8a8a;
}

#maintenance-message + #menu {
    top: 208px;
}

#menu li {
    position: relative;
    float: left;
    font-size: 1em;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

#menu .single {
    overflow: hidden;
}

#menu a {
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    background-size: 3px 50px;
    border-right: 1px solid rgba(150, 150, 150,0.5);
}

#menu span {
    padding: 0 20px;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

#menu .last a {
    background: none;
}

    #menu a:hover, #menu .last a:hover, #menu li:hover a, #menu .sfHover a {
        z-index: 100;
        position: relative;
        text-decoration: none;
        background: rgb(243,82,0);
        background: -moz-linear-gradient(top, rgba(243,82,0,1) 0%, rgba(236,56,0,1) 100%);
        background: -webkit-linear-gradient(top, rgba(243,82,0,1) 0%,rgba(236,56,0,1) 100%);
        background: linear-gradient(to bottom, rgba(243,82,0,1) 0%,rgba(236,56,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f35200', endColorstr='#ec3800',GradientType=0 );
    }

#menu > li:first-child > a {
    border-radius: 6px 0 0 0
}

#menu > li:last-child > a {
    border-radius: 0 6px 0 0
}

#menu a:hover span, #menu li:hover span, #menu .sfHover span {
    height: 52px;
}
/*#menu .first a:hover span,#menu .first:hover span{background:url(../images/menu-hover-left-corner.png) no-repeat left top;}
#menu .single.first a:hover span,#menu .single.first:hover span{background:url(../images/menu-hover-left-double-corner.png) no-repeat left top;} */
/*Sub menu*/
#menu ul {
    width: 216px;
    background: #818282;
    list-style: none;
    margin: 0;
    position: absolute;
    top: -999em;
    left: -1px; /* padding-top:6px; */
    background: white;
    border: 1px solid #dddddd;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.06);
    max-height: 500px;
    overflow-y: auto;
}

    #menu ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
        background-color: #F5F5F5;
    }

    #menu ul::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    #menu ul::-webkit-scrollbar-thumb {
        background-color: #d0d0d0;
        border-radius: 30px
    }


#menu li:hover ul, #menu .sfHover ul {
    top: 50px;
    left: -1px;
    right: auto;
    z-index: 99;
}

#menu li:first-child:hover ul, #menu .sfHover:first-child ul {
    left: 0;
}

#menu .right:hover ul, #menu .right.sfHover ul {
    left: auto;
    right: 0
}

#menu li li {
    font-family: arial,verdana,sans-serif;
    float: none;
    width: 216px; /* padding:0 1px; */
    height: 40px;
    line-height: 40px; /* background:url(../images/sub-menu-bkgr.png) repeat-y; */
    font-size: 0.9em;
}

#menu li .alt { /* background:url(../images/sub-menu-alt-bkgr.png) repeat-y; */
}

#menu li .last { /* background:url(../images/sub-menu-bottom-white.png) no-repeat left bottom; */
}

#menu li .alt.last { /* background:url(../images/sub-menu-alt-bottom.png) no-repeat left bottom; */
}

#menu ul a {
    color: #00aeef;
    height: 40px;
    line-height: 40px;
    float: none;
    width: 215px;
    background: none;
    padding: 0 20px;
}

    #menu ul a:hover, #menu .last ul a:hover, #menu li:hover ul a, #menu .sfHover ul a {
        height: 40px;
        text-decoration: none;
        background: none;
    }

        #menu ul a:hover, #menu li:hover ul a, #menu li:hover ul a:hover, #menu .sfHover ul a:hover {
            background: none;
            border-right: none;
        }

            #menu ul a:hover, #menu .last ul a:hover, #menu li:hover ul a:hover, #menu .sfHover ul a:hover {
                color: #fff;
                background: #00aeef;
                height: 40px;
                line-height: 40px;
            }
/* Support for the "iehover-fix.js" */
#menu iframe {
    position: absolute;
    left: -0.25em;
    top: -0.25em;
    z-index: -1;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html #menu li {
    z-index: 201;
    font-size: 0.95em;
}

    * html #menu li li {
        font-size: 0.85em;
    }

    * html #menu li .last {
        background: url(../images/sub-menu-bottom-white.gif) no-repeat left bottom;
    }

    * html #menu li .last {
        background: url(../images/sub-menu-alt-bottom.gif) no-repeat left bottom;
    }

* html #menu .single.first a:hover span, * html #menu .single.first:hover span {
    background: url(../images/menu-hover-left.png) no-repeat left top;
}
/* End Support for the "iehover-fix.js" */

#menu ul li:nth-child(even) a {
    background: #ebfaff;
}


@supports (display: grid) {
    #menu {
        display: flex;
    }

        #menu li {
            flex: auto;
        }

        #menu > li > a {
            text-align: center;
        }

            #menu > li > a > span {
                float: none;
            }
}


#content-holder { /*min-height:400px;*/
    position: relative;
    z-index: 0;
}

* html #content-holder {
    position: static;
}

#next-terms-box p {
    margin-bottom: 5px;
}

#next-terms-box {
    width: 500px;
}

#content {
    float: right;
    width: 78%;
    padding: 20px;
    overflow: auto;
}

    #content li {
        list-style: disc;
        margin-left: 25px;
        line-height: 1.4em;
    }

    #content .content {
        border-left: none;
        border-right: none;
        padding: 0;
        width: 100%;
    }

    #content .top-border {
        border-top: none;
    }

    #content .content-foot,
    .content-foot {
        /*display: none;*/
    }

    #content #passwords {
        width: 100%;
        margin-bottom: 30px;
        clear: both;
    }

    #content a, .table-holder a {
        font-weight: bold;
    }

    #content .warning, #content .success, #content .failure {
        margin-bottom: 10px;
    }

#left-column {
    float: left;
    width: 210px;
}

    #left-column ul {
        width: 210px;
        margin-top: -1px;
        border-bottom: 1px solid #d2d2d2;
    }

    #left-column li {
        width: 210px;
        font-size: 0.9em;
        background: #f4f4f4;
        position: relative;
    }

    #left-column a {
        padding: 0 20px;
        color: #000;
        display: block;
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-weight: normal;
        border-top: 1px solid #d2d2d2;
        border-right: 1px solid #d2d2d2;
        border-bottom: 1px solid #fff;
        text-decoration: none;
    }

        #left-column a:hover {
            text-decoration: none;
            color: #fff;
            background: #00aeef;
            border-right: 1px solid #00aeef;
            border-bottom: 1px solid #00aeef;
        }

    #left-column .active a {
        color: #00aeef;
    }

        #left-column .active a:hover {
            color: #fff;
        }

#footer {
    background: #009ed9;
    height: 60px;
    margin-top: -60px;
}

    #footer p {
        height: 60px;
        line-height: 60px;
        text-align: center;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 13px;
    }

    #footer a {
        color: #fff;
        text-decoration: none;
    }

#school-dashboard {
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-top: 20px;
}

    #school-dashboard li {
        float: left;
        padding-left: 130px;
        width: 317px;
        background-repeat: no-repeat;
        background-position: 35px 0;
        min-height: 140px;
    }

    #school-dashboard h2 {
        font-size: 1em;
        margin-bottom: 10px;
    }

    #school-dashboard p {
        line-height: 1.4em;
    }

    #school-dashboard a {
        color: #00aeef;
        text-decoration: none;
    }

.assessments.small,
#assessments.small {
    background-image: url(../images/dashboard/assessments.png);
    background-size: 75px 75px;
}

.assessments-two-year.small {
    background-image: url(../images/dashboard/assessments-two-year.png);
    background-size: 75px 75px;
}

.new-tutor,
#new-tutor {
    background-image: url(../images/dashboard/create-new-tutor.png);
}

.register-nqt,
#register-nqt {
    background-image: url(../images/dashboard/register-nqt.png);
}

.update-details,
#update-details {
    background-image: url(../images/dashboard/update-details.png);
}

.update-login-details,
#update-login-details {
    background-image: url(../images/dashboard/login-icon.png);
}

.user-manuals,
#user-manuals {
    background-image: url(../images/dashboard/user-manuals.png);
}

.helpdesk,
#helpdesk {
    background-image: url(../images/dashboard/helpdesk.png);
}

.resources,
#resources {
    background-image: url(../images/dashboard/resources.png);
}

.available-courses,
#available-courses {
    background-image: url(../images/dashboard/courses-available.png);
}

.booked-courses,
#booked-courses {
    background-image: url(../images/dashboard/booked-courses.png);
}

.course-packages,
#course-packages {
    background-image: url(../images/dashboard/course-packages.png);
}


#authority-resources li {
    list-style: none;
}

#authority-resources a {
    display: block;
    padding-left: 37px;
    line-height: 35px;
    float: left;
    clear: left;
    margin-bottom: 5px;
}

#authority-resources .folder {
    background: url(../images/resource-icons/folder.png) no-repeat;
}

#authority-resources .folder-up {
    background: url(../images/resource-icons/folder-up.png) no-repeat;
}

#authority-resources .web {
    background: url(../images/resource-icons/web.png) no-repeat;
}

#authority-resources .pdf {
    background: url(../images/resource-icons/pdf.png) no-repeat;
}

#authority-resources .doc {
    background: url(../images/resource-icons/word.png) no-repeat;
}

#authority-resources .excel {
    background: url(../images/resource-icons/excel.png) no-repeat;
}

#authority-resources .ppt {
    background: url(../images/resource-icons/powerpoint.png) no-repeat;
}

#AuthorityHolder {
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: 0.5rem;
    top: 0.75rem;
}

    #AuthorityHolder label {
        margin-left: auto;
        padding-right: 16px;
    }



#awarding-bodies {
    margin-bottom: 20px;
}

    #awarding-bodies li {
        list-style: disc;
        margin-left: 25px;
        line-height: 1.4em;
    }

#awarding-bodies {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

    #awarding-bodies li {
        margin-bottom: 5px;
    }

        #awarding-bodies li a {
            text-decoration: none;
        }

            #awarding-bodies li a:hover {
                text-decoration: underline;
            }


#pagination {
    padding-bottom: 10px;
    overflow: hidden;
    width: 950px;
}

    #pagination li {
        font-size: 0.95em;
        list-style: none;
        float: left;
        height: 38px;
        line-height: 38px;
        background: url(../images/pager/pager-left.png);
        padding-left: 3px;
        margin-right: 10px;
    }

    #pagination a {
        color: #898989;
        background: url(../images/pager/pager-right.png) no-repeat right top;
        padding-right: 13px;
        padding-left: 10px;
        display: block;
        height: 38px;
        line-height: 38px;
    }

    #pagination .inactive {
        background: url(../images/pager/pager-inactive-left.png);
    }

    #pagination span {
        color: #898989;
        display: block;
        height: 38px;
        line-height: 38px;
        background: url(../images/pager/pager-inactive-right.png) no-repeat right top;
        padding-right: 13px;
        padding-left: 10px;
    }

.absolute {
    position: absolute;
    bottom: 13px;
    left: 18px;
}

* html #pagination li {
    width: 10px;
}


#assessment-holder h2 {
    margin-bottom: 10px;
    margin-top: 15px;
    clear: both;
}

#assessment-holder .info h2 {
    margin-top: 0;
}

#assessment-holder h3 {
    margin: 10px 0 5px;
    font-size: 1.1em;
    color: #00AEEF;
}

#assessment-holder p {
    clear: both;
}

#assessment-holder textarea {
    margin-bottom: 10px;
}

#assessment-holder label {
    font-size: 0.9em;
}

#assessment-holder .no-margin {
    margin-top: 0;
}

#forwarding-address {
    padding-top: 1px;
    clear: both;
}

table#forwarding-address {
    padding-top: 10px;
}

#freeservice {
    margin: 10px 0;
    padding: 0 100px !important;
    text-align: center;
    border: solid 1px #000;
    background: #fff;
}

    #freeservice p {
        padding: 5px 0 0 0;
        font-weight: bold;
        color: #cc0000;
    }

#manuals {
    overflow: hidden;
}

    #manuals li {
        float: left;
        text-align: center;
        width: 309px;
        float: left;
        margin-bottom: 40px;
        font-size: 1.125em;
        list-style: none;
        margin-left: 0;
        line-height: normal;
    }

    #manuals a {
        float: left;
        text-align: center;
        width: 309px;
        float: left;
        padding-top: 138px;
        color: #009ed9;
    }

.headteacher {
    background: url(../images/manuals/head-teacher.png) no-repeat center top;
}

.coordinator {
    background: url(../images/manuals/induction-coord.png) no-repeat center top;
}

.tutor {
    background: url(../images/manuals/tutor.png) no-repeat center top;
}

.nqt {
    background: url(../images/manuals/nqt.png) no-repeat center top;
}

.admin {
    background: url(../images/manuals/school-admin.png) no-repeat center top;
}

.logo {
    float: left;
    margin-left: 5px;
}

.dashboard {
    background: url(../images/header-dashboard.png) no-repeat center right;
    float: right;
    padding-right: 20px;
    color: #00aeef;
    text-decoration: none;
}

.ab-support-number {
    float: right;
    line-height: 1.3em;
    font-size: 0.9em;
    clear: right;
}

.content {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    overflow: hidden;
    background: #fff;
    padding: 10px 15px;
    width: 100%;
}

    .content table {
    }

    .content ul {
        margin-bottom: 20px;
    }

    .content .mb-0 {
        margin-bottom: 0;
    }

    .content ol {
        margin-bottom: 10px;
    }

        .content ol ol {
            margin-bottom: 0;
        }

    .content li {
        list-style: disc;
        margin-left: 25px;
        line-height: 1.4em;
    }

    .content ol li {
        list-style: decimal;
        margin-bottom: 8px;
    }

.content-foot {
    clear: both;
    /*background: url(../images/table-foot.png) no-repeat left top;*/
    height: 7px;
    margin-bottom: 10px;
    /*width: 960px;*/
    width: 100%;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background: #fff;
    border-radius: 0 0 4px 4px;
}

div#advanced-search-table .content {
    width: 595px;
}

select#Schools {
    width: 100%;
}

.two-column {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    overflow: hidden;
    background: #fff;
    width: 960px;
}

    .two-column h2 {
        margin-bottom: 10px;
        font-size: 1.25em;
    }

.content-table {
    border: none;
    background: #fafafa;
    margin-bottom: 20px; /* border-top:10px solid #f4f4f4; */ /* border-bottom:10px solid #f4f4f4; */
    border: 1px solid #d2d2d2;
    padding: 10px;
    border-radius: 4px;
}

    .content-table td {
        font-size: 0.9em;
        padding: 10px;
        vertical-align: middle;
        padding-top: 5px;
        line-height: 1.5em;
        position: relative;
    }

    .content-table.fixed-width-1150 td:nth-child(2) {
        width: 1150px;
        max-width: 1150px;
    }

    .content-table.fixed-width-1100 td:nth-child(2) {
        width: 1100px;
        max-width: 1100px;
    }

    .content-table.fixed-width-1050 td:nth-child(2) {
        width: 1050px;
        max-width: 1050px;
    }

    .content-table.fixed-width-1000 td:nth-child(2) {
        width: 1000px;
        max-width: 1000px;
    }

    .content-table.fixed-width-950 td:nth-child(2) {
        width: 950px;
        max-width: 950px;
    }

    .content-table.fixed-width-900 td:nth-child(2) {
        width: 900px;
        max-width: 900px;
    }

    .content-table.fixed-width-850 td:nth-child(2) {
        width: 850px;
        max-width: 850px;
    }

    .content-table.fixed-width-800 td:nth-child(2) {
        width: 800px;
        max-width: 800px;
    }

    .content-table.fixed-width-750 td:nth-child(2) {
        width: 750px;
        max-width: 750px;
    }

    .content-table.fixed-width-700 td:nth-child(2) {
        width: 700px;
        max-width: 700px;
    }

    .content-table.fixed-width-650 td:nth-child(2) {
        width: 650px;
        max-width: 650px;
    }

    .content-table.fixed-width-600 td:nth-child(2) {
        width: 600px;
        max-width: 600px;
    }

    .content-table.fixed-width-550 td:nth-child(2),
    .content-table.fixed-width td:nth-child(2) {
        width: 550px;
        max-width: 550px;
    }

    .content-table.fixed-width-500 td:nth-child(2) {
        width: 500px;
        max-width: 500px;
    }

    .content-table.fixed-width-450 td:nth-child(2) {
        width: 450px;
        max-width: 450px;
    }

    .content-table.fixed-width-400 td:nth-child(2) {
        width: 400px;
        max-width: 400px;
    }

    .content-table.fixed-width-375 td:nth-child(2),
    .content-table.fixed-width-small td:nth-child(2) {
        width: 375px;
        max-width: 375px;
    }

    .content-table.fixed-width-350 td:nth-child(2) {
        width: 350px;
        max-width: 350px;
    }


    .content-table.fixed-width-large td:nth-child(2) {
        width: 680px;
        max-width: 680px;
    }

    .content-table.fixed-width.wide-inputs input {
        min-width: 360px;
    }

    .content-table label {
        display: inline-block;
    }

    .content-table input {
        margin-right: 10px;
        padding: 5px;
        display: inline-block;
    }

    .content-table.no-margin {
        margin: 0;
    }

    .content-table.no-border-radius {
        border-radius: 0;
    }

    .content-table.no-border-top {
        border-top: none;
    }

    .content-table select {
        padding: 5px;
        margin-right: 10px;
    }

    .content-table table {
        border: none;
    }

    .content-table .dg {
        border-left: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
    }

    .content-table table td {
        font-size: 1em;
    }

    .content-table a {
        text-decoration: underline;
    }

    .content-table textarea {
        padding: 5px
    }

    .content-table img {
        padding: 0px 10px;
        display: inline-block;
    }

.fiddy {
    table-layout: fixed;
}

    .fiddy tr td:first-child {
        white-space: normal !important;
        width: 50%;
    }

.validation_asterisk {
    position: absolute;
    top: 0;
    right: -4px;
}

table {
    width: 100%;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-collapse: inherit;
}

.table-holder {
    position: relative
}

    .table-holder th, .table-holder .dgHeader td {
        background: #00aeef;
        color: #fff;
        font-size: 0.9em;
        height: 12px;
        line-height: 12px;
        padding: 12px;
        font-weight: bold;
    }

    .table-holder td {
        padding: 12px;
        font-size: 0.8em;
        height: 12px;
        line-height: 12px;
        color: #000;
        background: #fff;
        vertical-align: middle;
    }

.dgAlterItem td {
    background: #f9f9f9;
}



.table-holder {
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}

.two-column .table-holder {
}

#dgReturns th, #dgReturns td {
    padding: 10px;
}

.no-border {
    border: 0;
}

.table-fixed-width {
    table-layout: fixed
}

.results-buttons {
    float: right;
    width: 450px;
    overflow: hidden;
    margin-bottom: 0;
}

    .results-buttons input, .results-buttons button, .results-buttons img, .results-buttons a {
        float: right;
    }

.results-count {
    float: left;
    width: 350px;
    margin-bottom: 0;
    color: #a0a0a0;
    font-size: 1em;
    height: 33.6px;
    line-height: 33.6px;
}

.form-holder {
    background: #fff;
    overflow: hidden;
    border-right: 1px solid #dfdfdf;
    width: 100%;
    display: flex;
}

.form {
    float: left;
    background: #f4f4f4 url(../images/form-top.png) no-repeat left top;
    /* width: 625px; */
    padding-right: 1px;
    padding-top: 2px;
}

    .form table {
        /* border-right: 1px solid #fff; */
    }

    .form td {
        padding: 10px 10px 10px 20px;
        font-size: 1em;
        vertical-align: middle;
    }

.form-foot {
    background: #f4f4f4 url(../images/form-holder-bottom.png) no-repeat left top;
    height: 7px;
    margin-bottom: 10px;
    clear: both;
}

.help-text {
    float: right;
    width: 292px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background: #fff;
}

    .help-text img {
        float: left;
        margin: 5px 5px 5px 0;
    }

.content .custom-field-holder {
    margin-top: 10px;
}

.custom-field-holder td {
    padding: 5px 10px;
}

.custom-field-holder h3 {
    margin-bottom: 0;
}

.custom-field-holder p {
    margin-bottom: 0;
}

.custom-field-holder textarea {
    margin-bottom: 5px;
    width: 100%;
}

.two-column .custom-field-holder textarea {
    width: 97%;
}


.fifty-table {
    table-layout: fixed;
}

    .fifty-table td {
        width: 50%;
    }

    .fifty-table select, .fifty-table input[type=text] {
        width: 100% !important;
    }


.small-text-area {
    width: 100%;
    height: 100px;
}

.medium-text-area {
    width: 100%;
    height: 200px;
}

.large-text-area {
    width: 100%;
    height: 400px;
}


.manuals {
    position: relative;
    float: right;
    border: 1px solid #e9e9e9;
    padding: 40px 20px 20px 155px;
    background: #fff url(../images/manuals.png) no-repeat 30px 30px;
    overflow: hidden;
    height: 202px;
}

    .manuals h2 {
        color: #00aeef;
        font-size: 1.2em;
        padding-bottom: 10px;
    }

.recommendation,
.change-induction-type {
    overflow: hidden;
}

    .recommendation input,
    .change-induction-type input {
        float: left;
        margin-right: 10px;
        margin-left: 0;
        clear: both;
        margin-bottom: 10px;
    }

    .recommendation select,
    .change-induction-type select {
        float: left;
        margin-right: 10px;
        margin-left: 0;
        clear: both;
        margin-bottom: 10px;
    }

    .recommendation label,
    .change-induction-type label {
        float: left;
        width: 95%;
        margin-bottom: 5px;
        line-height: 1.3em;
    }

.unsatisfactory.radio-buttons input {
    float: left;
    margin-right: 10px;
    margin-left: 0;
    clear: both;
    margin-bottom: 10px;
}

.unsatisfactory.radio-buttons label {
    float: left;
    width: 840px;
    margin-bottom: 5px;
    line-height: 1.3em;
}

.checkbox-list label {
    margin-right: 10px;
}

.stepped {
    display: block;
    padding-left: 15px;
    clear: both;
}

    .stepped label {
        width: 860px;
    }

.select-holder label {
    width: 800px;
}

#RegisterTutorControl_ddlSchools {
    width: 100%;
}

.button {
    margin-right: 10px;
}

.nowrap {
    white-space: nowrap;
}

.full-width {
    width: 100%;
}

.no-margin {
    margin: 0;
}

.small-margin {
    margin-bottom: 5px;
}

.button-holder {
    text-align: right;
}

    .button-holder input, .button-holder img {
        vertical-align: middle;
        margin-left: 10px;
    }

.add-link {
    text-align: right;
    display: inline-block;
    margin-bottom: 0;
    float: right;
}

h1 .add-link {
    font-size: 1rem;
}

.authority-link {
    text-align: right;
    display: inline-block;
    margin-bottom: 0;
    float: right;
    font-size: 0.5em;
    line-height: 42px;
    height: 42px;
}

.top-border {
    border-top: 1px solid #dfdfdf;
}

.bottom-border {
    border-bottom: 1px solid #dfdfdf;
}

.digitally-sign-button, .digitally-sign-button2 {
    margin-bottom: 10px;
}

.asterisk {
    color: #ed1c24;
    margin-right: 0.25em;
}

.wide-input {
    width: 97%;
}

.input-5 {
    width: 5%;
}

.input-50,
.width-50 {
    width: 50%;
}

.width-25{
    width: 25%;
}

.max-width-100 {
    max-width: 100%;
}

span.vertical-middle {
    vertical-align: middle;
}

.bordered-row {
    border-bottom: 1px solid #ddd;
}

    .bordered-row:last-child {
        border-bottom: none;
    }

    .bordered-row td {
        color: #646464;
        padding: 7px 15px 20px;
    }

.warning, .success, .failure, .info {
    padding: 10px 10px 10px 60px;
    height: 50px;
    height: auto !important;
    min-height: 50px;
    background-size: 20px 20px;
    font-size: 14px;
}

    .warning p, .success p, .info p, .failure p, .failure td, .failure li, .failure label, .failure h2 {
        margin-bottom: 0;
        color: #fff;
    }

    .info h2 {
        margin-bottom: 5px;
        margin-top: 0;
        color: #fff;
    }

    .failure h2 {
        margin-bottom: 5px;
        color: #fff;
    }

    .failure li {
        list-style: disc;
        margin-left: 25px;
        color: #fff;
    }

    .warning a, .success a, .failure a, .info a {
        color: #fff;
    }

.warning {
    background: #fa9300 url(../images/message-icons/warning.png) 23px 12px no-repeat;
    background-size: 20px 20px;
}

.success {
    background: #7bab2e url(../images/message-icons/tick.png) 23px 12px no-repeat;
    background-size: 20px 20px;
}

.failure {
    background: #ed1c24 url(../images/message-icons/error.png) 23px 12px no-repeat;
    background-size: 20px 20px;
}

.info {
    background: #00AEEF url(../images/message-icons/i.png) 23px 12px no-repeat;
    background-size: 20px 20px;
}

ul.inline-buttons {
    list-style: none;
    padding-top: 1em;
    background: #F5F5F5;
    padding-bottom: 1em;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
}

    ul.inline-buttons li {
        display: inline-block;
        margin-left: 5px;
    }

        ul.inline-buttons li:first-of-type {
            margin-left: 15px;
        }

.f50 {
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
}

    .f50 div {
        float: left;
        width: 46%;
        padding: 2%;
    }

.word-break {
    -ms-word-break: break-all;
    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

#showAdvancedOptions {
    font-size: 14px;
    text-decoration: underline;
}

.item {
    padding: 15px;
    background-color: #FFFFFF;
    border-bottom: 1px #DFDFDF solid;
    border-left: 1px #DFDFDF solid;
    border-right: 1px #DFDFDF solid;
}

    .item p {
        margin-bottom: 10px;
    }

.itemHolder {
    clear: both;
    background: url(../images/table-foot.png) no-repeat left bottom;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.item:last-child {
    border-bottom: none;
}

.item h2 {
    margin-bottom: 15px;
}

.checkboxHolder {
    background-color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    border-left: 1px #DFDFDF solid;
    border-right: 1px #DFDFDF solid;
}

    .checkboxHolder div {
        width: calc(50% - 22px);
        display: inline-block;
        margin: 10px;
    }

    .checkboxHolder span {
        text-align: right;
        width: 50%;
        display: inline-block;
    }

a > img {
    vertical-align: middle;
    margin-right: 5px;
}

.DownloadFlyerButton {
    position: absolute;
    right: 10px;
    top: 10px;
}

.bracket-text {
    font-size: .75em;
    display: inline-block;
    max-width: 90%;
    vertical-align: top;
    line-height: 1.5em;
    padding-left: 10px;
}

    .bracket-text.center {
        vertical-align: middle;
    }


input[type="text"] + .bracket-text {
    max-width: 60%;
    line-height: 29px;
    margin-left: -15px !important;
}

#administration-details h2 {
    color: #00aeef;
    font-size: 1.2em;
    padding: 0;
    border: none;
    font-weight: bold;
    font-family: 'Quicksand',verdana,sans-serif;
    margin-bottom: 10px;
}

.administration-content-table {
    border: none;
    background: #f4f4f4;
    margin-bottom: 20px;
    border-top: 10px solid #f4f4f4;
    border-bottom: 10px solid #f4f4f4;
    padding-left: 10px;
    padding-right: 10px;
    word-break: break-all;
}

.authorityDropdown {
    max-width: 313px;
}

.small-error {
    font-size: 12px;
}

.padded-box {
    border: 1px solid #cacaca;
    padding: 0.85em 1em;
    border-radius: 6px;
    line-height: 1.4em;
    background: #fff;
}

    .padded-box > p:last-child {
        margin-bottom: 0;
    }

    .padded-box.blue {
        background: #deecf2;
    }

    .padded-box.red {
        background: #ffdada;
    }

    .padded-box.orange {
        background: #fcf8e3;
    }

    .padded-box.green {
        background: #eafce3;
    }

.small-text {
    font-size: 13px;
}

.qualification th {
    padding: 1rem 0
}

.qualification td {
    border-top: 1px solid #e7e7e7;
}

.add-qualification td {
    background: #f7f7f7;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

    .add-qualification td:first-child {
        border-radius: 6px 0 0 6px;
        border-left: 1px solid #bfbfbf;
    }

    .add-qualification td:last-child {
        border-radius: 0 6px 6px 0;
        border-right: 1px solid #bfbfbf;
    }

.forgotten-login-message a {
    color: white;
    font-size: 0.95em;
    text-align: center;
}

.forgotten-login-message p {
    color: white;
    font-size: 0.95em;
    padding-top: 12px;
    padding-left: 60px;
}

.forgotten-login-message {
    background: #ef5924 url(../images/padlock.png) 25px 20px no-repeat;
    padding: 15px;
    margin-bottom: 20px;
}

.registration-holder {
    display: flex;
    margin-bottom: 2rem;
    gap: 2rem;
}

.registration-boxes {
    width: auto;
    margin: 0;
    flex: 1;
}

#ab-administrator-manuals h3 {
    display: block;
    padding-left: 37px;
    line-height: 35px;
    float: left;
    clear: left;
    margin-bottom: 5px;
}

#ab-administrator-manuals .folder {
    background: url(../images/resource-icons/folder.png) no-repeat;
}

#ab-administrator-manuals li {
    list-style: none;
}

#ab-administrator-manuals .doc {
    background: url(../images/resource-icons/word.png) no-repeat;
}

#ab-administrator-manuals a {
    display: block;
    padding-left: 40px;
    line-height: 35px;
    float: left;
    clear: left;
    margin-bottom: 5px;
}

.character-count-text {
    font-size: 0.8em;
    color: #ef4323;
    float: right;
}

.itt-checkbox-label {
    font-weight: normal;
    width: 96%;
}

.multi-select-list {
    border: 1px solid #bbbbbb;
    border-radius: 6px;
    font-family: arial;
    margin-bottom: 20px;
}

    .multi-select-list ul,
    #content .multi-select-list ul {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
        padding: 5px;
    }

    .multi-select-list li,
    #content .multi-select-list li {
        display: block;
        float: left;
        list-style: none;
        margin: 0;
    }

.multi-select-list__item {
    display: block;
    background: #e8e8e8;
    vertical-align: top;
    white-space: normal;
    font-size: 1em;
    margin: 3px;
    border: 1px solid #b5b5b5;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border-radius: 4px;
    line-height: 18px;
    overflow: hidden;
    color: #545454;
}

.multi-select-list__text {
    float: left;
    display: block;
    padding: 5px;
    padding-left: 10px;
}

.multi-select-list__close {
    font-weight: bold;
    font-size: 22px;
    color: grey;
    line-height: 18px;
    padding: 5px;
    padding-right: 10px;
    display: block;
    float: left;
    color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

    .multi-select-list__close:hover {
        color: rgba(0, 0, 0, 0.86);
    }

.background__blue {
    background: white;
    color: #0b82af;
    border: 1px solid #00aeef;
}

.background__green {
    background: #13ce66;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid #0f9f4f;
}

.background__purple {
    background: #ffffff;
    color: #fff;
    color: #4222ad;
    border: 1px solid #592DEA;
}

    .background__blue .multi-select-list__close:hover,
    .background__purple .multi-select-list__close:hover,
    .background__green .multi-select-list__close:hover {
        color: #e67b61;
    }

#SubStandardCheckboxes label {
    cursor: pointer;
}

.inline-link-header h2 {
    float: left;
}

.inline-link-header a {
    float: right;
}

.button-large {
    font-size: 1.5em;
    margin-top: -0.5em;
}

.logout-button {
    margin-top: -3px;
}

.nqt-manager-button,
input.nqt-manager-button {
    font-family: 'Quicksand', arial, helvetica, sans-serif;
    text-decoration: none;
    border-radius: 4px;
    padding: 12px 16px;
    display: inline-block;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
}

    .nqt-manager-button:hover,
    input.nqt-manager-button:hover {
        opacity: 0.9;
        text-decoration: none;
    }

input.button-small.nqt-manager-button,
input.button-small,
a.button-small,
button.button-small,
.button-small {
    padding: 8px 12px;
    font-size: 13px;
}

input.button-extra-small.nqt-manager-button,
input.button-extra-small,
.nqt-manager-button.button-extra-small {
    padding: 6px 10px;
    font-size: 11px;
}

.button-full-width {
    display: block;
    text-align: center;
}

.button-holder .button-left,
.button-left {
    float: left;
    margin-left: 0;
}

.button-right {
    float: right;
}

.button-green {
    box-shadow: inset 0px 1px 0 rgba(255,255,255,0.5);
    text-shadow: 1px 1px 1px green;
    border: 1px solid #1e8f33;
    color: #fff;
    background: rgb(70,168,91);
    background: -moz-linear-gradient(top, rgba(70,168,91,1) 1%, rgba(48,173,76,1) 100%);
    background: -webkit-linear-gradient(top, rgba(70,168,91,1) 1%,rgba(48,173,76,1) 100%);
    background: linear-gradient(to bottom, rgba(70,168,91,1) 1%,rgba(48,173,76,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a85b', endColorstr='#30ad4c',GradientType=0 );
}

.button-orange {
    box-shadow: inset 0px 1px 0 rgba(255,255,255,0.5);
    text-shadow: 1px 1px 1px #c63602;
    border: 1px solid #db4612;
    color: #fff;
    background: rgb(243,82,0);
    background: -moz-linear-gradient(top, rgba(243,82,0,1) 0%, rgba(236,56,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(243,82,0,1) 0%,rgba(236,56,0,1) 100%);
    background: linear-gradient(to bottom, rgba(243,82,0,1) 0%,rgba(236,56,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f35200', endColorstr='#ec3800',GradientType=0 );
}

.button-yellow {
    box-shadow: inset 0px 1px 0 rgba(255,255,255,0.5);
    text-shadow: 1px 1px 0px #faefae;
    border: 1px solid #b69f13;
    color: #9c6817;
    background: rgb(243,219,0);
    background: -moz-linear-gradient(top, rgba(243,219,0,1) 0%, rgba(235,197,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(243,219,0,1) 0%,rgba(235,197,0,1) 100%);
    background: linear-gradient(to bottom, rgba(243,219,0,1) 0%,rgba(235,197,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3db00', endColorstr='#ebc500',GradientType=0 );
}

.button-grey {
    box-shadow: inset 0px 1px 0 rgba(255,255,255,1);
    text-shadow: 1px 1px 1px white;
    color: #9e9e9e;
    border: 1px solid #d9d9d9;
    background: rgb(251,251,251);
    background: -moz-linear-gradient(top, rgba(251,251,251,1) 1%, rgba(244,244,244,1) 100%);
    background: -webkit-linear-gradient(top, rgba(251,251,251,1) 1%,rgba(244,244,244,1) 100%);
    background: linear-gradient(to bottom, rgba(251,251,251,1) 1%,rgba(244,244,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4',GradientType=0 );
}

.button-white {
    box-shadow: inset 0px 1px 0 rgba(255,255,255,1);
    text-shadow: 1px 1px 1px white;
    color: #9e9e9e;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.button-red {
    box-shadow: inset 0px 1px 0 rgba(255,255,255,0.5);
    text-shadow: 1px 1px 1px #c60a02;
    border: 1px solid #59230a;
    color: #fff;
    background: rgb(198,10,2);
    background: -moz-linear-gradient(top, rgba(241,37,51,1) 1%, rgba(237,31,48,1) 100%);
    background: -webkit-linear-gradient(top, rgba(241,37,51,1) 1%,rgba(237,31,48,1) 100%);
    background: linear-gradient(to bottom, rgba(241,37,51,1) 1%,rgba(237,31,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f12533', endColorstr='#ed1f30',GradientType=0 );
}

.button-pink {
    box-shadow: inset 0px 1px 0 rgba(255,255,255,0.5);
    text-shadow: 1px 1px 1px rgb(237 10 0 / 89%);
    border: 1px solid #59230a;
    color: #fff;
    background: rgb(241,37,51);
    background: -moz-linear-gradient(top, rgba(241,37,51,1) 1%, rgba(237,31,48,1) 100%);
    background: -webkit-linear-gradient(top, rgba(241,37,51,1) 1%,rgba(237,31,48,1) 100%);
    background: linear-gradient(to bottom, rgb(241 37 51 / 54%) 1%,rgb(237 31 48 / 55%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f12533', endColorstr='#ed1f30',GradientType=0 );
}

.button-blue {
    box-shadow: inset 0px 1px 0 rgba(255,255,255,0.5);
    text-shadow: 1px 1px 1px #0088bb;
    border: 1px solid #124f5d;
    color: #fff;
    background: rgb(0,174,239);
    background: -moz-linear-gradient(top, rgba(0,174,239,1) 1%, rgba(0,170,236,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,174,239,1) 1%,rgba(0,170,236,1) 100%);
    background: linear-gradient(to bottom, rgba(0,174,239,1) 1%,rgba(0,170,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#00aaec',GradientType=0 );
}

.button-grey:hover {
    background: #fff;
}

.button-text-green {
    color: #6bce28;
}

.button-text-purple {
    color: #8f3dcc;
}

.button-text-orange {
    color: #ec3800;
}

.button-text-blue {
    color: #169aed;
}

.button-text-red {
    color: #c60a02;
}

.nqt-manager-button-holder .nqt-manager-button {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.inline-header-button h2 {
    float: left;
    padding-top: 18px;
}

.inline-header-button a {
    float: right;
}

.inline-header-button {
    overflow: hidden;
    padding-bottom: 5px;
}

.inline-block {
    display: inline-block;
}

.nqt-manager-button-holder a {
    text-decoration: none;
}

.content-table .nqt-manager-button {
    text-decoration: none;
}

.nqt-manager-button + .content {
    margin-top: 1rem;
}

.results-nqt-manager-buttons {
    float: right;
    width: 450px;
    overflow: hidden;
    margin-bottom: 0;
}

    .results-nqt-manager-buttons a {
        float: right;
        margin-left: 10px;
    }

.authority-holder {
    float: right;
    margin-bottom: 0;
    padding-top: 10px;
}

.colorbox-top-content {
    margin: 10px;
}

.text-area-panel {
    background-color: white;
    border: 1px solid #a9a9a9;
    width: 100%;
    padding: 3px
}

    .text-area-panel p {
        font-family: 'Quicksand',verdana,sans-serif;
        color: #000;
        font: 13.3333px Arial;
        line-height: 1.8em;
    }

.digital-sign-content img {
    padding-left: 5px;
}

.digital-sign-content-div {
    padding: 20px;
    border: 1px solid #d0d0d0;
    margin-bottom: 8px;
}

    .digital-sign-content-div .nqt-manager-button {
        margin-bottom: 0;
    }


.assessment-teaching-standards label {
    font-weight: normal;
    line-height: 25px;
    width: calc(100% - 110px);
    margin: 5px 0;
}

.assessment-teaching-standards h2 {
    padding-top: 10px;
}

.assessment-teaching-standards h3 {
    padding-top: 10px;
}

.assessment-teaching-standards input[type="radio"],
.assessment-teaching-standards input[type="checkbox"] {
    margin: 15px 10px;
}

.previous-grade-text {
    font-style: italic;
}

.standard-grades {
    padding: 10px;
    border: 1px solid #cecece;
    margin-top: 5px;
}

.assessment-custom-fields h2 {
    line-height: 30px;
    padding-bottom: 10px;
}

.external-form-content label {
    line-height: 20px;
}

.list-description p {
    margin-bottom: 0;
}

.list-description h2 {
    padding-bottom: 10px;
}

.previous-schools td {
    line-height: 1.8em;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* close commented backslash hack */

.meeting-calendar .location {
    display: inline-block;
    background: #00aeef;
    color: white;
    padding: 5px;
    border-radius: 4px;
}

.location-hover:hover .location {
    border-radius: 4px 4px 0 0;
}

.location-hover {
    position: relative;
    cursor: pointer;
}

.hidden-location {
    background: #0fa5de;
    border-radius: 0 4px 4px 4px;
    padding: 10px;
    color: white;
    position: absolute;
    top: 100%;
    display: none;
    z-index: 2;
}

.location-hover:hover .hidden-location {
    display: block;
}

.meeting-calendar {
    padding-bottom: 50px;
}

.calendar-row {
    background: #f4f4f4;
    border: 1px solid #dedede;
    border-bottom: 0;
}

.calendar-entry {
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

.calendar-item {
    float: left;
    padding-bottom: 10px;
    padding: 15px;
}

.calendar-item_time {
    width: 15%;
}

.calendar-item_person {
    width: 40%;
}

.calendar-item_location {
    width: 35%;
}

.calendar-item_change {
    width: 10%;
}

.calendar-header h2 {
    display: inline-block;
    background: #dedede;
    padding: 10px;
    margin: 0;
    border-radius: 6px 6px 0 0;
    font-size: 1em;
    color: #676767;
}

.trainee-school-tables {
    margin-bottom: 8px;
}

.button-margin-bottom {
    margin-bottom: 10px;
}

.active-checkbox-text {
    margin-top: 10px;
    line-height: 1.8em;
    font-weight: bold;
}

.helpdesk-issue-table {
    border: 1px solid #dfdfdf;
}

.form td.helpdesk-file-upload input[type="file"] {
    width: 50%;
}

.upload-file-error {
    position: relative;
}

    .upload-file-error:after {
        content: 'File is too large, max file size is 4MB';
        display: inline-block;
        color: white;
        font-weight: bold;
        bottom: -2em;
        left: 6px;
        background: #ff5c5c;
        padding: 5px;
        font-size: 1em;
    }

#cboxContent .upload-file-error:after {
    position: absolute;
}


.standard-holder {
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    margin-bottom: 16px;
}

.standard-holder__evidence-bar {
    /* padding: 10px 10px 5px; */
    padding: 5px;
    overflow: hidden;
}

.standard-holder__evidence-bar__sub-standard {
    display: block;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #00aeef;
    overflow: hidden;
    float: left;
    margin: 5px;
}


.standard-holder__evidence-bar__sub-standard__name {
    padding: 8px;
    display: inline-block;
    color: #0b82af;
}

.standard-holder__evidence-bar__sub-standard__count {
    border-left: 1px solid #00aeef;
    padding: 8px;
    display: inline-block;
    background: white;
    font-weight: 600;
    font-family: 'Quicksand',verdana,sans-serif;
}

.standard-holder__evidence-bar__label {
    padding: 5px;
    font-size: 13px;
    color: #505050;
}

.standard-holder__title-bar__code {
    display: inline-block;
    width: 22px;
    height: 22px;
    font-weight: 600;
    font-family: 'Quicksand',verdana,sans-serif;
    text-align: center;
    border-radius: 100px;
    background: #ef5924;
    color: white;
    padding-top: 5px;
    vertical-align: middle;
    font-size: 12px;
    display: block;
    margin-top: 2px;
    float: left;
}

.standard-holder__title-bar {
    padding: 8px;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
    background: #f4f4f4;
}

.standard-holder__title-bar__description {
    font-size: 16px;
    line-height: 26px;
    color: #4a4a4a;
    /* font-weight: bold; */
    float: right;
    display: block;
    width: 660px;
}

.standard-holder__title-bar__journey {
    font-size: 12px;
    padding-right: 13px;
}

.standard-holder__title-bar__implications {
    font-size: 12px;
}


.standard-holder .nqt-manager-button-holder {
    border-top: 1px solid #d2d2d2;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.standard-holder .button-text-green {
    position: relative;
    right: 0;
}

.nqt-manager-button-holder__progress {
    padding-left: 5px;
    margin-right: auto;
    /* align-items: center; */
}

.standard-holder__status-bar {
    border-top: 1px solid #d2d2d2;
    font-size: 13px;
    padding: 10px;
    background: #f4f4f4;
}

    .standard-holder__status-bar.neg {
        border-top: 1px solid #d2d2d2;
        font-size: 13px;
        padding: 10px;
        background: #f4f4f4;
        margin: -10px;
        padding: 10px 17px 20px;
        margin-top: 9px;
        width: 103%;
    }

        .standard-holder__status-bar.neg:empty {
            display: none;
        }

.standard-holder__status-bar__label {
    /* color: red; */
    font-weight: bold;
}


.nqt-manager-button-holder__progress input[type=checkbox] {
    display: none;
}

    .nqt-manager-button-holder__progress input[type=checkbox] ~ label:before {
        content: "\f111";
        display: inline-block;
        font: normal normal normal 14px/1 'Font Awesome 6 Pro';
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #e8e8e8;
        margin-right: 5px;
        font-size: 1.5em;
        vertical-align: middle;
        font-weight: 900;
    }


    .nqt-manager-button-holder__progress input[type=checkbox]:checked ~ label:before {
        content: "\f058";
        color: #72de29;
    }

.virus-scan-error-message {
    font-size: 14px;
}

.evidence-holder__title-bar__reviewed.nqt-manager-button-holder__progress
label {
    width: 25px;
    overflow: hidden;
    height: 25px;
    padding-left: 1px;
}



.evidence-block {
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    margin-bottom: 16px;
    overflow: hidden;
}

    .evidence-block h3 {
        padding: 10px;
        border-bottom: 1px solid #d2d2d2;
        overflow: hidden;
        background: #f4f4f4;
        font-size: 14px;
        font-size: 16px;
        line-height: 26px;
        color: #00aeef;
    }

.evidence-block__button {
    padding: 10px;
    text-align: right;
}

.evidence-block__title {
    overflow: hidden;
    padding: 10px 10px 0;
}

    .evidence-block__title h4 {
        float: left;
        font-size: 14px;
        color: #313131;
    }

.evidence-block__actions {
    float: right;
    font-size: 13px;
}

    .evidence-block__actions a {
        display: inline-block;
        margin-left: 20px;
    }


.evidence-block__item {
    border-top: 1px solid #d2d2d2;
}

.evidence-block p {
    margin-bottom: 5px;
    font-size: 13px;
}

.evidence-block h5 {
    font-size: 10px;
    text-transform: uppercase;
    color: grey;
    font-weight: 300;
    display: inline-block;
    padding: 5px;
    border: 1px solid #d2d2d2;
    margin-top: 10px;
    margin-left: 10px;
    background: white;
    margin-bottom: -10px;
}

.evidence-block__justification {
    border-top: 1px solid #d2d2d2;
    padding: 17px 10px 10px;
    background: #fbfbfb;
}

.evidence-block__empty {
    border-top: 1px solid #d2d2d2;
    padding: 10px;
}

.standard-holder__title-bar__title_evidence {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    color: #313131;
    font-weight: bold;
}

.assigned-evidence {
    width: 100%;
}

    .assigned-evidence td {
        padding: 10px;
    }

.justification-toggle {
    display: none;
    background: #ffffff;
    padding: 10px;
    font-size: 15px;
    margin-top: 10px;
    border: 1px solid gainsboro;
}

.assigned-evidence .multi-select-list__item {
    display: inline-block;
    float: none;
    padding-right: 10px;
    width: 100px;
}


td.assigned-evidence_justification {
    width: 500px;
}


.evidence-holder {
    border-bottom: 1px solid #d2d2d2;
}

    .evidence-holder:last-child {
        border-bottom: 0;
    }

.evidence-holder__review-bar {
    display: block;
    display: none;
}

span.evidence-holder__review-bar__review-comments {
    font-size: 13px;
    padding: 5px;
    background: #fdfdfd;
    border-top: 1px solid #d2d2d2;
    display: block;
    line-height: 1.6;
}

span.evidence-holder__title-bar__evidence-name {
    display: inline-block;
    font-size: 14px;
    flex: 1;
    margin-right: auto;
    padding-left: 10px;
    line-height: 1.4;
}


span.evidence-holder__title-bar__comment-status {
    font-size: 13px;
    text-align: right;
    display: inline-block;
}

.evidence-holder__title-bar {
    padding: 5px;
    display: flex;
    align-items: baseline;
}

span.evidence-holder__title-bar__review-button {
    text-align: right;
    display: inline-block;
}

.evidence-holder__title-bar .nqt-manager-button {
    margin-left: 10px
}

div#cta-notification {
    width: 861px;
    text-align: left;
    background: #00aeef;
    height: auto;
    min-height: 0;
    padding: 10px;
    border: 1px solid #0088bb;
    border-radius: 4px;
    margin-top: 25px;
}

    div#cta-notification h2 {
        text-align: left;
        display: inline-block;
        width: auto;
        float: left;
        padding: 5px 0 0;
        margin-bottom: 0;
        color: white;
    }

    div#cta-notification a {
        color: purple;
        display: inline-block;
        width: auto;
        float: right;
        border: 1px solid #007ead;
    }

div.cta-notification {
    text-align: left;
    background: #00aeef;
    height: auto;
    min-height: 0;
    padding: 10px;
    border: 1px solid #0088bb;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}

    div.cta-notification h2 {
        text-align: left;
        display: inline-block;
        width: auto;
        float: left;
        padding: 5px 0 0;
        margin-bottom: 0;
        color: white;
        padding: 9px 0 0;
    }

    div.cta-notification a {
        color: purple;
        display: inline-block;
        width: auto;
        float: right;
        border: 1px solid #007ead;
    }

.rejected .standard-holder__status-bar.neg,
.reviewed .standard-holder__status-bar.neg {
    background: #ef4323;
    color: #ffffff;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 25px 5px 10px;
}

.rejected.evidence-block__item {
    border: 2px solid #ef4323;
}

.reviewed.evidence-block__item {
    border: 2px solid #6bce28;
}

.rejected
.evidence-holder__review-bar__review-comments {
    background: #eed5d0;
    border: 1px solid #ef4323;
}

.reviewed .standard-holder__status-bar.neg {
    background: #6bce28;
}

.reviewed
.evidence-holder__review-bar__review-comments {
    background: #f0fce8;
    border: 1px solid #6bce28;
}

#colorbox #content-holder {
    padding: 0 0 10px;
    width: 932px;
    margin: 0;
}

    #colorbox #content-holder .content {
        padding: 20px;
        border-bottom: 1px solid #dfdfdf;
    }

#colorbox #standard-table-holder .multi-select-list ul {
    margin-left: 0;
}

.red-text {
    color: red;
}

.green-text {
    color: #6bce28;
}

.jc-bs3-container {
    max-width: 581px;
    margin: 0 auto;
}

.menu-count {
    background: #00ADEE;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    right: 5px;
    position: absolute;
    display: block;
    height: 21px;
    z-index: 1;
    top: 7px;
    line-height: 21px;
    text-align: center;
    padding: 0 5px;
}

a:hover .menu-count {
    background: #00648a;
}

.alert-banner {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: sticky;
    top: 0;
    z-index: 9;
    padding: 10px;
    font-family: 'QuicksandBold';
    font-weight: bold;
    font-size: 1.25rem;
    width: 100%;
}

    .alert-banner + #container {
        min-height: calc(100% - 40px);
    }

        .alert-banner + #container #wrapper {
            min-height: calc(100vh - 40px);
        }

.background_blue {
    background-color: #00AEEF;
}

.color_white {
    color: #fff;
}

.background_light-blue,
.background_light-blue td {
    background-color: #c7f0ff;
}

h1 > .nqt-manager-button-holder .nqt-manager-button {
    font-size: 16px;
    margin: 0;
}

.school-card {
    margin-bottom: 1rem;
}

.school-card__header {
    display: flex;
    border-radius: 8px 8px 0 0;
    border: 1px solid #DCDCDC;
    background: #FAFAFA;
}

.school-card__header__item {
    padding: 1rem;
}

.trainee-school-tables h3 {
    color: black;
    font-size: 14px;
    font-weight: 800;
    font-family: verdana;
    margin-bottom: 0.25rem;
}

.school-card__item {
    border: 1px solid #DCDCDC;
    border-top: 0;
    padding: 1rem;
}

.school-card__footer {
    border: 1px solid #DCDCDC;
    border-top: none;
}

.school-card__item__checkbox-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

    .school-card__item__checkbox-list span {
        padding: 0.5rem;
        width: 14%;
    }

    .school-card__item__checkbox-list label {
        font-size: 12px;
        color: #000000;
        font-weight: normal;
    }

.school-card__footer {
    border-radius: 0 0 6px 6px;
    display: flex;
}

.school-card__footer__item {
    padding: 1rem;
}

    .school-card__footer__item span {
        font-size: 0.925rem;
    }

.school-card__footer__actions {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin-right: 0.5rem;
}

    .school-card__footer__actions a {
        margin: 1rem 0.5rem;
    }

.mr-10 {
    margin-right: 10px;
}

.title-button-holder {
    float: right;
}

    .title-button-holder .button-small {
        font-size: 14px;
    }

.multi-select-list-table {
    table-layout: fixed;
}

.multi-select-list-row > td:first-child,
.multi-select-list-row > td:last-child {
    width: 45%;
}

.multi-select-list-row select {
    width: 100%;
    height: 150px;
}

.multi-select-list-row .buttons {
    text-align: center;
}

    .multi-select-list-row .buttons > input {
        margin: 5px;
    }

@font-face {
    font-family: 'QuicksandLight';
    src: url('../Fonts/Quicksand_Light-webfont.eot');
    src: url('../Fonts/Quicksand_Light-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/Quicksand_Light-webfont.woff') format('woff'), url('../Fonts/Quicksand_Light-webfont.ttf') format('truetype'), url('../Fonts/Quicksand_Light-webfont.svg#QuicksandLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../Fonts/Quicksand_Book-webfont.eot');
    src: url('../Fonts/Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/Quicksand_Book-webfont.woff') format('woff'), url('../Fonts/Quicksand_Book-webfont.ttf') format('truetype'), url('../Fonts/Quicksand_Book-webfont.svg#Quicksand') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'QuicksandBold';
    src: url('../Fonts/Quicksand_Bold-webfont.eot');
    src: url('../Quicksand_Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/Quicksand_Bold-webfont.woff') format('woff'), url('../Fonts/Quicksand_Bold-webfont.ttf') format('truetype'), url('../Fonts/Quicksand_Bold-webfont.svg#QuicksandBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media print {
    body {
        background: none !important
    }

    .warning,
    .nqt-manager-button,
    div#header,
    div#footer {
        display: none !important
    }

    textarea {
        background: white !important;
    }

    input[type=text] {
        background: white !important;
        box-shadow: none;
        border: 1px solid darkgrey;
    }

    @page {
        size: auto;
        margin: 0;
    }

    #wrapper {
        margin: 1rem;
    }

    #left-column {
        display: none;
    }

    #content {
        width: 100% !important;
        margin: 0;
        padding: 0 !important;
    }

    .two-column {
        width: 100% !important;
        padding: 10px;
    }

    #content .content {
        padding: 10px;
        width: 100%;
    }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

html, body, form {
    height: 100%;
    overflow: inherit;
}

body {
    font-family: verdana,sans-serif;
    background: #f4f4f4;
}

h1 {
    color: #ef5924;
    background: #fff;
    font-size: 1.875em;
    padding: 15px 15px 17px;
    border: 1px solid #dfdfdf;
    font-weight: bold;
    font-family: 'Quicksand',verdana,sans-serif;
    line-height: 38px;
}

h2 {
    color: #00aeef;
    font-size: 1.45em;
    padding: 0;
    border: none;
    font-weight: bold;
    font-family: 'Quicksand',verdana,sans-serif;
    margin-bottom: 6px;
}

h3 {
    color: #00aeef;
    font-size: 1.2em;
    padding: 0;
    border: none;
    font-weight: bold;
    font-family: 'Quicksand',verdana,sans-serif;
    line-height: 1.4em;
}

p {
    font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 20px;
}

a {
    text-decoration: underline;
    color: #ef4323;
}

    a:hover {
        text-decoration: underline;
    }

label {
    font-weight: bold;
    color: #000;
    display: inline-block;
}

th {
    text-align: left;
}

td {
    padding: 8px;
}

    td.last-paragraph-no-margin p:last-of-type {
        margin-bottom: 0;
    }

    td:not(.last-paragraph-no-margin) p {
        margin-bottom: 0;
    }

    td a {
        text-decoration: none;
    }

input, select, label {
    vertical-align: middle;
    display: inline-block;
}

    input[type="text"], input[type="password"], input[type="email"], select {
        padding: 5px;
        display: inline-block;
        vertical-align: middle;
    }

textarea {
    font-family: 'Quicksand',verdana,sans-serif;
    color: #000;
    width: 100%;
    max-width: 100%;
    min-height: 100px;
}

select + select {
    margin-left: 5px
}

.hidden {
    display: none;
}

.hidden-important {
    display: none !important;
}


#wrapper {
    padding-bottom: 60px;
    overflow-x: hidden;
    min-height: 100vh;
}

#header {
    min-height: 175px;
    height: auto !important;
    height: 175px; /*background:#f4f4f4 url(../images/header-bkgr.png) no-repeat left bottom;*/
    padding-top: 25px;
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
}



#header-links {
    position: absolute;
    right: 0;
    top: 62px;
    padding-right: 0;
    margin-right: 0;
}

    #header-links li {
        float: left;
        padding-left: 10px;
    }

#header.login-header {
    background: #f4f4f4;
    min-height: 105px;
    height: auto !important;
    height: 105px;
}

#header.blank-header {
    min-height: 105px;
    height: auto !important;
    height: 105px;
}

    #header.blank-header ul, #header.blank-header .dashboard {
        display: none;
    }

#header.small-header {
    min-height: 105px;
    height: auto !important;
    height: 125px;
}

#menu li {
    position: relative;
    float: left;
    font-size: 1em;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

#menu .single {
    overflow: hidden;
}

#menu a {
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    background-size: 3px 50px;
    border-right: 1px solid rgba(150, 150, 150,0.5);
}

#menu span {
    padding: 0 20px;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

#menu .last a {
    background: none;
}

    #menu a:hover, #menu .last a:hover, #menu li:hover a, #menu .sfHover a {
        z-index: 100;
        position: relative;
        text-decoration: none;
        background: rgb(243,82,0);
        background: -moz-linear-gradient(top, rgba(243,82,0,1) 0%, rgba(236,56,0,1) 100%);
        background: -webkit-linear-gradient(top, rgba(243,82,0,1) 0%,rgba(236,56,0,1) 100%);
        background: linear-gradient(to bottom, rgba(243,82,0,1) 0%,rgba(236,56,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f35200', endColorstr='#ec3800',GradientType=0 );
    }

#menu > li:first-child > a {
    border-radius: 6px 0 0 0
}

#menu > li:last-child > a {
    border-radius: 0 6px 0 0
}

#menu a:hover span, #menu li:hover span, #menu .sfHover span {
    height: 52px;
}
/*#menu .first a:hover span,#menu .first:hover span{background:url(../images/menu-hover-left-corner.png) no-repeat left top;}
#menu .single.first a:hover span,#menu .single.first:hover span{background:url(../images/menu-hover-left-double-corner.png) no-repeat left top;} */
/*Sub menu*/
#menu ul {
    width: 216px;
    background: #818282;
    list-style: none;
    margin: 0;
    position: absolute;
    top: -999em;
    left: -1px; /* padding-top:6px; */
    background: white;
    border: 1px solid #dddddd;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.06);
    max-height: 500px;
    overflow-y: auto;
}

    #menu ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
        background-color: #F5F5F5;
    }

    #menu ul::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    #menu ul::-webkit-scrollbar-thumb {
        background-color: #d0d0d0;
        border-radius: 30px
    }


#menu li:hover ul, #menu .sfHover ul {
    top: 50px;
    left: -1px;
    right: auto;
    z-index: 99;
}

#menu li:first-child:hover ul, #menu .sfHover:first-child ul {
    left: 0;
}

#menu .right:hover ul, #menu .right.sfHover ul {
    left: auto;
    right: 0
}

#menu li li {
    font-family: arial,verdana,sans-serif;
    float: none;
    width: 216px; /* padding:0 1px; */
    height: 40px;
    line-height: 40px; /* background:url(../images/sub-menu-bkgr.png) repeat-y; */
    font-size: 0.9em;
}

#menu li .alt { /* background:url(../images/sub-menu-alt-bkgr.png) repeat-y; */
}

#menu li .last { /* background:url(../images/sub-menu-bottom-white.png) no-repeat left bottom; */
}

#menu li .alt.last { /* background:url(../images/sub-menu-alt-bottom.png) no-repeat left bottom; */
}

#menu ul a {
    color: #00aeef;
    height: 40px;
    line-height: 40px;
    float: none;
    width: 215px;
    background: none;
    padding: 0 20px;
}

    #menu ul a:hover, #menu .last ul a:hover, #menu li:hover ul a, #menu .sfHover ul a {
        height: 40px;
        text-decoration: none;
        background: none;
    }

        #menu ul a:hover, #menu li:hover ul a, #menu li:hover ul a:hover, #menu .sfHover ul a:hover {
            background: none;
            border-right: none;
        }

            #menu ul a:hover, #menu .last ul a:hover, #menu li:hover ul a:hover, #menu .sfHover ul a:hover {
                color: #fff;
                background: #00aeef;
                height: 40px;
                line-height: 40px;
            }
/* Support for the "iehover-fix.js" */
#menu iframe {
    position: absolute;
    left: -0.25em;
    top: -0.25em;
    z-index: -1;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html #menu li {
    z-index: 201;
    font-size: 0.95em;
}

    * html #menu li li {
        font-size: 0.85em;
    }

    * html #menu li .last {
        background: url(../images/sub-menu-bottom-white.gif) no-repeat left bottom;
    }

    * html #menu li .last {
        background: url(../images/sub-menu-alt-bottom.gif) no-repeat left bottom;
    }

* html #menu .single.first a:hover span, * html #menu .single.first:hover span {
    background: url(../images/menu-hover-left.png) no-repeat left top;
}
/* End Support for the "iehover-fix.js" */

#menu ul li:nth-child(even) a {
    background: #ebfaff;
}


@supports (display: grid) {
    #menu {
        display: flex;
    }

        #menu li {
            flex: auto;
        }

        #menu > li > a {
            text-align: center;
        }

            #menu > li > a > span {
                float: none;
            }
}


#content-holder {
    position: relative;
    z-index: 0;
}

* html #content-holder {
    position: static;
}

#next-terms-box p {
    margin-bottom: 5px;
}

#next-terms-box {
    width: 500px;
}

#content {
    padding: 20px;
    overflow: auto;
    flex: 1;
}

    #content li {
        list-style: disc;
        margin-left: 25px;
        line-height: 1.4em;
    }

    #content .content {
        border-left: none;
        border-right: none;
        padding: 0;
        width: 100%;
    }

    #content .top-border {
        border-top: none;
    }

    #content .content-foot {
        /*display: none;*/
    }

    #content #passwords {
        width: 100%;
        margin-bottom: 30px;
        clear: both;
    }

    #content a, .table-holder a {
        font-weight: bold;
    }

    #content .warning, #content .success, #content .failure {
        margin-bottom: 10px;
    }

#left-column {
    float: left;
    width: 210px;
    order: -1;
}

    #left-column ul {
        width: 210px;
        margin-top: -1px;
        border-bottom: 1px solid #d2d2d2;
    }

    #left-column li {
        width: 210px;
        font-size: 0.9em;
        background: #f4f4f4;
        position: relative;
    }

    #left-column a {
        padding: 0 20px;
        color: #000;
        display: block;
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-weight: normal;
        border-top: 1px solid #d2d2d2;
        border-right: 1px solid #d2d2d2;
        border-bottom: 1px solid #fff;
        text-decoration: none;
    }

        #left-column a:hover {
            text-decoration: none;
            color: #fff;
            background: #00aeef;
            border-right: 1px solid #00aeef;
            border-bottom: 1px solid #00aeef;
        }

    #left-column .active a {
        color: #00aeef;
    }

        #left-column .active a:hover {
            color: #fff;
        }

#footer {
    background: #009ed9;
    height: 60px;
    margin-top: -60px;
}

    #footer p {
        height: 60px;
        line-height: 60px;
        text-align: center;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 13px;
    }

    #footer a {
        color: #fff;
        text-decoration: none;
    }


#assessments {
    background-image: url(../images/dashboard/assessments.png);
}

#new-tutor {
    background-image: url(../images/dashboard/create-new-tutor.png);
}

#register-nqt {
    background-image: url(../images/dashboard/register-nqt.png);
}

#update-details {
    background-image: url(../images/dashboard/update-details.png);
}

#update-login-details {
    background-image: url(../images/dashboard/login-icon.png);
}

#user-manuals {
    background-image: url(../images/dashboard/user-manuals.png);
}

#helpdesk {
    background-image: url(../images/dashboard/helpdesk.png);
}

#resources {
    background-image: url(../images/dashboard/resources.png);
}

#available-courses {
    background-image: url(../images/dashboard/courses-available.png);
}

#booked-courses {
    background-image: url(../images/dashboard/booked-courses.png);
}

#course-packages {
    background-image: url(../images/dashboard/course-packages.png);
}


#authority-resources li {
    list-style: none;
}

#authority-resources a {
    display: block;
    padding-left: 37px;
    line-height: 35px;
    float: left;
    clear: left;
    margin-bottom: 5px;
}

#authority-resources .error {
    text-decoration: none;
}

#authority-resources .folder {
    background: url(../images/resource-icons/folder.png) no-repeat;
}

#authority-resources .folder-up {
    background: url(../images/resource-icons/folder-up.png) no-repeat;
}

#authority-resources .web {
    background: url(../images/resource-icons/web.png) no-repeat;
}

#authority-resources .pdf {
    background: url(../images/resource-icons/pdf.png) no-repeat;
}

#authority-resources .doc {
    background: url(../images/resource-icons/word.png) no-repeat;
}

#authority-resources .excel {
    background: url(../images/resource-icons/excel.png) no-repeat;
}

#authority-resources .ppt {
    background: url(../images/resource-icons/powerpoint.png) no-repeat;
}

#AuthorityHolder {
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: 0.5rem;
    top: 0.75rem;
}

    #AuthorityHolder label {
        margin-left: auto;
        padding-right: 16px;
    }



#awarding-bodies {
    margin-bottom: 20px;
}

    #awarding-bodies li {
        list-style: disc;
        margin-left: 25px;
        line-height: 1.4em;
    }

#awarding-bodies {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

    #awarding-bodies li {
        margin-bottom: 5px;
    }

        #awarding-bodies li a {
            text-decoration: none;
        }

            #awarding-bodies li a:hover {
                text-decoration: underline;
            }


#pagination {
    padding-bottom: 10px;
    overflow: hidden;
    width: 950px;
}

    #pagination li {
        font-size: 0.95em;
        list-style: none;
        float: left;
        height: 38px;
        line-height: 38px;
        background: url(../images/pager/pager-left.png);
        padding-left: 3px;
        margin-right: 10px;
        margin-left: 0;
    }

    #pagination a {
        color: #898989;
        background: url(../images/pager/pager-right.png) no-repeat right top;
        padding-right: 13px;
        padding-left: 10px;
        display: block;
        height: 38px;
        line-height: 38px;
    }

    #pagination .inactive {
        background: url(../images/pager/pager-inactive-left.png);
    }

    #pagination span {
        color: #898989;
        display: block;
        height: 38px;
        line-height: 38px;
        background: url(../images/pager/pager-inactive-right.png) no-repeat right top;
        padding-right: 13px;
        padding-left: 10px;
    }

.absolute {
    position: absolute;
    bottom: 13px;
    left: 18px;
}

* html #pagination li {
    width: 10px;
}


#assessment-holder h2 {
    margin-bottom: 10px;
    margin-top: 15px;
    clear: both;
}

#assessment-holder h3 {
    margin: 10px 0 5px;
    font-size: 1.1em;
    color: #00AEEF;
}

#assessment-holder p {
    clear: both;
}

#assessment-holder textarea {
    margin-bottom: 10px;
}

#assessment-holder label {
    font-size: 0.9em;
}

#assessment-holder .no-margin {
    margin-top: 0;
}

#forwarding-address {
    padding-top: 1px;
    clear: both;
}

table#forwarding-address {
    padding-top: 10px;
}

#freeservice {
    margin: 10px 0;
    padding: 0 100px !important;
    text-align: center;
    border: solid 1px #000;
    background: #fff;
}

    #freeservice p {
        padding: 5px 0 0 0;
        font-weight: bold;
        color: #cc0000;
    }

#manuals {
    overflow: hidden;
}

    #manuals li {
        float: left;
        text-align: center;
        width: 309px;
        float: left;
        margin-bottom: 40px;
        font-size: 1.125em;
        list-style: none;
        margin-left: 0;
        line-height: normal;
    }

    #manuals a {
        float: left;
        text-align: center;
        width: 309px;
        float: left;
        padding-top: 138px;
        color: #009ed9;
    }

.headteacher {
    background: url(../images/manuals/head-teacher.png) no-repeat center top;
}

.coordinator {
    background: url(../images/manuals/induction-coord.png) no-repeat center top;
}

.tutor {
    background: url(../images/manuals/tutor.png) no-repeat center top;
}

.nqt {
    background: url(../images/manuals/nqt.png) no-repeat center top;
}

.admin {
    background: url(../images/manuals/school-admin.png) no-repeat center top;
}

.logo {
    float: left;
    margin-left: 5px;
    max-width: 570px;
}

    .logo img {
        max-width: 100%;
    }

.dashboard {
    background: url(../images/header-dashboard.png) no-repeat center right;
    float: right;
    padding-right: 20px;
    color: #00aeef;
    text-decoration: none;
    position: absolute;
    top: 0.5rem;
    right: 0;
}

.ab-support-number {
    float: right;
    line-height: 1.3em;
    font-size: 0.9em;
    clear: right;
}

.content {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    overflow: hidden;
    background: #fff;
    padding: 10px 15px;
    width: 100%;
}

.content-form {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    overflow: hidden;
    background: #fff;
    padding: 10px 15px;
    width: 625px;
    flex: 1;
}

.content table {
}

.content ul {
    margin-bottom: 20px;
}

.content ol {
    margin-bottom: 10px;
}

    .content ol ol {
        margin-bottom: 0;
    }

.content li {
    list-style: disc;
    margin-left: 25px;
    line-height: 1.4em;
}

.content ol li {
    list-style: decimal;
    margin-bottom: 8px;
}

.content-foot {
    clear: both;
    /*background: url(../images/table-foot.png) no-repeat left top;*/
    height: 7px;
    margin-bottom: 10px;
    width: 100%;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background: #fff;
    border-radius: 0 0 4px 4px;
}

div#advanced-search-table .content {
    width: 595px;
}

select#Schools {
    width: 100%;
}

.two-column {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    overflow: hidden;
    background: #fff;
    width: 100%;
    display: flex;
}

    .two-column h2 {
        margin-bottom: 10px;
        font-size: 1.25em;
    }

.content-table {
    border: none;
    background: #fafafa;
    margin-bottom: 20px; /* border-top:10px solid #f4f4f4; */ /* border-bottom:10px solid #f4f4f4; */
    border: 1px solid #d2d2d2;
    padding: 10px;
    border-radius: 4px;
}

    .content-table td {
        font-size: 0.9em;
        padding: 10px;
        vertical-align: middle;
        padding-top: 10px;
        line-height: 1.5em;
        position: relative;
    }

    /*    .content-table td:nth-child(1) {
            white-space: nowrap;
        }*/

    .content-table.fixed-width td:nth-child(2) {
        width: 550px;
        max-width: 550px;
    }

    .content-table.fixed-width-small td:nth-child(2) {
        width: 375px;
        max-width: 375px;
    }

    .content-table.fixed-width-large td:nth-child(2) {
        width: 680px;
        max-width: 680px;
    }

    .content-table.fixed-width.wide-inputs input {
        min-width: 360px;
    }

}

.content-table label {
    display: inline-block;
}

.content-table input {
    margin-right: 10px;
    padding: 5px;
    display: inline-block;
}

.content-table.no-margin {
    margin: 0;
}

.content-table.no-border-radius {
    border-radius: 0;
}

.content-table.no-border-top {
    border-top: none;
}

.content-table table {
    border: none;
}

    .content-table table td {
        font-size: 1em;
    }

.content-table a {
    text-decoration: underline;
}

.content-table textarea {
    padding: 5px
}

.content-table img {
    padding: 0px 10px;
    display: inline-block;
}

.padding-bottom-list {
    margin-bottom: 20px;
}

.fiddy {
    table-layout: fixed;
}

    .fiddy tr td:first-child {
        white-space: normal !important;
        width: 50%;
    }

.validation_asterisk {
    position: absolute;
    top: 0;
    right: -4px;
}

table {
    width: 100%;
    border-collapse: inherit;
}

.table-holder {
    position: relative
}

    .table-holder th, .table-holder .dgHeader td {
        background: #00aeef;
        color: #fff;
        font-size: 0.9em;
        height: 12px;
        line-height: 12px;
        padding: 12px;
        font-weight: bold;
    }

    .table-holder td {
        padding: 12px;
        font-size: 0.8em;
        height: 12px;
        line-height: 12px;
        color: #000;
        background: #fff;
        vertical-align: middle;
    }

.dgAlterItem td {
    background: #f9f9f9;
}

.table-holder {
    clear: both;
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
}

.assessment-table td {
    padding: 12px 8px;
}

    .assessment-table td ul {
        margin-bottom: 0;
    }

.alternating-table tr:nth-child(even) td {
    background: #f9f9f9;
}

.two-column .table-holder {
}

#dgReturns th, #dgReturns td {
    padding: 10px;
}

.no-border {
    border: 0;
}

.table-fixed-width {
    table-layout: fixed
}

.results-buttons {
    float: right;
    width: 450px;
    overflow: hidden;
    margin-bottom: 0;
}

    .results-buttons input, .results-buttons button, .results-buttons img, .results-buttons a {
        float: right;
        margin-left: 0.5em;
    }


.form {
    float: left;
    background: #f4f4f4;
    padding-right: 1px;
    padding-top: 2px;
    flex: 1;
    border: 1px solid #dfdfdf;
}



    .form table.content-table {
        border: 1px solid #d2d2d2;
    }

    .form td {
        padding: 10px 10px 10px 20px;
        font-size: 1em;
        vertical-align: middle;
    }

    .form .content-table td {
        font-size: 0.9em;
    }

.form-foot {
    background: #f4f4f4 url(../images/form-holder-bottom.png) no-repeat left top;
    height: 7px;
    margin-bottom: 10px;
    clear: both;
    display: none;
}

.help-text {
    float: right;
    width: 332px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background: #fff;
    order: 2;
}

    .help-text img {
        float: left;
        margin: 5px 5px 5px 0;
    }

.content .custom-field-holder {
    margin-top: 10px;
}

.custom-field-holder td {
    padding: 5px 10px;
}

.custom-field-holder h3 {
    margin-bottom: 0;
}

.custom-field-holder p {
    margin-bottom: 0;
}

.custom-field-holder textarea {
    margin-bottom: 5px;
    width: 100%;
}

.two-column .custom-field-holder textarea {
    width: 97%;
}


.fifty-table {
    table-layout: fixed;
}

    .fifty-table td {
        width: 50%;
    }

    .fifty-table select, .fifty-table input[type=text] {
        width: 100% !important;
    }


.small-text-area {
    width: 100%;
    height: 100px;
}

.medium-text-area {
    width: 100%;
    height: 200px;
}

.large-text-area {
    width: 100%;
    height: 400px;
}

.login-h1 {
    color: #00aeef;
    background: #f4f4f4;
    font-size: 1.45em;
    font-weight: bold;
    padding: 0;
    border: none;
    margin-bottom: 10px;
}

.login-page-box h2 {
    margin-bottom: 10px;
    color: #ef5924;
    font-size: 1.5em;
}

.login-page-box {
    background: white;
    padding: 1.5rem 2rem;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    height: 640px;
    box-sizing: border-box;
    flex: 1;
}

    .login-page-box label {
        display: block;
        font-size: 1.25em;
        line-height: 2.5em;
    }

    .login-page-box input[type="text"],
    .login-page-box input[type="password"] {
        border: 1px solid #ccc;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        display: block;
        width: 100%;
        margin: 0;
    }

    .login-page-box img {
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        clear: both;
    }

    .login-page-box p {
        margin-bottom: 0;
    }

    .login-page-box .button {
        margin-bottom: 20px;
        display: block;
    }

.verification-page-box {
    background: white;
    padding: 1.5rem 2rem;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 2rem;
}

    .verification-page-box h2 {
        margin-bottom: 10px;
        color: #ef5924;
        font-size: 1.5em;
    }

    .verification-page-box label {
        display: inline-block;
        font-size: 0.9em;
        line-height: 2.5em;
        margin: 2px 0 0 5px;
        cursor: pointer;
        text-overflow: ellipsis;
    }

    .verification-page-box input[type="radio"] {
        display: inline-block;
    }

    .verification-page-box input.verification-code {
        margin-top: 10px;
        font-size: 28px;
        letter-spacing: 20px;
        padding: 10px 10px;
        text-align: center;
        border-radius: 4px;
        border: 1px solid #c9c9c9;
        text-indent: 10px;
        max-width: 265px;
    }

    .verification-page-box p {
        margin-bottom: 0;
    }

.verification-page-box {
    position: relative;
}

    .verification-page-box .button-box {
        display: flex;
        align-items: center;
        gap: 1rem;
        justify-content: center;
    }

        .verification-page-box .button-box input {
            display: inline-block;
        }

    .verification-page-box .bottom-box {
        position: absolute;
        bottom: 0;
        padding-bottom: 20px;
    }

        .verification-page-box .bottom-box p {
            padding-right: 20px;
        }


#show-password-holder {
    display: inline;
    text-align: right;
    float: right;
    font-size: 1em;
    font-weight: normal;
    margin: 5px 0 5px 0;
}

    #show-password-holder input {
        width: auto;
        height: auto;
        line-height: normal;
        padding: 0;
        border: none;
    }

.login-register-box {
    background: #00aeef;
    padding: 20px 20px 20px;
    float: right;
    margin-bottom: 20px;
}

    .login-register-box h2 {
        color: #fff;
        font-size: 1.2em;
        padding-bottom: 10px;
    }

        .login-register-box h2 small {
            font-size: 0.9em;
        }

    .login-register-box p {
        color: #fff;
        font-size: 0.95em;
    }

    .login-register-box img {
        display: block;
        margin: 0 auto;
    }

    * html .login-register-box h2 {
        font-size: 1em;
    }

.manuals {
    position: relative;
    float: right;
    border: 1px solid #e9e9e9;
    padding: 40px 20px 20px 155px;
    background: #fff url(../images/manuals.png) no-repeat 30px 30px;
    overflow: hidden;
    height: 202px;
}

    .manuals h2 {
        color: #00aeef;
        font-size: 1.2em;
        padding-bottom: 10px;
    }

.recommendation {
    overflow: hidden;
}

    .recommendation input {
        float: left;
        margin-right: 10px;
        margin-left: 0;
        clear: both;
        margin-bottom: 10px;
    }

    .recommendation select {
        float: left;
        margin-right: 10px;
        margin-left: 0;
        clear: both;
        margin-bottom: 10px;
    }

.checkbox-list label {
    margin-right: 10px;
}

.stepped {
    display: block;
    padding-left: 15px;
    clear: both;
}

    .stepped label {
        width: 860px;
    }

.select-holder label {
    width: 800px;
}

#RegisterTutorControl_ddlSchools {
    width: 100%;
}

.button {
    margin-right: 10px;
}

.nowrap {
    white-space: nowrap;
}

.full-width {
    width: 100%;
}

.no-margin {
    margin: 0;
}

.small-margin {
    margin-bottom: 5px;
}

.button-holder {
    text-align: right;
}

    .button-holder input, .button-holder img, .button-holder a, .button-holder button {
        vertical-align: middle;
        margin-left: 10px;
    }

.ui-items {
    display: flex;
    gap: .5rem;
    align-items: stretch;
}

.ui-items-right {
    justify-content: flex-end;
}

.ui-items-left {
    justify-content: flex-start;
}

.add-link {
    text-align: right;
    display: inline-block;
    margin-bottom: 0;
    float: right;
}

.authority-link {
    text-align: right;
    display: inline-block;
    margin-bottom: 0;
    float: right;
    font-size: 0.5em;
    line-height: 42px;
    height: 42px;
}

.top-border {
    border-top: 1px solid #dfdfdf;
}

.digitally-sign-button, .digitally-sign-button2 {
    margin-bottom: 10px;
}

.wide-input {
    width: 97%;
}

.bordered-row {
    border-bottom: 1px solid #ddd;
}

    .bordered-row:last-child {
        border-bottom: none;
    }

    .bordered-row td {
        color: #646464;
        padding: 7px 15px 20px;
    }


.warning p, .success p, .info p, .failure p, .failure td, .failure li, .failure label, .failure h2 {
    margin-bottom: 0;
    color: #fff;
}

.failure h2 {
    margin-bottom: 5px;
    color: #fff;
}

.failure li {
    list-style: disc;
    margin-left: 25px;
    color: #fff;
}

.warning a, .success a, .failure a, .info a {
    color: #fff;
}



.alert-small {
    margin-bottom: 0;
    padding: 1rem;
    font-size: 0.725rem;
}

    .alert-small.warning {
        background: #fa9300;
    }

ul.inline-buttons {
    list-style: none;
    padding-top: 1em;
    background: #F5F5F5;
    padding-bottom: 1em;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
}

    ul.inline-buttons li {
        display: inline-block;
    }

.f50 {
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
}

    .f50 div {
        float: left;
        width: 46%;
        padding: 2%;
    }

.word-break {
    -ms-word-break: break-all;
    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

#showAdvancedOptions {
    font-size: 14px;
    text-decoration: underline;
}

.item {
    padding: 15px;
    background-color: #FFFFFF;
    border-bottom: 1px #DFDFDF solid;
    border-left: 1px #DFDFDF solid;
    border-right: 1px #DFDFDF solid;
}

    .item p {
        margin-bottom: 10px;
    }

.itemHolder {
    clear: both;
    background: url(../images/table-foot.png) no-repeat left bottom;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.item:last-child {
    border-bottom: none;
}

.item h2 {
    margin-bottom: 15px;
}

.checkboxHolder {
    background-color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    border-left: 1px #DFDFDF solid;
    border-right: 1px #DFDFDF solid;
}

    .checkboxHolder div {
        width: calc(50% - 22px);
        display: inline-block;
        margin: 10px;
    }

    .checkboxHolder span {
        text-align: right;
        width: 50%;
        display: inline-block;
    }

a > img {
    vertical-align: middle;
    margin-right: 5px;
}

.DownloadFlyerButton {
    position: absolute;
    right: 10px;
    top: 10px;
}

.bracket-text {
    font-size: .75em;
    display: inline-block;
    max-width: 90%;
    vertical-align: top;
    line-height: 1.5em;
    padding-left: 10px;
}

    .bracket-text.center {
        vertical-align: middle;
    }


input[type="text"] + .bracket-text {
    max-width: 60%;
}

#administration-details h2 {
    color: #00aeef;
    font-size: 1.2em;
    padding: 0;
    border: none;
    font-weight: bold;
    font-family: 'Quicksand',verdana,sans-serif;
    margin-bottom: 10px;
}

.administration-content-table {
    border: none;
    background: #f4f4f4;
    margin-bottom: 20px;
    border-top: 10px solid #f4f4f4;
    border-bottom: 10px solid #f4f4f4;
    padding-left: 10px;
    padding-right: 10px;
}

.authorityDropdown {
    max-width: 313px;
}

.small-error {
    font-size: 12px;
}

#maintenance-message {
    margin-top: 1em;
    clear: both;
    border: 1px solid #cacaca;
    padding: 0.85em 1em;
    border-radius: 6px;
    line-height: 1.4em;
    background: #009fe3;
    font-weight: bold;
    text-align: center;
    color: white;
}

.padded-box {
    border: 1px solid #cacaca;
    padding: 0.85em 1em;
    border-radius: 6px;
    line-height: 1.4em;
    background: #fff;
}

    .padded-box.blue {
        background: #deecf2;
    }

    .padded-box.red {
        background: #ffdada;
    }

    .padded-box.orange {
        background: #fcf8e3;
    }

.small-text {
    font-size: 13px;
}

.qualification th {
    padding: 1rem 0
}

.qualification td {
    border-top: 1px solid #e7e7e7;
}

.add-qualification td {
    background: #f7f7f7;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

    .add-qualification td:first-child {
        border-radius: 6px 0 0 6px;
        border-left: 1px solid #bfbfbf;
    }

    .add-qualification td:last-child {
        border-radius: 0 6px 6px 0;
        border-right: 1px solid #bfbfbf;
    }

.forgotten-login-message a {
    color: white;
    font-size: 0.95em;
    text-align: center;
}

.forgotten-login-message p {
    color: white;
    font-size: 0.95em;
    padding-top: 12px;
    padding-left: 60px;
}

.forgotten-login-message {
    background: #ef5924 url(../images/padlock.png) 25px 20px no-repeat;
    padding: 15px;
    margin-bottom: 20px;
}

#ab-administrator-manuals h3 {
    display: block;
    padding-left: 37px;
    line-height: 35px;
    float: left;
    clear: left;
    margin-bottom: 5px;
}

#ab-administrator-manuals .folder {
    background: url(../images/resource-icons/folder.png) no-repeat;
}

#ab-administrator-manuals li {
    list-style: none;
}

#ab-administrator-manuals .doc {
    background: url(../images/resource-icons/word.png) no-repeat;
}

#ab-administrator-manuals a {
    display: block;
    padding-left: 40px;
    line-height: 35px;
    float: left;
    clear: left;
    margin-bottom: 5px;
}

.character-count-text {
    font-size: 0.8em;
    color: #ef4323;
    float: right;
}

.itt-checkbox-label {
    font-weight: normal;
    width: 96%;
}

.multi-select-list {
    border: 1px solid #bbbbbb;
    border-radius: 6px;
    font-family: arial;
    margin-bottom: 20px;
}

    .multi-select-list ul,
    #content .multi-select-list ul {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
        padding: 5px;
    }

    .multi-select-list li,
    #content .multi-select-list li {
        display: block;
        float: left;
        list-style: none;
        margin: 0;
    }

.multi-select-list__item {
    display: block;
    background: #e8e8e8;
    vertical-align: top;
    white-space: normal;
    font-size: 1em;
    margin: 3px;
    border: 1px solid #b5b5b5;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border-radius: 4px;
    line-height: 18px;
    overflow: hidden;
    color: #545454;
}

.multi-select-list__text {
    float: left;
    display: block;
    padding: 5px;
    padding-left: 10px;
}

.multi-select-list__close {
    font-weight: bold;
    font-size: 22px;
    color: grey;
    line-height: 18px;
    padding: 5px;
    padding-right: 10px;
    display: block;
    float: left;
    color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

    .multi-select-list__close:hover {
        color: rgba(0, 0, 0, 0.86);
    }

.background__blue {
    background: white;
    color: #0b82af;
    border: 1px solid #00aeef;
}

.background__green {
    background: #13ce66;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid #0f9f4f;
}

.background__purple {
    background: #ffffff;
    color: #fff;
    color: #4222ad;
    border: 1px solid #592DEA;
}

    .background__blue .multi-select-list__close:hover,
    .background__purple .multi-select-list__close:hover,
    .background__green .multi-select-list__close:hover {
        color: #e67b61;
    }

#SubStandardCheckboxes label {
    cursor: pointer;
}

.inline-link-header h2 {
    float: left;
}

.inline-link-header a {
    float: right;
}

.header-with-button-right {
    display: flex;
    justify-content: space-between;
}

.nqt-manager-button,
input.nqt-manager-button {
    font-family: 'Quicksand', arial, helvetica, sans-serif;
    text-decoration: none;
    border-radius: 4px;
    padding: 12px 16px;
    display: inline-block;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
}

    .nqt-manager-button:hover,
    input.nqt-manager-button:hover {
        opacity: 0.9;
        text-decoration: none;
    }

    .nqt-manager-button:disabled,
    .nqt-manager-button[disabled],
    .nqt-manager-button:disabled:hover,
    .nqt-manager-button[disabled]:hover,
    .button-small:disabled,
    .button-small:disabled:hover,
    .button-extra-small:disabled,
    .button-extra-small:disabled:hover {
        opacity: 0.5;
        cursor: not-allowed;
    }

.button-full-width {
    display: block;
    text-align: center;
}

.button-right {
    float: right;
}

.button-green {
    box-shadow: inset 0px 1px 0 rgba(255,255,255,0.5);
    text-shadow: 1px 1px 1px green;
    border: 1px solid #1e8f33;
    color: #fff;
    background: rgb(70,168,91);
    background: -moz-linear-gradient(top, rgba(70,168,91,1) 1%, rgba(48,173,76,1) 100%);
    background: -webkit-linear-gradient(top, rgba(70,168,91,1) 1%,rgba(48,173,76,1) 100%);
    background: linear-gradient(to bottom, rgba(70,168,91,1) 1%,rgba(48,173,76,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a85b', endColorstr='#30ad4c',GradientType=0 );
}

.button-orange {
    box-shadow: inset 0px 1px 0 rgba(255,255,255,0.5);
    text-shadow: 1px 1px 1px #c63602;
    border: 1px solid #db4612;
    color: #fff;
    background: rgb(243,82,0);
    background: -moz-linear-gradient(top, rgba(243,82,0,1) 0%, rgba(236,56,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(243,82,0,1) 0%,rgba(236,56,0,1) 100%);
    background: linear-gradient(to bottom, rgba(243,82,0,1) 0%,rgba(236,56,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f35200', endColorstr='#ec3800',GradientType=0 );
}

.button-yellow {
    box-shadow: inset 0px 1px 0 rgba(255,255,255,0.5);
    text-shadow: 1px 1px 0px #faefae;
    border: 1px solid #b69f13;
    color: #9c6817;
    background: rgb(243,219,0);
    background: -moz-linear-gradient(top, rgba(243,219,0,1) 0%, rgba(235,197,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(243,219,0,1) 0%,rgba(235,197,0,1) 100%);
    background: linear-gradient(to bottom, rgba(243,219,0,1) 0%,rgba(235,197,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3db00', endColorstr='#ebc500',GradientType=0 );
}

.button-grey {
    box-shadow: inset 0px 1px 0 rgba(255,255,255,1);
    text-shadow: 1px 1px 1px white;
    color: #9e9e9e;
    border: 1px solid #d9d9d9;
    background: rgb(251,251,251);
    background: -moz-linear-gradient(top, rgba(251,251,251,1) 1%, rgba(244,244,244,1) 100%);
    background: -webkit-linear-gradient(top, rgba(251,251,251,1) 1%,rgba(244,244,244,1) 100%);
    background: linear-gradient(to bottom, rgba(251,251,251,1) 1%,rgba(244,244,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4',GradientType=0 );
}

.button-white {
    box-shadow: inset 0px 1px 0 rgba(255,255,255,1);
    text-shadow: 1px 1px 1px white;
    color: #9e9e9e;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.button-red {
    box-shadow: inset 0px 1px 0 rgba(255,255,255,0.5);
    text-shadow: 1px 1px 1px #c63602;
    border: 1px solid #59230a;
    color: #fff;
    background: rgb(241,37,51);
    background: -moz-linear-gradient(top, rgba(241,37,51,1) 1%, rgba(237,31,48,1) 100%);
    background: -webkit-linear-gradient(top, rgba(241,37,51,1) 1%,rgba(237,31,48,1) 100%);
    background: linear-gradient(to bottom, rgba(241,37,51,1) 1%,rgba(237,31,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f12533', endColorstr='#ed1f30',GradientType=0 );
}

.button-grey:hover {
    background: #fff;
}

.button-text-green {
    color: #6bce28;
}

.button-text-purple {
    color: #8f3dcc;
}

.button-text-orange {
    color: #ec3800;
}

.button-text-blue {
    color: #169aed;
}

.button-text-red {
    color: #c60a02;
}

.nqt-manager-button-holder .nqt-manager-button {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.inline-header-button h2 {
    float: left;
    padding-top: 18px;
}

.inline-header-button a {
    float: right;
}

.inline-header-button {
    overflow: hidden;
    padding-bottom: 5px;
}

.inline-block {
    display: inline-block;
}

.nqt-manager-button-holder a {
    text-decoration: none;
}

.content-table .nqt-manager-button {
    text-decoration: none;
}

.nqt-manager-button + .content {
    margin-top: 1rem;
}

.results-nqt-manager-buttons {
    float: right;
    width: 450px;
    overflow: hidden;
    margin-bottom: 0;
}

    .results-nqt-manager-buttons a {
        float: right;
        margin-left: 10px;
    }

.authority-holder {
    float: right;
    margin-bottom: 0;
    padding-top: 10px;
}

.colorbox-top-content {
    margin: 10px;
}

.text-area-panel {
    background-color: white;
    border: 1px solid #a9a9a9;
    width: 100%;
    padding: 3px
}

    .text-area-panel p {
        font-family: 'Quicksand',verdana,sans-serif;
        color: #000;
        font: 13.3333px Arial;
        line-height: 1.8em;
    }

.digital-sign-content img {
    padding-left: 5px;
}

.digital-sign-content-div {
    padding: 20px;
    border: 1px solid #d0d0d0;
    margin-bottom: 8px;
}

    .digital-sign-content-div .nqt-manager-button {
        margin-bottom: 0;
    }


.assessment-teaching-standards label {
    font-weight: normal;
    line-height: 25px;
    width: calc(100% - 110px);
    margin: 5px 0;
}

.assessment-teaching-standards h2 {
    padding-top: 10px;
}

.assessment-teaching-standards h3 {
    padding-top: 10px;
}

.assessment-teaching-standards input[type="radio"],
.assessment-teaching-standards input[type="checkbox"] {
    margin: 15px 10px;
}

.previous-grade-text {
    font-style: italic;
}

.standard-grades {
    padding: 10px;
    border: 1px solid #cecece;
    margin-top: 5px;
}

.assessment-custom-fields h2 {
    line-height: 30px;
    padding-bottom: 10px;
}

.external-form-content label {
    line-height: 20px;
}

.list-description p {
    margin-bottom: 0;
}

.list-description h2 {
    padding-bottom: 10px;
}

.previous-schools td {
    line-height: 1.8em;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* close commented backslash hack */

.meeting-calendar .location {
    display: inline-block;
    background: #00aeef;
    color: white;
    padding: 5px;
    border-radius: 4px;
}

.location-hover:hover .location {
    border-radius: 4px 4px 0 0;
}

.location-hover {
    position: relative;
    cursor: pointer;
}

.hidden-location {
    background: #0fa5de;
    border-radius: 0 4px 4px 4px;
    padding: 10px;
    color: white;
    position: absolute;
    top: 100%;
    display: none;
    z-index: 2;
}

.location-hover:hover .hidden-location {
    display: block;
}

.meeting-calendar {
    padding-bottom: 50px;
}

.calendar-row {
    background: #f4f4f4;
    border: 1px solid #dedede;
    border-bottom: 0;
}

.calendar-entry {
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

.calendar-item {
    float: left;
    padding-bottom: 10px;
    padding: 15px;
}

.calendar-item_time {
    width: 15%;
}

.calendar-item_person {
    width: 40%;
}

.calendar-item_location {
    width: 35%;
}

.calendar-item_change {
    width: 10%;
}

.calendar-header h2 {
    display: inline-block;
    background: #dedede;
    padding: 10px;
    margin: 0;
    border-radius: 6px 6px 0 0;
    font-size: 1em;
    color: #676767;
}

.trainee-school-tables {
    margin-bottom: 8px;
}

.button-margin-bottom {
    margin-bottom: 10px;
}

.active-checkbox-text {
    margin-top: 10px;
    line-height: 1.8em;
    font-weight: bold;
}

.helpdesk-issue-table {
    border: 1px solid #dfdfdf;
}

.helpdesk-issue-image {
    max-width: 100%;
}

.upload-file-error {
    position: relative;
}

    .upload-file-error:after {
        content: 'File is too large, max file size is 4MB';
        display: inline-block;
        color: white;
        font-weight: bold;
        bottom: -2em;
        left: 6px;
        background: #ff5c5c;
        padding: 5px;
        font-size: 1em;
    }

#cboxContent .upload-file-error:after {
    position: absolute;
}


.standard-holder {
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    margin-bottom: 16px;
}

.standard-holder__evidence-bar {
    /* padding: 10px 10px 5px; */
    padding: 5px;
    overflow: hidden;
}

.standard-holder__evidence-bar__sub-standard {
    display: block;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #00aeef;
    overflow: hidden;
    float: left;
    margin: 5px;
}


.standard-holder__evidence-bar__sub-standard__name {
    padding: 8px;
    display: inline-block;
    color: #0b82af;
}

.standard-holder__evidence-bar__sub-standard__count {
    border-left: 1px solid #00aeef;
    padding: 8px;
    display: inline-block;
    background: white;
    font-weight: 600;
    font-family: 'Quicksand',verdana,sans-serif;
}

.standard-holder__evidence-bar__label {
    padding: 5px;
    font-size: 13px;
    color: #505050;
}

.standard-holder__title-bar__code {
    display: inline-block;
    width: 22px;
    height: 22px;
    font-weight: 600;
    font-family: 'Quicksand',verdana,sans-serif;
    text-align: center;
    border-radius: 100px;
    background: #ef5924;
    color: white;
    padding-top: 5px;
    vertical-align: middle;
    font-size: 12px;
    display: block;
    margin-top: 2px;
    float: left;
}

.standard-holder__title-bar {
    padding: 8px;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
    background: #f4f4f4;
}

.standard-holder__title-bar__description {
    font-size: 16px;
    line-height: 26px;
    color: #4a4a4a;
    /* font-weight: bold; */
    float: right;
    display: block;
    width: 660px;
}

.standard-holder__title-bar__journey {
    font-size: 12px;
    padding-right: 13px;
}

.standard-holder__title-bar__implications {
    font-size: 12px;
}


.standard-holder .nqt-manager-button-holder {
    border-top: 1px solid #d2d2d2;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.standard-holder .button-text-green {
    position: relative;
    right: 0;
}

.nqt-manager-button-holder__progress {
    padding-left: 5px;
    margin-right: auto;
    /* align-items: center; */
}

.standard-holder__status-bar {
    border-top: 1px solid #d2d2d2;
    font-size: 13px;
    padding: 10px;
    background: #f4f4f4;
}

    .standard-holder__status-bar.neg {
        border-top: 1px solid #d2d2d2;
        font-size: 13px;
        padding: 10px;
        background: #f4f4f4;
        margin: -10px;
        padding: 10px 17px 20px;
        margin-top: 9px;
        width: 103%;
    }

        .standard-holder__status-bar.neg:empty {
            display: none;
        }

.standard-holder__status-bar__label {
    /* color: red; */
    font-weight: bold;
}


.nqt-manager-button-holder__progress input[type=checkbox] {
    display: none;
}

    .nqt-manager-button-holder__progress input[type=checkbox] ~ label:before {
        content: "\f111";
        display: inline-block;
        font: normal normal normal 14px/1 'Font Awesome 6 Pro';
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #e8e8e8;
        margin-right: 5px;
        font-size: 1.5em;
        vertical-align: middle;
        font-weight: 900;
    }


    .nqt-manager-button-holder__progress input[type=checkbox]:checked ~ label:before {
        content: "\f058";
        color: #72de29;
    }

.evidence-holder__title-bar__reviewed.nqt-manager-button-holder__progress
label {
    width: 25px;
    overflow: hidden;
    height: 25px;
    padding-left: 1px;
}



.evidence-block {
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    margin-bottom: 16px;
    overflow: hidden;
}

    .evidence-block h3 {
        padding: 10px;
        border-bottom: 1px solid #d2d2d2;
        overflow: hidden;
        background: #f4f4f4;
        font-size: 14px;
        font-size: 16px;
        line-height: 26px;
        color: #00aeef;
    }

.evidence-block__button {
    padding: 10px;
    text-align: right;
}

.evidence-block__title {
    overflow: hidden;
    padding: 10px 10px 0;
}

    .evidence-block__title h4 {
        float: left;
        font-size: 14px;
        color: #313131;
    }

.evidence-block__actions {
    float: right;
    font-size: 13px;
}

    .evidence-block__actions a {
        display: inline-block;
        margin-left: 20px;
    }


.evidence-block__item {
    border-top: 1px solid #d2d2d2;
}

.evidence-block p {
    margin-bottom: 5px;
    font-size: 13px;
}

.evidence-block h5 {
    font-size: 10px;
    text-transform: uppercase;
    color: grey;
    font-weight: 300;
    display: inline-block;
    padding: 5px;
    border: 1px solid #d2d2d2;
    margin-top: 10px;
    margin-left: 10px;
    background: white;
    margin-bottom: -10px;
}

.evidence-block__justification {
    border-top: 1px solid #d2d2d2;
    padding: 17px 10px 10px;
    background: #fbfbfb;
}

.evidence-block__empty {
    border-top: 1px solid #d2d2d2;
    padding: 10px;
}

.standard-holder__title-bar__title_evidence {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    color: #313131;
    font-weight: bold;
}

.assigned-evidence {
    width: 100%;
}

    .assigned-evidence td {
        padding: 10px;
    }

.justification-toggle {
    display: none;
    background: #ffffff;
    padding: 10px;
    font-size: 15px;
    margin-top: 10px;
    border: 1px solid gainsboro;
}

.assigned-evidence .multi-select-list__item {
    display: inline-block;
    float: none;
    padding-right: 10px;
    width: 100px;
}


td.assigned-evidence_justification {
    width: 500px;
}


.evidence-holder {
    border-bottom: 1px solid #d2d2d2;
}

    .evidence-holder:last-child {
        border-bottom: 0;
    }

.evidence-holder__review-bar {
    display: block;
    display: none;
}

span.evidence-holder__review-bar__review-comments {
    font-size: 13px;
    padding: 5px;
    background: #fdfdfd;
    border-top: 1px solid #d2d2d2;
    display: block;
    line-height: 1.6;
}

span.evidence-holder__title-bar__evidence-name {
    display: inline-block;
    font-size: 14px;
    flex: 1;
    margin-right: auto;
    padding-left: 10px;
    line-height: 1.4;
}


span.evidence-holder__title-bar__comment-status {
    font-size: 13px;
    text-align: right;
    display: inline-block;
}

.evidence-holder__title-bar {
    padding: 5px;
    display: flex;
    align-items: baseline;
}

span.evidence-holder__title-bar__review-button {
    text-align: right;
    display: inline-block;
}

.evidence-holder__title-bar .nqt-manager-button {
    margin-left: 10px
}

div#cta-notification {
    width: 861px;
    text-align: left;
    background: #00aeef;
    height: auto;
    min-height: 0;
    padding: 10px;
    border: 1px solid #0088bb;
    border-radius: 4px;
    margin-top: 25px;
}

    div#cta-notification h2 {
        text-align: left;
        display: inline-block;
        width: auto;
        float: left;
        padding: 5px 0 0;
        margin-bottom: 0;
        color: white;
    }

    div#cta-notification a {
        color: purple;
        display: inline-block;
        width: auto;
        float: right;
        border: 1px solid #007ead;
    }

div.cta-notification {
    text-align: left;
    background: #00aeef;
    height: auto;
    min-height: 0;
    padding: 10px;
    border: 1px solid #0088bb;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}

    div.cta-notification h2 {
        text-align: left;
        display: inline-block;
        width: auto;
        float: left;
        padding: 5px 0 0;
        margin-bottom: 0;
        color: white;
        padding: 9px 0 0;
    }

    div.cta-notification a {
        color: purple;
        display: inline-block;
        width: auto;
        float: right;
        border: 1px solid #007ead;
    }

.rejected .standard-holder__status-bar.neg,
.reviewed .standard-holder__status-bar.neg {
    background: #ef4323;
    color: #ffffff;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 25px 5px 10px;
}

.rejected.evidence-block__item {
    border: 2px solid #ef4323;
}

.reviewed.evidence-block__item {
    border: 2px solid #6bce28;
}

.rejected
.evidence-holder__review-bar__review-comments {
    background: #eed5d0;
    border: 1px solid #ef4323;
}

.reviewed .standard-holder__status-bar.neg {
    background: #6bce28;
}

.reviewed
.evidence-holder__review-bar__review-comments {
    background: #f0fce8;
    border: 1px solid #6bce28;
}

#colorbox #content-holder {
    padding: 0 0 10px;
    width: 932px;
    margin: 0;
}

    #colorbox #content-holder .content {
        padding: 20px;
    }

#colorbox #standard-table-holder .multi-select-list ul {
    margin-left: 0;
}

.red-text {
    color: red;
}

.green-text {
    color: #6bce28;
}

.jc-bs3-container {
    max-width: 581px;
    margin: 0 auto;
}

.menu-count {
    background: #00ADEE;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    right: 5px;
    position: absolute;
    display: block;
    height: 21px;
    z-index: 1;
    top: 7px;
    line-height: 21px;
    text-align: center;
    padding: 0 5px;
}

a:hover .menu-count {
    background: #00648a;
}

.alert-banner {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: sticky;
    top: 0;
    z-index: 9;
    padding: 10px;
    font-family: 'QuicksandBold';
    font-weight: bold;
    font-size: 1.25rem;
    width: 100%;
}

    .alert-banner + #container {
        min-height: calc(100% - 40px);
    }

        .alert-banner + #container #wrapper {
            min-height: calc(100vh - 40px);
        }

.background_blue {
    background-color: #00AEEF;
}

.color_white {
    color: #fff;
}

.background_light-blue,
.background_light-blue td {
    background-color: #c7f0ff;
}

h1 > .nqt-manager-button-holder .nqt-manager-button {
    font-size: 16px;
    margin: 0;
}

td > span:not([id]):not([disabled]), th > span:not([id]):not([disabled]) {
    margin-left: 5px;
}

.school-card {
    margin-bottom: 1rem;
}

.school-card__header {
    display: flex;
    border-radius: 8px 8px 0 0;
    border: 1px solid #DCDCDC;
    background: #FAFAFA;
}

.school-card__header__item {
    padding: 1rem;
}

.trainee-school-tables h3 {
    color: black;
    font-size: 14px;
    font-weight: 800;
    font-family: verdana;
    margin-bottom: 0.25rem;
}

.school-card__item {
    border: 1px solid #DCDCDC;
    border-top: 0;
    padding: 1rem;
}

.school-card__footer {
    border: 1px solid #DCDCDC;
    border-top: none;
}

.school-card__item__checkbox-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

    .school-card__item__checkbox-list span {
        padding: 0.5rem;
        width: 14%;
    }

    .school-card__item__checkbox-list label {
        font-size: 12px;
        color: #000000;
        font-weight: normal;
    }

.school-card__footer {
    border-radius: 0 0 6px 6px;
    display: flex;
}

.school-card__footer__item {
    padding: 1rem;
}

    .school-card__footer__item span {
        font-size: 0.925rem;
    }

.school-card__footer__actions {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin-right: 0.5rem;
}

    .school-card__footer__actions a {
        margin: 1rem 0.5rem;
    }

.mr-10 {
    margin-right: 10px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}


.title-button-holder {
    float: right;
}

    .title-button-holder .button-small {
        font-size: 14px;
    }

.multi-select-list-table {
    table-layout: fixed;
}

.multi-select-list-row > td:first-child,
.multi-select-list-row > td:last-child {
    width: 45%;
}

.multi-select-list-row select {
    width: 100%;
    height: 150px;
}

.multi-select-list-row .buttons {
    text-align: center;
}

    .multi-select-list-row .buttons > input {
        margin: 5px;
    }

.dashboard-banner {
    text-align: center;
    padding: 0.5em;
    color: #31708f;
    background-color: #d9edf7;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .dashboard-banner p {
        margin: 0;
    }

    .dashboard-banner.purple {
        background: rgb(92 67 157);
        background: linear-gradient( 0deg, rgb(113 89 176) -55%, rgb(180 121 231) 157.5% );
        color: white;
        border: none;
    }

        .dashboard-banner.purple a {
            color: white;
            font-weight: bold;
        }

span.ab-support-number {
    display: none;
}

.display-tooltip {
    color: #000;
}

.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: verdana, sans-serif;
}

.search-container {
    border: 1px solid #e2e2e2;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    background: #F5F5F5;
    border-radius: 3px;
}

.authority-support-container {
    border: 1px solid #e2e2e2;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    border-radius: 3px;
}

.search-container > div {
    display: flex;
    width: 500px;
    margin: 0 auto;
    justify-content: center;
    margin-top: 1rem;
}

.search-container button {
    border: 1px solid #c1c1c1;
    border-right: none;
    -webkit-appearance: button;
    padding: 0 1rem;
    background: white;
    border-radius: 6px 0 0 6px;
    font-size: 1.25rem;
    width: 52px;
    height: 52px;
    color: #4063b2;
}

.search-container input {
    font-size: 1.125rem;
    border: 1px solid #c1c1c1;
    flex: 1;
    padding-left: 1rem;
    border-radius: 0 6px 6px 0;
}

.search-container h2 {
    color: #4063b2;
    padding-top: 1rem;
}

.authority-support-container h2 {
    color: #00aeef;
}

.authority-support-container h3 {
    margin: 0.5em;
    color: #EC4B18;
}

.authority-support-container small {
    font-size: 0.7em;
    display: block;
    padding: 0.2em;
    margin: 0.2em;
}

.search-area {
    background: white;
    padding: 0;
    border: 1px solid #c1c1c1;
    border-radius: 6px;
}

#results li {
    list-style: none;
    text-align: left;
    padding: 0.5rem 1rem;
    border-top: 1px solid #dadada;
    width: 100%;
    margin: 0;
    width: 500px;
}

    #results li:first-child {
        border-top: none;
    }


#results a {
    color: #325ab5;
    text-decoration: none;
}

.loader {
    border: 6px solid #4063b2; /* Light grey */
    border-top: 6px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
    display: none;
}

.loading i {
    display: none;
}

.loading .loader {
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.disabled-cursor {
    cursor: not-allowed !important;
}

.dashboard-banner.invoice-banner {
    color: #ffffff;
    background-color: #ef5924;
}


    .dashboard-banner.invoice-banner a {
        color: #ffffff;
    }


.invoice-banner .display-tooltip {
    color: #ffffff;
}

table.faq-table {
    table-layout: fixed;
    max-width: 100%;
}

    table.faq-table a {
        display: inline;
        line-break: anywhere;
    }

    table.faq-table th {
        padding: 0.5rem;
        line-height: 1.5;
        font-family: 'Quicksand',verdana,sans-serif;
        font-size: 1.2rem;
        color: #00aeef;
        padding-bottom: 0;
        padding-left: 0;
    }

    table.faq-table td {
        padding-top: 0;
        padding-left: 0;
    }

.padded-box.faq-box p {
    margin-bottom: 5px;
}

    .padded-box.faq-box p:last-of-type {
        margin-bottom: 0;
    }

.flagged td {
    background: #ffd8d8;
}

    .flagged td:first-of-type ::before {
        content: "\f024";
        left: 0;
        display: inline-block;
        margin-right: 5px;
        font: normal normal normal 14px/1 'Font Awesome 6 Pro';
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-weight: 900;
    }

.template-preview-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    text-align: right;
    margin: 2rem 0;
    font-size: 0.85rem;
    align-items: center;
}

.admin-bar {
    background: white;
    align-items: center;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1rem;
}

    .admin-bar .container {
        max-width: var(--max-width);
        padding: 0.75rem 20px;
        width: 100%;
    }

div#assessment-panel,
div#report-panel {
    position: relative;
}

a#CloseAssessmentWindow {
    position: absolute;
    top: 0.75rem;
    right: -0.75rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 99;
    color: gray;
    border: 2px solid gray;
    border-radius: 999px;
    background: white;
}

.assessment-dates {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

tr.modified-by td {
    background: #fffbef;
    font-size: 0.725rem;
    border-bottom: 1px solid #e5e5e5;
}

#content tr.modified-by a {
    color: #262626;
    font-weight: normal;
}

tr.modified-by a span {
    font-weight: 600;
}

.flex {
    display: flex;
}

.content-space-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.label {
    font-size: 0.9rem;
}

.text-right {
    text-align: right;
}

.margin-top-1 {
    margin-top: 1em;
}

.margin-bottom-1 {
    margin-bottom: 1em;
}

.margin-bottom-0 {
    margin-bottom: 0em !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.margin-left-1 {
    margin-left: 1em !important;
}

.assessment-label {
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.blue-dashboard-count {
    color: white;
    background: #00aeef;
    padding: 2px 8px;
    border-radius: 0.2em;
    font-weight: bold;
}

.checkbox-column, .fte-column {
    width: 55px;
}

.trn-column {
    width: 85px;
}

.column-100 {
    width: 100px;
}

.date-picker-column {
    width: 250px;
}

.valign-top, .content-table td.valign-top {
    vertical-align: top;
}

.logout-button {
    font-size: 1em;
    margin-top: -0.45em;
}

.disable-click {
    pointer-events: none;
    opacity: 0.5;
}

.merge-item-to-keep {
    background: #fff;
    border: 3px solid #00aeef;
}

.selected-for-merge {
    background: #fff;
    border: 3px solid #1e8f33;
}

.steps-container {
    width: 400px;
}

    .steps-container .steps {
        display: flex;
        align-items: center;
        width: 400px;
        justify-content: space-between;
    }

        .steps-container .steps .circle {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 50px;
            width: 50px;
            color: #999;
            font-size: 22px;
            font-weight: 500;
            border-radius: 50%;
            background: #fff;
            border: 4px solid #e0e0e0;
            transition: all 200ms ease;
            transition-delay: 0s;
            z-index: 1;
        }

            .steps-container .steps .circle.complete {
                transition-delay: 100ms;
                border-color: #00aeef;
                background: #00aeef;
                color: #fff;
            }

            .steps-container .steps .circle.active {
                transition-delay: 100ms;
                border-color: #00aeef;
                color: #00aeef;
                font-weight: bold;
            }

        .steps-container .steps .progress-bar {
            position: absolute;
            height: 4px;
            width: 400px;
            background: #e0e0e0;
            z-index: 0;
        }

.progress-bar .indicator {
    position: absolute;
    height: 100%;
    width: 0%;
    background: #00aeef;
    transition: all 300ms ease;
}

    .progress-bar .indicator.indicator-50 {
        width: 50%;
    }

    .progress-bar .indicator.indicator-100 {
        width: 100%;
    }

.merge-item-to-keep h2:before {
    content: "SCHOOL TO KEEP";
    font-size: 12px;
    text-transform: uppercase;
    background: #00aeef;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.selected-for-merge h2:before {
    content: "SELECTED FOR MERGE";
    font-size: 12px;
    text-transform: uppercase;
    background: #3faa56;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.merge-item-to-keep h2,
.selected-for-merge h2 {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.content-wrap-hack {
    max-width: 1px;
    word-wrap: break-word;
}

.word-wrap {
    word-wrap: break-word;
}

.max-width-500 {
    max-width: 500px;
}

.helpdesk-question {
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    padding: 0.5em;
    background-color: #fafafa;
    margin-bottom: 1em;
    position: relative;
}

    .helpdesk-question p:last-of-type {
        margin-bottom: 0;
    }

.helpdesk-answer,
.history-item {
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    padding: 0.5em;
    background-color: #fafafa;
    margin-bottom: 1em;
    position: relative;
}

    .helpdesk-answer span,
    .history-item span {
        text-transform: uppercase;
        color: black;
        padding: 0.4em;
        font-size: 12px;
        right: 0.5em;
        bottom: 0.5em;
        width: 100%;
        text-align: right;
        display: block;
        margin-top: 1em;
    }

    .helpdesk-answer p:last-of-type,
    .history-item p:last-of-type {
        margin-bottom: 0;
    }

.blue-text {
    color: #00aeef;
}


.flex-row {
    display: flex;
    flex-direction: row;
    margin-top: 1em;
}

.border-top-1 {
    border-top: 1px solid #dfdfdf;
}

.border-bottom-1 {
    border-bottom: 1px solid #dfdfdf;
}

table.radio-buttons td {
    padding-left: 0;
}

table.radio-buttons input[type="radio"] {
    margin-left: 0;
}

.nqt-manager-button.login-button {
    width: 377px;
    display: block;
    margin-bottom: 1em;
    font-size: 1.3em;
    height: 54px;
}

.one-time-code {
    font-family: monospace;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 3px;
    background: #e0e0e0;
    border-radius: 2px;
    padding-left: 7px;
    padding-right: 7px;
}

.sort-button-holder {
    position: absolute;
    right: 10px;
    top: 20px;
}

a[rel="asp-net-link"] {
    cursor: pointer;
}

.grey-text {
    color: #808080;
    font-style: italic;
}

td .grey-text {
    margin-left: 0 !important;
    display: block;
    margin-top: 5px;
}

}

input:invalid {
    background-color: #ffe6e6;
    border: none;
    border: 2px solid red;
}

.inline-form {
    border: none;
    background: #fafafa;
    margin-bottom: 0;
    border: 1px solid #d2d2d2;
    padding: 20px;
    border-radius: 4px;
}

    .inline-form input,
    .inline-form select,
    .inline-form button,
    .inline-form a,
    .inline-form label {
        margin-right: 10px;
        vertical-align: middle;
    }

.action-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.action-buttons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

.font-size-1 {
    font-size: 1em;
}

.tox-promotion-link,
.tox-statusbar__branding {
    display: none !important;
}

/* jconfirm */

@-webkit-keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

body[class*=jconfirm-no-scroll-] {
    overflow: hidden !important;
}

.jconfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden;
}

    .jconfirm .jconfirm-bg {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: opacity .4s;
        transition: opacity .4s;
    }

        .jconfirm .jconfirm-bg.jconfirm-bg-h {
            opacity: 0 !important;
        }

    .jconfirm .jconfirm-scrollpane {
        -webkit-perspective: 500px;
        perspective: 500px;
        -webkit-perspective-origin: center;
        perspective-origin: center;
        display: table;
        width: 100%;
        height: 100%;
    }

    .jconfirm .jconfirm-row {
        display: table-row;
        width: 100%;
    }

    .jconfirm .jconfirm-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .jconfirm .jconfirm-holder {
        max-height: 100%;
        padding: 50px 0;
    }

    .jconfirm .jconfirm-box-container {
        -webkit-transition: -webkit-transform;
        transition: -webkit-transform;
        transition: transform;
        transition: transform, -webkit-transform;
    }

        .jconfirm .jconfirm-box-container.jconfirm-no-transition {
            -webkit-transition: none !important;
            transition: none !important;
        }

    .jconfirm .jconfirm-box {
        background: white;
        border-radius: 4px;
        position: relative;
        outline: none;
        padding: 15px 15px 0;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

@-webkit-keyframes type-blue {
    1%, 100% {
        border-color: #3498db;
    }

    50% {
        border-color: #5faee3;
    }
}

@keyframes type-blue {
    1%, 100% {
        border-color: #3498db;
    }

    50% {
        border-color: #5faee3;
    }
}

@-webkit-keyframes type-green {
    1%, 100% {
        border-color: #2ecc71;
    }

    50% {
        border-color: #54d98c;
    }
}

@keyframes type-green {
    1%, 100% {
        border-color: #2ecc71;
    }

    50% {
        border-color: #54d98c;
    }
}

@-webkit-keyframes type-red {
    1%, 100% {
        border-color: #e74c3c;
    }

    50% {
        border-color: #ed7669;
    }
}

@keyframes type-red {
    1%, 100% {
        border-color: #e74c3c;
    }

    50% {
        border-color: #ed7669;
    }
}

@-webkit-keyframes type-orange {
    1%, 100% {
        border-color: #f1c40f;
    }

    50% {
        border-color: #f4d03f;
    }
}

@keyframes type-orange {
    1%, 100% {
        border-color: #f1c40f;
    }

    50% {
        border-color: #f4d03f;
    }
}

@-webkit-keyframes type-purple {
    1%, 100% {
        border-color: #9b59b6;
    }

    50% {
        border-color: #b07cc6;
    }
}

@keyframes type-purple {
    1%, 100% {
        border-color: #9b59b6;
    }

    50% {
        border-color: #b07cc6;
    }
}

@-webkit-keyframes type-dark {
    1%, 100% {
        border-color: #34495e;
    }

    50% {
        border-color: #46627f;
    }
}

@keyframes type-dark {
    1%, 100% {
        border-color: #34495e;
    }

    50% {
        border-color: #46627f;
    }
}

.jconfirm .jconfirm-box.jconfirm-type-animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top: solid 7px #3498db;
    -webkit-animation-name: type-blue;
    animation-name: type-blue;
}

.jconfirm .jconfirm-box.jconfirm-type-green {
    border-top: solid 7px #2ecc71;
    -webkit-animation-name: type-green;
    animation-name: type-green;
}

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #e74c3c;
    -webkit-animation-name: type-red;
    animation-name: type-red;
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
    border-top: solid 7px #f1c40f;
    -webkit-animation-name: type-orange;
    animation-name: type-orange;
}

.jconfirm .jconfirm-box.jconfirm-type-purple {
    border-top: solid 7px #9b59b6;
    -webkit-animation-name: type-purple;
    animation-name: type-purple;
}

.jconfirm .jconfirm-box.jconfirm-type-dark {
    border-top: solid 7px #34495e;
    -webkit-animation-name: type-dark;
    animation-name: type-dark;
}

.jconfirm .jconfirm-box.loading {
    height: 120px;
}

    .jconfirm .jconfirm-box.loading:before {
        content: '';
        position: absolute;
        left: 0;
        background: white;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 10px;
        z-index: 1;
    }

    .jconfirm .jconfirm-box.loading:after {
        opacity: 0.6;
        content: '';
        height: 30px;
        width: 30px;
        border: solid 3px transparent;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        border-radius: 50%;
        -webkit-animation: jconfirm-spin 1s infinite linear;
        animation: jconfirm-spin 1s infinite linear;
        border-bottom-color: dodgerblue;
        top: 50%;
        margin-top: -15px;
        z-index: 2;
    }

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: .6;
    text-align: center;
    font-size: 27px !important;
    line-height: 14px !important;
    display: none;
    z-index: 1;
}

    .jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
        display: none;
    }

    .jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
        font-size: 16px;
    }

    .jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
        font-size: 16px;
    }

    .jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
        font-size: 16px;
    }

    .jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
        opacity: 1;
    }

.jconfirm .jconfirm-box div.jconfirm-title-c {
    display: block;
    font-size: 22px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    padding-bottom: 15px;
}

    .jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
        cursor: move;
    }

    .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
        font-size: inherit;
        display: inline-block;
        vertical-align: middle;
    }

        .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
            vertical-align: middle;
        }

        .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
            display: none;
        }

    .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: inherit;
        font-family: inherit;
        display: inline-block;
        vertical-align: middle;
    }

        .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
            display: none;
        }

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 15px;
    height: auto;
    -webkit-transition: height 0.4s ease-in;
    transition: height 0.4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

    .jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
        overflow-y: hidden;
    }

    .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
        width: 3px;
    }

    .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1);
    }

    .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
        background: #666;
        border-radius: 3px;
    }

    .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
        overflow: auto;
    }

        .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
            max-width: 100%;
            height: auto;
        }

        .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
            display: none;
        }

.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 11px;
}

    .jconfirm .jconfirm-box .jconfirm-buttons > button {
        margin-bottom: 4px;
        margin-left: 2px;
        margin-right: 2px;
    }

    .jconfirm .jconfirm-box .jconfirm-buttons button {
        display: inline-block;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-radius: 4px;
        min-height: 1em;
        -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
        transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
        transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
        transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
        -webkit-tap-highlight-color: transparent;
        border: none;
        /*background-image: none;*/
    }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
            background-color: #3498db;
            color: #FFF;
            text-shadow: none;
            -webkit-transition: background .2s;
            transition: background .2s;
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
                background-color: #2980b9;
                color: #FFF;
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
            background-color: #2ecc71;
            color: #FFF;
            text-shadow: none;
            -webkit-transition: background .2s;
            transition: background .2s;
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
                background-color: #27ae60;
                color: #FFF;
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
            background-color: #e74c3c;
            color: #FFF;
            text-shadow: none;
            -webkit-transition: background .2s;
            transition: background .2s;
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
                background-color: #c0392b;
                color: #FFF;
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
            background-color: #f1c40f;
            color: #FFF;
            text-shadow: none;
            -webkit-transition: background .2s;
            transition: background .2s;
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
                background-color: #f39c12;
                color: #FFF;
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
            background-color: #ecf0f1;
            color: #000;
            text-shadow: none;
            -webkit-transition: background .2s;
            transition: background .2s;
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
                background-color: #bdc3c7;
                color: #000;
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
            background-color: #9b59b6;
            color: #FFF;
            text-shadow: none;
            -webkit-transition: background .2s;
            transition: background .2s;
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
                background-color: #8e44ad;
                color: #FFF;
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
            background-color: #34495e;
            color: #FFF;
            text-shadow: none;
            -webkit-transition: background .2s;
            transition: background .2s;
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
                background-color: #2c3e50;
                color: #FFF;
            }

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
    color: #e74c3c !important;
}

.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
    color: #3498db !important;
}

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
    color: #2ecc71 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
    color: #9b59b6 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
    color: #f1c40f !important;
}

.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
    color: #34495e !important;
}

.jconfirm .jconfirm-clear {
    clear: both;
}

.jconfirm.jconfirm-rtl {
    direction: rtl;
}

    .jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
        left: 5px;
        right: auto;
    }

.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
    background-color: #444;
    opacity: .2;
}

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

    .jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
    .jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
        margin-right: 8px;
        margin-left: 0px;
    }

    .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
    .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
        float: right;
    }

        .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
        .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
            text-shadow: none;
        }

            .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
            .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #333;
            }

                .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
                .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
                    background: #ddd;
                }

.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0px;
}

.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg {
    background-color: darkslategray;
    opacity: .4;
}

.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background: #444;
    border-radius: 5px;
    color: white;
}

    .jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
    .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
        margin-right: 8px;
        margin-left: 0px;
    }

    .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
    .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
        float: right;
    }

        .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
        .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
            border: none;
            background-image: none;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
            text-shadow: none;
            -webkit-transition: background .1s;
            transition: background .1s;
            color: white;
        }

            .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
            .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff;
                background: none;
            }

                .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
                .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
                    background: #666;
                }

.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0px;
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
    -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }

    20%, 80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0);
    }

    40%, 60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0);
    }
}

@keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }

    20%, 80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0);
    }

    40%, 60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0);
    }
}

@-webkit-keyframes glow {
    0%, 100% {
        -webkit-box-shadow: 0 0 0px red;
        box-shadow: 0 0 0px red;
    }

    50% {
        -webkit-box-shadow: 0 0 30px red;
        box-shadow: 0 0 30px red;
    }
}

@keyframes glow {
    0%, 100% {
        -webkit-box-shadow: 0 0 0px red;
        box-shadow: 0 0 0px red;
    }

    50% {
        -webkit-box-shadow: 0 0 30px red;
        box-shadow: 0 0 30px red;
    }
}

/*Transition rules*/
.jconfirm {
    -webkit-perspective: 400px;
    perspective: 400px;
}

    .jconfirm .jconfirm-box {
        opacity: 1;
        -webkit-transition-property: all;
        transition-property: all;
    }

        .jconfirm .jconfirm-box.jconfirm-animation-top,
        .jconfirm .jconfirm-box.jconfirm-animation-left,
        .jconfirm .jconfirm-box.jconfirm-animation-right,
        .jconfirm .jconfirm-box.jconfirm-animation-bottom,
        .jconfirm .jconfirm-box.jconfirm-animation-opacity,
        .jconfirm .jconfirm-box.jconfirm-animation-zoom,
        .jconfirm .jconfirm-box.jconfirm-animation-scale,
        .jconfirm .jconfirm-box.jconfirm-animation-none,
        .jconfirm .jconfirm-box.jconfirm-animation-rotate,
        .jconfirm .jconfirm-box.jconfirm-animation-rotatex,
        .jconfirm .jconfirm-box.jconfirm-animation-rotatey,
        .jconfirm .jconfirm-box.jconfirm-animation-scaley,
        .jconfirm .jconfirm-box.jconfirm-animation-scalex {
            opacity: 0;
        }

        .jconfirm .jconfirm-box.jconfirm-animation-rotate {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .jconfirm .jconfirm-box.jconfirm-animation-rotatex {
            -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
            -webkit-transform-origin: center;
            transform-origin: center;
        }

        .jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
            -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
            -webkit-transform-origin: center;
            transform-origin: center;
        }

        .jconfirm .jconfirm-box.jconfirm-animation-rotatey {
            -webkit-transform: rotatey(90deg);
            transform: rotatey(90deg);
            -webkit-transform-origin: center;
            transform-origin: center;
        }

        .jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
            -webkit-transform: rotatey(-90deg);
            transform: rotatey(-90deg);
            -webkit-transform-origin: center;
            transform-origin: center;
        }

        .jconfirm .jconfirm-box.jconfirm-animation-scaley {
            -webkit-transform: scaley(1.5);
            transform: scaley(1.5);
            -webkit-transform-origin: center;
            transform-origin: center;
        }

        .jconfirm .jconfirm-box.jconfirm-animation-scalex {
            -webkit-transform: scalex(1.5);
            transform: scalex(1.5);
            -webkit-transform-origin: center;
            transform-origin: center;
        }

        .jconfirm .jconfirm-box.jconfirm-animation-top {
            -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
        }

        .jconfirm .jconfirm-box.jconfirm-animation-left {
            -webkit-transform: translate(-100px, 0px);
            transform: translate(-100px, 0px);
        }

        .jconfirm .jconfirm-box.jconfirm-animation-right {
            -webkit-transform: translate(100px, 0px);
            transform: translate(100px, 0px);
        }

        .jconfirm .jconfirm-box.jconfirm-animation-bottom {
            -webkit-transform: translate(0px, 100px);
            transform: translate(0px, 100px);
        }

        .jconfirm .jconfirm-box.jconfirm-animation-zoom {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

        .jconfirm .jconfirm-box.jconfirm-animation-scale {
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
        }

        .jconfirm .jconfirm-box.jconfirm-animation-none {
            visibility: hidden;
        }

    .jconfirm.jconfirm-supervan .jconfirm-bg {
        background-color: rgba(54, 70, 93, 0.95);
    }

    .jconfirm.jconfirm-supervan .jconfirm-box {
        background-color: transparent;
    }

        .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
            border: none;
        }

        .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
            border: none;
        }

        .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
            border: none;
        }

        .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
            border: none;
        }

        .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
            border: none;
        }

        .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
            border: none;
        }

        .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
            color: white;
        }

        .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
            text-align: center;
            color: white;
            font-size: 28px;
            font-weight: normal;
        }

            .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
                padding-bottom: 25px;
            }

            .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
                margin-right: 8px;
                margin-left: 0px;
            }

        .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
            margin-bottom: 25px;
        }

        .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
            text-align: center;
            color: white;
        }

        .jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
            text-align: center;
        }

            .jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
                font-size: 16px;
                border-radius: 2px;
                background: #303f53;
                text-shadow: none;
                border: none;
                color: white;
                padding: 10px;
                min-width: 100px;
            }

    .jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
        margin-left: 8px;
        margin-right: 0px;
    }

    .jconfirm.jconfirm-material .jconfirm-bg {
        background-color: rgba(0, 0, 0, 0.67);
    }

    .jconfirm.jconfirm-material .jconfirm-box {
        background-color: white;
        -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
        box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
        padding: 30px 25px 10px 25px;
    }

        .jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
            margin-right: 8px;
            margin-left: 0px;
        }

        .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
            color: rgba(0, 0, 0, 0.87);
        }

        .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
            color: rgba(0, 0, 0, 0.87);
            font-size: 22px;
            font-weight: bold;
        }

        .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
            color: rgba(0, 0, 0, 0.87);
        }

        .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
            text-align: right;
        }

            .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
                text-transform: uppercase;
                font-weight: 500;
            }

    .jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
        margin-left: 8px;
        margin-right: 0px;
    }

    .jconfirm.jconfirm-bootstrap .jconfirm-bg {
        background-color: rgba(0, 0, 0, 0.21);
    }

    .jconfirm.jconfirm-bootstrap .jconfirm-box {
        background-color: white;
        -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
        border: solid 1px rgba(0, 0, 0, 0.4);
        padding: 15px 0 0;
    }

        .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
            margin-right: 8px;
            margin-left: 0px;
        }

        .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
            color: rgba(0, 0, 0, 0.87);
        }

        .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
            color: rgba(0, 0, 0, 0.87);
            font-size: 22px;
            font-weight: bold;
            padding-left: 15px;
            padding-right: 15px;
        }

        .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
            color: rgba(0, 0, 0, 0.87);
            padding: 0px 15px;
        }

        .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
            text-align: right;
            padding: 10px;
            margin: -5px 0 0px;
            border-top: solid 1px #ddd;
            overflow: hidden;
            border-radius: 0 0 4px 4px;
        }

            .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
                font-weight: 500;
            }

    .jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
        margin-left: 8px;
        margin-right: 0px;
    }

    .jconfirm.jconfirm-modern .jconfirm-bg {
        background-color: slategray;
        opacity: .6;
    }

    .jconfirm.jconfirm-modern .jconfirm-box {
        background-color: white;
        -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
        box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
        padding: 30px 30px 15px;
    }

        .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
            color: rgba(0, 0, 0, 0.87);
            top: 15px;
            right: 15px;
        }

        .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
            color: rgba(0, 0, 0, 0.87);
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 10px;
        }

            .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
                -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition: transform .5s;
                transition: transform .5s, -webkit-transform .5s;
                -webkit-transform: scale(0);
                transform: scale(0);
                display: block;
                margin-right: 0px;
                margin-left: 0px;
                margin-bottom: 10px;
                font-size: 69px;
                color: #aaa;
            }

        .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
            text-align: center;
            font-size: 15px;
            color: #777;
            margin-bottom: 25px;
        }

        .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
            text-align: center;
        }

            .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
                font-weight: bold;
                text-transform: uppercase;
                -webkit-transition: background .1s;
                transition: background .1s;
                padding: 10px 20px;
            }

                .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
                    margin-left: 4px;
                }

    .jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
        -webkit-transform: scale(1);
        transform: scale(1);
    }


/* jconfirm overrides */

.jconfirm-content * {
    overflow: hidden;
    height: auto;
    padding-bottom: 0.5rem;
    line-height: 1.4;
    font-size: 0.9125rem;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
    color: #fa9300;
}

    .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i.blue-text {
        color: #00aeef;
    }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    color: #00aeef;
    font-weight: bold;
    font-family: 'Quicksand',verdana,sans-serif;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    text-transform: capitalize;
}

/* jconfirm end */

span.absence-extension-status {
    display: block;
    text-transform: uppercase;
    background-color: #ef4323;
    line-height: 3em;
    margin-left: 0 !important;
    margin-top: 1em;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.8em;
    width: 135px;
}
span.formal-extension-status {
    display: block;
    text-transform: uppercase;
    background-color: #00aeef;
    line-height: 3em;
    margin-left: 0 !important;
    margin-top: 1em;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.8em;
    width: 135px;
}

.password-eye-icon {
    margin-left: -40px;
    cursor: pointer;
}
