﻿/* General layout + styles */
.invisible-element {
    visibility: hidden;
}

.masterContent {
    padding-bottom: 50px;
}

.overflowHidden {
    overflow: hidden;
}

.popupDialogLink {
    cursor: pointer;
}

.htmlTemplate {
    display: none !important;
}

.fieldSection {
    margin-bottom: 10px;
}

.fieldSectionInfo {
    margin-bottom: 10px;
}

.smallLabel {
    font-size: 0.8em;
    font-weight: normal;
}

.tableHeader {
    margin-left: 0px;
    margin-right: 0px;
    background-color: black;
    color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: auto;
    min-height: 50px;
    font-size: 1.1em;
}

.headerCol {
    padding-top: 5px;
    height: 100%;
}

.tableRow {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom-color: black;
    border-bottom-width: thin;
    border-bottom-style: solid;
}

.tableCol {
    padding-top: 10px;
    padding-bottom: 10px;
}

.clickable {
    cursor: pointer;
}

.contentFooterMessage {
    text-align: center;
    margin-top: 20px;
}

.divGroup {
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.row {
    overflow: hidden;
}

[class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.pageButtons .btn {
    width: 50%;
    float: left !important;
    display: block !important;
}

.sectionBlock {
    margin-bottom: 30px;
}

.voucherDescription {
    color: forestgreen;
    font-style: italic;
    margin-bottom: 0px;
}

.datepickerlabel {
    font-weight: normal;
}

.filterOptions button, .filterOptions input {
    margin-bottom: 5px;
}

.SmallButtonBar {
    text-align: center;
    padding-top: 10px;
}

.dropdownDetailsBanner {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    background-color: wheat;
    font-size: 0.9em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

h2 {
    font-size: 2.5em;
    font-family: serif;
    padding-bottom: 10px;
    border-bottom-color: lightblue;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    margin-bottom: 20px;
    color: darkslategray;
}

.linkGlyphicon {
    font-size: 1em;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.restrictDateWidth {
    max-width: 250px;
}

#reqisterAccountInfoSection {
    padding-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

.chartSelect .glyphicon {
    font-size: 2em;
    font-weight: bold;
    margin-right: 10px;
    border-color: gray;
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    padding: 4px;
    color: darkgray;
}

    .chartSelect .glyphicon.selected {
        color: white;
        background-color: orange;
    }

.chartSelect label {
    font-size: 1.3em;
    color: gray;
    vertical-align: bottom;
}

.chartSelect {
    margin-top: 10px;
}

.mc-calendar {
    z-index: 10000 !important;
}



/* Main Overlay */
.overlay {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: black;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999 !important;
    display: none;
}





/* Custom header/footer */
.customContent iframe {
    width: 100%;
}

.customContent.customHeader {
    display: flex;
}





/* Navigation Bar */
#mainNavigationSection {
    border-radius: 0px;
    border: 0;
}

    #mainNavigationSection #navLoggedOutOptions {
        height: 50px;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #mainNavigationSection #lnkNewOrderAnonymous {
        margin-top: 15px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    #mainNavigationSection.navbar {
        margin-bottom: 0px;
    }

li#navPendingMsg a#lnkMSg span.pendingNum {
    background-color: darkred;
    color: white;
    border-radius: 8px;
    padding: 4px;
}

/* Admin Navigation Bar */
li#navPendingAcc a.lnkPendingAcc span.pendingNum {
    background-color: darkred;
    color: white;
    border-radius: 8px;
    padding: 4px;
}


/* Password strength */
.passwordBar {
    width: 100%;
    height: 7px;
    background-color: lightgray;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.passwordInfo.infoBubble > .message {
    background-color: cornflowerblue;
}

.passwordInfo.infoBubble > .arrow-down {
    border-color: cornflowerblue;
}

.passwordMeter {
    height: 100%;
    border-radius: 5px;
}

.passwordMeterNone {
    width: 0px;
}

.passwordMeterVeryWeak {
    width: 20%;
    background-color: red;
}

.passwordMeterWeak {
    width: 40%;
    background-color: orange;
}

.passwordMeterMedium {
    width: 60%;
    background-color: yellow;
}

.passwordMeterStrong {
    width: 80%;
    background-color: lightblue;
}

.passwordMeterVeryStrong {
    width: 100%;
    background-color: lawngreen;
}




/* Summary Tiles */
#allTiles {
    display: flex;
}

#hiddenFields {
    display: none;
}

#editContactDetails, #staticContactDetails {
    display: none;
}

    #editContactDetails.visible, #staticContactDetails.visible {
        display: block;
    }

ul#lstDisplayContact {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

    ul#lstDisplayContact li {
        line-height: 20px;
        height: 20px;
        vertical-align: middle;
    }

        ul#lstDisplayContact li span {
            display: inline-block;
        }

            ul#lstDisplayContact li span:nth-child(2) {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

.tileColumn {
    display: inline-block;
    width: 33%;
}

.tileMainColumn {
    display: block;
    width: 100%;
}

.summaryTile {
    padding-left: 0px;
    padding-right: 0px;
    display: inline;
}

.hiddenTile {
    display: none !important;
}

.summaryTileContent {
    background-color: white;
    margin: 8px;
    margin-bottom: 16px;
    border-top-left-radius: 20px;
    border-style: solid;
    box-shadow: 5px 5px 10px grey;
    border-bottom-right-radius: 20px;
}

.summaryTileIcon {
    float: left;
    font-size: 1.5em;
    margin-right: 10px;
}

.summaryTileHeader {
    color: white;
    font-weight: bold;
    padding: 15px;
    border-top-left-radius: 10px;
    text-shadow: 2px 2px 2px darkslategrey;
}

.summaryTileTitle {
    font-size: 1.5em;
}

.summaryTileBody {
    padding: 20px;
}

