﻿.dropdown-width {
    min-width: 15rem;
}

.nav-link-inline-block {
    display: inline-block;
}

.search-container {
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
  border-left: 5px solid #e9ecef;
  margin-bottom: 1rem;
  padding: 1rem;
}

.search-container p:last-child {
  margin-bottom: 0;
}

.search-container.search-container-info {
  border-left-color: #117a8b;
}

.grid-view-header {
    font-weight:bold;
}

.table {
    font-size:0.8em;
}

.title-label {
    /*font-size: 0.9em;*/
    font-weight: bold;
    /*color: #33338c;*/
    color: #C12036;
}

.color-red {
    color: #C12036 !important;
}

.card-top {
    border-top:1px solid  #007bff;
}

.ariston-logo {
    width:121px;
    height:20px;
}

.active-menu {
    color: #C12036 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #C12036 !important;
}

.breadcrumb-item.active {
     color: #C12036 !important;
}

.top-bar {
    background-color: #000000;
    color:#fff;
    padding:5px;
    margin-left:0 !important;
    margin-right:0 !important;
}

.top-bar-text a {
    color:#fff  !important;
}

.breadcrumb-item a {
   color : rgba(0,0,0,.5)  !important;
}

.fix-top-bar .dropdown-menu{
    z-index:10000 !important;
}

.sidebar-dark-primary .nav-sidebar.nav-legacy>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar.nav-legacy>.nav-item>.nav-link.active {
    border:none !important;
}

.nav-tabs.flex-column .nav-link{
     color : rgba(0,0,0,.5);
}

.f-required {
    color: #C12036;
}

.f-required::after {
    content: "*"; 
}

.nav-tabs .nav-item a {
    color:rgba(0,0,0,.5)  !important;
}

.datepicker table tr td.new, .datepicker table tr td.old {
    height: 0;
    line-height: 0;
    visibility: hidden;
}