﻿.form-control .login-field {
    border-style: solid !important;
    border-color: #cccccc !important;
    border: 1px !important;
    /*background-color: #cde0f5 !important;*/
}

.small {
    font-size:11px!important;
}

.side-bar-link {
    /*padding:0px!important;*/
}

.side-bar-link-text { 
    padding-top:5px!important;
}

.hidden { 
    display:none;
}

.d-block {
    display: block !important;
}

.k-grid {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.quantity-good { 
    background-color:green;
    color: white;
}

.quantity-partial-good {
    background-color: lightgreen;
    color: white;
}

.quantity-caution {
    background-color: yellow;
    color: black;
}

.quantity-bad {
    background-color: red;
    color: white;
}

.font-weight-bold { 
    font-weight: bold;
}

.row-atrisk{
    background-color: rgba(207,0,15,.10)!important;
    
}

.row-unknown {
    background-color:  rgba(247,187,129,.30)!important;
}


.col-sep {
    background-color: #dddddd;
    border-top-width: 0px;

}