/**
Copyright (C) Vaisala. Reproduction or disclosure
of this file or its contents without the prior written concent of Vaisala is prohibited.
*/

button {
  font-size: 12px;
}

html {
  min-height: 98%;
  position: relative
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-size-adjust: none;
  margin: 0;
}

body.with_switch {
  padding-bottom: 75px;
  border: 5px solid var(--theme-highlight-alert);
}

header {
  display: block;
  position: fixed;
  z-index: 5001;
  height: 56px;
  width: 100%;
  background-size: 100% 150px;
  background-attachment: fixed;
  border-bottom: 3px solid transparent;
  padding-right: 10px;
  box-sizing: border-box;
}

section#content {
  padding-top: 53px;
  transition: padding-top 0.2s;
}

section#content.error {
  padding: 63px 10px 10px 10px;
}

section#content.is_popup {
  padding-top: 0;
}

section#content.with_subnav {
  padding-top: 83px;
}

header h2 {
  margin: 10px 0 0 75px;
  font-size: 24px;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 28px;
  font-weight: normal;
}

header h2 * {
  display: inline-block;
  vertical-align: middle;
}

header h2 a {
  text-decoration: none;
}

header div.header_content {
  margin: 0 auto
}

fieldset {
  border-width: 2px;
  border-style: solid;
  transition: all 0.2s;
  -ms-transition: all 0.2s;
  padding-bottom: 2em
}

fieldset legend {
  font-weight: bold;
}

fieldset.collapsed {
  border: 0;
  margin: 0;
  padding: 0
}

fieldset.collapsed legend {
  display: none
}

.inline_button {
  line-height: 14px;
  border: 1px solid #CCCCCC;
  padding: 3px 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.inline_button:hover {
  background-image: none;
  cursor: pointer
}

.inline_button.active {
  background-image: none;
  cursor: pointer;
  border-style: inset;
  font-weight: bold;
}

.hnypt {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

#subnav {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 4999;
  border-bottom: 1px solid #545454;
}

#subnav>ul {
  z-index: 1000;
  list-style-type: none;
  margin: 0 50px;
  text-align: left;
  background-attachment: fixed;
  background-size: 100% 150px;
}

#subnav>ul>li {
  display: inline-block;
  padding: 0 1vw
}

#subnav>ul>li a {
  text-decoration: none;
  padding: 6px 10px;
  line-height: 18px;
  display: inline-block;
}

#subnav>ul>li.more {
  font-weight: bold;
  display: none;
  padding: 5px 18px 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  height: 25px;
  width: 75px;
  text-align: right;
}

#switch_notice {
  position: fixed;
  bottom: 0;
  z-index: 5002;
  width: 100%;
  left: 0;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

#switch_notice p {
  margin: 5px 0
}

#switch_notice a {
  display: inline-block;
  padding: 2px 5px;
  text-decoration: none;
}

span.notice_title {
  font-size: 18px;
  font-weight: bold;
}

span.notice_date:before {
  content: 'Posted: ';
}

span.notice_date {
  font-size: 11px;
}

#subnav>ul>li.more>a {
  display: inline-block;
}

#subnav>ul>li.more ul {
  display: none;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 5000;
}

#subnav>ul>li.more ul>li {
  padding: 5px
}

#subnav>ul>li.more ul>li>a {
  font-weight: normal;
  display: block
}

body.dragging,
body.dragging * {
  cursor: move !important;
  -moz-user-select: none;
  -webkit-user-select: none;
}

body.dragging .placeholder {
  position: relative;
  list-style-type: none;
  margin: 10px 0;
  padding: 20px;
  border: 1px dashed #CCCCCC;
}

.sortable_handle {
  opacity: 0.45;
  cursor: move;
  width: 40px;
  height: 6px;
  left: 48%;
  position: absolute;
  top: -5px;
  text-align: center;
  font-size: 6px;
  line-height: 8px;
}

.sortable_handle:after {
  content: '';
}

.sortable_handle:hover {
  opacity: 1;
}

.dragged {
  position: absolute !important;
  opacity: 0.5;
  z-index: 2000 !important;
}

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=number],
textarea {
  width: 90%;
  padding: 2px 6px;
  border: none;
}

input[type=date],
input[data-datepicker],
input[data-type=postal] {
  width: 100px;
}

input[type=number] {
  width: 100px
}

