﻿//Farbe für die komplette Reihe von auf dem Server gespeicherte Daten.
@requestedDataRowColor: orange;
@declinedColor: indianred;
@approvedColor: darkseagreen;


.k-grid tbody td>.k-grid-delete{
    margin-top:0px!important;
}

.statusCycle{
    width:20px;
    height:20px;
    /*border-style:solid;*/
    border-radius:10px;
}

.dataRequested{

    background-color:@requestedDataRowColor!important;

}

.approved{
    background-color:@approvedColor!important;
    color:white!important;
}

.declined{    
    background-color:@declinedColor!important;
    color:white!important;
}