body {

    font-size:14px;
}
.fa-check-bg{
    padding: 9px 8px;
    background-color: green;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
}
.fa-times-bg {
    background: red;
    padding: 7px 8px;
    color: #fff;
    border-radius: 12px;
    font-size: 14px;
}
.bg-date{
    background-image: url(../img/calendar-alt-regular.svg);
    padding-right: 2.25rem!important;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: 24px;
    
  }
  .form-control.is-invalid.bg-date {
    
    background-image: url(../img/calendar-alt-regular.svg)!important;
    background-size: 24px;
    
} 
.content-header {
    padding: 10px 0.5rem;
}
.form-control{
    font-size:14px;
}
.btn {
    font-size:14px;
}

.nav-sidebar>.nav-item{
    border-bottom: 1px solid #414247;
}
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell{
    border: 1px solid #f4f4f4;
    padding:6px;
}

.ngx-datatable .datatable-header {
    background: #eeeeee;
padding: 6px;
}
.bg-gradient-primary {
    background: #337ab7!important;
    color: #fff;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #337ab7;
    color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    box-shadow: none;
}
a {
    color: #337ab7;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
   
    white-space: normal!important;
   
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.text-primary {
    color: #337ab7!important;
}
.user-panel img {
    height: 40px;
    width: 40px;
}
.mh-175 {
    min-height: 200px!important;
}
.layout-footer-fixed .wrapper .content-wrapper {
    padding-bottom: calc(0rem + 1px);
}
