﻿body {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}
.e-headercell {
    background-color: #4f56a2 !important;
    color:white !important;
    font-weight:bold;
    
}
.btn-success {
    background-color: #4f56a2 !important;
    color: white !important;
    font-weight: bold;
}


.e-grid .e-rowcell.nopadding {
    /*background-color: #ecedee;
        //color: red;
        //font-family: 'Bell MT';
        //font-size: 20px;*/
    padding-left: 0px;
    padding-right: 0px;
}

.e-grid .e-headercell.nopadding {
    /*//background-color: #2382c3;
        //color: white;
        //font-family: 'Bell MT';
        //font-size: 20px;*/
    padding-left: 0px;
    padding-right: 0px;
}
