﻿/*.bt-flabels input[type] {
    position: relative;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 0;
    z-index: 1;
    transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .bt-flabels input[type]:focus {
        background: #f5f8fc;
    }

.bt-flabels label {
    pointer-events: none;
    position: absolute;
    opacity: 0;
    top: 0;
    transform: translateY(15%);
    z-index: 2;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 6px;
    color: #52a6e1;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bt-flabels > *:not(:first-child).parsley-field__wrapper,
.bt-flabels > *:not(:first-child) .parsley-field__wrapper {
    border-top: none;
}*/

#scaleWeightError,
#volumeWeightError {
    position: absolute;
    margin-left: 10px;
    display: inline-block;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    color: var(--darkred);
    border: 1px solid var(--darkred);
    background-color: var(--verylitered);
}

.parsley-type {
    display: none;
}


.parsley-error {
    background: #feeeee !important;
}
.parsley-errors-list {
    position: absolute;
/*    top: 0;
*/    right: 0;
    width: 100%;
}

.parsley-required,
.parsley-phoneIncomplete,
.parsley-noSpaces {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
}

.parsley-selectRequired {
    position: absolute;
    /*top: -20px;*/
    right: 0;
    color: red;
}


.parsley-field__wrapper {
    position: relative;
}


/* Change background color */

.parsley-field__error input[type],
.parsley-field__error select {
    background: #feeeee !important;
}

    .parsley-field__error input[type]:focus {
        background: #feeeee;
    }




/* Error messages */

.parsley-field__error-required,
.parsley-field__error-email {
    opacity: 0;
    font-weight: bold;
    color: #f44545;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 3;
    pointer-events: none;
    position: absolute;
    right: 6px;
}


select + .parsley-field__error-required {
    position: absolute;
    top: -19px;
    right: 6px;
}

.parsley-field__error-required.show {
    opacity: 1;
}

.parsley-field__error-email.show {
    opacity: 1;
}