input[data-type=phone] {
  width: 150px
}

#application_error {
  z-index: 10003;
  border: 2px solid #CCCCCC;
  position: absolute;
  width: 450px;
  opacity: 0.9;
  box-shadow: 0px 0px 12px #333;
  padding: 15px 25px 15px 25px;
  text-align: center;
  font-weight: bold;
}

#application_error .close_error {
  cursor: pointer;
  width: 20px;
  height: 24px;
  text-decoration: none;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  font-weight: normal;
}

#info {
  display: none
}

.info {
  cursor: pointer;
  line-height: 25px;
  margin-left: 5px;
}

.hidden {
  display: none
}

.smallipop-content {
  padding: 5px 10px
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  z-index: 100000;
  bottom: 40px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 4px;
  background: #CCCCCC url('/components/core/images/cd-top-arrow.svg') no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 0.8
}

.cd-top.cd-fade-out {
  opacity: .5;
}

#overlay {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
}

#overlay>div {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 10001;
}

#fullsize_image {
  position: absolute;
  line-height: 0;
  visibility: hidden;
  display: inline-block;
  z-index: 20000;
  left: 10%;
  top: 20%;
  padding: 20px;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 4px
}

#fullsize_image img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

#fullsize_image a.close_map {
  z-index: 20001;
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  right: 2px;
  top: 2px;
  border-radius: 4px;
  text-shadow: -1px -1px 1px #000;
  color: #FFF;
  font-size: 18px;
  line-height: 28px;
  background: rgba(0, 0, 0, 0.65);
}

.default_product {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px
}

.default_product a {
  text-indent: -666em;
  display: inline-block;
  width: 23px;
  height: 22px;
  background-image: url('/components/core/images/prod_favicon.png');
  margin-left: 30px;
}

.default_product a:hover {
  background-image: url('/components/core/images/prod_favicon_active.png');
}

header h2.highlighted a {
  background-image: url('/components/core/images/prod_favicon_active.png');
}

.buttons {
  text-align: center
}

.button {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  font-size: 11px;
  border: 1px solid #CCCCCC;
  line-height: 26px;
  padding: 0px 20px;
}

.chosen-container-multi .chosen-choices {
  border: 1px solid #CCC;
}

.chosen-container-single .chosen-single div {
  width: 10px;
}

.chosen-container-single .chosen-single div b {
  background-image: url('/components/core/images/chosen-sprite-teal.png');
  background-position: -2px 1px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -20px -1px;
}

.chosen-container .chosen-drop {
  border-width: 0;
}

div.chosen-container .chosen-results li {
  padding: 8px 6px;
  text-align: left;
}

div.chosen-container.center_options .chosen-results li {
  text-align: center;
}

div.chosen-container-single {
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  height: 22px;
  padding: 0px 4px;
  border-radius: 0px;
  outline: none;
  line-height: 18px;
  box-shadow: none;
}

.chosen-container-single .chosen-single span {
  margin-right: 10px;
  margin-left: 5px;
  white-space: nowrap;
  line-height: 20px;
}

.indicator {
  height: 16px;
  width: 16px;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
}

a.button {
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}

a.button i {
  margin-right: 10px
}

button i {
  margin-right: 10px
}

#product_settings {
  position: absolute;
  right: 25px;
  z-index: 5000;
  top: 55px;
  display: none;
}

#product_settings em {
  font-size: 18px;
  color: var(--theme-highlight-color);
  cursor: pointer;
  z-index: 4999;
}

#product_settings_panel {
  position: absolute;
  background: var(--theme-gradient-3);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  width: 350px;
  right: -5px;
  top: -5px;
  z-index: 4998;
  max-height: 600px;
  transition: all 0.2s;
}

#product_settings_panel ul li {
  position: relative;
}

#product_settings.without_panel em {
  color: #FFF;
  z-index: 4999;
}

#product_settings em:hover {
  color: var(--theme-highlight-color);
}

#product_settings.without_panel #product_settings_panel {
  height: 0;
  overflow: hidden;
}

#product_settings_panel h3,
#product_settings_panel h4 {
  font-Family: vaisala-sans-light;
  padding: 10px;
  margin: 0;
}

#product_settings_options {
  padding: 10px 10px 20px 10px;
}

#product_settings_options .product_settings_option + .product_settings_option {
  margin-top: 15px;
}

#product_settings_options .product_settings_option ul {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
}

