﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;	
}

/*v17*/

.footer {
    background-color: transparent;
    position: absolute;
    right: 5px;
    top: 10px;
    height: 20px;
    text-align: right;
    padding-right: 5px;
    color: blue;
    display: block !important
}

a:link {
    color: #0000EE;
}
/* unvisited link */
a:visited {
    color: #551A8B;
}
/* visited link */
a:hover {
    color: green;
}
/* mouse over link */
a:active {
    color: #EE0000;
}
/* selected link */


main {
    display: block
}

span {
}

h1 {
    font-size: 2.5em;
    margin: .67em 0;
    color: rgb(97, 78, 35);
}

h2 {
    margin-top: 0.8em;
    margin-bottom: 0.1em;
    color: rgb(97, 78, 35);
}

h3 {
    margin-top: 0;
    margin-bottom: 0.2em;
    background-color: rgb(64, 79, 92);
    color: white
}

h4 {
    margin-top: 0.6em;
    margin-bottom: 0.1em;
    background-color: rgb(64, 79, 92);
    color: white
}

h5 {
    margin-top: 0;
    margin-bottom: 0.1em;
}

p {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: Roboto, "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: Roboto, "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: 0;
    border: none
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
    font-weight: 600
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}



/* ==================================================
   Global
   ================================================== */

*,
*:before,
*:after {
    box-sizing: inherit;
}

html,
body {
    /*max-width: 100vw;*/
}

html {
    box-sizing: border-box;
    font-family: Roboto, "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
}

a {
    color: inherit;
}


select,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=text],
input[type=password] {
    border-radius: 3px;
}

input[type=text],
input[type=password] {
    padding: 7px 10px;
    border: 1px solid #ADADAD;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
    margin: 5px;
    padding: 8px 15px;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

button,
input[type=submit],
input[type=button] {
    background-color: rgb(97, 78, 35);
    color: white;
}

    button:disabled,
    input[type=submit]:disabled,
    input[type=button]:disabled {
        background: #dddddd;
        cursor: crosshair
    }


input[type=checkbox] + label {
}

input[type=checkbox]:checked + label {
    color: blue
}

input[type=radio] + label {
}

input[type=radio]:checked + label {
    color: blue
}




/* ==================================================
   Reusable Classes
   ================================================== */
legend span.accessibility {
    position: absolute;
    left: -9999px;
    width: 100px;
    height: auto;
    overflow: hidden;
}


.visuallyhidden { /* labels and legends that will be read by screen readers but not visible*/
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.infoText,
.errorText,
.warningText,
.lblEmployeeNumberLoginError {
    font-size: 1.0rem;
    font-style: italic
}

.infoText {
    color: cornflowerblue
}

.errorText,
.warningText,
.lblEmployeeNumberLoginError {
    color: red;
}

.labelText {
    font-weight: 600;
}

.MainMenu {
    float: right;    
    margin-top: 5px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    color: white;
    background-color: rgb(0, 33, 71);
}

    .MainMenu a {
        color: white;
    }

    .MainMenu ul {
        text-align: center !important;
        display: inline-block;
        width: 100% !important;
    }

    .MainMenu li {
        display: inline-block
    }

    .MainMenu li a {
            padding: 10px !important;
            line-height: 1.3;
        }

    .MainMenu ul li a:hover {
        color: rgb(184, 186, 147);
    }

    .MainMenu a.selected {
        color: rgb(184, 186, 147);
    }
	
	.MainMenu li:last-child {
        float: right !important;
    }

.Menu {
    float: right;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    color: white;
    background-color: rgb(0, 33, 71);
}

    .Menu a {
        color: white;
    }

    .Menu ul {
        text-align: center !important;
        display: inline-block;
        width: 100% !important;
    }

    .Menu li {
        display: inline-block
    }

    

     .Menu li a {
        padding: 10px !important;
        line-height: 1.3;
     }

    .Menu ul li a:hover {
        color: rgb(184, 186, 147);
    }

    .Menu a.selected {
        color: rgb(184, 186, 147);
    }

.listItems {
}

.dateTextBox {
}



/* ==================================================
   Header
   ================================================== */



#pnlHeader {    
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:lightgray;
    
}

#imgLogo {
    
    float: left;
    height: 65px;
    margin-left:10%
}

