﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
    margin: 0;
    padding: 0;
	font-size:102%
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    /* background-image: linear-gradient(rgb(52, 140, 66), #0558a4 5%);*/
    /*background-color: rgb(240, 240, 240)
    background-color: rgb(52, 140, 66) */   
    min-height: 100vh;
	
}

/*v17*/
/* top of screen

    .footer {
    background-color: transparent;
    position: absolute;
    right: 5px;
    top: 0px;
    min-height: 20px;
    text-align: right;
    padding-right: 5px;
    color: blue;
    display: block !important;
}
*/
.footer {
    background-color: whitesmoke;
    position: fixed;
    bottom: 0px;
    min-height: 20px;
    padding-right: 5px;
    width: 100%;
    font-size: small
}

.divCollegeLinks {
}

.hplCollegeLink1 {
}

.hplCollegeLink2 {
}

.hplCollegeLink3 {
}

.divAccessibilityLink {
    float: right;
    width: 150px
}

.hplAccessibilityStatement {
}

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;
    margin-top: 0;
    color: rgb(142, 114, 65);
}

h2 {
    font-size: 1.5em;
    margin-top: 0.8em;
    margin-bottom: 0.1em;
    color: rgb(142, 114, 65);
}

h3 {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0.2em;
    background-color: rgb(4, 30, 66);
    color: white
}

h4 {
    font-size: 1em;
    margin-top: 0.6em;
    margin-bottom: 0.1em;
    background-color: rgb(4, 30, 66);
    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: 'Merriweather',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: 'Merriweather',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: 'Merriweather',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] {
    border-style:solid;
	border-color:rgb(4, 30, 66);
	border-width:1px;
	background-color:rgb(4, 30, 66);
    color: white;
}

    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 {
        background-color: #333;
		border-color:#333;
		Color:white
    }

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;
	}

    */
#divMasterHeader {
    /*background-color: rgb(29, 74, 142)*/
}

#divMasterMenus {
   /*background-color: #0558a4;*/
    
}
#fsdNavMenu {
    /*center menu*/
    max-width: fit-content;
    margin-inline: auto;
}
.MainMenu {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;    
    
    
}

    .MainMenu a {
        color:rgb(4, 30, 66);        
        padding-right: 40px;

    }

    .MainMenu ul {
        /*border-top-style: solid;
        border-left-style:solid;
        border-right-style:solid;
        border-width: 1px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-color: #0558a4;*/
        min-width:100% !important;

    }

    .MainMenu li {
        /*display: inline-block;
        border-style: solid;
        border-width: 1px;
        border-radius: 5px;
        border-color: #0558a4*/
        
    }



        .MainMenu li a {
             padding-right: 20px !important;
			 padding-bottom: 5px !important;
			 padding-left: 10px !important;
			 padding-bottom: 5px !important;
			 line-height: 1.3;

        }

    /*.MainMenu ul li a:hover {
        background-color: rgb(186, 0, 10);        
        Color:white
    }
	*/
	.MainMenu ul li a::after {
	  position: absolute;
	  content: "";
	  width: 100%;
	  height: 2px;
	  top: 100%;
	  left: 0;
	  background: rgb(142, 114, 65);
	  transition: transform 0.5s;
	  transform: scaleX(0);
	  transform-origin: right;
	}
	.MainMenu ul li a:hover {
	  /*color: #95a5a6;*/
	}
	.MainMenu ul li a:hover::after {
	  transform: scaleX(1);
	  transform-origin: left;
	}

    .MainMenu a.selected {
        color:rgb(142, 114, 65)
    }


.Level2Style:hover {
   color: white !important;
	 background-Color:rgb(4, 30, 66) !important
}        
.Level2Style {
    color: rgb(186, 0, 10);
	background-Color:white !important;
    text-align: left !important;
    padding: 0px;
    margin: 0px;
    display: block !important;
    width: 100% !important;
    float:left !important;
}


.listItems {
}

.dateTextBox {
}

.lblPageHeader{
    font-size:0.8em !important
}

/* ==================================================
   Header
   ================================================== */



#pnlHeader {
    /* border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:lightgray;*/
    min-height: 125px;
    background-color: white
}

#imgLogo {
    float: left;
    height: 100px;
    margin-left: 0;
    margin-top: 0px
}

#lblHeaderTitle {
    display: inline-block;
    font-weight: 600 !important;
    font-size: 1.45rem;
    margin-left: 10%;
    margin-top: 20px;
	text-align:center
}

#pnlMemberName {
	float: right;
    margin-right: 20px;
    margin-bottom:5px
}

#lblMemberName {
    
}

.btnLogOut {
    
    
}
    .btnLogOut:hover {
        

    }

.divHplLogOut {
    display: inline-block;    
    padding:6px;
	background-Color:rgb(4, 30, 66);
	Color:white
}
.divHplLogOut:hover {
    background-color: #333 !important;
		border-color:#333 !important;
		Color:white
}

    .divHplLogOut a:link {		
        color: white;
        text-decoration:none
    }

    .divHplLogOut a:visited {
        color: white;
    }

    .divHplLogOut a:hover {
        color: white;
    }

