/******************************** Modernizr Polyfills ********************************/
/*Add any classes in this stylesheet that require border radius */
.no-border-radius .SectionTabCounterDefault, .SectionTabCounterWarn, .ModalPopupContent, .ModalLoading, .SectionTabNavigationItemDefault, .SectionTabNavigationItemAlternate, .SectionTabNavigationItemSelected, .HeaderNavTab {
    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!*/
}

/******************************* HTML ELEMENTS *******************************/
html {
    overflow-y: scroll;
}

body {
    /* background: #FFF url('images/MainBodyBackground.jpg') no-repeat top center; */
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    vertical-align: top;
}

a, a:link, a:visited {
    color: #063;
    text-decoration: underline;
}

    a:hover {
        color: #063;
        text-decoration: none;
        cursor: pointer;
    }

    a.BCSAttentionRed, a.BCSAttentionRed:link, a.BCSAttentionRed:visited {
        color: #C00000;
        text-decoration: underline;
    }

        a.BCSAttentionRed:hover {
            color: #C00000;
            text-decoration: none;
            cursor: pointer;
        }

h1 {
    font-size: 2em;
    font-weight: normal;
}

h2 {
    color: #0E7035;
    font-size: 1.2em;
    font-weight: bold;
}

h3 {
    color: #000;
    font-size: 1em;
}

img {
    border-style: none;
}

/*********************************** General *********************************/
.floatedRight {
    float: right;
}

.floatedLeft {
    float: left;
}

.overflowAuto {
    overflow: auto;
}

.pad10 {
    padding: 10px;
}

.padLeft10 {
    padding-left: 10px;
}

.padRight10 {
    padding-right: 10px;
}

.margin10 {
    margin: 10px;
}

.margin12 {
    margin: 12px;
}

.height45 {
    height: 45px;
}

.height75 {
    height: 75px;
}

.height350 {
    height: 350px;
}

.width10 {
    width: 10px;
}

.width20 {
    width: 20px;
}

.width30 {
    width: 30px;
}

.width50 {
    width: 50px;
}

.width100 {
    width: 100px !important;
}

.width150 {
    width: 150px;
}

.width240 {
    width: 240px;
}

.width340 {
    width: 340px;
}

.width360 {
    width: 360px !important;
}

.width430 {
    width: 430px !important;
}

.width700 {
    width: 700px !important;
}

.font101em {
    font-size: 1.1em;
}

.font1em {
    font-size: 1em !important;
}

.font08em {
    font-size: 0.8em;
}

.bold {
    font-weight: bold;
}

.paddingText {
    float: left;
    padding-top: 8px;
}

.hide {
    display: none;
}

.pseudoLink {
    color: #063;
    cursor: pointer;
    text-decoration: underline;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.cancel-link {
    padding: 10px;
    display: inline;
}

    .cancel-link a {
        color: black;
    }

        .cancel-link a:hover {
            font-weight: bold;
            text-decoration: underline;
            color: black;
        }

/****************************** Content Wrappers *****************************/
#InnerContent {
    padding: 10px 15px 25px 15px;
    min-height: 480px;
    background-color: #F8F8F8;
}

#OuterContentMain, #OuterContentHeader {
    margin-left: auto;
    margin-right: auto; /*position: relative;  Including this will break the main navigation in IE7*/
    text-align: left;
    width: 960px;
}

#OuterContentMain {
    background-color: #FFF;
/*    border-bottom: 1px solid #B8B8B8;
    border-left: 1px solid #B8B8B8;
    border-right: 1px solid #B8B8B8;
    border-top: 1px solid #107033;
    box-shadow: 5px 5px 5px -2px #CCC;
    -moz-box-shadow: 5px 5px 5px -2px #CCC;
    -webkit-box-shadow: 5px 5px 5px -2px #CCC;*/
}

/********************************* Messaging *********************************/
.errorMessage {
    background-color: #CFB8B8;
    background-image: url(images/error_red.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 100%;
    margin: 20px 0 20px 0;
    padding: 15px 5px 15px 70px;
}

.messageTitle {
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.messageText {
    color: #000;
    font-weight: normal;
}

.noteableMessage {
    background-color: #CCFF66;
    background-image: url(images/information.gif);
    background-position: 20px center;
    background-repeat: no-repeat;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 100%;
    margin: 20px 0 20px 0;
    padding: 15px 5px 15px 70px;
}

/********************************** Footer ***********************************/
#Footer {
    background-color: #E6E6E6;
    border-top: 3px solid #0E7035;
    color: #666;
    font-size: 0.9em;
    height: 30px;
    padding: 15px;
    clear: both;
}

#FooterLinks {
    float: right;
}

    #FooterLinks a:link, #FooterLinks a:visited {
        text-decoration: none;
    }

    #FooterLinks a:hover {
        text-decoration: underline;
    }

/******************************** Main Header ********************************/
#Header {
    clear: both;
    color: #000;
    display: inline-block;
    width: 100%;
}

    #Header a, #Header span {
        padding: 0px 10px 0px 10px;
    }

    #Header #HeaderContent .MainTitle {
        float: left;
        font-size: 2.5em;
        font-weight: bold;
        margin-top: 20px;
        margin-left: 25px;
    }

