.dropdown-item.active.desc:after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
}
.dropdown-item.active.asc:after {
    content: "\f077";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
}
.list-block {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-block.info-list label {
    color: #777;
    width: 180px;
}
.no-result {
    text-align: center;
}
.loader-view {
  width: 100%;
  height: 100%;
  z-index: 500;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
}
.loader-view .fa-spinner {
    font-size: 50px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
}
.fixed-top {
    z-index: 100;
}
.no-padding {
    padding: 0 !important;
}
.input-group.date {
    float: left;
    width: 150px;
    margin-right: 15px;
}
.filter-bar {
    margin-bottom: 15px;
}
.h-100 {
    height: 100px !important;
}
.mr-5.text {
    margin-top: 17px;
}
.dashboard {
    margin-bottom: 40px;
}
.app-wrapper {
    float: left;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    width: 362px;
    margin-right: 20px;
    text-align: center;
}
.app-wrapper img {
    display: block;
    margin: 0px auto 15px auto;
}
.app-wrapper h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 400;
}
.app-wrapper p {
    font-size: 14px;
}
.btn-add {
    cursor: pointer;
    color: #007bff;
}
.has-error .form-control {
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    border-color: rgb(255, 86, 86);
}
.has-error .control-label {
    color: rgb(255, 86, 86);
    margin-top: 5px;
    font-weight: 500;
}