

/* ===========================================================
   DONT CHANGE THIS AT ALL
    DONT CHANGE THIS AT ALL
    DONT CHANGE THIS AT ALL
    DONT CHANGE THIS AT ALL
    DONT CHANGE THIS AT ALL
    DONT CHANGE THIS AT ALL
    DONT CHANGE THIS AT ALL
    DONT CHANGE THIS AT ALL
    DONT CHANGE THIS AT ALL
    DONT CHANGE THIS AT ALL
    DONT CHANGE THIS AT ALL
    DONT CHANGE THIS AT ALL
    DONT CHANGE THIS AT ALL
    DONT CHANGE THIS AT ALL

   ========================================================================== */






/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
    font-family: 'Montserrat Alternates', sans-serif;
    
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
       border-top: 2px dashed #F8981D;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


.highlightGood {
    color: #A9C355;
}

.highlightBad {
    color: #a40102;
    font-weight: 400;
}

.errorText {
    background-color: #a40102;
    color: #FFF;
    padding: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #f93737;
}




/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font-size: 1em;
}

.wrapper {
    width: 100%;
   
    min-width: 320px;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    padding-bottom: 0px;
}

.footer-container,
.main aside {
}

.header-container,
.footer-container,
.main aside {
}

.title {
    color: white;
}

#logo {
    vertical-align: bottom;
}

/* ==============
       Footer
   ============== */

#footFooter {
    text-align: center;
}





/* ==========================================================================
   Author's custom styles
   ========================================================================== */









/* ==========================================================================
   TopStuff
   ========================================================================== */



#logmein {

}


#top-stuff {
    position: absolute;
    top: 0px;
    text-align: center;
    overflow: hidden;
    z-index: 9999;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

@media only screen and (max-width : 480px) {
    #top-stuff {
        left: 8px;
    }
}

#Master_loginPanel {
    text-align: center;
}

#Master_loggedinPanel {
}


#Master_lblPass {
    margin: 3px;
}

#Master_lblEmail {
    margin: 3px;
}

#Master_imgAlert {
    vertical-align: text-bottom;
}




/*-- Toolbar User Name & greeting --*/

#Master_inputPassword {
    width: 100px;
}

#Master_inputEmail {
    width: 100px;
}


#menu {
}

    #menu, #menu ul {
        min-width: 100px;
        font-size: 14px;
        color: #fff;
        list-style-type: none;
        padding: 0px;
        margin: 0;
        text-align: center;
    }

        #menu li {
            cursor: pointer;
            padding: 0px;
            margin: 0;
        }

#Master_imgMan, #Master_imgAdmin {
    vertical-align: -2px;
}


#menu li li {
    cursor: auto;
    border: 0;
    margin: 0;
    text-align: center;
    line-height: 27px;
}

    #menu li li a:hover {
        display: block;
    }



#menu .logout {
    border-top: solid 1px black;
    background-image: url(images/sign-out.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
}

    #menu .logout a:hover {
        background-image: url(images/sign-out.png);
        background-repeat: no-repeat;
        background-position: 8px 8px;
    }




/* ==============
    Nav
   ============== */



/* ==============
    MOBILE: Main
   ============== */

.main {
}

    .main article h1 {
        font-size: 2em;
    }

    .main aside {
        color: white;
        padding: 0px 5% 10px;
    }

.footer-container footer {
    color: #455868;
}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/*************************/
/*****     PODS      *****/
/*************************/

#defaultMWCF {
    /*background-color:aliceblue;*/
}


.pod {
    float: left;
    display: inline-block;
    margin: 2%;
    top: 0;
    bottom: 0;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}

.OnePodRow, .TwoPodRow, .ThreePodRow, FourPodRow, .TwoPodRowRight, .TwoPodRowLeft, .ThreePodRowLeft, .ThreePodRowRight {
    float: left;
    width: 100%;
    margin: 0 auto;
}

.podText {
    padding: 5px;
}

