/*------------------------------- HTML TAGS ------------------------------*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    color: #000000;
    background: #b3d1ff none repeat scroll top left;
    min-width: 360px;
    font-family: roboto;
    font-size: 18px;
    height: 100%;
    letter-spacing: 0.2px;
    line-height: 1.4;
}

html {
    overflow-y:scroll;
    width: 100%;
}

div {
    display: block;
}

a {
    text-decoration: none;
}

hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

textarea {
    border-width: 1px;
    border-style: solid;
    border-color: internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
    padding: 2px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

::placeholder {
    font-size: 12px;
}

/*------------- FONTS ------------*/
@font-face {
    font-family:'roboto';
    src: url('fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:'roboto';
    src: url('fonts/Roboto-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family:'roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:'roboto';
    src: url('fonts/Roboto-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/*------------- BUTTONS ------------*/
.button {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    border: 2px outset grey;
    height: 22px;
    display: inline-block;
}

/*-------------------- NAVIGATION TOP -----------------------------*/

.nav-wrapper {
    width: 100%;
    min-width: 360px;
    z-index: 999;
    display: block;
    position: fixed;
    top: 0;
}

.nav-wrapper .google-auto-placed {
	display: none !important;
}

.nav-top {
    background-image: -webkit-linear-gradient(top, #59a8d2 0px, #091d2b 51px);
    background-image: -ms-linear-gradient(top, #59a8d2 0px, #091d2b 51px);
    background-image: -moz-linear-gradient(top, #59a8d2 0px, #091d2b 51px);
    overflow: hidden;
    width: 100%
}

.nav-top a {
    color: white;
}

.page-title {
    font-family: roboto;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0px 6px 0px;
    padding: 7px 12px;
}

.page-title a {
    color: white;
    text-shadow: 3px 3px 5px #000000;
}

.page-title span {
    color: #FFD835;
}

.nav-top-logo {
    float: left;
    margin: 5px 3px 4px 10px;
    height: 38px;
}

.nav-top-menu {
    float: left;
    overflow: hidden;
    margin-left: 5%;
}

.nav-top-menu a {
    font-family: roboto;
    color: rgb(208, 208, 208);
    font-size: 12px;
    float: left;
    margin: 8px 0px 7px 0px;
    padding: 7px 20px 8px 15px;
    font-weight: normal;
    border-radius: 2px;
}

.nav-top-menu a:hover {
    color: white !important;
    text-shadow: 0.5px 0px 0px white;
    text-decoration: underline #00ff00;
}

.navActiveButton {
    color: white !important;
    text-shadow: 0.5px 0px 0px white;
    text-decoration: underline #00ff00 !important;
}

.navActiveButton#nav-distances,
#nav-distances:hover {
    color: #FFD835  !important;
    text-shadow: 0.5px 0px 0px #FFD835;
    text-decoration: underline #FFD835 !important;
}

.menuBars {
    display: none;
}

.nav-top-right {
    float: right;
}

.weather-icon {
    height: 30px;
    width: 30px;
    margin: 10px 11px 0px 0px;
}

.caret {
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
}

.nav-top-clock {
    float: right;
    width: 90px;
    height: 40px;
    padding: 10px 5px;
    font-size: 8.5px;
    line-height: 1.2;
}

.display-clock {
    height: 30px;
}

.utc-notice {
    margin-top: 12px;
    margin-right: 3px;
    float: left;
}

@media screen and (max-width: 1000px) {
    #nav-top__weather-map-link {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .nav-wrapper {
        position: relative;
    }
    .nav-top-menu a {
        margin: 7px 0px 7px 0px;
        padding: 8px 20px;
        display: none;
    }

    .menuBars {
        display: block;
        float: right;
        margin: 0.5% 1% 0.2%;
    }

    .nav-top-menu.responsive {
        width: 100%;
        position: relative;
        background-color: #407591;
    }

    .nav-top-menu {
        margin: 0;
    }

    .nav-top-menu.responsive a {
        float: none;
        display: flex;
        align-items: baseline;
        column-gap: 5px;
        text-align: left;
        font-size: 16px;
    }

    .nav-top-menu.responsive a:hover {
        color: rgb(208, 208, 208);
        text-shadow: none;
        text-decoration: none;
    }

    .nav-top-clock {
        display: flex;
        align-items: center;
        position: absolute;
        right: 55px;
        top: 0px;
        width: auto;
        height: auto;
        margin: 12px 5px;
        padding: 0;
    }

    .utc-notice {
        margin: 0;
        float: none;
    }

    .display-clock {
        height: 28px;
    }
}

@media screen and (max-width: 580px) {
    .nav-top-clock {
        top: 3px;
    }

    .display-clock {
        height: 20px;
    }
}

@media screen and (min-width: 980px){
    .nav-dropdown.tools-menu {
        display: inline-block;
    }

    .nav-dropdown.tools-menu--mobile {
        display: none;
    }

    #nav-time-zones-map span {
        display: none;
    }
}

/*--------------------- NAV-TOP DROPDOWNS --------------------------*/

.nav-dropdown {
    float: left;
    cursor: pointer;
}

.tools-menu {
    display: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    margin-top: 48px;
    padding-bottom: 3px;
    border-radius: 0px 0px 4px 4px;
    background-color: rgb(51, 102, 130);
    color: white;
    min-width: 160px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    z-index: 1100;
}

.dropdown-content a {
    float: none;
    font-weight: normal;
    padding: 4px 16px;
    text-decoration: none;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: left;
    margin: 0;
}

.dropdown-content a:hover {
    background-color: rgb(255, 255, 255, 0.2);
}

#container-lines__dropdown-button {
    justify-content: space-between;
}

#container-lines__caret-down {
    display: none;
}

#container-lines__caret-left {
    margin-bottom: 2px;
}

.nav-dropdown__submenu {
    display: none;
    background-color: rgb(51, 102, 130);
}

@media screen and (max-width: 980px) {
    .nav-dropdown,
    .dropdown-content {
        width: 100%;
        float: none;
        position: relative;
        margin: 0px;
    }

    .nav-dropbtn .caret {
        margin-left: 5px;
    }

    #container-lines__dropdown-button {
        justify-content: flex-start;
    }

    #container-lines__caret-left {
        display: none;
    }

    #container-lines__caret-down {
        display: inline-block;
    }
}

.nav-open-submenu {
    position: relative;
}

.nav-dropdown__submenu {
    font-size: 14px;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 10px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
}

.nav-dropdown__submenu span {
    font-size: 12px;
}

.nav-dropdown__submenu a {
    justify-content: space-between;
}

.nav-dropdown__submenu a:hover {
    text-decoration: none;
}

.nav-dropdown__submenu a:hover .container-line__name {
    text-decoration: underline #00ff00;
}

@media screen and (min-width: 980px) {
    .nav-dropdown__submenu {
        position: absolute;
        top: 0;
        right: calc(0px - 160px);
        width: 160px;
        font-size: 18px;
        padding: 0;
        border-radius: 4px 4px;
    }

    .nav-dropdown__submenu span {
        font-size: 11px;
    }

    .nav-dropdown__submenu--two-columns {
        right: 160px;
        width: 289px;
    }

    .nav-dropdown__submenu-column {
        float: left;
    }

    .nav-open-submenu:hover .nav-dropdown__submenu {
        display: block;
    }
}

@media screen and (min-width: 1100px) {
    .nav-dropdown__submenu--two-columns {
        right: calc(0px - 289px);
    }
}

/*------------------------ MENU CLOSE BUTTON -----------------------*/

.bars-container {
    display: inline-block;
    cursor: pointer;
    margin-top: 3px;
}

.bar1,
.bar2,
.bar3 {
    width: 44px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/*-------------------- UNDER NAVIGATION TOP -----------------------------*/
.nav-underline {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    background-color: rgb(89, 168, 210);
    width: 100%;
    z-index: 999;
    overflow: hidden;
    box-shadow:
    0 4px 4px -3px rgb(100, 100, 100),
    2px 0 4px -6px rgb(100, 100, 100),
    2px 0px 4px -6px rgb(100, 100, 100);
}

.nav-top-icon {
    float: left;
    width: 22px;
    height: 22px;
    margin: 4px 6px;
}

.nav-top-icon-lightning{
    float: left;
    width: 22px;
    height: 22px;
    margin: 5px 6px 3px 6px;
}

.global-sea-routes,
.global-sea-routes-mobile {
    font-size: 14px;
    font-weight: bold;
    float: left;
    color: rgb(243, 243, 2);
}

.global-sea-routes {
    display: none;
}

.global-sea-routes-mobile {
    color: navy;
    background-color: rgb(100, 200, 100);
    text-align: center;
    width: 100%;
    padding: 6px 0px;
}

.nav-bottom-search {
    float: right;
    align-self: flex-end;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin-right: 10px;
}

#main-form {
    display: flex;
    flex-direction: row;
    width: 280px;
}

