/* Minification failed. Returning unminified contents.
(2445,21): run-time error CSS1033: Expected closing bracket, found 'i'
(2445,22): run-time error CSS1031: Expected selector, found ']'
(2445,22): run-time error CSS1025: Expected comma or open brace, found ']'
(2449,25): run-time error CSS1033: Expected closing bracket, found 'i'
(2449,26): run-time error CSS1031: Expected selector, found ']'
(2449,26): run-time error CSS1025: Expected comma or open brace, found ']'
 */
@media screen {
    html {
        height: 100%;
        overflow: auto;
        overflow-x: auto;
        overflow-y: scroll;
        background: url('../Images/bg_body.jpg') repeat-x;
        background-color: #C0C0C0;
    }

    body {
        height: 100%;
        margin: 0 auto;
        max-width: 1400px;
        min-width: 950px;
        padding: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }

        body.layoutNoMinWidth, body.layoutNoMaxMinWidth {
            min-width: 0;
        }

        body.layoutNoMaxWidth, body.layoutNoMaxMinWidth {
            max-width: 100%;
        }

        body.layoutNoCenter {
            margin: 0;
            text-align: left;
        }

        body.layoutLowerFloat, body.layoutLowerHide {
            height: auto;
        }

    .layoutPageWrap {
        height: 100%;
        text-align: left;
    }

    .layoutUpper {
        min-height: 100%;
        position: relative;
        background-color: #F7F7F7;
    }

    .layoutBodyFillAlternate {
        background-color: #65A0C6;
    }

    .layoutLowerFloat .layoutUpper, .layoutLowerHide .layoutUpper {
        min-height: 0;
        position: static;
    }

    * HTML .layoutUpper {
        height: 100%;
    }

    * HTML .layoutLowerFloat .layoutUpper, * HTML .layoutLowerHide .layoutUpper {
        height: auto;
    }

    .layoutHeader {
        /*BORDER-BOTTOM: #000 1px solid;*/
        background-color: #538e4b;
        color: #FFF;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .layoutColMaskLeft {
        clear: both;
        float: left;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .layoutColMaskMid {
        float: left;
        left: 220px; /* left col width */
        position: relative;
        width: 200%;
    }

    .layoutColLeftHide .layoutColMaskMid, .layoutColBothHide .layoutColMaskMid {
        left: 0;
    }

    .layoutColMaskRight {
        float: left;
        left: 50%;
        margin-left: -500px; /* -ve left col + right col width total */
        padding-bottom: 130px; /* must match layoutLower height */
        position: relative;
        width: 100%;
    }

    .layoutLowerFloat .layoutColMaskRight, .layoutLowerHide .layoutColMaskRight {
        padding-bottom: 0;
    }

    .layoutColLeftHide .layoutColMaskRight {
        margin-left: -280px; /* -ve right col width */
    }

    .layoutColRightHide .layoutColMaskRight {
        margin-left: -220px; /* -ve left col width */
    }

    .layoutColBothHide .layoutColMaskRight {
        margin-left: 0;
    }

    .layoutColMidWrap {
        float: right;
        position: relative;
        right: 100%;
        width: 50%;
    }

    .layoutColMidPad {
        margin: 0 0 0 500px; /* left col + right col width total */
        overflow: visible;
        position: relative;
    }

    .layoutColLeftHide .layoutColMidPad {
        margin-left: 280px; /* right col width */
    }

    .layoutColRightHide .layoutColMidPad {
        margin-left: 220px; /* left col width */
    }

    .layoutColBothHide .layoutColMidPad {
        margin-left: 0;
    }

    .layoutColMid {
        margin: 0;
        overflow: hidden;
        width: auto;
        background: #F7F7F7;
        border: 0;
        min-height: 450px;
        padding:0;
        min-height:100%;
    }

    .layoutColLeftPad {
        float: left;
        left: 280px; /* right col width */
        margin-left: -50%;
        overflow: hidden;
        position: relative;
        width: 220px; /* left col width */
    }

    .layoutColLeftHide .layoutColLeftPad, .layoutColBothHide .layoutColLeftPad {
        display: none;
    }

    .layoutColRightHide .layoutColLeftPad {
        left: 0;
    }

    .layoutColLeft {
        margin: 0 0 0 10px;
        overflow: hidden;
        width: auto;
    }

    .layoutColRightPad {
        float: left;
        left: 0;
        /* Disabled to allow jQuery 'Chosen' dropdowns to work correctly ... */
        /*overflow: hidden;*/
        position: relative;
        width: 280px; /* right col width */
    }

    .layoutColRightHide .layoutColRightPad, .layoutColBothHide .layoutColRightPad {
        display: none;
    }

    .layoutColRight {
        margin: 0 10px 0 0;
        /* Disabled to allow jQuery 'Chosen' dropdowns to work correctly ... */
        /*overflow: hidden;*/
        width: auto;
    }

    .layoutMaskLower {
        background-color: Transparent;
        bottom: 0;
        clear: both;
        height: 130px; /* must match layoutLower height */
        position: absolute;
        width: 100%;
        z-index: -1000;
    }

    .layoutLowerFloat .layoutMaskLower, .layoutLowerHide .layoutMaskLower {
        display: none;
    }

    .layoutLower {
        background-color: #646362;
        clear: both;
        color: #FFF;
        float: left;
        height: 130px;
        margin: -130px 0 0 0; /* must match (-ve) layoutLower height */
        padding: 0;
        position: relative;
        width: 100%;
    }

    .layoutLowerFloat .layoutLower, .layoutLowerHide .layoutLower {
        margin: 0;
    }

    .layoutLowerHide .layoutLower {
        display: none;
    }
    /*
.layoutHeader P, .layoutHeader H1, .layoutHeader H2, .layoutHeader H3
{
	MARGIN: 0;
}
.layoutLower P
{
	MARGIN-BOTTOM: 0;
}
*/
    .layoutDisplayHeader, .layoutDisplayFooter {
        text-align: center;
    }
        /*
.layoutDisplayHeader P, .layoutDisplayHeader H1, .layoutDisplayHeader H3, .layoutDisplayHeader H3
{
	MARGIN-TOP: 0.2em;
}
.layoutPrintFooter P
{
	MARGIN: 0.2em 0 0 0;
}
*/
        .layoutDisplayFooter P {
            MARGIN: 0.6em 0 0 0;
        }

    .layoutPrintHeader, .layoutPrintFooter, .layoutPrintOnly {
        display: none;
    }
    /*
.layoutDisplayHeader, .layoutDisplayFooter, .layoutDisplayOnly
{
}
*/
    .layoutDisplayFooter {
        border-top: none;
    }
}
@media print {
    HTML {
        height: auto !important;
        overflow: auto !important;
        overflow-x: auto !important;
        overflow-y: auto !important;
        background-color: #fff !important;
    }

    BODY {
        /*.layoutLowerFloat */
        height: auto !important;
        max-width: 100% !important;
        min-width: 100% !important;
        text-align: left !important;
        margin: 0 !important;
        background: #fff !important;
        font-size: 10pt; /* increase font-size for printing */
        color: #000 !important;
    }

    h1, h3 {
        color: #000 !important;
    }

    .layoutPageWrap {
        width: 100% !important;
    }

    .layoutUpper {
        /*.layoutLowerFloat */
        position: static !important;
        min-height: 0 !important;
    }

    * HTML .layoutUpper {
        /*.layoutLowerFloat */
        height: auto !important;
    }

    .layoutHeader, .layoutHeader h1, .layoutLower, .layoutUpper, .layoutPrintHeader, .layoutPrintFooter {
        background: transparent !important;
        /*color: #000 !important;*/
    }

    .layoutColMaskMid {
        /* .layoutColBothHide */
        left: 0 !important;
        width: auto !important;
    }

    .layoutColMaskRight {
        /*.layoutLowerFloat */
        padding-bottom: 0 !important; /* .layoutColBothHide */
        margin-left: 0 !important;
        position: static !important;
    }
    /*
*/
    .layoutColMidWrap {
        float: none !important;
        position: static !important;
        right: 0 !important;
        width: auto !important;
    }

    .layoutColMidPad {
        /* .layoutColBothHide */
        margin-left: 0 !important;
    }

    .layoutColLeftPad {
        /* .layoutColBothHide */
        display: none !important;
    }

    .layoutColRightPad {
        /* .layoutColBothHide */
        display: none !important;
    }

    .layoutColMid {
        min-height: 0 !important;
        border: 0 !important;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding:0;
        min-height:100%;
    }

    .layoutMaskLower {
        /*.layoutLowerFloat */
        display: none !important;
    }

    .layoutLower {
        /*.layoutLowerFloat */
        margin: 0 !important;
        height: auto !important;
    }

    .layoutHeader P, .layoutHeader H1, .layoutHeader H2, .layoutDisplayFooter P {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .layoutDisplayHeader, .layoutDisplayFooter, .layoutDisplayOnly, a.back_to_top {
        display: none !important;
    }

    .layoutPrintHeader, .layoutPrintFooter, .layoutPrintOnly {
        display: block !important;
    }

    .layoutPrintHeader {
        text-align: left !important;
    }

    .layoutPrintFooter {
        text-align: center;
    }

    a:link, a:visited {
        color: #000 !important;
        font-weight: bold !important;
        text-decoration: none !important;
    }

    .modal, .modal-backdrop {
        display: none !important;
    }

    .table-head {
        color: #000 !important;
        font-weight: bold !important;
        background: #fff !important;
        border: 1px solid #000;
        border-top: 1px solid #000 !important;
    }

        .table-head div {
            border-left: none !important;
        }

    .bookingsummary {
        page-break-inside: avoid !important;
    }

    #heading_day {
        margin-top: 35px;
    }

    .smallbutton {
        background-color: #fff !important;
        border: 1px solid #000 !important;
        color: #000 !important;
    }

    .longtext {
        height: 100% !important;
        background-color: #fff;
        overflow: visible !important;
    }

    .heading-wrapper .middle, .heading-wrapper .wide {
        margin-left: 0 !important;
    }

        .heading-wrapper .middle H1, .heading-wrapper .middle H3, .heading-wrapper .wide H1, .heading-wrapper .wide H3 {
            text-align: center !important;
            color: #000;
        }

    #parameterInputs {
        margin-left: 0;
    }

        #parameterInputs input[type=text] {
            text-align: left !important;
            padding: 0;
            margin: 0;
        }

    .tab-wrapper {
        padding-top: 0;
        border-bottom: 0;
    }

    .main-wrapper {
        padding-top: 0;
        color: #000;
        /*border-top: 0px;*/
        border-top: 5px solid #000 !important;
    }

    .sort-tool {
        display: none !important;
    }

    #convertAllBookingsToAttendancePanel {
        display: none !important;
    }

    .headingtool {
        visibility: hidden;
    }

    input, .combo {
        border: 1px solid #000 !important;
    }

    .featureblockheader, .sectionhead, .main-wrapper {
        color: #000 !important;
    }

    .featurebutton {
        visibility: hidden;
    }
}
/*
 ======================= reset ============================
*/
html {
    color: #000;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote /*, th, td */ {
    margin: 0;
    padding: 0;
}

