input[type=button],
input[type=submit] {
    cursor: pointer;
}

.captcha-wrap{
    width: 304px;
    margin: auto;
    margin-top: 30px;
}

.captcha-wrap .errorMessage{
    margin-bottom: 8px;
}

@media (max-width: 374px){
    div.g-recaptcha{
        transform:scale(0.88);
        transform-origin:0 0;
    }
}

.checkbox-wrap{
    position: relative;
    padding: 0 0 0 28px;
    margin: 0;
}

.checkbox-wrap input{
    display: block;
    position: absolute;
    left: 0; top: 2px;
}

.checkbox-wrap label{
    z-index: 0;
    position: relative; left: 0; top: 0;
    display: inline-block;
    margin: 0;
}

.bu01,
.bu02,
.bu03,
.bu04,
.bu05,
.bu06{
    line-height: normal;
    display: inline-block;
    padding: 15px;
    height: auto;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;

    background-color: #FC5609;
    color: white;
}

.bu02,
.bu03{
    background-color: white;
    border: 1px solid #d0d0d0;
    color: #959595;
}

.bu03{
    border: 1px solid #143255;
}

.bu04{
    background-color: #143255;
}

.bu05{
    background-color: #09B662;
    color: white;
}

.bu06{
    width: 100%;
    background-color: #0096FF;
    color: white;
}

.bu06:hover{
    width: 100%;
    background-color: #0096FF;
    color: white;
}

.bu01:hover{
    background-color: #ff5a00;
}

.bu01.loading{
    background-image: url('/resources/images/bu01-loading-default.gif');
    background-size: 30px;
    background-position: 99% 50%;
    background-repeat: no-repeat;
}

.bu01.loading:hover{
    background-image: url('/resources/images/bu01-loading-hover.gif');
}

.bu01.disabled, .bu01:disabled,
.bu02.disabled, .bu02:disabled,
.bu03.disabled, .bu03:disabled,
.bu04.disabled, .bu04:disabled,
.bu05.disabled, .bu05:disabled,
.bu06.disabled, .bu06:disabled{
    background-color: #ccc;
}

.bu01.disabled.loading, .bu01.disabled.loading:hover, .bu01:disabled.loading, .bu01:disabled.loading:hover,
.bu02.disabled.loading, .bu02.disabled.loading:hover, .bu02:disabled.loading, .bu02:disabled.loading:hover,
.bu03.disabled.loading, .bu03.disabled.loading:hover, .bu03:disabled.loading, .bu03:disabled.loading:hover,
.bu04.disabled.loading, .bu04.disabled.loading:hover, .bu04:disabled.loading, .bu04:disabled.loading:hover,
.bu05.disabled.loading, .bu05.disabled.loading:hover, .bu05:disabled.loading, .bu05:disabled.loading:hover,
.bu06.disabled.loading, .bu06.disabled.loading:hover, .bu06:disabled.loading, .bu06 :disabled.loading:hover{
    background-image: url('/resources/images/loading-inactive.gif');
    background-repeat: no-repeat;
    background-position: 100% 50%;
    color: white;
}

a.bu01:focus,a.bu01:active,a.bu01:hover,
a.bu04:focus,a.bu04:active,a.bu04:hover,
a.bu05:focus,a.bu05:active,a.bu05:hover,
input.bu01:hover{
    color: white;
    text-decoration: none;
    box-shadow: 0 0 8px rgba(204,204,204,0.6);
}

.bu02:focus, .bu02:active, .bu02:hover{
    border-color: #00c2df;
    color: #00c2df;
    text-decoration: none;
}

.bu02.loading{
    background-image: url('/resources/images/loading-icon-black.svg');
    background-size: 30px;
    background-position: 98% 50%;
    background-repeat: no-repeat;
}

a.bu01.disabled:hover,
input.bu01.disabled:hover{
    box-shadow: none;
}

a.bu03:hover{
    color:  #143255;
    box-shadow: 0 0 8px rgba(204,204,204,0.6);
}

.bu01.lpad.loading{
    padding-right: 47px;
    position: relative; left: 16px;
}

@media (max-width: 767px){

    .bu01, .bu06 {
        width: 100%;
    }

    .bu01.lpad.loading{
        padding: 0!important;
        position: static!important;
        left: 0!important;
    }
}




div.border {
    border: 1px solid #d0d0d0;
    border-radius: 4px;
}

div.form label {
    display: block;
    color: #898989;
    font-weight: normal;
    margin-bottom: 0;
}

div.form label.error{
    color: #cc0000;
}

div.form textarea.in1{
    display: block;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    padding: 10px 10px;
    font-size: 16px;
    width: 100%;
}

div.form input.in1,
div.form input.in3{
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}

div.form input.error {
    border: 1px solid #ff0000;
    /*background: #F7F9FC url('/resources/images/forms/error2.gif') no-repeat right center;*/
}

div.form input.valid:not([type="submit"]) {
    border: 1px solid #00af43;
    /*background: #F7F9FC url('/resources/images/forms/success2.gif') no-repeat right center;*/
}

div.form textarea.valid{
    border: 1px solid #00af43;
}

div.form input.disabled:not([type=submit]) {
    border: 1px solid #aaaaaa;
    color: #aaaaaa;
}

div.form select.se1{
    color: #464646;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    padding: 0 6px;
    width: 100%;
}

div.form select.se2{
    display: block;
    font-size: 14px;
    color: #464646;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    padding: 0 0 0 6px;
    width: 100%;
}

div.form input.in2{
    font-size: 14px;
    color: #464646;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    padding: 0 10px;
    width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    div.form select.se1 {
        padding: 0 0 0 6px;
    }
}

div.form select.se1.error{
    background: white url('/resources/images/forms/error3.gif') no-repeat right center;
}


div.form select.se1.valid{
    border: 1px solid #00af43;
    background: white url('/resources/images/forms/success3.gif') no-repeat right center;
}

div.form select.se1.disabled{
    border: 1px solid #aaaaaa;
    color: #aaaaaa;
}

div.form select.se1:focus,
div.form input.in1:focus,
div.form input.in3:focus{
    border: 1px solid #00c2df;
    background: white;
}

div.form select.se1.loading,
div.form input.in1.loading,
div.form input.in2.loading,
div.form input.in3.loading{
    background-image: url('/resources/images/loader-input.gif');
    background-repeat: no-repeat;
    background-position: 100% 50%;
    border: 1px solid #ccc;
    color: #ccc;
}

div.form input.in2.loading{
    border: none;
}

div.form select.se1.loading{
    background-image: url('/resources/images/loader-select.gif');
}

div.form .errorMessage{
    position: relative; left: 0; top: 0;
}

div.form .errorSummary{
    border: 1px solid #C00;
    padding: 7px 7px 12px 7px;
    margin: 0 0 8px 0;
    background: #FEE;
    text-align: left;
}

div.form .errorSummary p
{
    margin: 0;
    padding: 5px;
}

div.form .errorSummary ul
{
    margin: 0;
    padding: 0 0 0 20px;
}

div.form input.error,
div.form textarea.error,
div.form select.error
{
    border: 1px solid red;
    border-radius: 2px;
}

div.form .errorMessage{
    color: #cc0000;
}

div.form .errorMessage.short{
    background: url('/resources/images/forms/error.png') no-repeat center center;
    width: 20px; height: 18px;
}

div.form .errorMessage.success{
    background: url('/resources/images/forms/success.png') no-repeat center center;
    width: 20px; height: 18px;
}