﻿:root {
    --deep-blue: rgb(3, 30, 69);
    --clear-blue: rgb(91, 195, 245);
    --pre-blue: rgb(47, 85, 151);
    --cool-gray: rgb(84, 88, 96);
    --ocean-blue: rgb(76, 131, 174);
    --moss-green: rgb(32, 214, 141);
    --nav-unselected: rgb(191, 191, 191);
    --nav-selected: rgb(255, 255, 255);
    --banner-alert-yellow: rgb(242, 200, 48);
    --subheader: rgb(35, 97, 146);
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    padding-top: 0;
    scroll-behavior: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: ProximaNovaRegular, Verdana;
    font-size: 14px;
}

.table-responsive>.table>tbody>tr>td {
    white-space: normal;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}

.table-padded {
    background: rgb(227, 227, 227);
    padding: 28px 8px;
    border-radius: 8px;
}



/* gang-forecast */
.gang-forecast__port-selector {
    margin-top: 15px;
}

/* vessel-port-table */
div.port-df__port-name {
    margin-bottom: 5px;
    font-family: ProximaNovaSemibold, Verdana;
    font-size: 30px;
    color: var(--ocean-blue, rgb(76, 131, 174));
}

div.dvpt_container vessel-port-table:first-child .port-df {
    margin-top: 20px;
}

tr.port-df__tb-head-row th:nth-child(5),
tr.port-df__tb-head-row th:nth-child(6),
tr.port-df__tb-head-row th:nth-child(7) {
    width: 15%;
}

.port-df__tb-body-row td:nth-child(5),
.port-df__tb-body-row td:nth-child(6),
.port-df__tb-body-row td:nth-child(7) {
    width: 15%;
}

daily-vessel-port-table {
    margin-left: 15px;
    margin-right: 15px;
}

/* daily-forecst */
.df_legend_vessel-row-code {
    margin-right: 26px;
}

.df_legend_gang {
    margin-top: 10px;
}

/* highcharts */
.highcharts-point.fg-series__ok,
.so-series__ok {
    fill: #87a956;
}

.highcharts-point.fg-series__warning,
.so-series__warning {
    fill: #e4c442;
}

.highcharts-point.fg-series__critical,
.so-series__critical {
    fill: #d14b3d;
}

/* WorkInfo */
/*Legend and titles*/
.page-title,
fieldset>legend {
    font-family: 'bcmea-trebuchet';
    font-size: 18pt;
}

.work-info__at-column {
    color: rgb(199, 0, 0) !important;
}

.work-info__pre-column {
    color: var(--pre-blue, rgb(47, 85, 151)) !important;
}

th.work-info__job-column {
    padding-left: 8px !important;
}

.work-info__value-column {
    font-weight: bold;
}

.work-info__description,
.work-info__parameters,
.work-info__content {
    padding: 20px;
}

.work-info__description>p {
    font-size: 18px;
    padding: 40px 0;
}

.work-info__useful-links {
    text-align: left;
    margin-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
}

.work-info__useful-links ul {
    list-style-type: none;
    padding: 0;
    margin: 5px 0;
}

.work-info__useful-links li {
    padding-left: 0;
    margin-bottom: 0px;
    font-size: 18px;
}