/* ==================================================
   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;
    float: left;
    
    
}

  .divLogin ::after {
  }

.divLoginInfo{    
    text-align:center;
    margin-bottom:10px;
    
}
.lblLoginInfo {
    white-space:pre-wrap;
    color: black;
    
}

.lblLoginInfo::after {
    /*white-space:pre;
    content:"\a test";*/
}

#Login1 {    
}

#divLoginUser {
    display: block;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;    
}

.divLoginPassword {
    display: block;
    margin-bottom: 5px;    
    margin-right: 5px;
}

.divLoginAuthField2 {
    display: block;
    margin-bottom: 5px;
    margin-right: 5px;
    
}

#divLoginDOBDate {
    display: block;
    margin-top: 5px;
    margin-right: 5px;
}

.LoginLabel {
    display: none
}

.LoginField {
     width: 350px !important;
	 /*[v41 Accesibility-start ]*/
	 border-style: solid !important;
	 border-width: 2px !important;
	 border-color: black !important
	 /*[v41 Accesibility-end ]*/
}

.LoginDOBLabel{
    display:block;
    float:left
}


#divLoginButton {
    display: block;
    float: left;
}

.LoginButton {
    margin: 0px !important;
    float: left !important
}

.divProxyLoginButton {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    border-bottom-style: solid;
    text-align: center
}

.ProxyLoginButton {
    
}



    #divLoginFailure {
        display: block !important;
    }

.LoginFailureLabel {
    float: right !important;
    padding-top: 10px !important
}

#divDefInfo {
    width: 100%;
    display: inline-block;
    
}

    #divDefInfo :before {
    }

.lblDefInfoHeaderCell { /*default h3*/
    margin-top: 20px !important;
    font-size: 0.7em
}

.lblDefInfoCell {
}
/*[v37-start]*/
.divHplResetPassword {
    float: left;
    text-align: left;
    display: block;
    clear: left;
    margin-top: 5px;
}
.hplResetPassword{
    display:block !important
}
/*[v37-end]*/


/* ==================================================
   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: 375px;    
    background-color: rgb(245,245,245);
    margin: 0px;
    font-family: 'Merriweather',serif;
    /*border-collapse: collapse;*/
}

    /**/
    .Calendar tr:first-child {
        background-color: rgb(4, 30, 66) !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(4, 30, 66);
        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;
    }
	
	 /*[v36-start]*/
	 .Calendar .CalendarDayNotAvailable {
		 background-color: lightgray;
		 text-decoration:line-through;
		 align-content: center;
	 }
	/*[v36-end]*/
 
    .Calendar .CalendarDaySelected {
        background-color: #0558a4;
    }

        .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: #0558a4 !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
}

/*[v36-check]*/
.lblDietaryInfo,
.lblXtraInfo {
    display: block;
    vertical-align: top;
    white-space: pre-wrap;
    text-align: left;
    max-width: 750px;
    margin: 0 auto;
    padding: 10px
}

.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 {
}

/*[v43-start]*/
.lblBookingError {
    display: block;
    vertical-align: top;
    white-space: pre-wrap;
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
    font-weight: bold;
    color: darkred
}
/*[v43-end]*/

.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
}

/*[v42-start]*/
.lblBookingDietaryConsent {
    display: block;
    vertical-align: top;
    white-space: pre-wrap;
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
    font-weight:bold;
    color:darkred
}
/*[v42-end]*/

/* ==================================================
   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
    }
.divMemberAccount {
}
/*#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%;
	 /*[v41 Accesibility-start ]*/
	 border-style: solid !important;
	 border-width: 2px !important;
	 border-color: black !important
	 /*[v41 Accesibility-end ]*/
}

.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
}
#divDietaryInfo {
    text-align: center;
}

.lblDietaryInfo {
    white-space: pre-wrap;
    text-align: left;
    max-width: 750px;
    margin: 0 auto;
    padding:10px
}
#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 td {
	padding-bottom:10px !important;
	padding-top:10px !important
}

.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 
   ================================================== */
/*[v40-Replace All]*/
#divMainFees {
    text-align: center;
    /*[v36-start]*/
    margin-bottom: 30px
    /*[v36-end]*/
}

#divFees {
}

    #divFees * {
        margin: 2px;
        
    }

#divFeesBalanceAndPayment {
    display: inline-block;
    margin-top: 10px;
    /*border-style: solid;
    border-width: 1px;
    border-color: #0558a4*/
   
}

.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
    

}

#divFeePaymentValue {
    text-align: left;
}

.lblFeePaymentValue {
    display: inline-block;
    min-width: 70px;
    padding-left: 15px !important
}

.txtFeePaymentValue {
    min-width: 150px !important
}

