﻿

/*! 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;
padding: 0;   
}

/*v17*/
.footer {
    background-color:whitesmoke;
    position:fixed;
    right: 0;
    bottom: 0;
    left: 0;   
    height: 20px;
    text-align:right;
    padding-right:5%;
    color:blue;	
	
}

.divCollegeLinks {
}

.hplCollegeLink1 {
}

.hplCollegeLink2 {
}

.hplCollegeLink3 {
}

.divAccessibilityLink {
}

.hplAccessibilityStatement {
}


a:link {
    color: #0000EE;
}
/* unvisited link */
a:visited {
    color: #551A8B;
}
/* visited link */
a:hover {
    color: #008C8C;
}
/* mouse over link */
a:active {
    color: #EE0000;
}
/* selected link */


main {
    display: block
}
span {
}
h1 {
    font-size: 2.5em;
    margin: .67em 0;
    color: #071B2C;
}
h2 {
    margin-top: 0.8em;
    margin-bottom: 0.1em;
    color: #071B2C;
}
h3 {
    margin-top: 0;
    margin-bottom: 0.2em;
    background-color: #071B2C;
    color:white
}
h4 {
    margin-top: 0.6em;
    margin-bottom: 0.1em;
    background-color: #071B2C;
    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: museo-sans,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: museo-sans,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: museo-sans,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:#D19F48;
     color:white;
	  -moz-border-radius: 20px;
    -webkit-border-radius: 20px;    
    border-radius: 20px;
}
    button:disabled,
    input[type=submit]:disabled,
    input[type=button]:disabled {
        background: #dddddd;
        cursor:crosshair
    }

    button:hover,
    input[type=submit]:hover,
    input[type=button]:hover {
        /*background-color: #2c73a4*/
    }
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;
}
#divMasterHeader {
    /*background-color: rgb(29, 74, 142)*/
}

.MainMenu {
   float: right;
	margin-bottom: 1px;
	margin-top: 0px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	color: white;
	
    
}
    .MainMenu a {/*v17*/
        color: white
    }

    .MainMenu ul {
        width: 100% !important;
        display:inline-block;
		background-color:#CE212D;
		text-align: center !important;
    }
   
    .MainMenu li {
        display:inline-block
    }

    .MainMenu li:last-child {
        float: right !important;
    }

    .MainMenu li a {
        padding: 10px !important;
        line-height: 1.3;
    }

    .MainMenu ul li a:hover {
        color:white;
        background-color:#D19F48;
		border-bottom:solid;
		border-bottom-width:2px;
		border-bottom-color:#CE212D
    }

    .MainMenu a.selected {
        color:white;
        background-color:#D19F48;		
		border-bottom:solid;
		border-bottom-width:2px;
		border-bottom-color:#D19F48
    }

#fsdMBSMenu {
    /*display: flex;
    justify-content: center;*/
}

.Menu {
    float: right;
	margin-bottom: 5px;
	margin-top: 0px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	color: white;
	
    
}
    .Menu a {/*v17*/
        color: white
    }

    .Menu ul {
        text-align: center !important;
		display: inline-block;
		width: 100% !important;
		background-color:#CE212D;
    }
   
    .Menu li {
        display:inline-block
    }    

    .Menu li a {
        padding: 10px !important;
        line-height: 1.3;
    }

    .Menu ul li a:hover {
        color:white;
        background-color:#D19F48;
		border-bottom:solid;
		border-bottom-width:2px;
		border-bottom-color:#CE212D
    }

    .Menu a.selected {
        color:white;
        background-color:#D19F48;		
		border-bottom:solid;
		border-bottom-width:2px;
		border-bottom-color:#D19F48
    }

.listItems {
}

.dateTextBox{}



/* ==================================================
   Header
   ================================================== */
#pnlHeader {
	/*position: fixed;
    top: 0;   
    width: 100%;
    height: 130px;
   margin-left: -50%;
	 left: 50%;
    right: 0;	
    padding: 10px 5%;
	box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);*/
	vertical-align: top;	
    width:100%;	
    background-color: white;   	
	min-height:120px ;
	margin: 0 auto;
	color:#071B2C
    
    
}

#imgLogo {    
    float: left;
    height: 60px;
    display:inline-block;
	margin-left:5px;
	margin-top:5px
}

#lblHeaderTitle {
    float: right;
    width: 100%;
    padding: 7px 0;
    text-align: center;
    font-weight: 600;
    font-size: 1.45rem; 
	color:black
}
#pnlMemberName {
}

#lblMemberName{color:black; 
padding-right:5px; 
display:inline-block; 
width:100%; 
text-align:right;
padding-bottom:5px
}


/* ==================================================
   Default.aspx
   ================================================== */
#divDefCont {
    margin-top: 70px
}
.divLogin {
    background-color: whitesmoke;
    padding: 10px;
    color: black;
    text-align: right;
    min-width: 320px;
    float: right;
    max-width: 1500px;
    position: relative;
}
    .divLogin ::after {
        
    }

divLoginInfo{    
}
.lblLoginInfo {
}

.lblLoginInfo::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;
    
}
.divLoginAuthField2 {
}

#divLoginDOBDate {
}
.LoginLabel{display:none}
.LoginField {   
    width: 250px !important;}

#divLoginButton {
    display: inline-block;
    float: left;
}

.LoginButton {
    margin:0px !important  
}

.divProxyLoginButton {
}

.ProxyLoginButton {
}


#divLoginFailure {
    display: block !important;
   
}
.LoginFailureLabel {
    float: left !important;
    padding-top: 2px !important
}

#divDefInfo {    
    float:left;
    width:100%
}
    #divDefInfo :before {}

.lblDefInfoHeaderCell {/*default h3*/
    margin-top: 20px !important;    
}
.lblDefInfoCell {    
}



/* ==================================================
   Main.aspx
   ================================================== */
#divMainCont {text-align:center
    
}
#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: HelveticaNeueW01-45Ligh, Helvetica, sans-serif;
    border-collapse: collapse;

}

    /**/ .Calendar tr:first-child {
        background-color: #071B2C !important;
    }

    .Calendar td {
    }

    .Calendar a {
        text-decoration: none;
        color: black;
        padding: 2px;
    }


    .Calendar .CalendarTitle {
        font-weight: bold;
        color: #FFFFFF;
        background-color: #071B2C;
        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 { /*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; }
#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';
    }

/* ==================================================
   BlockBook.aspx 
   ================================================== */
#divMainBlockBook {
    text-align: center;
}

#divBlockBook{
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    background-color: rgb(245,245,245);
}
    #divBlockBook * {
        margin: 2px
    }
.divMemberAccount{}
/*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;
}
#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
}

#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 {}
.lstEPCardTypes{}
#divEPPaymentValue {
    
}
.lblEPPaymentValue{display:inline !important}
.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 {
    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{}

.lblFeePaymentValue{}
.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;
    width: 100%
}

.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;
    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 {
    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: #0558a4;
}

.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: 90%;
    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: 180px
    }
    #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;
    }
}
