﻿body {
    font-family: Arial, Tahoma;
    font-size: 14px;
    height: 100%;
    height: -webkit-fill-available;
    background-color: #EAEAEA;
    margin: 0px;
}

html {
    height: 100%;
    height: -webkit-fill-available;
}

form {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-style: none;
    overflow-x: hidden;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    position: relative;
}

#divPleaseWait {
    border-style: solid;
    border-width: 2px;
    border-color: #F0BF4E;
    background-image: url(images/pleasewait.png);
    position: fixed;
    width: 200px;
    height: 50px;
    font-size: 24px;
    padding: 20px 0px 0px 0px;
    display: none;
    /*margin-top: -15px;
    margin-left: -75px;*/
    top: calc(50% - 25px);
    left: calc(50% - 100px);
    text-align: center;
    border-radius: 10px;
    z-index: 9999;
}

.offline {
    background-image: url(images/maintenance.gif);
    background-position: 4px 4px;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    padding: 10px 10px 10px 140px;
    min-height: 100px;
}

li ~ li {
    margin-top: 0.2em !important;
}

input[type="text"], input[type="date"], select, textarea {
    font-size: 100%;
    border-style: solid;
    border-color: #888888;
    border-width: 1px;
    font-family: Arial;
    padding: 2px;
}

.pageheader {
    background-color: #4444AA;
    color: #FFFFFF;
    display: flex;
    height: 60px;
    position: relative;
    border-color: #3dbfe0;
    border-style: solid;
    border-width: 0px 0px 4px 0px;
}

.pagetitle {
    flex: 1; /* grow */
    padding: 5px;
    overflow: hidden;
}

    .pagetitle h1 {
        margin-top: 0px !important;
        margin-bottom: 2px !important;
        display: inline-block;
        font-weight: normal;
    }

.subtitle {
    display: block;
    font-size: 16px;
}

.highlightline {
    margin-top: 6px;
}

.pagefooter {
    background-color: #4444AA;
    color: #FFFFFF;
    border-color: #3dbfe0;
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    padding: 5px;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 0px);
}

.mainarea {
    overflow: hidden;
    background-color: #ffffff;
    padding: 0px 10px 20px 10px;
    margin-bottom: 30px;
}

.relposition {
    position: relative;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 14px;
}

h3 {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 14px;
}

h4 {
    font-size: 15px;
    margin-bottom: 6px;
}

h5 {
    font-size: 14px;
    margin-bottom: 4px;
}

#divAttendeeDetails p {
    margin-block-end: 8px;
    margin-bottom: 8px;
}

.inlineheader {
    display: inline-block;
    width: 196px;
}


.bordertop {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #444444;
    padding-top: 8px;
    margin-top: 16px;
}

.hrseparator {
    width: 95%;
    margin-top: 20px;
    border-width: 1px 0px 0px 0px;
    border-color: #888888;
    margin-bottom: 5px;
}

.strongtext {
    font-weight: bold;
}

.typelink {
    display: inline-block;
    text-decoration: none;
    margin-right: 20px;
    text-align: center;
}

    .typelink a {
        text-decoration: none;
        color: #444444;
    }

        .typelink a:hover {
            color: #4444AA;
        }

.questionholder {
    clear: both;
    padding-top: 12px;
}

    .questionholder p {
        margin-top: 0px !important;
        margin-bottom: 15px;
    }

.questionmain {
    padding-right: 20px;
    width: 200px;
    float: left;
}

.questionsmall, .questionmid {
    padding-right: 20px;
    width: 200px;
    float: left;
}

.textboxholder {
    overflow: hidden;
    display: block;
}

.textboxholdermultiline {
    display: block;
    margin-left: 20px;
    margin-top: 12px;
    margin-bottom: 20px;
}

.fulltextbox, .fullquestion {
    width: 98%;
}

.smalltextbox {
    width: 136px;
}

.datetextbox {
    width: 110px;
}

.midlistbox, .midtextbox {
    width: 50%;
    min-width: 180px;
}

.smalllistbox {
    width: 150px;
}

.settingname {
    display: block;
    color: #000088;
    font-weight: bold;
}

.smallfont {
    font-size: 0.9em;
}

.smalltext {
    font-size: 0.85em;
}


