footer {
    background-color: #33A489;
    font-size: .9em;
    margin-top: 15px!important;
    color: white;
}

    footer  a {
        color: white;
    }

.control-label {
    color: #676a6c;
}

.content-wrapper {
    min-width: 0!important;
}

.nav > li > a { 
    font-size: 1.2em!important;
}

.dropdown-menu .divider {
    height: 1px!important;
    margin: 9px 0!important;
    overflow: hidden!important;
    background-color: #e5e5e5!important;
}

.navbar {
    background-color: white!important;
    background-image: none;
    border: none !important;
    /* min-height: 75px !important; */
    margin-bottom: 0 !important;
    padding-bottom: 0px!important;
}

.navbar-brand {
    padding-top: 7px;
    padding-left: 5px;
}

.main-content {
    padding-top: 0;
    background-image: none !important;        
}

#breadcrumbs {
    background-color: #33A489;
    color: white;
    padding: 6px;
    margin: 0px!important;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    line-height: 14px;
}

#breadcrumbs a {
    color:white!important;
    text-decoration:underline;
    font-weight: bold;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.accent {
    background: url("../Images/heroAccent.png") no-repeat;
    padding-top: 30px;
    margin-left: 30px;
}

.btn-default {
    background: #33A489 !important;
    color: #ffffff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: #33CC00!important;        
    color: #ffffff;
}
 
.btn-default:active, .btn-default.active {
    background: #33CC00!important;
    box-shadow: none;
}

/* START validation */
.field-validation-error {
    color: #b94a48;
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    /*
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    */
    color: #b94a48;
    border-color: #b94a48;
}

.input-validation-error:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}

.validation-summary-errors {
    /*font-weight: bold;*/
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
/* END Validation */

/* when page scrolls and the bs affix class is pplied fix the breadcrumbs to the top of the screen */
#breadcrumbs.affix {
    top: 0;
    background-image: url(/images/logo.png);
    background-repeat: no-repeat;
    padding-left: 142px;
    background-size: 136px;
    z-index: 9999;
    padding-bottom: 12px;
    height: 42px;    
}

th {
    background-color: #F5FAF9;
}

.row>*{
    padding-left:0px;
    padding-right:0px;
}

.k-grid {
    font-size: 0.9rem;
    width: 100%;
}

    .k-grid th {
        white-space: normal;
        background-color: rgba(51, 122, 183, 0.25);      
        font-family: var(--bs-body-font-family);
        font-size: var(--bs-body-font-size);
        font-weight: var(--bs-body-font-weight);
    }
.k-grid-header .k-header{
    vertical-align:middle;
    justify-content:center;
    overflow:visible;

}
.new-btn-bg {
    background-color: #337ab7 !important;
    color: white !important;
    
}
.hide-item{
    visibility:hidden;
}
.show-item{
    visibility:visible;
}
.section-to-border{
    border-bottom:solid;
    border-width:1px;
    border-color:black;
    margin-bottom:20px;
}
.separator {
    border-bottom: solid;
    border-width: 1px;
    border-color: black;
    margin-bottom: 10px;
}
div#supplier-form span.k-picker-solid.k-invalid {
    border-color:#dddddd !important;
}
div#supplier-form span.k-input-solid.k-invalid  {
    border-color: #dddddd !important;
}