#HeaderContent {
    padding-top: 10px;
    width: 100%;
}

    #HeaderContent .HeaderLinks {
        margin-top:15px;
        float: right;
    }

        #HeaderContent .HeaderLinks .HeaderLinksText {
            float: right;
            font-weight: bold;
            margin-bottom: 10px;
            font-size: 1em;
        }

            #HeaderContent .HeaderLinks .HeaderLinksText a {
                padding-right: 0;
                padding-left: 0;
            }

#HeaderLogo {
    cursor: pointer;
    float: left;
    padding: 0px 15px 15px 0px;
}

.ApplicationSubTitle {
    font-family: Arial, Sans-Serif;
    font-size: 12pt;
    padding-top: 5px;
}

#HeaderNavPanel {
    display: block;
    padding: 10px 0px 0px 0px;
}

    #HeaderNavPanel .HeaderNavBarContainer {
        clear: both;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        width: 959px;
        border: 1px solid #CCC;
        /*max-width: 1200px;*/
    }

    #HeaderNavPanel .HeaderNavBar {
        margin: 0;
        padding: 0;
        margin-left: 320px;
        /*display: flex;*/
        align-items: center;
        text-align: center;
    }

    #HeaderNavPanel .HeaderNavTab {
        /* border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px; */
        list-style-type: none;
        font-size: 16px;
        float: left;
        height: 18px;
        padding: 10px 15px;
        margin-right: -1px;
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
        border-bottom: 4px solid #FFF;
        text-align: center;
        flex: auto;
    }

    #HeaderNavPanel .HeaderNavTabActive {
        border-bottom: 4px solid #BCCF00;
        font-weight: bold;
    }

    #HeaderNavPanel .HeaderNavTab:hover {
        background-color: #CCC;
        border-bottom: 4px solid #CCC;
    }

    #HeaderNavPanel li a, #HeaderNavPanel li span {
        /*color: #FFF;*/
        font-size: 0.8em;
        padding: 0px 3px 0px 3px;
        text-decoration: none;
    }

    #HeaderNavPanel li a, #HeaderNavPanel li a:hover, #HeaderNavPanel li a:link, #HeaderNavPanel li a:visited {
        color: #000;
    }

        #HeaderNavPanel li a:hover {
            outline: none;
            text-decoration: underline;
        }

    #HeaderNavPanel .HeaderNavSubMenu {
        display: none;
        float: left;
        position: absolute;
        right: 0px;
        top: 42px;
        white-space: nowrap;
        z-index: 100;
        list-style-type: none;
    }

        #HeaderNavPanel .HeaderNavSubMenu li {
            background-color: #FFF;
            border-bottom: 2px solid #B9B9B9;
            border-left: 2px solid #B9B9B9;
            border-right: 2px solid #B9B9B9;
            border-top: 0px;
            padding: 10px;
        }

            #HeaderNavPanel .HeaderNavSubMenu li:first-child {
                border-top: 2px solid #B9B9B9;
            }

            #HeaderNavPanel .HeaderNavSubMenu li:hover {
                background-color: #E6E6E6;
            }

        #HeaderNavPanel .HeaderNavSubMenu a {
            color: #B9B9B9;
        }

.BCSAttentionRed {
    color: #C00000;
}

/****************************** Section Header *******************************/
.SectionHeader {
    /*background: #0E7035 url('images/SectionHeaderBackground.jpg') repeat-y top left;*/
    background: #0A0719;
    color: #000;
    display: inline-block;
    width: 100%;
}

.SectionHeaderBottomBar {
    /*background: #FFF url('images/HorizontalLine_GradientGrey.jpg') no-repeat bottom center;*/
    background: #F8F8F8;
    clear: both;
    height: 8px;
}

.SectionHeaderContentAccreditations p {
    padding: 0px;
    margin: 8px 0 8px 0;
}

.SectionHeaderContentAccreditations a {
    color: white;
    text-decoration: underline;
    font-size: 80%;
}

.SectionHeaderContentAccreditations h1 {
    margin: 0 0 15px 0;
    color: white;
}

.SectionHeaderContentAccreditations {
    padding: 0px 15px 0px 15px;
}

.SectionHeaderContent {
    padding: 0px 15px 0px 15px;
    color: white;
}

.SectionHeaderInfo {
    float: right;
    font-size: 1.1em;
    padding-top: 7px;
}

.SectionTabNavigation {
    border-bottom: 1px solid #999;
    clear: both;
    color: #000;
    display: inline-block;
    padding-left: 10px;
    width: 920px;
}

    .SectionTabNavigation ul {
        list-style-type: none;
        margin: 15px 0px 0px 0px;
        padding: 0px;
    }

    .SectionTabNavigation li {
        float: left;
        margin: 0px 1px 0px 1px;
        padding: 8px;
        text-align: center;
    }