/*
.accountStatsTile .summaryTileHeader {
    background-color: #9b111e;
}

.accountDetailsTile .summaryTileHeader {
    background-color: yellowgreen;
}

.balanceTile .summaryTileHeader {
    background-color: orange;
}

.emailTile .summaryTileHeader {
    background-color: cornflowerblue;
}

.passwordTile .summaryTileHeader {
    background-color: hotpink;
}

.lastOrderTile .summaryTileHeader {
    background-color: cornflowerblue;
}

.billingAddressTile .summaryTileHeader {
    background-color: orangered;
}

.lastInvoiceTile .summaryTileHeader {
    background-color: lightseagreen;
}

.editGDPRTile .summaryTileHeader{
    background-color: midnightblue;
}

.profileListTile .summaryTileHeader {
    background-color: #1a571f;
}

.contactUpdateTile .summaryTileHeader {
    background-color: #696969;
}

.accountStatsTile .summaryTileContent {
    border-color: #9b111e;
}

.accountDetailsTile .summaryTileContent {
    border-color: yellowgreen;
}

.balanceTile .summaryTileContent {
    border-color: orange;
}

.emailTile .summaryTileContent {
    border-color: cornflowerblue;
}

.passwordTile .summaryTileContent {
    border-color: hotpink;
}

.lastOrderTile .summaryTileContent {
    border-color: cornflowerblue;
}

.billingAddressTile .summaryTileContent {
    border-color: orangered;
}

.lastInvoiceTile .summaryTileContent {
    border-color: lightseagreen;
}

.editGDPRTile .summaryTileContent {
    border-color: midnightblue;
}

.profileListTile .summaryTileContent {
    border-color: #1a571f;
}

.contactUpdateTile .summaryTileContent {
    border-color: #696969;
}*/

.summaryTileHeader {
    background-color: midnightblue;
}

.summaryTileContent {
    border-color: midnightblue;
}


.balanceTile .balanceAmount {
    font-size: 2.5em;
    font-weight: bold;
    color: darkslategray;
}

.balanceTile .pendingAmount {
    font-size: 1.5em;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 2px darkslategrey;
}

.balanceTile .pendingBlock {
    background-color: orange;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    color: white;
    box-shadow: 5px 5px 10px grey;
}

#tileColumn1 .accountDetailsTile,
#tileColumn1 .billingAddressTile,
#tileColumn1 .balanceTile,
#tileColumn1 .lastOrderTile,
#tileColumn2 .profileListTile,
#tileColumn2 .lastInvoiceTile,
#tileColumn2 .emailTile,
#tileColumn2 .passwordTile,
#tileColumn3 .contactUpdateTile,
#tileColumn3 .editGDPRTile {
    display: inline;
}

#tileColumn1 .profileListTile,
#tileColumn1 .contactUpdateTile,
#tileColumn1 .emailTile,
#tileColumn1 .passwordTile,
#tileColumn1 .editGDPRTile,
#tileColumn1 .lastInvoiceTile,
#tileColumn2 .accountDetailsTile,
#tileColumn2 .balanceTile,
#tileColumn2 .contactUpdateTile,
#tileColumn2 .editGDPRTile,
#tileColumn2 .billingAddressTile,
#tileColumn2 .lastOrderTile,
#tileColumn3 .lastInvoiceTile,
#tileColumn3 .profileListTile,
#tileColumn3 .passwordTile,
#tileColumn3 .lastOrderTile,
#tileColumn3 .accountDetailsTile,
#tileColumn3 .balanceTile,
#tileColumn3 .emailTile,
#tileColumn3 .billingAddressTile {
    display: none;
}

@media (max-width: 992px) {
    .tileColumn {
        width: 50%;
    }

    #tileColumn3 {
        display: none;
    }

    #tileColumn1 .accountDetailsTile,
    #tileColumn1 .contactUpdateTile,
    #tileColumn1 .balanceTile,
    #tileColumn1 .billingAddressTile,
    #tileColumn1 .editGDPRTile,
    #tileColumn1 .profileListTile,
    #tileColumn2 .emailTile,
    #tileColumn2 .passwordTile,
    #tileColumn2 .lastOrderTile,
    #tileColumn2 .lastInvoiceTile {
        display: inline;
    }

    #tileColumn2 .accountDetailsTile,
    #tileColumn2 .contactUpdateTile,
    #tileColumn2 .balanceTile,
    #tileColumn2 .billingAddressTile,
    #tileColumn2 .editGDPRTile
    #tileColumn2 .profileListTile,
    #tileColumn1 .emailTile,
    #tileColumn1 .passwordTile,
    #tileColumn1 .lastOrderTile,
    #tileColumn1 .lastInvoiceTile {
        display: none;
    }
}

@media (max-width: 600px) {
    .tileColumn {
        width: 100%;
    }

    #tileColumn2, #tileColumn3 {
        display: none;
    }

    #tileColumn1 .summaryTile {
        display: inline;
    }
}

@media (max-width:500px) {

    .Page_CardRequest #dockedFixedMode button,
    .Page_CardRequest #updateCardsButton button {
        width: 100%;
        display: block;
        clear: both;
        margin-bottom: 10px;
    }
}


.Page_EditWebPlusConfig .btnAddNew {
    position: absolute;
    padding: 0;
    width: 30px;
}







/*Register Account*/
.Page_RegisterAccount #accountSearch {
    float: left;
    width: 100%;
}

.Page_RegisterAccount #accountResults #resIcon,
.Page_AddAccessToUser #accountResults #resIcon {
    font-size: 142px;
    margin: 20px auto 30px;
    clear: both;
    display: block;
    text-align: center;
    color: teal;
}

.Page_RegisterAccount #accountResults h3,
.Page_AddAccessToUser #accountResults h3 {
    text-align: center;
    margin: 0px;
}

.Page_RegisterAccount #accountResults,
.Page_AddAccessToUser #accountResults,
.Page_AddAccessToUser #ambiguousAccounts {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.Page_RegisterAccount #containerNewAccHdr {
    background-color: olivedrab;
    color: white;
}

.Page_RegisterAccount #accountSearchButtons {
    float: right;
}

.Page_RegisterAccount .accountButtonsInner, .Page_AddAccessToUser .accountButtonsInner {
    display: table;
    margin: 0 auto;
}

.Page_RegisterAccount #createAccountContainer {
    display: inline-block;
    margin-right: 30px;
    width: 200px;
}

.Page_RegisterAccount #linkAccountContainer {
    display: inline-block;
    margin-left: 30px;
    width: 200px;
}



.Page_RegisterAccount .accountButtonsLabels {
    text-align: center;
    margin-top: 20px;
    display: block;
    font-weight: bold;
}

.Page_RegisterAccount .flashContainer img {
    cursor: pointer;
}

.Page_RegisterAccount .flashContainer:hover img {
    opacity: 1;
    -webkit-animation: flash 1.0s;
    animation: flash 1.0s;
}

.Page_AddAccessToUser #btnWhatNextGroup button.btn {
    width: 50%;
}

