/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    /*
    background-color: white;
  
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    */
}

label {
    font-weight: normal;
}
/*a:link
{
    text-decoration: underline;
}

a:{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}*/
p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.ui-dialog-titlebar-close {
    background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
    border: medium none;
}
/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
    }

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px black solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: center;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 8px 25px;
            font-weight: bold;
            font-size: 0.9em;
            text-decoration: none;
            line-height: 3.2em;
            background-color: #D8D8D8; /*#e8eef4;*/
            color: black;
        }

            ul#menu li a:hover {
                background-color: #F0F0F0;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #808080;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    padding: 0 1.4em 0 1.4em;
    margin: 0 0 1.5em 0;
}



textarea {
    min-height: 75px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: 0; /*solid 1px #e8eef4;*/
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: 0; /*solid 1px #e8eef4;*/
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: 0; /*solid 1px #e8eef4;*/
    }

td-left {
    padding: 5px;
    border: 0;
    text-align: left;
    font-size: 10px;
    font-weight: bold;
}

td-right {
    padding: 5px;
    border: 0;
    text-align: right;
    font-size: 10px;
}
/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}


#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 0.9em;
    display: block;
    text-align: right;
    margin: 10px;
    color: black;
}

    #logindisplay a:link {
        color: black;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: black;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: gray;
        text-decoration: none;
    }

div.ui-datepicker {
    font-size: 11px;
}

.ui-timepicker-div td {
    font-size: 5px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
    margin: 0.5em 0 0 0;
    font-size: 11px;
    display: inline;
}

.field-validation-valid {
    display: none;
}

.data-val-required {
    font-weight: bold;
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
/*.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}*/

.formTitle {
    font-size: 12px;
    font-weight: bold
}



.linkFormButton {
    font-size: 12px;
    font-weight: bold;
    border: none;
    cursor: hand;
    background-color: #f6f9fa;
}

.tableButton {
    font-size: 11px;
    border: none;
    cursor: hand;
    background-color: #f6f9fa;
}

.formLabel {
    margin: 0.5em 0 0 0;
    font-size: 14px;
    /*display : inline;*/
}

#termsAndConditions {
    font-size: 11px;
    margin-right: 20px;
    margin-left: 20px;
}

.formField {
    margin: 0.5em 0 0 0;
    font-size: 6px;
}

.formOpenFileDialog {
    cursor: hand;
    font-size: 12px;
    width: 320px;
}

.formLink {
    margin: 0.5em 0 0 0;
    font-size: 12px;
    color: Red;
}

.formDropDownList {
    font-size: 1.0em;
    width: 205px;
    cursor: hand;
}

.formDropDownListSmall {
    font-size: 1.0em;
    width: 120px;
}

.formTextArea {
    font-size: 1.0em;
    height: 70px;
}