.checkboxblock {
    padding-left: 20px;
    display: block;
    text-indent: -20px;
    margin-bottom: 2px;
}

.checkboxinline {
    margin-right: 20px;
}

.checkboxwide {
    display: inline-block;
    width: 240px;
}

.checkboxnarrow {
    display: inline-block;
    width: 185px;
}

.dropDownAssets {
    max-width: 360px;
}

.indent {
    margin-left: 15px;
    padding-right: 5px;
}

.requiredtext {
    color: #AA0000;
}

.infotext {
    display: inline-block;
    color: #444444;
    font-size: 12px;
    padding-left: 10px;
}

.infotextsub {
    display: block;
    color: #444444;
    font-size: 12px;
    padding-top: 4px;
}

.infotextpad {
    padding-left: 30px;
}

.infotextblock {
    display: block;
    color: #444444;
    font-size: 14px;
    margin-top: 10px;
}

.infotextnoleft {
    display: block;
    padding-left: 0px;
    margin-top: 10px;
}

.infosmall {
    display: inline-block;
    color: #444444;
    font-size: 80%;
    margin-left:5px;
}

.infobox {
    display: block;
    margin: 5px 0px 20px 0px;
    min-height: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    background-color: #FAFAFA;
    padding: 5px 5px 5px 50px;
    font-size: 14px;
    background-image: url(images/info.gif);
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

.infoboxnoborder {
    border-style: none;
    padding: 0px 0px 0px 35px;
    min-height: 30px;
    margin: 0px 20px 0px 50px;
    background-position: 0px 0px;
}

.infobar {
    display: block;
    margin: 5px 6px 20px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    background-color: #FAFAFA;
    padding: 5px;
    font-size: 14px;
}

.descholder {
    display: block;
    padding-bottom: 4px;
}

.descintro {
    display: inline-block;
    vertical-align: top;
    width: 80px;
}

.descdetail {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 90px);
}

.descdetailnowidth {
    display: inline-block;
    vertical-align: top;
}

.greentext {
    color: #008800;
}

.bluetext {
    color: #000088;
}

.redtext {
    color: #880000;
}

.discounttext {
    color: #008800;
    font-size: 14px;
    display: block;
    margin-top: 4px;
}


.infoerror {
    background-image: url(images/exclaimorange.gif);
}

.inlineinfo {
    margin-left: 300px;
    font-size: 14px;
    color: #A02C41;
    font-style: italic;
    margin-top: 5px;
}

.charactersused {
    font-size: 12px;
    color: #008800;
    display: inline-block;
    margin-left: 40px;
}

.notop {
    margin-top: 0px;
}

.nopaddingtop {
    padding-top: 0px;
}

.nobottom {
    margin-bottom: 0px;
}

.groupme, .groupmedistrict, .groupmevenue {
    display: inline-block;
    vertical-align: top;
}

.groupmeaddress, .groupmebasic {
    display: inline-block;
}

.groupmeother {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 10px;
}

.searchoptions {
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    border-radius: 5px;
    padding: 5px;
    background-color: #fefaf0;
}

.optiontext {
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
    padding-bottom: 6px;
}

.optiontextintro {
    min-width: 80px;
    padding-top: 2px;
}
.optiontextintronarrow {
    padding-top:4px;
}

.optiontextfixed {
    display: inline-block;
    padding-right: 0px;
    vertical-align: top;
    width: 124px;
    padding-bottom: 6px;
}

.optionmargin {
    margin-right: 40px;
}

.weekday {
    font-size: 80%;
    color: #6A6A6A;
}

.cancelheader {
    display: block;
    background-image: url(images/exclaimorange.gif);
    background-position: 4px 4px;
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-top: 2px;
}

.canceldetail {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    padding: 5px 10px;
    margin: 10px 0px 10px 70px;
}

.cvInfo {
    margin: 10px 0px 10px 0px;
    display: block;
    padding: 5px 5px 0px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    border-radius: 5px;
    background-color: #FAFAFA;
    background-image: url(images/exclaimorange.gif);
    background-repeat: no-repeat;
    background-position: 4px 8px;
}

    .cvInfo li {
        margin-top: 2px !important;
        line-height: 1.2em !important;
    }

