.red{
    background-color: red !important;
}

input[type="date"] {
    position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
    content: "\25BC";
    color: #555;
    padding: 0 5px;
}

/* change color of symbol on hover */
input[type="date"]:hover:after {
    color: #bf1400;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

/* adjust clear button */
input[type="date"]::-webkit-clear-button {
    z-index: 1;
}


.filterSuppliersOrManufacturer{
    margin-bottom: 20px;
}

.roundTable{

}

.roundTable .waiting-delivery td{
    border-top: 2px solid #8bc3e5 !important;
    border-bottom: 2px solid #8bc3e5 !important;
}

.roundTable .waiting-delivery td:first-child {
    border-left: 2px solid #8bc3e5 !important;
}

.roundTable .waiting-delivery td:last-child{
    border-right: 2px solid #8bc3e5 !important;
}

.roundTable .on-hold td{
    border-top: 2px solid #659d59 !important;
    border-bottom: 2px solid #659d59 !important;
}

.roundTable .on-hold td:first-child {
    border-left: 2px solid #659d59 !important;
}

.roundTable .on-hold td:last-child{
    border-right: 2px solid #659d59 !important;
}

.roundTable .missing-product td{
    border-top: 2px solid #ef4f5e !important;
    border-bottom: 2px solid #ef4f5e !important;
}

.roundTable .missing-product td:first-child {
    border-left: 2px solid #ef4f5e !important;
}

.roundTable .missing-product td:last-child{
    border-right: 2px solid #ef4f5e !important;
}


.container {
    max-width: 100% !important;
}

.dashboard .btn.btn-skew {
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    cursor: default;
}

.dashboard .btn {
    border-radius: 0px;
    width: 70px;
}

.dashboard .navigation {
    color: #93A9B9;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: -15px;
}

.dashboard .card.border-dark{
    cursor: pointer;
}

.dashboard .card.border-dark:hover{
    opacity: 60%;
}

.dashboard .card-body{
    height: 150px;
}

.dashboard .card-footer{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
}

.dashboard .card-footer.card-footer-amount{
    border-top: 0px solid rgba(0,0,0,.125);
    background-color: white;
    font-size: 10px;
    padding-bottom: 3px !important;
    padding-left: 0px;
    margin-top: -20px;
}

.dashboard .btn-go{
    background: #14B3EF;
    border-color: #14B3EF;
    float: right;
    margin-right: 10px;
}

.dashboard .btn-go:hover{
    background: #14B3EF;
    border-color: #14B3EF;
}

.dashboard .card .card-text .text{
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
}

.dashboard .card-body img{
    width: 50px;
}

.dashboard .border-secondary img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 60%;
}

.dashboard .border-secondary .btn-go{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 60%;
}


.dashboard .card.info .card-body{
    height: 75px; !important;
}

.dashboard .card.info .card-amount{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 18px;
}

.dashboard .card.info .card-amount.color-blue{
    color: #14B3EF;
}

.dashboard .card.info .card-amount.color-red{
    color: #EF142A;
}

.dashboard .card.info .card-amount.color-green{
    color: #24BB00;
}

.dashboard .card.info .card-amount.color-orange{
    color: #FFA200;
}

.dashboard .card.info .card-line{
    border-top: 1px solid lightgray;
    width: 200px;
    align-self: center;
}

.request-overlay {
    z-index: 9999;
    position: fixed; /*Important to cover the screen in case of scolling content*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background: rgba(200,200,200,0.5) url('/images/ajax-loader.gif') no-repeat center; /*.gif file or just div with message etc. however you like*/
}

.main-content{
    margin-top: 30px;
}

.navbar{
    background: url('/images/navbar.png') center;
    color: #14B3EF;
}

.navbar .logout{
    color: #14B3EF !important;
}

.navbar .welcome{
    margin-left: 80px;
    color: #FFFFFF !important;
}

.navbar .job{
    color: #96ABBA !important;
}

.navbar .alert{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    margin-bottom: 0px !important;
}

.packing
{
    font-size: 1px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.orderButtons{
    margin-bottom: 10px;
}

.qtyRow{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.secondarySupplierClass{
    background-color: #deecfc !important;
}
