﻿/******************************** Modernizr Polyfills ********************************/
/*Add any classes in this stylesheet that require border radius */
.no-border-radius .ui-dialog, .messageAuthor, .boxedFormContainer
{
    position: relative; /*Needed or the whole thing disappears in IE!*/
    behavior: url(/Portal/Content/themes/default/polyfills/PIE.htc); /*Needs to be an absolute path!*/
}

/*********************************** Form ************************************/
.button, .buttonSmall, .buttonWarn, .buttonWarnSmall, .bigButton
{
    color: #FFF;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; /*IE rounded corners polyfill*/
    position: relative; /*Needed or the whole thing disappears in IE!*/
    behavior: url(/Portal/Content/themes/default/polyfills/PIE.htc); /*IE9 has a bug with gradients so this polyfill always needs to be loaded for buttons*/
}

.button, .buttonWarn
{
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
}

/*.button, .buttonSmall, .bigButton
{
    border: solid 1px #4A962E;*/ /*background styles*/
    /*background: #4A962E;*/ /*fallback for non-CSS3 browsers*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#4A962E), to(#3A7825));*/ /*old webkit*/
    /*background: -webkit-linear-gradient(top, #4A962E, #3A7825);*/ /*new webkit*/
    /*background: -moz-linear-gradient(top, #4A962E, #3A7825);*/ /*gecko*/
    /*background: -ms-linear-gradient(top, #4A962E, #3A7825);*/ /*IE10*/
    /*background: -o-linear-gradient(top, #4A962E, #3A7825);*/ /*opera 11.10+*/
    /*background: linear-gradient(top, #4A962E, #3A7825);*/ /*future CSS3 browsers*/ /*CSS PIE (for old IE)*/
    /*-pie-background: linear-gradient(top, #4A962E, #3A7825);
}*/

.buttonSmall, .buttonWarnSmall
{
    font: 11px/80% Arial, Helvetica, sans-serif;
    padding: .5em 1em .55em;
}

.bigButton
{
    font: 24px/60% Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 1.0em 2em 1em 2em;
}

