﻿.quick-search-box {
  background: #f5f5f0;
  border: 1px solid #d4d6d8;
  padding: 15px; }
  .quick-search-box form {
    margin: 0; }
    .quick-search-box form label {
      margin: 0; }
  .quick-search-box .inner-box {
    position: relative; }
  .quick-search-box h3 {
    font-size: 15px;
    font-size: 1.5rem; }
  .quick-search-box input {
    background-color: #fff;
    text-transform: uppercase; }
    .quick-search-box input[type="text"] {
      width: 100%;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box; }
    .quick-search-box input::-webkit-input-placeholder {
      /* Edge */
      text-transform: initial; }
    .quick-search-box input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      text-transform: initial; }
    .quick-search-box input::placeholder {
      text-transform: initial; }
  .quick-search-box .info-options, .quick-search-box .timeframe-options {
    margin-top: 15px; }
    .quick-search-box .info-options input[type="checkbox"], .quick-search-box .info-options input[type="radio"], .quick-search-box .timeframe-options input[type="checkbox"], .quick-search-box .timeframe-options input[type="radio"] {
      margin-right: 0;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
      transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1); }
    .quick-search-box .info-options::-webkit-input-placeholder, .quick-search-box .timeframe-options::-webkit-input-placeholder {
      /* Edge */
      text-transform: initial; }
    .quick-search-box .info-options:-ms-input-placeholder, .quick-search-box .timeframe-options:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      text-transform: initial; }
    .quick-search-box .info-options::placeholder, .quick-search-box .timeframe-options::placeholder {
      text-transform: initial; }
  .quick-search-box .timeframe-options label {
    display: inline-block;
    margin-right: 5px; }
  .quick-search-box .info-options-ais label {
    display: block;
    margin: 5px 20px 15px 0;
    float: left; }
  .quick-search-box .info-options-met label {
    display: block;
    margin: 5px 0 0 0; }
  .quick-search-box .radio-option {
    clear: both; }
  .quick-search-box .button {
    /*position: absolute;
        right: 0;
        bottom: 0;*/
    margin-left: 5px; }
  .quick-search-box .row {
    display: flex;
    flex-direction: column; }
  .quick-search-box .column {
    flex-direction: column;
    justify-content: space-between;
    margin: 0; }
    .quick-search-box .column.divider {
      border-top: 1px solid #d4d6d8;
      margin-top: 12px; }
  .quick-search-box .flex-right {
    flex: 100%;
    text-align: right; }
  .quick-search-box .radio-label {
    float: left;
    font-size: 13px;
    padding-right: 10px;
    padding-bottom: 5px; }
  .quick-search-box .form-group {
    display: flex;
    flex-direction: row; }
  .quick-search-box .info-button {
    border-radius: 30px;
    padding: 5px;
    color: #EA7600;
    border: 2px solid #E6A65D;
    width: 12px;
    height: 12px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold; }
    .quick-search-box .info-button .sign {
      top: -3px;
      position: relative; }
  .quick-search-box .info-box {
    display: none;
    padding: 15px 0 0 0; }

#quick-search-result-view {
  display: none;
  margin: 15px -10px 0 -10px;
  /*background: $LFV2015-gray-background;
    border: 1px solid $LFV2015-gray-border;
    margin: 15px 0 0 0;*/ }
  #quick-search-result-view section.panel {
    background: none; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: 10px auto;
  font-size: 3px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #EA7600;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#newsIntroduction {
  display: none; }

.news-item {
  margin: 1rem 0; }
  .news-item h1 {
    margin-bottom: 0.6rem; }
  .news-item .news-date {
    font-style: italic;
    margin-bottom: 0.3rem; }