div {
    word-wrap: break-word;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font-size: 100%;
    *font-size: 100%;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}
/*
li
{
	list-style: none;
}
*/
caption, th {
    text-align: left;
}

h2, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

legend {
    color: #000;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    font-size: 100%;
    *font-size: 100%;
}

*:focus {
    outline: 0 none transparent;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    font-size: 108%;
    *font-size: 108%;
    line-height: 100%;
}

button, input[type=button] {
    width: auto;
    overflow: visible;
    cursor: pointer;
    cursor: hand;
}
/*
 ======================= base ============================
*/

h2 {
    font-size: 123.1%;
}

h1, h2, h3 {
    /* Top & bottom margin based on font size. */
    margin: 0.05em 0 0.05em;
}

optgroup {
    font-weight: normal;
}

abbr, acronym {
    /* Indicating to users that more info is available. */
    border-bottom: 1px dotted #000;
    cursor: help;
}

em {
    /* Bringing italics back to the em element. */
    font-style: italic;
}

del {
    /* Striking deleted phrases. */
    text-decoration: line-through;
}

blockquote, ul, ol, dl {
    /* Giving blockquotes and lists room to breath. */
    margin: 1em;
}

ol, ul, dl {
    /* Bringing lists on to the page with breathing room. */
    margin-left: 2em;
}
    /*
ol li
{
	list-style: decimal outside;
}
ul li
{
	list-style: disc outside;
}
*/
    dl dd {
        /* Giving UL's LIs generated numbers. */
        margin-left: 1em;
    }

th {
    /* Distinguishing table headers from data cells. */
    font-weight: bold;
    text-align: center;
}

caption {
    /* Coordinated margin to match cell's padding. */
    margin-bottom: .5em; /* Centered so it doesn't blend in to other content. */
    text-align: center;
}

sup {
    /* to preserve line-height and selector appearance */
    vertical-align: super;
}

sub {
    /* to preserve line-height and selector appearance */
    vertical-align: sub;
}

p, fieldset, pre {
    /* So things don't run into each other. */
    margin: 0.4em 0 0.8em;
}
/* Opera requires 1px of padding to render with contemporary native chrome */
button, input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] {
    padding: 1px;
}

/* html elements */

body {
    font-family: 'OpenSansLight', sans-serif;
    font-size: 14px;
}

p {
    orphans: 2;
    widows: 2;
}

.layoutHeader h1 {
    color: #FFF;
}

.layoutDisplayFooter p {
    font-size: 10px;
}

a {
    color: #2087b9;
}

    a:visited {
        color: #2087b9;
    }

.userInfo {
    font-size: 16px;
    font-weight: bold;
}

.topMenuItem {
    font-family: 'OpenSansExtrabold', sans-serif;
    font-size: 22px;
    padding: 10px 0 5px 42px;
}

    .topMenuItem a {
        color: white;
        text-decoration: none;
    }

        a:hover, .topMenuItem a:hover, .logoff, a.logoff, .userInfo {
            color: #f0b331;
        }

