﻿body {
    padding: 20px 5px;
    padding-bottom: 20px;
    background-color:#fff;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 5px;
   }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
@media screen and (max-width:500px) {
    #btn1 {
        background-size: 100% auto;
    }
}
.ZEBApp_Text {
    font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
    color: #909090;
    font-size: 16px;
}
.ZEBApp_Label {
    font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
    color: #909090;
    font-size: 16px;
}
.ZEBApp_Details_Link {
    font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
    color: #2951a0;
    font-size: 16px;
    padding-top: 12px !important;
}

.ZEBApp_HomeButton {
    /*padding: 5px;*/
    background-color: #fff;
    border: 1px solid #909090;
    border-radius: 0px;
    height: 90%;
    width: 90%;
    margin: 10px;
}
.ZEBApp_WKAnzahl {
    font-size: 20px !important;
    font-weight:bold;
    /*background-color:blue;
    color:white;*/
}
.dxcvSearchPanel_ZEBApp1 
.dxeButtonEdit_ZEBApp1
.dxeButtonEditSys{
    background-color: #e4eeee !important;
    box-shadow: none !important;
}
.dxm-content {
    color: #909090 !important;
    font-size: 22px !important;
}

/*From Settings*/

.header-sub-menu .dxm-item.item a.dx {
    color: #00ff21;
}
.dxm-side-menu-button
{
    box-shadow:none !important;
    border-radius:5px !important;
}