#product_settings_options .product_settings_option ul li {
  display: inline-block;
  position: relative;
}

#product_settings_options .product_settings_option ul li + li {
  margin-left: 10px;
}

#settings_utility a#settings_snapshot {
  background-image: url('/components/core/images/shutter_anim_rest.png');
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 23px;
  height: 23px;
}

#settings_utility a#settings_snapshot:hover {
  background-image: url('/components/core/images/shutter_anim_over.png');
}

#settings_utility #settings_view_options {
  display: none;
  position: absolute;
  z-index: 5000;
  width: 330px;
  left: -275px;
  top: 35px;
  background: var(--theme-gradient-1);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
}

#settings_utility.with_options #settings_view_options {
  display: block;
}

#settings_utility #settings_view_title {

}

#settings_utility #settings_view_title_input {
  margin:10px 0;
}

#settings_utility #settings_view_list {

}

#history_utility {
  width: 125px;
  z-index: 10;
  position: absolute;
  right: 5px;
  top: 58px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s 0s;
  -moz-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}

#product_history .glyphicon-repeat {
  margin-right: 5px;
  transform: scaleX(-1);
}

#history_pane.open+#history_utility {
  top: 75vh;
  margin-top: 55px;
}

#history_pane {
  position: absolute;
  height: 0;
  width: 320px;
  top: 52px;
  right: 2px;
  z-index: 11;
  -webkit-transition: all 0.5s 0s;
  -moz-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  overflow: auto;
  overflow-x: hidden;
}

#history_pane.open {
  height: 75vh;
  border-radius: 0 0 0 5px;
}

#history_pane span.glyphicon-remove-circle {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  right: -5px;
  top: -5px;
}

#history_pane span.glyphicon-pushpin {
  cursor: pointer;
  position: absolute;
  width: 24px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  left: -4px;
  top: -12px;
  text-align: center;
  transition: all 0.2s;
  transform: rotate(46deg);
}

#history_pane span.glyphicon-pushpin.active {
  top: -12px;
  left: -12px;
  transform: rotate(-80deg);
}

#history_pane #action_history_container {
  margin: 0 15px;
}

#history_pane #action_history_container>div {
  cursor: pointer;
  border: 1px solid #CCCCCC;
  position: relative;
}

#history_pane #action_history_container>div:first-child {
  margin-top: 20px;
}

#history_pane #action_history_container>div.pinned {
  background-color: #464646;
}

#history_pane #action_history_container>div+div {
  margin-top: 25px;
}

#history_pane #action_history_container>div>div {
  margin-left: 10px;
  margin-right: 5px;
  padding: 10px 0;
}

#history_pane #action_history_container div.history_action div:last-child {
  text-align: right;
  font-size: 12px;
}

#history_pane #action_history_container>div div.history_action div:last-child span:first-child {
  font-size: 13px;
}

#user_utility,
#settings_utility {
  float: right;
  margin: 10px 20px 0 0;
  text-align: right;
  position: relative;
}

#operationalNews {
  position: absolute;
  top: 53px;
  right: 0;
  font-weight: bold;
  min-width: 350px;
  width: 35%;
  z-index: 1000;
  margin: 0;
}

#operationalNews.subnavigation {
  top: 83px
}

#operationalNews.subnavigation.tropical {
  top: 85px
}

#operationalNews ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

#operationalNews ul li {
  position: relative;
  padding: 10px 35px 10px 10px;
}

#operationalNews ul li>strong {
  font-size: 16px;
}

#operationalNews ul li+li {
  margin-top: 5px;
}

#operationalNews ul li a.dismiss {
  text-decoration: none;
  font-size: 22px;
  position: absolute;
  top: 35%;
  right: 10px;
  display: inline-block;
  width: 22px;
  height: 22px;
}

#user_utility>a,
#settings_utility>a {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 15px 4px 15px;
  line-height: 24px;
  text-decoration: none;
  border-radius: 2px;
}


#user_utility>a.active,
#settings_utility>a.active {
  position: relative;
  z-index: 5002
}

#user_utility>a+a {
  margin-left: 10px
}


#user_utility #user_product_action {
  vertical-align: top;
  background-image: url('/components/core/images/menu-icon_rest.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 16px;
  padding-right: 40px;
}

#user_utility #user_profile_action:hover {
  background: var(--theme-gradient-3);
}

