﻿.navbar-fixed-left {
    width: 140px;
    position: fixed;
    border-radius: 0;
    height: 100%;
}

    .navbar-fixed-left .navbar-nav > li {
        float: none; /* Cancel default li float: left */
        width: 139px;
    }

    .navbar-fixed-left + .container {
        padding-left: 160px;
    }

    /* On using dropdown menu (To right shift popuped) */
    .navbar-fixed-left .navbar-nav > li > .dropdown-menu {
        margin-top: -50px;
        margin-left: 140px;
    }

.ui-column-title {
    font-size: 12px !important;
    font-weight: 700;
}

.ui-cell-data {
    font-size: 13px !important;
}

.ui-datatable-even > td {
    background-color: white;
}

.ui-datatable-odd > td {
    background-color: white;
}

.header22 {
    background-color: green;
}

.ui-datatable-thead th .ui-column-title {
    color: white;
}

.ui-datatable-thead th {
    background-color: rgb(66, 138, 202);
}

.ui-sortable-column-icon fa fa-fw fa-sort fa-sort-asc {
    visibility: hidden;
}

.ui-paginator-page {
    color: white;
    background-color: rgb(66, 138, 202);
}

    .ui-paginator-page.ui-state-active {
        background-color: Red;
        color: black;
    }

.ui-button-sm, .ui-fileupload .ui-button, .ui-fileupload .ui-paginator-element, .ui-paginator-element {
    font-size: 1.5rem;
    height: 2.6rem;
    width: 2.8rem;
}
