html {
    font-size: 10px;
}

*, *::before, *::after {
    word-break: initial;
}

button.btn.btn-secondary {
    background-color: #6c757d!important;
}

button.btn.btn-primary {
    background-color: #0069d9!important;
}

button.btn.btn-danger {
    background-color: #dc3545!important;
}

.datetimepicker table {
    font-size: 14px;
    border: none;
}

.data-livrarii[class*=col-] {
    padding: 0 15px;
}

/* ONLY FOR SHORTCODE FORM */
.site-content .hidden {
    display: none;
}

#order-form {
    font-family: 'Merriweather Sans', sans-serif;
}

#order-form .form-group label {
    margin-top: 5px;
    font-size: 12px;
}

#order-form .form-group input,
#order-form .form-group select,
#order-form .form-group textarea {
    font-size: 1.2rem;
}

#order-form .row .form-group {
    /*display: flex;*/
}

#order-lines {
    padding-bottom: 25px;
}

.order-row {
    margin-bottom: 20px;
}

.order-row .help-block {
    font-size: 13px;
    margin-bottom: 0;
}

.order-row #product-description {
    margin: 0 15px;
    display: block;
}

.order-row #product-description ul {
    background: #80808026;
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
    margin-bottom: 0;
}

.order-row #product-description ul li:first-child {
    margin-top: 0;
}

.order-row #product-description {
    font-size: 13px;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.navbar {
    margin-bottom: 0;
}

@media (min-width: 1250px) {
    .site-content {
        width: 1200px;
    }
}

.site-content {
    margin: 0 auto;
    background-color: #f7f7f7ed;
    padding: 30px;
}

.site-content .title {
    margin-bottom: 20px;
}

#add-order-line, #place-order, #place-customer-order {
    background-color: #77c7c6!important;
    border-color: #77c7c6!important;
}

#add-order-line:focus, #place-order:focus, #place-customer-order:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #77c7c685;
    -moz-box-shadow: 0 0 0 0.2rem #77c7c685;
    box-shadow: 0 0 0 0.2rem #77c7c685;
}

#place-order, #place-customer-order {
    padding: 5px;
    margin: 0 auto;
    display: block;
    float: none;
    font-size: 20px;
}

.product-title {
    display: inline-block;
    padding-right: 20px;
}

.product-header {
    padding: 15px;
    background: #77c7c680;
    border: 1px solid #77c7c6;
}

.product-header .glyphicon {
    padding: 0 5px;
    float: right;
}

.product-header .glyphicon:hover {
    cursor: pointer;
}

.product-header {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.product-header.collapsed-row {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.collapse-product {
    border: 1px solid #77c7c6;
    border-top: none;
    padding-top: 20px;
    padding-bottom: 10px;
}

.glyphicon-trash {
    color: #f53a3a;
}

.product-header .glyphicon-plus {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.checkbox-container input{
    position: relative;
    margin-left: 20px;
}

.checkbox-container label {
    margin-left: 5px;
    /*top: -2px;*/
    /*position: relative;*/
}

.checkbox-container .invalid-feedback {
    margin-left: 20px;
}

/* css validation */
#order-form select.form-control.is-invalid {
    background-position: right calc(1.375em + 0.1875rem) center;
}

fieldset {
    border: 1px groove #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
    -webkit-box-shadow: 0 0 0 0 #000;
    -moz-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
}

fieldset legend {
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    width: auto;
    padding: 0 7px;
    border: 0;
}

.order-notice {
    margin-bottom: 50px;
    background: rgb(119 199 198 / 70%);
    padding: 20px;
    border-radius: 10px;
}