.search-box-main {
    width: 100%;
    max-width: 235px;
    min-width: 200px;
    height: 27px;
    font-size: 16px;
    float: left;
    margin: 4px 0;
    padding: 5px;
    border: none;
    border-radius: 2px 0px 0px 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.search-box-main:focus {
    outline: none;
    box-shadow: inset 0px 0px 2px gray;
    -moz-box-shadow: inset 0px 0px 1px gray;
    -webkit-box-shadow: inset 0px 0px 1px gray
}

.search-box-main::placeholder {
    font-size: 14px;
}

.search-button-main {
    cursor: pointer;
    float: left;
    padding: 0;
    margin: 4px 0;
    border: none;
    height: 27px;
    width: 44px;
    background-color: white;
    border-left: 1px solid rgb(220, 220, 220);
    border-radius: 0px 2px 2px 0px;
}

.search-button-main:hover {
    background-color: rgb(220, 220, 220);
}

@media screen and (min-width: 580px){
    .nav-underline {
        flex-direction: row;
        padding: 0px 10px;
    }

    .global-sea-routes-mobile{
	    display: none;
    }

    .global-sea-routes{
	    display: block;
        font-weight: normal;
    }

    .nav-bottom-search {
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .search-box-main {
        height: 22px;
        font-size: 14px;
        max-width: 285px;
    }
    .search-button-main {
        height: 22px;
    }
}

/*-------------------- CONTAINER & CONTENT ----------------------*/

.container {
    width: 100%;
    min-height: 900px;
    padding-top: 78px;
    display: flex;
}

@media screen and (max-width: 980px) {
    .container {
        padding: 0px;
        min-height: auto;
    }
}

/*-------------------- HOMEPAGE -----------------------------*/

.home-menu {
    background: linear-gradient(#ffffff 20%, #949494 50%, #666666 75%);
    z-index: -100;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    top: 78px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: auto;
    min-height: 100vh;
}

.home-menu-text__wrapper {
    width: 100%;
    position: relative;
}

@media screen and (max-width: 480px) {
    .home-menu-text__wrapper {
        max-height: 200px;
        overflow: hidden;
    }
}

.home-menu-text {
    width: 100%;
    position: relative;
    padding: 20px 10px 0;
    margin: 0 auto;
    max-width: 1010px;
    text-align: justify;
    font-size: 11px;
}

.buttons-container {
    display: grid;
    column-gap: 55px;
    row-gap: 30px;
    grid-template-columns: minmax(auto, max-content) minmax(auto, max-content) minmax(auto, max-content);
    margin: 40px auto 80px;
}

.menu-button {
    position: relative;
    margin-top: -8px;
}

.menu-button img {
    transition: opacity .5s ease;
}

.menu-button .home-img:hover {
    opacity: 0;
}

.menu-button .home-hover-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.menu-button:hover .home-hover-img {
    opacity: 1;
}

.home-hover-img, .home-img {
    border-radius: 3px;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.45);
}

#starits-main, #canals-main {
    color: rgb(127, 127, 127);
    margin-top: 3px;
}

#gulfs-main, #bays-main, #seas-main{
    color: rgb(135, 135, 135);
    margin-top: 3px;
}

#oceans-main {
    color: rgb(195, 195, 195);
    margin-top: 3px;
}

#rivers-main, #lakes-main {
    color: rgb(195, 195, 195);
    margin-top: 3px;
}

#sea-distance-main {
    color: navy;
    margin-top: 3px;
}

/*-------------------- HOMEPAGE RESPONSIVE-----------------------------*/
@media screen and (min-width: 750px) and (max-width: 1170px) {
    .buttons-container {
        grid-template-columns: minmax(auto, max-content) minmax(auto, max-content);
    }

    #gulfs-main {
        color: rgb(127, 127, 127);
    }
}

@media screen and (max-width: 750px) {
    .buttons-container {
        grid-template-columns: minmax(auto, max-content);
    }

    #gulfs-main {
        color: rgb(127, 127, 127);
    }
}

@media screen and (min-width: 980px) and (max-width: 1000px) {
    .home-menu {
        top: 78px;
    }
}

@media screen and (max-width: 980px) {
    .home-menu {
        position: static;
    }
}
/*---------------------- SEARCH BARS ----------------------*/
.search-wrapper {
    margin: 10px 0px 10px;
    width: 100%;
}

.search-inner-wrapper {
    width: 299px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.focusedSearchBar {
    box-shadow: 0 3px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -moz-box-shadow: 0 3px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -webkit-box-shadow: 0 3px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.searchBox {
    float: left;
    padding: 5px;
    border: none;
    height: 27px;
    font-size: 16px;
    width: 100%;
    max-width: 260px;
    outline: none;
    color: #5f5f5f;
    border-radius: 2px 0px 0px 2px;
}

.searchButton {
    float: left;
    cursor: pointer;
    padding: 0;
    margin-left: -5px;
    border: none;
    height: 27px;
    width: 44px;
    background-color: white;
    border-left: 1px solid rgb(220, 220, 220);
    border-radius: 0px 2px 2px 0px;
}

.searchButton:hover {
    background-color: rgb(220, 220, 220);
}

@media screen and (min-width: 768px) {
    .searchBox {
        height: 22px;
        font-size: 13px;
    }
    .searchButton {
        height: 22px;
    }
}

/*------------------------- SIDEBARS ------------------------*/
.sidebar {
    display: block;
    box-sizing: border-box;
    float: left;
}

.ship_types__wrapper--side {
    background-color: rgb(228, 228, 228);
    margin: 10px 3px 10px 8px;
    padding-bottom: 6px;
}

.ship_types__title--side {
    color: white;
    background-color: rgb(51, 102, 130);
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    padding: 6px 0px;
    margin-bottom: 6px;
    font-weight: bold;
}

.ship_types__wrapper--side a {
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 7px;
    padding-left: 6px;
    color: black;
}

.ship_types__wrapper--side a:hover {
    text-decoration: underline;
}

.ship_types__wrapper--side a img {
    width: 16px;
    top: 3px;
    margin: 0px 8px;
    position: relative;
    border-radius: 50%;
}

.main-content {
    box-sizing: border-box;
    float: right;
    padding-top: 8px;
    margin: 0px 5px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

#important-links__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 15px;
    background-color: rgb(228, 228, 228);
    padding: 6px;
    margin-bottom: 8px;
}

#important-links {
    min-width: max-content;
}

#important-links a {
    display: block;
    text-decoration: none;
    color: black;
    font-size: 13px;
    line-height: 1.3;
    max-width: fit-content;
}

#important-links a:hover {
    text-decoration: underline;
}

#main-content__separator--horizontal {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #0e2f47;
    margin: 0px 0px 5px;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .sidebar {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    #important-links__wrapper {
        display: none;
    }

    #main-content__separator--horizontal {
        display: none;
    }
}

@media screen and (min-width: 1301px) {
    #important-links__wrapper {
        align-items: center;
    }

    #important-links {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #important-links a {
        margin-bottom: 6px;
    }
}

/*----------------------------- AUTOCOMPLETE ---------------------------------*/

.regionsList {
    position: absolute;
    z-index: 1200;
    margin-top: 28px;
}

.regionsList ul {
    list-style-type: none;
    margin-top: 2px;
    width: 255px;
    box-shadow: 0 3px 8px -3px rgb(100, 100, 100), -2px 0 8px -6px rgb(100, 100, 100), 2px 0px 8px -6px rgb(100, 100, 100);
    -moz-box-shadow: 0 3px 8px -3px rgb(100, 100, 100), -2px 0 8px -6px rgb(100, 100, 100), 2px 0px 8px -6px rgb(100, 100, 100);
    -webkit-box-shadow: 0 3px 8px -3px rgb(100, 100, 100), -2px 0 8px -6px rgb(100, 100, 100), 2px 0px 8px -6px rgb(100, 100, 100);
}

.regionsList li {
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 7px 10px;
    border-bottom: 1px solid rgb(200, 200, 200);
    background-color: white;
}

.regionsList li:hover {
    cursor: pointer;
    background-color: #e3e7e9;
}

.regionsList li a {
    display: flex;
    align-items: center;
}

.regionsList-flag {
    display: block;
    width: 32px;
    height: 24px;
    box-shadow: 0 2px 8px -3px rgb(100, 100, 100), -2px 0 8px -6px rgb(100, 100, 100), 2px 0px 8px -6px rgb(100, 100, 100);
    -moz-box-shadow: 0 2px 8px -3px rgb(100, 100, 100), -2px 0 8px -6px rgb(100, 100, 100), 2px 0px 8px -6px rgb(100, 100, 100);
    -webkit-box-shadow: 0 2px 8px -3px rgb(100, 100, 100), -2px 0 8px -6px rgb(100, 100, 100), 2px 0px 8px -6px rgb(100, 100, 100);
}