@media only screen and (min-width: 768px) {

    .OnePodRow > .pod {
        width: 96%;
    }

    .TwoPodRow > .pod {
        width: 46%;
    }

    .ThreePodRow > .pod {
        width: 29.33%;
    }

    .FourPodRow > .pod {
        width: 21%;
    }

    .TwoPodRowRight > .pod:last-child {
        width: 62.66%;
    }

    .TwoPodRowRight > .pod:first-child {
        width: 29.33%;
    }

    .TwoPodRowLeft > .pod:last-child {
        width: 29.33%;
    }

    .TwoPodRowLeft > .pod:first-child {
        width: 62.66%;
    }

    .ThreePodRowLeft > .pod:last-child, .ThreePodRowLeft > .pod:nth-child(2) {
        width: 21%;
    }

    .ThreePodRowLeft > .pod:first-child {
        width: 46%;
    }

    .ThreePodRowRight > .pod:first-child, .ThreePodRowRight > .pod:nth-child(2) {
        width: 21%;
    }

    .ThreePodRowRight > .pod:last-child {
        width: 46%;
    }


    .ThreePodRowCenter > .pod:first-child, .ThreePodRowCenter > .pod:last-child {
        width: 21%;
    }

    .ThreePodRowCenter > .pod:nth-child(2) {
        width: 46%;
    }
}


@media only screen and (max-width: 768px) {

    .pod {
        width: 96%;
    }
}



/*************************/
/***** Form Fields   *****/
/*************************/

.formFieldlegend {
    padding: 0.2em 0.5em;
    margin-left: 3%;
}


.formField {
    width: 90%;
    margin: 10px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (min-width: 768px) {

    .formField {
        width: 45%;
    }
}


/**************************/
/***** Table Cells   *****/
/**************************/

.paddedCell {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 1em;
}

.paddedCellAlt {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 1em;
}


.paddedCellHead {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
}


.paddedCellHeadAlt {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 1em;
    font-weight: bolder;
}


/*************************/
/***** Page Headers    ***/
/*************************/












/********************/
/***  Menu.aspx   ***/
/********************/

#ordering {
    max-width: 1024px;
    margin: 0 auto;
}

/****************/
/***  cart    ***/
/****************/

#cart {
    margin-left: 8px;
    width: 280px;
    float: right;
    text-align: center;
    position: relative;
    padding: 4px;
    overflow-y: scroll;
    padding: 5px;
    z-index: 50;
}




.cartPanel {
    vertical-align: bottom;
}


#voucherText, #vatBreakdown {
    padding-top: 5px;
}

/*************
.checkoutButton {
    font-size: 1.6em;
}

    .checkoutButton a {
        color: #A6C637;
    }

        .checkoutButton a:hover {
            color: #F68B15;
        }


.cartCheckout {
    font-size: 1.6em;
}

    .cartCheckout a {
        color: #C52525;
    }

        .cartCheckout a:hover {
        }***/


a#Master_CPH1_lnkCheckout {
    display: block;
    text-align: center;
    float: right;
}



/******************/
/*** footCart   ***/
/******************/


#footCart {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 100;
}

    #footCart a {
        text-decoration: none;
    }


#footCartDetails {
    display: block;
    font-weight: bold;
    padding: 6px 4px;
    text-align: center;
    font-size: 14px;
    margin: 5px 3px;
    float: left;
}


#lnkFootCheckout {
    display: block;
    font-weight: bold;
    padding: 6px 4px;
    text-align: center;
    font-size: 14px;
    margin: 5px 3px;
    float: right;
}



#footCartAdd {
    display: block;
    font-weight: bold;
    padding: 6px 4px;
    text-align: center;
    font-size: 14px;
    margin: 5px 3px;
    float: right;
}




/**************************/
/***  Sliding catnav    ***/
/**************************/


#navigation {
    position: relative;
    text-align: left;
}

    #navigation ul.catNav {
        position: absolute;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        font-weight: bold;
    }

        #navigation ul.catNav li {
            font-size: 16px;
            font-weight: bold;
            padding: 0px 6px 0px 6px;
        }

    #navigation .catNavli {
    }

        #navigation .catNavli a {
            display: block;
        }



/*************************/
/*** Repeating Catnav  ***/
/*************************/

.menuTd ul.catNav {
    list-style: none;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
}

    .menuTd ul.catNav li {
        display: inline;
        display: inline-block;
        zoom: 1;
        text-transform: uppercase;
        line-height: 2.4;
    }

#CategoryRepeater {
    margin-top: 50px;
}

.jumper {
    padding: 2px 5px;
}

/******************************/
/** Menu.aspx media queries  **/
/******************************/


@media only screen and (min-width: 769px) {

    #footCart {
        display: none;
    }

    .menuTd .catNav {
        display: none;
    }

    .menu {
        margin-left: 214px;
    }


    .menuTable {
        max-width: 510px;
    }
}

@media only screen and (max-width: 769px) {

    .cart {
        display: none;
    }

    #navigation .catNav {
        display: none;
    }
}




/*@media all and (orientation:portrait) {
    #footCart {
        display: inline;
    }

    .menu {
        margin-left: 0px;
    }

    .menuTd .catNav {
        display: inline;
        text-align: center;
    }

    #navigation .catNav {
        display: none;
    }
}


/*************************/
/*** Menu Cat Header   ***/
/*************************/



