body {
    /*padding-top: 50px;*/
}

h1 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

body > .container > h1:first-child {
    margin-top: 0;
    padding-toP: 0;
}

a {
    outline: 0 !important;
}

#account tr td:first-child {
    width: 75px;
}

#account tr td:nth-child(2) {
    width: 100px;
}

#account tr td:nth-child(4), #account tr th:nth-child(4) {
    width: 90px;
    text-align: right;
}

#account_summary {
    width: 375px;
}

#account_summary td {
    width: 125px;
}

#units td:last-child, #units th:last-child {
    text-align: center;
}

#units td:first-child, #units th:first-child {
    width: 740px;
    text-align: left;
}

#units td:nth-child(2), #units th:nth-child(2) {
    width: 150px;
    text-align: right;
}

#units th:last-child {
    width: 55px;
}

#transactions th, #transactions td {
    text-align: left;
}

#transactions td:nth-child(4), #transactions th:nth-child(4) {
    text-align: right;
}


#transactions th:nth-child(5), #transactions th:last-child, #transactions td:nth-child(5), #transactions td:last-child {
    text-align: center;
}

#tags th:last-child, #tags td:last-child {
    text-align: center;
}

.table td, .table th {
    vertical-align: middle !important;
}

.date-select select {
    width: 80px ;
    margin-right: 10px;
}

input.input-extramini {
    width: 40px;
}

.table-action th:last-child, .table-action td:last-child {
    text-align: center;
}

.table-balance {
    width: 550px;
}

.table-balance td, .table-balance th {
    text-align: right;
}

.negative {
    color: red;
    font-weight: bold;
}

.positive {
    color: green;
    font-weight: bold;
}

.positive:before {
    content: "+";
}

.loading {
    position: absolute;
    width: 940px;
    background-color: #dedede;
    opacity: 0.2;
    z-index: 5;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.tag {
    margin: 0 10px 0 0;
    padding: 9px;
    font-size: 100%;
    font-weight: normal;
}

.hide {
    display: none;
}

#type_repeat select:first-child {
    width: 60px;
}

#type_repeat select:last-child {
    width: 110px;
}

#pager {
    margin-bottom: 20px;
}

#parent {
    margin-bottom: 20px;
}

#parent span {
    float: left;
    width: 160px;
    text-align: right;
    margin-right: 20px;
}

.tags {
    text-align: justify;
    line-height: 38px;
    padding: 0 20px;
}

.size9 {
    font-size: 8px;
}

.size8 {
    font-size: 10px;
}

.tag.size7 {
    font-size: 12px;
}

.tag.size6 {
    font-size: 14px;
}

.tag.size5 {
    font-size: 16px;
}

.tag.size4 {
    font-size: 20px;
}

.tag.size3 {
    font-size: 25px;
}

.tag.size2 {
    font-size: 30px;
}

.tag.size1 {
    font-size: 38px;
}

/* datatable */
table.dataTable {
    float: left;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
}

table.dataTable th:active {
    outline: none;
}

.sorting_asc {
    background: url('../img/sort_asc.png') no-repeat center right;
}

.sorting_desc {
    background: url('../img/sort_desc.png') no-repeat center right;
}

.sorting {
    background: url('../img/sort_both.png') no-repeat center right;
}

#filter_unit, #filter_category, #filter_tag {
    width: 160px;
    margin-left: 10px;
}

#filter_plus {
    clear: both;
    padding: 6px 0 0 0;
    margin: 5px 0 0 0;
    text-align: left;
}

#filter_reset {
    float: left;
    width: 87px;
}

#filter_plus table {
    width: 375px;
    float: right;
    margin: 0;
}

#filter_plus td {
    width: 125px;
}

#filter_plus input {
    width: 160px;
    margin-left: 10px;
}

table.table thead {
    cursor: pointer;
    *cursor: hand;
}

*.unselectable {
    user-select: none;
    -o-user-select:none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.loadmask {
    position: absolute;
    z-index: 100;
    opacity: 0.5;
    background-color: #eee;
    width: 100%;
    height: 100%;
    zoom: 1;
}

.loadmask-msg {
    position: absolute;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: center center url(../img/loader.gif) no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    zoom: 1;
}

.typeahead {
    z-index: 1051;
}