/*
 *
 *  * @ author ( Zikiy Vadim )
 *  * @ site http://online-services.org.ua
 *  * @ name
 *  * @ copyright Copyright (C) 2016 All rights reserved.
 *
 */

/*
    Created on : 23.09.2016, 9:38:07
    Author     : Vadim
*/

#data_btn_in_admin a.button{
    border-color: transparent;
}
/*Fix foundation menu*/
/*#adminmenu #menu-settings ul{}*/
#adminmenu ul{
    margin-left: 0;
}

#vdz_cb{
    position: relative;
    /*width: 80%;*/
    max-width: 460px;
    min-width: 295px;
    margin: 0 auto;
    background-color: #fff;
    padding: 28px 26px;
    text-align: center;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
#vdz_cb input[type="text"]{
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}
#vdz_cb input[type="submit"]{
    /*margin-top: 10px;*/
}
#vdz_cb h3{
    text-align: center;
    margin: 4px 0 18px;
}
#vdz_cb #vdz_cb_form{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
#vdz_cb #vdz_cb_form input[type="submit"]{
    /*margin-top: 20px;*/
}

#vdz_cb #vdz_cb_form input[type="text"]{
    width: 100%;
    min-height: 50px;
    padding: 10px 14px;
    border: 1px solid #b8b8b8;
    border-radius: 6px;
    background: #fff;
    color: #30343a;
    font-size: 17px;
    line-height: 1.3;
    transition: border-color .2s ease, box-shadow .2s ease;
}

#vdz_cb #vdz_cb_form input[type="text"]:focus{
    border-color: #0a6ddf;
    box-shadow: 0 0 0 3px rgba(10, 109, 223, 0.16);
    outline: none;
}

#vdz_cb #vdz_cb_form button[type="submit"]{
    width: 100%;
    min-height: 54px;
    margin-top: 6px;
    border-radius: 30px;
    border: 2px solid #0a62c9;
    background: #fff;
    color: #1f2835;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
}

#vdz_cb #vdz_cb_form button[type="submit"]:hover,
#vdz_cb #vdz_cb_form button[type="submit"]:focus{
    background: #0a62c9;
    color: #fff;
    outline: none;
}

#vdz_cb .vdz-cb-recaptcha{
    display: flex;
    justify-content: center;
    margin: 10px 0 14px;
    width: 100%;
    overflow: hidden;
}

#vdz_cb .vdz-cb-recaptcha > div,
#vdz_cb .vdz-cb-recaptcha iframe{
    max-width: 100%;
}

#vdz_cb_unsver div{
    margin-top: 30px;
}
#vdz_cb_unsver .warning{
    color: red;
}
#vdz_cb_unsver .success{
    color: green;
}

.jBox-overlay{
    z-index: 100000 !important;

}
.jBox-wrapper{
    z-index: 100100 !important;
}
.jBox-Modal .jBox-container{
    border-radius: 0px !important;
}
@media screen and (max-width: 768px){
    #vdz_cb #vdz_cb_form{
        width: 100%;
        max-width: 320px;
    }
    .jBox-Modal .jBox-content{
        padding: 0;
    }
}

@media screen and (max-width: 360px){
    #vdz_cb{
        min-width: 0;
        width: calc(100vw - 24px);
        padding: 18px 14px;
    }
    #vdz_cb #vdz_cb_form{
        max-width: 100%;
    }
    #vdz_cb .vdz-cb-recaptcha > div{
        transform: scale(0.92);
        transform-origin: center top;
    }
}