@charset "UTF-8";
@viewport {
    width: device-width;
}

.frm_float{
    font-size: 1.2rem;
}

.frm_float .group_btn {
    position: relative;
    display: table;
    border-collapse: separate;
}

.frm_float .group_btn .input-group-btn:hover {
    opacity: 0.8;
}

.frm_float .group {
    position: relative;
    margin-bottom: 10px;
}


 /* form input */
.frm_float input[type='text'],
.frm_float input[type='password'],
.frm_float input[type='email'],
.frm_float input[type='submit'],
.frm_float input[type='number'] {
    color: #737373;
    background: #fff;
    padding: 12px 5px 0px 14px;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    height: 50px;
    box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.frm_float textarea {
    line-height: 24px;
    color: #737373;
    background: #fff;
    padding: 25px 0px 0px 15px !important;
    display: block;
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.frm_float select {
    color: #737373;
    width: 100%;
    border: none;
    height: 48px;
    box-shadow: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    opacity: 1;
    padding: 0 15px;
}

.frm_float .grp_select:after{
    position: absolute;
    font-family: FontAwesome;
    content: "\f0d7";
    color: #737373;
    top: 14px;
    right: 10px;
    z-index: 99;
}


.frm_float select:focus,
.frm_float select:active {
    outline: none;
}


.frm_float input[type='text']:focus,
.frm_float input[type='password']:focus,
.frm_float input[type='email']:focus,
.frm_float input[type='submit']:focus,
.frm_float input[type='number']:focus,
.frm_float input:focus {
    outline: none;
}

/* form label normal */
.frm_float label {
    color: #737373;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 14px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    opacity: 1;
}

/* form label small */
.frm_float input[readonly]+label,
.frm_float input[disabled]+label,
.frm_float input[type='text']:focus+label,
.frm_float input[type='password']:focus+label,
.frm_float input[type='email']:focus+label,
.frm_float input[type='submit']:focus+label,
.frm_float input[type='number']:focus+label,
.frm_float input[type='text']:valid+label,
.frm_float input[type='password']:valid+label,
.frm_float input[type='email']:valid+label,
.frm_float input[type='submit']:valid+label,
.frm_float input[type='number']:valid+label,
.frm_float input:focus+label,
.frm_float input:valid+label
{
    font-size: 0.9rem;
    color: #a5a5a5;
    top: 3px;
    padding: 0;
    margin: 0;
}

.frm_float input[readonly],
.frm_float input[disabled]
{
    color: #c3c3c3;
}

.frm_float textarea:focus,
.frm_float textarea:valid {
    padding-top: 15px !important;
}

.frm_float textarea:focus+label,
.frm_float textarea:valid+label {
    top: 0;
    font-size: 1rem;
}

.frm_float .accepted {
    margin: 5px auto;
    font-size: 1rem;
    color: #fff;
}
.frm_float .accepted input[type="checkbox"] {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    clear: both;
}

.frm_float .help-block{
    display: inline-block !important;
    margin: 0;    
    padding-left: 7px;
    color: red;
/*    text-align:left;
    font-size: 1rem;
    color: red;
    padding-left: 15px;
    line-height: 18px;*/
}

.frm_float .validate-error input{
    /*    border-color: red !important;*/
    /*    border: 1px red solid !important;*/
    border: 1px solid #f00 !important;
}
.frm_float select.validate-error{
    border: 1px solid #f00 !important;
}

.frm_float .validate-warn input{
    /*    border-color: orange !important;*/
    border: 1px solid orange !important;
}

.frm_float .validate-success input{
    border-color: green !important;
}
.frm_float .btn.disabled{
    opacity:1;
    cursor: not-allowed;
}

.frm_float  .btn-file{
    z-index: 2;
    opacity:1;
    top: 0;
    left: 0;
    display:block;
    width: 80%;
    background: #fff;
    height: 48px;
    padding-right: 80px;
    line-height: 34px;
}

.frm_float  .inp_file{
    position: absolute;
    z-index: 1;
    cursor: pointer;
    padding: 0;
    background: none;
}
.frm_float .bx_file{
    position: relative;
    color: #000000;
    background-color: #f5c902;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*    border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;*/
}
.frm_float .bx_file .brown_f{
    background: #f5c902;
    /* z-index: 999999; */
    height: 48px;
    width: 100%;
    text-align: right;
    padding-right: 15px;
}
