/*----------------------------------------------------------
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: "Lato", sans-serif;
  font-size: 13px;
  color: #555555;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 630px;
}

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

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

form {
  margin: 0;
  padding: 0;
}
form label {
  /*font-size: 1.6rem;*/
  font-weight: 700;
  /*margin-bottom: 5px;*/
}

label {
  /*font-weight: 700;*/
}
label input[type=radio] {
  margin: 0 6px;
}

#logo {
  font-size: 2.1rem;
  font-weight: 700;
}

div.flex {
  padding: 0;
  list-style: none;
  margin: 10px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* Customize the label (the container) */
.input-container {
  font-size: 1rem;
  user-select: none;
}

.btn.btn-view {
  font-size: 1.2rem;
  border-color: #0068AB;
  background-color: #0068AB;
  border-radius: 4px;
  color: #fff;
}

#report-input-wrapper {
  border: 1px solid #3A4652;
  border-left: none;
  border-right: none;
}
#report-input-wrapper > div {
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
}
#report-input-wrapper label {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1;
}
#report-input-wrapper .btn-primary.btn {
  font-size: 1.6rem;
  margin-top: calc(1.6rem + 10px);
  background-color: #060343;
  border-color: #060343;
}
#report-input-wrapper .k-form-error.k-invalid-msg {
  color: #90640e;
  font-size: 1.6rem;
}

.methodology, .faq {
  margin-top: 1.25rem;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: large;
  text-align: center;
}
.methodology a, .faq a {
  color: #007bff;
  transform: none;
  text-decoration: none;
}
.methodology:first-of-type, .faq:first-of-type {
  padding-bottom: 0.5em;
}

.faq {
  text-align: left;
}

ul.list-vertical {
  padding: 0;
  list-style: none;
  margin: 0;
}
ul.list-vertical li {
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.list-vertical li label {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
ul.list-vertical li label span {
  margin-left: 0.5rem;
}

ul.list-horizontal {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
ul.list-horizontal li {
  padding: 0 10px;
  margin: 0;
}
ul.list-horizontal li label {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 500;
}
ul.list-horizontal li label span {
  margin-left: 0.5rem;
}

.reports-list-heading {
  margin-bottom: 7px;
}

ul.reports-list.list-vertical li {
  margin-bottom: 5px;
}

#state-statistics {
  font-size: 2rem;
}
#state-statistics .list-unstyled li {
  text-align: right;
  margin-bottom: 1rem 0;
}
#state-statistics .list-unstyled li .emphasize {
  margin-top: 20px;
  padding-right: 13px;
  text-transform: uppercase;
  display: block;
}
#state-statistics .list-unstyled li .emphasize-num {
  display: block;
  padding-right: 12px;
  line-height: 40px;
  min-height: 40px;
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
  border: 1px solid #231F20;
}
#state-statistics .list-unstyled li:last-child {
  border-bottom: none;
}
#state-statistics dl dt {
  text-align: right;
  display: block;
  padding-right: 0;
  font-weight: 700;
  font-size: 1rem;
  padding-top: 2rem;
  padding-left: 4rem;
  text-align: left;
  text-transform: uppercase;
}
#state-statistics dl dd {
  color: #D7843E;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  padding-bottom: 2rem;
  display: block;
  border-bottom: 1px solid #91785B;
}
#state-statistics dl dd:last-child {
  border-bottom: none;
}
#state-statistics hr {
  border-color: #00699A;
}
#state-statistics .row {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#state-statistics .statistics-label {
  font-weight: bold;
  font-size: 24px;
}
#state-statistics .economic-impact, #state-statistics .economic-output, #state-statistics .economic-jobs, #state-statistics .economic-taxes, #state-statistics .economic-wages {
  background: -1px center url("res/economic-output.svg") no-repeat;
  background-size: contain;
}
#state-statistics .economic-jobs {
  background-image: url("res/economic-jobs.svg");
}
#state-statistics .economic-taxes {
  background-image: url("res/economic-taxes.svg");
}
#state-statistics .economic-wages {
  background-image: url("res/economic-wages.svg");
}

/* KendoUI CSS */
.k-picker.k-dropdownlist {
  background-color: #fff;
  border-color: #ccc;
  border-radius: 3px;
}
.k-picker.k-dropdownlist .k-input-value-text {
  font-family: "Open Sans Condensed", sans-serif;
  color: #333;
}
.k-picker.k-dropdownlist.k-invalid {
  border-color: red;
}
.k-picker.k-dropdownlist.k-invalid .k-input-inner:after {
  align-self: flex-end;
  content: "!";
  color: red;
  font-weight: bold;
  right: 5px;
  top: 5px;
  display: block;
}

.k-form-error {
  display: none;
}

.k-widget.k-dropdown {
  font: inherit;
  font-size: 1rem;
  width: 100%;
}
.k-widget.k-dropdown .k-dropdown-wrap {
  border-color: #3c4245;
  background-color: #fff;
}

.k-tabstrip {
  font-family: "Lato", sans-serif;
}

.k-panelbar > .k-panelbar-item > .k-link {
  color: #3c4245;
  border-color: #3c4245;
  background-color: #f5f5f5;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding: 0 1rem;
  line-height: 2.34rem;
}
.k-panelbar > .k-panelbar-item > .k-link.k-hover {
  color: #fff;
  border-color: #3c4245;
  background-color: #53A5E6;
}
.k-panelbar > .k-panelbar-item > .k-link.k-selected, .k-panelbar > .k-panelbar-item > .k-link.k-selected.k-hover, .k-panelbar > .k-panelbar-item > .k-link.k-selected:hover {
  color: #fff;
  border-color: #3c4245;
  background-color: #53A5E6;
}
.k-panelbar .k-content.k-panelbar-content {
  padding: 10px;
}

.k-button.rep {
  background-color: #337ab7;
  border: 1px solid #2e6da4; /* merged border-color with a width and style */
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1.5; /* retained the more specific line-height value */
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.w50p {
  width: 50%;
}

.w30p {
  width: 30%;
}

ul.list-horizontal > li.pad5pr {
  padding-right: 5px;
}

ul.list-horizontal > li.pad5pl {
  padding-left: 5px;
}

ul.inline {
  list-style: none;
  display: flex;
}
ul.inline li {
  display: flex;
  margin: 0;
  padding: 0;
  padding-right: 12px;
}
ul.inline li > label {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#debug-dump {
  display: block;
}

.border-tb {
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  background-color: #d1d4d3;
}

#district-report-input-wrap .form-group {
  margin-bottom: 0;
}

.district-report-input-message-wrap {
  min-height: 40px;
}
.district-report-input-message-wrap .k-invalid-msg {
  font-size: 1.6rem;
  margin: 0;
  margin-left: 5px;
}

#debug-dump {
  display: none;
}

#parameter-view {
  display: none;
}

.heading {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #555555;
}

.card {
  border-color: #ff0000;
}