.regular-form .form-groups .label-title.file a{
    float: none;
    padding-bottom: 0;
    color: #d13938;
    font-size: 16px;
    text-decoration: underline;
}

.cat-box{
    padding-top: 15px;
}
.required:after{
    content:'*';
    color:red;
    padding-left:5px;
}
.remove-btn-close{
    width: 23px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #E85244;
    top: -11px;
    right: -19px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.regular-form .form-groups .label-title a
{
    margin-right: 10px;
    color:white;
}

.regular-form .form-groups .label-title a:hover{
    color:white !important;

}
.regular-form .form-groups .label-title a.add-btn{
    width: 27px;
}
.red-color {
    color: red!important;
}
.active-area{
    margin-top: -7px;
}
@media screen and (min-width: 789px) {
    .three-box {
        width: 30em;
    }
    .four-box {
        width: 45em;
    }
    .five-box {
        width: 57em;
    }
}

.action-control .created-by{
    font-size: 13px;
    color: #444;
    margin-right: 15px;
    font-family: "Mukta",sans-serif;
    display: inline-block;
}
.reco-title a{
    color:#E85244!important;
}
.sidebar-title{
    color:#fff;
}
.created-approved{
    margin-top:-15px;
}
.designation {
    display: block;
    font-size: 13px;
    line-height: 14px;
    color: #ddd;
}
