/*

customX -Erweiterungen

*/
.cx-hide-dropdown-image, .cx-hide-dropdown-text {
    display: none !important;
}

label[data-isautolabel="true"] {
  margin-right: 3px;
}

.selectboxit-container * {
  font: inherit;
}

.selectboxit-container span {
  height: 100%;
}

.selectboxit-container .selectboxit-options a {
  height: 100%;
  line-height: 1.5 !important;

}

.selectboxit-option-icon-url {
  width: calc(1.5em - 1px);
  height: calc(1.5em - 1px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
}

.selectboxit-default-icon {
    height: 100%;
}

.selectboxit-option-anchor {
    height: 100%;
}

.selectboxit-option-anchor .selectboxit-option-icon-container {
    line-height: 1.5 !important;
}

.selectboxit-option-icon.selectboxit-container {
  float: left;
}

.selectboxit-text {
  text-indent: 0.5rem;
}


.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 1.6rem;
  position: absolute;
  right: -1px;
}



.selectboxit-default-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0px;
  vertical-align: 0.5rem;
  margin-left: 1px;
  border-top: 0.3rem solid black;
  border-right: 0.3rem solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0.3rem solid transparent;
}


button.cx-button.dropdown-toggle {
  width: 1.6rem;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
}

button.cx-button.dropdown-toggle:hover {
  color: #333333;
  background-color: #e6e6e6;
  text-decoration: none;
  background-position: 0 -15px;
}


.selectboxit-btn {
  border: 1px solid #ced4da !important;
}


.selectboxit-container .selectboxit {
  border-radius: 0.2rem !important;
}