/* 
    Rot         #d70b13;
    Rot dark    #c10a11;
    Grau        #4c4c4c;
*/



.FirstHeaderLink
{
    margin: 1px;
    text-align: center;
    background-color : #d70b13;
    color : #e6e6e6;
    padding:7px;
    transition: all 1s;
}

.NaviMenuButton
{
    text-align: right;
    padding-right: 15px;
}

.header.closed .FirstHeaderLink:not(.NaviMenuButton)
{
    height: 0px;
    opacity: 0;
    padding: 0px;
}

/* Große Geräte (Desktop-PCs, 1200px und breiter) */
@media only screen and (max-width: 1200px) 
{
	
}

/* Mittlere Geräte (Desktop-PCs, 992px und breiter) */
@media only screen and (max-width: 992px) 
{ 
	
}

/* Kleine Geräte (Tablets, 768px und breiter) */
@media only screen and (max-width: 768px) 
{  
	
}


.PickingListCustomerName
{
    
}


.PickingListRow
{
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 2px 2px 1px 1px #6f87b1;
    padding-top: 5px;
    font-size:18px;
    transition: all 1s;
    margin-bottom: 15px;
    transition: all 1s;
    padding: 6px;
}

.PickingListRow.Angenommen/*, .PickingListRow.Verladen*/
{
    background: #73ae42;
}


.PickingListRow.Verladen .btn_TakePickingList
{
    display:none;
}



.GoodsReciepedPackageScan .Content
{
    margin-bottom: 111px;
}


.btn_TakePickingList
{
    padding: 5px;
    font-size: 15px;
    padding-top: 8px;
}




.PickingListRow.InProgress
{
    background-color: #0ba1e2;
    color: #fff;
}


.PickingListRow.WaitForVerification
{
    background-color: #e2b426;
    color: #fff;
}