a.currentMenuItem {
    color: #96cae6;
}

.logoff, a.logoff, .smalllink {
    font-size: 16px;
    font-weight: bold;
}

tr.altRow {
    background-color: rgb(242, 242, 242);
}

tr.hilightRow {
    background-color: rgb(205, 254, 205);
}

.rbList label {
    vertical-align: top;
}

.rbList input {
    padding-top: 2px !important;
}

.headingtool .lefty, .modal .box-summary {
    background-color: #EFEFF0;
    color: #333;
}

.headingtoolitem, .icon {
    display: block;
    height: 36px;
    width: 50px;
}

.leftarrow {
    background: url(../Images/icon-arrows-dates-lft.png);
}

.headingtoolitem:hover, .icon:hover {
    background-position: 0 100%;
}

.rightarrow {
    background: url(../Images/icon-arrows-dates-rgt.png);
}

.signinsheeticon {
    background: url(../Images/icon-signin.png);
}

.weeklyattendanceregistericon {
    background: url(../Images/icon-weekly-report.png);
}

.searchicon {
    background: url(../Images/icon-search.png) 0 0;
}

.addchildicon {
    background: url(../Images/icon-add.png);
}

.calendaricon {
    background-image: url(../Images/icon-calendar-picker.png);
}

.main-wrapper .icon, .modal .icon {
    border-top: 2px solid #e5f0f6;
    background-color: #e5f0f6;
}

    .main-wrapper .icon.closeicon, .modal .icon.closeicon {
        border-color: #9b0000;
    }

.closeicon {
    background: url(../Images/icon-modal-close.png);
}

    .closeicon:hover, .focused .closeicon {
        background-position: 0 100%;
    }

.backicon {
    padding-top: 20px;
}

    .backicon div {
        background: url(../Images/icon-arrow-back.png) left no-repeat;
        padding: 8px 0 8px 40px;
    }

    .backicon a {
        font-size: 16px;
        text-decoration: none;
    }

.toggleoff, .toggleon {
    padding: 10px 10px 10px 25px;
    -webkit-background-size: 12px 24px;
    -moz-background-size: 12px 24px;
    background-size: 12px 24px;
    border: 1px solid #fff;
    text-decoration: none;
}

    .toggleoff:hover, .toggleon:hover {
        background-position: 6px -45px;
        color: #f0b331;
    }

.toggleoff {
    background: url(../Images/icon-arrows-showhide-dwn.png) 6px 15px no-repeat;
}

.toggleon {
    background: url(../Images/icon-arrows-showhide-up.png) 6px 15px no-repeat;
}

.addicon {
    background: url(../Images/icon-modal-plus.png) 0 3px no-repeat;
    padding-left: 25px;
    font-size: 16px;
    -webkit-background-size: 15px 45px;
    -moz-background-size: 15px 45px;
    background-size: 15px 45px;
}

.backbutton {
    background: url(../Images/icon-modal-back.png) 0 4px no-repeat;
    padding-left: 25px;
    font-size: 16px;
    -webkit-background-size: 15px 45px;
    -moz-background-size: 15px 45px;
    background-size: 15px 45px;
}

.smallbutton .addicon {
    background: url(../Images/icon-plus-small.png) 0 5px no-repeat;
    padding-left: 10px;
    font-size: 12px;
    -webkit-background-size: 7px 7px;
    -moz-background-size: 7px 7px;
    background-size: 7px 7px;
}

.elilogo {
    background: url(../Images/education-logo.png);
    background-size: 281px;
    width: 281px;
    height: 27px;
}

.moefooter {
    background: url(../Images/logo-minedu.png);
    width: 250px;
    height: 64px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 10px;
}

.menucorner {
    background: url(../Images/menu-cnr-bottom-left.png);
    width: 62px;
    height: 17px;
}

input[type=text]:disabled, .combo select:disabled {
    background-color: rgba(204, 204, 204, 0.5);
}

input[type=text], input[type=number], input[type=email], .combo {
    border: 0;
    background: #fff;
    margin: 0;
}

.combo {
    overflow: hidden;
    background: url(../Images/select-modal-arrow-down.png) no-repeat 90% 50% #fff;
}

    .combo.roundedcombo {
        background: url(../Images/select-arrows.png) no-repeat right #fff;
        border: none;
        padding: 2px 0;
    }

.inputleft {
    background: url(../Images/select-cnr-left.png) no-repeat left;
    width: 20px;
    height: 38px;
    margin-left: 10px;
}

.inputright {
    background: url(../Images/select-cnr-right.png) no-repeat right;
    width: 16px;
    height: 38px;
    margin-right: 10px;
}

.validation {
    color: #FEFB4B;
    font-size: 15px;
}

input[type=text].error, input[type=number].error, input[type=email].error, input[type=password].error, .combo.error, .errorHighlightWrapper.error {
    border: 2px solid #CE3B32;
}

input[type=text], input[type=number], input[type=email], input[type=password], .combo {
    border: 2px solid #fff;
}

input[type=text], input[type=number], input[type=email], input[type=password], select {
    font-size: 18px;
    color: #424242;
}

input[type=text], input[type=number], input[type=email], input[type=password] {
    height: 28px;
    padding: 3px;
}

input[type=checkbox] {
    margin-right: 6px;
}

div.combo {
    height: 34px;
}

.combo select {
    background: transparent;
    padding: 4px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    height: 34px;
}

.combo option {
    background: transparent;
}

button, input[type=submit] {
    border: 2px solid #909090;
    background-color: #fff;
    color: #424242;
    border-radius: 17px;
}

.primary, .secondary, input[type=submit] {
    font-size: 18px;
    padding: 7px 20px 8px 20px;
}

.lefty button {
    margin-right: 15px;
}

.righty button {
    margin-left: 15px;
}

.primary, input[type=submit] {
    background-color: #9E035B;
    border: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-family: 'OpenSansBold';
    font-size: 18px;
    color: #FFFFFF;
}

    .primary:active {
        background-color: #822552;
    }

#modalHeader .primary,
#modalFooter .primary,
.table-confirm-footer .primary {
    background-color: #efeff0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: inset 0 0 0 #000000;
    -moz-box-shadow: inset 0 0 0 #000000;
    -webkit-box-shadow: inset 0 0 0 #000000;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,1);
    box-shadow: inset 0 0 0 #000000;
    box-shadow: inset 0 0 0 rgba(0,0,0,1);
    color: #497ea4;
}

.table-confirm-footer button {
    font-family: OpenSansBold;
}

#modalFooter .secondary {
    font-family: OpenSansBold;
    color: #497ea4;
}

.secondary {
    background-color: #EFEFF0;
    border: 1px solid #d8d8d8;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 18px;
    color: #497ea4;
}

    .secondary:active {
        background-color: #e4e4e4;
    }

.featurebutton {
    border: none;
    background-color: #375A5C;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px 6px 20px;
}

.smallbutton {
    font-size: 12px;
    padding: 2px 15px 3px 15px;
}

