
.skin-blue .sidebar-menu > li.active > a {
    border: 0;
}

.treeview span {
    margin-left: 5px;
}

.pageview span {
    margin-left: 5px;
}

#listTable > tbody > tr > td {
    vertical-align: middle;
}

.content-wrapper {
    background-color: white !important;
}

.batch-action-col {
    text-align: center;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px !important;
}

.select2-container--default .select2-selection--single {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.sidebar-menu li > a > .fa-angle-left, .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    display: none;
}