.regionsList-name {
    display: block;
    color: black;
    width: 100%;
    line-height: 1.3;
    font-size: 12px;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.regionsList-star__wrapper {
    float: left;
    margin-left: 3px;
    margin-right: 8px;
}

.regionsList-star {
    font-size: 23px;
    color: lightblue;
    line-height: 1;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.regionsList-city {
    text-transform: capitalize;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
    line-height: 1;
    font-size: 9px;
    color: rgb(170, 170, 170);
}

li.regionsList-more {
    display: block;
    padding: 3px;
    font-size: 12px;
}

.regionsList-more a {
    display: inline-block;
    width: 100%;
    padding: 7px 0px;
    margin-left: 22px;
    color: #4caf50;
}

.selected-result {
    background-color: #e3e7e9 !important;
}

.mainList {
    z-index: 115;
    position: absolute;
    margin-top: 32px;
}

.mainList ul {
    width: 242px;
}

.mainList-title {
    background-color: rgb(51, 102, 130) !important;
    color: white !important;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px !important;
    border-bottom: 1px solid rgb(200, 200, 200);
    background-color: white;
}

.mainList-title:hover {
    cursor: text !important;
}

@media screen and (min-width: 768px) {
    .regionsList {
        margin-top: 24px;
    }
    .mainList {
        margin-top: 28px;
    }
}

/* ------------ SEARCH HISTORY ------------ */
.open-history {
    float: left;
    background-color: rgb(51, 102, 130, 1);
    color: white;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    cursor: pointer;
}

.open-history:hover {
    background-color: rgb(51, 102, 130, 0.5);
}

.open-history__mobile-wrapper {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.open-history--desktop {
    display: none;
    height: 27px;
}

.open-history--mobile {
    height: 26px;
    width: 70%;
    max-width: 290px;
}

.history-shadow {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
}

.history-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    height: 500px;
    background-color: white;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
}

.history-title {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
}

.history-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 22px;
    background-color: rgb(89, 168, 210);
    color: white;
    border-radius: 2px;
    font-size: 11px;
    padding: 0 10px;
    cursor: pointer;
}

.history-close:hover {
    background-color: rgb(57, 119, 152);
}

.history-tabs {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 5px 0 10px;
}

.history-tab {
    cursor: pointer;
    border-bottom: 1px solid white;
    padding: 0 5px;
}

.history-tab--active {
    font-weight: bold;
    border-bottom: 1px solid black;
}

.history-list {
    display: none;
    float: left;
    width: 100%;
    overflow-y: auto;
}

.history-list::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.history-list::-webkit-scrollbar-track {
    background: rgb(242, 242, 242);
    border: 1px solid gray;
}
/* Handle */
.history-list::-webkit-scrollbar-thumb {
    background: rgb(165, 165, 165);
}
/* Handle on hover */
.history-list::-webkit-scrollbar-thumb:hover {
    background: gray;
}

.history-list a {
    float: left;
    width: calc(100% - 10px);
    border-bottom: 1px solid rgb(220, 220, 220);
    padding: 5px 0;
    color: black;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.history-list a > div {
    flex: 1;
}

.history-list img {
    float: left;
    width: 50px;
    height: 40px;
    padding: 7px 10px 5px 0px;
}

.history-list p {
    float: left;
    width: calc(100% - 55px);
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.history-list__ship-name {
    font-weight: bold;
}

.history-list__ship-data {
    font-size: 11px;
}

.history-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 460px) {
    .open-history--mobile {
        display: none;
    }
    .open-history--desktop {
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .open-history--desktop {
        height: 22px;
    }
}

/* ------------ PAGER ------------ */

.pager {
    padding: 20px 10px;
    width: 100%;
    text-align: center;
}

.pager a,
.pager p {
    font-size: 19px;
    text-decoration: none;
    display: inline-block;
    padding: 0px 9px;
    border-radius: 2px;
    box-shadow: 0 2px 8px -3px rgb(100, 100, 100);
    -moz-box-shadow: 0 2px 8px -3px rgb(100, 100, 100);
    -webkit-box-shadow: 0 2px 8px -3px rgb(100, 100, 100);
}

.pager a:hover {
    background-color: rgb(51, 110, 140);
}

.pager-results {
    float: left;
    font-size: 0.85em;
}

.pager_box {
    outline: none;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 0;
    font-size: 16px;
    height: 26px;
    width: 70px;
    text-align: center;
}

.pager_box:focus {
    box-shadow: 0 3px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -moz-box-shadow: 0 3px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -webkit-box-shadow: 0 3px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.previous {
    background-color: rgb(51, 90, 110);
    color: white;
}

.next {
    background-color: rgb(51, 90, 110);
    color: white;
}

/*------------------------------- ADS ------------------------------*/
.ad_ver {
    padding: 8px 3px 0px 8px;
    /* height: 608px; */
    /* width: 171px; */
}

.ad_hor {
    width: 100%;
    float: left;
}

.ad_hor img {
    width: 100%;
}

.ad-90{
	margin: 0 auto;
	/* height: 300px; */
}

@media screen and (min-width: 769px) {
    .ad-90{
	    width: 100%;
        height: 180px;
    }
}

.top_hor_ad {
    display: block;
}

.ad_il {
    display: none;
    width: 100%;
    min-height: 180px;
}

.ad-il-90 {
    height: 180px;
    width: 100%;
}

@media screen and (min-width: 1301px) {
    .top_hor_ad {
        display: none;
    }

    .ad_il {
        display: block;
    }
}

/*-------------------- ABOVE AND BELLOW I-FRAME -----------------------------*/
.i-frame-title {
    font: normal normal 22px roboto, Tahoma, Helvetica, FreeSans, sans-serif;
    text-shadow: 3px 3px 5px #ffffff;
    color: navy;
    background: -webkit-linear-gradient(top, lightgrey, grey);
    text-align: center;
    margin: 8px 0px 8px;
    display: block;
}

@media screen and (min-width: 1300px) {
    .i-frame-title {
	margin: 0px 0px 8px;
    }
}

/*-------------------- MAIN MENU -----------------------------*/
.main-menu {
    display: grid;
    max-width: 775px;
    margin: 0 auto;
    row-gap: 10px;
    column-gap: 10px;
}

.main-three-cols {
    grid-template-columns: auto auto auto;
}

.main-two-cols {
    grid-template-columns: auto auto;
}

.region {
    padding: 5px;
    text-align: center;
    position: relative;
}

.region-img {
    width: 235px;
    height: 150px;
    margin-bottom: -18px;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.45);
    display: block;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;

}

.region-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.region:hover .region-img {
    opacity: 0.2;
}

.region:hover .region-middle {
    opacity: 1;
}

.region-text {
    font-weight: bold;
    color: red;
    font-size: 34px;
    padding: 16px 32px;
}

.region span {
    color: black;
    display: block;
    display: inline-block;
}

.region span:hover {
    color: #00ff00;
}

@media screen and (min-width: 600px) and (max-width: 1140px) {
    .main-three-cols {
        grid-template-columns: auto auto;
    }
}

@media screen and (max-width: 600px) {
    .main-three-cols {
        grid-template-columns: auto;
    }

    .main-two-cols {
        grid-template-columns: auto;
    }
}

/*------------------------ OBJECT DATA -----------------------*/
.ship-types-list--desktop {
    display: none;
}

.ship-types-list--mobile {
    display: block;
}

.ship-types-list__wrapper {
    margin: 0px auto 10px;
    width: 340px;
}

.ship-types-list {
    width: 340px;
    height: 40px;
    margin: 0 auto;
    position: relative;
}

.ship-types-list__selected-option {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: white;
    padding: 5px;
    gap: 10px;
    text-transform: uppercase;
}

.ship-types-list__selected-option p {
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ship-types-list__selected-option .caret {
    position: absolute;
    right: 25px;
}

.ship-types-list__selected-option .caret::before {
    border-top: 8px solid black;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.ship-types-list__options {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    width: 100%;
    height: 300px;
    background-color: white;
    overflow: auto;
    padding: 0 5px;
    position: absolute;
    top: 40px;
    border-radius: 0 0 3px 3px;
    z-index: 700;
}

.ship-types-list__options div:first-child {
    border-top: 1px solid rgb(200, 200, 200);
}

.ship-types-list__options div {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid rgb(200, 200, 200);
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.ship-types-list__options div p,
.ship-types-list__options div a {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: black;
}

.ship-types-list__img {
    width: 20px;
    height: 20px;
    float: left;
}

.ship-types-list__all-types-button {
    width: 340px;
    padding: 5px 5px;
    margin: 7px auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: green;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -moz-box-shadow: 0 1px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -webkit-box-shadow: 0 1px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    cursor: pointer;
}

.ship-types-list__all-types-button:hover {
    background-color: darkgreen;
    box-shadow: 0 2px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -moz-box-shadow: 0 2px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -webkit-box-shadow: 0 2px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

@media screen and (min-width: 768px) {
    .ship-types-list--desktop {
        display: block;
    }

    .ship-types-list--mobile {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .ship-types-list__wrapper {
        display: flex;
        width: 100%;
        margin: 0px 0px 10px;
        border: 0;
    }

    .ship-types-list {
        width: 340px;
        height: 40px;
        margin: 0;
        position: relative;
    }

    .ship-types-list__all-types-button {
        width: 150px;
        height: 40px;
        font-size: 12px;
        margin: 0 5px;
    }
}

.object-data-wiki {
    height: 1200px;
    width: 100%;
    margin: 6px 0px;
}

.object-image {
    width: 100%;
}

/*------------------------ OBJECT MENU -----------------------*/
.object-btn-wrapper {
    display: flex;
    justify-content: space-around;
    position: relative;
    top: 0;
    z-index: 10;
    min-height: 50px;
    width: 100%;
    margin: 5px auto 0px;
    margin-bottom: 10px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.85);
}

.obw-absolute {
    top: 35px !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    position: absolute !important;
}

.object-btn-wrapper img {
    width: calc(100% - 44px);
    max-width: 24px;
    min-width: 20px;
    margin: 8px auto 0px;
    display: block;
}

.object-btn-wrapper p {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: black;
    text-align: center;
    margin-bottom: 5px;
}

.single-map,
.full-screen,
.btn-google-photos,
.btn-google-earth {
    float: left;
    cursor: pointer;
    width: 30%;
    height: 50px;
    border: none;
    position: relative;
}

.full-screen {
    display: none;
}

#google-earth {
    display: none;
}

.refresh-map-img{
	margin: 6px auto 1px !important;
	max-width: 30px !important;
	height: 25px;
	width: 32px !important;
}

.refresh-timer{
	position: absolute;
	top: 13px;
	text-align: center;
	font-size: 8px !important;
}

.try-yellow{
    width: 100%;
    border-radius: 3px;
    padding: 2px 0 3px;
    background-color: rgba(255, 255, 153, 0.7);
}

@media screen and (min-width: 768px) {
    .object-btn-wrapper {
        margin: 35px auto -90px;
        height: 50px;
        max-width: 550px;
        width: 100%;
    }

    .object-btn-wrapper img {
        width: 24px;
        margin: 8px auto 0px;
    }

    .object-btn-wrapper p {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: black;
        text-align: center;
    }

    .single-map,
    .full-screen,
    .btn-google-photos,
    .btn-google-earth {
        width: 14.28%;
    }
}

@media screen and (min-width: 980px) {
    .full-screen {
        display: block;
    }
}

.cruise-lines-list {
    display: none;
    padding: 10px;
}

@media screen and (min-width: 768px) {
    .cruise-lines-list {
        display: block;
    }
}

.mt-vf-table {
    position: relative;
    width: 100%;
    border: 0;
    padding-top: 3px;
}

.mt-vf-absolute {
    height: calc(100vh - 80px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 80px;
    padding: 0px;
}

.google-map-wrapper{
    float: left;
    display: none;
    width: 100%;
    overflow: hidden;
    height: 300px;
    margin-bottom: 10px;
}

.object-google-map{
    width: 100%;
    margin-top: -150px;
}

#af-map {
    margin-bottom: 5px;
    float: left;
}

#af-map {
    width: 100%;
}

@media screen and (min-width: 980px) {
    #af-map {
        margin-bottom: 0;
        float: left;
    }
}

/*------------------------ OBJECT BY TYPE MENU -----------------------*/
.object-by-type__btn-wrapper {
    display: flex;
    justify-content: space-around;
    position: relative;
    top: 0;
    z-index: 10;
    min-height: 50px;
    width: 100%;
    margin: 5px auto 0px;
    margin-bottom: 10px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.85);
}

.object-by-type__btn-wrapper img {
    width: calc(100% - 44px);
    max-width: 24px;
    min-width: 20px;
    margin: 8px auto 0px;
    display: block;
}

.object-by-type__btn-wrapper p {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: black;
    text-align: center;
    margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .object-by-type__btn-wrapper {
        margin: 5px auto -60px;
        height: 50px;
        max-width: 500px;
        width: 100%;
    }

    .object-by-type__btn-wrapper img {
        width: 24px;
        margin: 8px auto 0px;
    }

    .object-by-type__btn-wrapper p {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: black;
        text-align: center;
    }
}

/* ------------ CONTAINER LINES ------------ */
.container-lines__menu-wrapper {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.container-lines-list {
    position: relative;
    display: flex;
    align-items: center;
    width: 90%;
    height: 30px;
}

.container-lines-list__current-line {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    width: 100%;
    height: 30px;
    padding: 5px;
    background-color: white;
    text-transform: uppercase;
}

.container-lines-list__current-line p {
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container-lines-list__current-line .caret {
    position: absolute;
    right: 25px;
}

.container-lines-list__current-line .caret::before {
    border-top: 8px solid black;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.container-lines-list__options {
    display: none;
    width: 100%;
    max-height: 300px;
    background-color: white;
    overflow: auto;
    padding: 0 5px;
    position: absolute;
    top: 37px;
    border-radius: 0 0 3px 3px;
    z-index: 700;
}

.container-lines-list__options div {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid rgb(200, 200, 200);
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.container-lines-list__options div p,
.container-lines-list__options div a {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: black;
}

.container-lines__buttons-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    float: left;
    width: 100%;
}

.container-lines__track-shipment-button {
    width: 90%;
    padding: 5px 5px;
    display: inline-block;
    text-align: center;
    background-color: rgb(89, 168, 210);
    color: white;
    font-size: 12px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -moz-box-shadow: 0 1px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -webkit-box-shadow: 0 1px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    cursor: pointer;
}

.container-lines__track-shipment-button:hover {
    background-color: rgb(89, 148, 180);
    box-shadow: 0 2px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -moz-box-shadow: 0 2px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -webkit-box-shadow: 0 2px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.container-lines__track-shipment-button {
    background-color: green;
}

.container-lines__track-shipment-button:hover {
    background-color: darkgreen;
}

@media screen and (min-width: 980px) {
    .container-lines__menu-wrapper {
        text-align: left;
        width: calc(100% - 10px);
        flex-direction: row;
        gap: 15px;
    }

    .container-lines-list {
        max-width: 340px;
    }

    .container-lines__buttons-wrapper {
        width: auto;
        flex-direction: row-reverse;
    }

    .container-lines__track-shipment-button {
        width: auto;
        min-width: 150px;
    }
}

@media screen and (min-width: 1050px) {
    .container-lines__buttons-wrapper {
        margin-top: 0;
    }
}

.container-line__ships-list {
    float: left;
    width: 100%;
    margin: 10px 0 20px;
    color: rgb(51, 102, 130);
    padding: 10px;
}

.container-line__ships-list__title {
    width: 100%;
    float: left;
    color: rgb(51, 102, 130);
    font-size: 22px;
    font-weight: bold;
}

.container-line__ships-list__row {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgb(200, 200, 200);
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.5;
}

.container-line__ships-list__row:hover{
    background-color: rgba(225, 225, 225, 0.3);
}

.container-line__ships-list__row:first-child {
    font-size: 15px;
    border-bottom: none;
}

.container-line__ships-list__row:first-child:hover {
    background-color: transparent;
}

.container-line__ships-list__row:last-child {
    border-bottom: none;
}

.container-line__ships-list__ship-name,
.container-line__ships-list__imo,
.container-line__ships-list__size,
.container-line__ships-list__map-button {
    float: left;
    text-align: center;
}

.container-line__ships-list__ship-name {
    width: calc(100% - 160px);
}

.container-line__ships-list__imo {
    width: 80px;
}

.container-line__ships-list__size {
    display: none;
}

.container-line__ships-list__map-button {
    width: 80px;
}

.container-line__ships-list__map-button a,
.container-line__ships-list__map-button div {
    width: 90%;
    display: block;
    margin: 0 auto;
    color: white;
    font-weight: bold;
    background-color: rgb(56, 165, 65);
}

.container-line__ships-list__map-button div {
    background-color: rgb(200, 200, 200);
}

.container-line__ships-list__line {
    float: left;
    height: 1px;
    width: 100%;
    margin: 5px 0;
    background-color: rgba(51, 102, 130, 0.4);
}

.container-line__ships-list__name-and-country {
    display: flex;
    align-items: center;
    gap: 3px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container-line__ships-list__name-and-country span {
    text-decoration: underline;
}

.container-line__ships-list__name-and-country img {
    margin-right: 2px;
    width: 20px;
    height: 13px;
}

@media screen and (min-width: 630px) {
    .container-line__ships-list__ship-name {
        width: calc(75% - 160px);
    }

    .container-line__ships-list__size {
        display: block;
        width: 25%;
    }
}

@media screen and (min-width: 1000px) {

}

/*--------------------------- TRACKING SEARCH AND BUTTON ------------------------------*/

.track-input {
    font-size: 16px;
    border-radius: 2px;
    height: 25px;
    padding: 0 5px;
    margin: 10px 0 40px 0;
    outline: none;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.track-input:focus {
    box-shadow: 0 3px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -moz-box-shadow: 0 3px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -webkit-box-shadow: 0 3px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.track-btn {
    color: white;
    border-radius: 2px;
    height: 25px;
    padding: 0 5px;
    background-color: #4caf50;
    box-shadow: 0 1px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -moz-box-shadow: 0 1px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -webkit-box-shadow: 0 1px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -webkit-appearance: none;
}

.track-btn:hover {
    cursor: pointer;
    background-color: rgb(56, 165, 65);
    box-shadow: 0 2px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -moz-box-shadow: 0 2px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -webkit-box-shadow: 0 2px 8px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

@media screen and (min-width: 768px) {
    .track-input {
        font-size: 14px;
    }
}

/* ------------ SHIP TYPE ------------ */
.ship-type-map-anchor__btn,
.ship-type-map-fso__btn,
.ship-type-map-tankers__btn {
    text-align: center;
    font-size: 14px;
    display: block;
    float: left;
    position: relative;
    width: 268px;
    max-width: 320px;
    margin: 2px auto 10px;
    padding: 6px 5px 4px;
    border-radius: 3px;
    border: 2px solid rgb(197, 117, 20);
    background-color: darkorange;
    color: white !important;
    cursor: pointer;
}

.ship-type-map-fso__btn,
.ship-type-map-tankers__btn {
    border: 2px solid rgb(0, 84, 0);
    background-color: green;
}

@media screen and (min-width: 768px) {
    .ship-type-map-tankers__btn {
        width: 200px;
        margin: 2px 0 10px;
    }
}

@media screen and (min-width: 921px) {
    .ship-type-map-anchor__btn,
    .ship-type-map-fso__btn,
    .ship-type-map-tankers__btn {
        padding: 3px 5px 4px;
    }
}

.how-to-track__btn {
    width: max-content;
    margin: 0 auto;
    color: black;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-to-track_btn__text:hover {
    text-decoration: underline;
}

.ship-type_fullscreen-share-buttons__wrapper {
    position: absolute;
}

.ship-type__fullscreen-button {
    display: none;
    border: 2px solid red;
}

.ship-type__share-button {
    border: 2px solid rgb(37, 53, 112);
}

.ship-type_fullscreen-share-buttons__wrapper div {
    cursor: pointer;
    justify-content: space-around;
    z-index: 10;
    min-height: 50px;
    width: 90px;
    margin-left: 6px;
    margin-top: 37px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.85);
}

.ship-type_fullscreen-share-buttons__wrapper div img {
    width: 24px;
    height: 24px;
    margin: 8px auto 0px;
    display: block;
}

.ship-type_fullscreen-share-buttons__wrapper div p {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: black;
    text-align: center;
    margin-bottom: 5px;
}

@media screen and (min-width: 980px) {
    .ship-type_fullscreen-share-buttons__wrapper {
        display: flex;
    }

    .ship-type__fullscreen-button {
        display: flex;
    }
}

#ship-type-map-anchor {
    display: block;
}

#ship-type-map-anchor:target {
    padding-top: 10px;
    margin-top: -10px;
}

@media screen and (min-width: 921px) {
    #ship-type-map-anchor:target {
        padding-top: 53px;
        margin-top: -53px;
    }
}

/*------------------------ VESSEL DATA -----------------------*/
.vessel-data__title {
    color: #0e2f47;
}

.vessel-data__title h1 {
    font-size: 22px;
}

.vessel-data__title h2 {
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 10px;
    text-align: justify;
}

/*------------------------ VESSEL MENU -----------------------*/
.vessel__btn-wrapper {
    display: flex;
    justify-content: space-around;
    position: relative;
    top: 0;
    z-index: 10;
    min-height: 50px;
    width: 100%;
    margin: 5px auto 0px;
    margin-bottom: 10px;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
}

.vessel__btn-wrapper img {
    width: calc(100% - 44px);
    max-width: 24px;
    min-width: 20px;
    margin: 8px auto 0px;
    display: block;
}

.vessel__btn-wrapper p {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: black;
    text-align: center;
    margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .vessel__btn-wrapper {
        margin: 35px auto -90px;
        height: 50px;
        max-width: 500px;
        width: 100%;
    }

    .vessel__btn-wrapper img {
        width: 24px;
        margin: 8px auto 0px;
    }

    .vessel__btn-wrapper p {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: black;
        text-align: center;
    }
}

/*------------------------ SIMILAR SHIPS -----------------------*/
.similar-box{
    float: left;
    width: 100%;
    position: relative;
    padding: 0 10px;
}

.similar-wrapper {
    z-index: 500;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid rgb(51, 102, 130);
    background-color: rgba(89, 148, 180, 0.8);
    box-shadow: 0 4px 8px -3px rgb(100, 100, 100), -1px 0 4px -6px rgb(100, 100, 100), 1px 0px 4px -6px rgb(100, 100, 100);
    -moz-box-shadow: 0 4px 8px -3px rgb(100, 100, 100), -1px 0 4px -6px rgb(100, 100, 100), 1px 0px 4px -6px rgb(100, 100, 100);
    -webkit-box-shadow: 0 4px 8px -3px rgb(100, 100, 100), -1px 0 4px -6px rgb(100, 100, 100), 1px 0px 4px -6px rgb(100, 100, 100);
}

.similar-title,
.similar-title-type,
.similar-type-or-flag,
.similar-title-particulars {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px 3px 0px 0px;
    padding: 6px 8px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: white;
    line-height: 1.22;
    background-color: rgb(51, 102, 130);
}

.similar-miles {

}

.similar-miles {
    display: none;
}

.st-change {
    display: none;
}

.st-pb {
    padding: 4px 4px 0px;
}

.similar-type-or-flag{
    float: left;
    width: 100%;
    padding: 0px 0px 2px;
    border-radius: 0px;
}

.stof-offset{
    float: left;
    width: 100%;
    height: 3px;
}

.type-or-flag-inner{
    margin: 0 auto;
    display: block;
    float: none;
    width: 130px;
    padding-left: 10px;
}

.similar-ships-lable {
  float: left;
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 2px;
  cursor: pointer;
  color: rgb(200, 200, 200);
  font-size: 10px;
  line-height: 1.3;
  font-family: roboto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.similar-ships-lable:first-child {
  padding-right: 15px;
}

.similar-ships-lable input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.similar-ships-checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: rgb(52, 102, 130);
  border-radius: 50%;
  border: 1px solid white;
}

.similar-ships-lable:hover input ~ .similar-ships-checkmark {
  background-color: #ccc;
}

.similar-ships-lable input:checked ~ .similar-ships-checkmark {
  background-color: rgb(161, 184, 197);
}

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

.similar-ships-lable input:checked ~ .similar-ships-checkmark:after {
  display: block;
}


.similar-company {
    text-align: left;
    padding-left: 7px;
    padding-right: 2px;
    width: calc(100% - 30px);
    float: left;
    color: white;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.similar-company:hover {
    text-decoration: underline;
}

.similar-count {
    float: left;
    text-align: right;
}

.similar-port {
    color: white;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 2px 7px 2px;
}

.similar-port:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.similar-port img{
    margin-right: 5px;
    height: 12px;
    width: 18px;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(180,180,180,1);
    -moz-box-shadow: 0px 0px 4px 1px rgba(180,180,180,1);
    box-shadow: 0px 0px 4px 1px rgba(180,180,180,1);
    border: 1px solid black;
}

.similar-vessel {
    color: white;
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.similar-vessel:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.similar-list,
.similar-list-type {
    width: 100%;
    margin: 0 auto;
    padding-top: 7px;
    max-height: 172px;
    overflow-y: auto;
}

.nearby-list-object {
    width: 100%;
    text-align: left;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.nearby-lable {
    float: left;
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 2px;
    cursor: pointer;
    color: lime;
    font-size: 10px;
    font-family: roboto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dist {
    float: right;
    padding-right: 6px;
    padding-left: 0px;
    color: yellow;
    cursor: default;
}

.dist-desktop {
    display: none;
}

.dist-mobile {
    display: inline-block;
}

.dist-tooltip {
    display: none;
}

.dist-no-tooltip {
    display: inline-block;
}

.sl-change {
    display: none;
}

.similar-info {
    display: none;
    z-index: 500;
}

.similar-details {
    height: 243px;
}

.similar-img {
    width: 40px;
    height: 27px;
    float: left;
    margin: 5px 5px;
}

.similar-country {
    width: 120px;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-top: 2px;
}

.similar-type,
.similar-imo,
.similar-mmsi,
.similar-length,
.similar-beam,
.similar-call-sign {
    float: left;
    width: 100%;
    padding: 4px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.similar-diff-pos {
    font-size: 10px;
    color: rgb(53, 175, 53);
}

.similar-diff-neg {
    font-size: 10px;
    color: red;
}

#similar-ships {
    display: none;
}

#similar-change-menu,
#similar-ships {
    position: relative;
    cursor: pointer;
    margin: 5px 0px 10px 0px;
}

#similar-change-menu:hover>div {
    background-color: rgb(55, 121, 156);
}

@media screen and (min-width: 980px) {
    .similar-vessel {
        line-height: 1.4;
    }

   .dist-desktop {
   	display: inline-block;
   }
   .dist-mobile {
   	display: none;
   }

   .dist-tooltip {
    	position: relative;
   	display: inline-block;
    }

    .dist-no-tooltip {
    	display: none;
    }

    .dist-tooltip .dist-tooltiptext {
    	display: grid;
    	justify-content: center;
    	grid-template-columns: minmax(auto, max-content) minmax(auto, max-content);
   	visibility: hidden;
    	width: 65px;
    	background-color: black;
    	color: #fff;
    	text-align: center;
    	border-radius: 6px;
    	padding: 5px 0;
    	position: absolute;
    	z-index: 1000;
    	bottom: 150%;
    	left: 50%;
    	margin-left: -36px;
    }

    .dist-tooltip .dist-tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }

    @keyframes tooltip {
    	0%   {opacity: 0;}
    	50%  {opacity: 1;}
    }

   .dist-tooltip:hover .dist-tooltiptext {
        visibility: visible;
    	animation-name: tooltip;
    	animation-duration: 2s;
    }

    .tooltip-grid-item-1 {
    	text-align: right;
    	margin-right: 5px;
    }

    .tooltip-grid-item-2 {
    	text-align: left;
    }

    .similar-box{
        width: 100%;
        float: left;
        margin: 5px 0px;
        position: absolute;
        bottom: 0;
    }

    .similar-wrapper {
        bottom: 9px;
        position: absolute;
        right: 40px;
        width: 170px;
        padding: 0;
        font-size: 12px;
    }
    .similar-title {
    	justify-content: space-between;
    }
    .similar-miles {
	    display: block;
    	float: right;
	    color: yellow;
	    font-size: 11px;
        margin-right: 5px;
    }
    .similar-list,
    .similar-list-type {
        margin: 0;
	    padding-top: 3px;
    }
    .similar-info {
        bottom: 9px;
        display: none;
        position: absolute;
        right: 220px;
        width: 170px;
        height: 243px;
        padding: 0;
        font-size: 12px;
        line-height: 1.4;
        border-radius: 3px;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .si-10 {
        height: 253px;
    }
}


/* width */
.similar-list::-webkit-scrollbar,
.similar-list-type::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.similar-list::-webkit-scrollbar-track,
.similar-list-type::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.similar-list::-webkit-scrollbar-thumb,
.similar-list-type::-webkit-scrollbar-thumb {
    background: rgb(201, 201, 201);
}

/* Handle on hover */
.similar-list::-webkit-scrollbar-thumb:hover,
.similar-list-type::-webkit-scrollbar-thumb:hover {
    background: rgb(150, 150, 150);
}

/*------------------- TABLES -------------------*/
.table {
    padding: 10px;
    border-collapse: collapse;
}

.regions_table {
    max-width: 800px;
    margin: 0 auto;
}

.regions_table,
.regions_tr,
.regions_td,
.regions_td_main,
.regions_link,
.vessel_table,
.vessel_tr,
.vessel_td,
.vessel_td_main,
.vessel_link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 0.85em;
}

td[class ~= "regions_td"] {
    background: rgba(89, 168, 210, 0.2);
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.regions_table, .vessel_table {
    width: 100%;
    border-collapse: collapse;
}

.regions_row_main, .vessel_row_main {
    background: rgb(51, 102, 130);
    color: white;
    font-weight: bold;
    text-align: center;
}

.regions_td_main, .vessel_td_main {
    height: 60px;
}

.regions_td_main a:hover, .vessel_td_main a:hover {
    text-decoration: none;
}

.regions_row, .vessel_row {
    font-family: roboto;
    background-color: transparent;
    color: rgb(44, 67, 78);
    text-align: center;
}

.regions_row, .vessel_row a {
    color: darkgreen;
}

.regions_row:hover td, .vessel_row:hover td {
    background-color: rgba(28, 100, 139, 0.2);
}

.regions_link a, .vessel_link a {
    color: white;
    padding: 16px 5px;
    width: 100%;
    border: inset 1px;
    border-color: #4caf50;
    border-style: solid;
    font-size: 1.1em;
    display: block;
    background-color: #4caf50;
    text-align: center;
}

.regions_link a:hover, .vessel_link a:hover {
    background-color: rgb(56, 165, 65);
}

.regions_td {
    height: 60;
    padding: 5px;
    color: white;
}

.vessel_td {
    height: 60;
    padding: 5px;
    color: black;
}

.vessel_td img {
    height: 22px;
    width: 34px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 4px 4px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -moz-box-shadow: 0 4px 4px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
    -webkit-box-shadow: 0 4px 4px -3px rgb(100, 100, 100), -2px 0 4px -6px rgb(100, 100, 100), 2px 0px 4px -6px rgb(100, 100, 100);
}

@media screen and (max-width: 992px) {
    .td_length,
    .td_beam {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .td_call_sign,
    .td_type {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .td_imo,
    .td_mmsi {
        display: none;
    }
}

/*-------------------- DESCRIPTION -----------------------------*/
.region-description {
    float: left;
    width: 100%;
    margin: 50px 0 10px;
    font-size: 14px;
}

.region-description p {
    float: left;
    width: 100%;
    margin: 10px 0;
    text-align: justify;
}

.region-description a{
    color: black;
}

.region-description a:hover{
    text-decoration: underline;
}


.region-description ul {
    float: left;
    width: 100%;
    padding-left: 20px;
    color: black;
}

.region-description p a{
    text-decoration: underline;
}


/*-------------------- INTERACTIVE MAP -----------------------------*/
@media screen and (max-width: 768px) {
    .interactive-textarea {
        display: none;
    }
}

/*-------------------- WEATHER MAP -----------------------------*/
.weather-map-buttons {
    width: 98%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: flex-end;
}

.utc-offseting-list {
    background: #ffff00;
    color: #000000;
    width: 130px;
    margin-right: 8px;
}

.time-zones-map {
    width: 154px;
    color: white;
    background: #ff0000;
}

/*-------------------- LIGHTBOX ----------------------------*/
.lb-row {
    width: 45%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lb-row > .lb-col {
    margin: 0px 10px 25px;
}

.lb-preview {
    cursor: pointer;
    height: 133px;
}

.lb-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.lb-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding: 0 0 0 0;
    height: 100%;
}

.lb-slide {
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
    /*width: 903px;
    margin: 0px auto 40px;
    max-width: 100%;
    height: auto;*/
}

.lb-image-slide {
    width: auto;
    height: auto;
    max-height: 90%;
    max-width: 100%;
}

.lb-modal-preview {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.lb-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: black;
}

.lb-dots > .lb-col {
    margin: 3px 1.5px 0px;
}

img.lb-modal-preview {
    opacity: 0.5;
}

img.lb-active {
    opacity: 1;
}

.lb-close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 33px;
    font-weight: bold;
    z-index: 1005;
}

.lb-close:hover,
.lb-close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.lb-previous,
.lb-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.lb-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.lb-previous:hover,
.lb-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 1215px) and (max-width: 1550px) {
    .lb-row {
        width: 60%;
    }
}

@media screen and (min-width: 1008px) and (max-width: 1214px) {
    .lb-row {
        width: 75%;
    }
}

@media screen and (max-width: 1007px) {
    .lb-row {
        width: 100%;
    }
}

@media screen and (min-width: 634px) and (max-width: 636px) {
    .lb-row {
        width: 90%;
    }
}

/*--------------------- LIGHTBOX NO SLIDE ---------------------*/

#myImg {
    cursor: pointer;
}

.modal {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    display: block;
    max-width: 100%;
}

#caption {
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 33px;
    font-weight: bold;
    z-index: 1005;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .modal-content {
        width: 100%;
    }
}

/*-------------------- TIME ZONES -----------------------------*/
.time-zones-map__buttons-wrapper {
    margin-top: 3px;
}

.time-zones-map__offseting-list-button {
    background: #ffff00;
    color: #000000;
    width: 130px;
}

.weather-map-button {
    width: 124px;
    color: white;
    background: #ff0000;
}

.time-zones-img {
    width: 98%;
    margin: 0px auto;
}

.time-zones-img:first-of-type {
    margin: 10px auto 0px;
}

.us-zones-map {
    width: 138px;
    color: white;
    background: #ff0000;
}

/*-------------------- UTC OFFSETTING LIST ----------------------*/
.offsetting-list-desc-br {
    display: none;
}

.world-time-zones-btn {
    background: #ffff00;
    color: #000000;
    width: 153px;
}

.usa-time-zones-btn {
    background: orange;
    color: #000000;
    width: 145px;
}

@media screen and (max-width: 459px) {
    .offsetting-list-desc {
	margin-bottom: 8px;
    }
    #Live-Weather-Map {
        width: 300px;
        height: 25px;
        padding: 0.5% 0px;
    }

    .world-time-zones-btn {
        height: 25px;
        padding: 0.5% 0px;
    }

    .usa-time-zones-btn {
        height: 25px;
        padding: 0.5% 0px;
    }
}

.utc-grid-container {
    position: relative;
    display: grid;
    text-align: left;
    color: black;
    margin: -20px auto 17px;
    font-size: 12px;
    padding: 4px;
    justify-content: center;
    grid-row-gap: 7px;
    grid-template-columns: minmax(auto, max-content) minmax(auto, max-content) minmax(auto, max-content);
}

div[class^="utc-grid-item"] {
    float: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 20px;
}

.utc-grid-item-3 {
    margin-right: 0px !important;
}

.utc-grid-item-2 a {
    text-decoration:none;
    color: #000000;
}

.utc-grid-item-2 a:hover {
    color: #027cbb;
}

.utc_clock_link {
    color:white;
    text-decoration: underline;
}

@media screen and (max-width: 450px) {
    .offsetting-list-desc-br {
	display: inline;
    }
}

@media screen and (max-width: 480px) {
    .abbr-list-view-more {
        display: block;
    }

    .utc-grid-outer {
        max-height: 320px;
        overflow: hidden;
    }
}

@media screen and (max-width: 550px) {
    .utc-grid-item-2 a {
        text-decoration: underline !important;
    }
}

/*-------------------- UTC CLOCK ----------------------*/
.dst-map {
    background: #ff0000;
    color: white;
    width: 118px;
}

/*------------------------ VOYAGE PLANNER -----------------------*/
.sea-distance-btn {
    font-size: 16px;
    font-family: roboto;
    height: 26px;
    background-image: -moz-linear-gradient(top, #ff0000, #000000);
    background-image: -ms-linear-gradient(top, #ff0000, #000000);
    background-image: -webkit-linear-gradient(top, #ff0000, #000000);
    width: 271px;
    color: white;
}

@media screen and (max-width: 768px) {
    .sea-distance-btn-wrapper, .voyage-planner-btn-wrapper {
	    margin: 0 auto;
    }
}

/*------------------------ SEA DISTANCE -----------------------*/
.home-menu-text__wrapper--sdc {
    width: 100%;
    position: relative;
}

@media screen and (max-width: 480px) {
    .home-menu-text__wrapper--sdc {
        max-height: 135px;
        overflow: hidden;
    }
}

.voyage-planner-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

@media screen and (min-width: 500px) {
	.voyage-planner-btn-wrapper {
		flex-direction: row;
	}
}

.voyage-planner-btn {
    font-size: 16px;
    font-family: roboto;
    height: 26px;
    background-image: -moz-linear-gradient(top, #59a8d2, #091d2b);
    background-image: -ms-linear-gradient(top, #59a8d2, #091d2b);
    background-image: -webkit-linear-gradient(top, #59a8d2, #091d2b);
    width: 180px;
    display: inline-block;
    color: white;
}

.distance-calculator-2-btn {
    padding-top: 1px;
    font-size: 16px;
    font-family: roboto;
    height: 26px;
    background-image: -moz-linear-gradient(orange, red);
    background-image: -ms-linear-gradient(orange, red);
    background-image: -webkit-linear-gradient(orange, red);
    width: 240px;
    color: white;
    display: inline-block;
}

@media screen and (max-width: 500px) {
    .distance-calculator-2-btn, .voyage-planner-btn {
	width: 240px;
    }
}

#distance-calculator-2:target {
    padding-top: 90px;
    margin-top: -90px;
}

.calc-share {
    font-size: 16px;
    font-family: roboto;
    height: 26px;
    background-image: -moz-linear-gradient(top, #ff0000, #000000);
    background-image: -ms-linear-gradient(top, #ff0000, #000000);
    background-image: -webkit-linear-gradient(top, #ff0000, #000000);
    width: 247px;
    color: white;
    cursor: pointer;
}

.sd-lightbox-wrapper {
    display: flex;
}

.sd-lightbox {
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.sd-image {
    width: 100%;
    max-width: 1000px;
    height: auto;
}

/*--------------------- MARITIME LOCATOR ----------------------*/

.maritime-locatot-table {
    width: 400px;
    float: left;
}

#map_nearby_ports {
    width: 100%;
    height: 770px;
    float: left;
}

@media screen and (max-width: 1100px) {
    .maritime-locatot-table {
        width: 100%;
    }
    #map_nearby_ports {
        width: 100%;
    }
}

#infoBubble_locator {
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    opacity: 1;
    color: darkblue;
    font-size: 11px;
    text-decoration: underline;
}

.tabClass {
    opacity: 0;
}

#notice_onclick {
    display: none;
}

#title_onclick {
    display: none;
}

#notice {
    text-align: center;
    font-weight: normal;
    position: absolute;
    left: 20%;
    min-width: 340px;
    max-width: 500px;
    width: 90%;
    margin: 10px 10px 0px 10px;
    padding: 8px 0px 8px 0px;
    font-family: roboto;
    font-size: 16px;
    color: #808080;
    border-radius: 5px 5px 5px 5px;
    background: rgba(255, 255, 0, 0.85);
    opacity: 1;
    display: table-cell;
    vertical-align: middle;
    z-index: 100;
    animation: fadein 3s;
    -webkit-animation: fadein 3s;
    -moz-animation: fadein 3s;
    -ms-animation: fadein 3s;
    -o-animation: fadein 3s;
}

@media screen and (max-width: 470px) {
    #notice {
        display: none;
    }
}

@media screen and (min-width: 470px) {
    #notice {
        left: 1%;
    }
}

@media screen and (min-width: 600px) {
    #notice {
        left: 13%;
    }
}

@media screen and (min-width: 1100px) {
    #notice {
        left: 10%;
    }
}

@media screen and (min-width: 1300px) {
    #notice {
        left: 25%;
    }
}

#tdCursor {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 704px 0px 0px 0px;
    padding: 5px 0px;
    font-family: roboto;
    border-radius: 0px 5px 5px 0px;
    background: rgba(128, 128, 128, 0.8);
    height: 34px;
    display: table-cell;
    vertical-align: middle;
    z-index: 99;
    font-size: medium;
}

#close_ports_set_coordinates {
    position: absolute;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 14px 0px 0px 10px;
    padding: 27px 0px 0px 0px;
    z-index: 98;
}

#img_nearby_ports {
    vertical-align: middle;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 30px;
    height: 18px;
    border-radius: 3px;
}

#td_nearby_ports {
    background: #808080;
    padding-top: 20px;
}

#td_nearby_ports form {
    margin-bottom: 0px;
}