#lblHeaderTitle {
    display: inline-block;
    font-weight: 600 !important;
    font-size: 1.45rem; 
   margin-left:10%
    
}

#pnlMemberName {
   text-align:right
}

#lblMemberName {
   margin-right:10%
}



/* ==================================================
   Default.aspx
   ================================================== */
#divDefCont {
    margin-top: 20px;
    padding-left: 3%;
    padding-right: 3%
}

#divLogin {
    background-color: whitesmoke;
    padding: 10px;
    color: black;
    text-align: right;
    min-width: 320px;
    float: right;
    max-width: 1500px;
    position: relative;
}

#divLogin ::after {
}

#Login1 {
}

#divLoginUser {
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px
}

#divLoginPassword {
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}

.LoginLabel {
    display: none
}

.LoginField {
    width: 250px !important;
}

#divLoginButton {
    display: inline-block;
    float: left;
}

.LoginButton {
    margin: 0px !important
}

#divLoginFailure {
    display: block !important;
}

.LoginFailureLabel {
    float: left !important;
    padding-top: 2px !important
}

#divDefInfo {
    width: 100%;
    display: inline-block
}

    #divDefInfo :before {
    }

.lblDefInfoHeaderCell { /*default h3*/
    margin-top: 20px !important;
}

.lblDefInfoCell {
}



/* ==================================================
   Main.aspx
   ================================================== */
#divMainCont {
    text-align: center;
    margin-bottom: 30px
}

#divMainHeader {
}

.lblDaySelected { /*default font h2*/
    font-weight: lighter;
    padding-left: 10px;
    display: block
}

.Calendar {
    height: 405px;
    border-style: none;
    background-color: rgb(245,245,245);
    padding: 2px;
    margin: 0px;
    font-family: Roboto, "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    border-collapse: collapse;
}

    /**/ .Calendar tr:first-child {
        background-color: #585858 !important;
    }

    .Calendar td {
    }

    .Calendar a {
        text-decoration: none;
        color: black;
        padding: 2px;
    }


    .Calendar .CalendarTitle {
        font-weight: bold;
        color: #FFFFFF;
        background-color: #585858;
        width: 100% !important;
        align-content: center
    }

    .Calendar .CalendarDayHeader {
        padding: 5px;
    }

    .Calendar .CalendarNextPrevStyle a {
        color: #FFFFCC !important;
    }

    .Calendar .CalendarDay {
        align-content: center !important
    }

    .Calendar .CalendarDayBooked {
        align-content: center;
        background-color: lightblue;
    }

    .Calendar .CalendarDayAvailable {
        background-color: lightgreen;
        align-content: center;
    }

    .Calendar .CalendarDaySelected {
        background-color: #0939E2;
    }

        .Calendar .CalendarDaySelected a {
            color: white !important
        }

#fdsCalendar {
    align-content: center;
    height: 405px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-style: none;
    background-color: rgb(245,245,245);
    display: inline-block;
    vertical-align: top
}

#divSittingsContainer {
    margin-left: 5px;
    margin-bottom: 5px;
    background-color: rgb(245,245,245);
    width: auto;
    display: inline-block;
    vertical-align: top;
    min-height: 405px;
}

.lblSittingsHeader,
.lblMenuTitle,
.lblMembersBookedTitle { /*default font h3*/
    display: inline-block;
    font-weight: lighter;
    width: 100%;
    text-align: center;
}

.listSittings {
    border-bottom-style: none;
    width: 100%;
    height: 100px
}

.lblSittingMessage {
    background-color: lightgoldenrodyellow;
    display: block;
    margin-left: 0px
}

.sittingInfoText {
    display: block
}

