.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{display:inline-block;position:relative;line-height:1;width:200px;padding:15px 10px;border:3px solid #aab1b4;background:#ffffff;color:#444444;font-size:11px;font-weight:700;text-align:left;text-transform:uppercase;outline:0;outline-offset:-2px;cursor:default;margin-bottom:20px;}
.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{border-color:#000000;}
.sod_select.open{color:#919191;}
.sod_select.focus{box-shadow:0 0 5px rgba(0,0,0,.2);}
.sod_select.disabled{border-color:#828282;color:#b2b2b2;cursor:not-allowed;}
.sod_select .sod_label{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:15px;}
.sod_select .sod_prefix{}
.sod_select .sod_placeholder{}
.sod_select .sod_list_wrapper{position:absolute;top:100%;left:0;display:none;height:auto;width:200px;margin:0 0 0 -3px;background:#ffffff;border:3px solid #000000;border-top:none;color:#444444;z-index:1;}
.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;overflow-y:auto;padding:0;margin:0;}
.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;}
.sod_select.custom.custom{background:none repeat scroll 0 0 #fcfcfc;border:1px solid #d4d4d4;border-radius:3px;box-shadow:0 -1px 2px rgba(0, 0, 0, 0.05) inset;color:#808080;cursor:default;display:inline-block;font-size:12px;font-weight:700;line-height:1;outline:0 none;outline-offset:-2px;padding:13px 10px;position:relative;text-align:left;text-transform:none;width:auto;}
.sod_select.custom:before, .sod_select.custom:after{border-left:1px solid #e5e5e5;bottom:10px;content:"";position:absolute;right:30px;top:10px;}
.sod_select.custom:after{border-left:medium none;content:"▼";font-size:7px;right:12px;top:16px;}
.sod_select.custom.above:after{content:"▲";}
.sod_select.custom:hover, .sod_select.custom.open, .sod_select.custom.focus{background:none repeat scroll 0 0 #ffffff;border-color:#d4d4d4;}
.sod_select.custom.open{color:#919191;}
.sod_select.custom.focus{box-shadow:0 -1px 2px rgba(0, 0, 0, 0.05) inset, 0 0 5px rgba(0, 0, 0, 0.1);}
.sod_select.custom.disabled{border-color:#d4d4d4;color:#b2b2b2;cursor:not-allowed;}
.sod_select.custom.disabled:hover{background:none repeat scroll 0 0 #fcfcfc;}
.sod_select.custom .sod_label{overflow:hidden;padding-right:15px;text-overflow:ellipsis;white-space:nowrap;line-height:15px;}
.sod_select.custom .sod_prefix{}
.sod_select.custom .sod_placeholder{}
.sod_select.custom .sod_list_wrapper{background:none repeat scroll 0 0 #ffffff;border:1px solid #d4d4d4;border-radius:3px;box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);color:#808080;display:none;font-weight:300;height:auto;left:0;margin:10px 0 0 -1px;position:absolute;top:100%;width:200px;z-index:1;}
.sod_select.custom.open .sod_list_wrapper{display:block;}
.sod_select.custom.disabled.open .sod_list_wrapper{display:none;}
.sod_select.custom.above .sod_list_wrapper{border:1px solid #d4d4d4;bottom:100%;box-shadow:0 -2px 4px rgba(0, 0, 0, 0.1);margin:0 0 10px -1px;top:auto;}
.sod_select.custom .sod_list_wrapper:after, .sod_select.custom .sod_list_wrapper:before{border:medium solid transparent;bottom:100%;content:"";height:0;pointer-events:none;position:absolute;right:10px;width:0;}
.sod_select.custom.above .sod_list_wrapper:after, .sod_select.custom.above .sod_list_wrapper:before{bottom:auto;top:100%;}
.sod_select.custom .sod_list_wrapper:after{border-color:rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff;border-width:6px;}
.sod_select.custom.above .sod_list_wrapper:after{border-color:#ffffff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}
.sod_select.custom .sod_list_wrapper:before{border-color:rgba(212, 212, 212, 0) rgba(212, 212, 212, 0) #d4d4d4;border-width:8px;margin-right:-2px;}
.sod_select.custom.above .sod_list_wrapper:before{border-color:#d4d4d4 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}
.sod_select.custom .sod_list{border-radius:3px;margin:4px 0;overflow-y:auto;padding:0 4px;}
.sod_select.custom .sod_option{border-bottom:1px solid #f7f7f7;list-style-type:none;overflow:hidden;padding:10px;position:relative;text-overflow:ellipsis;white-space:nowrap;}
.sod_select.custom .sod_option:last-child{border-bottom:medium none;}
.sod_select.custom .sod_option.optgroup, .sod_select.custom .sod_option.optgroup.disabled{background:inherit;color:#939393;font-size:10px;font-style:italic;}
.sod_select.custom .sod_option.groupchild{padding-left:20px;}
.sod_select.custom .sod_option.disabled{background:inherit;color:#cccccc;}
.sod_select.custom .sod_option.active{background:none repeat scroll 0 0 #f7f7f7;border-radius:3px;color:#676767;}
.sod_select.custom .sod_option.selected{font-weight:700;padding-right:25px;}
.sod_select.custom .sod_option.selected:before{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K") repeat scroll 0 0 rgba(0, 0, 0, 0);color:#808080;content:"";display:inline-block;height:9px;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:10px;}
.sod_select.custom.no_highlight .sod_option.selected:before{display:none;}
.sod_select.custom select{display:none !important;}
.sod_select.custom.touch select{display:block !important;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1;}