.formTextAreaFullWidth {
    font-size: 11px !important;
    height: 70px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.editBody {
    height: 700px;
    width: 99.3%;
    overflow: auto;
}

.gridClickable {
    cursor: pointer;
    background: #F0F0F0;
}

.webgridCheckboxColumn {
    text-align: center;
}

.webgridClickableRow {
    cursor: pointer;
    background: #ffff99;
}

.sectionHeading {
    font-size: large;
    margin: 10px;
}

.DESHeader {
    font-size: large;
    background-color: Gray;
    color: White;
    text-align: center;
}

.sectionHeader {
    font-size: 0.9em;
    font-weight: bold;
    background-color: Silver;
    color: White;
    text-align: left;
    height: 30px;
    width: 100%;
    line-height: 2em;
}

.sectionHeaderSmall {
    font-size: 11px;
    font-weight: bold;
    background-color: Silver;
    color: White;
    text-align: left;
}

.sectionDescription {
    font-size: 14px;
    font-weight: bold;
}

.sectionRegistration {
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
    word-wrap: break-word;
}

.sectionDescriptionSubsection {
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
}

.sectionText {
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
}

.sectionA {
    display: none;
    text-align: justify;
}

.errorLabel {
    font-size: 14px;
    font-weight: bolder;
    color: Red;
}

.infoLabel {
    font-size: 14px;
    font-weight: bolder;
    color: Black;
}

.webGridDefaultColumn {
    width: 120px;
}

.webGridAlignCenterColumn {
    width: 120px;
    text-align: center;
}

.tableHeader {
    background-color: #e8eef4;
    font-size: 11px;
    font-weight: bold;
}

.altTableRow {
    background-color: #e8eef4;
}

.tableRow {
    font: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
}

.disabledLabel {
    font-weight: normal;
    color: Gray;
}

.readOnlyTextBox {
    border-style: hidden;
}

.pageCounter {
    float: right;
    margin-right: 5px;
    font-size: 10px;
    font: Arial, Helvetica, sans-serif;
}

.readButton {
    font: Arial, Helvetica;
    font-size: 11px;
    cursor: hand;
    border: none;
    font-weight: bolder;
    background-color: #f6f9fa;
}

.reviewerSection {
    width: 88%;
}

.c1Textarea {
    font-size: 11px;
    width: 400px;
}

.reviewerSection textarea.dTextarea {
    width: 98%;
    font-size: 11px;
}

.sectionBAttachments {
    width: 65%;
}

textarea.diagnosisTextarea {
    font-size: 11px;
    width: 318px;
}

.sectionDSupportingDoc {
    width: 50%;
}

.reviewerDecisionFieldset {
    width: 90%;
}

.additionalInfoAttachements {
    width: 50%;
}

sectionDescriptionSubsection {
}

.sectionDescriptionSubsection p {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    line-height: 1em;
    font-size: 11px;
}

.sectionDescriptionSubsection textarea {
    font-size: 11px;
}

.tblSubSectionB {
    width: 66%;
}

.unstyledList {
    list-style-type: none;
    padding: 0 0 0 20px;
    margin: 0;
    line-height: 1.25em;
    font-size: 11px;
}

.withTopMargin {
    margin-top: 20px;
    padding: 0;
}

textarea.subSectionBTextarea {
    width: 360px;
    font-size: 11px;
}

.uppercase {
    text-transform: uppercase;
}

.textBoxSmall {
    width: 100px !important;
}

/* wrap word in pre element*/
pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.button-text-break {
    white-space: normal !important;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    /*color: #c09853;*/
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-info {
    color: black;
    background-color: #ccebf9;
}

.alert-warning {
    color: black;
    background-color: #fff4cc;
}

.table-header {
    background-color: #f6f9fa;
    color: black;
    padding: 5px;
}

/*for particular table columns*/
.col-year {
    width: 10%;
}

.col-status {
    width: 20%;
}

.col-year-level {
    width: 15%;
}

.col-school {
    width: 35%;
}

.table-wrapper {
    width: 95vw;
    margin-left: 1vw;
}

tr.border_bottom td, tr.border_bottom th {
    border-bottom: 1pt solid black;
}

tr.hover:hover {
    background-color: #517ab8;
    cursor: pointer;
    color: #FFF;
}

    tr.hover:hover a {
        color: #FFF;
        text-decoration: underline;
    }

.morecontent span {
    display: none;
}

.comment {
    width: 400px;
    background-color: #f0f0f0;
    margin: 10px;
}

a.morelink {
    text-decoration: none;
    outline: none;
}

.helpFiles {
    width: 100%;
    display: flex;
}

    .helpFiles li {
        list-style: none;
    }

    .helpFiles > li {
        width: 40%;
        padding: 20px 5%;
        list-style: none;
    }

        .helpFiles > li > ul {
            padding-left: 10px;
        }

            .helpFiles > li > ul > li {
                padding-left: 10px;
            }

.helpFilesA {
    font-size: 12px !important;
    color: #517ab8;
    list-style: none;
    /*text-decoration: none !important;*/
}

    .helpFilesA:hover {
        font-size: 12px !important;
        color: #517ab8;
        list-style: none;
        /*text-decoration: underline !important;*/
    }

    .helpFilesA img {
        margin-right: 5px;
    }

.container-wider {
    /*width: 1050px;*/
    margin: 0 auto;
}

.mainPanel {
    /*background-color: #fff;*/
    min-height: calc(100vh - 55px);
    /*padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 5px;
    top: 172px;
    position: relative;*/
}

.footer {
    padding-top: 10px;
    position: relative;
    clear: both;
    color: #FFF;
    font-size: 12px;
    position: relative;
    bottom: 0;
    left: 0;
    background: #517ab8;
    min-height: 40px;
}

    .footer a {
        padding: 0 5px;
        color: #FFF !important;
        font-size: 12px;
    }

        .footer a:link, .footer a:visited {
            color: #4988a1;
        }

        .footer a:hover, .footer a:focus {
            color: #4988a1;
            text-decoration: none;
        }

.container-fluid {
    padding: 0 !important;
}

.menu {
    height: 40px;
    margin-bottom: 6px;
    width: 100%;
    float: left;
    background: #517ab8;
}

    .menu a:link, .menu a:visited {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 5px;
        background: #517ab8;
        display: inline-block;
        min-height: 40px;
    }

    .menu a:hover {
        text-decoration: none;
        color: #fff;
        text-align: center;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 5px;
        background: #0099e3;
        min-height: 40px;
    }

.header {
    min-height: 132px;
    /*background: url(../content/themes/base/images/NewHeader1.jpg) no-repeat top left;*/
}

.vicLogo {
    height: 100px;
    background: url(../content/themes/base/images/VicLogo.jpg) no-repeat top right;
    background-size: 300px 100px
}

.spoLogo {
    height: 100px;
    background: url(../content/themes/base/images/SPOLogo.jpg) no-repeat top left;
    background-size: 300px 100px
}

#landingPanels {
}

    #landingPanels > div {
        padding: 20px;
    }

        #landingPanels > div > div {
            padding: 20px;
        }

    #landingPanels input[type="button"] {
        font-size: 12px;
        font-weight: bold;
        padding-right: 10px;
        min-width: 75px;
        cursor: pointer;
        margin-right: 10px;
        display: inline-block;
        width: 245px;
        min-height: 25px;
        background-color: #FFF;
        border: none;
        border-radius: 4px;
        padding: 10px;
        width: 100%;
    }

    #landingPanels .card-header {
        margin-bottom: 20px;
    }

    #landingPanels .card-text > div {
        border: 1px solid #EEE;
        padding: 5px;
        border-radius: 5px;
    }

    #landingPanels a, #landingPanels a:hover, #landingPanels a:active, #landingPanels a:focus {
        color: black;
        text-decoration: none;
    }