.SectionTabNavigationItemDefault, .SectionTabNavigationItemAlternate, .SectionTabNavigationItemSelected {
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    bottom: -1px;
    font-size: 1.05em;
    position: relative;
}

.SectionTabNavigationItemDefault {
    background-color: #EEE;
    border-bottom: 1px solid #999;
    cursor: pointer;
}

.SectionTabNavigationItemAlternate {
    background-color: #DDD;
    border-bottom: 1px solid #999;
    color: #999;
    cursor: pointer;
}

.SectionTabNavigationItemLarge {
    height: 35px;
}

.SectionTabNavigationItemSelected {
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
    color: #000;
    font-weight: bold;
}

.SectionTabNavigationItemCancel {
    background-color: #FAEAEA;
    border-left: 1px solid #CF122E;
    border-right: 1px solid #CF122E;
    border-top: 1px solid #CF122E;
    color: #CF122E;
    cursor: pointer;
    font-size: 1.05em;
    position: relative;
    text-align: center;
}

.SectionTabCounterDefault, .SectionTabCounterWarn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #FFF;
    float: right;
    font-size: 0.8em;
    left: 10px;
    min-width: 15px;
    padding: 3px;
    position: absolute;
    top: -15px;
}

.SectionTabCounterDefault {
    background-color: #3A7825;
}

.SectionTabCounterWarn {
    background-color: #CD0000;
}

.breadcrumb {
    color: #999;
    font-size: 0.75em;
}

    .breadcrumb a:link, .breadcrumb a:visited {
        color: #999;
        text-decoration: underline;
    }

    .breadcrumb a:hover {
        color: #999;
        text-decoration: none;
    }

.TableHeader {
    background-color: #F1F1F1;
    width: 840px;
    border: 2px #cccccc solid;
    font-size: 18px;
    font-family: verdana;
    color: #333333;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 48px;
    margin-top: 16px;
}

.TableBody {
    background-color: #FFF;
    width: 840px;
    /*border-top: none;*/
    border-bottom: 2px #cccccc solid;
    border-left: 2px #cccccc solid;
    border-right: 2px #cccccc solid;
    padding-left: 10px;
    margin-left: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-family: verdana;
    font-size: 11px;
}

/******************************* Modal Dialog ********************************/
.ModalPopupContent, .ModalLoading {
    background-color: #FFF !important;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 5px;
    padding: 15px 0px 15px 0px;
    text-align: left;
    width: 100%;
}

.ModalLoading {
    background: #FFF url('images/ajax-loader.gif') no-repeat center center;
}

.ModalPopupContentNoPadding {
    padding: 0;
}

/********************************* Tool Tip **********************************/
.ToolTip {
    background-color: #E6E6E6;
    border: 1px solid #E6E6E6;
    color: #000;
    display: none;
    left: 685px;
    margin: 0px;
    padding: 15px;
    position: absolute;
    width: 170px;
}

    .ToolTip:before {
        border-bottom: 15px solid transparent;
        border-right: 20px solid #E6E6E6;
        border-top: 15px solid transparent;
        content: ' ';
        height: 0px;
        position: absolute;
        right: 100%;
        top: 10px;
        width: 0px;
    }

/***************************** Summary View *****************************/

.AccountViewContent {
    margin: 20px;
    padding: 10px 20px;
    border: 1px solid #BCCF00;
    background-color: #FFF;
}

.SummaryViewContent {
    display: inline-block;
    width: 100%;
}

.SummaryViewTwoColumns {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 680px;
}

.SummaryViewRow {
    clear: both;
    height: auto;
}

.SummaryViewItem {
    float: left;
    padding: 10px;
}

.SummaryViewItemTitleNoWidth {
    font-weight: bold;
    font-size: 1.1em;
    color: black;
}

.SummaryViewItemDetailNoWidth {
    color: black;
    margin-top: 10px;
}

.SummaryViewItemTitle, .SummaryViewItemDetail {
    padding: 5px;
    width: 300px;
}

.SummaryViewItemDoubleWidthTitle, .SummaryViewItemDoubleWidthDetail {
    padding: 5px;
    width: 632px;
}

.SummaryViewItemTitle, .SummaryViewItemDoubleWidthTitle {
    font-size: 1.1em;
    font-weight: bold;
}

.SummaryViewItemDetail, .SummaryViewItemDoubleWidthDetail {
    border: 1px solid #D9DDCC;
    margin-top: 1px;
}

.SummaryViewItemModify {
    background-color: #EBF2E0;
    border: 1px solid #D9DDCC;
    bottom: -2px;
    color: #000;
    cursor: pointer;
    float: right;
    font-size: 1.0em;
    margin: 0px;
    padding: 5px 15px 5px 15px;
    position: relative;
    right: -2px;
}

.SummaryViewRightColumn {
    display: inline-block;
    float: right;
    margin: 0px;
    padding: 0px 10px 0px 0px;
    width: 220px;
}

.StatusHeading {
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 15px;
}

.StatusListBox {
    background-color: #EEE;
    border: 1px solid #D4D4D4;
}

.StatusListHeading {
    font-size: 1.1em;
    font-weight: bold;
}