.lblMealsBookedHeader,
.lblMealsInQueueHeader,
.lblMealsInSwapListHeader,
.lblOtherSittingsBooked { /*default font h4*/
    font-weight: lighter;
}

.tblMealsBooked,
.tblMealsInQueue,
.tblMealsForSwap tr th {
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
}

.fdsMealsBooked,
.fdsMealsInQueue,
.fdsMealsInSwap {
}

.divMenuContainer {
    margin-left: 5px;
    margin-bottom: 5px;
    background-color: rgb(245,245,245);
    display: inline-block;
    vertical-align: top;
    min-height: 405px;
}

.lblMenu {
    text-align: center;
}


.fdsMembersBooked {
    display: inline-block;
    vertical-align: top;
    min-height: 405px;
    background-color: rgb(245,245,245);
}

.tblMembersBooked {
}

    .tblMembersBooked tr th {
        text-align: left;
        padding-right: 10px;
        padding-left: 10px;
    }

    .tblMembersBooked tr td {
        text-align: left;
        padding-right: 10px;
        padding-left: 10px;
    }

.tblMemBookedDividerLine {
    height: 2px;
    background-color: black
}


/*.tblMembersBooked td:nth-last-child(2) {
    text-align: right;
}*/

/* ==================================================
   MealToBook.aspx - page for making/editing a booking
   ================================================== */
#divMainMealToBook {
    text-align: center;
    margin-bottom: 30px
}

#divMealToBook {
    display: inline-block;
    text-align: left;
    margin-top: 80px;
    background-color: rgb(245,245,245);
}

    #divMealToBook * {
        margin: 2px
    }

.divMemberAccount {
}

.divMealType {
}

.lblBookingAccount,
.lblBookingMealType {
    display: inline-block;
    min-width: 150px;
}
/*labels below default is class lablelText*/
.lblBookingAccount,
.lblBookingMealType,
.lblAdditional,
.chkEntAcc,
.lblDietary,
.lblDietaryInfo,
.lblXtraInfo,
.lblGuestName,
.lblGuestType {
}

.divAdditionalItems {
}

.divDietary {
}

.txtDietary {
}

.divAdditionalInfo {
    padding-top: 10px
}

.lblDietaryInfo,
.lblXtraInfo {
    display: block;
    vertical-align: top
}

.txtXtraInfo,
.txtDietaryInfo,
.txtGuestName {
    display: block;
    width: 98%;
}

.divTimeSlots {
    padding-top: 10px
}


.divGuest {
}

.divGuestName {
}

.divGuestType {
}

.lstDietaryCheckBox {
    overflow: hidden;
    white-space: nowrap;
}

.lstAdditionalCheckBox {
    overflow: hidden;
    white-space: nowrap;
}

.chkNoDiet {
}

.chkEntAcc {
}

.chkColHos {
}

.lblBookingError {
    display: block;
    text-align: left
}

.lblCurrentDietaryInfo {
}

.fdsPrices {
}

.tblPrices {
}

    .tblPrices td:nth-child(2) {
        text-align: right;
        padding-left: 10px
    }

        .tblPrices td:nth-child(2):after {
            content: ' GBP';
        }

#divBook {
    margin-left: 10px;
    margin-top: 20px
}
/* ==================================================
   BlockBook.aspx 
   ================================================== */
#divMainBlockBook {
    text-align: center;
    margin-bottom: 30px
}

#divBlockBook {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    background-color: rgb(245,245,245);
}

    #divBlockBook * {
        margin: 2px
    }

/*check boxes below default is class checkBox*/
.chkBBDay,
.lstBBDietary {
    overflow: hidden;
    white-space: nowrap;
}

.lblSDinfo {
}

.lblBBDietaryHeader {
}

.lblBBAdditionalDietaryInfo {
    display: block;
    min-width: 300px;
    vertical-align: top;
    padding-top: 5px;
}

.txtBBDietaryInfo {
    display: block;
    width: 98%;
}

.lblBBCurrentDietaryInfo {
}

