.navbar .main-menu {
    flex-direction: column;
}

menutoggle i {
    width: 45px;
    color: #4e3616;
}

.menutoggle-title {
    font-size: 14px;
    line-height: 40px;

}

.hide, .hidden {
    display: none !important;
}

.menutoggle-wraper {
    padding-left: 30px;
    text-align: left;
    justify-content: left;
    display: flex;
    flex-direction: row;
}

.menutoggle-wraper.open {
    text-align: center;
    justify-content: center;
}

.navbar-header {
    display: flex;
    flex-direction: row;
}

.logo-title {
    font-size: 12px;
}

html, .bg-dark {
    background-color: #ccb99f !important;
}

body {
    background-color: #faf8f7 !important;
}

.header, .left-panel, .navbar-header, .main-menu, .sub-menu {
    background-color: #e1d8cc !important;
}

li {
    display: flex;
    flex-direction: row;
}

li i {
    width: 45px;
    line-height: 45px !important;
    color: #4e3616;
}

.menutoggle {
    text-align: left;
}

li.active {
    background-color: #8d734f !important;
}

li.active i {
    color: white;
}

li.active a {
    color: white !important;
    font-weight: bold;
}

.card-header {
    background-color: #8d734f !important;
    color: white;
}

.table thead th {
    background-color: #b89f7c;
    color: white;
}

.table tbody tr:nth-child(even) td {
    background-color: #fff;
}

.table tbody tr:nth-child(odd) td {
    background-color: #faf8f7;
}

.chosen-container {
    color: #000 !important;
}

.image-preview {
    background-size: cover !important;
    background-position:  center center !important;;
}

.image-preview.file-linked {
    background-image: url(../../images/xls.png) !important;
}

.image-preview.file-linked-empty {
    background-image: url(../../images/xls-gray.png);
}

.image-preview.new {
    background-image: url(../../images/images.png);
}


.image-preview.gallery-image label {
    opacity: 0;
}

.image-gallery .image-wrapper {
    width: 200px;
    display: inline-block;
    margin-right: 1vw;
    margin-top: 1vw;
}

.page-header.buttons-wrapper {
    display: flex;
}

.page-header.buttons-wrapper .page-title {
    margin-left: 1vw;
}