.Page_AddAccessToUser #originalAccountContainer {
    display: inline-block;
    margin-right: 10px;
    width: 200px;
    border-style: outset;
    padding: 5px;
    border-radius: 10px;
}

.Page_AddAccessToUser #importedAccountContainer {
    display: inline-block;
    margin-left: 10px;
    width: 200px;
    border-style: outset;
    padding: 5px;
    border-radius: 10px;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width:550px) {

    .Page_RegisterAccount #createAccountContainer {
        display: block;
        margin-right: 0px;
    }

    .Page_RegisterAccount #linkAccountContainer {
        display: block;
        margin-left: 0px;
        margin-top: 30px;
    }
}

.Page_RegisterAccount #spOldAccountId {
    clear: both;
    font-weight: bold;
    font-size: 24px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.Page_RegisterAccount #pShowOldAccount div.message {
    background-color: #337ab7;
}

/* Admin Permissions */
.Page_Profiles .editMainAccountDetails ul.lstPermissions {
    display: block;
    margin: 0 auto 20px;
    list-style: none;
    padding-left: 0px;
}


.Page_Profiles .lstPermissions .radioVisibility {
    background-color: white;
}

.Page_Profiles .lstPermissions label.no {
    top: -42px;
    left: 40px;
    position: relative;
}

.Page_Profiles .fuelcardsEnabled {
    display: none;
}

.Page_Profiles .webOrderingEnabled {
    display: none;
}

/* GDPR*/

.gridGDPR, .GDPRSummaryView {
    padding-left: 0;
    display: none;
}

    .gridGDPR.visible, .GDPRSummaryView.visible {
        display: block;
    }

.GDPRSummaryView,
.gridGDPR {
    list-style: none;
}

    .lstPermissions .radioVisibility label, .gridGDPR .radioVisibility label {
        width: 40px;
        height: 30px;
    }

.radioVisibility {
    float: right;
    right: 0;
}

.lstPermissions .radioVisibility, .gridGDPR .radioVisibility {
    margin-top: 5px;
}

.lstPermissions .perm-first-column {
    width: 50%;
    height: 40px;
    line-height: 40px;
}

.Page_Profiles .lstPermissions .perm-first-column {
    width: auto;
}

.lstPermissions .radioVisibility {
    width: 87px !important;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0 !important;
}

    .lstPermissions .radioVisibility label {
        height: 34px;
        line-height: 34px;
    }

.gridGDPR li, .GDPRSummaryView li {
    display: block;
    border-bottom: 2px solid lightblue;
}

.GDPRSummaryView li {
    height: 40px;
    line-height: 40px;
}

.lstPermissions li, .gridGDPR li {
    display: block;
    height: 50px;
}

    .lstPermissions li div:first-child,
    .GDPRSummaryView li div:first-child,
    .gridGDPR li div:first-child {
        width: 70%;
        display: block;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

.Page_Profiles .lstPermissions li div:first-child {
    width: auto !important;
}

.lstPermissions li div:first-child,
.gridGDPR li div:first-child,
.GDPRSummaryView li div:first-child {
    width: 60%;
    float: left !important;
}

.Page_Profiles .lstPermissions li div:first-child {
    width: 100%;
}

.radioVisibility label,
.radioVisibility input {
    display: inline;
}

.Page_AccountSummary .simpleBtns.visible {
    display: block;
}

#monthlyOrderVolume {
    margin: 0 auto;
    clear: both;
    display: none;
}

#noMonthlyOVData {
    width: 90%;
    display: none;
    border-radius: 10px;
    background-color: #9b111e;
    color: white;
    padding: 10px;
    margin: 20px auto;
    clear: both;
}

    #noMonthlyOVData h3 {
        text-align: center;
    }

.Page_AccountSummary .simpleBtns {
    display: none;
}

.Page_AccountSummary .editBtns.visible,
.Page_AccountSummary .defaultContactBtns.visible,
.Page_AccountSummary .editContactBtns.visible {
    display: block;
}

.Page_AccountSummary .editBtns {
    display: none;
}

.Page_AccountSummary .editBtns,
.Page_AccountSummary .simpleBtns,
.Page_AccountSummary .defaultContactBtns,
.Page_AccountSummary .editContactBtns {
    width: 100%;
    position: relative;
    height: 30px;
}

.Page_AccountSummary .editContactBtns,
.Page_AccountSummary .defaultContactBtns,
.Page_AccountSummary .btnSelectQuery {
    display: none;
}

.Page_AccountSummary #tblProfiles tbody.resultsData {
    height: 200px;
    overflow-y: scroll;
    display: block;
    width: 100%;
}

.Page_AccountSummary #tblProfiles {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

    .Page_AccountSummary #tblProfiles tbody.resultsData tr {
        width: 100%;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
    }

        .Page_AccountSummary #tblProfiles tbody.resultsData tr:not(:first-child) {
            display: block;
        }

.Page_AccountSummary div.checkboxContainer.showSliderAsTickbox {
    display: block;
    float: right;
}

.Page_AccountSummary #tblProfiles tbody.resultsData tr td {
    display: inline-block;
}

.Page_AccountSummary #tblProfiles tbody td .checkbox.checkbox-primary {
    width: 100%;
    float: right;
    right: 0;
}

.Page_AccountSummary #tblProfiles tbody.resultsData tr td:first-child {
    width: 80%;
}

.Page_AccountSummary #contactMainPanel {
    width: 100%;
    display: block;
}

.Page_AccountSummary #DialogQueryBody ul.lProfiles,
.Page_WebSettings ul.listSubButton {
    padding: 20px 0;
    width: 100%;
    display: block;
    list-style: none;
}

.Page_WebSettings .innerOptionPanel {
    margin: 0 !important;
    padding: 0 !important;
}

.Page_WebSettings ul.listSubButton li {
    padding-bottom: 4px;
}

.Page_AccountSummary #DialogQueryBody ul.lProfiles li,
.Page_WebSettings ul.listSubButton li {
    float: left;
    display: inline;
    margin: 5px 5px;
}

.Page_AccountSummary .table > tbody + tbody {
    border-top: none;
}

.Page_AccountSummary .linkOption a {
    float: right;
    font-size: 0.9em;
}

.Page_AccountSummary .balanceAmount {
    text-align: center;
}

.Page_AccountSummary .divLastInvoiceView button span {
    line-height: 20px;
    vertical-align: middle;
    display: inline;
}

.Page_AccountSummary div.divEmailDialog {
    padding: 8px 0 10px;
}