.divFeeTermCond {
    text-align:left
}

.chkFeeTerms {
    display: block
}

.lblFeeTopUpInfo {    
    display: block;
    vertical-align: top;
    white-space: pre-wrap;
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px
}

.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
    }

/*[v40-Replace All End]*/


/* ==================================================
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*/

.lblPasswordChange {
    display: inline-block;
    min-width: 170px;
    margin-right: 5px
}

.txtPasswordChange {
    margin-left: 5px;
    width: 350px !important;
    /*[v41 Accesibility-start ]*/
    border-style: solid !important;
    border-width: 2px !important;
    border-color: black !important
    /*[v41 Accesibility-end ]*/
}

#btnChangePassword {
    margin-left: 210px
}
/*[v36-end]*/

/* ==================================================
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;
	/*[v41 Accesibility-start ]*/
	border-style: solid !important;
	border-width: 2px !important;
	border-color: black !important
	/*[v41 Accesibility-end ]*/
}

.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;
}
.divAccommodationRequestLateDeparture {
    margin-top: 10px;
    margin-bottom: 10px;
}

#divAccommodationRoomDetailDeparture {
    margin-top: 10px;
    margin-bottom: 10px;
}

.divAccommodationRequestEarlyDate,
.divAccommodationRequestEarlyReason,
.divAccommodationRequestLateDate,
.divAccommodationRequestLateReason {
    text-align: left;
    margin-top: 2px;
}
.lblAccommodationArrivalLabel,
.lblAccommodationDepartureLabel {
    padding-left: 0px;
    display: inline-block;
    text-align: right;
    width: 200px;
}

/*[v41-start]*/
#divAccommodationEarlyArrivalInfo, #divAccommodationLateDepartureInfo {  
}

.txtAccommodationEarlyArrivalInfo, .txtAccommodationLateDepartureInfo {
    width: 100%;
    margin-top: 3px;
    min-height:60px    
}
/*[v41-end]*/


/* 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;
	/*[v41 Accesibility-start ]*/
	border-style: solid !important;
	border-width: 2px !important;
	border-color: black !important
	/*[v41 Accesibility-end ]*/
}

#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 */

/* ==================================================
   Accommodation Licence
================================================== */
#divMainAccommodationRoom{
    text-align:center
}

/*[v36-start]*/
/* ==================================================
   Multi Factor Authentication
================================================== */
#divMFAMain {
    text-align: center;
     
}
#divMFA {
    margin-top:20px;
    display: inline-block;
    min-width: 350px;
    border-style:solid;
    border-width: 1px;
    border-color:gray;
    padding:5px
}

#divMFAHeader{
    
}
#divMFAEmail {
    display: block;
    
}
#divMFAEmailList {
}
#divMFASendEmail {
   
}
.lblMFASendEmailInfo{
    width:350px !important
}
.btnMFAButton {
    margin-bottom: 10px !important;   
}
.lblMFAEmailList{margin-right:10px}
.lblMFAPasscode {
    margin-right: 10px
}


/*[v36-end]*/

/* ==================================================
ResetPassword.aspx
================================================== */
/*[v37-start]*/

#divResetPassword {    
    text-align: center;   
    margin-top: 20px;
    padding: 5px;
}

#divResetEmail {    
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px
}

.lblResetEmail {
    display: inline-block;   
    margin-right: 5px
}

.txtResetEmail {
    margin-left: 5px;
    width: 350px !important
}

#btnSendResetEmail {
    margin-left: 210px
}

.lblResetInfo {
    display: block;    
    white-space: pre-wrap;    
}

/*[v37-end]*/

/*[v40-start]*/
/* ==================================================
   WorldpayPayment.aspx 
   ================================================== */

#divWorldpayPaymentMain {
    text-align: center;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: whitesmoke;
    padding: 5px
}

.lblWorldpayPaymentItemDescription {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px
}

.lblWorldpayPaymentTransactionAmount {
    display: block;
    padding-bottom: 10px;
}

    .lblWorldpayPaymentTransactionAmount:before {
        content: 'Amount: £';
    }

#divWorldpayPaymentPayNow {
    text-align: center;
    margin-top: 20px;
}

#divWorldpayPaymentPayLater {
    text-align: center;
    margin-top: 10px;
}

#txtWorldpayPaymentPayLaterLink {
    width: 98%;
    white-space: pre-wrap;
    margin-top: 5px;
    min-height: 80px;
    padding: 5px
}

.btnWorldpayPaymentButton {
    min-width: 180px;
}
/*[v40-end]*/

/* ==================================================
FailedPayment.aspx
================================================== */
/*[v41-start]*/
#divFailedPayment {
    text-align: center;
    margin-top: 20px
}

#divFailedPaymentReturnLink {
    margin-top: 20px
}

#divFailedPaymentRetryLink {
    /*NOT IN USE*/
}
/*[v41-end]*/


/* ==================================================
   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: left
        }



    

    .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;
    }
}
