/* Add here all your CSS customizations */
.font-weight-bold, b, strong {
    font-weight: 400 !important;
    letter-spacing: 1px;
}

.nutrimas-table-action {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 0;
}

.body-sign .card-sign .card-title-sign .title {
    padding: 0px 10px;
}

html.fixed .page-header {
    left: 0;
}

html.fixed .content-body {
    margin-left: 0;
}

.form-group + .form-group {
    border-top: 0;
    padding-top: 0;
}

.data-item-bg-color {
    background-color: rgb(205,223,160) !important;
}

.data-item-error-bg-color {
    background-color: rgb(223,160,160) !important;
}

.order-container {
    height: calc(100vh - 170px);
    overflow: hidden;
}

.order-container-card-body {
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 250px);
}

@media only screen and (max-width: 767px) {
    .page-header {
        margin-top: 56px;
    }
}