﻿#pagebody {
    overflow: hidden !important;
}

#fullcontent h1 {
    margin-top: 0px;
}

.maindisplay h1 {
    font-size: 2em;
}

.maindisplay h2 {
    margin-bottom:15px;
}



.referenceholder {
    border-style: solid;
    border-color: #888888;
    border-width: 1px;
    background-color: #FAFAFA;
    padding: 20px 4px 4px 20px;
}

#divPleaseWait {
    border-style: solid;
    border-width: 2px;
    border-color: #F0BF4E;
    background-image: url(images/pleasewait.png);
    position: fixed;
    width: 200px;
    height: 70px;
    font-size: 24px;
    padding: 20px 0px 0px 0px;
    display: none;
    margin-top: -15px;
    margin-left: -75px;
    top: 50%;
    left: 50%;
    text-align: center;
    border-radius: 10px;
    z-index: 9999;
}

input[type="text"], select, textarea {
    font-size: 100%;
    border-style: solid;
    border-color: #888888;
    border-width: 1px;
    font-family: Arial;
    padding: 2px;
}

.penaltyheader {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    color: #0000AA;
}

.penaltyreferencelabel {
    width: 195px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.penaltyreferenceinputholder {
    overflow: hidden;
    vertical-align:middle;
    display: inline-block;
}

.penaltyreferenceinput {
    width: 90%;
    max-width: 200px;
}

.basebutton {
    border-style: solid;
    border-width: 1px;
    border-color: #1e588f;
    border-radius: 4px;
    background-color: #1e588f;
    color: #FFFFFF;
    padding: 5px 20px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
}

    .basebutton:hover {
        background-color: #167adb;
        border-color: #167adb;
    }

    .basebutton:disabled {
        background-color: #AAAAAA;
        border-color: #AAAAAA;
    }

.buttonholder {
    padding-top: 10px;
    text-align: right;
}

.questionholder {
    clear: both;
    padding-top: 8px;
}

.labelholder {
    width: 228px;
    float: left;
    padding-right: 20px;
}

.redtext {
    color: #AA0000;
}

.groupme {
    display: inline-block;
}

.smalltext {
    font-size: 14px !important;
    color: #444444;
}

.textboxholderfull {
    overflow: hidden;
    display: block;
}

.fulltextbox {
    width: 98%;
}

.padtop {
    padding-top: 20px;
}

.padbottom {
    display: block;
    margin-bottom: 15px;
}

.clearboth {
    clear: both;
    margin-top: 5px;
}

.smallmargin {
    margin-bottom: 5px !important;
}

.validator {
    background-color: #fbf7e2;
    background-image: url('images/exclaimorange.gif');
    background-repeat: no-repeat;
    border-radius: 4px;
    background-position: 4px 4px;
    padding: 4px 4px 4px 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #a7953a;
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

    .validator ul {
        margin-bottom: 5px;
    }

    .validator li {
        margin-top: 2px !important;
    }

.infopanel {
    background-color: #fbf7e2;
    background-image: url('images/exclaimorange.gif');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    padding: 4px 4px 4px 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #cfbf6a;
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    min-height: 30px;
    margin-top: 15px;
}

.availableitem {
    display: block;
    color: #000000;
    text-decoration: none;
}

.unavailableitem {
    display: block;
    color: #888888;
    text-decoration: line-through;
}



.headerseparator {
    margin: 4px 0px;
    padding: 0px;
    width: 90%;
    margin: 3px auto;
}

.highlight {
    color: #244b0e;
    font-weight: bold;
}

.indentitem {
    display: block;
    padding-left: 20px;
    margin-top: 5px;
}

.deletebutton {
    border-style: solid;
    border-width: 1px;
    border-color: #a12e2e;
    background-color: #a12e2e;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 18px;
    color: #FFFFFF;
    padding: 4px 10px;
    border-radius: 8px;
    cursor: pointer;
}

    .deletebutton:hover {
        background-color: #ce3e3e;
        border-color: #ce3e3e;
    }

.basketdeletebutton {
    display: block;
    text-align: right;
}

.itemsummary {
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    margin: 3px 0px;
    background-color: #FAFAFA;
    border-color: #AAAAAA;
    position: relative;
    display: block;
}

.expireditem {
    display: block;
    margin: 8px 0px 10px 20px;
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #aa0000;
    background-color: #ffeeee;
    font-size: 90%;
}

.itemseparator {
    width: 90%;
    margin: 5px auto;
    border-style: solid;
    border-width: 1px;
}

.buttondivider {
    margin: 0px 0px 10px 0px;
    border-style: solid;
    border-width: 1px;
}

.offline {
    background-image: url(images/exclaimlarge.gif);
    background-position: 4px 10px;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    padding: 10px 10px 10px 140px;
    min-height: 100px;
    font-size: 18px;
}

    .offline h2 {
        color: #AA0000;
        font-size: 22px;
        margin-top: 0px !important;
    }

.strongtext {
    font-weight: bold;
}

.contactinfo {
    margin-top: 20px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #AAAAAA;
    padding-top: 10px;
}



@media screen and (max-width:645px) {
    .labelholder {
        float: none;
        width: auto;
        overflow: hidden;
        display: block;
    }



    .textboxholder {
        overflow: visible;
        display: block;
        margin-left: 25px;
        margin-top: 5px;
    }

    .textboxholderfull {
        overflow: visible;
        display: block;
        margin-top: 2px;
    }
}

@media screen and (max-width:570px) {
    .penaltyreferencelabel {
        float: none;
        width: auto;
        display: block;
        overflow: hidden;
    }

    .penaltyreferenceinputholder {
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:500px) {
    .deletebutton {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 10px;
    }
}


/* Styles for Step Indicator */
.step-indicator {
    margin-top: 12px;
    margin-bottom: 0px;
    line-height: 30px;
    display: block;
}

.step {
    display: block;
    float: left;
    font-weight: bold;
    background: #e4e4e4;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    margin-right: 33px;
    position: relative;
    text-decoration: none;
    color: #666;
    cursor: default;
    font-size: 14px;
    margin-bottom: 5px;
}

    .step:before {
        content: "";
        display: block;
        width: 0;
        height: 30px;
        position: absolute;
        top: 0;
        left: -28px;
        border: 15px solid transparent;
        border-color: #e4e4e4;
        border-left-color: transparent;
    }

    .step:after {
        content: "";
        display: block;
        width: 0;
        height: 30px;
        position: absolute;
        top: 0;
        right: -28px;
        border: 15px solid transparent;
        border-left-color: #e4e4e4;
    }

    .step:first-of-type {
        /*border-radius: 2px 0 0 2px;*/
        border-radius: 0px;
        padding-left: 15px;
    }

        .step:first-of-type:before {
            display: none;
        }

    .step:last-of-type {
        border-radius: 0px;
        margin-right: 25px;
        padding-right: 15px;
    }

        .step:last-of-type:after {
            display: none;
        }

    .step.completed {
        background: #305566;
        color: #fff;
    }

        .step.completed:before {
            border-color: #305566;
            border-left-color: transparent;
        }

        .step.completed:after {
            border-left-color: #305566;
        }

    .step.current {
        background: #fdd26c;
        color: #000;
    }

        .step.current:before {
            border-color: #fdd26c;
            border-left-color: transparent;
        }

        .step.current:after {
            border-left-color: #fdd26c;
        }

.step-text {
    background-color: #EEEEEE;
    color: #000000;
    padding: 4px;
    font-size: 18px;
    display: none;
    margin-top: 10px;
}

.step-indicatorbasic {
    margin: 0px 0px 2px 0px;
    font-size: 24px;
    background-color: #E2E2E2;
    display: none;
}

@media screen and (max-width:700px) {
    .Step-indicator, .step-indicator {
        display: none;
    }

    .step-text {
        display: block;
    }

    .step-indicatorbasic {
        display: block;
    }
}

.buttonsection {
    border-style: none;
    background-color: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    height: 100%;
    cursor: pointer;
    padding: 0px;
}

/* End of Step Indicator Styles */

/* address finder styles */

.addressfinderholder p {
    margin-bottom: 15px;
    font-size: 16px;
}
.addressfinder {
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    border-radius: 8px;
    padding: 5px 10px 10px 6px;
    background-color: #FAFAFA;
    margin: 5px 14px 10px 20px;
}

.addressfinderpcode {
    margin-left: 10px;
    margin-right: 8px;
    width: 100px;
}

.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: 80px;
    cursor: pointer;
}

.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: calc(100% - 115px);
    margin-right: 10px;
}

.groupmeaddress {
    display: inline-block;
}


.addressfinder .groupmeaddress ~ .groupmeaddress {
    width: calc(100% - 315px);
}

.addressfindererror {
    display: block;
    color: #AA0000;
    margin-top: 2px;
    margin-bottom: 5px;
}

@media screen and (max-width:900px) {
    .addressfinder .groupmeaddress ~ .groupmeaddress {
        width: calc(100% - 90px);
        display: block;
        margin-top: 5px;
        margin-left: 90px;
    }
}

@media screen and (max-width:600px) {
    .addressfinder .groupmeaddress ~ .groupmeaddress {
        width: 100%;
        margin-left: 0px;
    }
}
/* end of address finder styles */




input[type="text"], input[type="date"], input[type="time"], select, textarea {
    font-size: 100%;
    border-style: solid;
    border-color: #888888;
    border-color: var(--color-accent);
    border-width: 1px;
    font-family: Arial;
    padding: 2px;
}
