.text-company {
    color: #222222 !important;
}

.btn-success {
    background-color: #222222;
}

.company-text {
    color: #222222;
}

.btn {
    border-radius: 0;
}

/* On hover etc, change colour */
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus,
.btn-success:visited,
.btn-success:hover  {
    background-color: #222222 !important;
}

.btn-default {
    background-color: #ffffff;
    color: #222222;
}

.text-company {
    color: #222222 !important;
}

.footer {
    height: 60px;
    background-color: #222222;
}

.checkout-button-container {
    max-height: 100%;
    height: 100%;
    padding: 5px;
}

.image-container > img {
    min-height: 150px;
    max-height: 200px;
}

.category-container {
    height: 150px;
}

.checkout-button {
    background-color: #ffffff;
    color: #222222;
    border: none;
    height: 100%;
    width: 175px;
    border-radius: 0;
}

.stock-item-container {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #222222;
    margin: 0 0 10px 0;
    padding: 0;
    min-height: 80px;
    height: 1vh;
}

.stock-item-qty {
    border-right: 5px solid #222222 !important;
    border-radius: 0;
}

.stock-item-qty p {
    padding-right: 5px;
}

.stock-item-image {
    border-radius: 0;
}
.minus-button {
    background-color: #222222;
    color: white;
    border: none;
    height: 33%;
    width: 100%;
}

.plus-button {
    background-color: #222222;
    color: white;
    border: none;
    height: 34%;
    width: 100%;
}

.qty {
    text-align: center;
    height: 33%;
    line-height: 50px
}

.stock-item-container-content {
    min-height: 80px;
    background-color: #ffffff;
    color: #222222;
}
.stock-title {
    color: #222222;
    font-weight: bold;
}

.stock-price {
    font-weight: bold;
    font-size: 16px;
    color: #222222;
}

.stock-description {
    color: #222222;
}

.navbar {
    border-width: 0 0 1px 0;
    background-color: #222222 !important;
}

.navbar-brand {
    padding: 0 0 0 5px;
}

.navbar-bottom-border {
    border-width: 0;
}

.shop-title {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 13px;
    color: #ffffff;
}

.category-container {
    border-color: #222222;
    border-radius: 0;
}

.category-label {
    background-color: rgba(34, 34, 34, .9);
    border-radius: 0;
}

.modal-container {
    border-color: #222222 !important;
}

.jconfirm-box {
    border-color: #222222 !important;
}

.jconfirm-buttons > .btn {
    background-color: #222222 !important;
    color: #ffffff !important;
}

.page-title {
    color: #222222 !important;
}

.loading-spinner {
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #222222;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.login-logo-image {
    width: 220px;
}

.signin-button {
    border-radius: 0;
    color: #222222;
}

input:checked + .slider {
    background-color: #222222;
}

input:focus + .slider {
    box-shadow: 0 0 1px #222222;
}

.used-coupon-container {
    border-radius: 0;
}

.campaign-coupon-container {
    border-radius: 0;
}

/* CONTENT CLASSES */
.content-login-title span {
    display: none;
}

.content-login-title:after {
    content: 'Sign In';
}

.content-login-description span {
    display: none;
}

.content-login-description:after {
    content: 'Currently, only available for staff. Please enter you card number.';
}

.content-chef-notes-title span {
    display: none;
}

.content-chef-notes-title:after {
    content: 'Dietary Requirements';
}

.chef-notes-textarea {

}