.StatusListHeading, .StatusListItem, .StatusListItemAlternate {
    padding: 15px 10px 15px 10px;
}

.StatusListItem, .StatusListItemAlternate {
    border-top: 1px solid #D4D4D4;
    font-size: 0.9em;
}

.StatusListItemAlternate {
    background-color: #DEDEDE;
}

.StatusListItemInfo, .StatusListItemInfoOK, .StatusListItemInfoWarn {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #FFF;
    float: right;
    min-width: 20px;
    padding: 5px;
    position: relative;
    text-align: center;
    top: -5px;
}

.StatusListItemInfo {
    background-color: #898989;
}

.StatusListItemInfoOK {
    background-color: #008341;
}

.StatusListItemInfoWarn {
    background-color: #CD0000;
}

/**************************** Boxed Sections ****************************/

.BoxedSectionNoColor {
    color: #C00000;
}

.BoxedSectionRed {
    background-color: #F2DCDA;
    border: 1px solid #E5A5A3;
    color: #C00000;
    padding: 10px;
}

.BoxedSectionGrey {
    background-color: #EEE;
    border: 1px solid #DADADA;
    color: #000;
    padding: 10px;
}

.BoxedSectionGreen {
    background-color: #EBF2E0;
    border: 1px solid #D9DDCC;
    color: #58643E;
    padding: 10px;
}

.BoxedSectionYellow {
    background-color: #17f700;
    border: 1px solid #666;
    color: #666;
    padding: 10px;
}

.BoxedSectionYellowPublicBooking {
    background-color: #edf48c;
    border: 1px solid #666;
    color: #666;
    padding: 10px;
}

/**************************** Common Background Colours ******************************/
.greyBG {
    background-color: #EEE;
}

.greenBG {
    background-color: #EBF2E0;
}

.AdressBox {
    overflow: auto;
    height: 490px;
    padding: 0 16px 0 16px;
}

.addressContainer {
    clear: both;
}

/**************************** Accordion used for selecting qualifications ******************************/
.AccordionTopLevel {
    background-color: #d4d4d4;
}

.AccordionRadioButton {
    float: right;
}

.AccordionClickableRow span {
    cursor: pointer;
}

.AccordionClickableRow {
    border: 1px solid #000000;
    border-bottom: none;
    width: 800px;
    clear: both;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 18px;
}

.AccordionLevel2 {
    background-color: #ededed;
}

    .AccordionLevel2 .AccordionLabel {
        padding-left: 18px;
    }

.AccordionLevel3 .AccordionLabel {
    padding-left: 36px;
}

.AccordionLevel4 .AccordionLabel {
    padding-left: 48px;
}

.AccordionLabelNote {
    font-size: 0.7em;
    font-weight: bold;
    padding-left: 10px;
    text-decoration: underline;
}

.AccordionRadioButton {
    margin-right: 6px;
}

.AccordionContainer {
    border-bottom: 1px solid #000000;
    width: 820px;
}

.AccordionRowArrow {
    width: 12px;
    height: 16px;
    background-image: url(images/arrow_expand.png);
    float: right;
    margin-right: 6px;
}

.AccordionRowArrowExpanded {
    width: 13px;
    height: 12px;
    background-image: url(images/arrow_expanded.png);
    float: right;
    margin-right: 6px;
}

.QualificationRow {
    background-color: #FFF !important;
    font-weight: bold;
}

.QualificationRowFixedSelection {
    background-color: #DFD !important;
    font-weight: bold;
}

.QualificationRowBlockedSelection {
    background-color: #FDD !important;
    color: #666;
}

.AccordionErrorContainer .field-validation-error {
    padding-bottom: 16px;
    clear: both;
    display: block;
}

/******************************** Back Office - Process Bookings *******************************/
#btnPrintMutipleLabels {
    vertical-align: middle;
}

#AssignInvigilatorSessionList {
    width: 610px;
    float: left;
}

#SessionInformationHolder {
    width: 300px;
    float: right;
    margin-bottom: 20px;
}

#SelectedSessionInformation {
    border: 1px dotted #CFCFCF;
    padding: 5px;
}

    #SelectedSessionInformation div {
        margin: 0 25px 10px 0;
    }

    #SelectedSessionInformation h3 {
        margin: 5px auto 0 auto;
    }

    #SelectedSessionInformation ul {
        margin-top: 0px;
        padding-left: 10px;
        list-style: none;
    }

    #SelectedSessionInformation li {
        margin-left: 0px;
        margin-bottom: 5px;
    }


    #SelectedSessionInformation .sessionInformationMessage {
        font-weight: bold;
        color: #F00;
        list-style: none;
    }

    #SelectedSessionInformation .sessionInformationOnHoldMessage {
        font-weight: bold;
        color: #FFF;
        list-style: none;
        background-color: #a00000;
        padding: 5px;
        margin-bottom: 10px;
        display: inline-block;
        border: 2px solid #F00;
        width: 263px;
        text-align: center;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

#divInvgilatorsList {
    max-height: 300px;
    overflow-y: auto;
}

