.slam-easyform .modal {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .slam-easyform  .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.slam-easyform  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.slam-easyform .modal .modal-header .title {
    margin: 0;
    font-size: 22px;
    display: inline-block;
}
.hide-formvalidation small.help-block{
    display: none!important;
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.slam-easyform .spinner,.slam-easyform .spinner:hover {
    position: relative;
    color: transparent
}

.slam-easyform .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite
}
#FORM_CALLBACK_1 input{
	border: 1px solid #ffffff;
    background-color: #ffffff;
    height: 40px;
    padding: 0 12px;
    border-radius: 3px;
    outline-offset: 4px;
    box-shadow: none;
}
#FORM_CALLBACK_1 textarea{
	border: 1px solid #ffffff;
    background-color: #ffffff;
    height: 84px;
    min-height: 40px;
    max-height: 200px;
    resize: vertical;
    box-shadow: none;
    padding: 0 12px;
    appearance: none;
    border-radius: 3px;
}
#FORM_CALLBACK_1 .warning-buy{
	padding-top: 24px;
}
#FORM_CALLBACK_1 button{
	padding: 0 24px;
    min-height: 46px;
    border: 0px;
    border-radius: 3px;
    background-color: #b0894e;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    min-width: 190px;
    width: 100%;
}
#FORM_CALLBACK_1{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.5);
}
#FORM_CALLBACK_1 > .row{
	position: relative;
    max-width: 600px;
    max-height: 100%;
    background-color: #f2f2f2;
    border-radius: 6px;
    padding: 32px 48px 32px 32px;
    color: #282220;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
}
#FORM_CALLBACK_1 > .row > .col-xs-12{
    padding: 0;
}
#FORM_CALLBACK_1 .popup_close{
	position: absolute;
    top: 18px;
    right: 18px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background-image: url(/local/templates/okamen/assets/images/svg/cross_new.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
#FORM_CALLBACK_1 .popup_fade{
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
#FORM_CALLBACK_1 .alert-success:not(.hidden){
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
#FORM_CALLBACK_1 .alert-success .wrapper{
    max-width: 600px;
    max-height: 100%;
    background-color: #f2f2f2;
    border-radius: 6px;
    padding: 32px;
    color: #282220;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
}






