h4 {
    font-weight: bold;
    font-size: small;
    line-height: 1.0;
}

hr
{
    border-color: gray;
}

label
{
    font-weight: normal;
    margin-bottom: 0px;
}

input[type="checkbox"] {
    margin: 3px 3px 3px 4px;
}

body {
    line-height: inherit;
}

* {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

button.btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px !important;
}

.form-control
{
    line-height: inherit;
    height: 28px;
}

.datetime-control
{
    font-size: 12px;
}

.input-sm
{
    height: 28px;    
}

.btn
{
    font-size: 10px;    
}

.table#JournalTable
{
    width: 760px;
}

.table#JournalTable th.col-timestamp div, .table#JournalTable td.col-timestamp div
{
    width: 150px;    
}

.table#JournalTable th.col-description div, .table#JournalTable td.col-description div
{
    width: 360px;    
}

.table#JournalTable th.col-user div, .table#JournalTable td.col-user div
{
    width: 200px;    
}

.table#JournalTable th.col-action div, .table#JournalTable td.col-action div
{
    width: 50px;    
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th 
{
    line-height: inherit;
}

st-select-distinct select
{
    height: 25px;
}

.pagination
{
    margin-top: 0px;
    margin-bottom: 0px;    
}

.pagination ul
{
    margin-bottom: 0px;    
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7 !important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

.glyphicon-calendar:before {
    content: "\e163";
}
