.kt-form__help {
    color: red !important;
    font-size: 13px;
    font-weight: 300;
    font-family: Poppins, Helvetica, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

audio::-webkit-media-controls-panel {
    background-color: #a2a3b7;
}

a {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.btnLabel {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.65rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.commentSeparator {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: " ";
    background: #aba9bd;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 8px 10px;
    border-bottom: 1px solid #111;
}

.userImageDisplay {
    height: 90px;
    width: 90px;
}

.companyImageDisplay {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.actionIcon {
    color: #000000;
    text-decoration: none;
    font-size: 1.3rem;
    padding-right: 0.8rem;
    vertical-align: middle;
    line-height: 0;
}

.actionIcon:hover {
    color: #fe9200;
    text-decoration: none;
}

.progressJK {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progressJK-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progressJK-bar-green {
    background-color: #00FF00;
}

.progressJK-bar-orange {
    background-color: #FFA500;
}

.progressJK-bar-red {
    background-color: #FF0000;
}

.riskColorGreen {
    color: #00FF00;
}

.riskColorOrange {
    color: #FFA500;
}

.riskColorRed {
    color: #FF0000;
}
