/*----------------------------------------------------------
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.vta {
  font-family: "Dosis", sans-serif;
  font-weight: normal;
  font-size: 15px;
  background: none;
  background-color: none !important;
  color: #1f2a5a;
  /* Customize the label (the container) */
}
body.vta h1 {
  font-size: 28px;
  font-size: 1.75rem;
}
body.vta .container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}
body.vta ul.reports-vlist {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* or inline-flex */
}
body.vta ul.reports-vlist li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}
body.vta label {
  font-weight: 700;
}
body.vta .k-widget.k-dropdown {
  width: 100%;
}
body.vta .k-widget.k-dropdown .k-dropdown-wrap {
  border-color: #002657;
  color: #002657;
}
body.vta .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.vta .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.vta .input-container input:checked ~ .checkmark {
  background-color: #002657;
  border: none;
}
body.vta .input-container input:checked ~ .checkmark:after {
  display: block;
}
body.vta .input-container:hover input ~ .checkmark {
  background-color: #ccc;
}
body.vta .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.vta .input-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}
body.vta .btn.btn-view {
  min-height: 2.43em;
  line-height: 1.6em;
  color: #fff;
  background-color: #1f2a5a;
  border-color: #1f2a5a;
  border: 1px solid transparent;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
}
body.vta .methodology a {
  color: #002657;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
body.vta .side-logo {
  width: 100%;
  border: none;
  margin-top: 12px;
}
body.vta #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;
}
body.vta #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 #868686;
}
body.vta #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;
}