.custom-control.custom-checkbox {
    padding-left: 0;
}

label.custom-control-label {
    position: relative;
    padding-right: 1.5rem;
}

label.custom-control-label::before, label.custom-control-label::after{
    right: 0;
    left: auto;
}

/* Modifiche stile Sarah - edited */

img.logo-simbiotech {
    width: 50%;
    display: inline-block;
    margin: 0 auto;
}

.logo-container{
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    /* height: 80vh; */
}

a.navbar-brand {
    font-weight: 600;
}

.alert-secondary {
    color: #fff;
    background-color: #a2c617;
}

.navbar.bg-secondary {
    background-color: #a2c617 !important;
}

a.nav-item.nav-link {
    color:#fff !important;
}

#navbarDropdownMenuLink{
    color: #fff !important;
}

#navbarDropdownMachineLink {
    color: #fff;
}

#navbarDropdownDigitalLabelLink {
    color: #fff;
}

#navbarDropdownPLLink {
    color: #fff;
}

a.dropdown-item:focus,
a.dropdown-item:hover {
    color: #93c01f;
    text-decoration: none;
    background-color: #f8f9fa;
}

a.badge.badge-info,
a.badge.badge-info:hover,
a.badge.badge-info:focus {
    background-color: #93c01f;
}

h4.alert.alert-secondary,
div.container div.alert.alert-secondary {
    color: #fff !important;
    background-color: #93c01f !important;
}

li.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #93c01f;
    border-color: #93c01f;
}

a.page-link {
    color: #93c01f;
}

button#btnSearch.btn.btn-secondary.mb-2 {
    background-color: #93c01f;
    border-color: #93c01f;
}

button#btnProduct.btn.btn-secondary.btnAddBatch {
    background-color: #93c01f;
    border-color: #93c01f;
}

#tblBatch thead.thead-light th,
#tblGoodDetails thead.thead-light th {
    color: #93c01f;
    background-color: #fff;
}

#tblHistory thead.thead-light th {
    color: #93c01f;
    background-color: #fff;
}

#tblGoods thead.thead-light th {
    color: #93c01f;
    background-color: #fff;
}

input[type="radio" i].form-check-input:focus {
    background-color: #93c01f;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eee;
    color: #495057;
    font-weight: 500;
}

a.page-link:hover {
    color: #93c01f;
}

a#Macchina-dei-Pinguini-tab.nav-link,
a#Mantecatore-tab.nav-link {
    color: #93c01f !important;
}

div.border.border-secondary.rounded ul li a {
    color:#93c01f;
}

.badge-primary {
    color: #fff;
    background-color: #93c01f!important;
}

.badge-primary:hover {
    color: #fff;
    background-color: #495057!important;
}

/*** css custom ***/

/** backgrounds **/

.bg-green {
    background-color: #93c01f !important;
}

.bg-olive {
    background-color: #e3eeb9;
}

/** navbar **/

/* logo sito */

.nav-logo {
    vertical-align: bottom;
}

/** footer **/

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
    padding-top: 30px;
    padding-bottom: 50px;
}


.footer {
    height: 60px;
    line-height: 60px;
    background-color: #93c01f;
    color: #fff;
    flex-shrink: 0;
}

/** text **/

.text-green {
    color: #93c01f !important;
}

/* media query */

@media screen and (max-width: 960px) {

    .single-em-line {
        line-height: 1.5rem;
    }

    .half-em-line {
        line-height: 0.8em !important;
    }

}

@media screen and (max-width: 720px) {

    .single-em-line {
        line-height: 1rem;
    }

    .half-em-line {
        line-height: 0.5em !important;
    }

}

/** sizing **/

.max-h200 {
    max-height: 200px !important;
}

/* media query */

@media screen and (max-width: 720px) {

    .max-sm-h150 {
        max-height: 150px !important;
    }

}

/* media query */

/* heading */

@media screen and (max-width: 960px) {

    .h1-small-title {
        font-size: 2rem !important;
        /* color: red !important; */
    }

}