.Page_AccountSummary div.lastOrderColumn {
    margin-bottom: 20px;
}

.Page_AccountSummary .summaryTileBody .row {
    overflow: visible;
}

.Page_AccountSummary div.lastOrderColumn div.summaryTileBody div.currentOrderDetails,
.Page_AccountSummary div.lastOrderColumn div.summaryTileBody div.currentOrderStats {
    display: block;
    position: relative;
}


.Page_AccountSummary div.currentOrderStats div.stageIndicatorIcon {
    display: block;
    background-color: lightgrey;
    position: relative;
    float: left;
    border-radius: 30px;
    z-index: 10;
}

    .Page_AccountSummary div.currentOrderStats div.stageIndicatorIcon.hiddenIcon {
        display: none;
    }

    .Page_AccountSummary div.currentOrderStats div.stageIndicatorIcon.complete,
    .Page_AccountSummary div.currentOrderStats div.stageIndicatorSep.complete {
        background-color: #24D330;
        box-shadow: 5px 5px 5px #9ca998;
    }

        .Page_AccountSummary div.currentOrderStats div.stageIndicatorIcon.complete.status-failed,
        .Page_AccountSummary div.currentOrderStats div.stageIndicatorSep.lastLine.complete.status-failed {
            background-color: darkred;
        }

.Page_AccountSummary div.currentOrderStats div.stageIndicatorSep.lastLine.complete.status-failed {
    background: linear-gradient(90deg, rgb(36, 211, 48) 0%, rgb(139, 0, 0) 100%);
}

.Page_AccountSummary .repeatOrder button.btnRepeatOrder {
    margin: 10px 0 10px;
}

.Page_AccountSummary div.currentOrderStats div.stageIndicatorIcon span.glyphicon {
    color: white;
    display: block;
    position: relative;
    text-align: center;
}

.Page_AccountSummary [class*="col-"] {
    padding-bottom: 0;
    margin-bottom: 0;
}

.Page_AccountSummary div.currentOrderStats div.stageIndicatorSep {
    display: block;
    vertical-align: middle;
    background-color: lightgrey;
    float: left;
    position: relative;
    z-index: 10;
}

.Page_AccountSummary div.currentOrderStats div.currentOrdersContainer {
    width: 100%;
    display: block;
    position: relative;
}

.Page_AccountSummary div.currentOrderStats div.stageIndicatorIcon:not(.complete),
.Page_AccountSummary div.currentOrderStats div.stageIndicatorSep:not(.complete) {
    z-index: 2;
}

.Page_AccountSummary #DialogQueryBody ul.lProfiles li {
    padding: 0 20px;
    display: block;
}

    .Page_AccountSummary #DialogQueryBody ul.lProfiles li span {
        padding-right: 10px;
    }

.Page_AccountSummary #mainContent_divBillingAddress span {
    display: block;
    line-height: 20px;
    vertical-align: middle;
}

.Page_AccountSummary #mainContent_emailTile div#mainContent_divEmail {
    font-size: 18px;
}

.Page_AccountSummary .divLastInvoiceView a:hover {
    text-decoration: none;
}

.Page_AccountSummary .noBillingPostalCode {
    margin-bottom: 5px;
}

.Page_AccountSummary #lstBillingPostcodeResultsSection {
    font-size: 0.75em;
}

.Page_WebSettings ul.listSubButton {
    padding: 0 20px;
    display: block;
    height: 150px;
    overflow-y: scroll;
}

    .Page_WebSettings ul.listSubButton li span {
        padding-right: 5px;
    }

.Page_WebSettings .showOptionsPendingSection, .Page_WebSettings .showSchedulesPendingSection,
.Page_WebSettings #divOptionsTable .saveEditButtons .dialogCancel,
.Page_WebSettings #divScheduleTable .saveEditButtons .dialogCancel {
    display: none;
}

.Page_WebSettings .dialogWindow .saveEditButtons .dialogCancel.dialogButton {
    display: block;
}

.Page_WebSettings #divOptionsTable.container,
.Page_WebSettings #divScheduleTable.container {
    width: 100%
}

.Page_WebSettings #tblNonWorkingDays thead,
.Page_WebSettings #tblNonWorkingDays .dataRow.clickable.templated {
    display: none;
}

.Page_WebSettings ul.ulNonWorkingDays {
    list-style: none;
}

.Page_WebSettings .postCodeSectionPt.input-group.stylish-input-group {
    width: 100%;
    display: block;
    clear: both;
}

.Page_WebSettings .divAreasTemplate.template {
    display: none;
}

.Page_WebSettings .postCodeForm {
    width: 100%;
    display: block;
    clear: both;
}

    .Page_WebSettings .postCodeForm input {
        width: 150px !important;
        display: block;
    }

.Page_WebSettings ul#templateNonWorkDay, ul#templateNonWorkDay button#btnAddNonDeliveryDays {
    display: none;
}






.Page_Products select {
    width: auto;
}

.Page_Products #btnSave {
    float: right;
    margin-top: 10px;
}





.GDPRSummaryView .radioVisibility {
    width: 38%;
    float: right;
}

.radioVisibility span.showGDPRLabel {
    display: block;
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
}

/* Adhoc Payment */
.Page_AdhocPaymentNotification .paymentRef {
    font-weight: bold;
}

.Page_AdhocPayment .paymentValue {
    font-size: 1.2em;
}

.Page_AdhocPayment .paymentValueLarge {
    font-size: 1.8em;
}

.Page_AdhocPayment #totalsSection {
    margin-top: 30px;
}

.Page_AdhocPayment #cardChargeSection p {
    margin-bottom: 0px;
}

.Page_AdhocPayment #cardChargeSection {
    margin-bottom: 10px;
}

.Page_AdhocPayment .cardChargeWarning {
    font-size: 0.9em;
    color: red;
}

.Page_AdhocPayment .bankTransferData {
    margin-left: 15px;
}

    .Page_AdhocPayment .bankTransferData div .paymentValueLarge {
        color: steelblue;
    }

.Page_AdhocPayment div.btnCancellAdHocPmt {
    display: none;
}

.Page_AdhocPayment div#divCurrenciesSection {
    padding-bottom: 20px;
}

.Page_AdhocPayment .currenciesSectionOnly {
    display: none;
}

/* Online Quote */
.Page_OnlineQuote #postcodeHelpSection {
    padding-bottom: 5px;
}