.btn {
    padding: 3px 12px 1px 12px;
    margin-bottom: 3px;
    margin-top: 3px;
    border-radius: 3px;
}

.k-multicheck-wrap .k-item .k-label .k-item-title {
    position: relative;
    top: -2px;
    margin-left: 2px;
}

#loginDiv fieldset {
    border: 1px solid #eee;
    /*padding: 15px;*/
    margin-top: 30px;
    border-radius: 5px;
}

    #loginDiv fieldset > div:first-child {
        padding: 10px;
        border-bottom: 1px solid #517ab8;
        width: calc(100% + 30px);
        background: #517ab8;
        text-align: center;
        font-weight: bold;
        border-radius: 3px 3px 0 0;
        color: #FFF;
    }

.k-animation-container, .k-animation-container *, .k-animation-container :after, .k-block .k-header, .k-dialog .k-window-content, .k-list-container, .k-widget, .k-widget *, .k-widget :before {
    box-sizing: inherit;
}

.k-grid td {
    border-style: solid;
    border-width: 0 0 0 1px;
    padding: .2em .6em;
    padding-top: 0.2em;
    padding-right: 0.6em;
    padding-bottom: 0.2em;
    padding-left: 0.6em;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
    text-overflow: ellipsis;
}

hr {
    margin-top: 2px;
    margin-top: 4px;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #428bca !important;
}
/* RFS 240068.02 search grid filter icon colour more prominent when active*/
.k-grid-header .k-grid-filter.k-state-active {
    background: lightgray;
    color: red;
}
/* ancillary to RFS 240068.02 search grid filter allow columns to be a little narower by reducing text header margins and padding*/
.k-grid-header th.k-with-icon .k-link {
    padding-right: 2px;
    margin-right: 0px;
}
/*.Withdrawn {
    background-color: #ffe6e6;
    border: gray 1px solid !important;
}*/
/*.Draft {
    background-color: transparent;
}
.Submitted {
    background-color: #ffe6cc;
}
.BeingAssesed {
    background-color: #5cd65c;
}*/
.Expired {
    background-color: #777;
    color: white;
}

    .Expired:hover,
    .InformationRequested :hover {
        color: black;
    }

.InformationRequested {
    background-color: #d9534f;
    color: white;
}




#notification-menu {
    border: 1px solid #ddd;
    border-radius: 2px;
}

