.groupinp {
    position: relative;
    margin-bottom:15px;
    margin-top:10px;
}

.grouptxt {
    position: relative;
    margin-bottom:50px;
    margin-top:10px;
}

.inputcl {
    font-size: 14px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #8950FC;
    background: transparent;
}

.textareacl {
    font-size: 14px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #8950FC;
    background: transparent;
}

.textareacl:focus {
    outline: none;
}

.inputcl:focus {
    outline: none;
}

label.inlb {
    color: #212121;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.inputcl:focus ~ label, .inputcl:not(:placeholder-shown) ~ label, .textareacl:focus ~ label, .textareacl:not(:placeholder-shown) ~ label {
    top: -20px;
    font-size: 16px;
    color: #8950FC;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #8950FC;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

.inputcl:focus ~ .bar:before, .inputcl:focus ~ .bar:after, .textareacl:focus ~ .bar:after, .textareacl:focus ~ .bar:before {
    width: 50%;
}


.highlight-inp {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.inputcl:focus ~ .highlight-inp {
    animation: inputhighlight-inper 0.3s ease;
}

.textareacl:focus ~ .highlight-inp {
    animation: inputhighlight-inper 0.3s ease;
}

@keyframes inputhighlight-inper {
    from {
        background: #8950FC;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.note_item_title {
    font-size:20px;
    font-weight: bold;
    margin-bottom:7px;
    margin-top:20px;
    color:#8950FC;
    text-transform:uppercase;
}

.dossier_title {
    font-size:20px;
    font-weight: bold;
    padding-bottom:5px;
    margin-bottom:15px;
    color:#8950FC;
    text-transform:uppercase;
}

.dossier_item_title {
    font-weight: 600;
    padding-bottom:5px;
    margin-bottom:7px;
    font-size:15px;
    text-transform:uppercase;
}

.dossier_item_right {
    font-size:13px;
    float:right;
}

.dossier_item_description {
    padding-top:5px;
    font-size:15px;
    color:#212121;
}

.dossier_title_h1 {
    font-size:25px;
    font-weight: bold;
    margin-bottom:30px;
    color:#212121;
    text-transform:uppercase;
}

.dossier_widget_totalht {
    text-align: right;
    font-size:18px;
    padding-right:15px;
    color:#8950FC;
    text-transform:uppercase;
}

.dossier_widget_totalttc {
    text-align: right;
    font-size:18px;
    padding-right:15px;
    color:#8950FC;
    padding-bottom:15px;
    text-transform:uppercase;
}

.dossier_widget_th {
    background-color:#FFF8FF;
    font-size:14px;
    text-transform:uppercase;
}

.dossier_widget_tr {
    background-color:white;
    font-size:14px;
}

.dossier_widget_item_right {
    margin-bottom:10px;
    font-size:13px;
    text-align:right;
}