﻿label.error {
    color: #f00;
    font-size: 12px;
    margin-bottom: 0;
}

.input-group label.error {
    position: absolute;
    bottom: 0;
    margin-bottom: -17px;
}

.form-control.error {
    border-bottom: 1px solid #ff9b9b;
}

span.required-class {
    color: #ff0000;
    font-weight: 600;
}

.ux-hide {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

/*alert styling*/
.custom.alert-success {
    border-color: #e6e6e6;
    border-left: 5px solid #00986a;
    background-color: #fff;
    color: #888;
}

.custom.alert-info {
    border-color: #e6e6e6;
    border-left: 5px solid #00b3c8;
    background-color: #fff;
    color: #888;
}

.custom.alert-warning {
    border-color: #e6e6e6;
    border-left: 5px solid #f9af2c;
    background-color: #fff;
    color: #888;
}

.custom.alert-danger {
    border-color: #e6e6e6;
    border-left: 5px solid #c82630;
    background-color: #fff;
    color: #888;
}

.m-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    padding-bottom: 15px;
    text-align: left;
    margin-bottom: 20px;
}

    .m-text:before, .m-text:after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        transition: .5s;
    }

    .m-text:after {
        z-index: 1;
        height: 4px;
        width: 80px;
        background: #006b33;
        border-radius: 2px;
        margin-left: 0px;
    }

    .m-text:before {
        height: 1px;
        width: 200px;
        background: #d0d0d0;
    }

.noti-iocn {
    right: 0px;
    position: absolute;
    margin-right: 85px;
    font-size: 1.25rem;
    top: 12px;
    right: 0;
    color: #fff;
}

    .noti-iocn b {
        background: #f53e3d;
        color: #fff;
        position: absolute;
        width: 18px;
        height: 18px;
        line-height: 18px;
        border-radius: 50%;
        font-size: 12px;
        text-align: center;
        top: -4px;
        left: 16px;
    }