.notification {
    position: relative;
    min-height: 35px;
    margin: 0;
    padding: 10px;
    border: 0px solid #808080;
    /*border-radius: 2px;*/
    border-bottom: 1px solid #ddd;
}
/*   .notification h3 {
        color: black;
        font-weight: bold;
        position: relative;
        top: 6px;
    }

    .notification p {
        font-size: .9em;
    }

    .notification .date {
        float: right;
        margin: -8px 15px 0 0;
    }*/
a .k-header {
    font-weight: bold;
}

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.critical {
    color: red;
}

.warning {
    color: #f7c884;
}

.information {
    color: #bfe9f6;
}

.form-label {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
}

dt {
    font-weight: normal;
}

#toc audio, #toc li {
    list-style: none;
}

@media print {
    input[type="button"] {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }
}





.side-nav a {
    color: #000;
}

.navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
}
/* Side Navigation */
@media(min-width:768px) {
    .side-nav {
        position: relative;
        top: -6px;
        left: -10px;
        width: 225px;
        border-right: 1px rgba(0,0,0,.3) solid;
        background-color: #FFF;
        bottom: 0;
        padding-bottom: 40px;
        height: calc(100vh - 190px);
    }

        .side-nav > li > a {
            width: 225px;
            border-bottom: 1px rgba(0,0,0,.3) solid;
        }

        .side-nav li a:hover,
        .side-nav li a:focus {
            outline: none;
            background-color: #517ab8 !important;
        }
}

.side-nav > li > ul {
    padding: 0;
    /*border-bottom: 1px rgba(0,0,0,.3) solid;*/
}

    .side-nav > li > ul > li > a {
        display: block;
        padding: 4px 25px;
        text-decoration: none;
        font-size: 14px;
        border-bottom: 1px rgba(0,0,0,.3) solid;
    }

        .side-nav > li > ul > li > a:hover {
            color: #fff;
        }

.navbar .nav > li > a > .label {
    position: absolute;
    top: 14px;
    right: 6px;
    font-size: 10px;
    font-weight: normal;
    min-width: 15px;
    min-height: 15px;
    line-height: 1.0em;
    text-align: center;
    padding: 2px;
}

.navbar .nav > li > a:hover > .label {
    top: 10px;
}

.navbar-brand {
    padding: 5px 15px;
}


.k-grid tbody .k-button {
    min-width: 64px;
    padding: 2px;
}

.k-edit-form-container {
    width: 100%;
}
/*.k-grid > div:last-child {
    position: absolute;
    bottom: 0;
    width: 100%;
}*/

.listEmailTemplate {
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
}

.popupUL > li {
    margin-left: 20px;
}

.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:hover,
.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:focus {
    background-color: #428bca !important;
}

#red {
    color: darkred;
}

/*ul li{
    list-style:none;
}*/
.applicationSteps {
}

    .applicationSteps .alert > span:first-child {
        font-size: 16px;
    }

    .applicationSteps .appHeader {
        margin-top: 10px;
        padding-left: 30px;
    }

        .applicationSteps .appHeader span:first-child {
            font-size: 30px;
        }

        .applicationSteps .appHeader span:last-child {
            font-size: 26px;
        }

    .applicationSteps .appHeaderOptions {
        bottom: -10px;
        position: relative;
    }

    .applicationSteps .stepIncomplete {
        color: #fbdfae;
    }

.btn-group > .dropdown-toggle {
    height: 26px;
    background-color: rgb(105 165 214)
}

.btn-common {
    min-width: 60px;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-common-lg {
    min-width: 110px;
    margin-left: 5px;
    margin-right: 5px;
}

#seaApplicationYearHeader {
    margin-top: 20px;
}

    #seaApplicationYearHeader > div:first-child > span:first-child {
        font-size: 2.6rem;
    }

    #seaApplicationYearHeader > div:not(:first-child) > span:first-child {
        font-size: 2rem;
    }

.student-name {
    font-size: 2.6rem;
}

.student-number {
    font-size: 2rem
}

.highLightedCheckbox {
    background-color: #428bca;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 2px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 10px 0;
    text-align: center;
    list-style: none;
}

.applicationSteps > div:not(#seaApplicationYearHeader) {
    position: relative;
    top: -40px;
}

.missing-content-warning {
    border: 1px solid #FCADAD !important;
}

.k-selectable {
    cursor: pointer;
}

.breadcrumbNav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 140px;
}

    .breadcrumbNav > div {
        position: absolute;
        right: 15px;
        top: 7px;
        font-weight: 500;
    }

