﻿/************************/
/*        Windy         */
/************************/
#windy #bottom,
#windy #mobile-ovr-select,
#windy #logo-wrapper,
#windy #plugin-menu {
    z-index: 400;
}

#windy #embed-zoom {
    display: none !important;
}

#windy #map-container .leaflet-control-container {
    display: unset !important;
}

#windy .leaflet-touch .leaflet-control-attribution {
    display: none !important;
}

#windy #legend-mobile {
    width: 40em !important;
    height: 4em;
    border: solid 1px black;
    border-radius: 10px;
    font-size: 12px !important;
    left: calc(100% - 41em) !important;
    top: calc(100% - 5em) !important;
}

#windy #bottom #progress-bar .progress-line {
    width: 50% !important;
}

#nav {
    /*width: 25em;*/
    right: 0;
}

.nicEdit-main {
    background-color: white;
    color: black;
}

.fv-comm-waiting {
    height: 100%;
    width: 100%;
    cursor: wait;
    float: left;
    background-color: black;
    opacity: 0.4;
    position: absolute;
    z-index: 5000;
}

.fv-vessel-name {
    /*background-color: transparent;*/
    font-weight: bolder;
    /* font-size: large; */
    /* padding-bottom: 3em; */
    /* border: 0; */
    /* text-decoration: none; */
    /* box-shadow: none; */
    opacity: 0.6 !important;
    top: -2em;
}

.fv-ruler {
    cursor: url(/Images/icons/ruler-pencil-icon.png), auto !important;
}

/****************************/
/*        Main Page         */
/****************************/
#notification_audio {
    display:none;
}

#main-wrapper {
    transition: margin-left .5s;
    margin-left: 29em;
}

.footer-container {
    border-top: solid 1px #ddd;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.footer-logo {
    padding-top: 5px;
    width: 24px;
}

.footer-logo2 {
    padding-top: 5px;
    height: 30px;
}

.footer-logo3 {
    height: 50px;
    background-color: whitesmoke;
    border-radius: 10px;
   /* padding: 6px 6px 6px 6px;*/
    opacity: 0.6;
    margin-top: -0.75em;
}

.upper-logo-bar {
    position: absolute;
    top: 0;
    left: 93.5%;
    border: 1px gray solid;
    border-radius: 12px;
}

.upper-logo-bar-left {
    position: absolute;
    top: 3.5em;
    left: 5px;
}

.logobarright {
    position: absolute;
    top: 10px;
    right: 15px;
}

#banner {
    padding: 20px 20px 0 20px;
    width: 900px !important;
    transition: display 1s ease-out;
}

/*.hidden-banner {
    display: none;
}*/

.notification-container {
    position: relative;
}

.notify-bubble {
    position: absolute;
    width: 1.5em;
    /*right: 1em;*/
    left: 3em;
    background-color: red;
    color: white;
    font-size: 0.75em;
    border-radius: 50%;
    /*display: none;*/
    line-height: 1.5em;
    text-align: center;
}

.notify-bubble-counter {
    display: none;
}

.notify-bubble-impersonate {
    display: none;
}

.notify-bubble-status {
    display: none;
}

.notify-bubble-Listnotification {
    display: none;
}

.blur-effect {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  /*-o-filte: blur(5px);*/
  /*-ms-filter: blur(5px);*/
  filter: blur(5px);
}

.impersonate {
    background-color: white;
    color: black !important;
    border-radius: 10px;
    text-shadow: none;
    text-align: center;
    line-height: 1.5em;
}

.impersonate-check {
    font-size: 1.5em;
    color: black;
    padding-left: 1em;
}

/****************************/
/*          Loader          */
/****************************/
.fv-loader-label {
    color: white; /*black;*/
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 80%;
    margin-top: 12px;
    text-align: center;
    margin-right: 1em;
    line-height: 2em;
}

.fv-loader-icon {
    width: 36px;
    max-width: 36px;
    height: 36px;
    max-height: 36px;
    background-size: contain;
    float: right;
    margin-top: -35px;
    background-repeat: no-repeat;
}

.fv-loader-center-icon {
    width: 36px;
    max-width: 36px;
    height: 36px;
    max-height: 36px;
    background-size: contain;
    position: absolute;
    /*top: 0;*/
    left: 0;
    /*bottom: 0;*/
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
}

.fv-map-popup-icon {
    width: 24px;
    max-width: 24px;
    height: 24px;
    max-height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -1.75em;
    margin-left: 14em;
}

.fv-loader-wait {
    background-image: url(/images/icons/Animated/loader_4.png);
    margin-right: 1em;
}

.fv-loader-check {
    background-image: url(/images/icons/Tick_Mark-512.png);
    margin-right: 1em;
}

.fv-loader-process {
    background-image: url(/images/icons/Animated/loader_4.png);
    margin-right: 1em;
}

.fv-loader-error {
    background-image: url(/images/icons/close_red.png);
    margin-right: 1em;
}

/****************************/
/*       Header Menu        */
/****************************/
.fv-header-menu-icon {
    top: 2.2em;
    left: 0.3em;
}

.fv-header-menu-label {
    padding-left: 1em;
}

/****************************/
/*       Marquee Text       */
/****************************/
.marquee-normal-text {
    color: white;
}

.marquee-important-text {
    color: mediumpurple
}

.marquee-good-text {
    color: #5eff5e;
}

