/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  font-family: URWGroteskNar-Reg, sans-serif;
  font-size: 15px;
  color: #414042;
}

.margin-0 {
  margin: 0;
}

.margin-right-1rem {
  margin-right: 16px;
  margin-right: 1rem;
}

.white-space-nowrap {
  white-space: nowrap;
}

.flex-nowrap-space-evenly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Kenod UI */
.k-panelbar > .k-item > .k-link,
.k-panelbar > .k-panelbar-header > .k-link {
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  background-color: #f8f9fa;
  color: #212529;
}

.k-panelbar > .k-item > .k-link.k-selected,
.k-panelbar > .k-item > .k-link.k-state-selected,
.k-panelbar > .k-panelbar-header > .k-link.k-selected,
.k-panelbar > .k-panelbar-header > .k-link.k-state-selected {
  color: white;
  background-color: #0068a7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.k-panelbar > .k-item > .k-link.k-selected.k-hover, .k-panelbar > .k-item > .k-link.k-selected:hover, .k-panelbar > .k-item > .k-link.k-state-selected.k-state-hover, .k-panelbar > .k-item > .k-link.k-state-selected:hover, .k-panelbar > .k-panelbar-header > .k-link.k-selected.k-hover, .k-panelbar > .k-panelbar-header > .k-link.k-selected:hover, .k-panelbar > .k-panelbar-header > .k-link.k-state-selected.k-state-hover, .k-panelbar > .k-panelbar-header > .k-link.k-state-selected:hover {
  background-color: #0c65e9;
}

.k-widget.k-tooltip-validation {
  margin-left: 6px;
  color: red;
  font-weight: bold;
  background-color: inherit;
  border: none;
}
.k-widget.k-tooltip-validation > .k-icon.k-i-warning {
  display: none;
}

.k-switch {
  margin: 0 6px;
}
.k-switch.k-switch-on .k-switch-label-on {
  display: inline;
  left: 6px;
  color: white;
}
.k-switch.k-switch-off .k-switch-label-off {
  display: inline;
  right: 6px;
}

.k-picker.k-picker-solid {
  background-color: white;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
}
.container-fluid .k-widget {
  font: inherit;
}
.container-fluid .btn.btn-link {
  color: #337ab7;
}
.container-fluid form {
  margin: 0;
  padding: 0;
  /*label {
      font-weight: 700;
      margin-bottom: 5px;
  }*/
}
.container-fluid form .k-widget.k-dropdown {
  width: 100%;
}
.container-fluid form .k-widget.k-dropdown .k-dropdown-wrap {
  background-color: white;
}

.hidden {
  visibility: hidden;
  display: none;
}

body {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
body a {
  color: #337ab7;
  text-decoration: none;
}
body #report-request-input .col, body .report-request-input .col {
  padding-top: 2px;
  padding-bottom: 2px;
}
body #report-request-input .k-panelbar .k-header.k-state-focused, body #report-request-input .k-panelbar .k-header.k-state-focused, body .report-request-input .k-panelbar .k-header.k-state-focused, body .report-request-input .k-panelbar .k-header.k-state-focused {
  background-color: #0068a7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .btn.btn-primary {
  color: #333;
  border-color: #ccc;
  background-color: #fff;
}
body .k-widget.k-dropdown .k-dropdown-wrap {
  background-color: white;
}
body ul.list-style-none {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body ul.list-flow-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 40px;
  margin-right: 40px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  /*        > * {
              flex: 1 1 50%;
          }
  */
}
body ul.list-flow-horizontal li {
  text-align: center;
}

#state-statistics h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 12px;
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
}
#state-statistics .numbers {
  height: 41px;
  text-align: right;
  line-height: 40px;
  font-size: 20px;
  font-weight: 500;
  padding-right: 12px;
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
  border: 1px solid #4183BF;
}
#state-statistics .economic-impact, #state-statistics .economic-jobs, #state-statistics .economic-taxes, #state-statistics .economic-wages, #state-statistics .economic-exports {
  background: 20px center url("res/economic-impact.png") no-repeat;
  background-size: 26px;
}
#state-statistics .economic-jobs {
  background-image: url("res/economic-jobs.png");
}
#state-statistics .economic-taxes {
  background-image: url("res/economic-taxes.png");
  background-size: 20px;
}
#state-statistics .economic-wages {
  background-image: url("res/economic-wages.png");
}
#state-statistics .economic-exports {
  background-image: url("res/economic-exports.png");
  background-size: 24px;
}
#state-statistics h3 {
  padding-right: 12px;
}
#state-statistics ul.list-horizontal {
  padding: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#state-statistics ul.list-horizontal li {
  padding: 0;
  width: auto;
}
#state-statistics ul.list-horizontal li h3, #state-statistics ul.list-horizontal li div.num {
  font-size: 24px;
}
#state-statistics ul.list-horizontal li h3 {
  text-align: center;
  display: block;
  padding: 0;
  font-weight: 500;
}
#state-statistics ul.list-horizontal li div.num {
  text-align: right;
  background-color: #003080;
  color: #fff;
  padding: 6px 6px;
}

#report-request-input .reports-list-horizontal ul.list-horizontal {
  margin: 0;
  padding: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#report-request-input .reports-list-horizontal ul.list-horizontal li {
  padding: 4px 4px;
  padding: 0.25rem 0.25rem;
  border: none;
  border-radius: unset;
  text-align: center;
}
#report-request-input .reports-list-horizontal ul.list-horizontal:last-child li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
#report-request-input .reports-list-horizontal .list-group {
  margin: 0;
  padding: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#report-request-input .reports-list-horizontal .list-group .list-group-item {
  padding: 4px 4px;
  padding: 0.25rem 0.25rem;
  border: none;
  border-radius: unset;
}
#report-request-input .reports-list-horizontal .list-group:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
#report-request-input .reports-list-vertical .list-group .list-group-item {
  padding: 0;
  border: none;
  border-radius: unset;
}
#report-request-input .reports-list-vertical .list-group:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
#report-request-input form ul.list-horizontal {
  margin: 0;
  padding: 0;
  padding-left: 10%;
}
#report-request-input form ul.list-horizontal li {
  padding: 0;
  width: 50%;
}

.map-tooltip {
  position: absolute;
  z-index: 9999;
  display: none;
  visibility: hidden;
  margin: 0;
  background-color: white;
  border: solid;
  border-width: 2px;
  border-radius: 5px;
  padding: 5px;
}

.map-tooltip.show {
  display: block;
  visibility: visible;
}

#debug-dump {
  display: none;
}