#AdditionalDetailsDiv div {
    margin: 5px 0 0 0;
}

#AdditionalDetailsDiv .alternateRow:hover,
#AdditionalDetailsDiv .normalRow:hover,
#AdditionalDetailsDiv .alreadyBookedInvigilator:hover {
    background-color: #8EAB9D;
    color: #000;
}

#AdditionalDetailsDiv .alternateRow,
#AdditionalDetailsDiv .normalRow,
#AdditionalDetailsDiv .alreadyBookedInvigilator {
    padding: 5px;
    cursor: pointer;
}

#AdditionalDetailsDiv .alternateRow {
    background-color: #EDEDED;
}

#AdditionalDetailsDiv .alreadyBookedInvigilator {
    background-color: #CF122E;
    color: #FFF;
}

#AdditionalDetailsDiv .selectedInvigilator {
    background-color: #38831C;
    color: #FFF;
}

    #AdditionalDetailsDiv .selectedInvigilator:hover {
        background-color: #38831C;
        color: #FFF;
        cursor: default;
    }

.assignedInvigilator {
    padding-top: 15px;
}

.printDocumentLink {
    margin-right: 10px;
}

.invigilatorNoteIcon {
    position: relative;
    float: right;
    padding: 7px 5px;
}

/******************************** Back Office - Process Candidates *******************************/
.slidingRightPanel {
    float: left;
    width: 610px;
    right: -310px;
    position: relative;
}

    .slidingRightPanel h3 {
        margin-top: 0px;
    }

    .slidingRightPanel .dashedTableDiv {
        margin-bottom: 10px;
    }

.slidingSessionInformation {
    position: relative;
    float: right;
    /*right: 170px;*/
}

.slidingSessionList {
    position: relative;
}

/******************************** View Candidates *******************************/

#divCandidateInformationHolder {
    width: 300px;
    float: right;
    margin-bottom: 20px;
}

#divCandidateInformation {
    border: 1px dotted #CFCFCF;
    padding: 5px;
    background-color: white;
}

    #divCandidateInformation div {
        margin: 0 25px 10px 0;
    }

    #divCandidateInformation h3 {
        background-color: #EAEFF5;
        margin: -5px -5px 5px -5px;
        padding: 5px;
    }

    #divCandidateInformation ul {
        margin-top: 0px;
        padding-left: 10px;
        list-style: none;
    }

    #divCandidateInformation li {
        margin-left: 0px;
        margin-bottom: 5px;
    }

.viewCandidateName {
    font-size: 1.4em;
}

.viewCandidateExamDate {
    float: left;
    width: 35px;
    margin-right: 0px;
    font-weight: bold;
}

.viewCandidateExamName {
    float: right;
    width: 220px;
}

.viewCandidateECerts {
    clear: both;
}

.viewCandidateExamSeparator {
    clear: both;
}

.viewCandidateGradePending {
    color: black;
    font-weight: bold;
}

.viewCandidateGradePass {
    color: green;
    font-weight: bold;
}

.viewCandidateGradeFail {
    color: red;
    font-weight: bold;
}

.viewCandidateUpdateLink a {
    float: right;
}
/**************************** Accreditations stages view ******************************/

.AccStageBox {
    width: 283px;
    height: 183px;
    display: block;
    float: left; /*margin:3px;*/
    position: relative;
}

.AccStageRowCentered {
    display: block;
    float: left;
    width: 700px;
    padding-left: 160px;
    padding-top: 100px;
    position: relative;
}

.AccStageBoxHome {
    width: 308px;
    height: 240px;
    display: block;
    float: left; /*margin:3px;*/
    position: relative;
    background-image: url('images/background-square.png');
    cursor: pointer;
}

    .AccStageBoxHome:hover {
        background-image: url('images/rollover-box.png');
    }

.AccStageCompleted {
    background-image: url('images/accreditations/completed-block.jpg');
    cursor: pointer;
}

.AccStageCurrent {
    background-image: url('images/accreditations/active-block.jpg');
    cursor: pointer;
}

.AccStageInactive {
    background-image: url('images/accreditations/transparent-block.png');
}

.AccStageAvailable {
    background-image: url('images/accreditations/notcompleted-block.jpg');
}

.AccStageArrowBox {
    float: left;
    height: 183px;
    width: 28px;
    position: relative;
    margin: 5px;
}

.AccStageRightArrow {
    background-image: url('images/accreditations/right-arrow.jpg');
    width: 28px;
    height: 42px;
    top: 70px;
}

.AccStageLeftArrow {
    background-image: url('images/accreditations/left-arrow.jpg');
    width: 28px;
    height: 42px;
    top: 70px;
}

.AccStageAvailable .AccStageDescription {
    color: #000;
}

.AccStageInactive .AccStageDescription {
    color: #ccc;
}

.AccStageDescription {
    text-align: center;
    display: block;
    height: 80px;
    position: absolute;
    top: 25px;
    width: 283px;
}

.AccStageBoxHome .AccStageName {
    margin-left: 30px;
    text-align: center;
    width: 250px;
    display: block;
}