#menuTopMiddleAndBottom {
}


#lblMenuTop {
    white-space: nowrap;
}

.catTable {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}





.catDescription {
    
    text-align: center;
    margin: 10px;
}

.catHead {
}




.dishNameTd {
    width: auto;
    font-size: 18px;
    padding: 6px;
    margin: 0px;
    margin-top: 6px;
}


.DescDishDesc {
    padding-left: 8px;
}


.dishBottomTr {
}


.dishDescriptionTd {
    vertical-align: top;
   
    padding-left: 10px;
    
    text-align: left;
    width: 99%;
}


.descPic {
    float: left;
    display: none;
}

.descPrice {
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
}

.buy {
    position: relative;
    background-image: url(images/order.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 3px;
    height: 30px;
}

    .buy:hover {
        background-image: url(images/orderHover.png);
    }


.dishPriceTd {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 12px;
    vertical-align: bottom;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

.dishCartTd {
    vertical-align: bottom;
}


/**************************/
/****   options.ASPX   ****/
/**************************/
/**************************/
/*****   Menu Modal   *****/
/**************************/


.optionHead {
}



#optionsQuanBut {
    padding-top: 10px;
    white-space: nowrap;
}

#optionsCancel {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8px;
}


#Master_CPH1_ifOptions {
    width: 100%;
    height: 95%;
    overflow-y: auto;
}


#modalWindow {
    width: 90%;
    height: 90%;
    font-size: 12px;
}

#modalButtClose {
    float: right;
    margin-right: 20px;
}

#lblOptionsTop {
    font-weight: bold;
}

#CPH1_ifOptions {
    width: 100%;
    height: 95%;
    overflow-y: auto;
}

#whitebody {
    font-size: 12px;
    font-weight: bold;
    background-image: none;
}

#Form2 {
}


#divOptions {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

#optionsTop {
    -webkit-transform: translate3d(0, 0, 0);
    position: fixed;
    top: 10px;
    left: 10%;
    width: 80%;
    margin: auto;
    z-index: 100;
    padding: 5px;
    width: 80%;
}

#lblOptionsDishName {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    padding-right: 20px;
}

#lblOptionsDishDescript {
    display: none;
}

#lblOptionsBasicDishBlurb {
    font-size: 14px;
}

#lblOptionsBasicDishPrice {
    padding-left: 10px;
    font-size: 14px;
}

#udpNewPrice {
    font-size: 16px;
}

#pnlOptions {
    margin-top: 45px;
}

@media only screen and (max-width: 650px) {

    #pnlOptions {
        margin-top: 90px;
    }
}



#PnlOp1 {
    text-align: center;
}



.listy {
    margin: auto;
    padding: 8px;
    margin-top: 0px;
    margin-bottom: 8px;
}


.listy {
}


    .listy input {
        margin: 3px;
        border: none;
    }

    .listy label {
        margin-right: 8px;
    }

    .listy table {
        margin: auto;
    }

    .listy tr {
    }


    .listy td {
        text-align: left;
        height: 12px;
        vertical-align: top;
    }


#optionsBottom {
    vertical-align: central;
    margin: auto;
    width: 100%;
}


#lblNoteBlurb {
}

#txtNote {
    margin-top: 10px;
}


#optionsDishNotes {
}

#optionsQuanBut {
    padding-top: 10px;
}






.activeStage {
    font-size: 140%;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}



#optionsOK2 {
    margin-top: 10px;
}



/**********************/
/*** Register.aspx  ***/
/**********************/

#Master_CPH1_ddlAddresses {
    max-width: 250px;
}

#ffRegisterAccount, #ffRegisterPersonal {
    height: 400px;
}

#ffRegisterTerms, #ffRegisterAddress {
    height: 550px;
}

@media only screen and (max-width: 768px) {

    #ffRegisterAccount, #ffRegisterPersonal, #ffRegisterTerms, #ffRegisterAddress {
        height: auto;
    }
}



/**********************/
/*** editUser.aspx  ***/
/**********************/

#ffeditUserYou, #ffeditUserPersonal {
    height: 400px;
}

@media only screen and (max-width: 768px) {

    #ffeditUserYou, #ffeditUserPersonal {
        height: auto;
    }
}


