/*----------------------------------------------------------
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.grocers {
  font-family: Arial, sans-serif;
  font-size: 15px;
  background: none;
  background-color: none !important;
  color: #002657;
  /* Customize the label (the container) */
}
body.grocers .container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}
body.grocers 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.grocers ul.reports-vlist li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}
body.grocers label {
  font-weight: 700;
}
body.grocers .k-widget.k-dropdown {
  width: 100%;
}
body.grocers .k-widget.k-dropdown .k-dropdown-wrap {
  border-color: #002657;
  color: #002657;
}
body.grocers .input-container {
  font-size: 16px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.grocers .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.grocers .methodology {
  padding-top: 6px;
  padding-bottom: 6px;
}
body.grocers .methodology a {
  color: #002657;
  /*font-weight: bold;*/
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-size: larger;
}
body.grocers .side-logo {
  width: 100%;
  border: none;
  margin-top: 12px;
}
body.grocers #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.grocers #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 #3BD9FF;
}
body.grocers #state-statistics .economic-impact, body.grocers #state-statistics .economic-jobs, body.grocers #state-statistics .economic-taxes, body.grocers #state-statistics .economic-wages, body.grocers #state-statistics .economic-exports {
  background: left url("res/NGA_StarElement_lightblue.jpg") no-repeat;
  background-size: contain;
}
body.grocers #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;
}