﻿

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
	
}

body {
    margin: 0;   
	
}

/*v17*/
.footer {
    background-color: 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: 2.5em;
    margin: .67em 0;
    color: #3b3e43;
}
h2 {
    margin-top: 0.8em;
    margin-bottom: 0.1em;
    color: #3b3e43;
}
h3 {
    margin-top: 0;
    margin-bottom: 0.2em;
    background-color: #9D2235;
    color:white
}
h4 {
    margin-top: 0.6em;
    margin-bottom: 0.1em;
    background-color: #9D2235;
    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: "GillSansMTStd-Light",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: "GillSansMTStd-Light",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
}

img{
image-rendering: pixelated;
}

/* ==================================================
   Global
   ================================================== */

*

*,
*:before,
*:after {
    box-sizing: inherit;
}

html,
body {
    /*max-width: 100vw;*/
}

html {
    box-sizing: border-box;
    font-family: "GillSansMTStd-Light",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;    
    cursor: pointer;
    -webkit-appearance: none;
}

button,
input[type=submit],
input[type=button] {
    background-color: white;
    color: black;
	 -moz-border-radius: 20px;
    -webkit-border-radius: 20px;    
    border-radius: 20px;
	border-color:#9D2235;
	border-width:2px
}
    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: #9D2235;
		color:white
    }
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)*/
}

#divMasterMenus {
    background-color:#7a0827
    
}
#fsdNavMenu {
    /*center menu*/
    max-width: fit-content;
    margin-inline: auto;
}

.MainMenu {
    margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	color:white;
	background-color:#7a0827
    
}
    .MainMenu a {/*v17*/
        color:white;
    }

    .MainMenu ul {
       min-width:100% !important;
	   
    }
   
    .MainMenu li {        
    }

   

    .MainMenu li a {
       padding-right: 20px !important;
            padding-bottom: 5px !important;
            padding-left: 10px !important;
            padding-bottom: 5px !important;
            line-height: 1.3;
		
    }

      
	
	/*To create line under on hover*/
    .MainMenu ul li a::after {
	  position: absolute;
	  content: "";
	  width: 80%;
	  height: 3px;
	  top: 90%;
	  left: 5%;	  
	   background: white;
	  transition: transform 0.5s;
	  transform: scaleX(0);
	  transform-origin: right;
	}
	.MainMenu ul li a:hover {
	  color:white
	}
	.MainMenu ul li a:hover::after {
	  transform: scaleX(1);
	  transform-origin: left;
	}
	
	.MainMenu a.selected::after{
		transform: scaleX(1);
	  transform-origin: left;
	}
	
	.Level2Style:hover {
		color:#7a0827 !important
}
        
	.Level2Style {		
		background-color:white;
		color:grey !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;   */ 
	height:150px;
	background-color:#7a0827
    
}

#imgLogo {    
    float: left;   
    display:inline-block;
	margin-left:1%
}

#lblHeaderTitle {
     display: inline-block;
	 font-weight: 600 !important;
	 font-size: 1.45rem;
	 margin-left: 10%;
	 margin-top: 20px;
	color:white
}

#pnlMemberName {
    float: right;
    margin-right: 20px;
    margin-bottom:5px
}
#lblMemberName{	
	color:white;
}


   

	.divHplLogOut {
		display: block;
		background-color: #7a0827 !important;
		color: white !important;
		padding: 0px;	
		text-align:right;
		margin-top:7px		
	}
   
   .hplLogoOut {
    background-color:#7a0827 !important;
	color:white !important;
	padding:6px !important;
	 -moz-border-radius: 20px;
    -webkit-border-radius: 20px;    
    border-radius: 20px;	
	border-width:2px;
	
}

    .divHplLogOut a:link {
        color: white;
        text-decoration:none
    }

    .divHplLogoOut a:visited {
        color: white;
    }
	
	.divHplLogOut a:hover {
        color: #7a0827;
        
    }
	
	 .hplLogoOut:hover {
        background-color:white !important;
		color:#7a0827 !important
    }
	 .divHplLogOut:hover {
        /*background-color:white !important;
		color:#7a0827 !important;*/
    }
   
}
  
/* ==================================================
   Default.aspx
   ================================================== */
#divDefCont {
    margin-top: 70px
}
	.divLogin {
		background-color: whitesmoke;
		padding: 10px;
		color: black;
		text-align: right;
		float: left;
	}
    .divLogin ::after {
        
    }
	.divLoginInfo{    
	}
	.lblLoginInfo {
	}

	.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 {
}

