/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.header-menu-custom-color {
   background-color: #424242 !important;
    /* background-image: url('../images/dicom-images/background2.jpg');*/
}

.body {
    margin-top: 10px
}

a {
    color: #818181;
}

    a:hover {
        color: #e36955;
    }

.navigation-link-style {
    color: white !important;
}

.btn-outline-primary {
    background-color: White;
    color: #863bae;
    border-color: #863bae;
}

    .btn-outline-primary:hover {
        background-color: #863bae;
        color: white;
        border-color: #863bae;
    }

.btn-outline-warning {
    background-color: white;
    color: #f1ae44;
    border-color: #f1ae44;
}

    .btn-outline-warning:hover {
        background-color: #f1ae44;
        color: white;
        border-color: #f1ae44;
    }

.btn-outline-success {
    background-color: white;
    color: #e36955;
    border-color: #e36955;
}

    .btn-outline-success:hover {
        background-color: #e36955;
        color: white;
        border-color: #e36955;
    }

#message {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

#inner-message {
    margin: 0 auto;
}

.price {
    background-color: #fff5004a
}

.price-totals {
    background-color: #17a2b845
}

.printOnly {
    display: none;
}

.nav-tabs .nav-link {
    border: 1px solid #000000;
}
.nav-link.active {
    background-color: #e7dd59 !important;
}

.error {
    border: solid 2px red;
}

@media print {
    .printOnly {
        display: block;
    }
}