.headerbutton {
    border-radius: 3px;
    padding: 7px 12px 10px 10px;
    background-color: #7bb1d3;
}

    .headerbutton .addicon {
        background-position: 0 -27px;
        font-size: 15px;
        color: white;
    }

/* custom classes */

.lefty {
    float: left;
}

.righty {
    float: right;
}

.clear {
    border: 0;
    clear: both;
    margin: 0;
    padding: 0;
}

.not {
    display: none;
}

.hideonconfirm.confirming {
    display: none !important;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.cliptext {
    overflow: hidden;
    text-overflow: ellipsis;
}

.fixed-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
}

.heading-wrapper {
    padding-bottom: 15px;
}

    .heading-wrapper .side {
        padding-top: 50px;
        width: 200px;
    }

    .middle, .heading-wrapper .wide {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

.filter-wrapper .middle {
    font-family: OpenSansRegular;
}

.heading-wrapper .middle {
    width: 910px;
}

.middle {
    width: 650px;
}

.heading-wrapper .wide {
    width: 900px;
}

.filter-wrapper, .tab-wrapper, .box-body-head {
    background-color: #97CAE7;
}

.filter-wrapper, .tab-wrapper {
    width: 100%;
    padding-top: 20px;
    border-bottom: 5px solid #497EA4;
}

.filter-wrapper {
    padding-bottom: 20px;
}

.tab {
    font-size: 22px;
    width: 150px;
    padding: 10px;
    margin: 0 3px;
    text-align: center;
    display: inline-block;
}

    .tab a {
        color: #CBE4F3;
        text-decoration: none;
    }

    .tab.selected a {
        color: #fff;
    }

    .tab.selected {
        background-color: #497EA4;
    }

.tab-table {
    display: table;
    border-spacing: 10px 0;
}

.tab-table-row {
    display: table-row;
}

.tab-table-cell {
    display: table-cell;
    vertical-align: middle;
}

strong {
    font-family: OpenSansBold;
}

h1 {
    letter-spacing: -2px;
    font-size: 40px;
    line-height: 40px;
    line-height: none;
    font-weight: normal;
}

h3 {
    font-size: 20px;
    font-weight: normal;
}

h1, h3 {
    color: #3E6061;
}

.main-wrapper h1, .main-wrapper h3 {
    color: #fff;
}

.box-header {
    padding: 10px 0;
}

.box-summary {
    padding-left: 15px;
}

.box-header, .box-footer, .body-detail {
    font-size: 18px;
}

.box-body-head {
    font-size: 15px;
    padding: 20px;
}

.box-body {
    color: #fff;
    padding: 25px 25px 0 25px;
    font-size: 15px;
    background-image: -o-linear-gradient(0, rgb(87,159,198) 0, rgb(52,155,205) 100%);
    background-image: -moz-linear-gradient(0, rgb(87,159,198) 0, rgb(52,155,205) 100%);
    background-image: -webkit-linear-gradient(0, rgb(87,159,198) 0, rgb(52,155,205) 100%);
    background-image: -ms-linear-gradient(0, rgb(87,159,198) 0, rgb(52,155,205) 100%);
    background-image: linear-gradient(0, rgb(87,159,198) 0, rgb(52,155,205) 100%);
}

.box-body-item {
    padding-bottom: 25px;
}

.box-body .heading {
    font-size: 24px;
}

.box-footer {
    padding-top: 30px;
}

.main-wrapper, .tab, .box-body {
    background: #65A0C6;
}

.main-wrapper {
    padding: 0 0 100px 0;
    border-top: 5px solid #538eb8;
}

    .main-wrapper, .main-wrapper a {
        color: #fff;
    }

        .main-wrapper .fixed-wrapper {
            margin-top: -5px;
        }

.highlight {
    font-family: OpenSansRegular;
    background-color: #f0b331 !important;
}

.overflow-wrapper {
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px #ddd solid;
}

.overflow-heading {
    background-color: #65a0c6;
    padding: 20px;
    color: white;
}

    .overflow-heading strong {
        font-size: 16px;
    }

.overflow-item {
    background: #eee;
    padding: 18px;
    font-family: OpenSansRegular;
    font-size: 12px;
    border-top: 1px #ddd solid;
}

.featureblock {
    background-color: #fff;
    padding: 20px;
    color: #000;
}

    .featureblock .backicon {
        padding-top: 0;
    }

.featureblockheader {
    background-color: #375A5C;
    padding: 15px;
    color: #fff;
}

    .featureblockheader .featurebutton {
        background-color: #1c2d2e;
        margin-bottom: 10px;
        min-width: 180px;
        max-width: 225px;
    }

.formfooter {
    padding: 30px;
    background-color: #eee;
    color: #000;
    text-align: right;
}

    .formfooter button {
        min-width: 120px;
    }

.formfeature {
    margin-bottom: 30px;
}

    .formfeature .righty {
        text-align: right;
        width: 300px;
    }

.featurebutton {
    background: #1c2d2e;
}

.sectionbody .combo, .sectionbody input[type=text], input[type=number], input[type=email], input[type=password] {
    border: 1px solid #ccc;
    background-position: 97% 50%;
    width: 399px;
}

.sectionbody .widerow .combo {
    background-position: 99% 50%;
    width: 848px;
}

.sectionbody input[type=text].error, input[type=number].error, input[type=email].error, .sectionbody .combo.error {
    border: 1px solid #f00 !important;
}

.sectionbody select {
    width: 425px;
}

.sectionbody .widerow select {
    width: 900px;
}

.sectionbody .featurebutton {
    background-color: #ccc;
    color: #000;
    text-decoration: none;
}

.sectionhead {
    background: #1E2D2E;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
}

.sectionbody > div {
    padding: 0 20px 30px 20px;
    font-family: OpenSansRegular;
}

    .sectionbody > div.clear {
        padding: 0;
    }

.sectionbody.sectionsubheading > div {
    padding-bottom: 0;
}

.sectionbody > .lefty {
    width: 405px;
}

.sectionbody .validation {
    color: #f00;
}

.featureblockheader .label {
    padding-bottom: 5px;
}

.sectionbody .label {
    padding: 20px 0 5px 0;
}

.sectiontitle {
    margin-top: 15px;
}

.table a {
    color: #2087b9;
}

.sort-tool {
    font-size: 12px;
    background-color: #8d1b5e;
    padding: 5px 20px 5px 0;
    margin-left: 12px;
    display: inline-block;
}

.table-head .asc, .table-head .desc {
    background: url(../Images/icon-arrows-sort.png) no-repeat;
    height: 10px;
    width: 10px;
    display: inline-block;
    -webkit-background-size: 24px 18px;
    -moz-background-size: 24px 18px;
    background-size: 24px 18px;
    margin-left: 4px;
}

.sort-tool .asc, .sort-tool .desc {
    margin-right: -14px;
}

.table-head .desc {
    background-position: 0 3px;
}

.table-head .asc {
    background-position: -15px 3px;
}

.sort-tool a {
    padding-left: 20px;
    color: #C56294;
}

    .sort-tool a.sorted {
        color: #fff;
    }

.table-head {
    border-top: 5px solid #8d1b5e;
    background-color: #AC1F66;
    font-size: 18px;
}

    .table-head a {
        text-decoration: none;
    }

.featureblock .table-head {
    border-top: none;
    color: #fff;
}

.table-confirm {
    font-size: 12px;
    text-align: left;
    padding: 10px 20px;
    background-color: #f0b331;
    color: #000;
}

.table-head, .table-row, .table-confirm {
    font-family: OpenSansRegular;
}

    .table-head .lefty, .table-head .middle {
        padding: 5px;
    }

    .table-row .lefty, .table-row .righty {
        padding: 10px 10px 10px 15px;
    }

.table-row {
    background-color: #fff;
    font-size: 13px;
    color: #000;
}

    .table-row a.fake-link {
        color: #000;
        text-decoration: none;
    }

.table-footer {
    padding: 20px;
    background-color: #eee;
}

    .table-footer .validation {
        color: #f00;
    }

.alt {
    background-color: #f1f1f1;
}

.longtext {
    padding: 10px 25px;
    background-color: #eee;
    overflow: auto;
    height: 350px;
    text-align: left;
}

.search {
    white-space: nowrap;
}

.fake-link {
    cursor: pointer;
    cursor: hand;
}

.spacedRadioButtons label {
    margin-right: 12px;
    padding-left: 3px;
}

.spacedCheckBoxes label {
    margin-right: 15px;
    padding-left: 5px;
    vertical-align: top;
}

.blockCheckBoxes label, .blockCheckBoxes input {
    display: block;
    float: left;
}

.blockCheckBoxes label {
    width: 80%;
}

.validator {
    /*background-color: #fcf0f0;*/
    /*border: 1px solid #c60000;*/
    color: red;
    /*display: block;
	display: inline-block;*/
    font-size: 9px;
    padding: 3px;
    /*vertical-align: middle;*/
}

.warning {
    color: red;
    padding: 0px 5px 10px 5px;
}

.wordWrap {
    word-wrap: break-word;
}

.display_none {
    display: none;
}

.breadcrumb {
    padding-top: 10px;
}

.breadcrumb a {
    color: #3E6061;
    text-decoration: none;
}

/* bootstrap modal */
/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

        .modal-backdrop,
        .modal-backdrop.fade.in {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

.modal, .modal .fixed-wrapper {
    width: 660px;
}

.modal {
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 1050;
    margin-left: -280px;
    background-color: #F7F7F7;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    -webkit-box-shadow: 0 3px 7px #000000;
    -webkit-box-shadow: 0 3px 7px #000000;
    -moz-box-shadow: 0 3px 7px #000000;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px #000000;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}

#modal {
    display: block;
}

#modalMain {
    padding: 10px 30px 30px 30px;
}

.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}

    .modal.fade.in {
        top: 10%;
    }

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}