.marquee-wrong-text {
    color: #ff8282;
}

.marquee-permanent-text {
    color: lightcoral;
}

/****************************/
/*      Dialog Generic      */
/****************************/
.dialog {
    position: fixed;
    font-family: 'Open Sans', sans-serif;
    /*top: -10em;*/
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001; /*810;*/
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
    pointer-events: auto;
}

.draggable-dialog {
    background: #fff;
    background: -moz-linear-gradient(#fff, #ddd);
    background: -webkit-linear-gradient(#fff, #ddd);
    background: -o-linear-gradient(#fff, #ddd);
    border-radius: 10px;
    border: 0;
}

/*.modal-dialog {
    background: rgba(0,0,0,0.5);
}*/

.modal-dialog > div {
    position: relative;
    /*margin: 10% auto;*/
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #6b6b6b;
    /*    background: -moz-linear-gradient(#6b6b6b, #333);
    background: -webkit-linear-gradient(#6b6b6b, #333);
    background: -o-linear-gradient(#6b6b6b, #333);*/
    background: #303238 url(/images/bg01.png);
    border: 5px black solid;
    -moz-box-shadow: 9px 9px 27px #000;
    -webkit-box-shadow: 9px 9px 27px #000;
    box-shadow: 9px 9px 27px #000;
}

.round-button {
    background: #235a7a;
    color: #FFFFFF;
    line-height: 25px;
    min-height: 24px;
    position: absolute;
    right: -12px;
    text-align: center;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
    .round-button:hover {
        background: #3f7a9c;
    }

    .round-button-disabled {
        cursor: not-allowed;
        background: gray;
        pointer-events: none;
    }

.navigation-menu {
    float: right;
    margin-top: -2.5em;
    margin-right: 20%;
}

.navigation-search {
    background: #235a7a;
    color: #FFFFFF;
    position: absolute;
    width: 16.5em;
    line-height: 30px;
    text-decoration: none;
    font-weight: bold;
    margin-left: 1.75em;
}

.navigation-search-field {
    height: 29px;
    width: 80%;
    border-radius: 5px;
}

.navigation-search-button {
    width: 10%;
    margin-top: 0.3em;
    position: absolute;
    margin-left: 0.5em;
}

.navigation-button-left {
    background: #235a7a;
    color: #FFFFFF;
    line-height: 30px;
    position: absolute;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    padding-left: 0.3em;
    font-size: large;
}

    .navigation-button-left:hover {
        background: #3f7a9c;
    }

    .navigation-button-left-disabled {
        cursor: not-allowed;
        background: gray;
        pointer-events: none;
    }

.navigation-button-right {
    background: #235a7a;
    color: #FFFFFF;
    line-height: 30px;
    position: absolute;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-left: 15em;
    padding-left: 0.3em;
    font-size: large;
}

    .navigation-button-right:hover {
        background: #3f7a9c;
    }

.navigation-button-right-disabled {
    cursor: not-allowed;
    background: gray;
    pointer-events: none;
}

.fv-input {
    padding-left: 0.5em;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: white 1px solid;
    background-color: transparent;
    color: white;
    margin: 0.25em 0 0.25em 0;
}

    .fv-input[type="email"] {
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: white 1px solid;
    }

hr.fv-separator {
    height: 2px;
    background-image: linear-gradient(to right, #ddd, #606060, #ddd) !important;
    position: relative;
    width: 75%;
}

.fv-border {
    border: 1px solid #eee;
}

hr.fv-small-separator {
    height: 2px;
    background-image: linear-gradient(to right, #ddd, #606060, #ddd) !important;
    position: relative;
    width: 25%;
}

.fv-dialog-container {
    border-color: darkgrey;
    border-style: solid;
    border-width: thin;
    padding: 1em 1em 1em 1em;
    opacity: 1;
    border-radius: 5px 5px 5px 5px;
}

.fv-dialog-button {
    margin: 1em 0 1em 0;
    text-align: center;
}

input[type="button"].small,
input[type="submit"].small,
input[type="reset"].small,
button.small,
.button.small {
    font-size: 0.75em;
    padding: 1em 2.25em;
    font-family: 'Open Sans' !important;
}

input[type="button"].xsmall,
input[type="submit"].xsmall,
input[type="reset"].xsmall,
button.xsmall,
.button.xsmall {
    font-size: 0.65em;
    padding: 1em 2.25em;
    font-family: 'Open Sans' !important;
}

input[type="button"].compact,
input[type="submit"].compact,
input[type="reset"].compact,
button.compact,
.button.compact {
    font-size: 0.65em;
    padding: 1em;
    font-family: 'Open Sans' !important;
}

button.inline,
.button.inline {
    padding: 0.5em;
    margin-left: 1em;
    font-family: 'Open Sans' !important;
}

button[disabled=disabled], button:disabled {
    color: gray;
    cursor: not-allowed;
    background-color: gray;
    pointer-events: none;
}

input[disabled=disabled], input:disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.fv-document-link {
    border: 1px solid;
    border-radius: 5px;
}

.ErrorMessage {
    border-color: red !important;
}
.ErrorButton {
    background: red !important;
}

.fv-email-body {
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    font-size: 14px;
    background-color: white;
}

.fv-disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.fv-white-text {
    color: white;
}

/* because I'm not sure if ErrorMessage below is being used elsewhere */
.ErrorMessage2 {
    color: white !important;
    background-color: red !important;
}

button.ErrorMessage {
    border: 1px solid red !important;
}

.fv-checkbox
.fv-radioButton {
    position: relative;
    left: 1em;
    margin-left: -2em;
}

.fv-dialogFields-area {
    overflow-y: auto;
}

.fv-float-container {
    border-color: darkgrey;
    border-style: solid;
    border-width: thin;
    float: left;
    width: 45%;
    margin-left: 2em;
}

#Image {
    background-image: url('');
    background-size: cover;
    background-position: center;
    height: 120px;
    width: 120px;
}

.fv-listbox-check {
    border:4px solid #ccc;
    overflow-y: scroll !important;
}

.fv-dialog-item-id {
    font-size: 1em;
    display: none;
    text-align: right;
}

.fv-dialog-title {
    background: #235a7a;
    color: #FFFFFF;
    width: fit-content;
    margin-top: -1em;
    padding: 0 0.25em 0 0.25em;
    margin-bottom: 0.5em;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.fv-main-dialog-title {
    font-family: sans-serif;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 600;
    cursor: move;
}

.fv-sub-dialog-title {
    font-family: sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
}

.fv-top-label {
    margin: 0;
}

.hidden-element {
    display: none !important;
}

.top-align {
    vertical-align: top;
}

.fv-error-dialog {
    display: none;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    border: solid 1px;
    z-index: 1001;
}

.fv-interact-pointer {
    cursor: pointer;
}

.fv-label-highlight {
    text-shadow: 0.25em 0.25em 1em #404248;
}

.fv-label-disabled {
    pointer-events: none !important;
    color: gray !important;
}

.fv-label-right-align {
    text-align: right;
    padding-right: 5px;
}

.fv-label-border {
    border: 1px solid white;
    border-radius: 5px;
    padding: 2px;
    overflow-x: clip;
    text-wrap: nowrap;
}

/****************************/
/*       Accordions         */
/****************************/
.fv-accordion-header {
    background-color: transparent; /*#eee;;*/
    color: white !important; /*black !important;*/
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: white 1px solid;
    outline: none;
    transition: 0.4s;
    text-decoration: none !important;
}

.fv-accordion-header-dialog {
    background-color: #235A7A;
    color: white !important;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #212327;
    outline: none;
    border-radius: 5px;
    transition: 0.4s;
    text-decoration: none !important;
    font-weight: 800;
}

.fv-accordion-header-sidenav {
    background-color: black;
    color: white !important;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border-left: none;
    border-top: 1px solid white;
    border-right: none;
    border-bottom: 1px solid white;
    outline: none;
    transition: 0.4s;
    text-decoration: none !important;
}

.fv-accordion-panel-dialog {
    background-color: transparent;
    border: none;
}

.fv-accordion-panel-sidenav {
    background-color: black;
    border: none;
    max-height: 50em;
    overflow-y: auto;
}

.fv-accordion-panel-animated {
    overflow: hidden;
    transition: 0.5s ease height, 0.25s ease opacity;
}

button.accordion {
    background-color: #eee;
    color: black !important;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    text-decoration: none !important;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    button.accordion.active, button.accordion:hover {
        background-color: #ddd;
    }

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}

    /* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
    div.panel.show {
        display: block;
    }

.fv-accordion-action {
    padding-left: 5px;
}

.ui-widget-content {
    background-color: transparent;
    color: white;
}
/****************************/
/*       Side Menu          */
/****************************/
.sidenav {
    height: auto !important;
    width: 29em;
    position: fixed;
    z-index: 102;
    /*top: 0;*/
    left: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url(/images/bg02.png);
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 10px;*/
}

.fv-space-20 {
    display: block;
    height: 10px;
    line-height: 20px;
}

.notification-title {
    color: white;
    float: right;
    padding-left: 2em;
    /*font-size: x-large;*/
    padding-top: 0.5em;
}

#notifications-header {
    /*padding-left: 1em;*/
    border-bottom: 1px dotted white;
    /*display: none;*/
    height: 2.5em;
}

#notifications-footer {
    display: none;
}

#notifications-menu {
    text-align: center;
    /* padding-bottom: 0.5em; */
    height: 2.75em;
    margin-top: 0.25em;
}

#notifications-content {
/*    height: 89%;
    max-height: 89%;*/
    overflow: hidden;
    /*padding-top: 1.5em;*/
}

.fv-notification-link {
    margin-bottom: 0.5em;
    /*font-size: 12pt;*/
    color: white !important;
    text-decoration: none;
}

.fv-notification-button {
    border: none;
    display: inline-block;
    padding: 8px 10px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 0.75em;
    max-width: 25em;
    min-width: 25em;
    font-family: 'Open Sans' !important;
}

    .fv-notification-button:hover {
        border: 1px solid white;
        border-radius: 5px;
        background-color: #000;
        padding: 8px 10px;
    }

/****************************/
/*       Portal Menu        */
/****************************/
.portal-container {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.portal-menu-icon-tooltip {
    left: 9em;
}

/****************************/
/*      Custom Icons        */
/****************************/
.tox-button {
    font-family: 'Open Sans', sans-serif !important;
}

/****************************/
/*      Login Screen        */
/****************************/
.mainBackground {
    background-image: url(../Images/ship_backgroung.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    filter: blur(6px);
}

.login-container {
    opacity: 0.8;
    background-color: #ccc;
    border-radius: 10px;
    width: 30em;
    height: 20em;
    padding: 0.5em 0.5em 0.5em 0.5em;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-top: -11em;
    margin-left: -15em;
}

.login-text {
    padding: 0.5em 0.2em 0.2em 0.2em;
    text-align: center;
    color: lightgray;
}

.login-tnm-logo {
    background-image: url(/images/logos/orig_TNM_Logo_Endorsed_Color_RGB.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
    margin-left: 7em;
    margin-top: 1em;
}

.login-button {
    position: relative;
    top: 0.5em;
    left: 37%;
}

.login-input {
    border: 1px solid black !important;
}

    .login-input:hover {
        background-color: lightyellow;
    }

.login-error {
    padding: 0.5em 0.2em 0.2em 0.2em;
    text-align: center;
    color: red;
}

/*.login-link {
    border: none !important;
    background: none !important;
    padding: 0px !important;*/
    /*text-decoration-color: none !important;*/
    /*padding: 0 !important;*/
    /*font-family: 'Microsoft Himalaya'!important;*/
    /*color: black !important;
    text-decoration: none !important;
    cursor: pointer !important;
    text-transform: none !important;
    font-style: unset !important;
}*/

/****************************/
/*      Context Menu        */
/****************************/
/*.context-menu {
    position: absolute;
    z-index: 600;
    background-color: whitesmoke;
    border: 2px solid black;
    border-radius: 5px;
    padding: 1em 1em 1em 1em;
    font-family: 'Font Awesome 6 Free', 'Open Sans', sans-serif;
}*/

.context-menu-item {
    line-height: 1.5em !important;
}

/*.context-menu-item a {
    text-align: left;
    text-decoration: none;
    color: black;
    max-width: 20em;
    font-family: 'Font Awesome 6 Free', 'Open Sans', sans-serif;
}*/

/*.context-menu-item-link {
    font-family: 'Font Awesome 6 Free', 'Open Sans', sans-serif;
}*/

/*.context-menu-item div {
    text-align: left;
    text-decoration: none;
    color: black;
    max-width: 20em;
}

    .context-menu-item a.disabled {
        pointer-events: none !important;
        color: gray !important;
    }

    .context-menu-item a:hover {
        font-weight: bold;
    }*/

/****************************/
/*      Breadcrumb Menu     */
/****************************/
.breadcrumb {
    display: inline-block; /* The menu will have width as needed, not 100% */
    position: relative;
    left: 50%;
    top: 1em;
    transform: translate(-50%, -50%);
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 0.25em;
    border-radius: 2px; /* Little curvature in the borders */
    overflow: hidden; /* Hide everything that overflows, like shadows */
}

    .breadcrumb ul {
        display: flex; /* A key part of our menu, displays items side by side, and allows reversing them */
        flex-direction: row-reverse; /* Reverse the items */
        /* Reset styles, overwrite browser defaults */
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .breadcrumb ul li {
        margin: 0;
    }

        .breadcrumb ul li a {
            display: inline-block;
            font-family: sans-serif;
            font-size: 0.9em;
            font-weight: 600;
            padding: 12px 10px 12px 10px;
            margin-left: 0.5em;
            /* color: white; */
            /* background-color: #3f7a9c; */
            text-decoration: none;
            text-transform: uppercase;
            border-radius: 5px;
            /* box-shadow: 0 0 20px #333; */
            font-style: normal;
            border: white 1px solid;
        }

        .breadcrumb ul li:hover a {
            background-color: #09255c;
        }

        /* Remove the shadow for first item, last in the right side when it gets reversed */
        .breadcrumb ul li:first-child a {
            box-shadow: none;
        }

        /* Active item is a bit different */
        .breadcrumb ul li.active a {
            /*            color: #09255c;*/
            background-color: rgb(64, 145, 191); /*#d9effc;*/
            font-style: italic;
        }

        /* Remove the shadow for the active's next item, to match the design more accurately */
        .breadcrumb ul li.active + li a {
            box-shadow: none;
        }

/****************************/
/*        Datatable         */
/****************************/
.fv-default-table {
    width: 97%;
    margin: 0.5em 2em 0.5em 2.5em;
    white-space: nowrap;
}

    .fv-default-table thead {
        background: #09255c !important;
        color: white;
        text-align: center;
        padding: 5px 10px;
        border: 1px solid black;
    }

    .fv-default-table tbody {
        background: white;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: black;
        text-align: center;
        padding: 5px 10px;
        overflow-y: auto !important; /* Trigger vertical scroll    */
        overflow-x: hidden;
        border: 1px solid black;
    }

    .fv-default-table tr {
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        transition: all 0.30s ease-in-out;
    }

    .fv-default-table td {
        border: 1px solid black;
    }

    .fv-default-table tbody tr:hover {
        background-color: lightyellow;
    }

.fv-portal-header {
    float: right;
    margin-right: 0.5em;
}

.fv-datatable-group {
    text-align: left;
    padding-left: 4em;
}

.fv-dialog-table {
    margin: 0 0 0 0 !important;
}

.fv-datatable-highlight {
  box-shadow: 0 0 8px rgba(81, 203, 238, 1);
  padding: 3px 0 3px 3px;
  margin: 5px 1px 3px 0;
  border: 1.5px solid rgba(81, 203, 238, 1);
  background-color: lightyellow;
  font-weight: bold;
}

.fv-custom-table {
    width: 70%;
    /* background: white; */
    margin: 0 auto;
    color: white;
    /* border-top: 2px solid darkgray; */
    /* border-left: 2px solid darkgray; */
    border: 1px solid darkgray;
}

/*.fv-custom-tr {
    border-bottom: 1px solid lightgray;
}
*/    .fv-custom-tr :hover {
        /*background: lightyellow;*/
        font-weight: 600;
    }

.fv-custom-th {
    background-color: gray;
    color: white;
}

.fv-custom-td-alert {
    background-color: yellow;
    color: red;
}

.fv-custom-td-normal {
    background-color: white;
    color: black;
}

/****************************/
/* Client Dialog Specific   */
/****************************/
#phoneFaxContainer {
    padding-top: 1em;
    margin-top: 5em;
}

.fv-client-logo {
    margin-top: -6em;
    margin-right: 25em;
    float: right;
}

.fv-client-logo-label {
    margin-left: 20em;
    position: absolute;
    margin-top: -6em;
}

.fv-span-listbox {
    /*max-height: -webkit-fill-available;*/
    overflow-y: auto;
}

.fv-btnadd-listbox {
    float: right;
    font-family: 'Open Sans' !important;
}

.fv-input-listbox {
    width: 80%;
    color: white;
    background-color: transparent;
}

.fv-input-locked {
    width: 75%;
}

.fv-lock-image {
    color: red;
    margin-right: 0.25em;
}

.fv-focus-input {
    border: 1.5px solid #09255c;
}

.fv-deleted-item {
    text-decoration: line-through;
    color: gray;
}

/****************************/
/* Vessel Dialog Specific   */
/****************************/
#RetriveOnline {
    margin-left: 23em;
}

.fv-vessel-logo {
    margin-top: 2em;
    margin-right: 10em;
    float: right !important;
    cursor: not-allowed;
    pointer-events: none;
}

/****************************/
/*  Voyage Order Specific   */
/****************************/

.fv-dialog-emailbtn {
    left: 68%;
    margin: 0 0 0 0;
    top: -3em;
}

#PriceConfirmationlist {
    margin: 0 0 0 0 !important;
}

/****************************/
/*     Voyage Specific      */
/****************************/
.fv-dialog-special-checkbox {
    float: right;
}


/****************************/
/*  Error Message Specific  */
/****************************/
.fv-error-dialog-text {
    position: center;
    text-align: center;
    font-size: medium;
}

.fv-error-dialog-icon {
    padding-right: 1em;
    padding-top: 0.25em;
    width: 3em;
}
 
.fv-error-text {
    color: red;
}

.fv-info-text {
    /*color: black !important;*/
    font-family: 'Open Sans' !important;
}

.fv-warning-text {
    color: orange;
}

.fv-table-error {
    background-color: white;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

/*******************************/
/*        Map Specific         */
/*******************************/
/* Change cursor when over entire map */
.leaflet-container {
  cursor: default !important;
}

.leaflet-clickable {
  cursor: default !important;
}

.leaflet-popup-content-wrapper {
    opacity: 0.75 !important;
    background-color: black !important;
    color: white !important;
    border-radius: 5px !important;
}

.leaflet-popup-tip-container {
    opacity: 0.5 !important;
}

/*Commenting out these lines because they prevent us from closing the popup on the Point Detail page.*/
/*a.leaflet-popup-close-button {
    opacity: 0 !important;
    pointer-events: none !important;
}*/

.fv-map {
    height: 100%;
    width: 100%;
    /*z-index: 100;*/
    float: left;
}

.fv-map-tooltip {
    opacity: 0.6;
    border-radius: 5px;
    border: 0 !important;
}

.fv-textarea-popup {
    width: 100%;
    height: 10em;
    border: 0.25px solid white;
}

.fv-mapDialog-title {
    color: white;
}

.fv-html-icon {
    background-color: white;
    border-radius: 5px;
    text-align: center;
    opacity: 0.8;
    width: 8em;
    font-size: 14px;
    color: black;
    margin-top: 1em;
}

.fv-popup-report {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.fv-width-animate {
    -webkit-transition: width 400ms ease-in;
    -moz-transition: width 400ms ease-in;
    -o-transition: width 400ms ease-in;
    transition: width 400ms ease-in;
}

.fv-map-popup-element {
    background-color: black !important;
    color: white !important;
}

.fv-map-popup-subcontainer {
    border: solid white 1px;
    padding: 10px;
    height: 15em;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.fv-map-popup-tablinks {
    border-top: solid 1px white !important;
    border-left: solid 1px white !important;
}
    .fv-map-popup-tablinks:hover {
        border-bottom: solid 1px white !important;
        border-right: solid 1px white !important;
        border-radius: 0 !important;
        font-size: unset !important;
        line-height: unset !important;
        font-weight: unset !important;
    }

.fv-simple-tablinks {
    color: white !important; 
    background-color: transparent !important; 
    border: solid white 1.25px;
    border-radius: 5px;
}

    /*.fv-simple-tablinks:hover {
        display: inline-block;
         color: black; 
        text-align: center;
        padding: 0 0.5em 0 0.5em;
        text-decoration: none;
        transition: 0.3s;
        font-size: 14px;
        opacity: 1;
         background-color: white; 
        border: solid white 1.25px;
        border-radius: 5px;
    }

    .fv-simple-tablinks active {
        display: inline-block;
        color: black;
        text-align: center;
        padding: 0 0.5em 0 0.5em;
        text-decoration: none;
        transition: 0.3s;
        font-size: 14px;
        opacity: 1;
        background-color: white;
        border: solid white 1.25px;
        border-radius: 5px;
    }*/

.fv-map-popup-container {
    width: 100%;
}

    .fv-map-popup-container:hover {
        color: black;
        background-color: white;
        border-radius: 5px;
    }

.fv-toolbox-button {
    background-color: rgba(59, 62, 69, 0.9);
    color: white;
    height: 2.5em;
    padding: 0.25em;
    font-size: 14px;
    border-radius: 5px;
    cursor: default;
}

.result-tooltip {
    opacity: 0.6 !important;
    border-radius: 5px;
    background-color: black;
    color: white;
}

/*.moving-tooltip {
    opacity: 0.6 !important;*/
/*    border-radius: 5px;
    background-color: black;
    color: white;
*//*}*/

/*******************************/
/*         Tab Specific        */
/*******************************/
/* Style the list */
ul .tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 2px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {
    float: left;
}

    /* Style the links inside the list items */
    ul.tab li a {
        display: inline-block;
        color: black;
        text-align: center;
        padding: 0 0.5em 0 0.5em;
        text-decoration: none;
        transition: 0.3s;
        font-size: 14px;
        opacity: 1;
        background-color: white;
    }

    /* Change background color of links on hover */
    ul.tab li a:hover {
        border-radius: 5px;
        font-weight: 900;
    }


/* Style the tab content */
.tabcontent {
    display: none;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border: 1px solid #ccc;
}
/*  Style for drag and drop in Pricing --> Hierachy*/

#sortable {
    list-style-type: none;
    margin: 0; padding: 0;
    width: 100%;

}

    #sortable li {
        margin: 0 3px 3px 3px;
        padding: 0.4em;
        padding-left: 1.5em;
        font-size: 1.4em;
        border-radius: 15px;

    }

        #sortable li span {
            position: absolute;
            margin-left: -1.3em;
        }

.tabwithtable {
    max-height: 55em;
}

.singleItineraryPrice {
    max-height: 5em;
}

.multipleItineraryPrice {
    max-height: 35em;
}

.tabprice {
    background-color: transparent !important;
    border: 1px solid;
    border-radius: 8px;
    color: white !important;
}

.tabpriceactive {
    background-color: white !important;
    color: black !important;
}

/*******************************/
/*   Account Dialog Specific   */
/*******************************/
#adressDiv {
    width: 90%;
    margin: 0 0 0 1em;
}

.capture-hidden-map {
    position: absolute;
    height: 768px;
    width: 1024px;
    top: 0; /*-700px;*/
}

#TestImage {
    position: absolute;
    left: 60em;
    z-index: 1000;
    background-color: white;
}

.storm-current-popup {
    width:6.25em;
    float:initial;
    text-align:center;
    top:0 ;
    padding: 0 0 0 0 ;
}

/*******************************/
/*           Weather           */
/*******************************/
.wms-color-legend {
    width: 10em;
    border-radius: 15px;
    background-color: black;
    padding: 0.5em 0 0.5em 0.5em;
    opacity: 0.8;
    height: 21em;
    max-height: 21em;
    left: -20px;/*-3em;*/
}

.wms-text-legend {
    color: white;
    font-size: 1.1em;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 0 0;
    font-weight: unset;
}

.wms-scale-text-legend {
    padding-left: 0.25em;
    position: absolute;
}

.wms-title-legend {
    float: right;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: -6em;
    margin-top: -8em;
    max-width: 200px;
    min-width: 200px;
    overflow: hidden;
}

.wms-tooltip {
    position: absolute;
    display: block;
    background-color: black;
    z-index: 101;
    color: white;
    border-radius: 5px;
    text-align: center;
}

.fv-weather-popup {
    overflow-y: hidden;
    overflow-x: auto;
    /*color: white;*/
    width: 25em;
}

.fv-weather-popup-light {
    overflow: hidden;
    /*color: white;*/
    width: 10em;
    padding: 0.1em;
    opacity: 0.7;
}

.fv-weatherinfo-header {
    /*color: white;*/
    font-weight: bolder;
    font-size: 1.5em;
}
.fv-weatherinfo-clickable,
.fv-weatherinfo-clickable:hover {
    color: white;
    border: 1px solid white;
    line-height: 1em;
    background-color: transparent;
    margin-bottom: 0.5em;
}

.fv-shortcut {
    width: 24px;
    height: auto;
    margin-left: -1em;
    margin-top: -0.25em;
}

/*.fv-tracksheet-container {
    max-width: 97%;
    position: absolute !important;
    z-index: 200;
    left: 2em;
    top: 2em;
    -moz-box-shadow: 9px 9px 27px #000;
    -webkit-box-shadow: 9px 9px 27px #000;
    box-shadow: 9px 9px 27px #000;
}*/

.fv-latLon-container {
    width: 11%;
    background-color: #eeedf2;
    border-radius: 5px;
    overflow-y: auto;
    float: left;
}

.highlightRow {
    background-color: lightblue !important;
}

.leaflet-control-timecontrol {
    background-color: rgba(59, 62, 69, 0.9) !important;
    color: white !important;
}

/*******************************/
/*  Select2 override defaults  */
/*******************************/
.select2-results__option {
    padding: 0 !important;
    padding-left: 5px !important;
    font-size: 0.9em;
}

.fv-select2-create {
    font-weight: bolder;
    font-style: italic; 
}

.fv-select2-img {
    width: 2em; 
    height: auto; 
}

/*******************************/
/*     long process dialog     */
/*******************************/
.fv-center-screen {
    align-items: center;
    text-align: center;
    min-height: 10vh;
    min-width: 10em;
    /*background-color: white;*/
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    opacity: 1.0;
    z-index: 50001;
}

.fv-processing-icon-login {
    background-image: url(/images/icons/Animated/loader_4.png);
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
    background-size: contain;
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    margin: auto;
    background-repeat: no-repeat;
    /*margin-top: -8em;*/
}

.fv-processing-icon {
    /* Cargo ship with animated water */
    width: 120px;
    max-width: 120px;
    height: 100px;
    max-height: 100px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px;
}

.fv-processing-icon .ship-icon {
    width: 100px;
    height: 70px;
    background-image: url(/images/icons/cargo_ship.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(5000%) hue-rotate(200deg) brightness(0.3);
}

.fv-processing-icon .water-container {
    width: 100%;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin-top: -8px;
    background: linear-gradient(to bottom, 
        rgba(135, 206, 250, 0.3) 0%, 
        rgba(70, 130, 180, 0.5) 50%,
        rgba(25, 25, 112, 0.7) 100%);
    border-radius: 0 0 10px 10px;
}

.fv-processing-icon .water-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: repeating-linear-gradient(
        90deg,
        rgba(135, 206, 250, 0.5) 0px,
        rgba(135, 206, 250, 0.5) 10px,
        rgba(70, 130, 180, 0.7) 10px,
        rgba(70, 130, 180, 0.7) 20px,
        rgba(135, 206, 250, 0.5) 20px,
        rgba(135, 206, 250, 0.5) 30px
    );
    animation: water-flow 1.5s linear infinite;
    mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 100%);
}