.AccStageStatusHome {
    color: black;
    font-weight: normal;
    margin-left: 16px;
    font-size: 90%;
    width: 280px;
    height: 91px;
    position: absolute;
    top: 190px;
    left: 0px;
    text-align: center;
}

.AccStageName {
    font-size: 150%;
}

.AccStageNumber {
    font-weight: bold;
}

.AccStageQueries {
    display: block;
    position: absolute;
    top: 104px;
    left: 18px;
    color: #000000;
    font-size: 70%;
    background-color: white;
    background: #ffffff;
    z-index: 200;
    border: 1px solid #444444;
    padding: 5px 5px 5px 5px;
}

.AccStageMiddleRow {
    clear: both;
    width: 100%;
}

.AccStage1Icon {
    background-image: url('images/accreditations/stage1-icon.png');
    width: 143px;
    height: 58px;
    position: absolute;
    top: 85px;
    left: 70px;
}

.AccStage1IconHome {
    background-image: url('images/new.png');
    width: 63px;
    height: 91px;
    position: absolute;
    top: 85px;
    left: 130px;
}

.AccStage2Icon {
    background-image: url('images/accreditations/stage2-icon.png');
    width: 67px;
    height: 67px;
    position: absolute;
    top: 85px;
    left: 110px;
}

.AccStage2IconHome {
    background-image: url('images/continue.png');
    width: 48px;
    height: 97px;
    position: absolute;
    top: 85px;
    left: 130px;
}

.AccStage3Icon {
    background-image: url('images/accreditations/stage3-icon.png');
    width: 86px;
    height: 66px;
    position: absolute;
    top: 75px;
    left: 100px;
}

.AccStage3IconHome {
    background-image: url('images/track.png');
    width: 47px;
    height: 96px;
    position: absolute;
    top: 75px;
    left: 130px;
}

.AccStage4Icon {
    background-image: url('images/accreditations/stage4-icon.png');
    width: 67px;
    height: 58px;
    position: absolute;
    top: 80px;
    left: 110px;
}

.AccStage4IconHome {
    background-image: url('images/view-existing.png');
    width: 85px;
    height: 75px;
    position: absolute;
    top: 110px;
    left: 120px;
}

.AccStage5Icon {
    background-image: url('images/accreditations/stage5-icon.png');
    width: 70px;
    height: 70px;
    position: absolute;
    top: 78px;
    left: 110px;
}

.AccStage5IconHome {
    background-image: url('images/renew-reapply.png');
    width: 69px;
    height: 97px;
    position: absolute;
    top: 100px;
    left: 120px;
}

.AccStage6Icon {
    background-image: url('images/accreditations/stage6-icon.png');
    width: 47px;
    height: 75px;
    position: absolute;
    top: 80px;
    left: 117px;
}

.AccStage6IconHome {
    background-image: url('images/manage.png');
    width: 67px;
    height: 58px;
    position: absolute;
    top: 110px;
    left: 117px;
}

.CancelAccreditationX:hover {
    cursor: pointer;
}

.CancelAccreditationX {
    background-image: url('images/accreditations/DeleteIcon.jpg');
    width: 20px;
    height: 20px;
    display: block;
}


.AccStageStatus {
    color: #fff;
    font-weight: bold;
    margin-left: 16px;
}

.AccStageMiddleRow {
    padding-top: 13px;
    width: 100%;
    position: relative;
    height: 47px;
}

.AccStageDownArrow {
    background-image: url('images/accreditations/down-arrow.jpg');
    width: 47px;
    height: 27px;
    left: 765px;
    position: absolute;
}

.red {
    color: #ff0000;
}

.AccordionRowSelected {
    background-color: #ccffcc !important;
}

.clearBoth {
    clear: both;
}


/* Accreditation -> Organisation -> Finance Details dialog*/

.SmallGreenDialog {
    background-color: #f5fff2;
    border: 1px solid #ceffce;
    padding: 8px;
    margin-top: 16px;
    width: 660px;
    margin-left: 54px;
}

    .SmallGreenDialog h2 {
        font-size: 90%;
        padding: 0px;
        margin: 0px;
    }

    .SmallGreenDialog p {
        font-size: 80%;
        padding: 0px;
        margin: 0px;
    }

.clearBoth {
    clear: both;
}


.QuestionQ {
    float: left;
    margin-top: 13px;
    color: Green;
    font-weight: bold;
}

.QuestionQA {
    float: left;
    padding-right: 10px;
    color: Green;
    font-weight: bold;
    clear: left;
    padding-top: 14px;
}

#QueriedEntityDescription {
    padding-top: 4px;
}

.QuestionQABody {
    float: left;
    display: block;
    clear: right;
    width: 880px;
}

.QuestionQABodyAutoWidth {
    float: left;
    display: block;
    clear: right;
    width: 580px;
}

.QuestionQASeparator {
    border-bottom: dashed 1px #ccc;
    clear: both;
    height: 0px;
    width: 880px;
    left: 0px;
    padding: 16px 0 16px 0px;
    margin: 0 0 0 24px;
    position: relative;
}

.QAPaddingLeft {
    padding-left: 24px;
}

