﻿.lenremont-order-status-form{
    width: 320px;
    margin: 4em auto;
    padding: 2em 1em 1em 1em;
    background: #fafafa;
    border: 1px solid #ebebeb;
    box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;
}
.lenremont-order-status-form *{
    box-sizing: border-box;
}
.lenremont-order-status-form__error-container:empty,
.lenremont-order-status-form__order-info:empty,
.lenremont-order-status-form__additional-inputs:empty,
.lenremont-order-status-form__buttons:empty{
    display: none;
}
/*__notice*/
.lenremont-order-status-form__notice-title{
    color: #409aff;
    font-size: 24px;
    margin: 0;
    margin-bottom: 1em;
}
/*__error*/
.lenremont-order-status-form__error-container{
    height: auto;
    width: 100%;
    margin-bottom: 1.5em;
}
.lenremont-order-status-form__error-title{
    color: #A94442;
    font-size: 24px;
    margin: 0;
    margin-bottom: 1em;
}
.lenremont-order-status-form__error-text{
    color: #A94442;
    font-size: 16px;
}
/*__message*/
.lenremont-order-status-form__message-container{
    height: auto;
    width: 100%;
    margin-bottom: 1.5em;
}
.lenremont-order-status-form__message-title{
    color: rgb(0, 223, 96);
    font-size: 24px;
    margin: 0;
    margin-bottom: 1em;
}
.lenremont-order-status-form__message-text{
    color: rgb(0, 223, 96);
    font-size: 16px;
}
/*__order-info*/
.lenremont-order-status-form__order-info{
    width: 100%;
    margin-bottom: 1.5em;
    border-spacing: 0;
    font-size: 16px;
    line-height: 29px;
}
.lenremont-order-status-form__order-info td{
    border-top: 1px solid rgb(242, 242, 242);;
}
/*__input-container*/
.lenremont-order-status-form__input-container{
    position: relative;
    margin-bottom: 25px;
}
.lenremont-order-status-form__input-container input[type=number]{
    -moz-appearance: textfield;
}
.lenremont-order-status-form__input-container input::-webkit-outer-spin-button,
.lenremont-order-status-form__input-container input::-webkit-inner-spin-button{
    -webkit-appearance:none;
}

/*__input*/
input.lenremont-order-status-form__input{
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    appearance:none;
    display: block;
    background: #fafafa;
    color: #636363;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}
.lenremont-order-status-form__input:focus {
    outline: none;
}
.lenremont-order-status-form label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: all 0.2s ease;
}
.lenremont-order-status-form__input:focus ~ label,
.lenremont-order-status-form__input.used ~ label{
    top: -20px;
    transform: scale(.75);
    left: -2px;
    /* font-size: 14px; */
    color: #4a89dc;
}
.lenremont-order-status-form .bar {
    position: relative;
    display: block;
    width: 100%;
}
.lenremont-order-status-form .bar:before,
.lenremont-order-status-form .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #4a89dc;
    transition: all 0.5s ease;
}
.lenremont-order-status-form .bar:before{
    left: 50%;
}
.lenremont-order-status-form .bar:after{
    right: 50%;
}
.lenremont-order-status-form__input:focus ~ .bar:before,
.lenremont-order-status-form__input:focus ~ .bar:after {
    width: 50%;
}

/* Buttons */
.lenremont-order-status-form__reset,.lenremont-order-status-form__proceed{
    background-color: #409aff;
    color: white;
    border-radius: 3px;
    box-shadow: none;
    border: none;
    font-size: 18px;
    -webkit-appearance: none;
    appearance:none;
    width: 100%;
    height: 52px;
    margin-top: 10px;
}
.lenremont-order-status-form__reset:hover,.lenremont-order-status-form__proceed:hover{
    background-color: #337BCC;
}
/*РџСЂРѕСЃС‚Рѕ Р±РѕРјР±РёС‚ СЃ x-С‚РµРјС‹*/
.lenremont-order-status-form__submit{
    background-color: #36AA0E !important;
    margin-top: 10px !important;
    padding: 12px 10px 12px 5px !important;
    color: white !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    border: none !important;
    font-size: 18px !important;
    -webkit-appearance: none;
    appearance:none;
    width: 100%;
    height: 52px !important;

}

/* Custom Select */
.lenremont-order-status-form__select {
    position: relative;
    display: block;
    width: 100%;
    height: 3em;
    line-height: 3;
    background: #fff;
    overflow: hidden;
    border: 2px solid #4a89dc;

}
.lenremont-order-status-form__select select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #fff;
    background-image: none;
}
.lenremont-order-status-form__select select::-ms-expand {
    display: none;
}
.lenremont-order-status-form__select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    pointer-events: none;
    box-sizing: border-box;
}
.lenremont-order-status-form__select:hover::after {
    color: #4a89dc;
}
.lenremont-order-status-form__select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

/* Radio buttons */
.lenremont-order-status-form__radio-container{
    display: block;
    width: auto;
    height: 100%;
    position: relative;
}
.lenremont-order-status-form__radio-button{
    margin: 16px 0;
    height: auto;
}
.lenremont-order-status-form__radio-button input[type="radio"]{
    display: none;
}
.lenremont-order-status-form__radio-button input[type="radio"]:checked + label:before{
    border-color: #409aff;
    animation: ripple 0.2s linear forwards;
}
.lenremont-order-status-form__radio-button input[type="radio"]:checked + label:after{
    transform: scale(1);
}
.lenremont-order-status-form__radio-button label{
    display: inline-block;
    height:40px;
    position: relative;
    padding: 0 50px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    top: 0px;
    left: 0px;
    pointer-events: auto;
}
.lenremont-order-status-form__radio-button label:before{
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border: 2px solid #409aff;
}
.lenremont-order-status-form__radio-button label:after{
    top: calc(32px / 2 - 20px / 2);
    left: calc(32px / 2 - 20px / 2);
    width:20px;
    height:20px;
    transform: scale(0);
    background:#409aff;
}
.lenremont-order-status-form__radio-button label:after,.lenremont-order-status-form__radio-button label:before{
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all .3s ease;
    transition-property: transform, border-color;
}
@keyframes ripple {
    0% {
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.0);
    }
    50% {
        box-shadow: 0px 0px 0px 30px rgba(0, 0, 0, 0.1);
    }
    100% {
        box-shadow: 0px 0px 0px 30px rgba(0, 0, 0, 0);
    }
}


/* Preloader */
.lenremont-order-status-form__preloader-container{
    display: inline-flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 60px;
    overflow: hidden;
    padding-top: 10px;
}
.lenremont-order-status-form__preloader-element{
    height: 40px;
    width:  40px;
    border-width: 3px;
    border-style: solid;
    border-color: #409aff #409aff transparent transparent;
    border-radius: 100%;
    animation: clockwise .5s linear infinite;
}
.lenremont-order-status-form__preloader-element:empty{
    display: block;
}

@keyframes clockwise {
    to {transform: rotate(360deg) translatez(0);}
}