.Page_OnlineQuote .selectQuote {
    margin-top: 10px;
}

.Page_OnlineQuote .deliveryDays {
    font-weight: bold;
    font-size: 1.2em;
}

.Page_OnlineQuote #quoteResults {
    margin-bottom: 10px;
}

.Page_OnlineQuote input[type=checkbox] {
    margin-left: 0px;
}

.Page_OnlineQuote .price .value {
    margin-right: 10px;
}

.Page_OnlineQuote .headerCol.extraQuote1 {
    background-color: grey;
}

.Page_OnlineQuote .headerCol.extraQuote2 {
    background-color: darkgrey;
}

.Page_OnlineQuote .headerCol:last-child {
    border-top-right-radius: 8px;
}

.Page_OnlineQuote .tableCol.extraQuote1 {
    background-color: bisque;
}

.Page_OnlineQuote .tableCol.extraQuote2 {
    background-color: beige;
}

.Page_OnlineQuote .row {
    padding-bottom: 10px;
}

.Page_OnlineQuote .popover-title {
    background-color: darkred;
    color: white;
}

.Page_OnlineQuote .priceBreakdownTable {
    margin-bottom: 0px;
}

    .Page_OnlineQuote .priceBreakdownTable td {
        padding: 2px;
    }

.Page_OnlineQuote .notAvailable {
    background-color: grey;
    color: white;
    padding: 4px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 10px;
}

    .Page_OnlineQuote .notAvailable label {
        margin-bottom: 0px;
    }

.Page_OnlineQuote #btnNewQuote {
    margin-top: 50px;
    width: 50%;
    margin: 0 auto;
}

.Page_OnlineQuote .noProducts {
    color: red;
}

    .Page_OnlineQuote .noProducts label {
        font-weight: normal;
    }

    .Page_OnlineQuote .noProducts .glyphicon {
        margin-right: 5px;
    }

.Page_OnlineQuote .quoteResult.templated {
    background-color: white;
}

.Page_OnlineQuote #notLoggedInButtons {
    padding-bottom: 20px;
}

.Page_OnlineQuote #productsHelpSection, .Page_OnlineQuote #storeEmailSection {
    padding-top: 20px;
}

.Page_OnlineQuote #storeEmailSection {
    padding-bottom: 10px;
}



/* Register Profile */
.Page_RegisterProfile .securityQuestion select.securityQuestionSelect {
    margin-bottom: 10px;
}

.Page_RegisterProfile .graphicBar,
.Page_CreateProfile .graphicBar {
    display: table;
    margin: 0 auto;
    padding-bottom: 30px;
}

.Page_RegisterProfile #graphicContainer,
.Page_CreateProfile #graphicContainer {
    display: inline-block;
    width: 200px;
}

.Page_RegisterProfile #profileInfoSection .message,
.Page_CreateProfile #profileInfoSection .message {
    background-color: green;
    margin-bottom: 20px;
}


/* Login */
.Page_Login #legacyHeader {
    color: #ED1C24;
    font-weight: bold;
    font-size: 1.5em;
}

.Page_Login #legacyBubble {
    margin-bottom: 20px;
}

.Page_Login #forgotPasswordSection {
    margin-top: 10px;
}

.Page_Login .newCustomerSection {
    padding-top: 15px;
}

.Page_Login .accountSelect {
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .Page_Login .accountSelect .number {
        padding: 10px 10px 0px 10px;
        border-top-left-radius: 15px;
        font-size: 2.5em;
        font-weight: bold;
        color: white;
    }

        .Page_Login .accountSelect .number.enabled {
            background-color: limegreen;
        }

        .Page_Login .accountSelect .number.disabled {
            background-color: darkgrey;
        }

        .Page_Login .accountSelect .number.continue {
            background-color: #337ab7;
        }

.Page_Login .hdnLegacyMsgHide {
    display: none;
}

.Page_Login .accountSelect .name {
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px;
}

.Page_Login .messageSectionHeader {
    margin-top: 10px;
}

.Page_Login .accountSelect .name.enabled {
    border-bottom-right-radius: 15px;
    background-color: #77dd77;
}

.Page_Login .accountSelect .name.disabled {
    border-bottom-right-radius: 0px;
    background-color: lightgray;
}

.Page_Login .accountSelect .name.continue {
    border-bottom-right-radius: 0px;
    background-color: lightblue;
}

.Page_Login .accountSelect .additionalInfo {
    font-size: 1em;
    font-weight: bold;
    border-bottom-right-radius: 15px;
    padding: 0px 10px 10px 10px;
}

.Page_Login .accountSelect .disabledInfo {
    background-color: lightgray;
}

.Page_Login .accountSelect .continueInfo {
    background-color: lightblue;
}

.Page_Login .accountSelect.disabledLnk {
    cursor: default;
}

.Page_Login .accountSelect .number.migrated {
    background-color: #ad5ead;
}

.Page_Login .additionalInfo.migratedInfo {
    background-color: #ee82ee;
}

.Page_Login .accountSelect .name.migrated {
    background-color: #ee82ee;
}


/* Order Confirmation */
.Page_OrderConfirmation .sectionBlock p, .Page_OrderConfirmation .sectionBlock .voucherDetails {
    padding-left: 8px;
}

.Page_OrderConfirmation #btnRemoveVoucher {
    font-size: 1.5em;
    color: red;
    vertical-align: middle;
    cursor: pointer;
    padding-right: 10px;
    margin-bottom: 0px;
    display: inline-flex;
}

.Page_OrderConfirmation .sectionBlock.address {
    box-shadow: 5px 5px 5px lightgrey;
    background-color: khaki;
    padding-top: 8px;
    padding-bottom: 1px;
}

.Page_OrderConfirmation .selectPaymentType.fieldSection {
    padding-bottom: 20px;
}

.Page_OrderConfirmation #deliveryInstructionsSection {
    padding-top: 10px;
}



/* Payments */
.Page_PaymentWrapper .paymentFrame, .Page_PaymentWrapper #paymentFrameParent {
    width: 100%;
    height: 800px;
    margin-top: 20px;
}

.Page_PaymentWrapper #btnBack {
    margin: 0 auto;
    position: relative;
    display: block;
}



/* Payment Notification */
.Page_OrderPaymentNotification .formSubHeader, .Page_AdhocPaymentNotification .formSubHeader {
    margin-top: 20px;
}

.Page_OrderPaymentNotification .msg_error, .Page_AdhocPaymentNotification .msg_error {
    font-weight: bold;
}



