.form-manager-plugin, .form-manager-plugin *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-manager-plugin{
    width: 100%;
    clear: both;
}
.form-manager-plugin:last-of-type{
    margin-bottom: 0;
}

.form-manager-plugin .btn{
    display: inline-block;
    padding: 5px 10px;
    background-color: #5cb85c;
    color:#fff;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    -ms-opacity: .9;
    -o-opacity: .9;
    opacity: .9;
    border:1px solid transparent;
    line-height: 100%;
    cursor: pointer;
    -webkit-appearance:none; 
    border-radius: 0;
}

.form-manager-plugin .btn:hover{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.btn.btn-primary{
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-style: normal;
}

@media screen and (max-width:480px){
    .form-manager-plugin .btn{
        width: 100%;
        max-width: 320px;
    }
}

.form-manager-plugin label{
    display: block;
    margin-bottom: 3px;
    font-size: smaller;
    font-weight: bolder;
    font-size: small;
    text-align: left;
    width: auto;
    float: left;
}

.form-manager-plugin .error-label{
    font-style: normal;
    color:red;
    font-size: 11px;
    clear: both;
    display: block;
    line-height: 11px;
    padding: 2px 5px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.form-manager-plugin .required-input{
    position: relative;
}

.form-manager-plugin .required-input::after{
    position: absolute;
    content: '*';
    color:#c91f1f;
    right: -10px;
    top:0;
}

.form-manager-plugin.form-horizontal .required-input{
    padding-right: 8px;
}

.form-manager-plugin.form-horizontal .required-input::after{
    position: absolute;
    content: '*';
    color:#c91f1f;
    right: 0;
}

.form-manager-plugin .form-control.error{
    border-color: red;
}

.form-manager-plugin .form-control{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    font-size: 16px;
    padding: 5px 10px;

    font-family: inherit;
    width: 100%;

    border:1px solid rgba(0,0,0,.05);

    -webkit-box-shadow: none;
    box-shadow: none;

/*    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}

.form-manager-plugin .form-control:hover{
    border-color: rgba(0,0,0,.1);
    -webkit-outline: none;
    -moz-outline: none;
    -ms-outline: none;
    -o-outline: none;
    outline: none;
/*    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}

.form-manager-plugin select.form-control{
    height: 41px;
}

.form-manager-plugin .form-control:focus{
    border-color: rgba(0,0,0,.2);
}

.form-manager-plugin .form-control.error:hover, .form-manager-plugin .form-control.error:focus{
    border-color: red;
}

.form-manager-plugin textarea.form-control{
    padding: 10px;
}


.form-manager-plugin + .form_manager-form-message{
    display: none;
    margin-top: 15px;
    font-size: 130%;
    clear: both;
}

.form-manager-plugin.form_manager--success{
    display: none !important;
}

.form-manager-plugin.form_manager--success + .form_manager-form-message{
    display: block !important;
}


.form-manager-progress-container{
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.05);
    height: 30px;
    margin: 15px 0;
}

.form-manager-progress-bar{
    background-color: #5CB85C;
    border:1px solid rgba(0,0,0,.08);
    height: 30px;
    width: 100% !important;
    line-height: 30px;
    text-align: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.form-manager-progress-percents{
    color:#fff;
    font-size: 18px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
    text-indent: 5px;
}

.form-manager-plugin .form-group {
    clear: both;
    float: left;
    padding: 7px 0;
    width: 100%;
    line-height: 100%;
}


.form-manager-plugin .form-group::after, .form-manager-plugin::after{
    clear: both;
    content: '';
    display: table;
}

.form-manager-plugin.form-horizontal label{
    float: left;
    width: 150px;
    text-align: right;
}

.form-manager-plugin.form-horizontal .form-control{
  
}

.form-manager-plugin.form-horizontal .error-label{
    // margin-left: 150px;
}

.clearfix{
    display: table;
    clear: both;
    content: '';
}



.form-manager-plugin.form-horizontal .form-group{
    vertical-align: middle;
}
.form-manager-plugin .form-group:last-child{
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.form-manager-plugin.form-horizontal .form-group label{
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
    margin-top: 5px;
}
.form-manager-plugin.form-horizontal .form-group label + div{
    float: left;
    width:calc(100% - 160px);
}

.form-manager-plugin.form-horizontal [type=submit]{
    margin-left: 155px;
}

.form-manager-plugin [type=file]{
    padding: 0 0 0 10px;
}



.form-manager-plugin .form-group--hidden{
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    margin:0;
    padding: 0;
    height: 0;
}

.form_manager--sending{
    position: relative;
    overflow: hidden;
    opacity:.6;
    pointer-events: none;
}

.form_manager--sending *{
    opacity:0;
    visibility: hidden;
}
.form_manager--sending::before{
    content:'';
    text-align: center;
    line-height: 50%;
    position: absolute;
    left: -15px;
    top:-15px;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    background-color: rgba(0,0,0,.05);
    background-image:url('../img/preloader.gif'), url('../img/pattern4.png');
    background-position: center;
    background-repeat: no-repeat, repeat;
    background-size: 200px auto, auto auto;
}

.form-manager-plugin [type=text],
.form-manager-plugin textarea,
.form-manager-plugin [type=tel],
.form-manager-plugin [type=number],
.form-manager-plugin [type=email],
.form-manager-plugin [type=password]{
    background-clip: padding-box;
}

/* eof */