.k-grid-norecords-template {
    width: auto;
    padding: 0 20px;
}

.red {
    color: red;
}

.rowBold {
    font-weight: bold;
}

.datepicker {
    width: 100%;
}

.k-combobox-clearable {
    width: 100%;
}

.k-tabstrip-items .k-item {
    border-color: #ccc;
}

.application-status-label {
    color: #333333;
    font-weight: normal;
}

.assignment-col-header {
    text-decoration: underline;
}

.border-panel {
    border: 1px #cccccc solid;
    border-radius: 5px;
    margin-top: 15px;
    padding: 20px;
    min-height: 212px;
}

.panel-title {
    font-size: 20px;
}

.assignment .row {
    height: 33px;
}

.sea-application-toolbar {
    padding: 5px;
    margin: 5px;
    color: #428bca;
    font-weight: bold;
    border: 1px solid #428bca !important;
}

.sea-application-summary-title {
    margin-top: 20px;
}

.vce-provision-disabled {
    color: #999999;
}

.provision {
    margin-left: 20px;
}

.provision-deleted {
    color: #FF0000;
    text-decoration: line-through;
}

.provision-admin-added {
    color: #337ab7;
}

.provision-final-added {
    color: #337ab7;
}

.provision-final-deleted {
    color: #FF0000;
    text-decoration: line-through;
}

.provision-header {
    font-weight: bold;
}

.provision-checkbox {
    margin-right: 10px !important;
}

.provision-textbox {
    width: 450px;
    display: inline-block;
}

.provision-note-textarea {
    height: 170px !important;
    padding-left: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    resize: none;
    background-color: #f5f5f5;
}

.provision-note-row:hover {
    background-color: #e6e6e6;
}

.provision-comment-dropdown {
    width: 100%;
}

.provision-comment-dropdown-item {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-color: #e6e6e6;
    border-bottom-width: 1px;
}

.provision-comment-text-area {
    height: 95px !important;
    resize: none;
}

.provision-disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.provision-delete-button {
    margin-left: 20px;
}

.provision-minute {
    width: 90px !important;
    display: inline-block;
    margin-right: 5px;
}


.provision-minute-value {
    width: 70px !important; /*rfs 230308 made mbox a little wider so values inside not truncated*/
    display: inline-block;
    margin-right: 5px;
}

.add-provision-note-panel {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 650px;
    padding-right: 20px;
}

.add-provision-panel {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 650px;
}

.assessment-validation-error {
    border: 1px solid #f95353 !important;
}

.assessment-appeal-allowed {
    border: 1px solid #3366ff !important;
}

.centerDiv {
    width: 800px;
    height: 50px;
    position: fixed;
    margin-top: -25px;
    margin-left: -400px;
    top: 50%;
    left: 50%;
}
.assessment-summary-study-specific-message {
    color: #FF0000;
    font-weight: bold;
    font-style: italic;
}
.assessment-summary-warning {
    color: #FF0000;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    margin-top: 15px; /* Add some spacing above the error message */
    margin-bottom: 20px;
    margin-right: 100px;
}
/*---------------------------------*/
/*Grid Formatting*/

.mvc-grid {
    color: #444444;
    font-size: 12px;
    margin-top: 10px;
}

.mvc-grid-row-highlight {
    background-color: #ffe6e6;
}

    .mvc-grid-row-highlight td {
        border-bottom: 1px #ccc solid;
    }

.mvc-button {
    display: block;
    margin: auto;
}

.k-grid tbody tr, .k-grid tbody tr td {
    height: 37px;
}


.hidden-control {
    display: none;
}

.radio-option {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

/*---------------------------------*/
/*Row Formatting*/

.row-container {
    /*
        When creating boostrap rows, enclose with a div with this class.
        Need  to have this class because somewhere, something is causing an overflow to the 
        bootstrap row and creating a horizontal scroll bar. This fixes the problem.
    */
    margin-left: 20px;
    margin-right: 20px;
}

.row-margin {
    margin-top: 5px;
    margin-bottom: 5px;
}

.row-margin-medium {
    margin-top: 15px;
    margin-bottom: 5px;
}

.row-margin-large {
    margin-top: 35px;
    margin-bottom: 5px;
}

/*Kendo Notifications*/
/*---------------------------------*/
.error-notification {
    width: 550px;
    padding: 20px;
}

    .error-notification td {
        padding: 7px;
    }

.success-notification {
    width: 400px;
    padding: 20px;
}

    .success-notification td {
        padding: 7px;
    }

.warning-notification {
    width: 550px;
    padding: 20px;
}

    .warning-notification td {
        padding: 7px;
    }
/*---------------------------------*/



#EssayScoringGrid thead.k-grid-header th.k-header:first-child,
#EssayScoringGrid .k-grid-header th.k-header {
    text-align: center;
}