#user_utility #user_profile_action span {
  vertical-align: top;
  display: inline-block;
  border-radius: 50%;
  width: 26px;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #000;
  font-weight: bold;
  text-indent: -2px;
}

#user_utility #user_profile_action {
  overflow: hidden;
  text-overflow: ellipsis
}

.embed_overlay {
  display: none
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .embed_overlay {
    display: block;
    background: #CCCCCC;
    position: absolute;
    z-index: 99;
    left: 0px;
    width: 100%;
    height: 97%;
    top: 3%
  }
}

#user_product_list {
  display: none;
  width: 235px;
  z-index: 5002;
  list-style-type: none;
  margin: 0;
  position: absolute;
  padding: 10px 0;
  left: -125px;
  text-align: left;
  top: 34px;
  border: 1px solid #CCCCCC;
  max-height: 720px;
  overflow-y: auto;
}

#user_product_list li+li {
  margin-top: 0px
}

#user_product_list li {
  padding: 3px 0 0 5px;
  position: relative;
  z-index: 101
}

#user_product_list li.extra {
  cursor: pointer;
}

#user_product_list li:not(.extra)+li.extra {
  border-top: 5px solid #1E1E1E;
}

#user_product_list li a {
  text-decoration: none;
  padding: 4px 8px;
  line-height: 18px;
  display: block;
}

#user_product_list li.product_section_header {
  cursor: pointer;
  padding-left: 10px;
  line-height: 24px;
}

#user_product_list li.product_section_header a {
  float: right;
}

#user_product_list li.climatedesk a,
#user_product_list li.climatedesk-marketing a {
  float: left;
  padding: 2px;
}

#user_product_list ul.noproduct {
  list-style-type: initial;
}

#user_product_list li>img {
  width: auto;
  height: 12px;
}

#user_product_list .sortable_handle {
  z-index: 105;
}

#user_product_list .sortable_droppable {
  width: 100%;
  position: relative;
}

#user_product_list .sortable_droppable+.sortable_droppable {
  margin-top: 15px;
}

#user_product_list .sortable_handle {
  left: 44%;
  top: -5px;
  height: 6px;
}

#user_profile_list {
  display: none;
  z-index: 5001;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  padding: 10px 0 10px;
  right: 60px;
  text-align: left;
  top: 34px;
}

#user_profile_list hr {
  border: none;
  height: 1px;
}

#user_profile_list li {
  padding: 2px 0
}

#user_profile_list li+li {
  margin-top: 5px
}

#user_profile_list li a,
#user_profile_list li span.noref {
  text-decoration: none;
  padding: 2px 15px;
  line-height: 18px;
  display: block;
}

#user_utility>#release_bell {
  line-height: 24px;
  font-size: 18px;
  vertical-align: middle;
  pointer-events: none;
}

#user_utility>#release_bell.attention {
  pointer-events: all;
}

#release_bell i {
  position: relative;
  top: 3px;
}

#toggle_support {
  display: none
}

ul.option_list {
  list-style-type: none;
  padding: 0;
  margin: 0
}

ul.option_list li+li {
  margin-top: 5px
}

div.weather_main {
  padding: 15px
}

div.weather_product {
  margin: 0 auto;
  padding-bottom: 0px;
  position: relative;
  max-width: 96%;
  box-sizing: border-box;
}

div.weather_report_product {
  min-width: 1024px;
  margin: 0 auto;
  width: 85%;
  padding-bottom: 0px;
  position: relative;
}

.weather_config,
.weather_config:visited {
  text-decoration: none;
  width: 20px;
  height: 20px;
  display: block;
  font-size: 14px;
  padding: 4px;
  position: absolute;
  transform: rotate(90deg);
  transform-origin: 100% 100%;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: 100% 100%;
  line-height: 18px;
  right: -2px;
  top: 5px;
  font-size: 12px;
  text-align: center;
  z-index: 104;
}

.weather_config img {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
}

#toggle_config {
  display: none;
  transform-origin: 0% 100%;
  left: 2px;
  top: 28px;
  cursor: pointer;
}

body.with_subnav #toggle_config {
  top: 58px;
}

#toggle_config img {
  transform: rotate(90deg);
}

table.tablesorter {
  width: 100%;
  border-collapse: collapse;
}

table.tablesorter thead tr .headerSortUp {
  background-image: url('/components/core/images/asc.png');
}

