* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body .fab {
    font-family: 'Font Awesome 5 Brands' !important;
}

body .far {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 400;
}

body .fa,
body .fas {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
}

.sidebar-nav .has-arrow-no-effect::after {
    position: absolute;
    content: '';
    width: .55em;
    height: .55em;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #607d8b;
    right: 1em;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    -ms-transform: rotate(-45deg) translate(0, -50%);
    -o-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 47%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.add-main-category {
    display: inline !important;
    background: transparent !important;
    color: blue;
    border: none;
    box-shadow: none;
    padding: initial !important;
}

.sidebar-nav > ul > li.active > a.add-main-category, .sidebar-nav > ul > li.active:hover > a.add-main-category {
    display: inline !important;
    background: transparent !important;
    color: blue;
    border: none;
    box-shadow: none;
    padding: initial !important;
}

.sidebar-nav > ul.p-b-0 {
    padding: 0px 0px 0px;
}

.p-b-0 {
    padding-bottom: 0;
}

.add-btn {
    position: fixed;
    bottom: 70px;
    width: calc(100% - 240px);
    z-index: 50;
}

.list-item {
    /*height: 100%;*/
}

.list-item .control-buttons {
    position: absolute;
    width: 100%;
    bottom: -67px;
}

/* mouse, touch pad */
@media (hover: hover) and (pointer: fine) {
    .list-item .control-buttons {
        display: none;
        bottom: 165px;
    }

    .list-view > div {
        margin: 15px !important;
    }
}

.list-item:hover .control-buttons {
    display: block;
    z-index: 10;
}

.list-item:hover:after, .list-item.hidden:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;

    border-radius: 4px;
    z-index: 5;
}

.category-list-item {
    padding: 0 16px 20px 16px;
}

.category-item-image {
    height: 206px;
    overflow: hidden;
}

.list-view > div {
    margin: 15px 15px 64px 15px;
}


.list-item .card-body {

    padding: 15px 0 0 0;
}

.list-item .box {
    padding-left: 0;
}

.list-item .b-t {
    margin-top: 15px;
}

.control-buttons .fas {
    font-size: 25px;
}

.control-buttons a, .control-buttons button {
    border-width: 5px;
}


.app-form [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: relative !important;
    left: auto;
    opacity: initial;
}

#dish-allergens label {
    /*display: block;*/
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
    width: 210px;
}

.list-item {
    flex: inherit;
}

.re-icon {
    font-family: 'RedactorFont' !important;
}

.sidebar-nav ul li a {
    white-space: initial;
}

.left {
    display: block;
    float: left;
}

.right {
    display: block;
    float: right;
}

.p-b-30 {
    padding-bottom: 30px;
}

#sidebarnav > li > ul > li > a {
    font-weight: bold;
}

.btn:hover, .btn {
    border: 1px !important;
}

form .help-block {
    color: red;
}

.category-table-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.table-item-row {
    padding: 10px;
}

.table-move-form {
    width: 150px;
    display: inline-block;
}

.table-move-form .form-group {
    margin-bottom: 0;
}


.adv-row {
    background-color: rgba(38, 198, 218, .04);
}