﻿/******************************************************************************
General
*******************************************************************************/
.AlternateRow {
    background-color: #F8F8F8;
}

.FixedLayoutTable {
    table-layout: fixed;
}

.onclickDisabled {
    cursor: default;
}

/******************************************************************************
Exams list
*******************************************************************************/
.ExamsList {
    border-collapse: collapse;
    width: 100%;
}

.ExamsListRow {
    background-color: #FFF;
    border: 3px solid #FFF;
    vertical-align: top;
}

.ExamsListRowAlternate {
    background-color: #EDEDED;
    border: 3px solid #EDEDED;
    vertical-align: top;
}

.ExamsListSpacerRow {
    height: 15px;
}

td.ExamsListStatusRed {
    background-color: #F2DCDA;
    padding: 5px;
    color: #C00000;
    width: 120px;
}

td.ExamsListStatusGreen {
    background-color: #EBF2E0;
    padding: 5px;
    color: #58643E;
    width: 120px;
}

/******************************************************************************
Candidates, BackOffice users, BackOffice availability exclusions,
BackOffice process bookings
*******************************************************************************/
.dashedTableDiv, .dashedTableDivNoBottomMargin {
    border: 1px dotted #CFCFCF;
    padding: 10px 5px 10px 5px;
}

.dashedTableDiv {
    margin-bottom: 40px;
}

.dashedTable {
    width: 100%;
    border-collapse: collapse;
}

    .dashedTable th {
        font-weight: bold;
        background-color: #EAEFF5;
        text-align: left;
    }

    .dashedTable tr.odd {
        background-color: #f2f2f2;
    }

    .dashedTable th, td {
        padding: 5px 3px 5px 3px;
    }

    .dashedTable tbody td {
        border-bottom: 1px dashed #CFCFCF;
    }

    .dashedTable tr.noBottomDashing td {
        border-bottom: none;
    }

    .dashedTable .highlightedRow {
        background-color: #99CC99;
    }

    .dashedTable tfoot a {
        /*Keeps the image button centralized vertically in the footer*/
        margin-top: 10px;
    }

.dashedTableDiv .importantValue {
    color: #F00;
}

.dashedTableDiv .sortedByHeaderAsc {
    background-image: url(images/arrow_sort_ascending.png);
}

.dashedTableDiv .sortedByHeaderDesc {
    background-image: url(images/arrow_sort_descending.png);
}

.dashedTableDiv .sortedByHeaderDesc,
.dashedTableDiv .sortedByHeaderAsc {
    background-repeat: no-repeat;
    background-position: 3px 10px;
    padding-left: 16px;
    display: block;
}

.dashedTableDiv .pagingOptions {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    margin: 20px 0 10px 0;
}

.dashedTableDiv .pageLinkSelected {
    text-decoration: none;
    color: #000;
    cursor: text;
}

.autoWrapText {
    word-wrap: break-word;
}

.nonSelectableRow, .nonSelectableRowNoBackground {
    color: #999;
}

.nonSelectableRow {
    background-color: #F2DCDA;
}

.hoverableRow:hover {
    background-color: #CCFF66;
}

.selectableRow:hover {
    background-color: #CCFF66;
    cursor: pointer;
}

.selectableRowSelected {
    background-color: #CCFF66;
}

.dashedTableDiv .sortColumnHeader {
    vertical-align: middle;
}

.dashedTableDiv .headerWithSpacing {
    padding-right: 14px;
}

/******************************************************************************
Back office process bookings
*******************************************************************************/
#divSessionList {
    width: 610px;
    float: left;
}

#divFullWidthSessionList {
    width: 918px;
    float: left;
}
/******************************************************************************
Back office invoicing
*******************************************************************************/
.InvoiceListTable {
    width: 100%;
}

.InvoiceListTableExamHeader {
    width: 100%;
}

.InvoiceListTable input {
    width: 100px;
}

/******************************************************************************
View Candidates
*******************************************************************************/
#divCandidateList {
    width: 610px;
    float: left;
}

.candidateListRow {
    word-wrap: break-word;
}


/******************************************************************************
Accreditation
*******************************************************************************/
.thLeft th {
    text-align: left;
    padding-left: 8px;
}

