﻿body {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* 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;
}

.mh-300 {
    max-height:300px;
}
.doc-bottom{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
}
.table .btn {
    line-height: 16px;
    padding:5px;
    margin-bottom:3px;
}
.table.table-sortable thead tr th[data-sort] {
    cursor: pointer;
    color: #0B9EC4;
}
.s-hide{
    font-size:0;
    width:0;
    height:0;
    
}