.categories_header {
    display: flex;
    justify-content: space-between;
}

.categories_search {
    width: 300px;
}

.groups_search {
    width: 300px;
    position: relative;
    top: 10px;
}

.categories_import {
    width: 300px;
}

.delete-form .btn {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: #dc4a38;
    font-size: 16px;
}

.breadcrumb {
    padding: 0 0 20px 15px !important;
    font-size: 17px;
}

.toggle-checkbox.toggle-sm input[type=checkbox] + label {
    margin: 0 0 -5px 5px;
}

.side-nav {
    right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
    .page-container { padding: 0 70px 0 0!important; }
}

.header {
    display: none;
}

.page-container .main-content {
    padding-top: 25px!important;
}

.boolean {
    display: block;
    text-align: center;
}

.boolean .ei-checked{
    color: #37c936;
}
.boolean .ei-unchecked{
    color: #ff3c7e;
}

.alert {
    margin-left: 15px;
    margin-right: 15px;
}
ul.list-unstyled small {
    display: inline-block;
    min-width: 108px;
    color: #888da8;
}

ul.list-unstyled li {
    color: #515365;
    margin-top: 10px;
}

.show-product .card {
    border: none !important;
}

.photo .flex-row {
    text-align: center;
}

.photo button {
    margin-bottom: 3px!important;
}

.status-box {
    margin: 3px 20px 0 0;
}

.table-checkbox {
    padding: 0;
}
tr.danger {
   background-color: #f2dede!important;
}

.table-checkbox label {
    margin: 0;
}

.table-checkbox input[type=checkbox] + label:before {
    margin: 0;
}

.selected_actions {
    text-align: right;
}
.selected_actions form {
    display: inline-block;
}
.selected_actions select {
    display: inline-block;
    width: auto;
}

.per_page_box {
    float: left;
}

.shown {
    text-align: right;

}
