﻿.SelectedRow {
    background-color: lightgreen !important;
}


._1D {
    background-color: #D5EEFF !important;
}

._2Px {
    background-color: #C0C0C0;
}


._2P {
    background-color: #FFC8A4 !important;
}

._2D {
    background-color: #84CEFF;
}

._3D {
    background-color: #EEFFD5;
}

._4D {
    background-color: #EEFFD5;
}

._6D {
    background-color: #EEFFD5;
}

._9P {
    background-color: #808080;
    color: white;
}


/* Modal */

/* Center the loader */
/**/
#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.modalXXX {
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

/* End Modal*/

/*Stavy obednávek dodavatel*/
.stav1 {    
    color: #FFFFFF;
    background-color: #FF0000;
    font-weight: bold;    
}

.stav2 {    
    color: #CC0000;
    background-color: #FFFF00;
    font-weight: bold;    
}

.stav3 {
    
    color: #FFFFFF;
    background-color: #0066FF;
    font-weight: bold;
    
}

.stav4 {
    
    color: #fff;
    background-color: #33CC33;
    font-weight: bold;
    
}