#td_nearby_ports_table {
    background: #808080;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    font-family: roboto;
    font-size: 14px;
}

#td_nearby_ports_name {
    background: #5f5f5f;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-family: roboto;
    font-size: 24px;
}

#td_nearby_ports_name_button {
    background: #4caf50;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-family: roboto;
    font-size: 24px;
    border-radius: 5px;
}

#td_nearby_ports_name_button:hover {
    background: #32cd32;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-family: roboto;
    font-size: 24px;
}

#a_nearby_ports {
    text-decoration: underline;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    font-family: roboto;
    font-size: 14px;
}

#a_nearby_ports_button {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-family: roboto;
    font-size: 24px;
}

#draft_size {
    font-size: 10px;
    text-transform: none;
    font-weight: normal;
    color: lightgray;
}

#p_nearby_ports:hover {
    background: #e3e7e9;
    color: #808080;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}


/* Checkbox menu CSS */

.container-check {
    display: block;
    float: left;
    height: 30px;
    position: relative;
    padding: 5px 5px 5px 35px;
    cursor: pointer;
    color: white;
    font-size: 14px;
    font-family: roboto;
    text-align: left;
    text-transform: normal;
    font-weight: normal;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 3px;
}


/* On mouse-over, add a grey background color */

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


/* When the checkbox is checked, add a green background */

