@charset "utf-8";
/*
	MAIN PAGE SETTINGS
*/

* {
  font-family: 'au-regular', sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline-color: #002546 !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

*[alt] {
  position: relative;
}

*[alt]:hover:after {
  content: attr(alt);
  position: absolute;
  padding: 10px;
  left: 0;
  top: 100%;
  color: lightgray;
  background-color: #333;
  border-radius: 3px;
  z-index: 10;
}

*[readonly] {
  cursor: no-drop !important;
}

body {
  color: black;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  position: relative;
}

::-moz-selection {
  color: #fff;
  background: #002546;
}

::selection {
  color: #fff;
  background: #002546;
}

/*
	PAGE LOADER
*/

.page-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
}

.page-loader-bar {
  height: 100%;
  background-color: #002546;
  max-width: 100%;
  width: 0;
}

/*
	HEADER
*/

header {
  background: #002546;
  color: #fff;
  display: block;
  width: 100%;
  max-height: 80px;
  min-height: 80px;
  overflow-y: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .title {
  padding: 20px;
  height: 100%;
  width: 50%;
  float: left;
}

header .row {
  height: 100%;
}

header img {
  height: 40px;
  float: left;
}

header h1 {
  float: left;
  color: #eee;
  text-transform: uppercase;
}

header nav {
  width: 50%;
  float: left;
  padding: 22px 13px;
}

header nav ul {
  width: 100%;
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}

header nav li {
  display: inline-block;
  margin-left: 15px;
  line-height: 2;
}

header nav a {
  color: #fff;
  font-size: 17px;
  text-decoration: none !important;
  display: block;
  padding: 0 10px;
  transition: all .3s ease-out;
}

header nav a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

header .mobile-nav-icon {
  display: none;
  color: #fff;
  padding: 22px;
  font-size: 35px;
  cursor: pointer;
  transition: all .4s ease-out;
  float: right;
}

/*
	FOOTER
*/

footer {
  background: #ccc;
  color: #555;
}

footer div:last-child {
  text-align: right;
}

/*
	MISC ELEMENTS STYLES
*/

a {
  color: inherit;
  text-decoration: underline;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'au-bold', sans-serif;
}

hr {
  border: none;
  border-bottom: 4px solid #002546;
  width: 80px;
  clear: both;
  margin: 5px auto 20px 0;
}

/* misc */

.hide {
  display: none !important;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.normal-text-size {
  font-size: 20px;
}

.hidden {
  display: none;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

.alert {
  padding: 20px;
  color: white;
  background-color: #F44336;
  vertical-align: middle;
  opacity: 1;
  transition: opacity .6s;
  content: "&f06a;";
  margin: 15px 10px 15px 10px;
  text-align: left;
}

.alert-icon {
  float: left;
  font-size: 22px;
  margin-right: 15px;
  margin-top: -3px;
}

.succes {
  background-color: #4CAF50;
  content: "&f06a;"
}

.info, .namdinator-status.info {
  background-color: #2196F3;
}

.warning, .namdinator-status.warning {
  background-color: #FF9800;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

:-webkit-full-screen {
  width: 100%;
  height: 100%;
  background: #fff;
}

:-moz-full-screen {
  width: 100%;
  height: 100%;
  background: #fff;
}

:fullscreen {
  width: 100%;
  height: 100%;
  background: #fff;
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

.col-15 {
  width: 11%;
}

.col-35 {
  width: 35%;
}

[class*="col-"] {
  float: left;
}

.row::after, .row::before {
  content: "";
  clear: both;
  display: block;
}

.au-back {
  background: #002546;
  color: #fff;
}

.wrapper {
  margin: auto;
  max-width: 1080px;
  min-height: calc(100% - 141px);
}

.video-background {
  display: block;
  background: #fff;
  background: url('/assets/videos/1ake_qt.gif');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
}

.lighter-background {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.front-page .title {
  display: block;
  padding-top: 30vh;
  padding-bottom: 20px;
  width: auto;
  text-align: center;
  width: 100%;
  font-size: 5.5vw;
  color: #fff;
}

.front-page .title h1 {
  text-transform: uppercase;
}

.front-page nav ul {
  width: 100%;
  list-style: none;
  overflow: hidden;
  text-align: center;
}

.front-page nav li {
  display: inline-block;
  margin: 10px;
  line-height: 2;
}

.front-page nav a {
  background: transparent;
  color: #fff;
  font-size: 20px;
  text-decoration: none !important;
  display: block;
  padding: 0 10px;
  border: 1px solid #fff;
  transition: all .3s ease-out;
}

.front-page nav a:hover {
  background: #fff;
  color: #111;
}

.container {
  background: #002546;
  color: #fff;
  padding: 10px;
}

.fileupload {
  background: #002546;
  border-radius: 5px;
}

.tab-2 {
  width: 50%;
  float: left;
}

.tab {
  padding: 5px 10px;
  background: #eee;
  font-size: 25px;
  cursor: pointer;
  transition: all .3s ease-out;
  height: 100%;
}

.tab:hover {
  background: #ddd;
}

.selected-tab {
  background: #002546;
  color: #fff;
  border-radius: 5px;
}

.selected-tab:hover {
  background: #002546 !important;
}

.tab-content {
  color: #fff;
  min-height: 167px;
}

.tab-content p {
  font-size: 20px;
}

.tab-content input {
  padding: 10px 20px;
  color: #111;
  margin: 5%;
  width: 90%;
  font-size: 30px;
  border-radius: 5px;
  border: none;
  box-shadow: none;
}

.settings-input-container {
  padding: 15px;
  margin: 10px;
  background: #002546;
  color: #fff;
  border-radius: 5px;
}

.settings-input {
  padding: 10px 20px;
  color: #111;
  margin: 10px 3% 5px;
  width: 94%;
  font-size: 22px;
  border: none;
  border-radius: 5px;
  box-shadow: none;
}

.settings-input-slider-container {
  background: #ffffff;
  color: #111;
}

.settings-input-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 300px;
  height: 15px;
  margin: 5px 0;
  background: #bbb;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 999px;
}

.settings-input-slider:hover {
  opacity: 1;
}

.settings-input-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #002546;
  cursor: pointer;
  border-radius: 999px;
}

.settings-input-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #002546;
  cursor: pointer;
  border-radius: 999px;
}

.radio-button-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  padding: 5px 5px 5px 45px;
  cursor: pointer;
}

.radio-button-container input {
  position: absolute;
  opacity: 0;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 11px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.radio-button-container:hover input~.checkmark {
  background-color: #ccc;
}

.radio-button-container input:checked~.checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-button-container input:checked~.checkmark:after {
  display: block;
}

.radio-button-container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.namdinator-submit {
  display: block;
  background: #002546;
  padding: 10px 20px;
  font-size: 30px;
  border: none;
  color: #fff;
  cursor: pointer;
  margin: 10px auto;
  transition: all .3s ease-out;
  border-radius: 5px;
}

.namdinator-submit:hover {
  transform: scale(1.2);
}

#namdinator-form-uploading {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-out;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.loader-container {
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding-top: 35vh;
}

.loader {
  background: #fff;
  color: #111;
  width: 100%;
  height: 200px;
  text-align: center;
  padding: 35px 10px;
}

.loader-icon {
  width: 100%;
  text-align: center;
  font-size: 70px;
}

#namdinator-links, #ngl-viewer {
  display: none;
}

#namdinator-links.active, #ngl-viewer.active {
  display: block;
}

