@charset "UTF-8";
.kt-tag-container {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  font-size: 0.8rem;
  margin: 0 0.5rem; }

.kt-tag-chosen-selected span {
  margin-right: 1rem; }

.kt-tag-chosen-selected b span {
  margin-right: 0rem; }

.result-selected .kt-tag {
  opacity: .5; }

.kt-tag {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  padding: 3px 5px !important;
  margin: 2px !important;
  background: #eeeeee;
  border: 1px solid #999999;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center; }
  .kt-tag.kt-tag-cat- {
    background: #eeeeee !important;
    border: 1px solid #999999 !important;
    color: black !important; }
  .kt-tag.kt-module-tag {
    background: #68996f;
    border-color: #4a644d;
    color: #ffcc06;
    font-style: italic; }
    .kt-tag.kt-module-tag b {
      color: white; }
  .kt-tag.kt-module-meta-tag {
    background: rgba(104, 153, 111, 0.4);
    border-color: #4a644d;
    color: black;
    font-style: italic; }
  .kt-tag.kt-tag-cat-Module {
    background: #68996f !important;
    border-color: #4a644d !important;
    color: #ffcc06 !important;
    font-style: italic !important; }
    .kt-tag.kt-tag-cat-Module b {
      color: white; }
  .kt-tag.kt-tag-cat-Module-Meta {
    background: rgba(104, 153, 111, 0.4) !important;
    border-color: #4a644d !important;
    color: black !important;
    font-style: italic !important; }

h1 img {
  display: none; }

body .kt-tag-container {
  font-size: 0.8em; }

.dataTables_wrapper .dataTables_length {
  float: left;
  margin-bottom: 6px; }

#main-content a.chosen-single span {
  color: #222; }

textarea#Body {
  width: 60em;
  height: 14em; }

