
a.logo {
    height: 53px !important;
}

.logo {
    background-color: white !important;
}

.content-header {
    background-color: white !important;
    padding-bottom: 10px;
    box-shadow: 0px 1px 5px -5px black;
}

.skin-blue .sidebar-menu > li.active > a {
    border-left-color: #77ABFF;
}

.content-wrapper .content {
    box-shadow: inset 0px 0px 3px rgba(85, 85, 85, 0.11);
}

.box {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1)
}

.content {
}

.content .row.sticky {
    margin-top: -15px;
}

.content .row:first-child:not(.sticky) {
    margin-top: 15px;
}

.content .row.sticky [class*=col-]:first-child {
    padding-left: 0px;
    padding-right: 0px;
}

.content .row.sticky .box:first-child {
    border-radius: 0px;
}

.content .row.sticky .box-header {
    display: none;
}
.btn-primary {
    background-color: #77ABFF;
    border-color: #3B557F;
}

.btn-primary:hover {
    background-color: #3B557F;
    border-color: #3B557F;
}
.btn-danger {
    background-color: #FF9F90;
    border-color: #d9534f;
}

.btn-danger:hover {
    background-color: #d9534f;
    border-color: #d9534f;
}
.tempRed {
    background-color: #d9534f;
    border-color: #d43f3a
}

.dataTables_filter {
    text-align: right;
}
.dataTables_filter input {
    margin-left: 5px;
}

.dataTable thead th:last-child:not(.dataTable thead th:first-child) {
    text-align: right !important;
}
.dataTable tbody tr td:last-child:not(.dataTable tbody td:first-child) {
    text-align: right !important;
}

.select2-selection.select2-selection--single {
    min-height: 36px;
}