:root {
  --range-track-height: 12px;
  --range-track-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35) inset;
  --range-track-from: #262626;
  --range-track-to: #262626;
  --range-thumb: #02D3CD;
  --range-thumb-height: 18px;
  --range-thumb-width: 14px;
  --range-thumb-shadow: 0px 0px 2px 1px #02D3CD inset;
  --range-thumb-border-radius: 0px;
  --counter-visibility: hidden;
  --theme-gradient-0: #1D1D1D;
  --theme-gradient-1: #262626;
  --theme-gradient-2: #272727;
  --theme-gradient-3: #333231;
  --theme-gradient-4: #474747;
  --theme-gradient-5: #484848;
  --theme-gradient-6: #8a8a8a;
  --theme-highlight-color: #4ED9C2;
  --theme-highlight-alert: #f9aa18;
  --theme-highlight-ember: #FB6432;
  --theme-base-font-size: 12px;
}

::-webkit-input-placeholder {
  color: #AAA
}

:-moz-placeholder {
  color: #AAA
}

::-moz-placeholder {
  color: #AAA
}

:-ms-placeholder {
  color: #AAA
}

.leaflet-container a {
  -webkit-tap-highlight-color: #02d3cd;
  color: #02d3cd;
}

.terms_of_use .center {
  text-align: center;
}

.terms_of_use .bold {
  text-decoration: underline;
  font-size: 18px;
}

input[type='range'] {
  -webkit-appearance: none;
  margin: 0;
  height: var(--range-track-height);
}

input[type='range']:focus {
  outline: none;
}

input[type='range']::-webkit-slider-runnable-track {
  height: var(--range-track-height);
}

input[type='range']::-moz-range-track {
  height: var(--range-track-height);
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: var(--range-thumb-height);
  width: var(--range-thumb-width);
  background: var(--range-thumb);
  border-radius: var(--range-thumb-border-radius);
  box-shadow: var(--range-thumb-shadow);
  position: relative;
  outline: none;
  top: -8px;
}

input[type='range']::-moz-range-thumb {
  height: var(--range-thumb-height);
  width: var(--range-thumb-width);
  background: var(--range-thumb);
  border-radius: var(--range-thumb-border-radius);
  box-shadow: var(--range-thumb-shadow);
  outline: none;
  top: -8px;
}

input[type='range'][disabled] {
  background: none !important;
}

input[type='range'][disabled]::-webkit-slider-runnable-track {
  background: #333536 !important;
  box-shadow: none;
}

input[type='range'][disabled]::-moz-range-track {
  background: #333536 !important;
  box-shadow: none;
}

input[type='range'][disabled]::-webkit-slider-thumb {
  background: #5b5c5d !important;
  box-shadow: none;
}

input[type='range'][disabled]::-moz-range-thumb {
  background: #5b5c5d !important;
  box-shadow: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=number] {
  height: 24px;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=number],
textarea {
  border-color: #5c5c5c;
  box-shadow: 2px 2px 2px rgb(0 0 0 /35%) inset;
  background-color: #262626;
  color: #D1D1D1;
  font-family: vaisala-sans, sans-serif;
  font-size: var(--theme-base-font-size);
  border-radius: 0;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: #348FF4;
}

input[type=text][readonly] {
  border-color: #5a5a5a;
  color: #C7C7C7;
}

input[type=text][disabled],
input[type=number][disabled] {
  color: #959595;
  border-color: #3c3c3c;
}

input[type=date][readonly] {
  border-color: #5a5a5a;
  color: #C7C7C7;
}

input[type=date][disabled] {
  color: #959595;
  border-color: #3c3c3c;
}

button {
  color: #d6d4ce;
  border-color: #D1D1D1;
  background-color: var(--theme-gradient-3);
  font-family: vaisala-sans, sans-serif;
  border: 1px solid #686965;
  font-size: var(--theme-base-font-size);
}

button[type=submit] {
  background-color: var(--theme-highlight-color);
  border-color: var(--theme-highlight-color);
  color: var(--theme-gradient-0);
}

button:hover {
  border-color: var(--theme-highlight-color);
  background-color: var(--theme-highlight-color);
  color: var(--theme-gradient-0);
}

html {
  scrollbar-color: #a1a1a1 #212121
}

body {
  background-color: var(--theme-gradient-0);
  color: #D1D1D1;
  font-family: vaisala-sans, sans-serif;
  font-size: var(--theme-base-font-size);
}


header {
  box-shadow: 0px 5px 12px rgba(0, 0, 0, .35);
  color: #FFF;
  background: var(--theme-gradient-1) url('/components/core/images/xweather-icon.png') no-repeat top left;
  background-size: contain;
}

header ul li {
  position: relative;
  z-index: 200;
}

header ul li ul {
  background: #262626;
}

header ul li a,
header ul li a:visited {
  color: #FFFFFF;
}

header>ul>li:hover,
header>ul>li:focus-within {
  background-color: #333231;
}

header>ul>li:hover>a {
  color: #FFF;
}

