﻿/*! 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;
    /* background-image: linear-gradient(rgb(52, 140, 66), rgb(190, 46, 18) 5%);*/
    /*background-color: rgb(240, 240, 240)
    background-color: rgb(52, 140, 66)
    background-image: linear-gradient(rgb(5, 88, 164, 0),rgb(52, 140, 66, 0.3)); */
    min-height: 100vh
}

/*v17*/

    .footer {
    background-color: transparent;
    position: absolute;
    right: 5px;
    top: 10px;
    min-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 */
/*
.footer a:link {
    color: white
}
.footer a:visited {
    color: white;
}

.footer a:hover {
    color: white;
}
.footer a:active {
    color: white;
}
*/

main {
    display: block
}

span {
}

h1 {
    font-size: 2em;
    margin: .67em 0;
    color: rgb(79, 76, 77);
}

h2 {
    font-size: 1.5em;
    margin-top: 0.8em;
    margin-bottom: 0.1em;
    color: rgb(190, 46, 18);
}

h3 {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0.2em;
    background-color: rgb(190, 46, 18);
    color: white
}

h4 {
    font-size: 1em;
    margin-top: 0.6em;
    margin-bottom: 0.1em;
    background-color: rgb(190, 46, 18);
    color: white
}

h5 {
    font-size: 0.8em;
    margin-top: 0;
    margin-bottom: 0.1em;
}

p {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: Verdana,Arial,Helvetica,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: Verdana,Arial,Helvetica,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: Verdana,Arial,Helvetica,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: white;
    color: rgb(190, 46, 18);
	box-shadow: 3px 3px 3px #000
}

    button:disabled,
    input[type=submit]:disabled,
    input[type=button]:disabled {
        background: #dddddd;
        cursor: crosshair
    }

    button:hover:enabled,
    input[type=submit]:hover:enabled,
    input[type=button]:hover:enabled {
        box-shadow: 0px 0px 0px #000;
		color:white;
		background-color:rgb(79, 76, 77)
    }

input[type=checkbox] + label {
}

input[type=checkbox]:checked + label {
    color: blue
}

input[type=radio] + label {
    margin-left: 5px
}

input[type=radio]:checked + label {
    color: blue
}


/*background for blocks including radius if required
#divNorm, #divBlockBook {
    border-color: rgb(245,245,245);
    border-style: solid;
    border-width: 1px;
    border-radius: 10px
}*/

/* ==================================================
   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;
}

/*new main menu for portal*/
/*To create line under on hover
    .Menu ul li a::after {
	  position: absolute;
	  content: "";
	  width: 100%;
	  height: 3px;
	  top: 100%;
	  left: 0;
	  background: #ff7000;
	  transition: transform 0.5s;
	  transform: scaleX(0);
	  transform-origin: right;
	}
	.Menu ul li a:hover {
	  color: #95a5a6;
	}
	.Menu ul li a:hover::after {
	  transform: scaleX(1);
	  transform-origin: left;
	}

    */

.MainMenu {
    float: right;
    margin-bottom: 2px;
    margin-top: 0px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; 
	/*border-top-style:solid;
	border-bottom-style:solid;
	border-top-width: 0.5px;
	border-bottom-width: 0.5px;*/
	
    
   
}

    .MainMenu a {                
		color:black
    }

    .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(190, 46, 18);
        background-color: white;
    }

    .MainMenu a.selected {
       background-color: rgb(190, 46, 18);
		color:white       
    }

 /*.MainMenu li:nth-last-child(2) {
        float: right !important;
    }*/
    .MainMenu li:last-child {
        float: right !important;
    }
   

#fsdMBSMenu {
    /*display: flex;
    justify-content: center;*/
}
.Menu {	
    float: right;
	width:100%;
    margin-bottom: 5px;
    margin-top: 0px;    
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	font-size:0.9em
	
	/*
	width: 100%;
	border-bottom-style:solid;
	border-bottom-width:0.5px*/
    
    
    /*border-top-style: solid;
    border-width: 1px;
    border-color: #348c42;*/
}

    .Menu a {       
        background-color:white;
		color:rgb(190, 46, 18)
    }

    .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;
			border-bottom-style:solid;
			border-bottom-width:0.5px;
			border-top-style:solid;
			border-top-width:0.5px;
			border-color:black;
			margin-left:2px;
			margin-right:2px
        }

    .Menu ul li a:hover {
        background-color: rgb(79, 76, 77);
		color:white
        
    }

    .Menu a.selected {
        background-color: rgb(79, 76, 77);
		color:white
        
    }

.listItems {
}

.dateTextBox {
}



/* ==================================================
   Header
   ================================================== */



#pnlHeader {
    border-top-style:solid;
    border-top-width:10px;
    border-top-color:rgb(190, 46, 18);
    min-height: 145px;
    background-color: white
}

