﻿.panel.quick-search-panel {
  padding: 5px; }

.result-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000; }
  .result-modal-wrapper .result-modal {
    position: fixed;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    background: white;
    z-index: 10000;
    overflow-y: scroll;
    border: 1px solid gray;
    margin: 0 auto;
    width: 1100px; }
    .result-modal-wrapper .result-modal button {
      margin-bottom: 30px;
      float: right; }
      .result-modal-wrapper .result-modal button i {
        padding-left: 10px; }

.quick-search-box {
  background: #f5f5f0;
  border: 1px solid #d4d6d8;
  padding: 15px;
  margin-top: 10px; }
  .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: 18px;
    font-size: 1.8rem; }
  .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: 10px; }
  .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;
    position: relative; }
  .quick-search-box .column {
    flex-direction: column;
    justify-content: space-between;
    margin: 0; }
    .quick-search-box .column.divider {
      margin-top: 12px;
      border-top: 1px solid #d4d6d8; }
  .quick-search-box .flex-right {
    flex: 100%;
    text-align: right; }
  .quick-search-box .radio-label {
    float: left;
    font-size: 13px;
    padding-right: 10px; }
  .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: -2px;
      position: relative; }
  .quick-search-box .info-box {
    display: none;
    padding: 15px 0; }

#quick-search-result-view {
  display: none;
  /*background: $LFV2015-gray-background;*/
  /*border: 1px solid $LFV2015-gray-border;*/
  margin: 15px 0 0 0; }
  #quick-search-result-view section.panel {
    background: none; }
  #quick-search-result-view a {
    display: inherit;
    text-align: right; }
  #quick-search-result-view button {
    margin-bottom: 30px;
    float: right; }
    #quick-search-result-view button i {
      padding-left: 10px; }

.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); } }

.news-item {
  margin: 15px 0 27.5px;
  display: block;
  line-height: 1.42857;
  border-bottom: 1px solid #d4d6d8; }
  .news-item h1 {
    display: block;
    border: none;
    padding: 0; }
  .news-item .news-date {
    display: block;
    color: #A59C94;
    font-size: 16px; }
  .news-item .news-text {
    display: block;
    margin: 0;
    padding: 0; }
  .news-item .news-link {
    display: block;
    margin: 0 0 10px 0;
    padding: 0; }

.all-news-link {
  display: block;
  width: 100%;
  text-align: right; }

.general-text {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }
