div#bollinicontainer {
    padding: 10px;
    border: 3px solid #0057b8;
	background: #e7e7e7;
}

#bollinicontainer {
  margin: 20px 0 10px 0;
}

.bordobollino {
    width:75px;
    height:75px;
    float: left;
    cursor: pointer;
}

.bollinoselected {
    border:2px solid #0057b8;
    padding: 2px;
    position: relative;
}

.bollinounselected {
    padding: 4px;
    border: 1px solid #ffc72c;
    margin: 0px 5px;
	background: #ffffff;
}

.selectedtriangle {
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 0;
    right: 0px;
    border-bottom: 10px solid #0057b8;
    border-left: 10px solid transparent;
}

.selectimage {
    width:32px;
    height:32px;
}

#bolliniselect {
    width: 500px;
}

#subselect {
    width: 200px;
}

#subselect_msdd {
    margin-bottom: 10px;
}

#bolliniselect_msdd {
    margin-bottom: 10px;
}

#bollinilist {
  border: 2px solid #D76445;
  padding: 5px 10px;
  margin-left: 10px;
}

#bollinicontainer .control-label {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.select2-container {
  margin-bottom: 15px !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px !important;
}

.ps-hidden-by-js {
  display:none;
}