.accredTable .firstColumn {
    width: 620px;
}

.accredTable .firstNarrowColumn {
    width: 500px;
}

.accredTable th {
    border-bottom: 1px dashed #CFCFCF;
}

.accredTable {
    border-collapse: collapse;
    font-size: 80%;
    width: 100%;
}

    .accredTable tr.odd {
        background-color: #efefef;
    }

    .accredTable tbody td {
        border-bottom: 1px dashed #CFCFCF;
        padding-left: 8px;
    }

/************************Marking Papers***************************/
.MarkingPaperRow {
    background-color: #FFF;
    /*border: 3px solid #FFF;*/
    /*vertical-align: top;*/
}

.MarkingPaperRowAlternate {
    background-color: #EDEDED;
    /*border: 3px solid #EDEDED;*/
    /*vertical-align: top;*/
}

.MarkingColumn {
    text-align: left;
}

.MarkingColumnModal {
    text-align: left;
    width: 140px;
}

.activeTableRow {
    /*background-color: red;*/
    cursor: pointer;
}
/*************************Public Booking Activity******************/
#divExamList {
    width: 650px;
    float: left;
}

.rowBackgroundStyleWarning {
    background-color: peachpuff;
}

.alert-custom {
    background-color: #F7FAE1;
    color: #000;
    padding: 10px 20px;
    margin: 20px 20px 5px 10px;
}

/**********************CSV Import / Copy Candidates****************/

.ScrollingTable {
    border-collapse: collapse;
    text-align: center;
}

    .ScrollingTable th {
        border-top: 1px solid lightgray;
        background-color: green;
        padding: 8px;
        color: white;
    }

    .ScrollingTable td {
        border: 1px solid lightgray;
        background-color: #f8f8f8;
        padding: 5px;
    }

.TableChooseExam {
    border-collapse: collapse;
}

    .TableChooseExam td {
        border: 1px solid lightgray;
    }

    .TableChooseExam tr.onclickDisabled {
        color: gray;
    }

    .TableChooseExam th {
        background-color: darkgrey;
    }

.btnCopyCandidates {
    visibility: hidden;
    float: right;
}

.spinner {
    vertical-align: middle;
    display: none;
}

.hiddenSpinner {
    vertical-align: middle;
    display: inline;
    visibility: hidden;
}

/******************************************************************************
General
*******************************************************************************/
.AlternateRow {
    background-color: #F8F8F8;
}

.LinkedRow {
    cursor: pointer;
}

    .LinkedRow:hover {
        background-color: #EEE;
    }

/******************************************************************************
Results
*******************************************************************************/
.groupedListWrapperDiv {
    border: 2px solid #CCC;
    margin-bottom: 20px;
}

.groupedListHeadingDiv {
    background-color: #F1F1F1;
    border-bottom: 2px solid #CCC;
    color: #333;
    font-family: Trebuchet MS;
    font-size: 1.5em;
    font-weight: normal;
    padding: 10px 20px 10px 20px;
    text-align: left;
}

.groupedListTableDiv {
    background-color: #FFF;
    padding: 5px;
}