#imgLogo {
    float: left;
    height: 60px;
    margin-left: 10%;
    margin-top: 20px
}

#lblHeaderTitle {
    display: inline-block;
    font-weight: 600 !important;
    font-size: 1.45rem;
    margin-left: 10%;
    margin-top: 20px
}

#pnlMemberName {
}

#lblMemberName {
    float: right;
    margin-right: 60px;
    margin-bottom:5px
}



/* ==================================================
   Default.aspx
   ================================================== */
#divDefCont {
    margin-top: 70px;
    padding-left: 3%;
    padding-right: 3%
}

/*divLogin changed to class - MercuryPortal*/
.divLogin {
    background-color: whitesmoke;
    padding: 10px;
    color: black;
    text-align: right;
    min-width: 320px;
    float: left;
    max-width: 1500px;
    position: relative;
}

    .divLogin ::after {
    }
.divLoginInfo{    
    text-align:center;
    margin-bottom:10px;
    
}
.lblLoginInfo {
    white-space:pre-wrap;	
	color:rgb(190, 46, 18)
    
}
#Login1 {
}

#divLoginUser {
    display: block;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px
}

.divLoginPassword {
    display: block;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}

.LoginLabel {
    display: none
}

.LoginField {
    width: 350px !important;
}

#divLoginButton {
    display: inline-block;
    float: left;
}

.LoginButton {
    margin: 0px !important
}

.divProxyLoginButton {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    border-bottom-style: solid;
    text-align: center
}

.ProxyLoginButton {
   
	margin-bottom:10px !important
}

#divLoginFailure {
    display: block !important;
}

.LoginFailureLabel {
    float: left !important;
    padding-top: 5px !important;
	padding-left:10px!important
}

#divDefInfo {
    width: 100%;
    display: inline-block;
    
}

    #divDefInfo :before {
    }

.lblDefInfoHeaderCell { /*default h3*/
    margin-top: 20px !important;
    font-size: 0.7em
}

.lblDefInfoCell {
}



/* ==================================================
   Main.aspx
   ================================================== */
#divMainCont {
    text-align: center;
    margin-bottom: 30px
}

#divMainHeader {
}

.lblDaySelected { /*default font h2*/
    /*padding-left: 10px;
    display: block;
    float:left*/
    display: none
}

.Calendar {
    min-height: 405px;    
    background-color: rgb(245,245,245);
    margin: 0px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    /*border-collapse: collapse;*/
}

    /**/
    .Calendar tr:first-child {
        background-color: rgb(190, 46, 18) !important;
        height: 0px
    }

    .Calendar td {
        min-width: 45px
    }

    .Calendar a {
        text-decoration: none;
        color: black;
        padding: 2px;
        
    }


    .Calendar .CalendarTitle {
        font-size: 1.1em;
        font-weight: bold;
        color: #FFFFFF;
        background-color: rgb(190, 46, 18);
        width: 100% !important;
        align-content: center;
        padding-top: 0.18em;
        padding-bottom: 0.18em;
        margin-top:-2px
    }

    .Calendar .CalendarDayHeader {
        padding: 0px;
    }

    .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: rgb(190, 46, 18);
    }

        .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;
    width: 100%;
    text-align: center;
    padding: 0.2em;
    
}

.listSittings {
    margin-top: -3px;
    border-style: none;
    width: 100%;
    min-height: 100px;
    text-indent: 5px;
    scrollbar-face-color: rgb(190, 46, 18) !important
}

.lblSittingMessage {
    background-color: lightgoldenrodyellow;
    display: block;
    margin-left: 0px
}

.sittingInfoText {
    display: block
}

.lblMealsBookedHeader,
.lblMealsInQueueHeader,
.lblMealsInSwapListHeader,
.lblOtherSittingsBooked { /*default font h4*/
}

.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 {
    display: block;
}

.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
    }

/*#fsBlockBook{visibility:collapse; height:0px}*/
/*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;
    min-width: 300px
}

.fdsEPOSBalances {
}

.fdsEPOSAllowance {
}

.lblEPBalancesTitle {
}

.tblEPBalances {
}

.lblEPAllowancesTitle {
}

.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;
    min-width: 70px !important
}

.lstEPCardTypes {
}

#divEPPaymentValue {
}


.txtEPPaymentValue {
    display: inline-block;
    min-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;
        background-color: ivory
    }


        .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;
    margin-top: 10px;
    /*border-style: solid;
    border-width: 1px;
    border-color: rgb(190, 46, 18)*/
   
}

.fdsFeeOrCharge {
    display: inline-block;
    text-align: left;
    margin-top: 0px !important;
    background-color: rgb(245,245,245);
    vertical-align: top;
    min-width: 300px;    
}