/***********************/
/***  choice.aspx    ***/
/***********************

    Auto 2 colum method ....

#choiceTakeaway, #choiceDelivered, #choiceRounds, #choiceReservation {
    float: left;
    width: 85%;
    margin-left: 5%;
}




@media only screen and (min-width: 768px) {

    #choiceTakeaway, #choiceDelivered, #choiceRounds, #choiceReservation {
        width: 42%;
        margin-left: 2%;
    }
}
/


/***********************/
/***  choice.aspx    ***/
/***********************/


#choiceTakeaway, #choiceDelivered, #choiceRounds, #choiceReservation {
    float: left;
    width: 85%;
    margin-left: 5%;
}





/**********************/
/*** login.aspx  ***/
/**********************/

#loginMWCF {
    text-align: center;
    margin-bottom: 200px;
}

#Master_CPH1_btnLogin {
    margin: 10px;
}



/**********************/
/*** checkout.aspx  ***/
/**********************/



#ffCheckoutOrderSummary, #ffCheckoutPayment {
}

#Master_CPH1_pnlVoucherBox {
}

#Master_CPH1_btnChangeRound {
    margin-bottom: 40px;
    margin-left: 15px;
}

#vouchValid {
}


#Master_CPH1_tbCustomerMessage {
    border: solid 1px black;
    background-color: #F7F4E3;
}

#Master_CPH1_lblUserMsg {
    display: inline-block;
}


#checkoutButtons {
    white-space: nowrap;
    display: inline-block;
    margin-top: 20px;
}


#ffCheckoutOrderSummary, #ffCheckoutOrderItems, #ffCheckoutTime, #ffCheckoutPayment, #ffCheckoutRound, #ffCheckoutDelivery {
    float: left;
    width: 85%;
    margin-left: 5%;
    vertical-align: top;
}

.tblCheckout {
    display: inline-block;
    margin: 5px;
}


#Master_CPH1_radPayType {
    text-align: left;
    display: inline-block;
    margin: 10px;
}

#Master_CPH1_radPayType_0, #Master_CPH1_radPayType_1, #Master_CPH1_radPayType_2, #Master_CPH1_radPayType_3, #Master_CPH1_radPayType_4, #Master_CPH1_radPayType_5, #Master_CPH1_radPayType_6 {
    margin-right: 6px;
}

#Master_CPH1_lblChooseTimeText {
    margin: 15px;
    display: block;
}

#Master_CPH1_imgCalendar {
    margin-left: 10px;
}


.chkoutSummaryItem {
    margin-bottom: 10px;
    padding-bottom: 10px;
}


#Master_CPH1_btnEditDetails, #Master_CPH1_btnApplyVoucher, #Master_CPH1_btnChangeType, #Master_CPH1_btnReturnToMenu, #Master_CPH1_tbPONo, #Master_CPH1_tbCustomerMessage, #Master_CPH1_btnChangeDelAddress, #Master_CPH1_btnApplyVoucher {
    margin: 10px;
}

#checkoutTimeTable {
}

#Master_CPH1_btnReturnToMenu {
    margin-top: 20px;
}

/**************************/
/*** deliveryaddress.aspx  ***/
/**************************/

#deliveryAddressMWCF {
    text-align: center;
}

#deliveringToFF .innertable {
    margin: 0 auto;
}

#deliveringToFF .innertableTD {
    text-align: right;
    padding-right: 10px;
    height: 30px;
    white-space: nowrap;
}







/**************************/
/*** SPSvrPayment.aspx  ***/
/**************************/

#SPSvrPaymentFF {
    float: left;
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
}

#Master_CPH1_paymentIFrame {
    width: 100%;
    height: 500px;
    margin: 0px;
    padding: 0px;
}

@media only screen and (max-width: 640px) {
    #Master_CPH1_paymentIFrame {
        height: 650px;
    }
}



/**************************/
/***  cart.aspx    ***/
/**************************/

#cartFF {
    float: left;
    width: 85%;
    margin-left: 5%;
}


#cartButtons {
    white-space: nowrap;
    display: inline-block;
    margin-top: 20px;
}



/********************/
/***  map.aspx    ***/
/********************/

#mapContainer {
    position: relative;
    height: 500px;
}



#map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}



/**************************/
/***  thanks.aspx    ***/
/**************************/

#thanksFF {
    float: left;
    width: 85%;
    margin-left: 5%;
}


/**************************/
/***      ***.aspx      ***/
/**************************/
#registerMWCF, #generalServerErrorMWCF, #contactMWCF, #lostPasswordMWCF, #lostPasswordMWCF, #contactMWCF, #checkoutMWCF, #roundOrderChangeMWCF, #manualverificationMWCF, #registerMWCF, #cartMWCF, #postcodesMWCF {
    text-align: center;
}
