.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #f0fceb;
}
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #fceded;
}
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #f3fbff;
}
.page-item.active .page-link {
    background-color: #0e9aef;
    border-color: #0e9aef;
}

body.skin-1.gray-bg {
    background: #f3f3f4;
}

.logo-header {
    padding: 20px;
    overflow: hidden;
    text-align: center;
}
.logo-header img {
    max-width: 100%;
    max-height: 100px;
}
.logo-img {
    margin-top: 100px;
    display: inline-block;
}
.logo-img img {
    height: 100px;
    margin-bottom: 20px;
}
a.btn-success {
    color: #fff !important;
}

.select2-container--default
.select2-selection--single {
    border: 1px solid #e5e6e7!important;
    border-radius: 1px!important;
    padding: 3px 12px;
    height: 35px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}