.lblFeesBalance {
    margin-bottom:10px !important;    
}

.divFeePayments {
    vertical-align: top;
    margin-top: 0px !important;
    background-color: rgb(245,245,245);
    min-width: 300px;
}

.listFeeTypes{margin-bottom:10px !important}

.lblFeesPaymentsHeader {
}

.divFeePaymentType {
text-align:left;

}

.lstFeePaymentTypes {
    min-width: 150px !important;
    
}

.lblFeePaymentType {
    display: inline-block;
    min-width: 70px;
    padding-left:10px
    

}

.lblFeePaymentValue {
    display: inline-block;
    min-width: 70px
}

.txtFeePaymentValue {
    min-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 {
    min-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;
    min-width: 80px
}

.divMonPayTextBoxCell {
    display: inline-block
}

.txtMonPayTextBox {
    min-width: 240px
}

.divMonPayRequiredCell {
    display: inline-block;
    color: red;
    min-width: 10px;
    text-align: right
}

.divRedirToMonek {
}

.divIframePayment {
}

.iframeMonek {
    border: none; /* Reset default border */
    min-width: 340px;
    min-height: 480px;
    padding: 2px
}

.lblRedirToMonekInfo {
    display: block
}

.divIframePayment {
}

/* ==================================================
ChangePassword.aspx
================================================== */
/*v17*/
#divChangePassword {
    margin-left: 35%;
    margin-right: auto;
    display: inline-block;
    min-width: 400px;
    margin-top: 20px;
    padding: 5px;
}

#divNewPassword {
    margin-bottom: 5px;
    margin-top: 5px
}

.lblPasswordChange {
    display: inline-block;
    min-width: 170px;
    margin-right: 5px
}

.txtPasswordChange {
    margin-left: 5px;
	width:350px !important
}

#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;
    min-width: 100%
}

.divSeat {
    min-width: 70px;
    min-height: 70px;
    margin: 5px;
}

.btnSeatAvailable {
    min-width: 60px;
    min-height: 60px;
    margin: 5px;
    background-color: white !important;
    color: black !important;
}

.btnSeatOccupied {
    min-width: 60px;
    min-height: 60px;
    margin: 5px;
    color: black !important;
    background-image: url("occupied.png") !important;
}

.btnYourSeat {
    min-width: 60px;
    min-height: 60px;
    margin: 5px;
    color: black !important;
    background-image: url("your_seat.png") !important;
}

.btnSeatUnavailable {
    min-width: 60px;
    min-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;
    min-width: 400px;
    min-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;
    min-width: 400px;
    text-align: center;
    font-size: large
}

.divFlywirePayerRow {
    display: block;
    margin-bottom: 5px
}

.divFlywirePayerLabelCell {
    display: block
}

.divFlywirePayerTextBoxCell {
    display: block
}

.txtFlywirePayerTextBox {
    min-width: 400px
}

.lblFlywirePayRequiredCell {
    display: inline-block;
    color: red;
    font-size: large;
    vertical-align: top;
    min-width: 10px;
    text-align: right
}

.divFlywirePayErrorRow {
    width: 340px;
    margin-bottom: 10px;
}

.lblFlywireError {
    display: inline-block;
    color: red;
    min-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;
    min-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;
        min-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 {
    min-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;
    min-width: 400px;
    text-align: center;
    font-size: large
}

.divTransfermateRow {
    display: block;
    margin-bottom: 5px
}

.divTransfermateLabelCell {
    display: block
}

.divTransfermateTextBoxCell {
    display: block
}

.txtTransfermateTextBox {
    min-width: 400px
}

.lblTransfermateRequiredCell {
    display: inline-block;
    color: red;
    font-size: large;
    vertical-align: top;
    min-width: 10px;
    text-align: right
}

.divTransfermateErrorRow {
    min-width: 340px;
    margin-bottom: 10px;
}

.lblTransfermateError {
    display: inline-block;
    color: red;
    min-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;
    padding: 5px
}

.lblMonekPaymentItemDescription {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px
}

.lblMonekPaymentTransactionAmount {
    display: block;
    padding-bottom: 10px;
}

    .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;
    min-height: 80px;
    padding: 5px
}

.btnMonekPaymentButton {
    min-width: 180px;
}

/* ==================================================
   MemberDetails.aspx 
   ================================================== */

/*July 2022 - bank details*/
#divMainMemberDet {
    margin-bottom: 30px;
    text-align: center
}

.lblMemberBankHeader {
    display: inline-block;
    min-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;
    min-height: 30px;
    min-width: 150px;
    padding-top: 5px;
    text-align: left
}

.chkMemberBankClear {
    margin-left: 165px;
}

    .chkMemberBankClear label {
        padding-left: 5px;
    }