header>ul a:hover {
  color: #FFF;
}

header ul li ul li:hover {
  background-color: #484848;
}

header ul li ul li {
  background-color: #262626;
}

header ul li ul li.split {
  height: 2px;
  background: transparent;
}

header ul li ul li.group,
header ul li ul li.group:hover {
  background: #323232;
  color: #FFF;
}

header ul li ul li a:hover {
  background: #484848;
  color: #FFF;
}

header ul li ul li.group span.handle {
  background-color: #02D3CD;
}

header ul li ul li.group a {
  float: right;
  padding: 2px 5px 0 0;
}

header ul li ul li.additional a,
header ul li ul li.weatherdesk a {
  float: left;
  padding: 0px;
  width: 100%;
}

header ul li ul li a,
header ul li ul li a:visited {
  color: #FFF;
}

header ul li ul li a:visited:hover {
  color: #ffffff;
}

header ul li ul li.additional a:hover,
header ul li ul li.weatherdesk a:hover {
  color: #02D3CD;
}

header ul li#user_profile>a {
  background-color: var(--theme-highlight-color);
  color: #000;
}
#user_profile hr {
  border:  1px solid #545453;

}
header ul li#user_alerts {
  pointer-events: none;
}

header ul li#user_alerts i {
  font-size: 18px;
  line-height: 24px;
}

header ul li#user_alerts:hover {
  pointer-events: all;
  background-color: var(--theme-gradient-3);
}

header ul li#user_alerts.active {
  pointer-events: auto;
  color: var(--theme-highlight-ember);
}

#alerts {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 200;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.85);
  display: none;
}

#alerts blockquote {
  margin: 0;
  position: relative;
  padding: 10px;
  background: var(--theme-highlight-ember);
  color: #000;
  font-size: 16px;
  min-width: 450px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35) inset;
}

#alerts blockquote h3 {
  margin: 0;
  color: #2a1d02;
}

#alerts blockquote a,
#alerts blockquote a:visited {
  color: #831412;
  font-size: 18px;
}

#alerts blockquote p {
  margin: 0;
}

#alerts blockquote .notification_publish_date {
  font-size: 13px;
  color: #302c23;
}

#alerts blockquote .notification_close {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/components/globalclimate/images/close-icon-dark.png?v=2) no-repeat;
  background-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -666em;
  overflow: hidden;
}

#alerts blockquote+blockquote {
  margin-top: 10px;
}

#switch_notice {
  background-color: var(--theme-highlight-alert);
  color: var(--theme-gradient-3);
}

#switch_notice p a {
  color: var(--theme-gradient-3);
  background: var(--theme-highlight-ember);
}

#switch_notice p a:hover {
  background-color: #eab464;
}

footer {
  background-color: #393939;
}

a {
  color: var(--theme-highlight-color)
}

a:visited {
  color: #02D3CD
}

a:hover {
  color: #1FA8A8'

}

.loader {
  border-color: rgba(107, 105, 101, 0.5);
  border-top-color: #333231;
}

#product_search:focus {
  border-color: #02D3CD;
}

#application_error {
  border-color: #02D3CD;
  box-shadow: 0px 0px 12px #333;
  color: #FFFFFF;
  background-color: #242424;
}

#application_error a {
  color: #FFF
}

#application_error a:visited {
  color: #FFF
}

#application_error .close_error {
  color: var(--theme-highlight-color);
}

.climate-input nav a,
.climate-input nav a:visited {
  color: var(--theme-highlight-color);
}

.climate-input.climate-file label {
  border: 1px solid #464646;
  background: #262626;
  color: #D1D1D1;
}

.climate-input.climate-file label em {
  color: #a5a5a5;
}

.climate-file output.error {
  color: #FFF;
  font-weight: bold;
}

.climate-file label:hover {
  color: #FFF;
}

.climate-file label:invalid+span {
  color: #02D3CD;
}

.climate-file label:valid+span {
  color: #ffffff;
}

.basic_form {
  padding-top: 10px;
}

.basic_form div.message {
  color: #000;
  background-color: #02D3CD;
  border-color: #02D3CD;
}

.basic_form fieldset {
  background-color: #333231;
  border-color: #666666;
}

.basic_form fieldset legend {
  color: #FFFFFF;
}

.basic_form label {
  color: #EEEEEE;
}

.basic_form textarea {
  box-shadow: 2px 2px 2px #000 inset;
  border-color: #CCC;
}

.chosen-container {
  font-size: var(--theme-base-font-size);
}

.chosen-disabled {
  opacity: 0.35 !important
}

.chosen-container-multi .chosen-choices {
  border-color: #686965;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 20px;
  font-family: vaisala-sans, sans-serif;
}

.chosen-container-multi .chosen-choices li.search-choice {
  margin: 2px 5px 2px 0;
  padding: 4px 20px 4px 5px;
  border-radius: 0px;
  background-image: none;
  background: var(--theme-gradient-1);
  color: #D1D1D1;
  font-family: vaisala-sans, sans-serif;
  border: 1px solid #262626;
}