.modal-form {
    margin-bottom: 0;
}

.modal .heading, .box-body .heading {
    font-size: 34px;
    line-height: 34px;
}

.modal .heading, .modal h3, .box-header {
    color: #316566;
}

.box-body .heading {
    color: #fff;
}

.modal a {
    text-decoration: none;
    color: #000;
}

.modal button,
.table-footer button {
    min-width: 120px;
}

.modal h3 {
    margin-top: 5px;
}

.box-body-head h3 {
    color: #000;
    margin-top: 0;
}

#modalExtraButton {
    border: 1px solid #d8d8d8;
    padding: 5px 12px 7px 10px;
}

#modalFooter, .table-confirm-footer {
    background-color: #023F44;
    color: #fff;
}

#modalHeader .heading-wrapper {
    padding-left: 30px;
}

    #modalHeader .heading-wrapper .lefty {
        padding-top: 30px;
    }

.modalNav {
    padding: 10px;
}

.modalNav, .table-footer {
    font-size: 15px;
    font-family: OpenSansRegular;
}

    .modalNav a {
        color: #fff;
    }

    .modalNav .lefty:hover a, .modalNav .righty:hover a {
        color: #f0b331;
    }

    .modalNav .lefty, .modalNav .righty {
        -webkit-background-size: 12px 61px;
        -moz-background-size: 12px 61px;
        background-size: 12px 61px;
        background-repeat: no-repeat;
    }

    .modalNav .lefty {
        background-image: url("../Images/icon-arrows-kids-lft.png");
        padding-left: 20px;
        background-position: 0 0;
    }

        .modalNav .lefty:hover {
            background-position: 0 -40px;
        }

    .modalNav .righty:hover {
        background-position: right -40px;
    }

    .modalNav .righty {
        background-image: url("../Images/icon-arrows-kids-rgt.png");
        padding-right: 20px;
        background-position: right 0;
    }

/* custom font */

@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('fonts/opensans-extrabold-webfont-custom.eot');
    src: url('fonts/opensans-extrabold-webfont-custom.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-extrabold-webfont-custom.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/opensans-bold-webfont-custom.eot');
    src: url('fonts/opensans-bold-webfont-custom.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-bold-webfont-custom.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans-regular-webfont-custom.eot');
    src: url('fonts/opensans-regular-webfont-custom.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont-custom.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/opensans-light-webfont-custom.eot');
    src: url('fonts/opensans-light-webfont-custom.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-light-webfont-custom.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* calendar */

.calendar div {
    word-wrap: normal !important;
}

.calendar {
    border-width: 1px;
    border-style: solid;
    border-color: #cbcbcb;
    word-wrap: normal !important;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    text-align: center;
    padding: 6px;
    color: #555;
    font-family: OpenSansLight;
    font-size: 14px;
}

    .calendar .lefty, .calendar .righty {
        cursor: pointer;
        padding: 0;
        width: 24px;
        text-align: center;
        height: 20px;
    }

    .calendar .day:hover, .calendar .nav:hover {
        background-color: #4f8ab5;
        color: #fff;
    }

        .calendar .day:hover.current {
            background-color: #f0b331;
        }

    .calendar .month {
        width: 110px;
        text-align: center;
        color: #054042;
        font-family: OpenSansBold;
    }

    .calendar .dow {
        color: #777;
        font-family: OpenSansRegular;
        font-size: 12px;
    }

    .calendar .day {
        background-color: #b0ccdc;
    }

    .calendar .today {
        color: #9e035b;
        font-family: OpenSansRegular;
    }

    .calendar .current {
        font-family: OpenSansBold;
        background-color: #f0b331;
        color: #000;
    }

    .calendar .othermonth {
        color: #65a0c6;
        background-color: #fff;
    }

    .calendar .disabled {
        color: #d9e3e9;
    }

.ddmmyyyy {
    width: 120px !important;
    text-align: center;
}

/* popups */

.popup {
    position: absolute;
    background-color: white;
    width: 265px;
    padding: 10px;
    z-index: 1000;
}

    .popup h3 {
        padding-bottom: 10px;
    }

.popupclose {
    position: absolute;
    z-index: 1001;
}

#feedbackItems {
    top: 0;
    z-index: 10000;
    background-color: #97cae7;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: OpenSansRegular;
    color: #fff;
}

    #feedbackItems.floating {
        position: absolute;
        background-color: transparent;
        left: 0;
    }

