body {
    background-color: #CFCFCF;
}

.box{
  background: linear-gradient(to bottom, white, white);
  box-shadow: 0px 1px 100px 1px;
  border-radius: .1em;
}
.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
}

.color {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.color:hover {
    background-color: silver;
}



.custom-dropdown select {
    display: none;
}
.custom-dropdown .dropdown-menu {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
}
.custom-dropdown .dropdown-item {
    cursor: pointer;
    white-space: normal;
}
  
.dropdown-toggle {
    width: 200px;
    white-space: normal; 
    text-align: center; 
}  
  
  .custom-dropdown .dropdown-item {
      cursor: pointer;
  }
  .custom-dropdown .dropdown-item:hover {
      background-color:  #808b96;

  }
  .custom-dropdown .search-box {
      padding: 8px;
  }


.custom-dropdown .search-box {
width: 100%; 
}

.custom-dropdown .dropdown-item {
white-space: normal; 
}

#dropdownMenuButtonModifikacija 
{
  white-space: normal; 
}
#dropdownMenuButtonModel
{
white-space: normal;
word-wrap: break-word;
}

#dropdownMenuButtonMarke
{
white-space: normal;
word-wrap: break-word;
}