.container-check input:checked~.checkmark {
    background-color: #4caf50;
}


/* Create the checkmark/indicator (hidden when not checked) */

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


/* Show the checkmark when checked */

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


/* Style the checkmark/indicator */

.container-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* --- _closest --- */

.searchBox_coordinates_closest,
.searchBox_zoom_closest {
    float: left;
    width: 57px;
    height: 30px;
    border: 2px solid #4caf50;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    outline: none;
    font-size: 10px;
    color: #5f5f5f;
    border-radius: 0px 5px 5px 0px;
    box-shadow: inset 0px 0px 2px gray;
    -moz-box-shadow: inset 0px 0px 2px gray;
    -webkit-box-shadow: inset 0px 0px 2px gray;
}

.searchBox_coordinates_closest:focus,
.searchBox_zoom_closest:focus {
    color: #5f5f5f;
    box-shadow: inset 0px 0px 7px gray;
    -moz-box-shadow: inset 0px 0px 7px gray;
    -webkit-box-shadow: inset 0px 0px 7px gray;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4;
}

.searchButton_coordinates_closest {
    position: absolute;
    width: 109px;
    height: 30px;
    border: 2px solid #4caf50;
    background: rgba(76, 175, 80, 0.8);
    text-align: center;
    padding-left: 4px;
    margin-top: -20px;
    color: white;
    cursor: pointer;
    font-family: roboto;
    font-weight: bold;
    font-size: 10px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: inset 0px 0px 2px gray;
    -moz-box-shadow: inset 0px 0px 2px gray;
    -webkit-box-shadow: inset 0px 0px 2px gray;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4;
}