.lblBBDateHeader {
    display: inline-block;
    min-width: 80px
}

.lblBBUpdateInfo,
.lblBlockBookErr {
    display: block
}

#fdsBBBooked {
    margin-top: 20px;
}

.tblBBBooked td,
.tblBBBooked th {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
}

/* ==================================================
   NormalMeals.aspx 
   ================================================== */
#divMainNorm {
    text-align: center;
    margin-bottom: 30px
}

#divNorm {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    background-color: rgb(245,245,245);
}

    #divNorm * {
        margin: 2px
    }

.divNormMeals {
}


.divNormBfast,
.divNormLunch,
.divNormDin {
    display: block
}

.lblNormSession {
    display: inline-block;
    min-width: 80px
}

.lstNorm {
    display: inline-block;
    min-width: 150px
}

#divBfastCheckBoxes {
    display: inline-block
}

#divLunchCheckBoxes {
    display: inline-block
}

#divDinCheckBoxes {
    display: inline-block
}

.chkNormDay {
    overflow: hidden;
    white-space: nowrap;
}

#divNormUpdate {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center
}

.lblNormInfoText {
}

.lblNormDietaryHeader {
}

.lstNormDietary {
}

.chkNormDiet {
    overflow: hidden;
    white-space: nowrap;
}

.lblNormAdditionalDietaryInfo {
    display: block;
    padding-top: 10px
}

.txtNormDietaryInfo {
    display: block;
    width: 98%;
}

.lblNormCurrentDietaryInfo {
    display: block;
}

#divNormUpdateDiet {
    text-align: center;
}

.lblNormDietUpdate {
    display: block;
    text-align: left
}

/* ==================================================
   EPOS.aspx 
   ================================================== */
#divMainEPOS {
    text-align: center;
    margin-bottom: 30px
}

#divEPOS {
    display: inline-block;
    text-align: left;
}

    #divEPOS * {
        margin: 2px
    }

#divEPOSBalAllow {
    display: inline-block;
    text-align: left;
    margin-top: 10px;
    background-color: rgb(245,245,245);
    vertical-align: top
}

.fdsEPOSBalances {
}

.fdsEPOSAllowance {
}

.lblEPBalancesTitle {
}

.tblEPBalances {
}

.lblEPAllownacesTitle {
}

.tblEPAllowances {
}

    .tblEPBalances td,
    .tblEPAllowances td {
        padding-right: 10px
    }

        .tblEPBalances td:nth-child(2):after,
        .tblEPAllowances td:nth-child(2):after {
            content: ' GBP';
        }

        .tblEPBalances td:nth-child(2),
        .tblEPAllowances td:nth-child(2) {
            text-align: right
        }

.divEPPayments {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px !important;
    background-color: rgb(245,245,245);
    min-width: 300px;
}

.fdsEPPayments {
    display: inline-block;
    text-align: left;
}

.lblEPPaymentsTitle {
}

.lstEPPaymentType {
}

.lstEPPaymentItems {
}

.divEPCardType {
}

.lblEPCardType,
.lblEPPaymentValue {
    display: inline-block !important;
    width: 70px !important
}

.lstEPCardTypes {
}

#divEPPaymentValue {
}


.txtEPPaymentValue {
    display: inline-block;
    width: 150px !important
}

.divEPTermCond {
    margin-top: 10px
}

.chkEPTerms {
    display: block
}

#divEPPay {
    margin-top: 10px
}

.lblEPTopUpError {
    display: block
}

.lblEPTopUpInfo {
    display: block
}

#divEPTransactions {
    display: inline-block;
    background-color: rgb(245,245,245);
    margin-top: 10px;
    vertical-align: top;
    min-width: 300px;
}

.lblEPOSTransactionHistoryHeader {
    display: inline-block;
}

.fdsEPTransactions {
    display: inline-block;
}

.fdsEPTransactionOrBooking {
    margin-bottom: 10px !important
}

