.from-group .error{
    text-align: left !important;
    color: red;
    font-size: 13px;
}
.field-icon {
    float: right;
    margin-left: -8px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: right 7px center;
    padding-right: 16px;
}
table.dataTable tbody td .delete {
    color: #FF0000;
}
.edit-icon{
    width: 13px;
    height: 13px;
    background: url("../images/edit-icon.png") no-repeat center center;
    background-size: 14px auto;
    display: inline-block;
}
.chosen-container{
    width: 100% !important;
}
.file_download{
    cursor: pointer !important;
}
.text-inprogress {
    color: #c49242;
}
.text-notapplicable {
    color: #c553c0;
}
.text-notavailable {
    color: #25bcb3;
}
.text-onhold {
    color: #e91973;
}
.text-cancel {
    color: #e91919;
}