/*======================================
  Selectric v1.9.3
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  background-color: #eef4fb;
  border: 0 solid #eef4fb;
  position: relative;
  border-radius: 0;
    display: block;
    font-size: 16px;
}
.selectric:hover{
    background-color: #88AED3;
}
.selectric-open .selectric{
    background-color: #88AED3;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 16px;
  line-height: 38px;
  color: #343b46;
  height: 38px;
  
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	cursor: pointer;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #343b46;
  text-align: center;
}
.selectric .button:after {
  content: "A";
    display: block;
    font-family: Icons;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 20px;
    text-transform: none;
    top: 12px;
    transform: rotate(90deg);
}

.selectric-hover .selectric {
  border-color: #ccc;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #ccc;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  background-clip: padding-box;
    border-radius: 0;
    display: none;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: -1;
    background-color: #ffffff;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul{
  border-bottom: 1px solid #e1e1e1;
  border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    color: #343b46;
    margin: 0;
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    background-color: #ffffff;
}

.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  min-height: 20px;
   cursor: pointer;
    display: list-item;
    margin: 0;
    min-height: 38px;
    overflow-wrap: break-word;
    padding: 6px 10px;
    background-color: #eef4fb;
}
.selectric-items li {
  display: block;
/*  border-top: 1px solid #ebebeb;*/
  color: #343b46;
  cursor: pointer;
}
.selectric-items li.selected {
background: #022B53 none repeat scroll 0 0;
    color: #fff;
}
.selectric-items li:hover {
  background: #88AED3 none repeat scroll 0 0;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.selectric .button i{
   font-size: 20px;
    position: absolute;
    right: 14px;
    top: 7px;
    display: none;
}

#data-tbl{
	color: #3e3e3e;
    cursor: default;
    font-family: "Asap", "Helvetica Neue", Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
}

#data-tbl td {
    padding: 10px;
}

#download-wrapper h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: normal;
}

#download-wrapper h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: normal;
}
.selectric{
    transform: rotate(0deg);
}
.selectric .button:after{
    transition: all 0.1s 0.1s;
    transform: rotate(90deg);
}
.selectric-open .button:after{
    transition: all 0.1s 0.1s;
    transform: rotate(-90deg);
}
