.UC199 {
    font-size: 20px;
}

.UC199 .DeliveryAddressRow,
.UC199 .ListContainer {
    padding: 15px;
    border-radius: 8px;
    background: #f5f5f5;
}
.UC199 .DeliveryAddressRow {
    margin-bottom: 10px;
    font-size: 20px;
}
.UC199 .ListContainer {
    margin-bottom: 20px;
}

/* Panels */
.UC199 .PanelContent {
    margin-bottom: 20px;
}
.UC199 .PanelRow {
    position: relative;
    padding-bottom: 15px;
    padding-left: 31px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
}
.UC199 .PanelRow:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.UC199 .PanelHeader {
    display: block;
    margin-bottom: 20px;
    font-size: 34px;
}

/* Row headers */
.UC199 .HeaderContainer {
    margin-bottom: 15px;
}
.UC199 .HeaderTitle {
    line-height: 25px;
    text-transform: uppercase;
}
.UC199 .ExplanationHeaderTitle {
    line-height: 25px;
    padding-left: 5px;
    color: #97002e;
}

/* No orders available */
.UC199 .NoRecurringOrdersAvailableText {
    display: block;
    margin-bottom: 20px;
}

/* Intervals/datepickers */
.UC199 .PauseIntervalSelectorsRow {
    float: left;
    width: 100%;
    padding-left: 0;
}
.UC199 .PauseStartDateContainer,
.UC199 .PauseEndDateContainer {
    position: relative;
    width: 45%;
    padding-left: 31px;
}
.UC199 .PauseStartDateContainer {
    float: left;
}
.UC199 .PauseEndDateContainer {
    float: right;
}

/* ---------- */
.UC199 .SelectShoppingListText,
.UC199 .ShoppingListSelect {
    margin-right: 18px;
} 
.UC199 .NextDeliveryInfo, 
.UC199 .NoDeliveryOptionsAvailableText {
    padding-left: 3px;
    color: #97002e;
}
.UC199 .DaysOfWeekSelectorContainer {
    float: left;
    width: calc(100% - 190px);
}
.UC199 .DeliveryOptionSelectorContainer {
    float: right;
    width: 190px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #f5f5f5;
}
.UC199 .DeliveryOptionSelect {
    display: block;
    margin-top: 15px;
}
.UC199 .DeliveryPriceInfoHeader,
.UC199 .DeliveryPriceInfo {
    font-size: 15px;
}
.UC199 .DeliveryPriceInfo {
    padding-left: 3px;
    color: #97002e;
}
.UC199 .DaysOfWeekCheckboxes,
.UC199 .DeliveryOnHolidaysRadios {
    margin-bottom: 15px;
}
.UC199 .DaysOfWeekCheckboxes input,
.UC199 .DeliveryOnHolidaysRadios input {
    margin: 0 10px 0 0;
}
.UC199 .DaysOfWeekCheckboxes label,
.UC199 .DeliveryOnHolidaysRadios label {
    margin-left: 17px;
    cursor: pointer;
}
.UC199 .DaysOfWeekCheckboxes label:first-child,
.UC199 .DeliveryOnHolidaysRadios label:first-child {
    margin-left: 0;
}

/* Status icons and text */
.UC199 .StatusLegendContainer {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 5px;
    line-height: 15px;
}
.UC199 .StatusLegendRow {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 33px;
    margin-bottom: 5px;
}
.UC199 .StatusLegendContainer .status-icon,
.UC199 .StatusLegendContainer .status-definition {
    float: left;
}
.UC199 .StatusLegendContainer .status-icon {
    margin-right: 9px;
} 
.UC199 .StatusLegendContainer .status-definition {
    font-size: 16px;
}
.UC199 .ListContainer .status-icon {
    display: inline-block;
    vertical-align: middle;
}

/* Forms*/
.UC199 .FormBox,
.UC199 .FormMultiBox {
    display: block;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .17);
    border: 0;
    border-radius: 5px;
}
.UC199 .FormMultiBox {
    width: 100%;
}
.UC199 .FormButton {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}
.UC199 .NewRecurringOrder,
.UC199 .SaveRecurringOrderButton,
.UC199 .SavePauseButton {
    float: right;
    background: #97002e;
}
.UC199 .BackButton {
    background: #666;
}


.UC199 .FeatureUnavailableContainer {
    padding: 18px;
    border-radius: 7px;
    background: #f5f5f5;
    font-size: 15px;
    color: #97002e;
}


@media (max-width: 767px) {
    .UC199 .SelectShoppingListText,
    .UC199 .ShoppingListSelect {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    } 
    .UC199 .DaysOfWeekCheckboxes label,
    .UC199 .DeliveryOnHolidaysRadios label {
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }
    .UC199 .DaysOfWeekCheckboxes label:first-child,
    .UC199 .DeliveryOnHolidaysRadios label:first-child {
        margin-top: 0;
    }
    .UC199 .PanelHeader {
        font-size: 24px;
    }
    .UC199 .DaysOfWeekSelectorContainer,
    .UC199 .DeliveryOptionSelectorContainer {
        width: 100%;
    }
    .UC199 .DeliveryOptionSelectorContainer {
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 15px;
        border-top: 1px solid #f5f5f5;
        border-left: 0;
    }
    .UC199 .PauseStartDateContainer,
    .UC199 .PauseEndDateContainer {
        width: 100%;
    }
    .UC199 .PauseStartDateContainer {
        margin-bottom: 15px;
    }
    .UC199 .StatusLegendContainer .StatusLegendRow {
        margin-right: 0;
    }    
    .UC199 .FormButton + .FormButton {
        margin-top: 10px;
    }
}


.Table {
    width: 100%;
    border-collapse: collapse;
}
.Head {
    line-height: 26px;
    background-color: #fff;
}
.Body {
    line-height: 29px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}



@media (min-width: 1001px) {
    .Table {
        display: table;
    }

    .Head {
        display: table-header-group;
    }

    .Body {
        display: table-row-group;
    }

    .Row {
        display: table-row;
    }

    .Cell {
        display: table-cell;
        padding-left: 12px;
        padding-right: 12px;
        border-left: 1px solid #fff;
    }

    .Cell:first-child {
        border-left: 0;
        width: 60px;
    }
    .Cell:last-child {
        width: 50px;
    }

    .Body .Cell:first-child,
    .Body .Cell:last-child {
        text-align: center;
    }
}

@media (max-width: 1000px) {
    .Table {
        overflow: hidden;
    }

    .Head,
    .Body {
        line-height: 29px;
    }

    .Head {
        float: left;
        width: 140px;
        font-size: 16px;
        font-weight: 800;
    }

    .Body {
        float: left;
        width: calc(100% - 140px);
        white-space: nowrap;
        word-wrap: normal;
        overflow: auto;
    }

    .Row {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .Cell {
        display: block;
    }

    .Body .Row:nth-child(2n) {
        background-color: rgba(0, 0, 0, 0.05);
    }
}

.status-icon {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.status-icon.active {
    background: green;
}
.status-icon.paused {
    background: gray;
}
.status-icon.invalid {
    background: red;
}
.status-icon.canceled {
    background: blue;
}
.status-icon.deleted {
    background: black;
}