.chosen-container .chosen-results li.no-results {
  background: var(--theme-gradient-1);
  color: #FFFFFF;
}

.chosen-container .chosen-results li.highlighted,
.chosen-container-multi .chosen-drop .result-selected:hover,
.chosen-container .chosen-results li.result-selected:hover {
  background: var(--theme-gradient-5);
  color: #FFF;
}

.chosen-container .chosen-results li.disabled-result {
  color: #ababab;
}

.chosen-container .chosen-results li.result-selected,
.chosen-container-multi .chosen-drop .result-selected {
  color: #000;
  ;
  background-color: var(--theme-highlight-color);
  font-family: vaisala-sans, sans-serif;
}

.chosen-container-active.chosen-with-drop .chosen-single .chosen-container-active.chosen-with-drop .chosen-choices {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.65);
  border-color: #348FF4;
  border-width: 2px;
}

.chosen-container .chosen-drop {
  border-color: var(--theme-gradient-1);
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.65);
  background: var(--theme-gradient-1);
}

.chosen-container-single .chosen-drop {
  margin-top: 0px;
  border-radius: 0;
}

.chosen-container .chosen-results {
  color: #D1D1D1;
  padding: 0;
  margin: 0;
}

.chosen-container-single .chosen-search {
  padding: 0px;
}

.chosen-container-single .chosen-search input[type="text"] {
  background-image: none;
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #999 !important;
}

.chosen-container-single .chosen-search:before {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-size: 10px;
  color: #DDD;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e003"
}


.chosen-container-single .chosen-single,
.chosen-container .chosen-choices {
  border-color: #5c5c5c;
  border-width: 1px;
  border-radius: 0px;
  background: var(--theme-gradient-1);
  color: #D1D1D1;
}

#global_climate_locations_chosen .chosen-choices {
  max-height: 170px;
  overflow-y: auto;
}

.chosen-container .chosen-choices {
  padding: 3px;
}

.chosen-container-single.chosen-container-active .chosen-single,
.chosen-container.chosen-container-active .chosen-choices {
  background: var(--theme-gradient-1);
  border-color: #348FF4;
  box-shadow: none;
}

.chosen-container-single .chosen-search input[type=text] {
  border: 1px solid var(--theme-gradient-0);
  box-shadow: none;
  background-color: var(--theme-gradient-0);
  color: #FFF;
  font-family: vaisala-sans, sans-serif;
  box-shadow: 0 0 2px #7c7c7c inset;
  padding: 8px 8px 8px 30px;
}

.chosen-container-single .chosen-search input[type=text]:focus {
  box-shadow: 0 0 2px #D3D3D3 inset;
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
  color: var(--theme-highlight-color);
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-delete {
  position: absolute;
  right: 5px;
  top: 4px;
  font-size: var(--theme-base-font-size);
  color: #FFFFFF;
}

div.content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  min-width: 640px;
  position: relative;
  z-index: 2;
  padding: 10px;
  min-height: 550px;
}

.marketing-details {
  text-align: left;
  position: absolute;
  z-index: 5002;
  width: 320px;
  left: -380px;
  top: 0;
  padding: 15px;
  min-height: 300px;
  display: none;
  background: var(--theme-gradient-1);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.85);
}

.marketing-details h3 {
  margin: 0 5px 0 0;
}

.marketing-details figure {
  margin: 10px 0 0;
}

.marketing-details figure figcaption {
  margin: 5px 5px 10px 0;
  height: 70px;
}

.marketing-details img {
  width: 100%;
  min-height: 60px;
  image-rendering: pixelated;
}


.marketing-details nav a+a {
  margin-top: 15px;
}

.marketing-details nav a {
  color: var(--theme-highlight-color);
}

img.cache-onload {
  width: 1px;
  height: 1px;
  visibility: hidden;
  position: absolute;
}

#whats_new {
  max-height: 500px;
  overflow-y: auto;
}

#whats_new .items {
  outline: 0;
  overflow-y: auto;
  max-height: 500px;
  position: relative;
  z-index: 101;
}

#whats_new .item {
  margin: 10px 10px 0px 10px;
}

#whats_new .item>p {
  line-height: normal;
}

#whats_new .title+.item {
  margin-top: 20px;
}

#whats_new .item+.item {
  margin-top: 20px;
}


#whats_new .date {
  display: inline-block;
  margin-left: 5px;
  opacity: .75;
}

#whats_new h1.title {
  display: block;
  font-size: 20px;
}

#whats_new_header h1.title {
  display: block;
  font-size: 30px;
}

#whats_new h1.subTitle {
  display: block;
  font-size: 20px;
}

#whats_new h1.special_release {
  color: #4ED9C2;
}

#whats_new .items .quarter>* {
  margin: 40px 15px;
}

#whats_new hr {
  opacity: 0.5;
}

#whats_new ul {
  list-style-type: disc;
  margin: 0 20px;
}