.fv-processing-icon .water-wave::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 70%;
    background: repeating-linear-gradient(
        90deg,
        rgba(173, 216, 230, 0.6) 0px,
        rgba(173, 216, 230, 0.6) 8px,
        rgba(135, 206, 250, 0.8) 8px,
        rgba(135, 206, 250, 0.8) 16px,
        rgba(173, 216, 230, 0.6) 16px,
        rgba(173, 216, 230, 0.6) 24px
    );
    animation: water-flow 1.2s linear infinite;
    mask-image: linear-gradient(to bottom, transparent 0%, black 50%, black 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 50%, black 100%);
}

.fv-processing-icon .water-wave::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 50%;
    background: repeating-linear-gradient(
        90deg,
        rgba(176, 224, 230, 0.4) 0px,
        rgba(176, 224, 230, 0.4) 12px,
        rgba(135, 206, 250, 0.6) 12px,
        rgba(135, 206, 250, 0.6) 24px,
        rgba(176, 224, 230, 0.4) 24px,
        rgba(176, 224, 230, 0.4) 36px
    );
    animation: water-flow 1.8s linear infinite reverse;
    mask-image: linear-gradient(to bottom, transparent 0%, black 40%, black 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 40%, black 100%);
}

@keyframes water-flow {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fv-rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

/* Circular loader for tracksheet table */
.fv-circular-loader {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(41, 169, 224, 0.2);
    border-top: 4px solid #29A9E0;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Simple circular spinner - single line */
.fv-circular-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(41, 169, 224, 0.2);
    border-top: 3px solid #29A9E0;
    border-radius: 50%;
    animation: fv-spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes fv-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Tracksheet table simple circular spinner */
.fv-tracksheet-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top: 3px solid #000000;
    border-radius: 50%;
    animation: fv-spin 1s linear infinite;
}

/* 12-bar circular spinner (kept for backward compatibility) */
.fv-12bar-loader {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    animation: fv-12bar-rotate 1s linear infinite;
    display: block !important;
    visibility: visible !important;
}

.fv-12bar-item {
    position: absolute;
    width: 4px;
    height: 16px;
    background-color: #29A9E0 !important;
    border-radius: 2px;
    top: 0;
    left: 50%;
    margin-left: -2px;
    transform-origin: 50% 25px;
    display: block !important;
    visibility: visible !important;
}

@keyframes fv-12bar-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Global override for Tabulator loader background - make it slightly transparent */
.tabulator-alert {
    background: rgba(0, 0, 0, 0.1) !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.tabulator-alert-msg,
.tabulator-alert-msg.tabulator-alert-state-msg {
    background: rgba(255, 255, 255, 0.05) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: none !important;
    box-shadow: none !important;
    padding: 10px 20px !important;
    border-radius: 10px !important;
}

#tnm-loader,
#tnm-loader *:not(.fv-12bar-item),
.tabulator-alert *:not(.tabulator-alert-msg):not(.fv-12bar-item),
.tabulator-alert-msg *:not(.fv-12bar-item) {
    background: transparent !important;
    background-color: transparent !important;
}

/* Ensure loader bars are visible */
.fv-12bar-loader,
.fv-12bar-item {
    background: transparent !important;
    background-color: transparent !important;
}

.fv-12bar-item {
    background-color: #29A9E0 !important;
}

.tabulator-alert-msg {
    margin: 0 auto !important;
}

/*********/
/* Extra */
/*********/
.fv-dailyops-filter-button {
    font-family: 'Open Sans' !important;
    background-color: transparent;
    border: solid 1px white;
    font-size: 0.65em;
    margin: 0;
    padding: 0.75em;
    margin-bottom: 1em;
    width: /*10em;*/ 9em;
}

.fv-voyageinfo {
    color: white;
    height: 22em;
    line-height: 2em;
    border: solid 1px;
    padding-left: 1em;
    border-radius: 5px;
    overflow-y: overlay;
}

.fv-admin-textinfo {
    font-weight: bolder;
    color: white;
}

.fv-admin-check {
    height: 48px;
    width: auto;
}

/***************/
/* Maintenance */
/***************/
.maintenance-container {
    background: #303238 url(/images/stormy-sky-sea_645x400.jpg)no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 63em;
    text-align: center;
    opacity: 0.9;
    overflow-y: hidden;
}

.warning-text-top {
    padding-top: 10em;;
}

.warning-text {
    color: black;
}

.left-image {
    width: 128px;
    position: absolute;
    top: 18em;
    left: 5%;
}

.right-image {
    width: 128px;
    position: absolute;
    top: 18em;
    left: 85%;
}

.logo-image {
    width: 256px;
    background-color: whitesmoke;
    padding: 1em;
    border-radius: 15px;
    -webkit-box-shadow: 10px 10px 5px #000000;
    box-shadow: 10px 10px 5px #000000;
}

/****************/
/* Panel-Layers */
/****************/
.panel-icon {
    display: inline-block;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    margin-left: 5px;
}

.panel-baselayer-icon {
    margin: 2px;
    background-image: url('../lib/leaflet/images/layers.png');
}

.panel-eca-icon {
    background-image: url('../Images/icons/95950.png');
}

.panel-region-icon {
    background-image: url('../Images/icons/world-large.png');
}

.panel-hra-icon {
    background-image: url('../Images/icons/high-risk.png');
}

.panel-timezone-icon {
    background-image: url('../Images/icons/world_time_zones-512.png');
}

.panel-wms-icon {
    background-image: url('../Images/icons/markers/weather.png');
}

.panel-tool-selector :hover {
    color: darkcyan;
    text-shadow: 1em 1em 2em white;
}

.leaflet-panel-layers-selector {
    margin-left: 15px;
}

/*****************/
/* Toggle Switch */
/*****************/
.fv-switch {
    position: relative;
    display: inline-block;
    border: solid white 1.25px;
    border-radius: 5px;
}

    .fv-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.fv-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

    .fv-switch-slider:before {
        position: absolute;
        content: "";
        height: 1.75em;
        width: 2em;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 5px;
    }

.fv-switch input:checked + .fv-switch-slider:before {
    -webkit-transform: translateX(calc(7.5em - 4px));
    -ms-transform: translateX(calc(7.5em - 4px));
    transform: translateX(calc(7.5em - 4px));
}

.fv-info-icon {
    margin-top: 0.25em;
}

.fv-info-text2 {
    color: white;
    font-size: 18px;
    text-align: center;
}

/*****************/
/* Administration Desiogn */
/* Created by ubair mir on 16-11-2021 */
/*****************/

.btndiv {
    border: 1px solid #fffcfc;
    padding-top: 12px;
}

.button-align {
    margin-right: 1em;
    width: 17em;
    display: block;
}

.align-div {
    padding-left: 8em;
}

/*****************/
/* Release Notes specific */
/*****************/
.fv-rn-accordion {
    background-color: lightblue;
    /*color: black;*/
    /*cursor: pointer;*/
    /*padding: 18px;*/
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    text-decoration: none;
}

    .fv-rn-active, .fv-rn-accordion:hover {
        background-color: cornflowerblue;
    }

.fv-rn-panel {
    padding: 0 18px;
    display: block;
    height: 0;
    opacity: 0;
    background-color: inherit;
    overflow: hidden;
    transition: 0.5s linear;
    color: white;
}

/* Addon for new Font Awesome 6 */
.tox .tox-tbtn__select-label {
    font-family: 'Open Sans';
}

/* AIS Status Icon */
.neutral_ais {
    content: url(/Images/icons/Markers/Ais.png);
}

.good_ais {
    content: url(/Images/icons/Markers/ais_histo_2.png);
}

.bad_ais {
    content: url(/Images/icons/Markers/ais_histo_red_2.png);
}

.ais_background {
    height: auto;
    width: 40px;
}

.microsoft_login {
    background-color: rgb(184, 184, 184);
    border: 0px solid black;
    color: green;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    margin: 10px 30px;
    cursor: pointer;
} 

/*button bar*/
.fv-grid {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 5px;
    color: white;
    width: 40em;
    min-width: 40em;
    max-width: 40em;
}

input[type="search"] {
    line-height: 1em;
}

/* No Data Available text color - slightly off-white */
.tabulator .tabulator-alert .tabulator-alert-msg {
    color: #f5f5f5 !important;
}

.archive-header-row
.archive-row {
    display: block;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.col-check {
    width: 40px;
}

.col-order {
    width: 100px;
}

.col-vessel {
    width: 180px;
}

.col-type {
    width: 100px;
}

.col-reason {
    width: 200px;
}