.feedbackText {
    padding: 8px 30px 0 30px;
}

.feedbackItem.loading {
    background-color: #8e998c;
}

.feedbackItem.success {
    background-color: #336633;
}

.feedbackItem.feedbackError {
    background-color: #9b0000;
}

.feedbackItem.feedbackError {
    background-color: #9b0000;
}

#modal .feedbackItem.table {
    display: none !important;
}

.feedbackItem.table {
    background-color: #ac1f66;
}

.feedbackItem {
    background: url(../Images/icon-message-close.png) 100% 4px no-repeat;
    min-height: 36px;
    padding: 4px;
}

    .feedbackItem.table, .modal .feedbackItem, .modal .feedbackItem:hover {
        background-image: none;
    }

    .feedbackItem:hover {
        background-position: 100% -68px;
    }

#login, #loginExtraLinks {
    width: 550px;
}

#login {
    border: 10px solid #97cae7;
    background-color: #fff;
    margin: 80px auto 0 auto;
    text-align: center;
    background-image: url("../Images/eli-words.png");
    background-repeat: no-repeat;
    background-position: 50% 30px;
    -webkit-background-size: 483px 79px;
    -moz-background-size: 483px 79px;
    background-size: 483px 79px;
}

    #login button {
        margin: 180px 0 80px 0;
    }

    #login .fixed-wrapper {
        width: auto;
    }

#loginFooter {
    background-color: #f3f3f3;
    padding: 15px 20px;
    text-align: justify;
    font-size: 13px;
    font-family: OpenSansRegular;
}

#loginExtraLinks {
    margin: 0 auto 80px auto;
    margin-top: 10px;
    text-align: center;
}

    #loginExtraLinks a {
        color: #fff;
    }

    #loginExtraLinks .userInfo {
        color: #fff;
    }

/* retina images */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
    .backicon div {
        background-image: url(../Images/icon-arrow-back@2x.png);
        -webkit-background-size: 32px 32px;
        -moz-background-size: 32px 32px;
        background-size: 32px 32px;
    }

    .table-head .asc, .table-head .desc {
        background-image: url(../Images/icon-arrows-sort@2x.png);
    }

    .headingtoolitem {
        -webkit-background-size: 50px 108px;
        -moz-background-size: 50px 108px;
        background-size: 50px 108px;
    }

    .closeicon {
        -webkit-background-size: 50px 108px;
        -moz-background-size: 50px 108px;
        background-size: 50px 108px;
    }

    .leftarrow {
        background-image: url(../Images/icon-arrows-dates-lft@2x.png);
    }

    .rightarrow {
        background-image: url(../Images/icon-arrows-dates-rgt@2x.png);
    }

    .calendaricon {
        background-image: url(../Images/icon-calendar-picker@2x.png);
    }

    .signinsheeticon {
        background-image: url(../Images/icon-signin@2x.png);
    }

    .weeklyattendanceregistericon {
        background-image: url(../Images/icon-weekly-report@2x.png);
    }

    .closeicon {
        background-image: url(../Images/icon-modal-close@2x.png);
    }

    .backbutton {
        background-image: url(../Images/icon-modal-back@2x.png);
    }

    .addicon {
        background-image: url(../Images/icon-modal-plus@2x.png);
    }

    .smallbutton .addicon {
        background-image: url(../Images/icon-plus-small@2x.png);
    }

    .searchicon {
        background-image: url(../Images/icon-search@2x.png);
    }

    .addchildicon {
        background-image: url(../Images/icon-add@2x.png);
    }

    .elilogo, .menucorner, .inputleft, .inputright, .moefooter {
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .elilogo {
        background-image: url(../Images/logo-eli-acronym@2x.png);
    }

    .moefooter {
        background-image: url(../Images/logo-minedu@2x.png);
    }

    .menucorner {
        background-image: url(../Images/menu-cnr-bottom-left@2x.png);
    }

    .combo {
        background-image: url(../Images/select-modal-arrow-down@2x.png);
        background-size: 17px 9px;
    }

        .combo.roundedcombo {
            background-image: url(../Images/select-arrows@2x.png);
            background-size: 30px 38px;
        }

    .inputleft {
        background-image: url(../Images/select-cnr-left@2x.png);
    }

    .inputright {
        background-image: url(../Images/select-cnr-right@2x.png);
    }

    .modalNav .righty {
        background-image: url("../Images/icon-arrows-kids-rgt@2x.png");
    }

    .modalNav .lefty {
        background-image: url("../Images/icon-arrows-kids-lft@2x.png");
    }

    .toggleoff, .toggleon {
        -webkit-background-size: 12px 48px;
        -moz-background-size: 12px 48px;
        background-size: 12px 48px;
    }

        .toggleoff:hover, .toggleon:hover {
            background-position: 6px -21px;
        }

    .toggleoff {
        background-image: url(../Images/icon-arrows-showhide-dwn@2x.png);
    }

    .toggleon {
        background-image: url(../Images/icon-arrows-showhide-up@2x.png);
    }

    .feedbackItem {
        background-size: 50px 108px;
        background-image: url(../Images/icon-message-close@2x.png);
    }

    #login {
        background-image: url("../Images/eli-words@2x.png");
    }
}

button:focus, a:focus, input[type=radio]:focus, .tab.focused {
    background-color: #f0b331 !important;
}

input[type=text]:focus, input[type=number]:focus, .combo select:focus, button:focus, a:focus, input[type=radio]:focus, .focusWrapper.focused {
    color: #000 !important;
    border-color: #f0b331 !important;
}

.focused label {
    border-bottom: 2px solid #f0b331;
}

.toolcontrol {
    border: 1px solid #ccc;
    padding: 20px 40px;
    margin-top: 10px;
}

    .toolcontrol .lefty {
        background-color: #fff;
    }

    .toolcontrol input {
        width: 120px;
        text-align: center;
        border: 1px solid #ddd;
    }

        .toolcontrol input[type=radio] {
            width: 30px;
            margin-bottom: 20px;
        }

        .toolcontrol input[type=checkbox] {
            width: 15px;
        }

    .toolcontrol .calendaricon {
        background-color: #ddd;
    }

    .toolcontrol .error {
        color: #f00;
    }

#page-foot div, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

#page-foot * {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: left;
}

#page-foot *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#page-foot {
    font-size: 15px;
    line-height: 1.5;
}

    #page-foot .lower {
        min-height: 200px;
        padding: 40px 0;
        background-color: #373535;
        font-size: 13px;
        color: #ccc;
    }

        #page-foot .lower .inner {
            display: table;
            width: 100%;
            border-collapse: collapse;
            vertical-align: top;
        }

        #page-foot .lower nav {
            display: table-cell;
            text-transform: uppercase;
            vertical-align: top;
        }

            #page-foot .lower nav ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
            }

                #page-foot .lower nav ul.alt-footer {
                    margin-top: 10px;
                    background-color: #373535;
                }

                #page-foot .lower nav ul li {
                    display: inline-block;
                }

                    #page-foot .lower nav ul li + li:before {
                        content: ' . ';
                    }

            #page-foot .lower nav a {
                color: #ccc;
            }

        #page-foot .lower .ministry-links {
            display: table-cell;
            text-align: right;
            vertical-align: top;
            white-space: nowrap;
        }

            #page-foot .lower .ministry-links > * {
                display: inline-block;
                overflow: hidden;
                vertical-align: middle;
            }

    #page-foot .ministry-links > * + * {
        margin-left: 30px;
    }

