/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-Sep-2017, 17:20:22
    Author     : Imran Shahid
*/

/* ----------------By /.badge------------------------------- */
.validation-error {
    display: inline-block;
    width: 100%;
    padding: .25em .4em;
    font-size: 75%;
    /*font-weight: 700;*/   /*as badge */
    font-weight: 500;
    line-height: 1;
    color: #dc3545;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
    



.im-d > .input-group > .validation-error, 
.im-d > .use-select2 + .validation-error {
    position: absolute;
    left: 0;
    bottom: -1.66rem;;
    width: 100%;
}