.searchBox_coordinates_closest::placeholder {
    color: red;
}

.searchButton_coordinates_closest:hover {
    background-color: white;
    color: #4caf50;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4;
}

.infowindow {
    color: black;
    font-weight: bold;
    text-transform: capitalize;
}


/*---------- SHIPPING RESOURCES ---------*/
.shipping-resources {
    display: none;
    float: left;
    width: 100%;
    overflow-x: auto;
    line-height: 1.35;
}

.shipping-resources table {
    border-collapse: collapse;
    border-spacing: 0;
}

.shipping-resources table td,
.shipping-resources table th {
    padding: 5px;
    text-align: justify;
    border: 1px solid rgb(51, 102, 130);
    color: black;
}

.shipping-resources table a {
    color: rgb(51, 102, 130);
}

.shipping-resources table th span {
    font-weight: normal;
    font-size: 14px;
}

.shipping-resources table td {
    font-size: 13px;
}

table td.shipping-resources__text-left {
    text-align: left;
}

@media screen and (min-width: 980px) {
    .shipping-resources {
        display: block;
    }
}

.shipping-resources-mobile {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 10px 0;
}

.shipping-resources-mobile__title,
.shipping-resources-mobile__row {
    font-weight: bold;
    width: 100%;
    float: left;
    color: rgb(51, 102, 130);
}