table.tablesorter thead th.header {
  cursor: pointer;
  padding-right: 12px;
}

table.tablesorter thead tr .headerSortDown {
  background-image: url('/components/core/images/desc.png');
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

div.pager {
  margin-top: 10px;
  margin-bottom: 10px
}

div.per-page {
  width: 150px;
  float: right;
  text-align: right
}

div.pager .chosen-container {
  margin-left: 5px;
}

div.pager .chosen-container * {
  text-align: left
}

div.pager span.pagedisplay {
  color: #5f5f5f;
}

div.pager img {
  vertical-align: middle
}

div.pager>a {
  text-decoration: none;
  vertical-align: middle;
  font-size: 20px
}

div.pager>a.disabled {
  display: none
}

div.pager>a.first {
  margin-right: 10px
}

div.pager>a.prev {
  margin-right: 10px
}

div.pager>a.next {
  margin-right: 10px
}

div.pager>a.last {
  margin-right: 10px
}

div.pager select.pagesize {
  width: 125px
}

div.sidebar {
  width: 320px;
  min-width: 320px;
  display: table-cell;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  padding: 15px 15px 15px 15px;
}

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

div.gutter {
  float: left;
  width: 15%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 10px;
}

div.sidebar_collapsed {
  display: none
}

div.weather_report_content {
  min-width: 790px
}

div.notification_hidden {
  display: none
}

div.sidebar {
  min-height: 550px;
}

div.sidebar table.form {
  border-collapse: collapse;
  width: 100%
}

div.content_with_sidebar {
  width: 75%
}

div.content_with_gutter {
  width: 82%;
}

div.content_with_sidebar_and_gutter {
  width: 100%;
  display: table-cell;
  float: none;
  vertical-align: top;
}

div.sidebar_collapsed+div.content_with_gutter {
  width: 100%;
  min-width: 960px
}

#toggle_support {
  display: none;
  position: absolute;
  cursor: pointer;
  z-index: 101;
  top: 200px;
  height: 20px;
  width: 150px;
  text-align: center;
  padding: 5px 10px;
  transform-origin: 100% 100%;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: 100% 100%;
  right: 0px;
  font-weight: bold;
  font-size: 16px;
}

.date_range {
  vertical-align: middle
}

.date_range_start,
.date_range_end {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 30px;
  min-width: 150px;
  line-height: 30px;
  padding: 0px 8px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  vertical-align: middle;
}

.date_range_start {
  float: left;
  width: 45%
}

.date_range_end {
  float: right;
  width: 45%
}

.date_range_start input,
.date_range_end input {
  border: none;
  box-shadow: none;
  padding: 0
}

.date_button {
  position: absolute;
  width: 24px;
  height: 22px;
  display: block;
  line-height: 16px;
  padding: 0
}

.date_subtract {
  right: 35px;
  top: 3px
}

.date_add {
  right: 5px;
  top: 3px
}

div.tabs {
  position: relative
}

div.tabs>ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

div.tabs>ul>li {
  position: relative;
  z-index: 9;
  display: inline-block;
}

div.tabs>ul>li>a {
  display: inline-block;
  color: #9B9B9B;
  text-decoration: none;
  padding: 4px 12px 6px 8px;
  text-align: center;
}

div.tabs>ul>li.active {
  z-index: 11;
  top: -1px;
}

div.tabs>ul>li.active>a {
  font-weight: bold;
}

div.tabs>ul>li.hidden {
  display: none
}

div.tabs div.tab {
  z-index: 10;
  padding: 5px;
  position: relative;
  min-height: 400px;
  display: none;
  top: -1px;
}

div.tabs div.hidden {
  display: none
}

div.tabs div.active {
  display: block
}

div.weather_data_table>div.tabs {
  margin: 10px
}

.weather_colorbar {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  cursor: pointer;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  opacity: 0.4;
}

.weather_colorbar .weather_colorbar_table {
  position: relative;
  z-index: 10;
  max-width: 820px;
  margin: 0 auto;
  height: 18px;
  box-sizing: border-box;
  border: 2px solid #CCCCCC;
}

.weather_colorbar .weather_colorbar_table table {
  border-collapse: collapse;
  width: 100%
}

.weather_colorbar .weather_colorbar_table table td {
  height: 12px
}

.weather_colorbar:hover {
  opacity: 0.8;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none
}

