.sod_select, .sod_select * { box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none }
.sod_select { display: inline-block; position: relative; line-height: 1; width: 100%; padding: 10px; border: 1px solid rgb(215, 96, 32); background: #ffffff; font-weight: bold; text-align: left; text-transform: uppercase; outline: 0; outline-offset: -2px; cursor: default }
.sod_select:before, .sod_select:after { content: "\25B2"; position: absolute; right: 10px; top: 12px; font-size: 7px }
.sod_select:after { content: "\25BC"; top: auto; bottom: 12px }
.sod_select:hover, .sod_select.open, .sod_select.focus { }
.sod_select.open { color: #919191 }
.sod_select.focus { }
.sod_select.disabled { border-color: #828282; color: #b2b2b2; cursor: not-allowed }
.sod_select .sod_label { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-right: 15px }
.sod_select .sod_prefix { }
.sod_select .sod_placeholder { }
.sod_select .sod_list { position: absolute; top: 100%; left: 0; display: none; height: auto; width: inherit; margin: 1px 0 0 -1px; background: #ffffff; border: 1px solid rgb(215, 96, 32); border-top: none; color: #444444; font-weight: 300; z-index: 1 }
.sod_select.open .sod_list { display: block }
.sod_select.disabled.open .sod_list { display: none }
.sod_select.above .sod_list { top: auto; bottom: 100%; border-top: 3px solid #000000; border-bottom: none }
.sod_select .sod_list ul { overflow-y: auto; padding: 0; margin: 0 }
.sod_select .sod_list li { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative; padding: 10px 10px; list-style-type: none }
.sod_select .sod_list .optgroup, .sod_select .sod_list .optgroup.disabled { background: inherit; color: #939393 }
.sod_select .sod_list .groupchild { padding-left: 20px }
.sod_select .sod_list .disabled { background: inherit; color: #cccccc }
.sod_select .sod_list .active { background: #f7f7f7; color: #333333 }
.sod_select .sod_list .selected { font-weight: 700 }
.sod_select .sod_list .selected:before { content: ""; position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); display: inline-block; color: #808080; height: 9px; width: 10px }
.sod_select.no_highlight .sod_list .selected { font-weight: 300 }
.sod_select.no_highlight .sod_list .selected:before { display: none }
.sod_select .sod_list .link { }
.sod_select .sod_list .linkexternal { }
.sod_select select { display: none !important }
.sod_select.touch select { -webkit-appearance: menulist-button; position: absolute; top: 0; left: 0; display: block !important; height: 100%; width: 100%; opacity: 0; z-index: 1 }
.sod_select:before { content: ''; width: 35px; height: 100%; right: 0; top: 0; z-index: 5; background-color: rgb(215, 96, 32) }
.sod_select:after { content: '\e995'; font-family: 'cxany' !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: white; font-size: 24px; z-index: 6; top: 50%; margin-top: -12px; right: 5px; bottom: initial }
.sod_select.select-inline .sod_list li { display: inline-block; width: 33% }
.sod_select .sod_list .active { color: rgb(215, 96, 32) }

.sod_select {
  width: 200px;
  padding: 7px 10px;
  border-color: rgb(102, 102, 102);
}

.sod_select .sod_list {
  z-index: 999;
  border-color: rgb(102, 102, 102);
}

.sod_select:before {
  background-color: white;
}

.sod_select:after {
  font-size: 14px;
  margin-top: -7px;
  color: rgb(102, 102, 102);
}