html.loggedout {
  margin: 0;
  padding: 0;
  /* Modals in Ben's Modules */ }
  html.loggedout body {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-direction: column;
    min-height: 100vh; }
  html.loggedout #top-bar {
    height: 50px;
    width: 100%;
    background: #68996f !important;
    display: flex;
    align-items: center; }
    html.loggedout #top-bar span {
      text-shadow: 1px 1px 4px #00000040;
      flex-grow: 1;
      text-align: center;
      color: white;
      margin: 0;
      padding: 0;
      font-size: 2em;
      font-weight: bold; }
    html.loggedout #top-bar .right {
      width: 149px; }
    html.loggedout #top-bar .logo {
      height: 49px;
      width: 149px;
      display: inline-block;
      z-index: 2;
      line-height: 18px;
      padding-top: 7px;
      cursor: pointer; }
      html.loggedout #top-bar .logo img {
        width: 90%;
        display: block;
        margin: 0 auto; }
      html.loggedout #top-bar .logo a {
        text-decoration: none; }
      html.loggedout #top-bar .logo .caption {
        display: block;
        clear: both;
        float: none;
        color: #ffc40c;
        font-size: 0.65em;
        font-family: Arial;
        padding: 0px 0 5px 15px; }
  html.loggedout h1 {
    margin-bottom: 15px;
    margin-top: 0px;
    border-bottom: thin solid #b9b9b9;
    font-size: 26px;
    color: #3f413f;
    position: relative; }
    html.loggedout h1 img {
      display: inline-block;
      height: 119px;
      position: absolute;
      margin-top: -8px;
      filter: invert(27%) sepia(13%) saturate(2%) hue-rotate(347deg) brightness(92%) contrast(81%);
      right: 100px;
      top: -140px;
      transition: top 3s ease-in-out, right 3s ease-in-out; }
      html.loggedout h1 img.no-transition {
        transition: none; }
    html.loggedout h1 img.loaded {
      top: 0px;
      right: 0px; }
    html.loggedout h1 img.clicked {
      transform: scaleX(-1);
      top: -140px;
      right: 100px; }
  html.loggedout #content {
    padding: 25px 24px;
    flex: 1; }
  html.loggedout footer {
    padding: 10px;
    height: 40px;
    background: #d1d8d4; }
    html.loggedout footer a:link, html.loggedout footer a:hover, html.loggedout footer a:active, html.loggedout footer a:visited {
      color: #5e6557; }
  html.loggedout .center {
    text-align: center; }
  html.loggedout #bgmask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    background: #eff3eb; }
  html.loggedout body input.button:not(.disabled):hover, html.loggedout body a.button:not(.disabled):hover {
    background-color: #57825d !important;
    border-color: #757474 !important; }
  html.loggedout body input.button, html.loggedout body a.button {
    font-size: 12px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    background-color: #68996f !important;
    color: white !important;
    padding: 4px 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: none;
    background-image: none;
    display: inline-block;
    float: none !important;
    margin: 0 0 4px 0 !important;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #757474;
    white-space: nowrap;
    line-height: 1.42857143;
    border-radius: 4px; }
    html.loggedout body input.button.cancel-button, html.loggedout body a.button.cancel-button {
      color: #4a644d !important;
      background: none !important;
      border: none !important;
      box-shadow: none !important; }
    html.loggedout body input.button.cancel-button:hover, html.loggedout body a.button.cancel-button:hover {
      color: #57825d !important; }
    html.loggedout body input.button.danger-button, html.loggedout body a.button.danger-button {
      color: darkred !important;
      background: none !important;
      border-color: darkred !important;
      box-shadow: none !important; }
    html.loggedout body input.button.danger-button:hover, html.loggedout body a.button.danger-button:hover {
      color: red !important;
      border-color: red !important; }
  html.loggedout body.dragover .popupinner {
    border: 2px dashed black !important; }
  html.loggedout .popup i.closepopup, html.loggedout .custompopup i.closepopup, html.loggedout .nojspopup .closepopup-wrapper i {
    color: white; }
  html.loggedout .popup i.dragpopup, html.loggedout .custompopup i.dragpopup, html.loggedout .nojspopup i.dragpopup {
    position: absolute;
    right: 34px;
    top: 17px;
    color: #999999;
    font-size: 1em;
    z-index: 1;
    cursor: pointer; }
  html.loggedout .popup, html.loggedout .custompopup, html.loggedout .nojspopup {
    position: fixed;
    z-index: 220;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto; }
  html.loggedout .popupouter {
    position: absolute;
    z-index: 220;
    padding-top: 2rem;
    padding-bottom: 2rem;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  html.loggedout .kt-view-carousel .popupouter, html.loggedout .view-carousel .popupouter {
    align-items: flex-start; }
  html.loggedout .popupinner {
    position: relative;
    box-sizing: border-box;
    min-width: 20em;
    min-height: 100px;
    margin: 0px;
    background: white;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.8); }
  html.loggedout .popupinner {
    max-width: 60em; }
  html.loggedout .view-pdf .popupinner, html.loggedout .video .popupinner {
    max-width: 100vw; }
  @media (max-width: 800px) {
    html.loggedout .popup .popupinner, html.loggedout .nojspopup .popupinner {
      min-width: 90%;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  html.loggedout .popup .closepopup-wrapper, html.loggedout .custompopup .closepopup-wrapper, html.loggedout .nojspopup .closepopup-wrapper {
    color: #999999;
    font-size: 1.4em;
    padding: 10px 10px 10px 5px;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 1100;
    cursor: pointer; }
  html.loggedout .clickblock, html.loggedout .customclickblock, html.loggedout .nojsclickblock {
    background: url("/js/fancybox/fancybox_overlay.png");
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110; }
  html.loggedout .popupinner .content h1 {
    margin-top: 0.4em;
    font-size: 1.8em;
    margin-right: 1em; }
  html.loggedout .ui-dialog, html.loggedout .ui-autocomplete {
    z-index: 9999 !important; }
  html.loggedout body .popup, html.loggedout body .custompopup, html.loggedout body .nojspopup {
    z-index: 220; }
    html.loggedout body .popup .inner, html.loggedout body .custompopup .inner, html.loggedout body .nojspopup .inner {
      padding: 0; }
    html.loggedout body .popup .popupinner, html.loggedout body .custompopup .popupinner, html.loggedout body .nojspopup .popupinner {
      padding: 5px 10px;
      border-radius: 9px 9px 8px 8px; }
    html.loggedout body .popup .popupinner:has(.force-auto-width), html.loggedout body .custompopup .popupinner:has(.force-auto-width), html.loggedout body .nojspopup .popupinner:has(.force-auto-width) {
      max-width: 100% !important; }
    html.loggedout body .popup .popupinner, html.loggedout body .custompopup .popupinner, html.loggedout body .nojspopup .popupinner {
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important; }
      html.loggedout body .popup .popupinner > .content, html.loggedout body .custompopup .popupinner > .content, html.loggedout body .nojspopup .popupinner > .content {
        padding: 0; }
        html.loggedout body .popup .popupinner > .content > .form-wrapper, html.loggedout body .custompopup .popupinner > .content > .form-wrapper, html.loggedout body .nojspopup .popupinner > .content > .form-wrapper {
          margin: 0 !important; }
        html.loggedout body .popup .popupinner > .content h1:first-child, html.loggedout body .popup .popupinner > .content form h1, html.loggedout body .custompopup .popupinner > .content h1:first-child, html.loggedout body .custompopup .popupinner > .content form h1, html.loggedout body .nojspopup .popupinner > .content h1:first-child, html.loggedout body .nojspopup .popupinner > .content form h1 {
          cursor: move;
          background-color: #68996f;
          font-weight: normal;
          margin: -5px -10px 10px -10px !important;
          font-size: 18px;
          padding: 7px 50px 5px 10px;
          color: white;
          border-radius: 8px 8px 0 0;
          display: block;
          line-height: 18px; }
      html.loggedout body .popup .popupinner .buttons-row, html.loggedout body .custompopup .popupinner .buttons-row, html.loggedout body .nojspopup .popupinner .buttons-row {
        /* Styling for the bottom buttons div here. Might be inside other elements such as a form or a wrapper div */
        border-top: thin solid #ddd !important;
        padding: 6px 10px 0 !important;
        margin: 10px -10px 0 !important;
        display: flex;
        justify-content: flex-end;
        gap: 0.5em;
        min-width: calc(100% + 20px); }
      html.loggedout body .popup .popupinner > i.fa-close, html.loggedout body .custompopup .popupinner > i.fa-close, html.loggedout body .nojspopup .popupinner > i.fa-close {
        color: white !important;
        margin-top: -5px; }
      html.loggedout body .popup .popupinner > div.closepopup-wrapper, html.loggedout body .custompopup .popupinner > div.closepopup-wrapper, html.loggedout body .nojspopup .popupinner > div.closepopup-wrapper {
        padding: 0 5px 10px 0 !important; }
        html.loggedout body .popup .popupinner > div.closepopup-wrapper i.closepopup, html.loggedout body .custompopup .popupinner > div.closepopup-wrapper i.closepopup, html.loggedout body .nojspopup .popupinner > div.closepopup-wrapper i.closepopup {
          color: white !important; }
      html.loggedout body .popup .popupinner > .dragpopup, html.loggedout body .custompopup .popupinner > .dragpopup, html.loggedout body .nojspopup .popupinner > .dragpopup {
        display: none; }
      html.loggedout body .popup .popupinner .form-wrapper, html.loggedout body .custompopup .popupinner .form-wrapper, html.loggedout body .nojspopup .popupinner .form-wrapper {
        margin: 0; }
  html.loggedout body .popup.webform .popupinner > .content #popup-content .form-wrapper form h1,
  html.loggedout body .popup.form .popupinner > .content #popup-content .form-wrapper form h1,
  html.loggedout body .fancybox-overlay #popup-content .webform .form-wrapper form h1,
  html.loggedout body .popup.log-wrapper .popupinner > .content form h1,
  html.loggedout body .popup .popupinner > .content form .row.information h1,
  html.loggedout body .custompopup .popupinner > .content form .row.information h1 {
    cursor: text;
    background-color: revert;
    font-weight: revert;
    margin: revert !important;
    font-size: revert;
    padding: revert;
    color: revert;
    border-radius: revert;
    display: revert;
    line-height: revert; }
  html.loggedout body .popup .popupinner > div.closepopup-wrapper {
    padding: 4px 3px 0px 0 !important; }
  html.loggedout a:link, html.loggedout a:visited, html.loggedout a:active, html.loggedout a:hover {
    text-decoration: none;
    color: #68996f;
    outline-color: #68996f; }
  html.loggedout body .popupinner {
    max-width: 90% !important;
    width: 91em; }
  html.loggedout a:hover {
    text-decoration: underline;
    color: #68996f; }
  html.loggedout table.dataTable {
    width: 100%; }
    html.loggedout table.dataTable.no-footer {
      border-bottom: none;
      margin-bottom: 20px; }
    html.loggedout table.dataTable input.column-search {
      margin-top: 6px;
      outline-color: #68996f;
      display: block;
      width: 100%;
      padding: 3px 9px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: thin solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
      -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
      html.loggedout table.dataTable input.column-search::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #9d9d9d;
        opacity: 1;
        /* Firefox */ }
      html.loggedout table.dataTable input.column-search:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #9d9d9d; }
      html.loggedout table.dataTable input.column-search::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #9d9d9d; }
      html.loggedout table.dataTable input.column-search:active {
        border-color: #68996f; }
      html.loggedout table.dataTable input.column-search:hover {
        border-color: #111; }
    html.loggedout table.dataTable th, html.loggedout table.dataTable td {
      border-bottom: thin solid #e0e0e0;
      padding: 10px 12px; }
    html.loggedout table.dataTable thead th,
    html.loggedout table.dataTable thead td {
      padding-bottom: 4px;
      padding-top: 4px; }
    html.loggedout table.dataTable tbody tr {
      background: rgba(255, 255, 255, 0.5); }
      html.loggedout table.dataTable tbody tr.odd {
        background: rgba(220, 220, 220, 0.5);
        background: none; }
      html.loggedout table.dataTable tbody tr td:first-child {
        border-left: 1px solid #111;
        border-left: none; }
      html.loggedout table.dataTable tbody tr td:last-child {
        border-right: 1px solid #111;
        border-right: none; }
  html.loggedout .pagination > .active > a,
  html.loggedout .pagination > .active > span,
  html.loggedout .pagination > .active > a:hover,
  html.loggedout .pagination > .active > span:hover,
  html.loggedout .pagination > .active > a:focus,
  html.loggedout .pagination > .active > span:focus {
    z-index: 2;
    background-color: #68996f;
    border-color: #68996f;
    color: white; }
    html.loggedout .pagination > .active > a a,
    html.loggedout .pagination > .active > span a,
    html.loggedout .pagination > .active > a:hover a,
    html.loggedout .pagination > .active > span:hover a,
    html.loggedout .pagination > .active > a:focus a,
    html.loggedout .pagination > .active > span:focus a {
      color: #fff; }
  html.loggedout table.dataTable thead .sorting_asc:after {
    content: ""; }
  html.loggedout table.dataTable thead .sorting:after, html.loggedout table.dataTable thead .sorting_asc:after, html.loggedout table.dataTable thead .sorting_desc:after, html.loggedout table.dataTable thead .sorting_asc_disabled:after, html.loggedout table.dataTable thead .sorting_desc_disabled:after {
    bottom: 9px;
    font-size: 14px; }
  html.loggedout table.dataTable thead .sorting_asc:after, html.loggedout table.dataTable thead .sorting_desc:after {
    opacity: 0.8; }
  html.loggedout .dataTables_wrapper .dataTables_length {
    margin-bottom: 0; }
  html.loggedout form .row {
    display: flex;
    margin: 4px 0; }
    html.loggedout form .row label {
      min-width: 8em; }

#notam_chosen {
  width: 30em !important; }

.row.row-notam {
  display: inline-block;
  margin-right: 10px; }

.cancel-submit {
  display: inline-block;
  transform: translateY(1px); }

#notam-tabs {
  display: flex;
  margin-left: 10px; }
  #notam-tabs > div a {
    border: thin solid #68996f;
    border-bottom-color: #f4f4f4;
    border-radius: 4px 4px 0 0;
    padding: 4px 10px 2px;
    margin: 0 2px 0 0;
    background: rgba(255, 255, 255, 0.5);
    color: #68996f;
    text-decoration: none; }
  #notam-tabs > div .active, #notam-tabs > div a:hover {
    color: #4a644d;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-color: #fff; }

.notam-content {
  width: 100%;
  height: calc(100% - 50px);
  background-color: #ffffffd9;
  padding: 15px 20px;
  border-radius: 6px;
  margin-top: 2px; }

#vessels {
  height: 100%; }

.notam-loading {
  width: 100%;
  font-size: 2em;
  color: #4a644d; }

.results input, .results select {
  background-color: white !important; }

.comboInput {
  display: flex;
  align-items: center; }
  .comboInput.checkboxes .row:not(:first-child) label {
    width: auto;
    min-width: auto !important; }
  .comboInput.checkboxes .row:not(:nth-child(2)) input {
    margin-left: 1.2rem; }
  .comboInput #createdDaysAgo {
    margin: 0 .4em;
    width: 3em; }
  .comboInput .wrapper-createdDaysAgo {
    width: 10em;
    display: flex;
    align-items: center; }

.chosen-container {
  width: auto !important; }

.chosen-container-multi {
  width: 100% !important; }

#search .filter {
  max-width: 40rem;
  overflow: visible;
  border: 1px solid #666;
  border-radius: 10px;
  margin-bottom: 0.5em; }
  #search .filter #searchTitle, #search .filter #searchBody {
    width: 100%; }
  #search .filter.collapsed {
    border-radius: 10px 10px 0 0;
    border-bottom: none; }
  #search .filter .collapsable {
    background: #68996f;
    position: relative;
    border-radius: 9px 9px 0 0; }
    #search .filter .collapsable a {
      color: white;
      display: block;
      text-decoration: none;
      padding: 4px 10px 2px;
      font-size: 1.2em;
      width: 100%; }
      #search .filter .collapsable a i {
        margin-right: .5em;
        color: white; }
  #search .filter .collapsable-content {
    margin: 4px 10px;
    background: rgba(255, 255, 255, 0.8); }
  #search .filter.collapsed .collapsable-content {
    display: none; }
  #search .filter .form-wrapper div.row {
    display: flex;
    margin: 4px 0; }
  #search .filter .form-wrapper div.row label {
    display: inline-block !important;
    clear: none;
    float: none;
    min-width: 10em; }
  #search .filter #searchTitleBody {
    width: 100%; }

