﻿.navbar-brand {
    color: white;
}

.menulink{
    color:white;
}

.menulink:hover {
    color: white;
}

#loading {
    background: url('/Content/Images/loader.gif') no-repeat center center;
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

.dialogue_background {    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    background-size: cover;
    display: block;
    overflow: hidden;
    opacity: 0.5;
    z-index: 100;
}

.header-title span {
    text-decoration: underline;
    text-transform: uppercase;
    color: #d31e47;
    font-size: 2em;
    font-weight: bold;
    float:left;
}

.header-border{
    margin-top: 15px;
    border-bottom: solid 2px;
    border-color: #d31e47;
    margin-bottom: 15px;
}

.header-logo img {
    width: 40%;
}

.form-fields {
    border: 2px solid #444;
    padding-top:0.5em;
    padding-bottom:0.5em;
}

.form-fields .row {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.header_text{
   color: #d31e47;
   font-size:1.2em;
}

.header-margin {
    margin-top:10px;
}

.flex-horizontal-end {
    display: flex;
    justify-content: flex-end;
}

.flex-vertical-center {
    display: flex;
    align-items: center;
}

.no-border {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

.label_header {
    color: white;
    font-size: 1.2em;
    background-color: #d31e47;
    font-weight: bold;
    margin-left: -4px;
    margin-bottom: 5px;
}

.label_margin{
    margin-left: -10px;
}

.label_control{
    display: block;
    width: 100%;
    height: calc(1.5em + .36rem);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.row_margin{
    margin-left: 5px;
    margin-right: 5px;
}

.Itemselection_border {
    margin-top: 15px;
    border-bottom: solid 2px;
    border-color: gray;
    margin-bottom: 15px;
}

#tblLineItems {
    border-collapse: collapse;
    width: 100%;
    margin-left: -8px;
}

#tblLineItems td, #tblLineItems th {
    border: 5px solid white;
    padding: 8px;
}

#tblLineItems th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #d31e47;
    color: white;
}

.padding {
    padding-top:10px;
}

.btnColor {
    background-color: #d31e47;
    border-color: #d31e47;
    color: #fff;
}

.btn-danger {
    background-color: #d31e47;
    border-color: #d31e47;
    color: #fff;
}

    .btn-danger:hover {
        background-color: #d31e47;
        border-color: #d31e47;
        color: #fff;
    }

.btnColor:hover {
    background-color: #d31e47;
    border-color: #d31e47;
    color: #fff;
}

.btnColor:focus {
    background-color: #d31e47;
    border-color: #d31e47;
    color: #fff;
}

.mgbottom {
    margin-bottom: 10px;
}

.uppercase {
    text-transform:uppercase;
}