.fdsEPTransactionType {
    margin-bottom: 10px !important
}

#fdsEPTransactionsDates {
    text-align: left;
    margin-bottom: 10px !important
}

.lblEPDateFromLabel,
.lblEPDateToLabel {
    display: inline-block;
    min-width: 80px;
}

.lblEPDateErr {
    display: block !important
}

.btnEPGetTransactions {
    text-align: center !important
}

#divTransactions {
}

.tblEPOSTransactions {
    border-spacing: 0;
    border-collapse: collapse
}

    .tblEPOSTransactions td {
        padding-right: 10px
    }


        .tblEPOSTransactions td:nth-child(4),
        .tblEPOSTransactions td:nth-child(5) {
            text-align: right
        }

.EPOSTransactionDividerLine {
    background-color: blue
}

/* ==================================================
   Fees.aspx 
   ================================================== */
#divMainFees {
    margin-bottom: 30px;
    text-align: center
}

#divFees {
}

    #divFees * {
        margin: 2px
    }

#divFeesBalanceAndPayment {
    display: inline-block;
}

.fdsFeeOrCharge {
    display: inline-block;
    text-align: left;
    margin-top: 10px !important;
    background-color: rgb(245,245,245);
    vertical-align: top
}

.lblFeesBalance {
}

.divFeePayments {
    vertical-align: top;
    margin-top: 10px !important;
    background-color: rgb(245,245,245);
    min-width: 300px;
}

.lblFeesPaymentsHeader {
}

.lblFeeCardType {
    display: inline-block;
    width: 70px
}

.lblFeePaymentValue {
    display: inline-block;
    width: 70px
}

.txtFeePaymentValue {
    width: 150px !important
}

.divFeeTermCond {
}

.chkFeeTerms {
    display: block
}

.lblFeeTopUpInfo {
    display: block
}

.lblFeeTopUpError {
    display: block
}

.divFeeChargesHistory {
    display: inline-block;
    text-align: center;
    margin-top: 10px !important;
    background-color: rgb(245,245,245);
    vertical-align: top
}

.fdsStatements {
    display: inline-block
}

#divFeeStatementHistory {
    display: inline-block
}

#fdsFeeStatements {
}

.lblFeeStatementsHeader {
}

.tblFeeStatements {
    border-spacing: 0;
    border-collapse: collapse
}

.divFeeStatementDetails {
    display: inline-block;
    vertical-align: top
}

.lblFeeStatementDetailsHeader {
}

#dfdsFeeStatementTransactions {
}

.tblFeeStatementDetails {
    border-spacing: 0;
    border-collapse: collapse
}

    .tblFeeStatements td,
    .tblFeeStatementDetails td {
        padding-right: 15px;
        text-align: left;
        min-height: 30px;
        background-color: ivory
    }

        .tblFeeStatements td:nth-child(4),
        .tblFeeStatementDetails td:nth-child(3) {
            text-align: right !important
        }

    /*last row description is 'STATEMENT TOTAL' so align right*/
    .tblFeeStatementDetails tr:last-child td:nth-child(2) {
        text-align: right
    }

/* ==================================================
World Pay or Monek iframe
================================================== */
#divMonekMain {
    width: 360px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-style: solid;
    border-width: 1px;
    background-color: whitesmoke;
}

#divMonekDescription {
    margin-top: 5px;
    margin-right: 5px
}

.lblMonItemDescription {
    display: block
}

.lblMonTransactionAmount {
}

.lblMonCardHolderHeader {
    display: inline-block;
    margin-bottom: 10px !important
}


.fdsMonCardDetails {
}

.divMonPayRow,
.divMonPayValidatorRow {
    margin-bottom: 10px
}

.divMonPayLabelCell {
    display: inline-block;
    vertical-align: middle;
    width: 80px
}

.divMonPayTextBoxCell {
    display: inline-block
}

.txtMonPayTextBox {
    width: 240px
}

.divMonPayRequiredCell {
    display: inline-block;
    color: red;
    width: 10px;
    text-align: right
}

