﻿.flp {
    position: relative;
}

.flpInputLabel {

    position: absolute;
    top: 0;
    font-size: 13px;
    margin: 10px 10px;
    z-index: 99;
    /*padding: 0 3px;*/
    background-color: #fff;
    color: #868ba2;
    -webkit-transition: top .2s ease-in-out, font-size .2s ease-in-out;
    transition: top .2s ease-in-out, font-size .2s ease-in-out;
}

.flpInputLabel-sm {
    margin: 6px 10px;
}

.flpDropdownLabel {
    position: absolute;
    top: 0;
    font-size: 13px;
    margin: -6px 10px;
    /* padding: 0 3px; */
    background-color: #fff;
    color: #6e4db3;
    /* -webkit-transition: top .2s ease-in-out, font-size .2s ease-in-out; */
    /* transition: top .2s ease-in-out, font-size .2s ease-in-out; */
    z-index: 100;
}



.flp textarea {
    padding-top: 11px;
}

.flp .active {
    top: -22px;
    font-size: 10px;
    letter-spacing: 0px;
    margin: 15px 10px;
}

.flpDropdown {
    width: 100%;
}


.flpComboLabel {
    position: absolute;
    top: 0;
    font-size: 13px;
    margin: -6px 10px;
    /* padding: 0 3px; */
    background-color: #fff;
    color: #6e4db3;
    /* -webkit-transition: top .2s ease-in-out, font-size .2s ease-in-out; */
    /* transition: top .2s ease-in-out, font-size .2s ease-in-out; */
    z-index: 100;
}

.flpCombo {
    display: block;
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    font-size: 14px;
    background-color: #fff;
    border: 0.4pt solid #6e4db3;
    border-radius: 1px;
}

.flpCombo:focus {
    border-radius: 1px;
    border: 1px solid red;
    outline: none;
}

.flpInput {
    display: block;
    width: 100%;
    height: 39px;
    padding: 5px 15px;
    font-size: 14px;
    background-color: #fff;
    border: 0.4pt solid #cacfe7;
    caret-color: red;
    border-radius: 4px;

}

.flpInput-sm {
    height: 29px;
}


.input-buttom-border {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 15px;
    line-height: 1.428571429;
    vertical-align: middle;
    background-color: #ffffff;
    background-clip: padding-box;
    caret-color: red;
    caret-width: 4px;
    padding-bottom: 0px;
    border: none;
    border-bottom: 0.4pt solid #6e4db3;

}

.input-buttom-border:focus {
    background-color: #fff;
    border-bottom: 1px solid red;
    outline: none;
}

.input-buttom-border[disabled],
.input-buttom-border[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.flpInput:focus {
    border-radius: 4px;
    border: 1px solid #008259;
    outline: none;
}
