.cWebColUnderline {
    text-decoration: underline;
}

.cWebColUnderlineRed {
    text-decoration: underline;
    color: rgb(197, 0, 0);
    font-weight: bold;
}
.cWebColUnderlineGreen {
    text-decoration: underline;
    color: rgb(0, 83, 0);
    font-weight: bold;
}

.WebGrid .WebList_Body .WebList_Row button.cWebColButtonFullWidth, 
.WebList .WebList_Body .WebList_Row button.cWebColButtonFullWidth {
    width: 100%;
}

#OWEBAPP .WebGrid .WebList_Body [class^='WebList_Row'].WebListColorZugplanung ,  
#OWEBAPP .WebList .WebList_Body [class^='WebList_Row'].WebListColorZugplanung {
    background-color: #D8F0FA;
}

.WebButton button.BLW_RedButton, 
.WebGrid .WebList_Body .WebList_Row button.BLW_RedButton, 
.WebList .WebList_Body .WebList_Row button.BLW_RedButton{
    background-color: #f4cccc ;	
}

.cWebListColorBLWwarning {
    background-color: #f4cccc;
    color: black;
    font-weight: bold;
}
.cWebListColorBLWgood {
    background-color: #93c47d;
    color: black;
    font-weight: bold;
}

.MenuButtonBLW button:before {
    content: "n";
    font-size: 32px;
}
.MenuButtonBLW {
    padding-top: 6px;
}

.MenuItemBLW_Print > div > span.WebItm_Icon:before {
    content: "\e009";
    font-size: 20px;
}

.MenuItemBLW_ZERF_NurNichtAbgerechnete > div > span.WebItm_Icon:before {
    content: ">";
    font-size: 20px;
    padding: 0px 0px 0px 0px;
}

.MenuItemBLW_Senden > div > span.WebItm_Icon:before {
    content: "\3df";
    font-size: 20px;
}

.MenuItemBLW_Bezahlt > div > span.WebItm_Icon:before {
    content: "w";
    font-size: 20px;
}

.MenuItemBLW_Storno > div > span.WebItm_Icon:before {
    content: ":";
    font-size: 20px;
}


#OWEBAPP .WebGrid .WebList_Body [class^='WebList_Row'].WebListColorRed ,  
#OWEBAPP .WebList .WebList_Body [class^='WebList_Row'].WebListColorRed {
    background-color: #ffd3d3;
}

#OWEBAPP .WebGrid .WebList_Body [class^='WebList_Row'].WebListColorGreen ,  
#OWEBAPP .WebList .WebList_Body [class^='WebList_Row'].WebListColorGreen {
    background-color: #d3ffd3
    ;
}

.BLW_Bahnhof_Suggestion table td:first-child {
    width: 75%; 
}

/* Define default style */

.WebSpinner button{

    width: 20px;

}

.WebSpinner .SpinVal{

    padding: 4px;

    font-weight: bold;

}

/* Define theme customizations */

.Df_Modern_Sky .WebSpinner button{

    background-color: #313F54;

    color: #FFFFFF;

}

.Df_Web_Creme .WebSpinner button{

    background-color: #F2F3F5;

    border: 1px solid #CCCCCC;

    border-radius: 4px;

}
