.sod_select,
.sod_select *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.sod_select{background:url("../img/select-arrow.png") no-repeat scroll right 9px top 10px #f7f7f7;color:#505050;cursor:default;display:inline-block;font-size:16px;line-height:1;margin-left:5px;margin-right:17px;min-width:65px;outline:0 none;outline-offset:-2px;padding:4px 20px 4px 6px;position:relative;text-align:left;top:3px;vertical-align:middle;}
.sod_select:before,
.sod_select:after{position:absolute;right:10px;top:12px;font-size:7px;}
.sod_select:after{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{display:block;overflow:hidden;padding-right:15px;text-overflow:ellipsis;white-space:nowrap;min-height:17px;}
.sod_select .sod_prefix{}
.sod_select .sod_placeholder{}
.sod_select .sod_list_wrapper{background:none repeat scroll 0 0 #ffffff;border-image:none;border-top:medium none;color:#444444;display:none;font-weight:300;height:auto;left:0;margin:0;position:absolute;top:100%;width:200px;z-index:999999999;}
.sod_select.open .sod_list_wrapper{display:block;}
.sod_select.disabled.open .sod_list_wrapper{display:none;}
.sod_select.above .sod_list_wrapper{top:auto;bottom:100%;border-top:3px solid #000000;border-bottom:none;}
.sod_select .sod_list{display:block;margin:0;overflow-y:auto;padding:0;position:relative;z-index:10;}
.sod_select .sod_option{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative;padding:10px 10px;list-style-type:none;}
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled{background:inherit;color:#939393;font-size:10px;font-style:italic;}
.sod_select .sod_option.groupchild{padding-left:20px;}
.sod_select .sod_option.is-placeholder{display:none;}
.sod_select .sod_option.disabled{background:inherit;color:#cccccc;}
.sod_select .sod_option.active{background:#f7f7f7;color:#333333;}
.sod_select .sod_option.selected{font-weight:700;padding-right:25px;}
.sod_select .sod_option.selected:before{content:"";position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;color:#808080;height:9px;width:10px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);}
.sod_select.no_highlight .sod_option.selected{font-weight:300;}
.sod_select.no_highlight .sod_option.selected:before{display:none;}
.sod_select .sod_option.link{}
.sod_select .sod_option.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;}