.weather_colorbar.active {
  opacity: 1;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none
}

.weather_colorbar+.weather_colorbar {
  margin-top: 15px
}

div.weather_colorbar_table .weather_colorbar_ticks {
  position: absolute;
  height: 20px;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 16px;
}

div.weather_colorbar_table .weather_colorbar_ticks ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 16px;
  font-size: 0
}

div.weather_colorbar_table .weather_colorbar_ticks ul li {
  color: #FFF;
  text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000
}

.colorbar_precip .weather_colorbar_ticks ul li:nth-child(1) {
  left: 9%
}

.colorbar_precip .weather_colorbar_ticks ul li:nth-child(2) {
  left: 20%
}

.colorbar_precip .weather_colorbar_ticks ul li:nth-child(3) {
  left: 31%
}

.colorbar_precip .weather_colorbar_ticks ul li:nth-child(4) {
  left: 43%
}

.colorbar_precip .weather_colorbar_ticks ul li:nth-child(5) {
  left: 54%
}

.colorbar_precip .weather_colorbar_ticks ul li:nth-child(6) {
  left: 65%
}

.colorbar_precip .weather_colorbar_ticks ul li:nth-child(7) {
  left: 76%
}

.colorbar_precip .weather_colorbar_ticks ul li:nth-child(8) {
  left: 87%
}

.colorbar_precip .weather_colorbar_ticks ul li:nth-child(9) {
  left: 98%
}

.colorbar_temp .weather_colorbar_ticks ul li:nth-child(1) {
  left: 5%
}

.colorbar_temp .weather_colorbar_ticks ul li:nth-child(2) {
  left: 12%
}

.colorbar_temp .weather_colorbar_ticks ul li:nth-child(3) {
  left: 19%
}

.colorbar_temp .weather_colorbar_ticks ul li:nth-child(4) {
  left: 26%
}

.colorbar_temp .weather_colorbar_ticks ul li:nth-child(5) {
  left: 33%
}

.colorbar_temp .weather_colorbar_ticks ul li:nth-child(6) {
  left: 41%
}

.colorbar_temp .weather_colorbar_ticks ul li:nth-child(7) {
  left: 47%
}

.colorbar_temp .weather_colorbar_ticks ul li:nth-child(8) {
  left: 55%
}

.colorbar_temp .weather_colorbar_ticks ul li:nth-child(9) {
  left: 62%
}

.colorbar_temp .weather_colorbar_ticks ul li:nth-child(10) {
  left: 69%
}

.colorbar_temp .weather_colorbar_ticks ul li:nth-child(11) {
  left: 77%
}

.colorbar_temp .weather_colorbar_ticks ul li:nth-child(12) {
  left: 84%
}

.colorbar_temp .weather_colorbar_ticks ul li:nth-child(13) {
  left: 91%
}

.weather_colorbar .weather_colorbar_legend {
  clear: both;
  width: 40%;
  text-align: center;
  min-width: 160px;
  margin: 0 auto 5px auto;
  position: relative;
  z-index: 9;
  padding-top: 2px;
  font-size: 11px;
  font-weight: bold;
}

.char_button {
  font-size: 14px;
  min-width: 24px;
  line-height: 14px;
  font-weight: bold;
}

.date_button {
  padding: 0
}

.smallipop-content {
  font-size: 12px;
  line-height: 16px;
}

.custom_input span+label {
  margin-top: 2px
}

.custom_input {
  margin-left: 5px;
}

.welcome_setting {
  text-align: right;
  border-radius: 4px;
  padding: 5px 10px;
  float: right
}

.disable_wrap {
  white-space: nowrap
}

.static_content {
  padding: 20px
}

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

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

.terms_of_use .underline {
  text-decoration: underline;
}

.terms_of_use table {
  border-collapse: collapse;
}

.terms_of_use table th,
.terms_of_use table td {
  border: 1px solid #CCCCCC;
  padding: 5px;
}

.terms_of_use table th {
  font-size: 20px;
}

.sftp_access h2 {
  margin: 0 0 15px 0;
}

.sftp_access dl dt {
  padding: 5px 10px;
  clear: left;
  width: 120px;
  float: left;
  background: var(--theme-gradient-3);
  margin-bottom: 5px;
}

.sftp_access dl dd {
  padding: 5px 10px;
  width: 250px;
  float: left;
  background: #4C4B48;
  margin-bottom: 5px;
}