.namdinator-log {
  background: #fff;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  margin: 10px;
  padding: 10px 20px;
  white-space: pre;
  font-family: monospace;
}

.link-button, .button {
  display: inline-block;
  background: #002546;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  word-break: initial !important;
  outline: none !important;
}

.full-width {
  width: 100% !important;
}

.namdinator-status {
  padding: 10px;
  color: #fff;
  background-color: #F44336;
  border-radius: 5px;
}

.namdinator-status.done {
  background: #4CAF50;
}

.jobs {
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.job {
  display: block;
  width: 100%;
  padding: 5px;
  background: #002546;
  margin-bottom: 5px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}

.job:hover {
  opacity: 0.9
}

.job-id {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-pdb, .job-map {
  width: 25%;
  overflow: hidden;
  padding-left: 5px;
  text-overflow: ellipsis;
  max-height: 18px
}

.job-id, .job-button, .job-pdb, .job-map {
  float: left;
}

.jobs-max {
  display: block;
  max-height: 200px;
  overflow-y: scroll;
  padding: 10px;
}

#viewer-container {
  background: #fff;
}

.viewer-settings {
  padding: 0 5px 0 20px;
}

.viewer-settings label, .viewer-settings button {
  font-size: 14px;
}

.viewer-settings .radio-button-container {
  padding: 9px 9px 9px 40px;
  margin: 4px 4px 0 0;
  border-radius: 5px;
}

.viewer-settings .checkmark {
  top: 7px;
  left: 11px;
  height: 19px;
  width: 19px;
}

.viewer-settings .checkmark:after {
  top: 6px;
  left: 6px;
  width: 7px;
  height: 7px;
}

.namd-info {
  background: #eee;
  float: left;
  width: 48%;
  margin: 1%;
  padding: 10px;
  border-radius: 5px;
}

.namd-info a {
  word-break: break-all;
}

.namd-info-full {
  width: 98% !important;
}

.namd-info-height-fix-1 {
  min-height: 290px;
}

.namd-info-height-fix-2 {
  min-height: 374px;
}

.settings-subtitle {
  position: relative;
  padding: 5px 5px 5px 25px;
  margin: 0 0 7px 0;
  border-bottom: 1px solid #ddd;
}

.ball {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.ball.red {
  background: #FF0000;
}

.ball.green {
  background: #00FF00;
}

.ball.blue {
  background: #0000FF;
}

.ball.grey {
  background: lightgray;
}

/* hi-res laptops and desktops */

@media (max-width:1281px) {}

/* big landscape tablets, laptops, and desktops */

@media (max-width:1025px) {}

/* tablet, landscape iPad, lo-res laptops ands desktops */

@media (max-width:961px) {
  header h1 {
    font-size: 26px;
    padding: 3px 0;
  }
  header nav {
    width: 100%;
    border-top: 1px solid #ccc;
  }
  header nav li {
    text-align: center;
    width: 100%;
  }
  header .mobile-nav-icon {
    display: inline-block;
    width: 75px;
  }
  .open-nav {
    max-height: 600px !important;
  }
}

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */

@media (max-width:641px) {
  [class*="col-"] {
    width: 100%;
  }
  .namd-info {
    width: 98%;
  }
  .mobile-hide {
    display: none !important;
  }
  .tab {
    font-size: 20px;
  }
  .job-pdb, .job-map {
    display: none;
  }
  .job-id {
    width: 100%;
  }
  .namd-info-height-fix-1, .namd-info-height-fix-2 {
    min-height: none;
  }
  footer div {
    text-align: center !important;
  }
  .wrapper {
    min-height: calc(100% - 199px);
  }
}

/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */

@media (max-width:481px) {}

/* smartphones, iPhone, portrait 480x320 phones */

@media (max-width:320px) {}

@page {
  size: A4;
  margin: 0;
}

@media print {
  html, body {
    width: 210mm;
    height: 297mm;
  }
}

@font-face {
  font-family: 'au-regular';
  src: url("/assets/fonts/aupassata_rg-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'au-bold';
  src: url("/assets/fonts/aupassata_bold-webfont.woff2") format("woff2");
  font-weight: bold;
  font-style: bold;
}