/* Health Check */
.Page_HealthCheck .error {
    background-color: red;
    color: white;
}

.Page_HealthCheck .ok {
    background-color: green;
    color: white;
}

.Page_HealthCheck .warning {
    background-color: orange;
    color: white;
}

.Page_HealthCheck .row {
    margin-bottom: 2px;
}





/* Orders */
.Page_Orders #dateRangeSectionHeader {
    margin-bottom: 5px;
    margin-top: 5px;
}

.Page_Orders #tblOrders .col_ordernumber .value {
    margin-right: 10px;
}

.Page_Orders #tblOrders .col_ordernumber .glyphicon {
    font-size: 1.2em;
    color: darkcyan;
}

.Page_Orders #statusSection .infoBubble {
    width: 300px;
}

.Page_Orders #statusSection .radio-group label {
    padding-left: 10px;
    padding-right: 10px;
}





/* Card Transactions */
.Page_Transactions #dateRangeSectionHeader {
    margin-bottom: 5px;
    margin-top: 5px;
}

.Page_Transactions .col_copy .glyphicon {
    font-size: 1.5em;
}





/* Order Payments */
.Page_OrderPayments #dateRangeSectionHeader {
    margin-bottom: 5px;
    margin-top: 5px;
}

.Page_OrderPayments .cancellation {
    color: red;
}




/* Invoices */
.Page_Invoices #searchFields {
    margin-top: 10px;
    margin-bottom: 20px;
}

.Page_Invoices #txtFilter {
    display: inline-block;
    width: auto;
}

.Page_Invoices #dateRangeSectionHeader {
    margin-bottom: 5px;
    margin-top: 5px;
}

.Page_Invoices .col_copy .glyphicon {
    font-size: 1.5em;
}

.Page_Invoices .data-tab-link {
    padding-right: 10px;
}

/* Card Request  */


.Page_CardRequest #tblSubmittedCards,
.Page_CardEnquiry #tblSubmittedCards {
    display: table;
    margin: 20px auto;
    position: relative;
    width: 100%;
}

.Page_CardEnquiry #cardsTable .dataTable,
.Page_CardRequest #cardsTable .dataTable {
    width: 100%;
}

.Page_CardRequest #cardsTable {
    display: none;
}

.Page_CardRequest .tblIcons {
    display: flex;
    position: relative;
    float: right;
}

#dockedFixedMode {
    bottom: 0;
    position: fixed;
    display: none;
    width: 100%;
    padding: 20px 0;
    background-color: white;
    border-top: 1px solid slategray;
    left: 0;
    z-index: 8000;
}

.Page_CardRequest #txtMemo {
    resize: none;
}

.Page_CardRequest #btnCancelAllRequests, #btnConfirmReq,
.Page_CardRequest .btn#btnStartNewAddCard, #EmbossedNameSection .form-control {
    display: none;
}

.stoppedCardRow {
    color: red;
    font-style: italic;
}

/* Card Enquiry and Drawing Enquiry */
.Page_CardEnquiry .edit-cost-centre, .Page_CardEnquiry .cancel-cost-centre, .Page_CardEnquiry .cost-centre-lookup,
.Page_CardEnquiry .edit-driver, .Page_CardEnquiry .cancel-driver, .Page_CardEnquiry .save-driver, .Page_CardEnquiry .new-driver,
.Page_CardEnquiry .edit-reg, .Page_CardEnquiry .cancel-reg, .Page_CardEnquiry .save-reg, .Page_CardEnquiry .new-reg {
    margin-left: 10px;
}

.Page_CardEnquiry .yearSelect {
    margin-top: 10px;
}

.Page_CardEnquiry #noDataSection, .Page_DrawingEnquiry #noDataSection {
    margin-top: 20px;
}

.Page_CardEnquiry .resultsTable, .Page_DrawingEnquiry .resultsTable {
    margin-top: 30px;
}

.Page_CardEnquiry .cardCharts .canvas {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .Page_CardEnquiry .cardCharts .canvas {
        position: absolute;
        width: 90%;
    }

    .Page_CardEnquiry .cardDetails {
        top: 280px;
    }

    .Page_CardEnquiry .dataSection {
        height: 780px;
    }
}

#delSelectCols {
    display: none;
}

.Page_CardEnquiry .infoBubble.extractSizeInfo {
    margin-bottom: 10px;
}

    .Page_CardEnquiry .infoBubble.extractSizeInfo > .message {
        background-color: cornflowerblue;
    }

.Page_CardEnquiry .arrow-bar, .Page_DrawingEnquiry .arrow-bar, .Page_Profiles .arrow-bar {
    width: 100%;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    background-color: #5cb85c;
}

.Page_CardEnquiry .radio-group {
    margin-bottom: 15px;
    width: 100%;
}

#innercont {
    display: block;
    width: auto;
    position: relative;
    text-align: center;
}

.Page_CardEnquiry .arrow-bar span, .Page_DrawingEnquiry .arrow-bar span, .Page_Profiles .arrow-bar span {
    margin: 0 auto;
    color: white;
    width: 100%;
    line-height: inherit;
    vertical-align: inherit;
    text-align: center;
    display: block;
}

.Page_DrawingEnquiry .drawingQueryPrompt {
    margin-bottom: 5px;
    background-color: gold;
    border-radius: 10px;
    padding: 6px;
}

    .Page_DrawingEnquiry .drawingQueryPrompt label {
        line-height: 30px;
        vertical-align: top;
        margin-left: 10px;
        font-size: 1.2em;
        cursor: pointer;
        margin-bottom: 0px;
    }

.Page_DrawingEnquiry .drawingQuerySection {
    display: none;
    width: 100%;
}

    .Page_DrawingEnquiry .drawingQuerySection .buttonBlock {
        overflow: hidden;
    }

    .Page_DrawingEnquiry .drawingQuerySection .infoBubble .message {
        font-size: 1.2em;
    }

    .Page_DrawingEnquiry .drawingQuerySection .glyphicon {
        font-size: 1.0em;
    }

    .Page_DrawingEnquiry .drawingQuerySection textarea {
        width: 100%;
        height: 100px;
        font-size: 1.1em;
        resize: none;
    }

.Page_DrawingEnquiry .sendDrawingQuery {
    float: right;
}

.Page_DrawingEnquiry .infoBubble.extractSizeInfo {
    margin-bottom: 10px;
}

    .Page_DrawingEnquiry .infoBubble.extractSizeInfo > .message {
        background-color: cornflowerblue;
    }