#divLoginDOBDate {
}
.LoginLabel{display:none}
.LoginField {   
    width: 350px !important;
}
	
.LoginDOBLabel{
}

#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;
	margin-bottom: 30px;
	margin-left:10px;
	margin-right:10px
}

#divDefInfo :before {}

.lblDefInfoHeaderCell {/*default h3*/
    margin-top: 20px !important;
	font-size: 0.7em   
}
.lblDefInfoCell {    
}

/*[v36-end]*/

/*[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
    
}
#divMainHeader{}
.lblDaySelected { /*default font h2*/   
    display: none
}
.Calendar {    
    height: 375px;
    border-style: none;
    background-color: rgb(245,245,245);
    padding: 2px;
    margin: 0px;
    font-family: "GillSansMTStd-Light",sans-serif;
    border-collapse: collapse;

}

    /**/ .Calendar tr:first-child {
        background-color: #9D2235 !important;
    }

    .Calendar td {
		min-width: 45px
    }

    .Calendar a {
        text-decoration: none;
        color: black;
        padding: 2px;
    }


    .Calendar .CalendarTitle {
        font-weight: bold;
        color: #FFFFFF;
        background-color: #9D2235;
        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;
    }
	/*[v36-start]*/
    .Calendar .CalendarDayNotAvailable {
        background-color: lightgray;
        text-decoration:line-through;
        align-content: center;
    }
    /*[v36-end]*/
    .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}

/*[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;
	 /*[v36-start]*/
    margin-bottom: 30px
    /*[v36-end]*/
}

#divBlockBook{
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    background-color: rgb(245,245,245);
}
    #divBlockBook * {
        margin: 2px
    }

/*check boxes below default is class checkBox*/
.chkBBDay,
.lstBBDietary {
    overflow: hidden;
    white-space: nowrap;
}

.lblSDinfo{}

.lblBBDietaryHeader{}

.lblBBAdditionalDietaryInfo {
    display: block;
    min-width: 300px;
    vertical-align: top;
    padding-top:5px;
}
.txtBBDietaryInfo {
    display: block;
    width:98%;
	 /*[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;
	/*[v36-start]*/
    margin-bottom: 30px
    /*[v36-end]*/
}
#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: center;
        
}

    #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;
    width: 70px !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 {
    margin-bottom: 30px;
    text-align: center
}

#divFees {
}

    #divFees * {
        margin: 2px;
        
    }

#divFeesBalanceAndPayment {
    display: inline-block;
    margin-top: 10px;
    /*border-style: solid;
    border-width: 1px;
    border-color: rgb(190, 46, 18)*/
   
}

.fdsFeeOrCharge {
    display: inline-block;
    text-align: left;
    margin-top: 0px !important;
    background-color: #d9e3e9;
    vertical-align: top;
    min-width: 300px;    
}

.lblFeesBalance {
    margin-bottom:10px !important;    
}

.divFeePayments {
    vertical-align: top;
    margin-top: 0px !important;
    background-color: #d9e3e9;
    min-width: 300px;
}

.listFeeTypes{margin-bottom:10px !important}

.lblFeesPaymentsHeader {
}

.divFeePaymentType {
text-align:left;

}

.lstFeePaymentTypes {
    min-width: 150px !important;
    
}

.lblFeePaymentType {
    display: inline-block;
    min-width: 70px;
    padding-left:10px
    

}

.lblFeePaymentValue {
    display: inline-block;
    min-width: 70px
}

.txtFeePaymentValue {
    min-width: 150px !important
}

.divFeeTermCond {
}

.chkFeeTerms {
    display: block
}

.lblFeeTopUpInfo {
    display: block
}

.lblFeeTopUpError {
    display: block
}

.divFeeChargesHistory {
    display: inline-block;
    text-align: center;
    margin-top: 10px !important;
    background-color: #d9e3e9;
    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
================================================== */

/*[v36-start]*/
/*[v36-replace]*/
#divMonekMain {
    min-width: 360px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-style: solid;
    border-width: 1px;
    background-color: #d9e3e9;
}

#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 {
}

/*[v36-end]*/
/* ==================================================
ChangePassword.aspx
================================================== */
/*[v36-start]*/
/*[v36-replace]*/
#divChangePassword {
    margin-left: 35%;
    margin-right: auto;
    display: block;
    min-width: 400px;
    margin-top: 20px;
    padding: 5px;
}

#divNewPassword {
    margin-bottom: 5px;
    margin-top: 5px;
	margin-left:0px
}

.lblPasswordChange {    
    min-width: 175px;
    margin-right: 0px;
	float:left
	
}