.work-info__useful-links-title {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.work-info_data {
    width: 100%;
}

.work-info_data td.button_xs__tb-body-cell,
.work-info_data td.work-info__at-column,
.work-info_data td.button_xs__tb-head-col {
    text-align: center;
    width: 50%;
}

.work-info_data td.button_xs__tb-head-col {
    font-weight: bold;
}

.buttons-container {
    padding-top: 20px;
}

.buttons-content {
    padding: 0 20px;
}

th.button_xs__tb-head-col {
    background-color: #E6FFF1;
    color: #434343;
}

span.dfgang_qty {
    margin-right: 5px;
    margin-left: 5px;
    width: 15px;
    display: inline-block;
    color: #A40E00;
    font-weight: bold;
}

.port-dt__tb-body-cell-gang-cntnr {
    min-width: 90px;
}

div th.button_xs__tb-head-col {
    background-color: rgb(75, 144, 179);
    white-space: normal !important;
    font-weight: normal !important;
    min-width: 80px;
}

div.button_xs__last_update {
    padding: 6px 10px;
}

div.button_xs__last_update > span {
    color: rgb(35, 97, 146);
    font-weight: bold;
    font-size: 16px;
}

div.button_xs__row.button_xs__last_update {
    margin-bottom: 0.4em;
}

img.ui-grid_btn_image {
    border: 1px solid;
    border-radius: 5px;
    box-shadow: 3px 3px 3px gray
}

.spinner {
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 60px;
    font-size: 10px;
}

.spinner>div {
    background-color: #fc7c52;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.nav-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: var(--wp--style--global--content-size);
}

.notification-bar-container .notification-wrapper {
    gap: 5px;
    justify-content: center;
    min-height: 30px;
}

.notification-bar-container .notification-content p {
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 18px;
    margin: 0;
    font-weight: 400;
}

.banner {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .102);
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100;
}


.notification-bar-container {
    background-color: var(--banner-alert-yellow);
    min-height: 30px;
    padding: 0 28px;
    position: fixed;
    transform: translateY(0) scaleY(1);
    width: 100%;
}

.notification-bar-container .notification-content {
    align-items: center;
    display: flex;
    height: auto;
    color: black;
}


.notification-content a {
    color: black;
    text-decoration: none;
    font-weight: 600;
}

.notification-content a:focus,
.notification-content a:hover {
    color: black;
    text-decoration: none;
}

.notification-content a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}


.notification-bar-container svg {
    height: 15px;
    min-width: 30px;
}

.notification-bar-container button {
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--banner-alert-yellow);
    border: none;
}

.close-notification-bar {
    background-color: none;
    ;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

#spinner-block {
    background-color: #000;
    opacity: 0.5;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 6000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*forecast page*/
.fp__graph-container,
.fp__grid-container {
    padding: 20px;
}

.job-positions__graph,
.gang-forecast__graph {
    height: 250px;
    padding: 0px 20px;
}

.df__title,
.job-positions__title,
.gang-forecast__title,
.bcmea-card-subheader {
    font-family: ProximaNovaSemibold, Verdana;
    font-size: 16px;
    font-weight: bold;
    color: var(--deep-blue, rgb(3, 30, 69));
    padding: 0 0 32px;
}

.df__title {
    padding-bottom: 20px;
    font-family: ProximaNovaSemibold, Verdana;
    font-size: 30px;
    color: var(--ocean-blue, rgb(76, 131, 174));
}

.header-row {
    height: 40px;
}

.fp__container {
    padding: 0 15px;
}

.fp__col-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    margin: -7.5px;
}

.fp__learn_more {
    font-size: 10px;
}

.content-width {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 20px;
    position: relative;
}

.content-width-sm {
    max-width: 700px;
}

.content-width-sm {
    margin: 0 auto;
    max-width: 700px;
    padding: 0 20px;
    position: relative;
}

.fp_about-title {
    color: #369;
    font-family: Titillium Web, sans-serif;
    padding: 24px 0 0;
    text-align: center;
}

.fp_about-title.align-left {
    text-align: left;
    font-family: ProximaNovaSemibold, Verdana;
    font-size: 72px;
    color: #4A8FB2;
}

.sctn-wrapper {
    clear: both;
    position: relative;
}

.sctn-title,
.txt-content h2 {
    color: inherit;
    font-family: Titillium Web, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 0 16px;
}

.color-blue,
.txt-content .color-blue {
    color: #369;
}

.txt-content {
    clear: both;
    font-size: 14px;
    line-height: 1.6;
    overflow: auto;
}

.txt-content h5 {
    color: #369;
}

.txt-content p:last-of-type {
    padding-bottom: 0;
}

.txt-content img {
    height: auto;
    padding: 0 0 24px;
}

.txt-content img.aligncenter {
    display: block;
    margin: 0 auto;
}

.txt-content ul {
    padding: 14px 0 0 50px;
}

.sctn-colour-1 {
    background-color: #fff;
}

