a.sorting:before {
    font-family: LigatureSymbols;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    text-decoration: inherit;
    padding-right: 3px;
}

a.sorting_desc:before {
    content: "\E135";
}

a.sorting_asc:before {
    content: "\E03e";
}

.error-message {
    color: #FF0000;
}

.inline-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

table.table-bordered.table-hover td {
    word-break: break-all;
}

.non-word-break {
    word-break: normal !important;
}

#error_msg .alert-danger ul {
    padding: 0;
}

#error_msg .alert-danger ul li, #success_msg ul li {
    list-style-type: none;
}

.table {
    margin-bottom: 0px;
}

.no-data {
    background: whitesmoke;
    padding: 10px;
}

.mouse-pointer {
    cursor: pointer;
}

div#preview-file {
    padding-top: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.input-image {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.mt10 {
    margin-top: 10px;
}

.control-label.app-type-title {
    text-align: left;
}

.arrow-down {
    font-size: 22px;
}

.list-group-item {
    word-break: break-all;
}

.file_preview {
    margin-top: 10px;
}

.img-dimension {
    vertical-align: bottom;
    font-weight: bold;
}

.purpose-category {
    font-weight: 600;
}