.cp-select-outer {
	font-family: Verdana, Geneva, sans-serif;
}

.cp-select-outer, .cp-select-outer * {
	box-sizing: border-box;
}

.cps-form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 2px 12px 1px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.cps-form-control:focus {
  outline: 0;
  border-color: transparent;
  box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.3);
}

.depth-z2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.26);
}

.cps-bg-medium-gray {
  background-color: #5c5c5c !important;
}

.cps-bg-gray-10 {
  background-color: #afafaf !important;
}

.cps-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 8px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.26);
}

.cp-select-outer .cp-select__menu li {
  height: 36px!important;
}

.cps-dropdown-menu li > a {
  display: block;
  padding: 8px 16px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  text-decoration: none;
	cursor: pointer;
}
