﻿/** PORTAL-COLORS */
/** Portal Font Size */
.portal-button {
  height: 36px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #294A7F;
  border-radius: 20px;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
  text-decoration: none;
}
.portal-button:hover {
  background: #234070;
}
.portal-button > * {
  pointer-events: none;
  color: white;
}
.portal-button .icon-asset {
  font-size: 20px;
}
.portal-button .icon-asset + label {
  padding-left: 7px;
}
.portal-button .icon-asset.add-symbol {
  margin-left: -5px;
  margin-right: -5px;
}
.portal-button .icon-asset.add-symbol + label {
  margin-right: 0;
}
.portal-button label {
  font-weight: 600;
  font-size: 13px;
  color: white;
  margin: 0;
  text-transform: capitalize;
}
.portal-button.portal-button-outline {
  border: solid 1px #294A7F;
  border-radius: 20px;
  background: transparent;
  white-space: nowrap;
  height: 36px;
  padding: 0 15px;
}
.portal-button.portal-button-outline .icon-asset,
.portal-button.portal-button-outline label {
  color: #294A7F;
}
.portal-button.portal-button-outline:hover {
  border-color: #234070;
  background: white;
}
.portal-button.portal-button-outline:hover .icon-asset,
.portal-button.portal-button-outline:hover label {
  color: #234070;
}
.portal-button.hover-btn {
  height: 30px;
  padding: 0;
  background: transparent;
  border-radius: 3px;
}
.portal-button.hover-btn .icon-asset {
  display: none;
}
.portal-button.hover-btn label {
  color: black;
  font-weight: 500;
}
.portal-button.hover-btn:hover {
  border: solid 1px #C4C4C4;
  border-radius: 8px;
  padding: 0 10px;
}
.portal-button.hover-btn:hover .icon-asset {
  display: inline-flex;
  color: #294A7F;
  font-size: 15px;
}
.portal-button + .portal-dropdown,
.portal-button + .portal-button {
  margin-left: 20px;
}
.portal-button.semi-square {
  border-radius: 5px;
}
.portal-button.dropdown-button {
  padding: 0 15px 0 18px;
}
.portal-button.small-button {
  height: 30px;
  padding: 0 10px;
}
.portal-button.small-button + .portal-button.small-button {
  margin-left: 10px;
}
.portal-button.tiny-button {
  height: 24px;
  padding: 0 10px;
}
.portal-button.tiny-button label {
  font-weight: 500;
  font-size: 12px;
}
.portal-button.tiny-button .icon-asset {
  font-size: 17px;
}
.portal-button.tiny-button + .portal-button.tiny-button {
  margin-left: 10px;
}
.portal-button.grey-button {
  background: #d1d5d8;
}
.portal-button.grey-button > * {
  color: #333;
}
button.portal-button {
  border: none;
  color: white;
}
.portal-icon-button {
  cursor: pointer;
}
.portal-icon-button:hover {
  color: #294A7F;
}
.portal-icon-button .icon-asset {
  font-size: 15px;
}
.portal-icon-button.fs-24 .icon-asset {
  font-size: 24px;
}
.portal-button.mse-toggle-btn {
  padding: 0;
  box-shadow: none;
}
.portal-button.mse-toggle-btn .toggle-btn {
  pointer-events: all;
  background: #294A7F;
  height: 100%;
  box-sizing: border-box;
}
.portal-button.mse-toggle-btn .toggle-btn * {
  pointer-events: none;
}
.portal-button.mse-toggle-btn .toggle-btn:first-child {
  border-radius: 5px 0 0 5px;
}
.portal-button.mse-toggle-btn .toggle-btn:last-child {
  border-radius: 0 5px 5px 0;
}
.portal-button.mse-toggle-btn .toggle-btn.toggled {
  background: #234070;
}
.portal-button.mse-toggle-btn .toggle-btn .icon-asset {
  padding: 0;
  color: white;
}
.portal-button.mse-toggle-btn.grey-button .toggle-btn {
  background: #d1d5d8;
}
.portal-button.mse-toggle-btn.grey-button .toggle-btn > * {
  color: #333;
}
.portal-button.mse-toggle-btn.grey-button .toggle-btn.toggled {
  background: #babdc0;
}
.clear-filter-btn {
  position: absolute;
  top: 15px;
  right: 10px;
  opacity: 0.6;
}
.clear-filter-btn:hover {
  opacity: 1;
}
.clear-filter-btn .icon-asset {
  font-size: 20px;
  color: #333;
}
.header-action-wrapper .clear-filter-btn {
  top: 0;
  right: 0;
}
/* Bot detection verification button styles */
.verification-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
/* Spinner styles */
.loading-button-container {
  position: relative;
  display: inline-block;
}
.spinner {
  display: none;
  position: absolute;
  top: 55%;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 0.8s linear infinite;
  z-index: 2;
}
/* Add left padding to button when loading to make room for spinner */
.verification-button.loading {
  padding-left: 35px !important;
}
/* Show spinner when button has loading class */
.verification-button.loading + .spinner {
  display: block;
}
@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
html,
body,
#body {
  font-family: "Roboto";
  overflow-y: inherit !important;
  overflow-x: hidden;
  position: relative;
}
body {
  color: #333;
  font-size: 0.75em;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
div {
  box-sizing: border-box;
}
h5 {
  color: #1A364A;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 8px;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
}
a:hover {
  background-color: transparent;
}
a:link,
a:visited,
a:active,
a:hover {
  color: #333;
}
a {
  color: #333;
  outline: none;
  text-decoration: none;
}
.login-body {
  height: 720px;
}
.login-header {
  background-color: rgba(0, 0, 0, 0.2);
  height: 55px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5500;
}
.welcome-container {
  position: absolute;
  left: 14%;
  right: 14%;
  height: auto;
  z-index: 5000;
  top: 150px;
}
.login-holder {
  background-color: white;
  box-shadow: -1px 1px 18px 1px rgba(40, 40, 40, 0.5);
  float: right;
  min-height: 260px;
  margin-top: 12px;
  width: 300px;
  overflow: hidden;
}
.login-holder.sso-active {
  border-radius: 10px;
}
.login-holder .field-validation-error {
  padding-left: 14px;
}
.login-box .field-validation-error {
  display: block;
  padding-top: 5px;
}
.additional-login-options {
  background: rgba(51, 156, 172, 0.1);
  padding: 10px 20px 15px;
}
.additional-login-options > label {
  color: #333;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  margin-top: 8px;
}
.additional-login-options .additional-login-option {
  display: inline-block;
  background: white;
  border-radius: 6px;
  border: solid 1px rgba(51, 156, 172, 0.6);
}
.additional-login-options .additional-login-option.microsoft-login svg {
  height: 33px;
  width: 125px;
  margin-bottom: -3px;
}
.field-validation-error {
  color: #e80c4d;
  font-weight: bold;
}
.secondary-welcome-text {
  padding-top: 10px;
}
.tertiary-welcome-text {
  padding-top: 10px;
}
.welcome-holder .welcome-text {
  max-width: 540px;
  font-size: 14px;
}
.organisation-text > div {
  display: none;
}
.login-holder .log-input-header {
  height: 64px;
  width: 300px;
  background-color: #339CAC;
}
.log-input-header > h5 {
  font-family: "Roboto";
  color: white;
  font-size: 22px;
  font-weight: 300;
  padding: 20px 0px 9px 22px;
}
span.details-value-large,
td.details-value-large {
  color: #1E395B;
}
.table-properties-display td {
  padding: 5px;
  font-size: 13px;
}
td.details-value-large > input {
  width: 90%;
  border: none;
  font-family: "Roboto";
  border-bottom: 1px solid grey;
  font-size: 16px;
  height: 40px;
  color: black;
  margin: 0 0 0 5%;
  background-color: #fff;
}
.table-properties-display input:hover,
.table-properties-display input:focus,
.table-properties-display input:focus:hover,
.table-properties-display input:focus:not(.k-state-disabled):not([disabled]) {
  border: none;
  border-bottom: 1px solid;
  background-color: #fff;
  box-shadow: none;
  transition: none;
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
@-webkit-keyframes autofill {
  to {
    color: #666;
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.table-properties-display {
  width: 100%;
  margin: 20px 0px;
}
input:-webkit-autofill {
  -webkit-tap-highlight-color: white;
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #333;
  background-color: white;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: white;
  background-image: none;
  color: #000000;
}
input:-webkit-autofill:focus {
  -webkit-tap-highlight-color: white;
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #333;
  background-color: white;
}
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #333;
  -webkit-tap-highlight-color: white;
  background-color: white;
}
.login-header .header-title {
  display: inline-block;
  padding-left: 6%;
  margin-left: -32px;
}
.login-box input {
  font-size: 1.5em;
}
.login-box .button-login,
.button-programme {
  background-color: #4bacbb;
  min-width: 90px;
  height: 36px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  color: white;
  display: block;
  margin: 2px 0px 0 -20px;
  cursor: pointer;
}
.button-action-wrapper {
  padding: 0px 0px 0px 0px;
  width: 100px;
  float: right;
  margin-top: -11px;
  margin-right: -8px;
  text-align: center;
}
#loginForm a.account-forgot-password {
  color: black;
  display: block;
  font-size: 14px;
  font-style: normal;
  padding: 5px;
  margin-left: 5%;
  margin-top: -6px;
  margin-bottom: 14px;
  width: 110px;
}
.welcome-holder {
  float: left;
  max-width: 500px;
  text-align: start;
  width: auto;
}
.welcome-holder p {
  color: #fff;
  font-size: 1.5em;
  padding: 7px 5px 0 0;
}
.body-content .welcome-holder h3 {
  color: #fff;
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 32px;
  line-height: 1.41;
  letter-spacing: -1.1px;
}
.body-content .welcome-holder h3 > span {
  font-weight: 600;
}
.login-header .header-title > h1 {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 600;
  height: 100%;
  margin-top: -53px;
  margin-left: 107px;
  text-align: center;
}
.login-header .header-title > h1 > span {
  font-weight: 200;
}
.login-header .header-btns {
  float: right;
  padding-right: 4%;
}
.login-content {
  margin: -600px auto 0px;
  max-width: 1180px;
  position: relative;
  z-index: 50001;
  padding: 0 5%;
}
.login-header .header-btns > h2 {
  font-size: 1.3em;
  font-weight: 400;
  margin-right: 25px;
  margin-top: 9px;
  height: 29px;
  padding-top: 8px;
  overflow: hidden;
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.login-header .header-btns .button-spacing > a {
  border: thin solid;
  border-radius: 6px;
  padding: 6px 16px;
}
.login-header .header-btns > h2 a {
  color: #fff;
  font-size: 17px;
  font-family: "Roboto";
  font-weight: 200;
}
.login-header .header-title .header-logo {
  height: 68px;
  margin-right: -135px;
  margin-top: -7px;
}
.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em;
}
.validation-summary-errors ul {
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: center;
  margin-bottom: -10px;
}
.image-Slider {
  background-color: #027B76;
  height: 720px;
  overflow: hidden;
}
.image-Slider .mySlides {
  width: 100%;
  height: 720px;
  margin-bottom: -80px;
  z-index: 30;
  object-fit: cover;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  /*
            / * TRANSITION * /
            -webkit-transition: background 200ms ease-in-out 300ms;
            -moz-transition: background 200ms ease-in-out 300ms;
            -o-transition: background 200ms ease-in-out 300ms;
            transition: background 200ms ease-in-out 300ms;*/
}
/* unloaded, never show, never handle, just do nothing with it */
.image-Slider span {
  display: none;
  height: 0;
  margin: 0;
  width: 0;
  z-index: -1;
  object-fit: none;
}
.navigation-slider-btn {
  background-color: rgba(255, 255, 255, 0.4);
  background-position: center center;
  background-repeat: no-repeat;
  border: medium none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: block;
  font-size: 3em;
  height: 40px;
  padding-top: 4px;
  position: absolute;
  top: 350px;
  width: 40px;
  z-index: 51000;
}
.navigation-slider-btn.slide-right {
  right: 0;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4NCiAgICA8cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05IDBMNy40MjUgMS41NzVsNi4zIDYuM0gwdjIuMjVoMTMuNzI1bC02LjMgNi4zTDkgMThsOS05eiIvPg0KPC9zdmc+');
  /* url(/images/Icons/arrow_right.svg); */
}
.navigation-slider-btn.slide-left {
  left: 0;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4NCiAgICA8cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05IDBsMS41NzUgMS41NzUtNi4zIDYuM0gxOHYyLjI1SDQuMjc1bDYuMyA2LjNMOSAxOCAwIDl6Ii8+DQo8L3N2Zz4=');
}
.company-container {
  background-color: #00b2c0;
  height: 300px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.company-container > div {
  display: block;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
.company-container .company-views {
  clear: both;
  display: block;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0px 3%;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -90px;
}
.company-container .company-views::before {
  content: "";
  display: block;
  transform: rotate(-1.8deg);
  position: absolute;
  top: -36px;
  bottom: -260px;
  left: -1000px;
  right: -1000px;
  background-color: #00B2C0;
  z-index: 0;
}
.company-container .company-views .company-item {
  background-color: white;
  position: relative;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 130px;
  padding: 15px 16px;
  text-align: justify;
  min-width: 171px;
  width: calc(17% - 5px);
  max-width: 252px;
  transition: all 0.2s ease-in-out;
  margin: -80px -0.5% 0;
  overflow: hidden;
  vertical-align: middle;
}
.company-container .company-views .company-item a {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-container .company-views .company-item img {
  filter: grayscale(100%);
}
.company-container .secondary-company-container {
  margin-top: 0;
}
.company-container .secondary-company-container:before {
  display: none;
}
.company-container .secondary-company-container .company-item {
  margin-top: 0;
}
.company-container .tertiary-company-container {
  padding-top: 80px;
}
.company-views div.company-item:hover,
.company-views div.company-item.csiro:hover {
  transform: scale(1.2);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.company-views div.company-item.kaust:hover {
  transform: none;
  box-shadow: none;
}
.company-views.mfp-europe div.company-item {
  transform: scale(0.78);
  background-color: #fefefe;
}
.company-views.mfp-europe div.company-item:hover {
  transform: scale(1.02);
}
.company-container.company-multirow-container .company-login-text.secundary {
  margin-top: 50px;
}
.aad .company-login-text.secundary,
.kaust .company-login-text.secundary,
.csiro .company-login-text.secundary {
  font-weight: 500;
  margin-top: 72px;
}
.company-views div.company-item img {
  filter: grayscale(100%);
}
.company-views .csiro.company-item a > img {
  filter: none;
}
.company-views .nerc.company-item > a > img {
  object-fit: contain;
  width: 100%;
  vertical-align: middle;
  padding: 0;
}
.company-views .nioz.company-item > a > img {
  height: 100%;
  object-fit: contain;
}
.company-views .geomar.company-item > a > img {
  height: 55px;
  object-fit: contain;
}
.company-views .norway.company-item > a > img {
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.company-views .bgr.company-item > a > img {
  width: 80%;
}
.company-views .ogs.company-item > a > img {
  width: 100%;
}
.company-views .slu.company-item > a > img {
  height: 100%;
  padding: 0;
}
.company-views .vliz.company-item > a > img {
  height: 80%;
}
.company-views .gu.company-item > a > img {
  height: calc(100% - 10px);
}
.company-views .syke.company-item > a > img {
  margin-left: 0;
  width: 100% !important;
  display: inline-block;
  vertical-align: middle;
}
.company-views .aad.company-item > a > img {
  height: 129px;
  padding: 0;
}
.company-views .csiro.company-item > a > img {
  height: 103px;
  padding: 0;
  margin: 8px 0 0 0;
  display: inline-block;
  float: left;
  vertical-align: middle;
}
.company-views .mi.company-item > a > img {
  width: calc(100% + 20px);
  padding: 0;
  display: inline-block;
  float: left;
  vertical-align: middle;
  object-fit: contain;
}
.company-views .voto.company-item > a > img {
  height: 90%;
  opacity: 0.6;
}
.company-views .voto.company-item:hover > a > img {
  opacity: 1;
}
.company-views div.company-item:hover .image {
  filter: grayscale(0%);
}
.primary-company-container,
.secondary-company-container {
  display: block;
  width: auto;
}
.company-views .csiro.company-item {
  max-width: 466px;
  width: 466px;
  min-width: 466px;
  height: 140px;
}
.company-views .csiro.company-item > a > img:first-child {
  margin: -4px 0 0 2px;
  height: 117px;
}
.company-views a {
  display: block;
  height: 80px;
}
.company-views div.company-item.aad {
  width: 540px;
  height: 140px;
  max-width: unset;
}
.company-views .image {
  display: block;
  margin: 0 auto;
}
.company-container .company-login-text,
.company-container .organisation-text {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 100;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.company-container .apply-account {
  padding-top: 25px;
}
.company-container .organisation-text {
  margin-top: 45px;
}
.company-login-text.secundary {
  font-weight: 500;
  margin-top: 135px;
}
.map-container {
  display: block;
  position: relative;
  width: 100%;
  background-color: black;
  height: 600px;
}
#mainmap,
#map-page {
  display: block;
  width: 100%;
  height: 600px;
  cursor: default;
}
.programme-overlay a:link {
  color: #333;
  width: 130px;
  display: block;
  margin: 0 auto;
}
.about-placeholder a:link {
  display: block;
  width: 130px;
}
#map-placeholder {
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.06), 0 8px 17px 14px rgba(0, 0, 0, 0.21);
  margin-bottom: 18px;
  opacity: 0.5;
  min-width: 100%;
  min-height: 600px;
  max-height: 700px;
  position: relative;
  right: 0px;
  display: block;
  background-color: azure;
}
#mainmap > img {
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.06), 0 8px 17px 14px rgba(0, 0, 0, 0.21);
  margin-bottom: 18px;
  opacity: 0.5;
  min-width: 100%;
  min-height: 485px;
  max-height: 700px;
  position: absolute;
  right: 0px;
}
.programme-overlay {
  position: relative;
  z-index: 5;
  color: white;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.32;
  text-align: center;
  max-width: 940px;
  margin: -400px auto;
}
.programme-overlay .programme-text {
  margin-top: 150px;
  font-weight: 200;
  text-shadow: 0px 0px 1px #454545, 0px 1px #454545, 0px 0px #454545;
  margin-bottom: -55px;
}
.programme-overlay .button-programme {
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  color: #333333;
  margin: 70px auto 0;
  width: 130px;
  padding: 0;
}
.programme-overlay .button-programme:hover {
  color: #000000;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.leaflet-label {
  position: fixed;
  background: none repeat scroll 0 0 padding-box rgba(255, 255, 255, 0.87);
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #111;
  font: 12px/14px "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 1px 6px;
  z-index: 6;
  white-space: nowrap;
}
.about-container {
  clear: both;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0px 3%;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -100px;
}
.about-container::before {
  content: " ";
  display: block;
  transform: rotate(-1.8deg);
  position: absolute;
  top: 38px;
  bottom: -330px;
  left: -1000px;
  right: -1000px;
  background-color: #00B2C0;
  background-image: url('/Images/about-background.svg');
  background-size: 100% auto;
  z-index: -1;
  background-position-y: 34%;
  height: 660px;
}
.about-container .about-placeholder {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-around;
}
.about-placeholder svg,
.about-image {
  width: 744px;
  height: 505px;
  object-fit: contain;
  background-color: transparent;
  opacity: 0.9;
  float: right;
  margin-top: 74px;
}
.about-text {
  width: 424px;
  height: 116px;
  font-family: Roboto;
  font-size: 22px;
  line-height: 1.32;
  text-align: left;
  font-weight: 300;
  margin-top: 210px;
  margin-right: -160px;
  color: rgba(0, 0, 0, 0.8);
}
.about-text .button-about {
  width: 143px;
  object-fit: contain;
  border-radius: 3px;
  background-color: #018BAA;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  width: 130px;
  height: 36px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: white;
  display: block;
  margin: 30px 0 0;
  cursor: pointer;
}
.about-text .button-about:hover,
.login-box .button-login:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.globe-dots-container {
  position: relative;
  z-index: 2;
  display: none;
}
.globe-dots-container::after {
  content: " ";
  display: block;
  transform: rotate(-1.8deg);
  position: absolute;
  top: -50px;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  background-color: #00B2C0;
  background-size: 100% auto;
  z-index: -1;
  background-position-y: 34%;
  height: 700px;
}
.globe-dots-container svg {
  padding-top: 16px;
  margin: 0 auto;
  width: 75%;
  display: block;
  padding-bottom: 140px;
}
.maas-credentials {
  z-index: 100;
  display: block;
  background-color: #18B5C3;
  height: 100px;
  content: " ";
  margin-top: 70px;
  position: relative;
}
.kaust-company-container {
  padding-top: 50px;
  margin-top: 0;
}
.kaust-company-container .company-views {
  height: 44px;
  width: 100%;
  padding: 90px 0 0 0;
  display: inline-block;
  justify-content: stretch;
  bottom: -25px;
  max-width: 1180px;
  padding: 78px 5% 0;
}
.kaust-company-container .company-views > div.kaust {
  padding: 0;
  min-width: 265px;
  background-color: white;
  display: block;
  left: 0;
  background: transparent;
  box-shadow: none;
  position: absolute;
  bottom: 155px;
  width: auto;
  height: 195px;
  max-width: unset;
}
.kaust-company-container .company-views > div.kaust a {
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
}
.kaust-company-container .company-views > div.kaust img {
  height: 100%;
  filter: grayscale(0);
  padding: 0;
}
#mappage-svg {
  min-height: 600px;
}
/* Berry large screens */
@media screen and (min-width: 1950px) {
  .login-body .login-content {
    margin-top: -700px;
  }
  .login-body {
    height: 860px;
  }
  .login-body .image-Slider {
    height: 860px;
  }
  .login-body .image-Slider .mySlides {
    height: 860px;
  }
}
@media screen and (max-width: 1250px) {
  .login-content {
    display: grid;
    margin: -657px auto 0px;
  }
  .login-body .body-content > div {
    display: block;
    margin: 0 auto;
    text-align: justify;
    float: none;
    max-width: 300px;
  }
  .login-body .body-content > div > h3 {
    text-align: center;
  }
  .kaust-company-container .company-views > div.kaust {
    height: 150px;
    left: calc(50% - 133px);
    bottom: 115px;
  }
}
@media screen and (max-width: 1250px) {
  .kaust-company-container .company-views > div.kaust {
    bottom: 182px;
    left: calc(50% - 135px);
    height: 140px;
  }
  .kaust .login-holder {
    margin-top: 60px !important;
  }
  .login-header .header-title > h1 {
    display: none;
  }
  .body-content .welcome-holder h3 {
    font-size: 2em;
  }
  .login-header .header-title {
    display: inline-block;
    padding-left: 3%;
    margin-left: -32px;
    float: left;
  }
  .navigation-slider-btn {
    display: none;
  }
  .login-header .header-btns {
    float: right;
    padding-right: 0;
  }
  .login-holder {
    min-height: 205px;
    margin-top: 250px !important;
    width: 100%;
    opacity: 0.65;
  }
  .login-holder .log-input-header {
    display: none;
  }
  .login-header .header-btns > h2 {
    margin-right: 0;
  }
  /*.login-header .header-btns > h2 a {
        padding-right: 0;
        font-size: 12px;
    }*/
  .login-header .header-btns .button-spacing {
    margin-right: 0;
  }
  .welcome-holder .welcome-text {
    display: none;
  }
  .company-views .tertiary-company-container .company-item,
  .company-views .secondary-company-container .company-item,
  .company-views .primary-company-container .company-item {
    min-width: 80px;
  }
  .company-views .tertiary-company-container a > img,
  .company-views .secondary-company-container a > img,
  .company-views .primary-company-container a > img {
    height: 100% !important;
    width: 100% !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .company-views .secondary-company-container .bgr a > img {
    height: 80% !important;
  }
  .company-views .secondary-company-container .vliz a > img {
    height: 80% !important;
  }
  .company-views .tertiary-company-container .voto a > img {
    height: auto !important;
    width: auto !important;
    max-height: 90%;
    max-width: 90%;
  }
  .company-views div.company-item {
    height: auto;
  }
  .company-views .csiro a > img {
    width: auto !important;
    height: 103px !important;
    margin-top: 8px !important;
  }
  .company-views .csiro a > img:first-child {
    height: 94px !important;
  }
}
@media screen and (max-width: 1150px) {
  .company-views.unols-views .tertiary-company-container .company-item,
  .company-views.unols-views .secondary-company-container .company-item,
  .company-views.unols-views .primary-company-container .company-item {
    min-width: 80px;
  }
}
@media screen and (max-width: 850px) {
  .company-views a {
    height: 60px;
  }
}
@media screen and (max-width: 650px) {
  .company-container .company-views > div.csiro {
    transform: scale(0.6);
  }
  .company-container .company-views div.company-item.csiro:hover {
    transform: scale(0.7);
  }
  .company-container.csiro .company-views {
    width: 200%;
    left: -50%;
  }
  .company-views a {
    height: 50px;
  }
}
@media screen and (max-width: 490px) {
  .login-header .header-btns > h2 a {
    font-size: 14px;
  }
}
@media screen and (max-width: 515px) {
  .login-header .header-btns > h2 {
    padding-right: 10px;
  }
}
@media screen and (max-width: 615px) {
  .login-header .header-title {
    display: none;
  }
  .login-header .header-btns {
    width: 100%;
    text-align: center;
  }
  .company-container .company-login-text,
  .company-container .organisation-text {
    font-size: 17px;
  }
  .company-views a {
    height: 35px;
  }
  .company-views .secondary-company-container .company-item,
  .company-views .primary-company-container .company-item {
    min-width: 60px;
  }
}
@media screen and (max-width: 460px) {
  .company-container .company-views > div.csiro {
    transform: scale(0.5);
  }
  .company-container .company-views div.company-item.csiro:hover {
    transform: scale(0.6);
  }
  .login-header .header-btns > h2 {
    padding-right: 5px;
  }
  .login-header .header-btns .button-spacing > a {
    padding: 4px 10px;
  }
}
.language-select-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}
.language-select-container .language-select-button {
  cursor: pointer;
  white-space: nowrap;
}
.language-select-container .language-select-button > * {
  display: inline-block;
  vertical-align: middle;
}
.language-select-container .language-select-button img.language-selected-flag {
  height: 24px;
  width: 24px;
  border-radius: 50%;
}
.language-select-container .language-select-button svg path:last-child {
  fill: white;
}
.language-select-container .language-select-list {
  position: absolute;
  display: inline-block;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 5px rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  top: 100%;
  right: 0;
  white-space: nowrap;
  margin-top: 5px;
  display: none;
}
.language-select-container .language-select-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.language-select-container .language-select-list ul li {
  padding: 7px 15px;
  cursor: pointer;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.language-select-container .language-select-list ul li > * {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  font-size: 14px;
  pointer-events: none;
}
.language-select-container .language-select-list ul li img {
  border-radius: 50%;
  height: 22px;
  margin-right: 10px;
  width: 22px;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.7);
}
.language-select-container .language-select-list ul li:last-child {
  border: none;
}
.language-select-container .language-select-list ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.testsystem .log-input-header {
  background-color: red !important;
}