﻿body {
}

.nav-bar {
    background-color: #001e3e;
}

.resource-type-selector {
    background-color: #001e3e;
}

    .resource-type-selector .name {
        color: white;
    }

#datepickers .box-header {
    background-color: #001e3e;
}

#datepickers .change-quantity-button {
    background-color: #001e3e;
}

#productSelectionHeader, .display-product-header {
    background-color: #001e3e;
}

.display-product-header {
    color: white !important;
}

.footer {
    background-color: #001e3e;
}

.footer-text {
    color: white;
}

.btn-secondary {
    background-color: #001e3e;
}

.btn-secondary-text, .btn-secondary {
    color: white !important;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background-color: #001E85 !important;
    color:white;
}

.product-deep-link-container {
    background-color:#001e3e;
}
    .product-deep-link-container:hover, .product-deep-link-container:active, .product-deep-link-container:focus {
        background-color: #001E85 !important;
    }
    .product-deep-link-container .btn-secondary-text {
        color: white !important;
    }

.basket-link-button {
    background-color: #001e3e;
    color: white;
}

    .basket-link-button:hover, .basket-link-button:active, .basket-link-button:focus {
        background-color: #001E85;
        color: white;
    }