.QADoublePaddingLeft {
    padding-left: 44px;
}

.leftPadding {
    padding-left: 18px;
}

.QuestionRequiredMarker {
    /*position: absolute;     left: 70px;*/
    position: relative;
    left: -17px;
    float: left;
}

.QueryAccreditationContainer {
    padding: 10px 10px 10px 10px;
    display: block;
    margin: auto;
    float: left;
    text-align: center;
    width: 150px;
    clear: both;
}

#portamento_container {
    float: right;
    position: relative;
}

    #portamento_container #QueryButtonContainer {
        float: none;
        position: absolute;
    }

        #portamento_container #QueryButtonContainer.fixed {
            position: fixed;
        }

.indentedTextbox {
    left: -14px;
    position: relative;
}

.MaterialsTable {
    margin-left: 54px;
    margin-top: 16px;
}

    .MaterialsTable th {
        text-align: left;
        padding: 5px;
    }

    .MaterialsTable tr {
        min-height: 28px;
        vertical-align: top;
    }

.topMargin10px {
    margin-top: 10px;
    display: block;
}

.CurrentAccreditationName {
    float: right;
    clear: both;
    font-size: 85%;
}

.ErrorWindow {
    width: 70%;
    background-color: #ffcccc;
    padding: 10px;
    border: 1px solid #ff0000;
    clear: both;
}

.TutorTabs {
    display: block;
    float: right;
    clear: both;
    padding-bottom: 8px;
}

    .TutorTabs div a, .TutorTabs div span {
        color: white;
        text-decoration: none;
        text-align: center;
        padding-top: 7px;
        display: block;
    }

    .TutorTabs div span {
        font-weight: normal;
    }

    .TutorTabs div a {
        font-weight: bold;
    }

.TutorTab {
    background-image: url(images/TutorTab.png);
}

.TutorTabCurrent {
    background-image: url(images/TutorTabCurrent.png);
}

.redCounter {
    background-image: url(images/accreditations/RedMarker.jpg);
    width: 32px;
    height: 29px;
    display: block;
    float: right;
    margin-right: 350px;
    top: -5px;
    position: relative;
}

    .redCounter span {
        color: white;
        padding: 0 0 0 0px;
        margin-top: 5px;
        display: block;
        text-align: center;
    }

.TutorTab, .TutorTabCurrent {
    width: 100px;
    height: 31px;
    margin: 5px;
    float: left;
}

.TutorRemoveLink {
    display: block;
    clear: both;
    text-align: center;
}

.TutorTabs .TutorRemoveLink a {
    color: #063;
}

.green {
    color: green;
    font-weight: bold;
}

.opaque50 {
    -moz-opacity: .50;
    filter: alpha(opacity=50);
    opacity: .50;
}

#TsAndCsBox {
    background-image: url(images/accreditations/tandcs.png);
    width: 183px; /*225px;*/
    height: 165px; /*175px;*/
    padding: 10px 0 0 42px;
    display: block;
}

    #TsAndCsBox h2 {
        color: black;
    }

    #TsAndCsBox a {
        color: black;
        float: left;
        margin-left: 10px;
        width: 100px;
        font-size: 85%;
    }

#TsAndCsBoxPDFIcon {
    background-image: url(images/accreditations/pdf.png);
    width: 44px;
    height: 46px;
    display: block;
    float: left;
}

.smaller {
    font-size: 80%;
}

.leftAlign {
    text-align: left;
}

.valignTop td {
    vertical-align: top;
}

.center {
    text-align: center;
}

.atoNameSpan {
    font-weight: bold;
    float: right;
    position: relative;
}

.iconButton {
    cursor: pointer;
}

.dottedBorder {
    border: 1px dotted #CFCFCF;
    padding: 5px;
}


/*Candidate Import*/
.BoxesContainer {
    vertical-align: top;
    text-align: center;
}

.Boxes {
    padding-left: 20px;
    padding-bottom: 15px;
    width: 300px;
    height: 80px;
    display: inline-table;
    text-align: left;
}

.BoxesSpacer {
    display: inline-table;
}

#header2 {
    display: none;
}

.ModelPopupContentInner {
    padding: 0px 10px 0px 10px;
    min-height: 465px;
}

/* Self Print */

.NDA {
    height: 250px;
    border: 1px solid #ccc;
    overflow: auto;
    margin: 20px;
    padding: 0 10px;
}

.NDA li {
    margin: 0 0 20px 0;
}

.NDA ul {
    margin: 20px;
}

.NDAFooter {
    margin: 0 20px 0 20px;
}

.smallInfoPanel, .smallWarningPanel {
    margin: 1px 0;
    display: table;
    border: darkgrey 1px solid;
    text-align: center;
}

    .smallInfoPanel > div, .smallWarningPanel > div {
        display: table-row;
        background-color: lightyellow; 
        text-align: left;
    }

        .smallInfoPanel > div > img, .smallWarningPanel .warningImage {
            display: table-cell;
            vertical-align: top;
            padding: 5px 4px;    
        }

        .smallInfoPanel > div > span, .smallWarningPanel .warningContent {
            display: table-cell;
            vertical-align: middle;
            margin: 0 10px;
            padding: 10px 4px;
        }

