body {
    font-size: 0.9rem
}

label.required:not(:empty):after,
.field-header.required:after {
    content: " *";
    color: red;
}

.app_background {
    background: #000000;
}

.app_header_background {
    background: #d71921;
    color: #fff;
}

.app_sidebar_background {
    background-color: #000000;
    color: #fff;
}

.col-form-label {
    font-weight: normal !important;
}

.main-header .navbar-nav .nav-item ul {
    margin: 0;
    padding: 0;
}

.toggleMenu {
    display: none;
}

@media (max-width: 767px) {
    .toggleMenu {
        display: inline-block;
    }

    .main-header .navbar-nav .nav-item ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: absolute;
        width: 100%;
        left: 0px;
        background: #001f3f;
    }

    .main-header .navbar-nav .nav-item.active .toggleMenu .fa-bars:before {
        content: "\f00d";
    }
}

.cust-calender {
    position: relative
}

.cust-calender i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}
.form-group legend {display: none}

.recipeCalcClass {position: relative}
.recipeCalcClass.fixed {position: fixed;z-index: 9;top:0}

.info-box .info-box-icon.eqp-icon {width: 70px; height: 80px; display: flex; flex-direction: column;justify-content: center;align-content: center}
.info-box .info-box-icon.eqp-icon img {width: 26px; height: auto}
.info-box .info-box-icon.eqp-icon h5 {margin: 0px;}
