.btn {
    margin-right:5px;
}

.form-horizontal fieldset {
    min-height:200px;
}

table a.desc:after{
    content : '';
    display:inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin-top:1px;
    margin-left:5px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    background-position: -288px -144px;
    background-image: url("../img/glyphicons-halflings.png");
}

table a.asc:after{
    content : '';
    display:inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin-top:1px;
    margin-left:5px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    background-position: -312px -144px;
    background-image: url("../img/glyphicons-halflings.png");
}

.pagination li > span, .pagination li.active {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.pagination li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.pagination a, .pagination li > span, .pagination li.active {
    line-height:24px;
    padding:0 10px;
}

.pagination {
    height: 26px;
    margin: 5px 0 15px;
    text-align: right;
}

.table {
    margin-bottom: 5px;
}

.table-striped tbody tr:first-child th{
    background-color: #0088CC;
    color:#fff;
}

.table-striped tbody tr:first-child th a{
    color:#fff;
    text-decoration:none;
}

table tbody tr th:first-child, table tbody tr td:first-child{
    width:30px;
    color:#9C9C9C;
}

.search-query{
    margin-right:5px;
    width:120px;
}

body{
    padding-top:60px;
}

.control-value{
    display: block;
    padding-top: 5px;
}

.info-row:after {
    clear: both;
}

.info-row:before, .info-row:after {
    content: "";
    display: table;
}

.info-row {
    margin-left: -20px;
}

.info-row .span2.label{
    width:70px;
    text-align:right;
    font-weight:bold;
    background-color: #fff;
    border:0px;
    color:#000;
    font-size: inherit;
    line-height: inherit;
    text-shadow:none;
}

.calendar-table .table-condensed th, 
.calendar-table .table-condensed td {
    padding: 0;
}

.receipt_type .controls {
    margin-left: 0;
}
.receipt_type .controls label {
    display: inline-block;
    margin-right: 15px;
}