.divRedirToMonek {
}

.divIframePayment {
}

.iframeMonek {
    border: none; /* Reset default border */
    width: 340px;
    height: 480px;
    padding: 2px
}

.lblRedirToMonekInfo {
    display: block
}

.divIframePayment {
}

/* ==================================================
ChangePassword.aspx
================================================== */
/*v17*/
#divChangePassword {
    width: 500px;
    margin: auto;
}

#divNewPassword {
    margin-bottom: 5px
}

.lblPasswordChange {
    display: inline-block;
    width: 170px;
    margin-right: 5px
}

.txtPasswordChange {
    margin-left: 5px
}

#btnChangePassword {
    margin-left: 210px
}
/* ==================================================
Allowances specific
================================================== */
#divAllowances {
    text-align: center
}

#fdsAllowancesCurrentOrHistory {
    text-align: center;
}

.divAllowancesDateRange {
    text-align: center;
}

.fdsAllowancesSummary {
    display: inline-block
}

.fdsAllowancesTransactions {
    display: inline-block
}

.lblAllowancesHeading {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.lblAllowancesMessage {
    display: inline-block;
    text-align: center;
    color: red;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    width: 100%
}

.rblAllowancesCurrentOrHistory {
    display: inline-block;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

.btnSmall {
    font-size: 0.85em;
}

.tblRowHighlight {
    color: black;
    background-color: rgb(200,200,200);
}

.tblRowNoHighlight {
    color: grey;
    background-color: rgb(245,245,245);
}

.tblRowData {
    color: black;
    background-color: rgb(245,245,245);
}

/*Allowances Summary*/
.tblAllowancesSummary {
    background-color: #2570BB;
    color: white;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

    .tblAllowancesSummary tr th {
        text-align: left;
        padding-right: 10px;
        padding-left: 10px;
    }

    .tblAllowancesSummary td:nth-last-child(2),
    .tblAllowancesSummary td:nth-last-child(3),
    .tblAllowancesSummary td:nth-last-child(4) {
        text-align: right;
    }

        .tblAllowancesSummary td:nth-last-child(2):before,
        .tblAllowancesSummary td:nth-last-child(3):before,
        .tblAllowancesSummary td:nth-last-child(4):before {
            content: '£';
        }

    .tblAllowancesSummary tr td {
        text-align: left;
        padding-right: 10px;
        padding-left: 10px;
    }


/*Allowances Transactions*/
.tblAllowancesTransactions {
    background-color: #2570BB;
    color: white;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

    .tblAllowancesTransactions tr th {
        text-align: left;
        padding-right: 10px;
        padding-left: 10px;
    }

    .tblAllowancesTransactions td:nth-last-child(1) {
        text-align: right;
    }

        .tblAllowancesTransactions td:nth-last-child(1):before {
            content: '£';
        }

    .tblAllowancesTransactions tr td {
        text-align: left;
        padding-right: 10px;
        padding-left: 10px;
    }


/*==================================================
  Seating
==================================================*/
#divSeatingMain {
    text-align: center;
}

#divSeatingHeader {
    display: inline-block;
    margin-bottom: 20px
}

#lblSeatingHeader {
    padding: 20px;
}

#divSeating {
    margin-left: 30px !important;
    margin-right: 30px !important;
    display: inline-block
}

.divSeatingRow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.divSeat {
    width: 70px;
    height: 70px;
    margin: 5px;
}

.btnSeatAvailable {
    width: 60px;
    height: 60px;
    margin: 5px;
    background-color: white !important;
    color: black !important;
}

.btnSeatOccupied {
    width: 60px;
    height: 60px;
    margin: 5px;
    color: black !important;
    background-image: url("occupied.png") !important;
}

.btnYourSeat {
    width: 60px;
    height: 60px;
    margin: 5px;
    color: black !important;
    background-image: url("your_seat.png") !important;
}

.btnSeatUnavailable {
    width: 60px;
    height: 60px;
    margin: 5px;
    background-color: #FDE4E4 !important;
    color: black !important;
}