.shipping-resources-mobile__title {
    background-color: rgb(51, 102, 130);
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
}

.shipping-resources-mobile__title span {
    font-weight: normal;
    font-size: 12px;
}

.shipping-resources-mobile__row {
    display: flex;
    justify-content: space-between;
    color: gray;
    padding: 0px 10px 0px 5px;
    color: black;
}

.shipping-resource-mobile__wrapper {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px;
    display: none;
}

.shipping-resources-mobile__info {
    float: left;
    width: 100%;
    border: 1px solid rgb(51, 102, 130);
    border-radius: 3px;
    padding: 5px;
    color: black;
}

.shipping-resources-mobile__info a {
    color: rgb(51, 102, 130);
}

.shipping-resources-mobile__info p {
    font-weight: bold;
}

.shipping-resources-mobile__info div {
    font-size: 14px;
}

.shipping-resources-mobile__info-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width: 980px) {
    .shipping-resources-mobile {
        display: none;
    }
}

/*----- CHEVRON -----*/

.chevron{
	cursor: pointer;
}

.chevron:before {
	border-style: solid;
	border-width: 0.20em 0.20em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}

.up-down{
	color: deeppink;
	animation: updown 1.8s ease-in-out infinite;

}

@media screen and (max-width: 800px){
	.login-text.chevron.bottom{
		padding-top: 40px;
	}
}

@keyframes updown{
	0%, 100%{
		margin-top: 0px;
	}
	50%{
		margin-top: -10px;
	}
}

/*------------------------ SHARE BUTTONS -----------------------*/
.share-button__wrapper--mobile {
    width: 100%;
    display: inline-block;
}

.od-share-desktop, .od-share-desktop--no-ports, .vd-share-desktop, .vd-share-desktop--no-similar {
    display: none;
    height: 28px;
    color: white;
    font-weight: bold;
    background-color: red;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
    float: left;
    cursor: pointer;
    position: absolute;
    width: 170px;
    margin: 0;
    padding-top: 4px;
}

.od-share-desktop, .vd-share-desktop {
    top: -33px;
}

.od-share-desktop--no-ports, .vd-share-desktop--no-similar {
    bottom: 10px;
    right: 5px;
}

.od-share-mobile, .vd-share-mobile, .vd-share-mid {
    height: 28px;
    color: white;
    font-weight: bold;
    background-color: red;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    width: 340px;
    padding-top: 4px;
}

.od-share-mobile, .vd-share-mobile {
    display: block;
    margin: 0px auto 10px;
}

.vd-share-mid {
    display: none;
    margin: 0px auto 9px;
}

.od-share-desktop:hover,
.od-share-desktop--no-ports:hover,
.od-share-mobile:hover,
.vd-share-desktop:hover,
.vd-share-desktop--no-similar:hover,
.vd-share-mobile:hover,
.vd-share-mid:hover {
    background-color: #a60000;
}

@media screen and (min-width: 768px) and (max-width: 819px) {
    .vd-share-mid {
        display: block;
    }
}

@media screen and (min-width: 980px) {
    .share-button__wrapper--mobile {
        display: none;
    }

    .od-share-mobile {
        display: none;
    }

    .od-share-desktop, .vd-share-desktop {
        display: block;
    }

    .od-share-desktop--no-ports, .vd-share-desktop--no-similar {
        display: block;
    }
    .od-share-desktop--no-ports__МТ,
    .vd-share-desktop--no-similar__МТ {
        bottom: 7px;
        right: 130px;
    }
}

@media screen and (min-width: 768px) {
    .vd-share-mobile {
        display: none;
    }
}

/*----------------------- SHARE MENU ------------------------------*/
.share-container {
    font-size: 14px;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.75);
    justify-content: center;
    align-items: center;
}

.share-wrapper {
    min-width: 340px;
    max-width: 400px;
    width: 50%;
    background-color: white;
    padding: 10px 10px 15px;
}

.share-title {
    float: left;
    width: 100%;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
}

.share-links{
    display: flex;
    width: 100%;
    float: left;
    justify-content: space-around;
    margin-bottom: 30px;
}


.share-links a{
	cursor: pointer;
}

.share-links img {
	width: 65px;
}

.share-links p{
	text-align: center;
 	color: black;
}

.share-buttons {
    width: 100%;
    max-width: 100px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.share-buttons div {
	flex-grow: 1;
	padding: 4px;
	border: 1px solid black;
	cursor: pointer;
    line-height: 1.5;
}

/*----------------------- SHARE BY MAIL ------------------------------*/

.save-search-container,
.email-share-container {
    display: none;
    font-size: 14px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.75);
    justify-content: center;
    align-items: center;
}