.txtMemberBankAccountName {
    min-width: 350px
}

.txtMemberBankSortCode {
    min-width: 100px;
    text-align: center
}

.txtMemberBankNumber {
    min-width: 150px;
    text-align: left
}

.txtMemberBankPayRoll {
    min-width: 200px;
    text-transform: uppercase;
}

#divMemberBankSubmit {
    margin-top: 10px;
    margin-left: 160px
}

.lblMemberBankUpdateInfo {
}

/* ==================================================
   Accommodation
================================================== */

/* Accommodation.aspx */

/* Non-specific */

.lblAccommodationPlainTextLargeTopMargin {
    display: block;
    text-align: left;
    margin-top: 1.0em;
    margin-bottom: 0.2em;
    background-color: rgb(245,245,245);
}

.lblAccommodationPlainText {
    display: inline-block;
    text-align: left;
    margin-top: 0.1em;
    margin-bottom: 0.2em;
    background-color: rgb(245,245,245);
}

.lblAccommodationPlainTextBold {
    font-weight: bold;
}

.lblAccommodationBlock {
    display: block;
}

.rbAccommodation {
    display: inline-block;
    transform: scale(1.5);
    padding-top: 0.1em;
}

.accommodationRowHighlighted {
    color: white;
    background-color: rgb(190, 46, 18);
}

.accommodationRowUnhighlighted {
    background-color: transparent;
}

/* End of non-specific */

#divAccommodationMain {
    margin-bottom: 30px;
    text-align: center;
}

#divAccommodationRoom {
    display: inline-block;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    min-width: 500px;
    vertical-align: top;
    background-color: rgb(245,245,245);
}

#divAccommodationCurrentAll {
    margin-top: 10px;
    margin-bottom: 5px;
}

.rbAccommodationCurrentAll label {
    font-size: 0.7em;
    padding-right: 2em;
    vertical-align: middle;
}

.rbAccommodationCurrentAll {
    padding-left: 20px;
    padding-right: 20px;
}

.lblAccommodationNoRoom {
    margin-top: 10px;
}

.tblAccommodationRoomList {
    display: inline-block;
    padding: 10px;
    border-collapse: collapse;
}

    .tblAccommodationRoomList th {
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: rgb(245,245,245);
    }

    .tblAccommodationRoomList tr {
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: lightgray;
    }

    .tblAccommodationRoomList td {
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .tblAccommodationRoomList td:nth-child(4) {
            text-align: center;
            height: 2em;
            width: 2em;
        }

/* End of divAccommodationRoomList */

.divAccommodationRoomDetail {
    display: inline-block;
    text-align: center;
    background-color: rgb(245,245,245);
    vertical-align: top;
    margin-top: 10px;
    padding: 5px;
    min-width: 500px;
}

#divAccommodationRoomDetailArrival {
    margin-top: 10px;
    margin-bottom: 10px;
}

.divAccommodationRequestEarlyArrival {
    margin-top: 10px;
    margin-bottom: 10px;
}

#divAccommodationRoomDetailDeparture {
    margin-top: 10px;
    margin-bottom: 10px;
}

.divAccommodationRequestLateDeparture {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* End of divAccommodationRoomDetail */

.divAccommodationIssue {
    display: inline-block;
    text-align: center;
    background-color: rgb(245,245,245);
    vertical-align: top;
    margin-top: 10px;
    padding: 5px;
    min-width: 500px;
}

#divAccommodationIssueList {
    display: inline-block;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    min-width: 500px;
    vertical-align: top;
    background-color: rgb(245,245,245);
}

.tblAccommodationIssueList {
    display: inline-block;
    padding: 10px;
    border-collapse: collapse;
}

    .tblAccommodationIssueList th {
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: rgb(245,245,245);
    }

    .tblAccommodationIssueList tr {
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: lightgray;
    }

    .tblAccommodationIssueList td {
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .tblAccommodationIssueList td:nth-child(1) {
            max-width: 200px;
        }



.imgIssueThumbnail {
    max-height: 50px;
}

#divAccommodationIssueType {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
}

#divAccommodationIssueSubject {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.txtAccommodationIssueSubject {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

#divAccommodationIssueNotes {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.txtAccommodationIssueNotes {
    display: block;
    width: 100%;
    min-height: 175px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#divAccommodationIssueUpload {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.imgAccommodationIssueImage {
    display: block;
    max-height: 200px;
    margin-top: 5px;
}

#btnAccommodationReportIssueButton {
    display: block;
}

/* End of divAccommodationIssues */



/* ==================================================
   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;       
        border-top-color: lightgray
    }

        .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: 190px
    }
    #divChangePassword{margin-left:2%}
}

@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;
    }
}