.disabled {
    opacity: 0.3;
    cursor: default;
}


.emailPrintLinkUserActions {
    display: none;
    float: right;
    margin: 0 30px;
}

.hidden {
    visibility: hidden;
}

.rowElement {
    vertical-align: middle;
}

.qtip-custom {
    
}

.qtip-custom .qtip-content{
    font-size: 10pt;
    background-color: lightyellow;
    line-height: 130%;
}

table.SessionDetails, table.SelfPrintDocuments, table.SelfPrintDocumentManagement  {
    position: relative;
    width: 98%;
    border-collapse: collapse;
    margin: 10px;
}

table.SessionDetails  tr, table.SelfPrintDocuments tr {
    
}

table.SessionDetails tr td {
    border: 1px #c0c0c0 solid;
    padding: 5px 5px 5px 15px;
}

table.SessionDetails tr td.NoBorder {
    border: 0;
}

table.SessionDetails tr td.SessionDetailsHeading {
    font-weight: bold;
    background-color: #f0f0f0;
}

table.SelfPrintDocuments tr td {
    border: 1px #c0c0c0 solid;
    padding: 2px 1px 3px 2px;
}
    table.SelfPrintDocuments tr td:nth-child(1) {
        width: 45px;
        text-align: center;
    }
    
    table.SelfPrintDocuments tr td:nth-child(2) {
        padding: 0 0 0 10px;
    }
    
    table.SelfPrintDocuments tr td:nth-child(3) {
        width: 145px;
        text-align: center;
    }
    
    table.SelfPrintDocuments tr td:last-child {
        width: 45px;
        text-align: center;
    }
    
table.SelfPrintDocumentManagement tr td {
    border: 1px #c0c0c0 solid;
}

table.SelfPrintDocumentManagement tr td,
table.SelfPrintDocumentManagement tr th {
    padding: 5px 1px 5px 10px;
}
    table.SelfPrintDocumentManagement tr td:nth-child(1),
    table.SelfPrintDocumentManagement tr th:nth-child(1) {
        width: 45px;
        text-align: center;
    }
    
    table.SelfPrintDocumentManagement tr td:last-child {
        text-align: center;
        border: 0;
    }
    

.ExamPack H2:not(:first-child) {
    margin: 30px 0 0 0;
}

.NumberOfCopies {
    font-weight: bold;
    font-size: 12pt;
    color: #063;
}

.QualificationTitle {
    margin: 16px 0 0 10px;
    color: #063;
}

.QualificationTitle > span{
    margin: 0 3px;
}

.Title_QualificationName {
    font-size: 12pt;
}

.Title_ExamCode {
    font-size: 10pt;
}

.Title_PaperName {
    font-size: 12pt;
}

.Title_LanguageLabel {
    background-color: #f8f8f8;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
    font-size: 10pt;
    padding: 3px;
}

#SelfPrintOverlay {
    position: absolute;
    display: none;
}

#SelfPrintOverlay .OverlayBackground{
    position: absolute;
    background-color: black;
    opacity: 0;
    width: 100%;
    height: 100%;
}

#SelfPrintOverlay .OverlayMessageContainer{
    display: table-row;
    text-align: center;
}

#SelfPrintOverlay .OverlayMessage{
    display: inline-flex;
    background-color: white;
    padding: 15px 40px;
    border: 1px solid darkgray;
}

.Disabled a {
    text-decoration: none;
    color: #bbbbbb;
    pointer-events: none;
    cursor: default;
}

.Disabled img {
    opacity: 0.2;
}

.mediumText {
    line-height: 150%;
    font-size: 10pt;
    font-weight: normal;
}

.noLink {
    pointer-events: none;
    
}

.QMImportTable {
    border-collapse: collapse;
    margin: 10px 0px;   
}

    .QMImportTable thead {
        font-family: Arial, Sans-Serif;
        font-size: 10pt;
        background-color: #f0f0f0;
    }

    .QMImportTable td, .QMImportTable th {
        border: 1px solid black;
        padding: 5px;
    }

.erroredRow {
    background-color: #CFB8B8;
    cursor: default;
}
    .erroredRow td {
        opacity: 0.4;
    }

.disabledRow {
    background-color: #e0e0e0;
    cursor: default;   
}
    .disabledRow td {
        opacity: 0.4;
    }
    
.verifiedRow {
    background-color: #a5e78d;
    cursor: default;   
}
    .verifiedRow td {
        opacity: 0.4;
    }


.mud-ripple {
    position: relative;
    overflow: hidden;
}

    .mud-ripple:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        background-image: radial-gradient(circle,#000 10%,transparent 10.01%);
        background-repeat: no-repeat;
        background-position: 50%;
        transform: scale(10,10);
        opacity: 0;
        transition: transform .3s,opacity 1s;
    }

    .mud-ripple:active:after {
        transform: scale(0,0);
        opacity: .1;
        transition: 0s;
    }
