.form-group.has-error .form-control, .form-group.has-error .input-group-addon, .help-block-error, .form-group.has-error .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #dd4b39 !important;
    box-shadow: none;
    text-align: left;
}
.form-group.has-error .help-block, .help-block-error {
    color: #dd4b39;
    text-align: left;
}
.text-aqua {
    color: #00c0ef !important;
}
.hint-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 80%;
    font-weight: 400;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: rgb(115, 115, 115);
    font-size: 80%;
    font-weight: 400;
}
.form-group.has-error .help-block, .help-block-error {
    color: rgb(221, 75, 57);
}
.menu-class{
    padding-left: 0px !important;
}
.menu-item.active .menu-link .menu-title.parent-class {
    color: #28a3d6 !important;;
}
.breadcrumb-dot .breadcrumb-item:after {
    content: "-"!important;
    color: #b5b5c3 !important;
    border-radius: 6px!important;
    font-weight: 500!important;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #f1416c !important;
}
.form-select.is-invalid + span.select2-container span.select2-selection--single.form-select{
    border-color: #f1416c !important;
}
.form-select.is-invalid + span.select2-container span.select2-selection--multiple.form-select{
    border-color: #f1416c !important;
}
.form-text.text-muted{
    width: 100% !important;
    margin-top: .5rem !important;
    font-size: .925rem !important;
    color: #bb6177 !important;
}
.accordion-coding {
    display: block !important;
}
.form-select.select2-hidden-accessible.is-invalid {
    border-color: #f1416c !important;
}
.dataTable .row-details.row-details-close {
    background: url(../images/tree_close.png) no-repeat 15px 15px !important;
}
.dataTable .row-details.row-details-open {
    background: url(../images/tree_open.png) no-repeat 15px 15px !important;
}
.bg-red {
    background-color: #f898bc !important;
}

.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap{
    background-image: linear-gradient(#fff,#fff) !important;
}
.k-treeview .k-in.k-state-selected {
    color: #fff !important;
    background-color: #009ef7 !important;
}
.k-sprite{
    display:none !important;
}
