.new-user {
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    color: #343434;
    margin-top: 16px;
}

.footerFixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

input.ng-invalid {
    background-color: pink;
}

select.ng-invalid {
    background-color: pink;
}

textarea.ng-invalid {
    background-color: pink;
}

.mt-1 {
    margin-top: 5px;
}

.footerFixed-spacing {
    right: 50px;
    bottom: 8px;
}

.status-delivered {
    background-color: rgba(53, 200, 81, 0.81);
}

.status-cancelled {
    background-color: rgba(203, 107, 82, 0.68);
}

.status-pending {
    background-color: #c9daff;
}

.status-intransit {
    background-color: rgba(73, 98, 196, 0.77);
}

.status-driverarrived {
    background-color: #57baff;
}

.status-delayed {
    background-color: rgba(233, 187, 22, 0.68);
}

.blue-item {
    color: black;
    background-color: #B9D4FF;
}

.green-item {
    color: black;
    background-color: #B9FFBD;
}

.yellow-item {
    color: black;
    background-color: #FDFF8D;
}

.red-item {
    color: black;
    background-color: #FFA7A7;
}

.purple-item {
    color: black;
    background-color: rgba(167, 108, 233, 0.68);
}

.black-item {
    color: white;
    background-color: black;
}

.meal-a {
    color: white;
    background-color: #1D3E81;
}

.meal-b {
    color: white;
    background-color: #E0562F;
}

.meal-c {
    color: black;
    background-color: #EBE223;
}

.meal-d {
    color: white;
    background-color: #00A988;
}

.meal-e {
    color: white;
    background-color: #26AB74;
}

.meal-f {
    color: black;
    background-color: #F4B54ED9;
}

.meal-g {
    color: white;
    background-color: #129EC1;
}

.meal-h {
    color: white;
    background-color: #E15C5F;
}

.meal-j {
    color: white;
    background-color: #080F15;
}

.meal-k {
    color: white;
    background-color: #595D60;
}

.meal-l {
    color: white;
    background-color: #703680;
}

.meal-m {
    color: white;
    background-color: #7D2F47;
}

.meal-n {
    color: black;
    background-color: #24b2a666;
}

.meal-o {
    color: black;
    background-color: #64C2DBAB;
}

.meal-p {
    color: white;
    background-color: #7F6EA4;
}

.meal-r {
    color: white;
    background-color: #D92A4B;
}

.capitalize::first-letter {
    text-transform: uppercase;
}

.capitalize {
    text-transform: lowercase;
}

ul.legend {
    list-style: none;

    top: 0px;
    right: 0px;
    background: white;
    position: absolute;
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-top: none;
    border-right: none;
}

ul.legend > li {
    display: inline-block;
    margin-left: 10px;
}

ul.legend > li > span {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.chart-canvas {
    padding: 40px 10px 10px 10px;
}

.inactive-label {
    background-color: white !important;
}

.tab-pane .chart-canvas {
    display: none !important;
}

.active .chart-canvas {
    display: block !important;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
}

.custom-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.custom-dropdown-content a {
    color: black;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
}

.custom-dropdown-content a:hover {
    background-color: #f1f1f1
}

.custom-dropdown:hover .custom-dropdown-content {
    display: block;
}

.custom-dropdown:hover {
    background-color: #3e8e41;
}

.smart-style-1 .tenant-agnostic-ribbon#ribbon {
    background-color: lightgray !important;
}

.smart-style-1 .popmeals-ribbon#ribbon {
    background-color: #7fd3a1 !important;
}

.smart-style-1 .rockchop-ribbon#ribbon {
    background-color: rgb(255, 152, 132) !important;
}

.smart-style-1 .tenant-agnostic-ribbon .brand-selection .btn {
    color: #a5a5a5;
}

.smart-style-1 .hub-agnostic-ribbon .hub-selection .btn {
    color: #a5a5a5;
}

.brand-selection, .city-selection, .hub-selection {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

.breadcrumb {
    float: left;
}

.login-info .brand-name {
    float: left;
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    margin-top: 1px;
}

.login-info .logo {
    float: left;
    margin-top: 3px;
}

.login-info .logo img {
    width: 20px;
    height: 20px;
}

.mini-brand-logo {
    width: 10px;
    height: 10px;
    vertical-align: baseline;
}

.input-section {
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 2px;
    margin: 5px;
}

.table-super-condensed.table > tbody > tr > td, .table-super-condensed.table > tbody > tr > th, .table-super-condensed.table > tfoot > tr > td, .table-super-condensed.table > tfoot > tr > th, .table-super-condensed.table > thead > tr > td, .table-super-condensed.table > thead > tr > th {
    padding: 2px 5px !important
}

.font-weight-bold {
    font-weight: bold;
}

.cancellation-button-container {
    border-right: 1px solid #0000005c;
    display: inline-block;
    padding-right: 13px;
    margin-right: 13px;
}

.duplicate-button-container {
    border-right: 1px solid #0000005c;
    display: inline-block;
    padding-right: 13px;
    margin-right: 13px;
}

.sold-out-note {
    display: block;
    font-size: 70%;
    color: gray;
}

tfoot.total-container > tr > td {
    font-weight: bold;
}

.total-col-cell, .total-row-cell {
    font-weight: bold;
}

.rowInactive {
 opacity: .15;
 cursor: not-allowed;
 color: #c0bbb7
}

.full-width {
    width: 100%;
}