.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;    
    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;
    /*[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;
    width:400px;
    text-align:center;
    font-size:large
}

.divFlywirePayerRow {
    display: block;
    margin-bottom: 5px
}

.divFlywirePayerLabelCell {
    display: block
}

.divFlywirePayerTextBoxCell {
    display: block
}

.txtFlywirePayerTextBox {
    width: 400px
}

.lblFlywirePayRequiredCell {
    display: inline-block;
    color: red;
    font-size:large;
    vertical-align:top;
    width:10px;
    text-align:right
}
.divFlywirePayErrorRow {
    width:340px;
    margin-bottom:10px;   
}
.lblFlywireError{
    display:inline-block;
    color:red;
    width:400px;    
    margin-bottom:10px !important
}
#divPayLater{
    text-align:left
}
#lblPayLaterInfo{
    font-size:larger
}
#flywireCopyLink{
    text-align:center
}
#txtPayLaterLink {
    width: 98%;
    white-space: pre-wrap;
    height:80px;   
   padding:5px
    
}
#divEnd {
    text-align: center;
}

/* ==================================================
  Alert/Popup used on Flywire.aspx
================================================== */
/* Popup container */
.popup {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* The actual popup */
    .popup .popuptext {
        visibility: hidden;
        width: 160px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -80px;
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class - hide and show the popup */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ==================================================
Transfermate Payment
================================================== */
.fdsTransfermateDetails {
    display: inline-block;
}

#divTransfermateMain {
    width: 450px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-style: solid;
    border-width: 1px;
    background-color: whitesmoke;
}

#divTransfermateDescription {
    margin-top: 5px;
    margin-right: 5px
}

.lblTransfermateItemDescription {
    display: block
}

.lblTransfermateTransactionAmount:before {
    content: '£';
}

.lblTransfermateHeader {
    display: block;
    margin-bottom: 10px;
    width: 400px;
    text-align: center;
    font-size: large
}

.divTransfermateRow {
    display: block;
    margin-bottom: 5px
}

.divTransfermateLabelCell {
    display: block
}

.divTransfermateTextBoxCell {
    display: block
}

.txtTransfermateTextBox {
    width: 400px
}

.lblTransfermateRequiredCell {
    display: inline-block;
    color: red;
    font-size: large;
    vertical-align: top;
    width: 10px;
    text-align: right
}

.divTransfermateErrorRow {
    width: 340px;
    margin-bottom: 10px;
}

.lblTransfermateError {
    display: inline-block;
    color: red;
    width: 400px;
    margin-bottom: 10px !important
}



#divTransfermateEnd {
    text-align: center;
}

/* ==================================================
   MonekPayment.aspx 
   ================================================== */

#divMonekPaymentMain {
    text-align: center;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: whitesmoke;
    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;
    height: 80px;
    padding: 5px
}

.btnMonekPaymentButton {
    width: 180px;
}

/* ==================================================
   MemberDetails.aspx 
   ================================================== */

/*July 2022 - bank details*/
#divMainMemberDet {
    margin-bottom: 30px;
    text-align: center
}
    .lblMemberBankHeader {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding:2px
    }
#divMemberBank {
    display:inline-block;    
    text-align: left;
    background-color: rgb(245,245,245);
    vertical-align: top;
    margin-top: 10px !important;
    padding:5px
}
.divMemberBankRow{
    margin-top:10px
}
.lblMemberBank {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    height: 30px;
    width: 150px;
    padding-top: 5px;
    text-align:left
}
.chkMemberBankClear {
    margin-left: 165px;
}
.chkMemberBankClear label {
    padding-left: 5px;
}
.txtMemberBankAccountName{
    width:350px
}
.txtMemberBankSortCode {
    width: 100px;
    text-align:center
}
.txtMemberBankNumber{
    width:150px;
    text-align:left
}
.txtMemberBankPayRoll {
    width: 200px;
    text-transform: uppercase;
}
#divMemberBankSubmit{
    margin-top:10px;
    margin-left:160px
}
.lblMemberBankUpdateInfo{
    
}
/* ==================================================
   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
}

/* ==================================================
   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;
       margin-left:10%;
			 margin-right:10%
    }

        .MainMenu ul {
            
            
        }
            .MainMenu li {
            display: block !important;            
            text-align: center;
             width: 100%;
             
        }
        .MainMenu a{display:block}

	.Level2Style {text-align:center !important}


        .footer {
            /*position: sticky;
        position: -webkit-sticky;
         position: static*/
        }

    #pnlHeader {
        height: 210px
    }
    #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;
    }
}
