form>*:not(.input),
form>.w50>*:not(.input),
form>.w100>*:not(.input),
.filters span {
    position: relative;
}

.block {
    display: block;
}

.filters a.button,
.filters button:not([class*='ql-']):not([class*='choices']),
.filters input[type="submit"] {
    margin-top: 0;
}

.filters .choices,
.filters input {
    margin-bottom: 0 !important;
}

form>*>input:not([type="submit"]),
form>.w50>*>input:not([type="submit"]),
form>.w100>*>input:not([type="submit"]),
form select,
form input:not(.choices__input):not([type="submit"]),
.form>*>input:not([type="submit"]),
.form>*>select {
    width: 100%;
    padding: 10px 0;
    font-size: 1rem;
    color: #000;
    margin-bottom: 25px;
    border: none;
    border-bottom: 1px solid var(--darkGrey);
    outline: none;
    background: transparent;
}

form input[type="number"], .radioClientDeAdaugatInComanda {
    margin-bottom: 0 !important;
}

.form>* {
    position: relative;
}

.dinamicDropdown {
    max-width: 200px;
}

.editable {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #d01818;
    cursor: crosshair;
}
.dellBtn {
    margin-top: 0px !important;
    padding: 4px 12px !important;
    font-size: 12px !important;
    background-color: var(--red) !important;
}
form label,
.form label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.4rem 0;
    font-size: 1rem;
    color: #000;
    pointer-events: none;
    transition: .5s;
    display: block;
    white-space: nowrap;
}

form input[type="checkbox"],
form input[type="radio"],
.form input[type="checkbox"],
.form input[type="radio"] {
    width: auto !important;
}

form input[type="checkbox"]~label,
form input[type="radio"]~label,
.form input[type="checkbox"]~label,
.form input[type="radio"]~label {
    position: relative;
    top: auto !important;
    font-size: 1em !important;
    display: inline-block;
}

form input:focus~label,
form input:valid~label,
form span+label,
form input[readonly]~label,
form select~label,
form textarea~label,
form .editor~label,
.choices+label,
.form input:focus~label,
.form input:valid~label,
.form span+label,
.form input[readonly]~label,
.form select~label,
.form textarea~label,
.form .editor~label,
.choices+label {
    top: -1.5em;
    left: 0;
    color: #07868c;
    font-size: 0.85em;
}

.choices {
    min-width: 12em;
}

.btnExportaEvidentaStoc{
    position: relative !important;
}

form .advancedSearch input:not(button):not([type="submit"]):not(.choices__input) {
    font-size: 1.2rem;
    line-height: 1em;
    margin-bottom: 10px;
    color: var(--white);
}

form a.button,
form button:not([class*='ql-']):not([class*='choices']),
form input[type="submit"],
.form a.button,
.form button:not([class*='ql-']):not([class*='choices']),
.form input[type="submit"],
.button,
.btnLink,
#btnCorecteazaCodBaza {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    color: var(--white);
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 5px;
    letter-spacing: 3px;
    background: transparent;
    outline: none;
    border: none;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0 0 4px var(--blue-deep);
    cursor: pointer;
    background-color: var(--blue-deep);
}

.btnConfirmaCorectareCodBazaSablonReteta, .btnConfirmaCorectareCodFolie {
    visibility: hidden;
    margin-top: 10px !important;
}

form td a {
    color: #000;
}

form a.button:hover,
form button:not([class*='ql-']):not([class*='choices']):hover,
form input[type="submit"]:hover,
.button:hover {
    background: #07868c;
    color: #fff;
    cursor: pointer;
}

.resetData {
    margin-top: 0 !important;
    margin-bottom: 0.75em;
}

.btnLink{
    margin-top: 0px;
    margin-bottom:5px;
}

.resetMargin {
    margin: 0 !important;
}

form a span,
form button span {
    position: absolute;
    display: block;
}

form a span:nth-child(1),
form button span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #07868c);
    animation: btn-anim1 1s linear infinite;
}

form input[type="tel"] {
    text-align: right;
}

input[type="tel"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-outer-spin-button {
    opacity: 1;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }
    50%,
    100% {
        left: 100%;
    }
}

form a span:nth-child(2),
form button span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #07868c);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }
    50%,
    100% {
        top: 100%;
    }
}

.nomargininput input {
    margin: 0 !important;
}

form a span:nth-child(3),
form button span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #07868c);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }
    50%,
    100% {
        right: 100%;
    }
}

form a span:nth-child(4),
form button span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #07868c);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }
    50%,
    100% {
        bottom: 100%;
    }
}

.form button:disabled,
form button:disabled,
form input:disabled,
.form input:disabled {
    color: #cdcdcd !important;
}

#genereazaNecesar {
    margin-top: 0;
}

#genereazaNecesar:not(:disabled):hover {
    cursor: pointer;
}