.sctn-colour-1 .sctn-title,
.sctn-colour-1 h2 {
    font-family: ProximaNovaSemibold, Verdana;
    font-size: 16px;
    color: #4A8FB2;
}

.sctn-colour-2 {
    background-color: var(--cool-gray, rgb(84, 88, 96));
    color: #fff;
    padding: 32px 0;
}

.sctn-colour-2 .sctn-title {
    font-family: ProximaNovaSemibold, Verdana;
    font-size: 30px;
}

.fcst-title {
    font-family: ProximaNovaSemibold, Verdana;
    font-size: 16px;
    padding: 20px 0 12px;
}

.fcst-legends-wrapper {
    margin: 0 auto;
    padding-top: 32px;
}

ul.fcst-legend {
    list-style: none;
    padding: 0;
}

ul.fcst-legend li {
    padding: 0 0 0 64px;
    position: relative;
}

ul.fcst-legend li:before {
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 54px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.colour-item-green:before {
    background-color: #87a956;
}

.colour-item-yellow:before {
    background-color: #e4c442;
}

.colour-item-red:before {
    background-color: #d14b3d;
}

.colour-item-label {
    font-weight: 700;
    text-transform: capitalize;
}

select.form-control {
    font-size: 14px !important;
    font-family: ProximaNovaRegular, verdana !important;
    color: rgb(0, 0, 0) !important;
    border-color: var(--clear-blue, rgb(109, 197, 237)) !important;
    border-radius: 0 !important;
    border-width: 2px !important;
}

.form-label {
    color: rgb(89, 89, 89);
    font-size: 16px;
    font-weight:normal;
}

.form-label::after {
    content: "*";
    color: red;
    font-weight: bold;
    margin-left: 4px;
}

.control-label {
    font-size: 14px !important;
    font-family: ProximaNovaRegular, verdana !important;
    color: var(--deep-blue, rgb(3, 30, 69)) !important;
}

.bcmea-subheader {
    font: bold 16px ProximaNovaSemibold, Verdana;
    color: var(--deep-blue, rgb(3, 30, 69) );
    padding-bottom: 10px;
}

/* GLOBAL TABLE STYLING (WorkInfo) */

.bcmea-table {
    border-color: var(--cool-gray, rgb(84, 88, 96));
    border-width: 1px;
    border-style: solid;
    width: 100%;
}

    .bcmea-table th,
    .bcmea-table td,
    .bcmea-table tfoot td {
        font-family: ProximaNovaRegular, Verdana !important;
        font-size: 14px;
        padding: 3.2px !important;
    }

.bcmea-table th {
    background-color: var(--ocean-blue, rgb(76, 131, 174));
    color: rgb(255, 255, 255) !important;
    font-weight: bold;
    border-bottom: 0px;
    font-size: 13.6px !important;
}

.bcmea-table thead tr:nth-of-type(1) th {
    text-align: center;
    font-size: 12px;
}

.bcmea-table thead tr:nth-of-type(2) th {
    background-color: var(--clear-blue, rgb(91, 195, 245));
    color: var(--deep-blue, rgb(3, 30, 69)) !important;
}

    .bcmea-table tfoot td {
        background-color: var(--moss-green, rgb(32, 214, 141));
        font-weight: bold;
    }

    

.bcmea-table-striped tbody tr:nth-child(even) {
    background-color: rgb(242, 247, 252);
}

.bcmea-table-striped tbody td a {
    color: rgb(5, 41, 77);
    text-decoration: underline;
}

.bcmea-table-striped tbody tr {
    background-color: rgb(255, 255, 255);
}

.work-info_data tbody tr {
    background-color: transparent;
}


.work-info_data tbody td {
    padding: 0 !important;
}

.btn-primary {
    background-color: #05294D !important;
    border-color: #000;
    font-size: 14px !important;
}

.btn-primary-active {
    background-color: #4A8FB2 !important;
    border-color: #000;
    color: #fff !important;
}

.bcmea-tab.active {
    color: rgb(255, 255, 255) !important;
}

.bcmea-tab {
    background-color: var(--ocean-blue, rgb(76, 131, 174)) !important;
    border-color: #000;
    color: rgb(182, 182, 182);
    font-size: 14px !important;
}

.bcmea-card-container {
    display: flex;
    flex-direction: column;
    padding: 7.5px;
    min-width: 0;
}

.bcmea-card {
    flex: 1;
    background-color: rgb(255, 255, 255);
    font-family: ProximaNovaRegular, veranda;
    font-size: 14px;
    color: var(--cool-gray, rgb(84, 88, 96));
    border: 1px solid rgb(182, 182, 182);
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.bcmea-header {
    font-size: 18pt;
    color: #369;
}

p {
    margin: 0 0 10px;
}


/* MAIN content area */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}

main {
    font-size: 14px;
    color: var(--deep-blue, rgb(3, 30, 69));
    font-family: ProximaNovaRegular;
    flex: 1;
    padding: 0;
    top: 160px;
}

.content {
    font-size: 14px;
    color: var(--deep-blue, rgb(3, 30, 69));
    font-family: ProximaNovaRegular;
    padding: 0 15px;
}

.content-container {
    top: 160px;
    left: 0;
    font-size: 14px;
    color: var(--deep-blue, rgb(3, 30, 69));
    font-family: ProximaNovaRegular;
    padding: 0;
    margin-bottom: 160px;
}

/* FOOTER */
footer {
    min-width: 360px;
    font-size: 12pt;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    background-color: var(--deep-blue, rgb(3, 30, 69));
    padding: 10px 10px 0 10px;
}

.footer-header {
    color: var(--ocean-blue, rgb(76, 131, 174));
    font-weight: bold;
}

.footer-logoconnect {
    display: flex;
}

.footer-logo,
.footer-connect,
.footer-contact {
    margin-right: 20px;
}

.footer-logo img {
    max-height: 40px;
}

.footer-header {
    color: var(--ocean-blue, rgb(76, 131, 174));
    font-weight: bold;
}

.footer-connect ul,
.footer-contact ul,
.footer-socialmedia ul {
    list-style-type: none;
    padding: 0;
    margin: 5px 0;
}

.footer-connect li,
.footer-contact li {
    padding-left: 0;
    margin-bottom: 0px;
    color: #fff !important;
}

.footer-nav li a {
    color: white !important;
    text-decoration: none;
}

.footer-nav li a:hover,
.footer-nav li a:focus,
.footer-nav li a:active,
.footer-nav li a:visited {
    color: white;
}

/* Footer social media icons */

.footer-nav li a svg {
    height: 22px;
}

.footer-nav li a svg circle.cls-1,
.footer-nav li a svg circle.cls-2 {
    fill: none;
}

.footer-nav li a svg circle.cls-2 {
    stroke: #fcfcfa;
}

.footer-nav li a svg path.cls-3 {
    fill: #fcfcfa;
}

.footer-content {
    text-align: center;
    padding: 10px;
    font-size: 12pt;
    width: 100%;
}

.footer-copyright {
    background-color: var(--deep-blue, rgb(3, 30, 69));
    text-align: center;
    padding: 10px;
    font-size: 12pt;
    color: #fff;
    width: 100%;
}

.sm-icon {
    display: inline-block;
    height: 14px;
    transition: all .12s linear;
    width: 14px;
}

/* NAVIGATION */
.navigation {
    background-color: var(--deep-blue, rgb(3, 30, 69));
}

/* apply clearfix */
.navigation::after {
    content: "";
    display: table;
    clear: both;
}

.navigation .navigation-item {
    padding: 0;
}

.navigation-item {
    width: 100%;
}

.navigation .navigation-block {
    display: block;
    width: 100%;
    font-size: 18px !important;
    padding: 6px 10px;
    text-align: center;
    color: var(--nav-unselected, rgb(191, 191, 191));
    font: bold 12pt ProximaNovaRegular, verdana;
    cursor: pointer;
    white-space: nowrap;
}

.navigation .navigation-block.active {
    color: var(--nav-selected, rgb(255, 255, 255));
}

div.logo {
    text-align: center;
    height: 120px;
}

div.logo img {
    width: 330px;
    height: auto;
}

/*
.banner {
    height: 30px;
    background-color: #f2c830;
    text-align: center;
    padding: 5px 0;
}

.banner>ul {
    display: inline-block;
}

.banner>ul>li {
    display: flex;
    align-items: center;
    white-space: pre-wrap;
}

.banner>ul>li::marker {
    font-size: 0;
}

.banner>ul>li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(warning.svg) no-repeat center center;
    background-size: contain;
    margin-right: 8px;
}


.banner-image {
    width: 100%;
    height: auto;
} */

.sctn-wrapper {
    overflow-x: auto;
}


.docs-list {
    list-style-image: url(../content/pdf-icon.png);
}

.subsection {
    padding-top: 60px;
}

.port-df__tb-body-cell {
    color: var(--deep-blue, rgb(3, 30, 69));
}

button:focus,
input:focus {
    outline: none;
    /* Removes the default focus outline */
    box-shadow: none;
    /* Removes any shadow that might be causing the orange border */
}

.mtsc__content-wrapper {
    clear: both;
    padding: 32px 0;
    position: relative;
}

.mtsc__content {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 20px;
    position: relative;
}

.mtsc__title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #236092;
    text-align: center;
}

