﻿body {
    padding-top: 50px;
    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 */

.dxflGroupCell_Material {
    padding: 0;
}
div.labError {
    float: left;
    padding: 0 0 0 0;
}
div.labLogin  {
    float:left;
    width: 50px;
}
div.labLogin span {
    color: whitesmoke;
    padding-top: 5px;
}
div.ulReminder,
div.ulReminder a {
    color: #79A4D3 !important;
    text-align: right;
}
div.inpLogin {
    font-size: 14px;
    float: left;
    width: 50px;
}
td.dev_td_head {
    width: 120px;
    font-weight: bold;
    text-align: center;
}
table.dev_item {
    border: 1px solid gray;
    padding: 20px;
}
    table.dev_item td {
        border: 1px solid gray;
        padding: 5px;
    }
td.dev_td_date {
    text-align: center;
}
td.dev_td_str {
    text-align: center;
}
td.dev_td_val {
    text-align: right;
}
div.admlogin {
    width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
}