.groupedListTable {
    border-collapse: collapse;
    width: 100%;
}

    .groupedListTable td {
        color: #000;
        font-family: Verdana;
        font-style: normal;
        font-weight: normal;
        margin: 0px;
        padding: 20px 20px 20px 15px;
        text-decoration: none;
        vertical-align: top;
    }

        .groupedListTable td.InnerRowSeparatorCell {
            border-bottom: 2px dotted #CCC;
            padding: 0px 0px 10px 0px;
        }

        .groupedListTable td.Payment {
            padding: 3px 25px 0 0;
        }

    .groupedListTable .boxedHighlightGreen {
        background-color: #5EA330;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }

    .groupedListTable .boxedHighlightGreen {
        font-family: Verdana;
        font-size: 1.1em;
        padding: 10px;
    }

        .groupedListTable .boxedHighlightGreen a {
            color: #FFF;
            text-decoration: none;
        }

            .groupedListTable .boxedHighlightGreen a:hover {
                text-decoration: underline;
            }

    .groupedListTable .subBoxedHighlightNote {
        color: #333333;
        font-family: Verdana;
        font-size: 1.1em;
    }

    .groupedListTable .itemTitle {
        color: #006633;
        font-family: Verdana;
        font-size: 1.5em;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
    }

.itemTitleSmaller {
    color: #006633;
    font-family: Verdana;
    font-size: 1.2em;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.groupedListTable .resultDescription {
    color: #333333;
    font-family: Verdana;
    font-size: 1.4em;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.groupedListTable .priceBreakdown {
    color: #006633;
    font-family: Verdana;
    font-size: 1.5em;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}


.boxedDateMonth {
    font-family: Trebuchet MS;
    font-size: 1.5em;
    background-color: #5EA330;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.boxedDateDay {
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    color: #666;
    font-family: Trebuchet MS;
    font-size: 2.5em;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

.atoInformationDiv {
    background-color: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 10px 10px 10px 20px;
    text-align: left;
    overflow: hidden;
}

.atoInformationAtoName {
    color: #063;
    font-weight: bold;
}

.atoLogoImage {
    float: right;
    margin-left: 10px;
}

#text {
    display: none;
}

.btn-container {
    display: flex;
    justify-content: flex-start;
    height: 44px;
}

#toggle {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    border: none;
    font-size: 12px;
    background: none;
    padding: 0 0 15px 0;
    color: #000;
    text-decoration: underline;
}

    #toggle:hover {
        text-decoration: none;
    }

/******************************************************************************
Dashboard
*******************************************************************************/
.DashboardContentSectionTitle {
    border-bottom: 3px dotted #CCC;
    color: #333;
    font-family: Verdana;
    font-size: 1.3em;
    font-weight: normal;
    padding: 10px 0px;
    width: 100%;
}

.DashboardContentSection {
    border: 2px solid #CCC;
    color: #333;
    float: left;
    margin-top: 20px;
    padding: 10px 15px;
}


    .DashboardContentSection .DashboardContentSectionTitle {
        padding: 0px 0px 5px 0px;
    }

.DashboardCounterDisplay {
    border: 2px solid #CCC;
    color: #666;
    display: table;
    float: left;
    font-family: Trebuchet MS;
    margin: 5px;
    text-align: center;
    width: 80px;
}

.DashboardCounterDisplayRow {
    display: table-row;
}

.DashboardCounterDisplayTitle {
    background-color: #999;
    border-top: 2px solid #CCC;
    color: #FFF;
    display: table-cell;
    font-weight: bold;
    height: 30px;
    padding: 2px 5px;
    vertical-align: middle;
}

.DashboardCounterDisplayValue {
    display: table-cell;
    font-size: 2.2em;
    height: 50px;
    padding: 10px;
    vertical-align: middle;
}


.DashboardContentSectionContent .DashboardCounterDisplay {
    min-width: 100px;
}

.DashboardContentSectionContent .DashboardCounterDisplayTitle {
    height: 30px;
}

.DashboardContentSectionContent .DashboardCounterDisplayValue {
    height: 30px;
}

.DashboardContentSection .DashboardContentSectionContent {
    padding: 10px 0px;
}

.DashboardContentSectionContent .SectionContentTextDiv {
    color: #333;
    font-family: Verdana;
}

    .DashboardContentSectionContent .SectionContentTextDiv div {
        padding: 1px 0px;
    }

.DashboardContentSectionContent .SectionContentTable {
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.SectionContentTable td {
    padding: 5px 0px 5px 5px;
}

.SectionContentTable .ItemCount {
    background-color: #FFF;
    border: 2px solid #CCC;
    color: #000;
    font-family: Trebuchet MS;
    font-size: 1.8em;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    min-width: 30px;
}

.groupedListTable .ItemHeading, .SectionContentTable .ItemHeading {
    color: #006633;
    font-family: Verdana;
    font-weight: bold;
}

.groupedListTable .ItemHeading {
    font-size: 0.8em;
}

.groupedListTable .ItemDetail, .SectionContentTable .ItemDetail {
    color: #333333;
    font-family: Verdana;
}

.groupedListTable .ItemDetail {
    font-size: 0.8em;
}

.launchOnlineExam {
    margin-top: 10px;
}
