﻿@charset "UTF-8";
button.ui-multiselect {
  background: #f5f5f0;
  height: 40px;
  width: 212px;
  max-width: 212px;
  color: #333333;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  border: solid 1px #d4d6d8;
  border-radius: 0; }
  button.ui-multiselect span:not(.ui-icon) {
    height: 40px; }
  button.ui-multiselect:hover {
    border-color: #d4d6d8 !important; }

div.ui-multiselect-menu {
  max-width: 204px;
  border-radius: 0; }

.ui-multiselect-checkboxes {
  overflow-y: auto; }

.ui-multiselect-checkboxes li, .ui-multiselect-checkboxes label {
  margin-bottom: 0;
  font-weight: normal !important; }
  .ui-multiselect-checkboxes li span, .ui-multiselect-checkboxes label span {
    color: #333333;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    margin-left: 5px; }

.ui-state-hover {
  background: #f5f5f0 !important;
  border-radius: 0;
  border-color: #f5f5f0 !important; }

textarea#import-field {
  width: 450px;
  max-width: 450px;
  min-width: 450px;
  height: 360px;
  max-height: 360px;
  min-height: 360px;
  padding: 5px; }

form {
  display: block;
  color: #333;
  /*
     * Visnings-, placerings- och storleksinställningar för delformulärens titel och navigeringsknappar
     */ }
  form .editor-block {
    display: block;
    margin: 6px 0; }
    form .editor-block label, form .editor-block .editor-index {
      font-size: 16px;
      font-weight: bold;
      color: #6E6259; }
    form .editor-block .editor-index {
      display: inline-block;
      width: 15px;
      padding-left: 7px;
      cursor: text; }
    form .editor-block .editor-label, form .editor-block .otherinfo-label, form .editor-block .otherinfo-field, form .editor-block .editor-field, form .editor-block .editor-textarea, form .editor-block .editor-select, form .editor-block .editor-select-field, form .editor-block .editor-text, form .editor-block .editor-checkbox {
      display: inline-block; }
    form .editor-block .editor-label, form .editor-block .otherinfo-label {
      padding-left: 9px;
      margin: 0; }
    form .editor-block .editor-label {
      width: 216px;
      cursor: text; }
    form .editor-block .otherinfo-label {
      width: 100px;
      cursor: text; }
    form .editor-block .editor-text {
      width: 384px;
      padding-left: 24px; }
    form .editor-block .editor-field, form .editor-block .otherinfo-field, form .editor-block #other-input, form .editor-block .editor-textarea, form .editor-block .editor-select, form .editor-block .editor-select-field {
      max-width: 202px;
      width: 202px;
      margin: 0;
      padding: 4px 4px 6px;
      background: #f5f5f0;
      color: #000;
      border: solid 1px #d4d6d8; }
    form .editor-block .editor-textarea {
      overflow: auto; }
    form .editor-block .editor-select {
      width: 90px;
      padding: 3px 0 5px; }
    form .editor-block .editor-select-field {
      max-width: 202px;
      width: 202px; }
    form .editor-block .editor-select.helpfor {
      max-width: 212px;
      width: 212px;
      margin: 0 0 4px; }
    form .editor-block .suppl-field {
      width: 162px;
      margin-right: 4px; }
    form .editor-block .suppl-field-button {
      padding: 0 6px;
      height: 30px; }
    form .editor-block #coverWrapper {
      display: inline-block; }
    form .editor-block .narrow {
      width: 81px; }
    form .editor-block #addinfo {
      margin: 0 4px; }
    form .editor-block .space {
      display: inline-block;
      padding: 0 9px; }
    form .editor-block a#add-other-info {
      display: inline-block;
      margin-left: 9px;
      position: relative;
      cursor: pointer;
      top: 5px; }
      form .editor-block a#add-other-info img {
        opacity: 0.7; }
      form .editor-block a#add-other-info img:hover {
        opacity: 1; }
    form .editor-block .add {
      margin-left: 0;
      position: relative;
      top: -2px;
      border: 1px solid #E6A65D; }
      form .editor-block .add img {
        width: 23px; }
      form .editor-block .add div {
        width: 15px;
        height: 15px; }
    form .editor-block .top-align {
      vertical-align: top; }
  form .form-section-header {
    display: block;
    width: 100%;
    border-bottom: solid 1px #d4d6d8;
    margin-bottom: 18px; }
    form .form-section-header h1 {
      display: inline-block;
      margin: 0;
      padding: 20px 0;
      padding-left: 8px;
      border: none; }
    form .form-section-header .section-icon {
      float: left;
      height: 64px; }
    form .form-section-header .nav-left, form .form-section-header .nav-right {
      display: inline-block;
      float: right;
      cursor: pointer; }
      form .form-section-header .nav-left img, form .form-section-header .nav-right img {
        margin: 0 3px;
        opacity: 0.7; }
      form .form-section-header .nav-left img:hover, form .form-section-header .nav-right img:hover {
        opacity: 1; }
  form .form-section-footer {
    margin-top: 32px; }
    form .form-section-footer .nav-right, form .form-section-footer .nav-left {
      margin-right: 10px;
      margin-top: 6px; }
      form .form-section-footer .nav-right.right, form .form-section-footer .nav-left.right {
        margin-left: 10px;
        margin-right: 0; }
      form .form-section-footer .nav-right.button, form .form-section-footer .nav-left.button {
        text-decoration: none;
        font-size: 14.5px;
        font-weight: bold;
        height: 22px;
        vertical-align: top;
        color: #fff;
        background: #EA7600;
        border-color: #E6A65D;
        padding-top: 6px;
        padding-bottom: 6px; }
        form .form-section-footer .nav-right.button:hover, form .form-section-footer .nav-left.button:hover {
          background: #E6A65D; }
      form .form-section-footer .nav-right span, form .form-section-footer .nav-left span {
        vertical-align: top;
        padding: 0 8px; }

section.panel.flightplan-form {
  padding-top: 0; }

nav#flightplanNavigation.panel {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 15px;
  border-bottom: 1px solid #d4d6d8; }

nav#flightplanNavigation ul {
  width: auto;
  padding: 0;
  margin: 0;
  text-align: center;
  padding-bottom: 12px; }

nav#flightplanNavigation li {
  display: inline-block; }

