.error-info {
    margin: 0;
    font-size: .95rem;
    color: #fe195e;
}

.errorlist li {
    font-size: .95rem;
    color: #fe195e;

}

.breadcrumb a {
    color: #b1bc3a;
    text-decoration: none;
    background-color: transparent;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.form-control-sm{border: 1px solid #c9c5c5 !important;}

.green{color:#5cb85c;}
.red{color:#f40e54;}
.blue{color:#5d5386;}


.btn-bgfill-clear {
    color: #fff !important;
    border-color: #fe195e;
    background-image: none;
    background-color: #fe195e !important;
}

.btn-bgfill-clear:hover {
    background-color: transparent !important;
    color: #fe195e !important;
    border-color: #fe195e;
}



.btn-bgfill-search {
    background: #a6b03b !important;
    color: #fff !important;
    border-color: #a6b03b !important;
}

.btn-bgfill-search:hover {
    background: transparent !important;
    color: #a6b03b !important;
    border-color: #a6b03b !important;
}


@media screen and (max-width: 767px)
{
    .nav-link
    {
        padding-top: 30px;
    }
    .space
    {
        margin-top: 30px;
    }
}


.x-y-axis-filter-div
@media screen and (max-width: 767px)
{
    padding-bottom: 20px;
}



@media screen and (max-width: 767px)
{
    div.dt-buttons
    {
       margin-bottom: 20px;
    }
}


.dropdown-menu {
    display: none;
   
  }
  .dropdown-menu a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .table-space-clc{padding: 5px 10px;}
  .table-space-clc-mgnbtm{margin-bottom: 25px;}


 .nicescroll-rails-vr > .nicescroll-cursors{ background-color: #a6b03b !important; width:8px !important; height:80px !important;}
.nicescroll-rails-hr > .nicescroll-cursors{background-color: #a6b03b !important; height: 8px !important; width:80px !important;}