.fdsAttendee,
#divSeatingCancel {
    text-align: left;
    padding-left: 3%;
    padding-right: 3%;
}

.lblAttendee {
    display: inline-block;
    width: 400px;
    height: auto;
    margin: 5px;
    border-width: 5px;
    border-style: solid;
}

.lblSeat {
    display: inline-block;
    margin-left: 5px
}
/*==================================================
  Member list - admin users only
==================================================*/

#divMembersMain{text-align:center}
#divMembers {
    display: inline-block;
    margin-bottom: 20px
}

/*v22 new search functionality in Members.aspx*/
#divSearchMembers{
    margin-top:5px;
    text-align:left
}
#txtMemberFilter{
    display:block;
   margin-left:130px;
   margin-top:5px
}
.rbMemberFilters{margin-left:10px}
.tblMembers {
    background-color: ivory;
    color: black;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    border-collapse: collapse;
}
    .tblMembers th:first-child, 
    .tblMembers th:nth-last-child(2) {
        text-align: left;
        padding-left: 10px;
        min-width: 100px;
    }


    .tblMembers td {
        border: 1px solid black;
        border-left: 0;
        border-right: 0;       
        
    }
    .tblMembers tr:first-child td {
        border-top: 0;
    }

    .tblMembers tr td:first-child {
        border-left: 0;
    }

    .tblMembers tr:last-child td {
        border-bottom: 0;
    }

    .tblMembers tr td:last-child {
        border-right: 0;
    }

.tblMembers tr td {
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    
}

/* ==================================================
Flywire Payment
================================================== */
#divFlywireMain {
    width: 450px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-style: solid;
    border-width: 1px;
    background-color: whitesmoke;
}

#divFlywireDescription {
    margin-top: 5px;
    margin-right: 5px
}

.lblFlywireItemDescription {
    display: block
}

.lblFlywireTransactionAmount:before {
    content: '£';
}

.lblFlywirePayerHeader {
    display: block;
    margin-bottom: 10px;
    width:400px;
    text-align:center;
    font-size:large
}

.divFlywirePayerRow {
    display: block;
    margin-bottom: 5px
}

.divFlywirePayerLabelCell {
    display: block
}

.divFlywirePayerTextBoxCell {
    display: block
}

.txtFlywirePayerTextBox {
    width: 400px
}

.lblFlywirePayRequiredCell {
    display: inline-block;
    color: red;
    font-size:large;
    vertical-align:top;
    width:10px;
    text-align:right
}
.divFlywirePayErrorRow {
    width:340px;
    margin-bottom:10px;   
}
.lblFlywireError{
    display:inline-block;
    color:red;
    width:400px;    
    margin-bottom:10px !important
}
#divPayLater{
    text-align:left
}
#lblPayLaterInfo{
    font-size:larger
}
#flywireCopyLink{
    text-align:center
}
#txtPayLaterLink {
    width: 98%;
    white-space: pre-wrap;
    height:80px;   
   padding:5px
    
}
#divEnd {
    text-align: center;
}

/* ==================================================
  Alert/Popup used on Flywire.aspx
================================================== */
/* Popup container */
.popup {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* The actual popup */
    .popup .popuptext {
        visibility: hidden;
        width: 160px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -80px;
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class - hide and show the popup */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ==================================================
Transfermate Payment
================================================== */
.fdsTransfermateDetails {
    display: inline-block;
}

#divTransfermateMain {
    width: 450px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-style: solid;
    border-width: 1px;
    background-color: whitesmoke;
}

#divTransfermateDescription {
    margin-top: 5px;
    margin-right: 5px
}

.lblTransfermateItemDescription {
    display: block
}

.lblTransfermateTransactionAmount:before {
    content: '£';
}

.lblTransfermateHeader {
    display: block;
    margin-bottom: 10px;
    width: 400px;
    text-align: center;
    font-size: large
}

