header { 
    background-color: #91C05F !important;
}

body {
    background-color: #FBFCFC !important;
}

.btn-row { padding:  0; line-height: 0;}

.bg-white { background-color: white;
}

.bg-podstawowy {
    background-color: #0078ae !important;
}

/* FONTS */
.material-icons-18 {
    font-size: 18px !important;
}

.dropdown-icon {vertical-align: middle; margin-top: -4px;}
  
.nav-item {
    padding: 0.25rem 0.25rem;
}

.nav-item:hover {
    background-color: #8BA9A5; /*#2a9ac6;*/
}

/*.dropdown-menu {
    color: #fff !important;
    background-color: #343a40;
}*/

.dropdown-item:hover, .dropdown-item:focus {
  color: white;
  text-decoration: none;
  background-color: #8BA9A5;
}

.card-dashboard-title {
    font-size: 0.75rem; 
    margin: 0; 
    font-weight: 500; 
    line-height: 0; 
    letter-spacing: 0.08em; 
    color: #aaa; 
    text-transform: uppercase !important;
}

.card-dashboard-icon {
    color: #8BA9A5; 
    line-height: 1.4 !important;
}

/*@media (min-width: 1000px) {
  .modal-dialog-max {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}
*/