.buttonWarn, .buttonWarnSmall
{
    border: solid 1px #C00000; /*background styles*/
    background: #C00000; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#C00000), to(#9F0000)); /*old webkit*/
    background: -webkit-linear-gradient(top, #C00000, #9F0000); /*new webkit*/
    background: -moz-linear-gradient(top, #C00000, #9F0000); /*gecko*/
    background: -ms-linear-gradient(top, #C00000, #9F0000); /*IE10*/
    background: -o-linear-gradient(top, #C00000, #9F0000); /*opera 11.10+*/
    background: linear-gradient(top, #C00000, #9F0000); /*future CSS3 browsers*/ /*CSS PIE (for old IE)*/
    -pie-background: linear-gradient(top, #C00000, #9F0000);
}

    .button, .button:link, .button:visited, .buttonSmall, .buttonSmall:link, .bigButton, .buttonSmall:visited, .bigButton:visited, .buttonWarn, .buttonWarn:link, .buttonWarn:visited, .buttonWarnSmall:link, .buttonWarnSmall:visited
    {
        color: #FFF;
        text-decoration: none;
    }

        /*.button:hover, .buttonSmall:hover, bigButton:hover
        {
            border: solid 1px #11754F;
            color: #FFF;
            text-decoration: none;*/ /*background styles*/
            /*background: #11754F;*/ /*fallback for non-CSS3 browsers*/
            /*background: -webkit-gradient(linear, left top, left bottom, from(#11754F), to(#044225));*/ /*old webkit*/
            /*background: -webkit-linear-gradient(top, #11754F, #044225);*/ /*new webkit*/
            /*background: -moz-linear-gradient(top, #11754F, #044225);*/ /*gecko*/
            /*background: -ms-linear-gradient(top, #11754F, #044225);*/ /*IE10*/
            /*background: -o-linear-gradient(top, #11754F, #044225);*/ /*opera 11.10+*/
            /*background: linear-gradient(top, #11754F, #044225);*/ /*future CSS3 browsers*/ /*CSS PIE (for old IE)*/
            /*-pie-background: linear-gradient(top, #11754F, #044225);
        }*/



.disabledButton:hover
{
    cursor: auto !important;
    border: solid 1px #4A962E; /*background styles*/
    background: #4A962E !important; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#4A962E), to(#3A7825)); /*old webkit*/
    background: -webkit-linear-gradient(top, #4A962E, #3A7825); /*new webkit*/
    background: -moz-linear-gradient(top, #4A962E, #3A7825); /*gecko*/
    background: -ms-linear-gradient(top, #4A962E, #3A7825); /*IE10*/
    background: -o-linear-gradient(top, #4A962E, #3A7825); /*opera 11.10+*/
    background: linear-gradient(top, #4A962E, #3A7825); /*future CSS3 browsers*/ /*CSS PIE (for old IE)*/
    -pie-background: linear-gradient(top, #4A962E, #3A7825);
}

.buttonWarn:hover, .buttonWarnSmall:hover
{
    border: solid 1px #F02B23;
    color: #FFF;
    text-decoration: none; /*background styles*/
    background: #F02B23; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#F02B23), to(#DD2323)); /*old webkit*/
    background: -webkit-linear-gradient(top, #F02B23, #DD2323); /*new webkit*/
    background: -moz-linear-gradient(top, #F02B23, #DD2323); /*gecko*/
    background: -ms-linear-gradient(top, #F02B23, #DD2323); /*IE10*/
    background: -o-linear-gradient(top, #F02B23, #DD2323); /*opera 11.10+*/
    background: linear-gradient(top, #F02B23, #DD2323); /*future CSS3 browsers*/ /*CSS PIE (for old IE)*/
    -pie-background: linear-gradient(top, #F02B23, #DD2323);
}

.button:active, .buttonSmall:active, .bigButton:active {
    /*border: solid 1px #11754F;
    color: #FFF;
    text-decoration: none;*/ /*background styles*/
    /*background: #11754F;*/ /*fallback for non-CSS3 browsers*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#11754F), to(#11754F));*/ /*old webkit*/
    /*background: -webkit-linear-gradient(top, #11754F, #11754F);*/ /*new webkit*/
    /*background: -moz-linear-gradient(top, #11754F, #11754F);*/ /*gecko*/
    /*background: -ms-linear-gradient(top, #11754F, #11754F);*/ /*IE10*/
    /*background: -o-linear-gradient(top, #11754F, #11754F);*/ /*opera 11.10+*/
    /*background: linear-gradient(top, #11754F, #11754F);*/ /*future CSS3 browsers*/ /*CSS PIE (for old IE)*/
    /*-pie-background: linear-gradient(top, #11754F, #11754F);*/
}

.buttonWarn:active, .buttonWarnSmall:active
{
    border: solid 1px #F02B23;
    color: #FFF;
    text-decoration: none; /*background styles*/
    background: #F02B23; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#F02B23), to(#F02B23)); /*old webkit*/
    background: -webkit-linear-gradient(top, #F02B23, #F02B23); /*new webkit*/
    background: -moz-linear-gradient(top, #F02B23, #F02B23); /*gecko*/
    background: -ms-linear-gradient(top, #F02B23, #F02B23); /*IE10*/
    background: -o-linear-gradient(top, #F02B23, #F02B23); /*opera 11.10+*/
    background: linear-gradient(top, #F02B23, #F02B23); /*future CSS3 browsers*/ /*CSS PIE (for old IE)*/
    -pie-background: linear-gradient(top, #F02B23, #F02B23);
}

.buttonGhosted, .buttonGhosted:active, .buttonGhosted:hover, .buttonGhosted:link, .buttonGhosted:visited, .buttonSmallGhosted, .buttonSmallGhosted:active, .buttonSmallGhosted:hover, .buttonSmallGhosted:link, .buttonSmallGhosted:visited
{
    /*cursor: default;
    text-decoration: none;
    color: #FFF;
    border: solid 1px #94C1AF;*/ /*background styles*/
    /*background: #94C1AF;*/ /*fallback for non-CSS3 browsers*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#94C1AF), to(#8EAB9D));*/ /*old webkit*/
    /*background: -webkit-linear-gradient(top, #94C1AF, #8EAB9D);*/ /*new webkit*/
    /*background: -moz-linear-gradient(top, #94C1AF, #8EAB9D);*/ /*gecko*/
    /*background: -ms-linear-gradient(top, #94C1AF, #8EAB9D);*/ /*IE10*/
    /*background: -o-linear-gradient(top, #94C1AF, #8EAB9D);*/ /*opera 11.10+*/
    /*background: linear-gradient(top, #94C1AF, #8EAB9D);*/ /*future CSS3 browsers*/ /*CSS PIE (for old IE)*/
    /*-pie-background: linear-gradient(top, #94C1AF, #8EAB9D);*/
}

.buttonWarnGhosted, .buttonWarnGhosted:active, .buttonWarnGhosted:hover, .buttonWarnGhosted:link, .buttonWarnGhosted:visited
{
    cursor: default;
    text-decoration: none;
    color: #FFF;
    border: solid 1px #FFBCB2; /*background styles*/
    background: #FFBCB2; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#FFBCB2), to(#FF9C99)); /*old webkit*/
    background: -webkit-linear-gradient(top, #FFBCB2, #FF9C99); /*new webkit*/
    background: -moz-linear-gradient(top, #FFBCB2, #FF9C99); /*gecko*/
    background: -ms-linear-gradient(top, #FFBCB2, #FF9C99); /*IE10*/
    background: -o-linear-gradient(top, #FFBCB2, #FF9C99); /*opera 11.10+*/
    background: linear-gradient(top, #FFBCB2, #FF9C99); /*future CSS3 browsers*/ /*CSS PIE (for old IE)*/
    -pie-background: linear-gradient(top, #FFBCB2, #FF9C99);
}

.buttonMessageForError
{
    color: #D00000;
}

.buttonMessageForNote, .hiddenButtonMessageForNote
{
    color: #444;
    margin-top: 10px;
}

.hiddenButtonMessageForNote
{
    display: none;
}

.buttonMessageForNote
{
    display: block;
}

.buttonWithIcon
{
    text-align: left;
    white-space: normal;
    padding-left: 75px !important;
    width: 230px;
    line-height: 17px;
}

.buttonIcon
{
    position: absolute;
    left: 20px;
}

/*********************************** Form ************************************/
.formRowsDiv, .formRowsDivWithToolTip
{
    min-height: 48px;
    vertical-align: middle;
}

.formRowsDivWithToolTip
{
    overflow: visible;
    position: relative;
}

.formRowFullWidthDivNoFloat
{
    padding: 14px 0 14px 0;
    height: auto;
    padding: 0px 0 0px 54px;
    width: 626px;
}

.formRowLabelDiv, .formRowInputDiv, .formRowInputDivWithoutPositioning, .formRowFullWidthDiv
{
    float: left;
    padding: 14px 0 14px 0;
}

.formRowFullWidthDivNoVerticalPadding
{
    height: auto;
    padding: 0px 0 0px 40px;
    width: 626px;
}

.formRowFullWidthDivNoVerticalPaddingNoValidation
{
    height: auto;
    padding: 0px 0 0px 40px;
    width: 820px;
}

.formRowFullWidthDiv
{
    height: auto;
    padding: 14px 0 14px 54px;
    width: 626px;
}

    .formRowFullWidthDiv p
    {
        font-size: 0.9em;
    }

.formRowTitleFullWidthDiv
{
    background-color: #EAEFF5;
    float: left;
    height: auto;
    margin-left: 40px;
    padding: 14px 0px 14px 14px;
    width: 626px;
}

.formRowLabelDiv, .summaryRowLabelDiv
{
    width: 282px;
}

.formRowInputDiv, .formRowInputDivWithoutPositioning
{
    width: 400px;
}

    .formRowInputDiv input
    {
        /*Needed to fix weird indent error in IE7     position: absolute;*/
    }

    .formRowInputDiv p
    {
        margin-top: 0px;
    }


.formRowErrorDiv
{
    /*padding-top: 5px;*/
}

    .formRowErrorDiv span.field-validation-error
    {
        padding-top: 5px;
        display: block; /*clear: both;*/
    }

.formRowErrorFullWidthDiv
{
}

.formRowInfoDiv
{
    background-color: #CCFF66;
    background-image: url(images/information.gif);
    background-position: 15px 15px;
    background-repeat: no-repeat;
    color: #000;
    display: none;
    font-size: 0.9em;
    left: 697px;
    line-height: normal;
    margin: 0 0 15px 0;
    padding: 15px 5px 15px 60px;
    position: absolute;
    width: 170px;
    z-index: 100;
}

.formRowInfoMessage {
    float: left;
    height: auto;
    margin: 20px 40px 0;
	padding: 14px 2px 12px 14px;
    width: 626px;
	border-radius: 5px;
	border: solid;
	border-width: 1px;
	border-color: lightgray;
}

.formRowInfoMessageIcon {
	display: inline-block;
    color: #0099ff;
    vertical-align: middle;
	float: left;
	padding-right: 15px;
}

.indentHeader
{
    margin-left: 54px;
}

    .indentHeader h2
    {
        padding-top: 16px;
    }

.formRowLabel {
    float: left;
    font-size: 0.9em;
    margin-left: 54px;
    width: 206px;
    padding: 14px 0 14px 0;
}

.formRowInlineRadioOptions
{
    float: left;
    padding-right: 10px;
}

    .formRowInlineRadioOptions input
    {
        border: 0px none;
        padding-right: 10px;
        position: relative;
    }

    .formRowInlineRadioOptions label
    {
        font-size: 0.9em;
        padding-right: 10px;
        position: relative;
    }

.formStandaloneRadioButton
{
    padding: 10px;
}

    .formStandaloneRadioButton input
    {
        margin-right: 10px;
    }

.formStandaloneRadioButtonNote
{
    padding: 10px 10px 0px 50px;
}

.formNote, .formNoteForRadio
{
    color: #999;
    font-size: 0.85em;
    margin: 0px;
}

.formNote
{
    padding: 10px 0px 0px 0px;
}

.formNoteForRadio
{
    padding-top: 4px;
}

.formHorizontalLine, .formHorizontalLineNoValidationSpace
{
    border-bottom: solid 1px #ccc;
    clear: both;
    height: 0px;
    left: 0px;
    margin: 0 0 0 40px;
    position: relative;
}

.formHorizontalLine
{
    width: 640px;
}

.formHorizontalLineNoValidationSpace
{
    width: 850px;
}

.formHorizontalLineDotted
{
    border-top: dotted 2px #ccc;
}

.summaryRowsDiv
{
    clear: both;
    vertical-align: middle;
}

.summaryRowLabelDiv, .summaryRowInputDiv
{
    float: left;
    padding: 3px 0 3px 0;
}

/*Used for textboxes that only need space for two digits*/
.textBoxDoubleDigitOnly
{
    width: 17px;
}

.incrementPlus, .decrementMinus
{
    position: relative;
    top: 5px;
    text-decoration: none;
    /*Prevent double-click highlighting*/
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.textBox80, .textBox100, textBox160, .textBox240, .textBox300, .textBox370, .textBoxShortDate, .textBoxMonthYearDate, .textBoxLongDate, .textBoxSmall, .textBoxMedium, .textBoxLarge
{
    vertical-align: middle;
}

.textBox80, .textBoxShortDate
{
    width: 80px;
}

.textBox100, .textBoxSmall
{
    width: 100px;
}

.textBoxMonthYearDate
{
    width: 101px;
}

.textBoxSmallImportant
{
    width: 100px !important;
}

.textBox160, .textBoxLongDate
{
    width: 160px;
}

.textBox240, .textBoxMedium
{
    width: 240px;
}

.textBox300
{
    width: 300px;
}

.textBox360, .textBoxLarge
{
    width: 360px;
}

.textBoxMinMedium
{
    min-width: 240px;
}

.textBoxMinLarge
{
    min-width: 360px;
}

.boxedFormMainButton
{
    margin: 10px 20px 10px 37px;
}

.boxedFormMainButtonCentred {
    margin: 10px 20px 10px 265px;
    background-color: black;
    color:black;
}

.boxedFormMultipleButtonsCentred
{
    display: block;
    margin: 10px auto 10px auto;
    position: relative;
    text-align: center;
}

    .boxedFormMultipleButtonsCentred input
    {
        margin-right: 20px;
    }

/*.formMainButton {
    margin: 10px 20px 10px 280px;
}*/

.formMainButton {
    border: 0;
    margin: 0;
    display: inline-flex;
    outline: 0;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    padding: 6px 16px;
    font-family: 'DIN Next LT Pro','Montserrat','Helvetica','Arial','sans-serif';
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: .02857em;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(.4,0,.2,1) 0ms,box-shadow 250ms cubic-bezier(.4,0,.2,1) 0ms,border 250ms cubic-bezier(.4,0,.2,1) 0ms;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    margin-left: auto !important;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    text-transform: none;
    cursor: pointer;
    color: #ffffffff;
    background-color: #292929;

}

.formMainButton a, .formMainButton a:link {
    color: #ffffffff;
    text-decoration: none;
}

.formMainButton a:hover {
    color: #000000;
}

.formMainButtonSmall {
    padding: 2px 8px;
    font-size: .75rem;
}

.formMainButtonLong {
    padding: 2px 8px;
    font-size: .75rem;
    width: 255px;
}

.formMainButtonOutlined {
    border: 1px solid black;
    color: black !important;
    background-color: white;
}

    .formMainButton:hover, .formMainButton:focus-visible {
        color: #000000;
        box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
        background-color: #D0D6C7;
;
    }

    .formMainButton:active {
        color: #000000;
        background-color: #0000001e;
        box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    }

.button-wrapper-1 {
    margin: 10px 20px 10px 280px;
}

.button-wrapper-2 {
    margin: 10px 20px 10px 37px;
}

.formLabelAligned
{
    /*Used to line-up single elements with the labels of a normal form*/
    margin: 10px 20px 10px 54px;
}

.formEntryAligned
{
    /*Used to line-up single elements with the entry fields of a normal form*/
    margin: 10px 20px 10px 282px;
}

.boxedFormContainer
{
    background-color: #EEE;
    border: 2px solid #DADADA;
    display: inline-block;
    margin: 5px;
    padding: 0px 5px 15px 5px;
    width: 685px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.boxedFormRowsDiv
{
    min-height: 30px;
    vertical-align: middle;
}

.boxedFormRowLabelDiv
{
    float: left;
    padding: 12px 0 12px 0;
    width: 265px;
}

.boxedFormRowLabelDivShort
{
    float: left;
    padding: 12px 0 12px 0;
    width: 170px;
}

.boxedFormRowInputDiv
{
    float: left;
    padding: 12px 0 12px 0;
    width: 400px;
}

.boxedFormRowFullWidthDiv
{
    float: left;
    padding: 12px 0 12px 37px;
    width: 593px;
}

.boxedFormRowNoWidthDiv
{
    float: left;
    padding: 12px 0 12px 37px;
}

.boxedFormRowLabel
{
    float: left;
    font-size: 0.9em;
    margin-left: 37px;
    padding-top: 5px;
    width: 206px;
}

.boxedFormRowLabelShort
{
    float: left;
    font-size: 0.9em;
    margin-left: 37px;
    padding-top: 5px;
    width: 100px;
}

.boxedFormRowText
{
    float: left;
    padding-top: 5px;
}

.formSubSubSectionContainer
{
    font-size: 0.8em;
    padding: 10px 10px 0px 25px;
}

    .formSubSubSectionContainer .countLabel
    {
        float: left;
        padding-top: 5px;
        width: 190px;
    }

    .formSubSubSectionContainer div
    {
    }

.boxedFormHorizontalLine, .formSubSectionHorizontalLine
{
    border-bottom: solid 1px #CCC;
    clear: both;
    height: 0px;
    left: 0px;
    position: relative;
}

.boxedFormHorizontalLine
{
    margin: 0px 0px 0px 23px;
    width: 640px;
}

.formSubSectionHorizontalLine
{
    margin: 10px 0px 10px 0px;
    width: 100%;
}

.formRowTreeDiv
{
    float: left;
    padding: 15px 0 10px 40px;
    width: 618px;
}

.treeContainer
{
    background-color: #EDEDED;
    border: 1px solid #8A8A8A;
    width: 100%;
}

/***************************** VALIDATION HELPERS ****************************/
.field-validation-error
{
    color: #D00000;
    line-height: normal;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    background-color: #CFB8B8;
    color: #000;
}

.validation-summary-errors
{
    color: #D00000;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 100%;
    padding: 15px;
}

.validation-summary-valid
{
    display: none;
}

/**************************** Filter Options ****************************/
.FilterOptionsTitle
{
    color: #000;
    font-weight: bold;
    padding-bottom: 5px;
}

.FilterOptionsRow
{
    clear: both;
    display: inline-block;
    height: auto;
    padding: 2px 0px 2px 0px;
}

.FilterOptionItem
{
    color: #000;
    float: left;
}

.FilterOptionSearchIDButtons
{
    margin: 10px 0 23px 0;
}

/****************************** Exam Tree *******************************/
#ExamTreeContainer
{
    padding: 10px;
    height: 320px;
    overflow: auto;
}

.treeCheckbox
{
    float: right;
    margin-left: 5px !important;
    position: absolute;
}

.treeText
{
    font-weight: bold;
}

/************************** JQuery UI Overrides *************************/
.ui-dialog
{
    background-color: #E6E6E6;
    margin: 0px;
    padding: 0px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.ui-widget-header
{
    background-color: #E6E6E6;
}

.ui-dialog-titlebar
{
    background: none;
    border: none;
}

.ui-datepicker, .ui-timepicker
{
    font-size: 0.85em !important;
}

.ui-datepicker-trigger
{
    left: 3px;
    position: relative;
    top: 2px;
}
/**************************Exam Booking******************************/
.entryFieldNoStar
{
    margin-left: 17px;
}

/**************************Messaging/Change Log******************************/
#divMessageSortOptions
{
    padding: 23px 10px 0 30px;
}

#divChangeLogSortOptions
{
    padding: 20px 10px 0 30px;
}

    #divMessageSortOptions input, #divChangeLogSortOptions input
    {
        margin-left: 20px;
    }

#MessagesSidePanel, #ChangeLogsSidePanel
{
    float: right;
    width: 230px;
    margin-right: 10px;
}

#btnCreateMessage, #btnCreateNote
{
    margin-top: 20px;
    height: 60px;
}

    #btnCreateNote .buttonIcon
    {
        top: 10px;
    }

#MessagesList, #ChangeLogsList
{
    float: left;
    width: 645px;
}

.messageThread, .changeLogsThread, #ChangeLogsList
{
    margin-top: 20px;
}

.messageItem, .changeLogItem
{
    overflow: hidden;
    border: 1px solid #EEE;
}

    .messageReply .messageAuthor, .messageItem .messageAuthor, .changeLogItem .changeLogAuthor
    {
        overflow: hidden;
        padding-bottom: 1000px;
        margin-bottom: -1000px;
    }

.messageReplyBar
{
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    background-color: #EBF2E0;
    padding: 5px 0 5px 170px;
}

.messageReplies .messageAuthor
{
    font-size: 0.8em;
}

.messageReplies .messageItem
{
    border-top: 0px;
    margin-left: 20px;
}

.messageReplies .messageContent
{
    width: 430px;
}

.messageReply
{
    margin-left: 20px;
    overflow: hidden;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

    .messageReply input
    {
        margin-bottom: 15px;
    }

.messageAuthor, .changeLogAuthor
{
    float: left;
    width: 150px;
    text-align: center;
    background-color: #EEE;
    height: 100%;
}

.messageSubject
{
    font-weight: bold;
    font-size: 1.2em;
    margin-right: 50px;
}

.messageDate, .changeLogDate
{
    color: #0E7035;
}

.ModalPopupContent .messageAuthor, .ModalPopupContent .changeLogAuthor
{
    border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
}

.showHideReplies
{
    margin-right: 50px;
}

.ShowMoreArrowUp, .ShowMoreArrowDown
{
    position: relative;
    left: 3px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.ShowMoreArrowUp
{
    top: -13px;
    border-bottom: 10px solid #0D6743;
}

.ShowMoreArrowDown
{
    top: 13px;
    border-top: 10px solid #0D6743;
}

.SpeechArrowLeft
{
    position: relative;
    left: 130px;
    top: -100px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #FFF;
}

.ModalPopupContent .SpeechArrowLeft
{
    top: -120px;
}

.messageContent, .changeLogContent
{
    float: left;
    padding: 20px;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    width: 450px;
}

.ModalPopupContent .messageContent, .ModalPopupContent .changeLogContent
{
    float: left;
    padding: 20px;
    width: 455px;
}

.messageContent div, .changeLogContent div
{
    margin-bottom: 15px;
}

.messageContent select
{
    width: 400px;
}

.messageContent #Subject, #textareaMessageBody
{
    width: 100%;
}

.messageContent #textareaMessageBody
{
    height: 130px;
}

.changeLogContent #textareaNoteText
{
    width: 100%;
    height: 130px;
}

.messageAvatarLarge, .messageAvatarMedium, .messageAvatarSmall, .changeLogAvatarLarge, .changeLogAvatarMedium, .changeLogAvatarSmall
{
    margin-top: 20px;
    margin-bottom: 15px;
}

.messageAvatarMedium, .changeLogAvatarMedium
{
    width: 50px;
    height: 50px;
}

.messageAvatarSmall, .changeLogAvatarSmall
{
    width: 30px;
    height: 30px;
}

.ModalPopupContent .messageAvatarLarge, .ModalPopupContent .changeLogAvatarLarge
{
    margin-top: 100px;
}

#divSelectedRecipients
{
    margin-top: 5px;
}

    #divSelectedRecipients .selectedRecipient
    {
        margin-right: 5px;
    }

.messageReplyTextArea
{
    padding-left: 30px;
    width: 420px;
}

#divMessageRecipients
{
    background-color: #EEE;
    padding: 15px;
    margin-top: 20px;
}

    #divMessageRecipients p
    {
        font-weight: bold;
        font-size: 1.1em;
        margin: 0 0 10px 0;
        padding: 0;
    }

    #divMessageRecipients ul
    {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #divMessageRecipients img
    {
        margin-top: 5px;
        margin-bottom: 5px;
    }

#divCreateNoteVisibilityLabel, #divCreateNoteVisibilityOptions
{
    float: left;
}

#divCreateNoteVisibilityOptions
{
    margin-left: 20px;
}

.padlockIcon
{
    position: relative;
    left: 10px;
    top: 4px;
}

#spanBCSOnlyOption
{
    margin-left: 20px;
}

.bcsOnlyNoteLabel
{
    float: right;
    color: #CF122E;
}

/***********************************************************************/

.radioList
{
    list-style-type: none;
    padding: 0px;
    width: 380px;
}

    .radioList li
    {
        margin: 2px;
    }

        .radioList li:nth-child(odd)
        {
            background-color: #EEE;
        }

        .radioList li:nth-child(even)
        {
            background-color: #EBF2E0;
        }

.NoBottomMargin
{
    margin-bottom: 0;
}

form.WideFormFields .formRowInputDiv input[type=text].textBoxLongDate
{
    width: 160px;
}

form.WideFormFields .formRowInputDiv input[type=text]
{
    width: 360px;
}

    form.WideFormFields .formRowInputDiv input[type=text].textBoxSmall
    {
        width: 70px;
    }

.QualsBorder
{
    border: 1px dashed black;
    display: block;
    width: 628px;
    padding: 10px;
    background-color: #ccffcc;
    margin-left: 40px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 80%;
}

    .QualsBorder span
    {
        padding-top: 8px;
        display: block;
    }

    .QualsBorder a.green
    {
        color: darkgreen;
        padding-right: 16px;
    }

    .QualsBorder a
    {
        color: red;
        text-decoration: underline;
    }


/*Accreditations*/
.nextButton
{
    margin-left: 8px;
}

/*****************************Back Office******************************/
.nonEnglishLanguage
{
    font-weight: bold;
    color: #F00;
}

.repeatedFormEntryRow
{
    padding: 12px 0 12px 37px;
}

.alternateFormRow
{
    background-color: #E6E6E6;
}

.sparePapersSelection
{
    margin: 0 5px 0 15px;
}

.examPackPaperTitle
{
    font-weight: bold;
}

.examPackSessionTitle
{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.2em;
}

/*Marking Papers*/
.paperLinkBold
{
    font-weight: bold;
}



.stackedSecondLabel
{
    float: left;
    padding: 14px 0 14px 0;
}

.stackedFirstLabel
{
    width: 120px;
    float: left;
    clear: left;
    padding: 14px 0 14px 0;
}

#ResultsTable
{
    clear: both;
}

/*************Tiny MCE*************/
.mceContentBody
{
    font-family: Arial,Sans-Serif;
    font-size: 10pt;
}

/*********Available Slots**********/
.bookedSlotsProgressBar {
    background: #5EA330;
    padding: 0;
    margin: 0;
    height: 20px;
}
.bookedSlotsWarningProgressBar {
    background: #D66000;
    padding: 0;
    margin: 0;
    height: 20px;
}
.reservedSlotsProgressBar {
    background: #5FF000;
    padding: 0;
    margin: 0;
    height: 20px;
}
.availableSlotsProgressBar {
    background: #ccffcc;
    width: 100%;
    padding: 0; 
    margin: 0;
    height: 20px;
}
.progressBarPercentIndicator {
    padding: 3px 0 0 5px; 
    position: absolute
}
.divExamInfoHorizontalLine {
    border-bottom: solid 1px #ccc;
    clear: both;
    width: 200px;
    position: relative;
}
