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

@font-face {
  font-family: "Klavika-Regular";
  src: url("fonts/KlavikaRegular.eot"); /* IE9 Compat Modes */
  src: url("fonts/KlavikaRegular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/KlavikaRegular.otf") format("opentype"), /* Open Type Font */
    url("fonts/KlavikaRegular.svg") format("svg"), /* Legacy iOS */
    url("fonts/KlavikaRegular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/KlavikaRegular.woff") format("woff"), /* Modern Browsers */
    url("fonts/KlavikaRegular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Klavika-Medium";
  src: url("fonts/KlavikaMedium.eot"); /* IE9 Compat Modes */
  src: url("fonts/KlavikaMedium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/KlavikaMedium.otf") format("opentype"), /* Open Type Font */
    url("fonts/KlavikaMedium.svg") format("svg"), /* Legacy iOS */
    url("fonts/KlavikaMedium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/KlavikaMedium.woff") format("woff"), /* Modern Browsers */
    url("fonts/KlavikaMedium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

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

.selectric-responsive {
  width: 100%;
}

.selectric {
  background-color: #ffffff;
  border: 1px solid #857971;
  position: relative;
  border-radius: 2px;
    display: block;
  color: #857971;
    font-family: 'Klavika-Regular', sans-serif;
    font-size: 18px;
  background-color: #fff;
}

.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: #000;
    font-family: 'Klavika-Regular', sans-serif;
    font-size: 18px;
  height: 38px;
    display: block;
    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: #000;
  text-align: center;
}

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

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #857971;
}
.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: 2px;
    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, .selectric-items li {
    font-size:16px;
    line-height: 20px;
    list-style: outside none none;
    margin: 0;
    min-height: 20px;
    padding: 0;
}

.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
   color: #857971;
    font-family: 'Klavika-Regular', sans-serif;
    font-size: 18px;
  min-height: 20px;
   cursor: pointer;
    display: list-item;
    border-bottom:1px solid #857971;
    border-left:1px solid #857971;
    border-right:1px solid #857971;
    margin: 0;
    min-height: 38px;
    overflow-wrap: break-word;
    padding: 6px 10px;
    background-color: #ffffff;
}

.selectric-items li:first-child {
    border-top:1px solid #e4e8e1;
}


.selectric-items li {
  display: block;
/*  border-top: 1px solid #ebebeb;*/
  color: #000;
  cursor: pointer;
  line-height: 26px;
}
.selectric-items li.selected {
background: #0071b9 none repeat scroll 0 0;
    color: #fff;
}
.selectric-items li:hover {
  background: #0071b9 none repeat scroll 0 0;
    color: #fff;
}

.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: 8px;
}

#data-tbl{
  color: #000;
    font-family: 'Klavika-Regular', sans-serif;
    font-size: 18px;
    cursor: default;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
}

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

#data-tbl td, #data-tbl th{
      border-bottom: 1px solid #857971;
}
#data-tbl thead tr:first-child{
  background: none !important;
}
#data-tbl tr:nth-child(2n+1){
  background: #eff0f2 none repeat scroll 0 0;
}
#data-tbl tr:last-child td{
  border-bottom:0;
}

#download-wrapper h1 {
    color: #0071b9;
    font-family: 'Klavika-Regular', sans-serif;
    font-size: 18px;
}

#download-wrapper h2 {
    color: #0071b9;
    font-family: 'Klavika-Regular', sans-serif;
    font-size: 18px;
    border-bottom: 1px solid #857971;
}
.selectric .button i.fa-angle-up {
    display: none;
}
.selectric-open .selectric .button i.fa-angle-down {
    display: none;
}
.selectric-open .selectric .button i.fa-angle-up {
    display: block;
}
.blue {
    color: #0071b9;
}
#download-wrapper{
  padding: 0;
}
