.select-select {
  display: none;
  /* For when we are on a small touch device and want to use native controls */
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  position: absolute;
  opacity: 0; 
} 
.select-element, .select-element:after, .select-element:before, .select-element *, .select-element *:after, .select-element *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.select-element {
  position: absolute;
  display: none; 
  }
  .select-element.select-open {
    display: block;
    }
.select-theme-dark, .select-theme-dark, .select-theme-dark *, .select-theme-dark *:after, .select-theme-dark *:before {
  font-size: 14px;
   z-index: 4000;
   z-index: 2000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    }
.modal .select-theme-dark, 
.modal .select-theme-dark, 
.modal .select-theme-dark *, 
.modal .select-theme-dark *:after, 
.modal .select-theme-dark *:before {
   z-index: 4000;
    }    
.select.select-theme-dark {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .select.select-theme-dark .select-content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.2);
    background: #000;
    color: #fff;
    overflow: auto;
    max-width: 248px;
    max-height: 350px;
    -webkit-overflow-scrolling: touch; 
   }
    @media (max-width: 372px), (max-height: 372px) {
      .select.select-theme-dark .select-content {
        max-width: 155px;
        max-height: 155px; } }
  .select.select-theme-dark .select-options {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    margin: 0;
    padding: 0; }
    .select.select-theme-dark .select-options .select-option,
    .select.select-theme-dark .select-options .select-option:hover,
    .select.select-theme-dark .select-options .select-option:hover.select-option-highlight,
    .select.select-theme-dark .select-options .select-option:hover.select-option-selected.select-option-highlight{
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-touch-callout: none;
      position: relative;
      list-style: none;
      margin: 0;
      line-height: 19px;
      padding: 6px 11px 6px 30px;
      display: block;
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }      
	.select.select-theme-dark .select-options .select-option:hover.select-option-selected {
		padding-left:30px;
		} 
      .select.select-theme-dark .select-options .select-option.select-option-selected:before{
		content: url(/National_Library/20160521004321oe_/http://gaming.logitech.com/images/checkmark.png);
        position: absolute;
        left: 5px;
        top: 0;
        bottom: 6px;
        height: 11px;
        width: 11px;
        margin: auto; }
       
      .select.select-theme-dark .select-options .select-option:hover, 
      .select.select-theme-dark .select-options .select-option.select-option-highlight {
        background-color: #00a9e0;
        color: white; }
        .select.select-theme-dark .select-options .select-option.select-option-selected.select-option-highlight:before, 
        .select.select-theme-dark .select-options .select-option:hover.select-option-selected:before,
        .select.select-theme-dark .select-options .select-option:active.select-option-selected:before{
		content: url(/National_Library/20160521004321oe_/http://gaming.logitech.com/images/checkmark-active.png);
		}
      .select.select-theme-dark .select-options .select-option:first-child {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0; }
      .select.select-theme-dark .select-options .select-option:last-child {
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -ms-border-radius: 0 0 5px 5px;
        -o-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px; }

.select-target.select-theme-dark {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 3px 30px 0 11px;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  min-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  text-transform: uppercase; }
  .select-target.select-theme-dark.select-target-focused, .select-target.select-theme-dark.select-target-focused:focus,
  .select-target.select-theme-dark:hover {
    border-color: #00a9e0;
    outline: none;
	background: #00a9e0;
	border-color: #000;
	color: #000;    
     }
  .select-target.select-theme-dark b {
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 1px;
    margin: auto;
    height: 16px;
    width: 26px; }
    .select-target.select-theme-dark b:before, .select-target.select-theme-dark b:after {
      content: "";
      display: block;
      position: absolute;
      margin: auto;
      right: 0;
      height: 0;
      width: 0;
      border: 3px solid transparent; }
    .select-target.select-theme-dark b:before {
      top: 0;
      border-bottom-color: inherit; }
    .select-target.select-theme-dark b:after {
      bottom: 0;
      border-top-color: inherit; }