tr.status-Active.hdcClosed-Yes td {
  background: rgba(255, 50, 50, 0.2);
  border-top: 1px solid red !important;
  border-bottom: 1px solid red !important; }
tr.status-Active.hdcClosed-Yes td:first-child {
  border-left: 1px solid red !important; }
tr.status-Active.hdcClosed-Yes td:last-child {
  border-right: 1px solid red !important; }

td.hdcClosed-Yes {
  position: relative; }

td.hdcClosed-Yes::before {
  content: " ";
  background-image: url("/integrations/img/notam/hdclosed.png");
  height: 1em;
  display: block;
  background-size: contain;
  width: 1.5em;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.3em;
  left: -1.1em; }

tr.status-Cancelled td.hdcClosed-Yes::before {
  background-image: url("/integrations/img/notam/hdclosedCancelled.png"); }

td.locationClosed {
  position: relative; }

td.locationClosed::before {
  content: " ";
  background-image: url("/integrations/img/notam/warning.png");
  height: 1em;
  display: block;
  background-size: contain;
  width: 1.5em;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.3em;
  left: -1em; }

tr.status-Draft td {
  color: #666; }
tr.status-Draft td.number::after {
  content: " (Draft)"; }

tr.status-Cancelled {
  /*
    td.number::after {
      content: ' (Cancelled)'
    }
  
   */ }
  tr.status-Cancelled td {
    text-decoration: line-through;
    color: #666; }

td .valign {
  display: flex;
  align-items: center; }
  td .valign .text {
    flex-grow: 1; }
  td .valign .hdc {
    margin-left: 4px; }
    td .valign .hdc img {
      height: 1em; }

#notamtop {
  display: flex;
  align-items: flex-start; }

#legend {
  display: flex;
  align-items: flex-start;
  margin-left: 1em; }
  #legend img {
    max-height: 1em;
    margin-right: 0.4em; }
  #legend .img-wrapper {
    width: 1.5em;
    display: inline-block; }
  #legend > div {
    margin-right: 1em;
    display: flex;
    align-items: center; }
  #legend .legend-item {
    margin-right: 1em;
    display: flex;
    align-items: center; }
  #legend .legend-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }

.subtext {
  font-style: italic;
  font-size: 0.8em; }

.notam-body {
  background: rgba(255, 243, 206, 0.65);
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  padding: 10px;
  border-radius: 0 0 10px 10px; }
  .notam-body .header {
    font-weight: bold; }

.errortext {
  color: red; }

.button.small {
  padding: 0px 5px;
  font-size: 0.8em; }

/*# sourceMappingURL=notam.css.map */