@media screen and (max-width: 720px) {

    .h1-small-title {
        font-size: 1.7rem !important;
        /* color: red !important; */
    }

    .h3-small-title {
        font-size: 1.6rem !important;
        /* color: red !important; */
    }

}

@media screen and (max-width: 576px) {

    .h1-small-title {
        font-size: 1.5rem !important;
        /*color: purple !important; */
    }

    .h3-small-title {
        font-size: 1.55rem !important;
        /* color: red !important; */
    }

}

/** links **/

/* sottolineatura */

.underline-none:hover {
    text-decoration: none !important;
}

.underline-white:hover {
    text-decoration: underline;
    text-decoration-color: #fff !important;
}

/** buttons **/

.btn-green {
    background-color: #93c01f;
    color: #fff;
}

.btn-rounded {
    border-radius: 15px !important;
}

.btn-right-triangle {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 15px solid transparent;
    right: 2px;
}

/** borders **/

.border-none {
    border: 0px !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
}

.border-green {
    border-color: #93c01f !important;
}

/* border Bootstrap override */

.border-green_bso {
    border: 1px solid #93c01f !important;
}

.border-green-top_bso {
    border-top: 1px solid #93c01f !important;
}

.border-green-right_bso {
    border-right: 1px solid #93c01f !important;
}

.border-green-bottom_bso {
    border-bottom: 1px solid #93c01f !important;
}

.border-green-left_bso {
    border-left: 1px solid #93c01f !important;
}

/* end Bootstrap override */

/** nav **/

/* logo erbalatte */

.el-logo {
    width: auto;
    height: 28px;
}

/** form verde **/

form.smallstyle {
    line-height: 0.7;
    border-bottom: 30px solid #93c01f;
}

form.smallstyle label {
    margin-bottom: 5px;
    margin-left: 1px;
    font-weight: 600;
    font-size: 0.8em;
    line-height: 1;
}

form.smallstyle input {
    height: auto;
    max-height: 32px;
    border-radius: 1px;
    border: 1px solid #93c01f;
}

form.smallstyle input::placeholder {
    font-size: 0.8em;
    color: #cccccc;
}

form.smallstyle textarea {
    border-radius: 1px;
    border: 1px solid #93c01f;
}

form.smallstyle button {
    height: auto;
    max-height: 32px;
    border-radius: 0px;
    font-size: 0.8em;
    color: #ffffff;
}

form.smallstyle .v-divider:after {
    content: "";
    background: #93c01f;
    position: absolute;
    top: 5px;
    right: 0;
    height: 85%;
    width: 1px;
}

/* media query */

@media screen and (max-width: 991px) {

    form.smallstyle .v-divider:after {
        display: none;
    }

}

@media screen and (max-width: 720px) {

    form.smallstyle label {
        margin-bottom: 5px;
        margin-left: 1px;
        font-weight: 600;
        font-size: 0.7em;
        line-height: 1;
    }

    form.smallstyle button {
        font-size: 0.7em;
        padding: 5px;
    }

}

/* design */

.triangle-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #93c01f;
    margin: 0px auto;
}

/** scheda prodotto da qr code **/

/* tabella valori nutrizionali */

/* media query */

@media screen and (max-width: 960px) {

    .small-text {
        font-size: 0.75em;
        letter-spacing: 0em;
    }

}

@media screen and (max-width: 720px) {

    .small-text {
        font-size: 0.6em;
        letter-spacing: -0.02em;
    }

}

@media screen and (max-width: 567px) {

    .small-text {
        font-size: 0.53em;
        letter-spacing: 0em;
    }

}

.doc-th{
    width: 10%;
    text-align: center;
    color: #a2c617;
    font: 700 1rem/1.5625rem "Monserrat", sans-serif;

}

.doc-th-small {
	width: 1%;
    text-align: center;
    color: #a2c617;
    font: 700 1rem/1.5625rem "Monserrat", sans-serif;
}