.center {
        text-align: center;
}
.parange {
        background: rgba(255, 255, 255, 0.7);
        cursor: pointer;
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 50;
}
.saver-busy {
        background-color: rgba(255,255,255,.85);
        background-image: url('../img/busy.gif');
        background-repeat: no-repeat;
        background-position: center center;
        cursor: wait;
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1250;
}
.simple-ntc {
        opacity: 0;
        position: absolute;
        height: 21px;
        border-radius: 15px;
        white-space: nowrap;
        background: red;
        color: white;
        line-height: 17px;
        cursor: default;
        box-shadow: 0 0 3px 0px red;
        z-index: 105;
}
.simple-ntc span {
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        width: 0;
        font-size: 14px;
}
.simple-ntc:hover span {
        width: auto;
        padding-right: 8px ;
}
.simple-ntc i {
        padding: 0 8px;
        vertical-align: middle;
}
.has-error {
        border-color: red!important;
        transition-duration: .3s;
        transition-property: border-color;
}
/* RECALL BTN */
.recall-float-btn {
        cursor: pointer;
        position: fixed;
        bottom: 80px;
        right: 80px;
        background: rgba(255, 255, 255, .3);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        z-index: 52;
}
.recall-float-btn:before,
.recall-float-btn:after {
        position: absolute;
        background: #79f153;
        width: 60px;
        height: 60px;
        content: "";
        display: block;
        border-radius: 50%;
        -webkit-backface-visibility: hidden;
        z-index: 0;
}
.recall-float-btn:not(.opened-recall):before {
        animation: wave-animate 4s infinite ease-out;
}
.recall-float-btn:not(.opened-recall):after {
        animation: wave-animate2 4s 2s infinite ease-out;
}
/*@keyframes wave-animate {
    0% {
        transform: scale(0);
        opacity: 1;
        transform-origin: center;
    }
    100% {
        transform: scale(3);
        opacity: 0;
        transform-origin: center;
    }
}*/
@keyframes wave-animate {
        0% {
                box-shadow: 0 0 0 0px rgba(0, 225, 0, 0.36);
        }
        80% {
                box-shadow: 0 0 0px 150px rgba(0, 128, 0, 0.0);
        }
        100% {
                box-shadow: 0 0 0px 150px rgba(0, 128, 0, 0);
        }
}
@keyframes wave-animate2 {
        0% {
                box-shadow: 0 0 0 0px rgba(0, 255, 1, 0.48);
        }
        100% {
                box-shadow: 0 0 0px 100px rgba(45, 128, 46, 0.00);
        }
}

.recall-float-btn > i {
        position: absolute;
        font-size: 34px;
        text-shadow: 0 0 20px;
        color: #009800;
        background: rgba(255, 255, 255, 0.69);
        height: 60px;
        width: 60px;
        line-height: 60px;
        border: 1px solid rgba(0, 162, 0, 0.63);
        border-radius: 50%;
        text-align: center;
        z-index: 52;
        transition-duration: .4s;
        /*box-shadow: 0 0 10px;*/
        transform: rotate(0deg);
}
.recall-float-btn > i + i {
        opacity: 0;
}
.recall-float-btn > i.waves {
        animation: ripple 4s infinite reverse;
}
.recall-float-btn.opened-recall > i.waves {
        opacity: 0;
        transform: rotate(360deg);
}
.recall-float-btn.opened-recall > i + i {
        opacity: 1;
        transform: rotate(360deg);
}
@keyframes ripple {
        0% {
                box-shadow: 0 0 0 0px rgba(51, 238, 90, 0.27), 0 0 0 0px rgba(255, 255, 255, 0.36), 0 0 0 0px rgba(117, 238, 115, 0.29), 0 0 0 0px rgba(255, 255, 255, 0.28),
                0 0 0 0px rgba(54, 255, 96, 0.18), 0 0 0 0px rgba(255, 255, 255, 0.43), 0 0 0 0px rgba(54, 255, 96, 0.2), 0 0 0 0px rgba(255, 255, 255, 0.17);
        }
        100% {
                box-shadow: 0 0 0 15px rgba(119, 238, 214, 0), 0 0 10px 17px rgba(255,255,255,0), 0 0 0 40px rgba(159, 238, 134, 0), 0 0 0 42px rgba(255,255,255,0),
                0 0 0px 70px rgba(119, 238, 214, 0), 0 0 0 72px rgba(255,255,255,0), 0 0 0 105px rgba(51, 238, 90, 0), 0 0 0 107px rgba(255,255,255,0);
        }
}
.recall-float-btn:hover > i {
        color: #cdffd7;
        background: rgba(90, 255, 69, 0.77);
        border: 1px solid rgba(188, 252, 202, 0.47);
}
/* RECALL BTN */

/* RECALL FORM */

.recall-float-form {
        position: fixed;
        bottom: 80px;
        right: 80px;
        background: rgba(45, 146, 45, 0.74);
        width: 0px;
        height: 60px;
        border-radius: 30px;
        z-index: 51;
        overflow: hidden;
        white-space: unset;
        transition-duration: .25s;
        box-shadow: 0 0 00px 0px #00000000;
        opacity: 0;
}
.opened-recall + .recall-float-form {
        opacity: 1;
        width: 360px;
        box-shadow: 0 0 30px 0px #0c3501;
 }
.recall-float-form span {
        display: block;
        height: 24px;
        color: white;
        line-height: 22px;
        padding-left: 28px;
        font-size: 11px;
}
.recall-float-form input {
        display: inline-block;
        width: 130px;
        line-height: 24px;
        margin-left: 30px;
        background: none;
        color: white;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 0px;
        border-bottom: 1px solid #ffffff3b;
}
.recall-float-form input::placeholder {
        color: #afafaf;
}

.recall-float-form a.send {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        width: 110px;
        margin-left: 10px;
        line-height: 23px;
        height: 28px;
        background: transparent;
        color: white;
        vertical-align: bottom;
        border: 1px solid #ffffff3b;
        border-radius: 13px;
        cursor: pointer;
}
.recall-float-form a.send:hover {
        color: green;
        background: white;
}
@media only screen and (max-width : 500px) {
        .recall-float-form, .recall-float-btn {
                /*transform-origin: right bottom;*/
                /*transform: scale(.8);*/
                right: 0px;
                bottom: 20px;
        }
}