.Page_DrawingEnquiry #lnkConfigureExport {
    margin-left: 10px;
}

.Page_DrawingEnquiry #btnCancelConfigFloat, .Page_DrawingEnquiry #btnSaveConfigFloat {
    display: none;
}

.Page_DrawingEnquiry #lnkConfigureExport .glyphicon {
    font-size: 1.8em;
    vertical-align: bottom;
    float: right;
}

.Page_DrawingEnquiry #divExtractConfig .infoBubble {
    margin-top: 20px;
}

.Page_DrawingEnquiry .fieldsDialog {
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 20px;
}

    .Page_DrawingEnquiry .fieldsDialog .column {
        display: inline-block;
    }

        .Page_DrawingEnquiry .fieldsDialog .column .header {
            font-weight: bold;
            background-color: black;
            color: white;
            padding: 5px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            margin-bottom: 3px;
        }

        .Page_DrawingEnquiry .fieldsDialog .column.left {
            float: left;
            padding-right: 10px;
        }

        .Page_DrawingEnquiry .fieldsDialog .column.right {
            padding-left: 10px;
        }

    .Page_DrawingEnquiry .fieldsDialog li {
        background-color: darkkhaki;
        display: block;
        margin-bottom: 3px;
        padding: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

.sortable-chosen, .sortable-drag {
    background-color: gray !important;
    color: white !important;
}

.Page_DrawingEnquiry .availableExportFields, .Page_DrawingEnquiry .selectedExportFields {
    padding-left: 0px;
}

.Page_DrawingEnquiry .fieldsDialog .headerNotes {
    font-size: 0.9em;
    text-align: center;
}

    .Page_DrawingEnquiry .fieldsDialog .headerNotes div:last-child {
        margin-top: 5px;
    }

@media only screen and (max-width: 400px) {
    .Page_DrawingEnquiry .fieldsDialog {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 350px) {
    .Page_DrawingEnquiry .fieldsDialog {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 320px) {
    .Page_DrawingEnquiry .fieldsDialog {
        font-size: 0.7em;
    }
}

.emptyUL {
    height: 50px;
}

.Page_DrawingEnquiry .radio-group {
    margin-bottom: 15px;
    width: 100%;
}





/* Profiles (Admin) */
.Page_Profiles .rejectAcceptLinkSect, .Page_Profiles .pendingBtnCont {
    width: 100%;
    display: block;
    margin: 10px auto;
    height: 40px;
}

.Page_Profiles .tblAuditHistory .cpyList ul {
    list-style: none;
}

.Page_Profiles .dataTable .dataSection td {
    font-weight: normal !important;
}

.Page_Profiles .colAccountDta {
    padding-right: 0 !important;
}

.Page_Profiles [class*="col-"],
.Page_WebSettings [class*="col-"] {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.Page_Profiles .radio-group {
    margin-bottom: 15px;
    width: 100%;
}

.Page_Profiles .dataTable .tblDetailAccounts {
    font-size: 1.1em;
}

.Page_Profiles table.tblAuditHistory {
    width: 100%;
}

.Page_Profiles #lstSortBy {
    margin-bottom: 20px;
}

.Page_Profiles .profileDetailsInfo {
    width: 80%;
    display: block;
    margin: 0 auto;
}

    .Page_Profiles .profileDetailsInfo .btnProfileButtons button.btnLinkAccount {
        margin: 20px auto;
        display: block;
    }





/* Arrows */

.arrow-up {
    width: 0;
    height: 0;
    border-left-color: transparent !important;
    border-left: 10px solid;
    border-right-color: transparent !important;
    border-right: 10px solid;
    border-bottom: 10px solid #5cb85c;
    border-top: none !important;
    margin: 0 auto;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left-color: transparent !important;
    border-left: 10px solid;
    border-right-color: transparent !important;
    border-right: 10px solid;
    border-top: 10px solid #5cb85c;
    border-bottom: none !important;
    margin: 0 auto;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top-color: transparent !important;
    border-top: 10px solid;
    border-bottom-color: transparent !important;
    border-bottom: 10px solid;
    border-left: 10px solid #5cb85c;
    border-right: none !important;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top-color: transparent !important;
    border-top: 10px solid;
    border-bottom-color: transparent !important;
    border-bottom: 10px solid;
    border-right: 10px solid #5cb85c;
    border-left: none !important;
}





/* Override Placeholder.js default placeholder text colour. */

.placeholdersjs {
    color: #999 !important;
}






/* START TOGGLE SWITCH OVERRIDES */
/* CHANGES ALL TOGGLE SWITCHES TO LOOK AND BEHAVE MORE LIKE A (BETTER LOOKING!) TRADITIONAL CHECKBOX */

.showSliderAsTickbox .switch {
    width: 24px;
}

.showSliderAsTickbox .slider {
    -webkit-transition: .4s;
    transition: .4s;
}

    .showSliderAsTickbox .slider:before {
        -webkit-transition: none;
        transition: none;
    }

.showSliderAsTickbox input:checked + .slider {
    background-color: #4cae4c;
}

.showSliderAsTickbox input:focus + .slider {
    box-shadow: 0 0 1px #4cae4c;
}

.showSliderAsTickbox input:checked + .slider:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    content: "\2713";
    text-align: center;
    font-size: 0.8em;
    line-height: 17px;
    font-weight: bold;
    color: #4cae4c;
}

/* Rounded sliders */
.showSliderAsTickbox .slider.round {
    border-radius: 4px;
}

    .showSliderAsTickbox .slider.round:before {
        border-radius: 4px;
    }

/* Fixes for displaying this component in an input group */
.showSliderAsTickbox .input-group-addon label.switch {
    margin-bottom: 0px;
}

.showSliderAsTickbox .input-group-addon {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 0px;
}

    .showSliderAsTickbox .input-group-addon .checkboxLabel {
        vertical-align: super;
        display: inline-block;
        font-size: 0.9em;
        padding-left: 0px;
        position: inherit;
    }

/* END TOGGLE SWITCH OVERRIDES */

.simpleCookieDialog {
    display: block;
    position: fixed;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    top: 0;
    z-index: 9995;
    padding: 20px 0;
}

    .simpleCookieDialog div p {
        display: block;
        color: white;
        text-align: center;
    }

    .simpleCookieDialog button {
        margin: 0 auto;
        position: relative;
        display: block;
        clear: both;
    }

#enableCookieDialog {
    position: relative;
    display: none;
    margin: 0 auto;
}

.contentsBlur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    height: 100%;
    overflow: hidden;
}

