.nav-sidebar > li > a > i {
    margin-right: 10px;
}
.nav-sidebar > li {
    font-size: 15px;
}
.active {
    background-color: #d3e9f8;
}
.btn-large {
    margin-bottom: 15px;
}
.input-search {
    width: 20%;
}
.node-btn {
    margin-left: 10px;
}
.category-delete-form {
    display: inline !important;
}
.hiddenRow {
    display: none;
}
.investor-row {
    background-color: #e0ebeb;
}
.apartment-row {
    background-color: #ebebe0;
}
.data-filter-submit:disabled {
    color: #000000;
    background-color: #ffffff;
}
.data-filter-submit:disabled:hover {
    background-color: #ffffff;
}

.vertical-text > tr > th {
    white-space: nowrap;
    height: 150px;
}

.utilitybills-thead > tr > th {
    height: 270px;
}

.vertical-text > tr > th > div {
    transform:
        /* Magic Numbers */
    /*translate(-10px, 0px)*/
        /* 45 is really 360 - 45 */
    rotate(270deg);
    width: 40px;
}

.vertical-text > tr > th > div > span {
    white-space:pre;
    /*padding-left: 10px;*/
}

table {
    font-family: "Times New Roman";
}

.report-table {
    margin-top: 20px;
    margin-right: 0;
}

.white-cell {
    background-color: white;
}

.top-dropdown > li {
    text-align: center;
}

/*.dropdown-menu {*/
    /*position: fixed;*/
    /*top: auto;*/
    /*left: auto;*/
    /*right: auto;*/
/*}*/

