/* Minification failed. Returning unminified contents.
(118,21): run-time error CSS1036: Expected expression, found ';'
(118,21): run-time error CSS1019: Unexpected token, found ';'
(118,21): run-time error CSS1042: Expected function, found ';'
(120,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.addressTable {
    display: table;
    height: 100%;
}

.addressCell {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    width: 200px;
    min-width: 200px;
    position: relative;
}

    .addressCell .CustomerText {
        text-align: left;
    }

        .addressCell .CustomerText:last-child {
            margin-bottom: 40px;
        }

.address-box-lightblue, .address-box-lightgreen, .address-box-lightgray {
    padding: 9px;
    outline: solid 1px lightgray;
    outline-offset: -6px; /* moves the outline 10px inside */
}

.address-box-lightblue {
    outline-color: lightblue;
}

.address-box-lightgreen {
    outline-color: lightgreen;
}

#AddressSelectionForm .addressCell .rowButtons {
    height: 34px;
    bottom: 8px;
    right: 3px;
    left: 9px;
    position: absolute;
    top: auto;
}

#AddressSelectionForm .btn_cancel {
    height: 14px;
    width: 50px;
    margin-left: -10px;
}

#AddressSelectionForm .leftLabel,
#DeliveryAddressSection .leftLabel,
#RegisterWrapper span.leftLabel {
    color: rgb(90, 135, 185);
    font-weight: normal;
}

#AddressSelectionForm .leftLabel {
    position: absolute;
    bottom: 0;
    left: 0;
}

#AddressSelectionForm .btn_hidden {
    display: none;
}


#AddressSelectionForm .lbl_hidden {
    display: none;
}

#AddressSelectionForm .alignLeft{
    padding-left: 0;
}
.OrderAreaTable {
    display: table;
    width: 612px;
    font-size: 13px;
    background-color: rgb(187, 195, 119);
    border: solid 1px rgb(102, 109, 37);
    color: white;
    box-sizing: border-box;
}

.OrderAreaOuterTableRow,
.OrderAreaInnerRow {
    display: table-row;
}

.OrderAreaInnerRow {
    border-bottom: solid 1px rgb(102, 109, 37);
    height: 30px;
}

.OrderAreaIconCell {
    width: 60px;
    background-size: 40px auto;
    background-position: center;
    background-repeat: no-repeat;
    border-right: solid 1px rgb(102, 109, 37);
}

.OrderAreaOuterCell {
    display: table-cell;
    vertical-align: top;
}

.OrderTable {
    display: table;
    width: 100%;
}

.OrderLabelCell {
    display: table-cell;
    width: 282px;
    -bracket-: hack(;
    width: 280px;
    );
    padding-top: 6px;
    padding-left: 10px;
    border-right: solid 1px rgb(102, 109, 37);
    border-top: solid 1px rgb(102, 109, 37);
    vertical-align: top;
}

.OrderLabelCell div{
    position: relative;    
}

.OrderAreaInnerRow:first-child .OrderSettingsCell,
.OrderAreaInnerRow:first-child .OrderLabelCell {
    border-top: none;
}
.OrderAreaInnerRow:nth-child(odd) .OrderSettingsCell,
.OrderAreaInnerRow:nth-child(odd) .OrderLabelCell {
    background-color: rgb(170, 180, 85);
}

.OrderLabelCell .hl_image_actionlinks,
.CompleteOrderTitle .hl_image_actionlinks {
    float: right;
    margin-top: 0px;    
    background-image: url(Images/Icon_Info.png);
    background-size: 17px 17px;
}



.OrderSettingsCell {
    display: table-cell;
    padding-left: 10px;
    border-top: solid 1px rgb(102, 109, 37);
    vertical-align: top;
}

    .OrderSettingsCell input[type="checkbox"]{
        margin-left: 10px;
    }
    .OrderSettingsCell input[type="checkbox"],
    .OrderSettingsCell input[type="radio"] {
        margin-top: 5px;
        height: 15px;
        width: 15px;
    }

    .OrderSettingsCell label,
    .OrderSettingsCell select {
        margin-top: 5px;
        margin-left: 10px;
    }

.labelInfo{
    font-weight:normal;
    display:inline;
}

.radioLabel {
    margin-right: 10px;
    margin-left: 10px;
    min-width: 60px;
    float: left;
    padding-top: 5px;
    font-weight: bold;
}

.CompleteOrderInput-Comment,
.CompleteOrderTitle-Comment {
    height: 50px;
}.CompleteOrderInput-Big,
.CompleteOrderTitle-Big {
    height: 140px;
    min-height: 20px;
}

.CompleteOrderTitle div{
    position:relative;
}
 
.CompleteOrderInput {
    padding-top: 4px;
    padding-left: 10px;
    border-top: solid 1px rgb(146, 146, 146);
    border-bottom: solid 1px rgb(146, 146, 146);
}

.CompleteOrderInput-Big {
    padding-top: 5px;
    border-bottom: none;
}

.CompleteOrderInputWrapper .CompleteOrderInput:nth-child(odd) {
    background-color: rgb(176, 176, 176);
}

.CompleteOrderTitleWrapper .CompleteOrderTitle:nth-child(odd) {
    background-color: rgb(170, 180, 85)
}

.addressTitle{
    position:relative;
}

.btn_select, .btn_select:active, .btn_select:hover, .btn_select:focus {
    width: 60px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
    font-weight: bold;
    font-size: 13px;
    border-radius: 0px;
    background-color: rgb(155, 155, 155);
    padding:2px;
}