#EssayScoringGrid td[role="gridcell" ] {
    font-size: 1.5rem !important;
}

::placeholder {
    color: #AAAAAA;
    opacity: 1; /* Firefox */
    font-size: 0.95em;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #AAAAAA;
    font-size: 0.95em;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #AAAAAA;
    font-size: 0.95em;
}

.status-tile {
    font-size: 11px;
    border-radius: 4px;
    padding: 2px 4px;
    margin-right: 4px;
}

.status-draft, .status-late-pending {
    background-color: #5bc0de;
}

.status-submitted, .status-late-accepted {
    background-color: #00cc00;
}

.status-information-request, .status-late-declined {
    background-color: #d9534f;
}

.status-being-assessed {
    background-color: #009900;
}

.status-assessed {
    background-color: #004d00;
}

.status-ready-for-release {
    background-color: #ff8c1a;
}

.status-complete {
    background-color: #b35900;
}

.status-withdrawn {
    background-color: #777;
}

.status-expired, .status-late-cancelled {
    background-color: #f0ad4e;
}

.status-appeal-lodged {
    background-color: #517ab8;
}

.count-none {
    color: #FAFAFA;
    background-color: #A4A4A4;
}

.label-paleRed {
    color: #FAFAFA;
    background-color: #BF8098;
}
.label-purple {
    background-color: rebeccapurple;
}

.label-maroon {
    background-color: maroon;
}

.label-green {
    background-color: green;
}
.label-paleGreen {
    color: #FAFAFA;
    background-color: #689C68;
}

.label-darkblue {
    background-color: #303067;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 2px;
    white-space: nowrap;
    border-radius: 0;
    background: #517ab8;
}

    .ui-tabs .ui-tabs-nav li span {
        color: #FFF;
    }

/*Added by VM form SEA Maintenance screens-160301*/
.display-column {
    float: left;
}

.display-left {
    width: 25%;
}

.display-right {
    width: 75%;
}

.vertical-menu {
    width: 300px /* Set a width if you like */
}

    .vertical-menu a {
        background-color: white; /* white background color */
        color: black; /* Black text color */
        display: block; /* Make the links appear below each other */
        padding: 10px; /* Add some padding */
        text-decoration: none; /* Remove underline from links */
        font-size: 14px;
    }

        .vertical-menu a:hover {
            cursor: pointer;
            font-size: 18px;
        }

        .vertical-menu a.active {
            background-color: #337ab7; /* Add a blue color to the "active/current" link */
            color: white;
            border-color: #2e6da4;
        }

.k-window-content {
    padding: 15px 25px 15px 25px !important;
}

.windowFooter {
    border-top: 1px #eeee solid;
    width: 100%;
    padding-top: 15px;
    text-align: right !important;
}

.hidden {
    display: none;
}

.k-dialog .k-window-titlebar {
    background-color: #517ab8;
    color: white;
}

.success-notification td {
    max-width: 400px; /* Adjust the width as needed */
    word-wrap: break-word;
    white-space: pre-wrap; /* Enables '\n' to create new lines */
}

/*  text button used for "Student Search" and "SEA Applications" RFS 230463.08*/
.text-button {
    display: inline-block;
    padding: 4px 6px 2px 6px; /* Adjust padding to line up w non-button text*/
    border: 1px solid #BBBBBB; /* Border color */
    border-radius: 4px; /* rounded corners */
    text-decoration: none; /* Remove default underline for links */
    color: #000000;
    font-weight: bold;
    margin: 3px 1px 4px 4px;
    transition: background-color 0.2s, color 0.2s; /* Add smooth transitions */
}

.text-button:hover {
    background-color: #F4F0E8; /* Background color on hover */
    color: #000000; /* Text color on hover */
}

.lengthCounter {
    color: #707070;
    font-family: Arial, serif;
    font-weight: bold;
    font-size: 12px;
}

.lengthCounterError {
    font-style: italic;
    color: #B88600;
}