.maintenance {
    margin: 20px 0px 10px 20px;
    display: block;
    padding: 5px 5px 0px 140px;
    min-height: 120px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    border-radius: 5px;
    background-color: #FFFFFF;
    background-image: url(images/maintenance.gif);
    background-repeat: no-repeat;
    background-position: 4px 8px;
}

.expiredinfo {
    margin: 10px 0px 10px 0px;
    min-height: 36px;
    display: block;
    padding: 5px 5px 5px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    border-radius: 5px;
    background-color: #FAFAFA;
    background-image: url(images/exclaimorange.gif);
    background-repeat: no-repeat;
    background-position: 4px 6px;
    font-size: 12px;
}

.exclaimsmall {
    background-image: url(images/exclaimorange.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 40px;
    padding-bottom: 0px;
    min-height: 30px;
    display: block;
    margin-left: 40px;
}

.processinfobox {
    display: flex;
}

.processinfotext {
    display: block;
    margin-bottom: 2px;
}

.processinfoa {
    flex: 1; /* grow */
}

.processinfob {
    flex: 0 0 300px; /* do not grow, do not shrink, start at 300px */
    font-size: 12px;
}

.bookingadded {
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #FAFAFA;
    padding: 5px;
}

.largeicon {
    font-size: 30px;
}

.bookingaddeditem {
    display: flex;
    font-size: 14px;
    margin-top: 10px;
}

.bookingaddedicon {
    flex: 0 0 50px;
    font-size: 40px;
    color: #328023;
}

.bookingaddedsub {
    font-size: 12px;
    display: block;
}

.bookingaddedinfo {
    flex: 1; /* grow */
}

/* button Styles */
.buttonholder {
    display: block;
    margin-top: 10px;
    text-align: right;
    border-style: none;
}

.standardbutton, .deletebutton {
    border-style: none;
    border-radius: 4px;
    width: 140px;
    background-color: #4444AA;
    color: #FFFFFF;
    margin-left: 20px;
    cursor: pointer;
    height: 28px;
    font-size: 15px;
}

    .standardbutton:hover {
        background-color: #2373CC;
    }

.greenbutton {
    background-color: #388b29;
}

    .greenbutton:hover {
        background-color: #3fbd29;
    }

.orangebutton {
    background-color: #a86224;
}

    .orangebutton:hover {
        background-color: #d08441;
    }

.redbutton {
    background-color: #A53E29;
}

    .redbutton:hover {
        background-color: #792D1E;
    }

.greybutton {
    background-color: #305566;
    margin-left: 0px;
    margin-right: 20px;
}

    .greybutton:hover {
        background-color: #41748B;
    }

.deletebutton {
    background-color: #A53E29;
    width: 80%;
}

    .deletebutton:hover {
        background-color: #792D1E;
    }

.standardbutton:disabled {
    background-color: #AAAAAA;
}

.standardbuttonfull {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.quickbuttonholder {
    margin-left: 90px;
    display: none;
}

.quickbutton {
    font-size: 15px;
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 2px;
    border-style: none;
    background-color: #388b29;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 1px 10px 0px 10px;
    cursor: pointer;
}

    .quickbutton:hover {
        background-color: #3fbd29;
    }

/* end of button styles */

/* booking link styles */

.bookinggroup {
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    border-radius: 5px;
    background-color: #F8F8F8;
}

.bookinggroupinline {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 120px);
    margin-bottom: 10px;
}

.bookinggroupdate {
    width: 110px;
    font-size: 18px;
    font-weight: normal;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    border-radius: 5px;
    background-color: #FDFDFD;
    padding: 5px;
    min-height: 60px;
    border-style: none;
    background-color: #FFFFFF;
    width: 100px;
    padding: 0px;
}

.monthday {
    font-size: 22px;
    display: block;
}

@media screen and (max-width:475px) {
    .bookinggroupdate {
        display: block;
        border-style: none;
        margin-bottom: 4px;
        padding: 0px;
        width: 100%;
        min-height: 30px;
        margin-top: 15px;
        font-weight: bold;
    }

    .bookinggroupinline {
        width: calc(100% - 11px);
        margin-left: 10px;
    }

    .monthday {
        font-size: 18px;
        display: inline;
    }
}

.bookingheader {
    float: left;
    width: 175px;
    vertical-align: top;
    padding-left: 5px;
}

    .bookingheader h3 {
        margin-top: 10px;
        margin-left: 5px;
    }

.bookinggroupa, .bookinggroupb {
    background-color: #E8E8E8;
    display: inline-block;
    vertical-align: top;
    min-height: 94px;
    min-width: 33%;
}

.bookinggroupb {
    background-color: #EEEEEE;
}

.bookingholdera, .bookingholderb {
    display: block;
    padding-left: 10px;
    padding-top: 10px;
    background-color: #F8F8F8;
    overflow: hidden;
    min-height: 94px;
}

.bookingholderb {
    background-color: #F8F8F8;
}

.bookinglinka, .bookinglinkb {
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
    background-color: #328023;
    border-style: solid;
    border-width: 1px;
    border-color: #328023;
    border-radius: 4px;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 172px;
    max-width: 172px;
    min-height: 71px;
    text-align: center;
    text-decoration: none;
}

.bookinglinkb {
    background-color: #a86224;
    border-color: #a86224;
}

    .bookinglinka:hover, .bookinglinkb:hover {
        opacity: 0.8;
        border-color: #FFFF00;
    }

    .bookinglinka h5, .bookinglinkb h5 {
        margin-top: 0px !important;
    }

.bookingfull, .bookingfull:hover {
    opacity: 0.8;
    background-color: #888888;
}

.bookinglinklocation {
    display: block;
    font-size: 11px;
}

.bookinglinkprovider {
    display: block;
    font-size: 11px;
}

.bookingnone {
    display: block;
    background-image: url(images/info.gif);
    background-repeat: no-repeat;
    background-position: 4px 2px;
    padding-left: 40px;
    padding-top: 10px;
    height: 40px;
    margin-left: 20px;
}
/* end of booking link styles */

/* basket styles */
.basketholder {
    flex: 0 0 220px; /* do not grow, do not shrink, start at 220px */
}

    .basketholder .basket {
        display: block;
        background-color: #3dbfe0;
        text-align: left;
        border-style: none;
        height: 40px;
        padding: 10px 5px 10px 10px;
        border-radius: 40px 0px 0px 40px;
        color: #0000AA;
        text-decoration: none;
    }

    .basketholder .basketicon {
        font-size: 30px;
        color: #aafce4;
        display: inline-block;
        vertical-align: top;
        margin-left: 4px;
        margin-top: 4px;
        margin-right: 10px;
    }

    .basketholder .baskettext {
        display: inline-block;
        margin-top: 4px;
        vertical-align: top;
        color: #000022;
        font-size: 14px;
    }

    .basketholder .basketheader {
        display: block;
        font-size: 16px;
        margin-top: -2px;
    }

.basketholdersummary {
    display: none;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #3dbfe0;
    border-style: none;
    padding: 2px;
}

    .basketholdersummary a {
        color: #FFFFFF;
        text-decoration: none;
        width: 100%;
        display: block;
    }

    .basketholdersummary .basketicon, .basketholdersummary .baskettext, .basketholdersummary .basketheader {
        display: inline-block;
        margin-right: 8px;
        vertical-align: middle;
    }

    .basketholdersummary .basketicon {
        color: #aafce4;
        font-size: 20px;
    }

    .basketholdersummary .baskettext {
        color: #000022;
    }

    .basketholdersummary .basketheader {
        display: none;
    }


.basketitems {
    width: 98%;
}

.basketitem {
    display: table;
    width: 100%;
    vertical-align: top;
    border-style: solid;
    border-width: 1px;
    border-color: #AAAAAA;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px;
}

.baskettotal {
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: #444444;
    padding-top: 5px;
    margin-right: 20px;
}

/* end of basket styles */

/* address finder styles */

.addressfinder {
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    border-radius: 8px;
    padding: 5px 10px 10px 6px;
    background-color: #FAFAFA;
    margin-left: 220px;
    margin-top: 5px;
    margin-right: 10px;
}

.addressfinderpcode {
    margin-left: 10px;
    margin-right: 10px;
    width: 80px;
}

.addressfindertitle {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.addressfinderbutton {
    margin-right: 10px;
    border-style: none;
    border-radius: 4px;
    min-height: 22px;
    background-color: #AA4444;
    color: #FFFFFF;
    width: 50px;
    cursor: pointer;
}

.addressfinderlistholder {
    width: calc(100% - 240px);
}

.buttonfixed {
    border-style: none;
    border-radius: 4px;
    min-height: 22px;
    background-color: #AA4444;
    color: #FFFFFF;
    width: 100px;
    cursor: pointer;
}

    .addressfinderbutton:hover, .buttonfixed:hover {
        background-color: #883333;
    }

    .buttonfixed:disabled {
        color: #AAAAAA;
        background-color: #F1F1F1;
    }

.addressfinderlist {
    width: 340px;
    margin-right: 10px;
    margin-top: 8px;
}

.addressfinderlistsmall {
    width: calc(100% - 80px);
}

.addressfindererror {
    display: block;
    color: #AA0000;
    margin-top: 2px;
    margin-bottom: 5px;
}

.addressfindernoleft {
    margin-left: 0px;
}



/* end of address finder styles */

/* Screen size overrides */

@media screen and (max-width:1100px) {
    .bookinggroupa, .bookinggroupb {
        min-width: 49.5%;
    }
}

@media screen and (max-width:950px) {
    .addressfinderlistholder {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width:740px) {
    .groupmedistrict {
        display: block;
    }
}



@media screen and (max-width:560px) {
    .fulltextbox {
        width: 97%;
    }

    .addressfinder {
        margin-left: 0px;
    }
}

@media screen and (max-width:500px) {
    .basketholder {
        display: none;
    }

    .basketholdersummary {
        display: inherit;
        margin-top: 0px;
    }

    .pageheader {
        border-style: none;
        border-width: 0px;
    }
}

    @media screen and (max-width:700px) {
        .processinfobox {
            display: block;
        }
    }

    @media screen and (max-width:690px) {
        .addressfinderlist, .addressfinderlistsmall {
            width: 75%;
        }

        .groupmeaddress {
            display: block;
        }
    }

    @media screen and (max-width:600px) {
        .questionsmall, .questionmain, .questionmid {
            float: none;
        }

        .processinfob img {
            width: 98%;
            max-width: 332px;
        }

        .standardbutton {
            margin-bottom: 10px;
        }

        .bookingheader {
            width: 100px;
            max-height: 100px;
        }

        .quickbuttonholder {
            margin-left: 0px;
        }

        .bookinggroupa, .bookinggroupb {
            display: block;
            width: 100%;
            min-width: inherit;
        }
    }

    @media screen and (max-width:460px) {
        .optiontextintro {
            width: 100%;
        }
    }

    @media screen and (max-width:400px) {
        .standardbutton, .deletebutton {
            width: inherit;
            min-width: 90px;
            padding-left: 20px;
            padding-right: 20px;
        }

        .quickbutton {
            margin-right: 3px;
        }
    }

    @media screen and (max-width:300px) {
        .subtitle {
            display: none;
        }
    }

    /* End of screen size overrides */



    /* Font Awesome Overrides */
    .fa-stack {
        margin-bottom: 5px;
    }
    /* End of Font Awesome Overrides */

    .imagelink {
        border-style: solid;
        border-width: 2px;
        padding: 4px;
        border-radius: 6px;
        width: 30px;
        cursor: pointer;
        vertical-align: text-bottom;
    }

    .floatright {
        float: right;
    }

    .imagelinklarge {
        margin-left: 10px;
        margin-bottom: 10px;
        border-style: solid;
        cursor: pointer;
        vertical-align: text-bottom;
        border-width: 2px;
        border-radius: 4px;
        width: 50px;
        padding: 2px;
    }

    .imagedisplay {
        display: none;
        position: fixed;
        right: 15px;
        bottom: 15px;
        z-index: 9999;
    }

    .imagebody {
        margin: 0px;
    }

    .imageframe {
        overflow: hidden;
        border-style: none;
    }

    .imagenext {
        position: absolute;
        left: 10px;
        top: 10px;
        color: #000;
        opacity: 0.6;
        cursor: pointer;
    }

    .imageclose {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #000;
        opacity: 0.6;
        cursor: pointer;
    }
