﻿body {
    padding-top: 50px;
    padding-bottom: 60px;
    margin-bottom:20px;
    padding-left: 50px;
    padding-right: 50px;
}

#body {
    margin-top: 50px;
    font-size: 16px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
}

.footer {
    z-index:99999;
    position: fixed;
    color: dimgray;
    text-align: center;
    background-color: white;   
    bottom: 0;
    width: 100%;
    height: 40px;
    padding-top: 10px;
    margin-left:-50px;
}

/* 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;
}

.v-divider {
    margin-left: 5px;
    margin-right: 5px;
    width: 1px;
    height: 100%;
    border-left: 1px solid gray;
}

.spacer {
    margin-right: 20px;
}


.inactivegrey {
    background-color: LightGray;
}

.activewhite {
    background-color: white;
}

.sortStyle {
    cursor: pointer; 
    font-weight: bold; 
    color: #337ab7;
}

hr.boldthick {
    border: 3px solid lightgrey;
}

input.numeric{
    padding: 0px;
    margin:0px;
    width:148px;
}
input.textarea{
   width:100%;
}


th.width160, td.width160, input.text160{
    width:160px;
}

input.text150 {
    width: 150px;
    margin: -3px;
    height:30px
}

input.dateWidth {
    width: 100%;
    line-height:22px;
}

td.pad, th.pad {    
    padding:0px 5px;
    font-size: 13px;
}

.margin-top15{

    margin-top:15px;
}

.margin-left0{
    margin-left:0px;
    height:30px;
}


.scrolling-table tbody {
    display: block;
    overflow-y: scroll;
}

.scrolling-table thead, .scrolling-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.scrolling-table thead {
    width: calc(100% - 1em);
}