/*----------------------------------------------------------
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;
}

.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.isri {
  font-family: "museo-sans", sans-serif;
  font-weight: normal;
  font-size: 12.96px;
  background: none;
  background-color: none !important;
  color: #666666;
  /* Customize the label (the container) */
}
body.isri .container-fluid {
  margin-left: auto;
  margin-right: auto;
}
body.isri label {
  font-weight: 700;
}
body.isri .k-widget.k-dropdown {
  width: 100%;
}
body.isri .k-widget.k-dropdown .k-dropdown-wrap {
  border-color: #DF1AA0;
}
body.isri .k-widget.k-panelbar .k-item > .k-header {
  text-transform: uppercase;
}
body.isri .k-widget.k-panelbar .k-item > .k-header.k-state-selected, body.isri .k-widget.k-panelbar .k-item > .k-header.k-state-focused {
  background-color: #DF1AA0;
}
body.isri .input-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* On mouse-over, add a grey background color */
  /* Create a custom radio button */
}
body.isri .input-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  /* When the radio button is checked, add a blue background */
  /* Show the indicator (dot/circle) when checked */
}
body.isri .input-container input:checked ~ .checkmark {
  background-color: #002657;
  border: none;
}
body.isri .input-container input:checked ~ .checkmark:after {
  display: block;
}
body.isri .input-container:hover input ~ .checkmark {
  background-color: #ccc;
}
body.isri .input-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-top: 2px;
  border: solid 1px #ccc;
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Style the indicator (dot/circle) */
}
body.isri .input-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}
body.isri .btn.btn-view {
  min-height: 2.43em;
  line-height: 1.6em;
  color: #fff;
  background-color: #D50032;
  border-color: #D50032;
  padding: 11.2px 40px;
  padding: 0.7rem 2.5rem;
  border-radius: 0;
}
body.isri .btn-primary {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
body.isri .methodology {
  padding-top: 6px;
  padding-bottom: 6px;
}
body.isri .methodology a {
  color: #002657;
  /*font-weight: bold;*/
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-size: larger;
}
body.isri .side-logo {
  width: 100%;
  border: none;
  margin-top: 12px;
}
body.isri #state-statistics {
  font-size: 22.4px;
  font-size: 1.4rem;
}
body.isri #state-statistics h3 {
  font-size: 24px;
  /*
  margin-top: 20px;
  margin-bottom: 10px;
  */
  padding-right: 12px;
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
  text-transform: uppercase;
}
body.isri #state-statistics .numbers {
  height: 41px;
  text-align: right;
  line-height: 40px;
  font-size: 1.4rem;
  font-weight: 500;
  padding-right: 12px;
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
  border: 1px solid #DF1AA0;
}
body.isri #state-statistics .economic-impact, body.isri #state-statistics .economic-jobs, body.isri #state-statistics .economic-taxes, body.isri #state-statistics .economic-wages, body.isri #state-statistics .economic-exports {
  background: -1px center url("res/economic-impact.png") no-repeat;
  background-size: contain;
}
body.isri #state-statistics .economic-jobs {
  background-image: url("res/economic-jobs.png");
}
body.isri #state-statistics .economic-taxes {
  background-image: url("res/economic-taxes.png");
}
body.isri #state-statistics .economic-wages {
  background-image: url("res/economic-wages.png");
}
body.isri #state-statistics .economic-exports {
  background-image: url("res/economic-exports.png");
}
body.isri #state-statistics h3 {
  padding-right: 12px;
}

#report-request-input .reports-list-horizontal .list-group {
  -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;
}