.mtsc__alt-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #0eb590;
}

.mtsc__content ul {
    padding: 14px 0 0 24px;
}

.mtsc__table {
    border: 1px solid black;
    width: 100%;
}

.mtsc__table td {
    border: 1px solid black;
    padding: 10px;
    box-sizing: border-box;
}

.mtsc__label-cell {
    color: #236092;
    width: 33%;
}

.mtsc__input-cell {
    min-width: 200px;
}

.mtsc__table input {
    cursor: pointer;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
}

.mtsc__table input:invalid {
    border-color: red;
}

.mtsc__checkbox {
    transform: scale(1.5);
    cursor: pointer;
}

.mtsc__submit {
    background-color: #333;
    border: 0;
    color: #fff;
    max-width: 132px;
    padding: 8px 16px;
    text-transform: uppercase;
    transition: all .12s linear;
    width: auto;
}

.mtsc__verify {
    padding-left: 15px;
}

.bottom-spacer {
    padding-bottom: 15px;
}

@media only screen and (max-width:320px) {
    label {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {

    footer,
    .footer-copyright {
        font-size: 10px;
    }
}

@media only screen and (min-width:768px) {
    .sctn-title {
        padding: 0 0 18px;
    }
}

@media only screen and (min-width: 960px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
    }

    .pg-title {
        padding: 48px 0 0;
    }

    .sctn-title {
        padding: 0 0 24px;
    }

    .txt-content {
        font-size: 16px;
    }
}

@media only screen and (min-width:1200px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
    }

    .fp_about-title {
        padding: 64px 0 0;
    }

    .sctn-wrapper.sctn-colour-2 {
        padding: 80px 0;
    }

    .sctn-title,
    .txt-content h2 {
        padding: 0 0 32px;
    }
}

@media (min-width: 600px) {
    select.form-control {
        font-size: 16px !important;
        font-family: ProximaNovaRegular, verdana !important;
        color: rgb(0, 0, 0) !important;
        border-color: var(--clear-blue, rgb(109, 197, 237)) !important;
        border-radius: 0 !important;
        border-width: 2px !important;
        height: 56px;
        padding: 10px;
    }

    .bcmea-table th {
        background-color: var(--ocean-blue, rgb(76, 131, 174));
        color: rgb(255, 255, 255) !important;
        font-weight: bold;
        border-bottom: 0px;
        font-size: 18px !important;
        padding: 8px !important;
    }


    .bcmea-table tr:nth-child(2) th {
        background-color: var(--ocean-blue, rgb(76, 131, 174));
        color: rgb(255, 255, 255) !important;
        font-weight: bold;
        border-bottom: 0px;
        font-size: 16px !important;
        padding: 8px !important;
    }

    .work-info_data tbody td {
        font-size: 16px !important;
        padding: 3.2px !important;
    }

    .bcmea-table th,
    .bcmea-table td,
    .bcmea-table tfoot td {
        font-family: ProximaNovaRegular, Verdana !important;
        font-size: 16px;
        padding: 8px !important;
    }
}