.divTransfermateRow {
    display: block;
    margin-bottom: 5px
}

.divTransfermateLabelCell {
    display: block
}

.divTransfermateTextBoxCell {
    display: block
}

.txtTransfermateTextBox {
    width: 400px
}

.lblTransfermateRequiredCell {
    display: inline-block;
    color: red;
    font-size: large;
    vertical-align: top;
    width: 10px;
    text-align: right
}

.divTransfermateErrorRow {
    width: 340px;
    margin-bottom: 10px;
}

.lblTransfermateError {
    display: inline-block;
    color: red;
    width: 400px;
    margin-bottom: 10px !important
}



#divTransfermateEnd {
    text-align: center;
}

/* ==================================================
   MonekPayment.aspx 
   ================================================== */

#divMonekPaymentMain {
    text-align: center;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: whitesmoke;
}

.lblMonekPaymentItemDescription {
    display: block;
}

.lblMonekPaymentTransactionAmount:before {
    content: 'Amount: £';
}

#divMonekPaymentPayNow {
    text-align: center;
    margin-top: 20px;
}

#divMonekPaymentPayLater {
    text-align: center;
    margin-top: 10px;
}

#txtMonekPaymentPayLaterLink {
    width: 98%;
    white-space: pre-wrap;
    margin-top: 5px;
    height: 80px;
    padding: 5px
}

.btnMonekPaymentButton {
    width: 180px;
}

/* ==================================================
   MemberDetails.aspx 
   ================================================== */

/*July 2022 - bank details*/
#divMainMemberDet {
    margin-bottom: 30px;
    text-align: center
}
    .lblMemberBankHeader {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding:2px
    }
#divMemberBank {
    display:inline-block;    
    text-align: left;
    background-color: rgb(245,245,245);
    vertical-align: top;
    margin-top: 10px !important;
    padding:5px
}
.divMemberBankRow{
    margin-top:10px
}
.lblMemberBank {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    height: 30px;
    width: 150px;
    padding-top: 5px;
    text-align:left
}
.chkMemberBankClear {
    margin-left: 165px;
}
.chkMemberBankClear label {
    padding-left: 5px;
}
.txtMemberBankAccountName{
    width:350px
}
.txtMemberBankSortCode {
    width: 100px;
    text-align:center
}
.txtMemberBankNumber{
    width:150px;
    text-align:left
}
.txtMemberBankPayRoll {
    width: 200px;
    text-transform: uppercase;
}
#divMemberBankSubmit{
    margin-top:10px;
    margin-left:160px
}
.lblMemberBankUpdateInfo{
    
}
/* ==================================================
   Responsive design
================================================== */
@media print {
    #btnPrint {
            visibility: hidden !important;
        }
    }

    @-ms-viewport {
        width: device-width;
    }

    #form1 {
        margin: 0 auto;
        width: 100%;
        position: relative
    }

    @media screen and (max-width: 800px) {
        #divMainCont {
            /*text-align: left*/
        }

        /*new main menu for portal*/
        .MainMenu {
            padding-top: 10px;
            padding-left: 0px;
            padding-right: 0px;
        }

            .MainMenu li {
                display: block;
                width: 100%;
                text-align: center
            }



        .Menu {
            padding-top: 10px;
            padding-left: 0px;
            padding-right: 0px;
        }

            .Menu li {
                display: block;
                width: 100%;
                text-align: center
            }

                .Menu li:last-child {
                    float: left !important;
                }

        .footer {
            /*position: sticky;
        position: -webkit-sticky;
         position: static*/
        }

        #pnlHeader {
            height: 180px
        }
    }

    @media only screen and (min-width: 460px) {
    }

    @media only screen and (min-width: 768px) {
    }

    @media only screen and (min-width: 1024px) {
    }

    @media only screen and (min-width: 1224px) {
        #pnlHeader {
            padding: 10px 0;
        }
    }

    @media only screen and (min-width: 1824px) {
        #pnlHeader {
            padding: 10px 0;
        }
    }