/* Quorum Universal Style Repo bundle - DO NOT EDIT */
.q-form-control-wrapper .k-dropdown,
.q-wrapper-form .k-dropdown,
table td .k-dropdown,
.k-filter-menu .k-dropdown,
.k-grid .k-dropdown {
  background-color: transparent;
  width: 100%;
}
.q-form-control-wrapper .k-dropdownlist,
.q-wrapper-form .k-dropdownlist,
table td .k-dropdownlist,
.k-filter-menu .k-dropdownlist,
.k-grid .k-dropdownlist {
  border: 1px solid #333333;
  border-radius: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.q-form-control-wrapper .k-dropdownlist:focus,
.q-wrapper-form .k-dropdownlist:focus,
table td .k-dropdownlist:focus,
.k-filter-menu .k-dropdownlist:focus,
.k-grid .k-dropdownlist:focus {
  outline: none;
}
.k-list-container {
  background-color: #ffffff;
}
.q-wrapper-angular .k-animation-container {
  position: absolute;
}
.q-wrapper-angular .k-animation-container.k-animation-container-fixed {
  position: fixed;
}
.k-animation-container {
  overflow: hidden;
  z-index: 100;
}
.k-animation-container-shown {
  overflow: visible;
}
.k-list-filter > .k-textbox {
  border-width: 0 0 1px 0;
  border-color: #c3c8d2;
}
.k-dropdownlist.k-disabled input {
  border-radius: 0.4rem 0 0 0.4rem;
}
.k-dropdownlist.k-disabled .k-select {
  background: #d8e3eb;
  border-radius: 0 0.4rem 0.4rem 0;
}
.k-dropdownlist.k-disabled .k-select .k-icon {
  display: none;
}
/*# sourceMappingURL=forms-control-dropdowns.css.map */