.save-search-wrapper,
.email-share-wrapper {
    min-width: 340px;
    max-width: 400px;
    width: 50%;
    height: 145px;
    background-color: white;
    padding: 10px;
}

.email-share-wrapper {
    height: 165px;
}

.save-search-title,
.email-share-title {
    float: left;
    width: 100%;
    height: 34px;
    margin-bottom: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
}

.save-search-title span,
.email-share-title span{
	text-transform: none;
	font-weight: normal;
}

.email-share-input
{
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid black;
    border-radius: 3px;
    outline: none;
}

.save-submit,
.email-share-submit {
    float: left;
    width: 100%;
    height: 40px;
    margin-top: 5px;
}


.save-submit div,
.email-share-submit div {
	font-weight: bold;
	padding: 10px;
}

.email-share-submit p{
    float: left;
    padding: 10px 0;
    color: rgb(128, 128, 128);
}

.email-share-submit p a{
	color: black;
	text-decoration: underline;
}

.submit-save,
.cancel-save,
.email-submit,
.email-share-cancel {
    float: right;
    cursor: pointer;
}

.share-mail-message {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 4500;
}

.share-mail-message div {
    position: relative;
    left: -50%;
    padding: 10px;
    margin: 0 auto;
    width: 300px;
    border: 1px solid black;
    background-color: rgb(218, 248, 209);
    color: black;
    display: flex;
    flex-direction: column;
    text-align: cetner;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
}

.share-mail-message p, .share-mail-message span{
    text-align: center;
}

/* ------------ VIEW MORE ------------ */
.vm-button,
.vm-button--sdc,
.vm-button--abbreviations-list {
    pointer-events: auto;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px 10px;
    width: 110px;
    color: black;
    background-color: rgb(255, 255, 153, 0.7);
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
    z-index: 1000;
    cursor: pointer;
    text-align: center;
}

.vm-button {
    margin: 163px auto 0;
}

.vm-button--sdc {
    margin: 88px auto 0;
}

.vm-button--abbreviations-list {
    margin: 311px auto 0;
}

.home-menu-text__view-more,
.home-menu-text__view-more--sdc,
.abbreviations-list__view-more {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 120;
}

.home-menu-text__view-more {
    display: none;
    background: linear-gradient(transparent 15px,  #666666 190px);
}

.home-menu-text__view-more--sdc {
    display: none;
    background: linear-gradient(transparent 15px,  #b3d1ff 125px);
}

.abbreviations-list__view-more {
    display: none;
    background: linear-gradient(transparent 135px,  #b3d1ff 345px);
}

@media screen and (max-width: 480px) {
    .home-menu-text__view-more,
    .home-menu-text__view-more--sdc,
    .abbreviations-list__view-more {
        display: block;
    }
}

/* ------------ QR CODE ------------ */
.qr-code__wrapper {
    display: none;
    position: absolute;
}

.qr-code__wrapper--left-of-ports-nearby {
    bottom: 15px;
    right: 210px;
}

.qr-code__wrapper--above-share-button {
    bottom: 46px;
    right: 0;
}

.qr-code__wrapper--bottom-right {
    bottom: 9px;
    right: 20px;
}

.qr-code__button__hover-area {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 19px;
    width: 41px;
    height: 74px;
    border-radius: 7px;
}

.qr-code__button__hover-area:hover + .qr-code__tooltip {
    opacity: 1;
    transition-timing-function: ease-out;
}

.qr-code__button {
    height: 90px;
}

.qr-code__tooltip {
    z-index: 10000;
    opacity: 0;
    transition: opacity .4s;
    position: absolute;
    text-align: center;
    top: -45px;
    left: -164px;
    width: 185px;
    letter-spacing: 0px;
    padding: 7px 5px;
    background-color: #000;
    border: 1px solid white;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
}

.qr-code__box {
    display: flex;
    width: 260px;
    height: 308px;
    flex-direction: column;
    row-gap: 3px;
    position: absolute;
    left: -239px;
    top: -307px;
    padding: 5px;
    background-color: #000;
    color: white;
    border-radius: 10px;
    transform: scale(0);
    transform-origin: bottom right;
}

.qr-code__box div {
    display: flex;
    flex-direction: column;
    font-size: 11px;
}

.qr-code__box__instructions {
    width: 100%;
    color: white;
}

.qr-code__box__close {
    cursor: pointer;
    color: red;
    font-weight: bold;
    align-self: flex-end;
    margin-right: 2px;
}

.qr-code__box__close:hover {
    text-decoration: underline;
}

.qr-code__box img {
    height: 250px;
    width: 250px;
}

@media screen and (min-width: 980px) {
    .qr-code__wrapper {
        display: block;
    }
}

/* ------------ DROPDOWNS (SELECT) ------------ */

.ship_type {
    width: 180px;
    height: 30px;
    border: 2px solid #4caf50;
    margin-left: 60px;
}

/*------------------------------ CARET DOWN ---------------------------------*/
.caret {
	position: relative;
	display: inline-block;
	padding-bottom: 6px;
}

.caret:before {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  border-top: 4px solid white;
	  border-left: 4px solid transparent;
	  border-right: 4px solid transparent;
}

.caret:after {
	  content: '';
	  position: absolute;
	  left: 3px;
	  top: 0;
	  border-top: 2px solid transparent; //rgb(51, 102, 130);
	  border-left: 2px solid transparent;
	  border-right: 2px solid transparent;
}

/*------------------------------ CARET DOWN ---------------------------------*/
.caret-left {
    position: relative;
	display: inline-block;
	padding-bottom: 6px;
}

.caret-left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 4px solid white;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.caret-left:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 0;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}

/*----------------------------- Magnifying Glass Icon -------------------------- */

.ico-mglass {
	position:relative;
	display:inline-block;
	background: transparent;
	border-radius: 30px;
	height: 9px;
	width: 9px;
	margin-bottom: 2px;
	margin-right: 2px;
	border: 2px solid black;

}

.ico-mglass:after {
	content: "";
	height: 2px;
	width: 6px;
	background: black;
	position:absolute;
	top:6px;
	left:5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

/*-------------------- PRIVACY POLICY -----------------------------*/
.lb-row-nautical img {
    width: 200px;
}

/*-------------------- PRIVACY POLICY -----------------------------*/
.dark-link a:link {
    text-decoration: none;
    color: #000000;
}

.dark-link a:visited {
    text-decoration: none;
    color: #000000;
}
.dark-link a:hover {
    text-decoration: underline;
    color: #00ff00;
}

/*-------------------- FOOTER -----------------------------*/
.footer {
    color: whitesmoke;
    width: 100%;
    float: left;
    margin-bottom: 35px;
    text-align: center;
}

.footer a {
    color: whitesmoke;
    text-decoration: underline;
    font-size: 13px;
}

#footer__privacy-policy-menu__toggle-button {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow: visible;
}

div#footer__privacy-policy-menu {
    display: none;
    position: absolute;
    left: -40px;
    top: -75px;
    gap: 0px;
    flex-direction: column;
    background-color: rgb(235, 235, 235);
    box-shadow: 0 3px 4px #0003;
    border-radius: 4px;
    width: auto;
    min-width: auto;
}

div#footer__privacy-policy-menu div {
    cursor: pointer;
    width: auto;
    margin: 0;
    padding: 7px 16px;
    color: black;
    width: auto;
    min-width: 160px;
    text-align: left;
    font-weight: normal;
}

#footer__privacy-policy-menu div:hover {
    background-color: rgb(200, 200, 200);
}

.footer__privacy-policy-menu__toggle-button__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    padding-bottom: 2px;
    border-radius: 0 2px 2px 0;
    pointer-events: none;
}

.footer__privacy-policy-menu__toggle-button__arrow--up {
    padding-bottom: 3px;
    transform: rotate(180deg);
    border: none;
}

.footer__privacy-policy-menu__toggle-button__arrow__caret {
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
}


/*-------------------- MARITIME REGIONS -----------------------------*/
.maritime-regions-desc {
    color: black;
}

.results-for__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto;
    justify-content: center;
    align-items: baseline;
    gap: 20px;
    font-size: 14px;
}

.results-for__wrapper div {
    border-bottom: 1px solid #b3d1ff;
    padding: 0 5px;
}

div.results-for__button--active {
    font-weight: bold;
    border-bottom: 1px solid black;
}

.results-for__wrapper div a {
    color: black;
}

.combined-results-table__label {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 auto 8px;
    padding-bottom: 8px;
    text-align: center;
    font-weight: bold;
    color: rgb(51, 102, 130);
    border-bottom: 2px solid rgb(51, 102, 130);
}

@media screen and (max-width: 600px) {
    .maritime-regions-desc {
	    padding: 0px 10px;
	    text-align: justify;
    }

    .results-for__wrapper {
        gap: 10px;
    }
}

/*-------------------- 404 -----------------------------*/
.container-404 {
    float: left;
    width: 100%;
    height: 50%;
    padding: 10px;
}

.error-message {
    color:rgb(89, 168, 210);
    font-size: 26px;
    font-weight: bold;
    padding: 20px;
}

.error-img {
    width: 100%;
    max-width: 470px;
    padding-top: 75px;
}

/*----------- COOKIES -----------*/

.cookies {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    left: 0;
    clear: both;
    background-color: rgba(43, 43, 43, 0.8);
}

.cookies-text {
    float: left;
    color: white;
    padding: 12px;
    font-size: 14px;
    text-align: justify;
}

.cookies-text a{
    color: lightblue;
}

.cookies-agree {
    float: right;
    color: black;
    background-color: rgb(250, 226, 10);
    width: 100px;
    margin: 10px;
    padding: 3px;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
}

.cookies-agree:hover {
    background-color: rgb(223, 203, 28);
}

@media screen and (max-width: 980px) {
    .cookies-text {
        width: 100%;
        text-align: center;
    }
    .cookies-agree {
        width: 300px;
        text-align: center;
        /*margin: 10px auto;*/
    }
}