.sftp_access ul {
  list-style-type: disc;
  padding: revert;
}

.sftp_access .example {
  padding: 10px;
  margin: 20px 0;
  background: var(--theme-gradient-3);
}

.sftp_access .example code {
  display: block;
  background-color: var(--theme-gradient-1);
  padding: 5px 10px;
}

.sftp_access .example+.example {
  margin-top: 15px;
}

.sftp_access .example h3 {
  margin: 0 0 15px 0;
  background: #4c4b48;
  padding: 5px 10px;
}

.sftp_access .example img {
  padding-top: 15px;
  display: block;
  max-width: 1024px;
}

.basic_form fieldset {
  padding-top: 20px;
}

.basic_form fieldset>p {
  margin-top: 0
}

.basic_form label {
  color: #C1C2C2;
  font-weight: bold
}

.basic_form table {
  margin: 0 auto 0px auto;
  width: 80%
}

.basic_form table tbody tr td {
  padding: 5px 0;
}

.basic_form table tbody tr td:first-child {
  text-align: right;
  padding-right: 15px
}

.basic_form div.message {
  width: 420px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #CCCCCC;
  padding: 5px 15px;
  margin: 10px auto
}

.basic_form dl {
  margin: 0;
  padding: 0
}

.basic_form dl dt {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 15%;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top
}

.basic_form dl dd {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 85%;
  vertical-align: top
}

.basic_form div.buttons {
  margin-top: 6px
}

#reset_form {
  width: 640px;
  margin: 0 auto
}

#change_password_form {
  width: 640px;
  margin: 0 auto
}

#support_form,
#general_form {
  width: 780px;
  margin: 0 auto
}

#support_form input,
.profile-popout-details input,
#general_form input {
  width: 465px
}

textarea[id=support_info],
textarea[id=feedback_info] {
  width: 480px
}

#release_info {
  position: absolute;
  width: 700px;
  max-height: 500px;
  overflow: auto;
  line-height: 24px;
  text-align: left;
  display: none;
  padding: 1em;
  top: 0px;
  z-index: 5001;
  color: #D1D1D1;
  background-color: #3a3a3a;
  border: 1px solid #666666;
  outline: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
}

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

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

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

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

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

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

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

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

#release_info h1.subTitle.special_release {
  font-weight: bold;
}

*::-webkit-scrollbar {
  width: 14px !important;
  height: 14px !important;
}

#tropical_refresh_container {
  display: none;
  position: absolute;
  right: 5px;
  top: 2px;
}

#tropical_refresh_container button {
  font-size: 14px;
  line-height: 26px;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 20px;
  margin-left: 20px;
  border: 1px outset #CCCCCC;
}

#tropical_refresh_container button.disabled {
  cursor: default;
}

#pass_requirements {
  margin: 0 auto 10px auto;
  padding: 10px;
}

.custom_input span.custom_checkbox+label,
.custom_input span.custom_radio+label {
  display: inline;
  cursor: pointer;
}

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

.profile-popout-details {
  text-align: left;
  position: absolute;
  z-index: 5002;
  width: 630px;
  right: 260px;
  top: 0;
  padding: 20px;
  max-height: 615px;
  overflow-y: auto;
  display: none;
}

.profile-popout-details .profile_support>div {
  display: inline-block
}

.profile-popout-details #support_form {
  width: inherit;
}

.profile-popout-details .basic_form fieldset {
  border-color: #4C4B48;
}

.profile-popout-details .profile_container+.profile_container {
  margin-top: 10px;
}

.profile-popout-details .profile_title_container {
  font-size: 20px;
  font-family: vaisala-sans-light, sans-serif;
}

.profile-popout-details .profile_blurb_container {
  color: #bbb
}

.profile-popout-details .button {
  width: 200px;
  font-weight: bold;
  height: 34px;
  margin-top: 10px
}

.profile-popout-details .button+.button {
  margin-left: 20px;
}

.marketing-details {
  text-align: left;
  position: absolute;
  z-index: 5002;
  width: 320px;
  left: -475px;
  top: 0;
  padding: 15px;
  min-height: 300px;
  display: none;
}

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

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

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

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

.marketing-details nav a,
.marketing-details nav a:visited {
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 12px;
}

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

.loader {
  border: 10px solid #CCCCCC;
  border-radius: 50%;
  width: 4em;
  height: 4em;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}