nav#flightplanNavigation li.divider {
  color: #A59C94;
  letter-spacing: 0.8px;
  margin: 1px 0;
  font-size: 11px; }

nav#flightplanNavigation li.nav {
  font-size: 14.5px;
  font-weight: bold;
  padding: 0.77em 0.67em;
  cursor: pointer;
  margin-bottom: -15px;
  color: #EA7600;
  border: 1px solid #d4d6d8;
  background-color: transparent; }
  nav#flightplanNavigation li.nav img {
    float: right;
    position: relative;
    right: 3px;
    bottom: 40px;
    width: 25px;
    height: 25px;
    margin-right: -25px;
    margin-bottom: -25px; }

nav#flightplanNavigation li.nav:hover {
  color: #fff;
  border: 1px solid #E6A65D;
  background: #EA7600; }

nav#flightplanNavigation li.nav.active {
  color: #fff;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border: 1px solid #E6A65D;
  background: #EA7600; }

nav#flightplanNavigation li.nav.error {
  border: 1px solid #d4d6d8;
  background-color: transparent;
  color: #EA7600; }

nav#flightplanNavigation li.nav.error:hover, nav#flightplanNavigation li.nav.active.error {
  color: #fff;
  border: 1px solid #E6A65D;
  background: #EA7600; }

#preview-area.changed {
  color: lightgray; }
  #preview-area.changed h1 {
    color: lightgray; }

.preview-area {
  display: block;
  padding: 0 0 0 10px;
  margin: 15px 0; }
  .preview-area h1 {
    font-size: 15px !important;
    font-weight: bold !important;
    padding-bottom: 0;
    border: none;
    margin-bottom: 8px;
    text-transform: uppercase; }
  .preview-area .preview-data {
    display: block;
    margin-bottom: 2px; }
    .preview-area .preview-data .preview-index {
      display: inline-block;
      width: 15px;
      padding-left: 5px; }
    .preview-area .preview-data .preview-label {
      display: inline-block;
      width: 200px;
      margin: 0 0 0 15px;
      font-weight: bold;
      vertical-align: top; }
    .preview-area .preview-data .preview-input {
      display: inline-block;
      margin: 0;
      font-weight: normal;
      word-wrap: break-word;
      text-transform: uppercase; }
    .preview-area .preview-data .no-linebreak {
      display: block;
      margin: 0 0 0 40px; }
    .preview-area .preview-data .fixed {
      width: 140px; }
  .preview-area .other-information {
    display: block; }
    .preview-area .other-information .preview-label {
      width: 200px;
      text-transform: uppercase; }

#errorMessages {
  background: #f5f5f0;
  font-size: 16px;
  box-shadow: none;
  outline: 2px solid #D80000 !important; }
  #errorMessages ol {
    margin-top: 0.6em;
    margin-bottom: 0; }
  #errorMessages li {
    margin-bottom: 0.6em;
    font-size: 16px; }
  #errorMessages li:last {
    margin-bottom: 0; }

.custom-message-area.full-width {
  margin: 18px -15px -15px;
  padding-left: 15px; }