#moe-footer-link, #moe-footer-link a {
    width: 159px;
    height: 57px;
}

#nz-govt-footer-link, #nz-govt-footer-link a {
    width: 160px;
    height: 29px;
}

#page-foot .box-wrapper {
    background-color: #f6f7f2;
    border-top: solid 3px #e1e2d3;
    border-bottom: solid 1px #e1e2d3;
}

    #page-foot .box-wrapper .inner {
        padding: 0 30px;
    }

#page-foot .wrapper {
    margin: 0 auto;
    padding: 0 20px;
    min-width: 320px;
    max-width: 1160px;
}

#page-foot a {
    color: #06f;
    text-decoration: none;
}

    #page-foot a:hover, a:focus {
        text-decoration: underline;
    }

#page-foot img {
    max-width: 100%;
}

div .calendar-div {
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
}

.calendar-div .calendar-textbox {
    height: 30px;
}

.home:before {
    display: inline-block;
    color: #fff;
    margin-right: 12px;
    font-size: 20px;
    line-height: 1;
    vertical-align: top;
}

.home {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

#users-table {
    width: 910px;
    table-layout: fixed;
    margin: 0px auto 20px -20px;
}

    #users-table tbody {
        font-size: 9pt;
    }

    #users-table th {
        border-top: 5px solid #8d1b5e;
        background-color: #ac1f66;
        font-size: 9pt;
        padding: 5px;
        text-align: left;
        color: #fff;
    }

    #users-table td {
        padding: 5px;
        padding-left: 5px;
        color: #000;
    }

        #users-table td div {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    #users-table tr {
        cursor: pointer;
        background-color: #fff;
    }

        #users-table tr:nth-child(odd) {
            background-color: #f1f1f1;
        }

        #users-table tr:hover td {
            background: #f0b331;
        }

input[type="submit" i] {
    cursor: pointer;
}

    input[type="submit" i]:focus {
        color: #000;
        background-color: #f0b331;
    }

.validation-summary-errors ul {
    margin: 0;
    list-style-type: none;
    color: red;
    font-size: 15px;
    font-family: OpenSansRegular;
}

.field-validation-error {
    color: red;
}

#page-foot div .version-footer {
    text-align: center;
    color: #000;
    background-color: #fbfe00;
    position: absolute;
    bottom: -60px;
    right: 10px;
    padding: 2px;
}

.error-head {
    color: #f00;
    background-color: #fff;
    font-weight: bold;
    font-size: 26px;
}

input[type=submit].hidden-button {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

#login {
    background-image: none;
}

    #login h1 {
        font-size: 36px;
        margin-top: 10px;
    }

    #login .sectionbody {
        margin-top: 60px;
    }

    #login .label {
        text-align: left;
        margin-left: 55px;
    }

#esaa.primary {
    margin-top: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    cursor: hand;
}

.required-star {
    color: #f00;
    font-family: OpenSansRegular;
}

.noselect th {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#tour-group-view th {
    font-size: 13px;
}

[v-cloak] {
    display: none!important
}

.featureblock-margin {
    margin-top: 25px;
}

.sectionbody .activeButton, .formfooter .activeButton {
    background-color: #9E035B;
    color: #fff;
}

.sectionbody .inactiveButton {
    background-color: #ccc;
    color: #000;
    cursor: default;
}

.sectionbody .loadingMessage {
    color: #fff;
    background-color: #4a8eb0;
    padding: 8px 30px 8px 30px;
    text-align:center;
}

.featureblock-margin {
    margin-top: 25px;
}

.panel-body-width {
    width: 100%;
}

.sortIcon {
    font-size: 12px;
    color: white;
}

.sectionbody-button {
    margin-left: 20px;
    display: inline-block;
}

.lockout .lefty {
    width: 80%
}

.lockout a {
    color: #2087b9;
}

.error-link a {
    color: #2087b9;
}

#modalButtons {
    display: block;
}

.layoutUserInfoDiv {
    height: 60px;
    margin-left: 32px;
}
/* CSS for jQuery Chosen */

/* @group Base */

.chzn-container {
    display: inline-block;
    *display: inline;
    font-size: 13px;
    position: relative;
    zoom: 1;
}

    .chzn-container .chzn-drop {
        -moz-box-shadow: 0 4px 5px #000000;
        -moz-box-shadow: 0 4px 5px #000000;
        -o-box-shadow: 0 4px 5px #000000;
        -o-box-shadow: 0 4px 5px #000000;
        -webkit-box-shadow: 0 4px 5px #000000;
        -webkit-box-shadow: 0 4px 5px #000000;
        background: #fff;
        border: 1px solid #aaa;
        border-top: 0;
        box-shadow: 0 4px 5px #000000;
        box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
        left: 0;
        position: absolute;
        /* Modified by Garry Robertson to allow dropdowns to grow 'upwards' if not enough space at bottom of page */ /*top: 29px;*/
        z-index: 1010;
    }
/* @end */

/* @group Single Chosen */