.mainContentBlur {
    display: block;
    width: 100%;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    height: 100%;
    overflow: hidden;
}

.dialogWarning {
    position: relative;
    clear: both;
    background-color: white;
    border: 2px solid lightgray;
    display: block;
    margin: 20px auto;
    padding: 0 20px;
}

#warningDialogs {
    position: fixed;
    top: 10px;
    display: block;
    z-index: 10000;
    margin: 0 auto;
    clear: both;
    width: 100%;
}

    #warningDialogs h2 {
        padding: 5px;
        margin: 0;
        font-size: 1.8em;
    }

    #warningDialogs h3 {
        font-size: 20px;
    }


/* Profile Management */
.Page_ProfileManager button.selectedSection span,
.Page_WebSettings button.selectedSection span {
    font-size: 1.8em;
    vertical-align: middle;
}

.Page_ProfileManager .innerFieldContainer,
.Page_WebSettings .innerFieldContainer {
    width: 100%;
    display: block;
    margin: 0;
}

.Page_ProfileManager .optionsSelection.container,
.Page_WebSettings .optionsSelection.container {
    float: right;
}

.Page_ProfileManager ul#leftSettingsMenu a,
.Page_WebSettings ul#leftSettingsMenu a {
    text-decoration: none;
    font-size: 1.0em;
    font-weight: bold;
    display: block;
}

.Page_ProfileManager .optionsSelection,
.Page_WebSettings .optionsSelection {
    list-style: none;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    padding: 0;
    border: 1px solid #dadada;
    border-radius: 4px;
}

    .Page_ProfileManager .optionsSelection li,
    .Page_WebSettings .optionsSelection li {
        padding-bottom: 20px;
    }

    .Page_ProfileManager .optionsSelection li {
        border-top: 1px solid #dadada;
    }

    .Page_WebSettings .optionsSelection .areaNav li {
        padding: 0;
    }

.Page_WebSettings .dialogBody .validationMessage .message p {
    margin-top: 0 !important;
}

.Page_WebSettings .optionsSelection .tab-content {
    padding-top: 20px;
}

.Page_WebSettings .tab-content {
    float: left;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding-top: 20px;
}

.Page_WebSettings .optionsSelection .areaNav li.active a {
    background-color: #2196F3;
    color: white;
}

.Page_WebSettings #productsContainer a {
    color: white;
}

.Page_ProfileManager .selectedSection,
.Page_WebSettings .selectedSection {
    background-color: #e0e1e1;
    width: 100%;
    padding: 8px 16px;
    text-align: left;
    color: black;
    vertical-align: middle;
    border: none;
}

    .Page_ProfileManager .selectedSection.active,
    .Page_WebSettings .selectedSection.active {
        background-color: #dadada;
    }

    .Page_ProfileManager .selectedSection:after,
    .Page_WebSettings .selectedSection:after {
        content: '\25BC';
        font-size: 16px;
        color: #fff;
        float: right;
        margin-left: 5px;
        background-color: #dadada;
        padding: 7px;
        border-radius: 26px;
    }

/*.Page_ProfileManager .active:after ,
.Page_WebSettings .active:after {
    content: '\25B2';
}*/

.Page_ProfileManager .selectedPanel,
.Page_WebSettings .selectedPanel {
    width: 100%;
    display: none;
    margin-bottom: 10px;
    padding: 20px;
}

.Page_ProfileManager select.securityQuestionSelect {
    margin-bottom: 8px;
}

/* Web Settings Page */
.Page_WebSettings .saveEditButtons {
    padding: 20px !important;
    display: block;
    width: 100%;
}

    .Page_WebSettings .saveEditButtons button {
        margin: 0 auto !important;
    }

/* Profile Access Request */
.Page_ProfileAccessRequest #lstInfo {
    list-style: none;
    padding: 0;
}

    .Page_ProfileAccessRequest #lstInfo li.infoEntry {
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-size: 1.2em;
    }

    .Page_ProfileAccessRequest #lstInfo li:not(.infoEntry) {
        margin-top: 15px;
    }

        .Page_ProfileAccessRequest #lstInfo li:not(.infoEntry) strong {
            font-size: 1.4em;
        }

    .Page_ProfileAccessRequest #lstInfo li span {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
    }

        .Page_ProfileAccessRequest #lstInfo li span:first-child {
            width: 40%;
            font-weight: bold;
        }

            .Page_ProfileAccessRequest #lstInfo li span:first-child:after {
                content: ":"
            }

        .Page_ProfileAccessRequest #lstInfo li span:nth-child(2) {
            width: 60%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .Page_ProfileAccessRequest #lstInfo li p {
        padding: 10px;
        border: 1px solid gray;
        width: 95%;
        margin: 10px auto 20px auto;
        border-radius: 5px;
    }

/* Site Locator */
.Page_SiteLocator select {
    width: auto;
}

.Page_SiteLocator #txtPostcode {
    width: auto;
    display: inline;
}

.Page_SiteLocator .firstHeading {
    font-size: 1.5em;
}

.Page_Dashboard #versionSection {
    margin-top: 50px;
}

.Page_LastLoginAudit .radio-group {
    margin-bottom: 15px;
    width: 100%;
}


/* Contact Reasons */
.Page_ContactReasons #tblContactReasons {
    margin-top: 20px;
    margin-bottom: 20px;
}




.data-tab {
    position: relative;
    display: inline-flex;
    border-collapse: separate;
    margin-bottom: 15px;
}

.data-tab-link {
    padding-right: 25px;
}

.data-tab-label {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 4px;
    margin: 0px;
}

.data-tab-label-right {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    margin: 0px;
}


.Page_BlacklistedPasswords .pageButtons {
    margin-top: 20px;
}



.Page_AccountRestrictions #btnClearAccountSearch {
    margin-top: 10px;
    margin-bottom: 40px;
}

.Page_AccountRestrictions #emailsSection input {
    margin-bottom: 5px;
}

.Page_AccountRestrictions #accountResults {
    margin-top: 20px;
}

.Page_AccountRestrictions #resIcon {
    font-size: 50px;
    display: inline;
    color: teal;
    vertical-align: middle;
}

.Page_AccountRestrictions #resAccountName {
    display: inline;
}