.chzn-container-single .chzn-single {
    -moz-background-clip: padding;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px #000000;
    -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px #000000;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px #000000;
    -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px #000000;
    background-clip: padding-box;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px #000000;
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444444;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    height: 23px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.chzn-container-single .chzn-default {
    color: #999;
}

.chzn-container-single .chzn-single span {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chzn-container-single .chzn-single abbr {
    background: url("../Images/chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 13px;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px;
}

    .chzn-container-single .chzn-single abbr:hover {
        background-position: right -11px;
    }

.chzn-container-single .chzn-single div {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}

    .chzn-container-single .chzn-single div b {
        background: url("../Images/chosen-sprite.png") no-repeat 0 0;
        display: block;
        height: 100%;
        width: 100%;
    }

.chzn-container-single .chzn-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1010;
}

    .chzn-container-single .chzn-search input {
        background: #fff url("../Images/chosen-sprite.png") no-repeat 100% -22px;
        background: url("../Images/chosen-sprite.png") no-repeat 100% -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
        background: url("../Images/chosen-sprite.png") no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
        background: url("../Images/chosen-sprite.png") no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
        background: url("../Images/chosen-sprite.png") no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
        background: url("../Images/chosen-sprite.png") no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
        background: url("../Images/chosen-sprite.png") no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
        border: 1px solid #aaa;
        font-family: sans-serif;
        font-size: 1em;
        margin: 1px 0;
        outline: 0;
        padding: 4px 20px 4px 5px;
        height: auto;
    }

.chzn-container-single .chzn-drop {
    -moz-background-clip: padding;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 0 0 4px 4px;
    background-clip: padding-box;
    border-radius: 0 0 4px 4px;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
    left: -9000px;
    position: absolute;
}

/* @group Multi Chosen */

.chzn-container-multi .chzn-choices {
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    border: 1px solid #aaa;
    cursor: text;
    height: auto !important;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

    .chzn-container-multi .chzn-choices li {
        float: left;
        list-style: none;
    }

    .chzn-container-multi .chzn-choices .search-field {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

        .chzn-container-multi .chzn-choices .search-field input {
            -moz-box-shadow: none;
            -o-box-shadow: none;
            -webkit-box-shadow: none;
            background: transparent !important;
            border: 0 !important;
            box-shadow: none;
            color: #666;
            font-family: sans-serif;
            font-size: 100%;
            height: 15px;
            margin: 1px 0;
            outline: 0;
            padding: 5px;
        }

        .chzn-container-multi .chzn-choices .search-field .default {
            color: #999;
        }

    .chzn-container-multi .chzn-choices .search-choice {
        -moz-background-clip: padding;
        -moz-border-radius: 3px;
        -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 #000000;
        -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 #000000;
        -webkit-background-clip: padding-box;
        -webkit-border-radius: 3px;
        -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 #000000;
        -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 #000000;
        background-clip: padding-box;
        background-color: #e4e4e4;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
        background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
        background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
        background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
        background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
        background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
        border: 1px solid #aaaaaa;
        border-radius: 3px;
        box-shadow: 0 0 2px #ffffff inset, 0 1px 0 #000000;
        box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        color: #333;
        cursor: default;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
        line-height: 13px;
        margin: 3px 0 3px 5px;
        padding: 3px 20px 3px 5px;
        position: relative;
    }

    .chzn-container-multi .chzn-choices .search-choice-focus {
        background: #d4d4d4;
    }

    .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
        background: url("../Images/chosen-sprite.png") right top no-repeat;
        display: block;
        font-size: 1px;
        height: 13px;
        position: absolute;
        right: 3px;
        top: 4px;
        width: 12px;
    }

        .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
            background-position: right -11px;
        }

    .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
        background-position: right -11px;
    }
/* @end */

/* @group Results */

.chzn-container .chzn-results {
    -webkit-overflow-scrolling: touch;
    margin: 0 4px 4px 0;
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 0 4px;
    position: relative;
}

.chzn-container-multi .chzn-results {
    margin: -1px 0 0;
    padding: 0;
}

.chzn-container .chzn-results li {
    display: none;
    line-height: 15px;
    list-style: none;
    margin: 0;
    padding: 5px 6px;
}

.chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item;
}

.chzn-container .chzn-results .highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0);
}

.chzn-container .chzn-results li em {
    background: #feffde;
    font-style: normal;
}

.chzn-container .chzn-results .highlighted em {
    background: transparent;
}

.chzn-container .chzn-results .no-results {
    background: #f4f4f4;
    display: list-item;
}

.chzn-container .chzn-results .group-result {
    color: #999;
    cursor: default;
    font-weight: bold;
}

.chzn-container .chzn-results .group-option {
    padding-left: 15px;
}

.chzn-container-multi .chzn-drop .result-selected {
    display: none;
}

.chzn-container .chzn-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px; /* This should by dynamic with js */
    z-index: 1;
}

    .chzn-container .chzn-results-scroll span {
        display: inline-block;
        height: 17px;
        text-indent: -5000px;
        width: 9px;
    }

.chzn-container .chzn-results-scroll-down {
    bottom: 0;
}

    .chzn-container .chzn-results-scroll-down span {
        background: url("../Images/chosen-sprite.png") no-repeat -4px -3px;
    }

.chzn-container .chzn-results-scroll-up span {
    background: url("../Images/chosen-sprite.png") no-repeat -22px -3px;
}
/* @end */

/* @group Active  */

.chzn-container-active .chzn-single {
    -moz-box-shadow: 0 0 5px #000000;
    -moz-box-shadow: 0 0 5px #000000;
    -o-box-shadow: 0 0 5px #000000;
    -o-box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.chzn-container-active .chzn-single-with-drop {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -o-box-shadow: 0 1px 0 #fff inset;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
    background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
    border: 1px solid #aaa;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 0 #fff inset;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

    .chzn-container-active .chzn-single-with-drop div {
        background: transparent;
        border-left: none;
    }

        .chzn-container-active .chzn-single-with-drop div b {
            background-position: -18px 1px;
        }

.chzn-container-active .chzn-choices {
    -moz-box-shadow: 0 0 5px #000000;
    -moz-box-shadow: 0 0 5px #000000;
    -o-box-shadow: 0 0 5px #000000;
    -o-box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

    .chzn-container-active .chzn-choices .search-field input {
        color: #111 !important;
    }
/* @end */

/* @group Disabled Support */

.chzn-disabled {
    cursor: default;
    opacity: 0.5 !important;
}

    .chzn-disabled .chzn-single {
        cursor: default;
    }

    .chzn-disabled .chzn-choices .search-choice .search-choice-close {
        cursor: default;
    }

/* @group Right to Left */

.chzn-rtl {
    text-align: right;
}

    .chzn-rtl .chzn-single {
        overflow: visible;
        padding: 0 8px 0 0;
    }

        .chzn-rtl .chzn-single span {
            direction: rtl;
            margin-left: 26px;
            margin-right: 0;
        }

        .chzn-rtl .chzn-single div {
            left: 3px;
            right: auto;
        }

        .chzn-rtl .chzn-single abbr {
            left: 26px;
            right: auto;
        }

    .chzn-rtl .chzn-choices .search-field input {
        direction: rtl;
    }

    .chzn-rtl .chzn-choices li {
        float: right;
    }

    .chzn-rtl .chzn-choices .search-choice {
        margin: 3px 5px 3px 0;
        padding: 3px 5px 3px 19px;
    }

        .chzn-rtl .chzn-choices .search-choice .search-choice-close {
            background-position: right top;
            left: 4px;
            right: auto;
        }

    .chzn-rtl.chzn-container-single .chzn-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chzn-rtl .chzn-results .group-option {
        padding-left: 0;
        padding-right: 15px;
    }

    .chzn-rtl.chzn-container-active .chzn-single-with-drop div {
        border-right: none;
    }

    .chzn-rtl .chzn-search input {
        background: #fff url("../Images/chosen-sprite.png") no-repeat -38px -22px;
        background: url("../Images/chosen-sprite.png") no-repeat -38px -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
        background: url("../Images/chosen-sprite.png") no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
        background: url("../Images/chosen-sprite.png") no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
        background: url("../Images/chosen-sprite.png") no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
        background: url("../Images/chosen-sprite.png") no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
        background: url("../Images/chosen-sprite.png") no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
        direction: rtl;
        padding: 4px 5px 4px 20px;
    }
/* @end */

/* END CSS for jQuery Chosen */

.layoutColMaskRight {
    min-height: 450px; /* Mainly to allow enough space for the 'Chosen' dropdown rendering */
}

