﻿html {
    -ms-overflow-style: scrollbar;
}

a.skip-main {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: #0043d5;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}

    a.skip-main:visited {
        color: #fff;
    }

    a.skip-main:focus, a.skip-main:active {
        position: absolute;
        left: 0px;
        top: 0px;
        outline: 0;
        -webkit-transition: top .1s ease-in;
        transition: top .1s ease-in;
        z-index: 1200;
    }

.search-form {
    width: 73%;
    visibility: hidden;
}

.search-form-opened .search-form {
    visibility: visible;
}

.add-nav.type6 ul li {
    float: left;
}

.content ul.tariff-charges {
    padding-left: 20px;
    margin: 20px 0;
}

    .content ul.tariff-charges li {
        list-style: disc;
    }

    .content ul.tariff-charges ul {
        padding-left: 20px;
    }

.umbraco-forms-form form :focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}

:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}

.singlechoice legend, .multiplechoice legend, .copy-container-booking legend, .search-bar legend, .radio-group legend {
    display: none;
}

body,
html {
    height: 100%;
}

.dropdown-menu > .active > a {
    background-color: inherit;
}

/*.navbar {
    flex: 1 0 auto;
}*/

.wrapper {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
}

.for-footer-bottom {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
}

#footer {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    margin-bottom: 0;
    margin-top: 60px;
    padding: 34px 0 99px;
}



.phone-prefix {
    min-width: 79px;
}

ul.alert-info {
    padding: 20px;
    margin-bottom: 20px;
}

.steps-form .phone-prefix.form-control {
    padding-left: 13px;
    padding-right: 13px;
}

.form-horizontal .control-label {
    padding-top: 0;
}

.steps-form .multiplechoice .checkboxlist label {
    padding: 4px 10px 0 9px;
}

.steps-form .multiplechoice .checkboxlist .lbl:before {
    top: 4px;
}

.steps-form .multiplechoice .checkboxlist .lbl:after {
    top: 6px;
}

#map-id .popup-information .heading-box {
    background: #f1f1f1;
    color: #273064;
    padding: 13px 15px;
    border-bottom: 2px solid #bec0cd;
    margin-bottom: 14px;
}

.popup-information .leaflet-popup-content-wrapper {
    border-radius: 4px 0 4px 4px;
    padding: 0 !important;
}

.leaflet-popup-pane .popup-information a.leaflet-popup-close-button {
    width: 16px;
    height: 15px;
    padding: 0;
    border-radius: 4px 4px 0 0;
    top: -15px;
    left: 93.5%;
}

.popup-information .leaflet-popup-content-wrapper {
    border-radius: 4px 0 4px 4px;
    padding: 7px 9px;
}

.popup-information .leaflet-popup-content {
    color: #5d87ff;
}

.popup-information heading-box {
    background: #f1f1f1;
    color: #273064;
    padding: 13px 0;
    border-bottom: 2px solid #bec0cd;
    margin-bottom: 14px;
}

    .popup-information heading-box h4 {
        font-size: 15px;
        margin: 0;
        font-weight: 700;
    }

.popup-information ul {
    list-style: none;
    padding: 0;
}

    .popup-information ul li {
        margin-bottom: 13px;
    }

#map-id .tooltip-inform {
    background-color: #5d87ff;
    border: none;
    color: #fff;
    min-width: 117px;
    text-align: center;
    white-space: normal;
}

.leaflet-popup .leaflet-popup-content-wrapper {
    border-radius: 4px;
    color: #2c3c73;
    font-size: 13px;
    line-height: 17px;
    width: 242px;
    padding: 0;
}

.leaflet-popup-pane .leaflet-popup a.leaflet-popup-close-button {
    position: absolute;
    left: 100%;
    width: 40px;
    height: 50px;
    border-radius: 0px 4px 4px 0px;
    overflow: hidden;
    background: rgb(32, 44, 96);
    padding: 15px 0px 0 0;
    color: #fff;
    font: 20px/14px Tahoma, Verdana, sans-serif;
}

    .leaflet-popup-pane .leaflet-popup a.leaflet-popup-close-button:hover {
        background: #37479e;
        color: #fff;
    }

.leaflet-popup .leaflet-popup-content {
    margin: 0;
    width: auto !important;
}

.leaflet-popup h4 {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.leaflet-popup h5 {
    margin: 0 0 9px;
    font: 900 15px/19px Arial, Helvetica, sans-serif;
}

.leaflet-popup .img {
    height: 105px;
    margin: 0 -15px 5px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

    .leaflet-popup .img img {
        height: 105px;
    }

.leaflet-popup dl {
    margin: 0 -15px;
    padding: 12px 11px 0;
    overflow: hidden;
    border-top: 1px solid #212b60;
}

    .leaflet-popup dl dt {
        float: left;
        clear: left;
        max-width: 50%;
        font-weight: 900;
    }

    .leaflet-popup dl dd {
        position: relative;
        overflow: hidden;
        padding: 0 0 8px 16px;
        font-weight: 300;
    }

        .leaflet-popup dl dd:before {
            position: absolute;
            left: 6px;
            top: -3px;
            font-size: 14px;
            content: "|";
        }

#map-id {
    width: 100%;
    height: 100%;
    direction: ltr;
}

footer.btn-row {
    margin-top: 20px;
}

.column img {
    max-width: 100%;
}

.BDC_CaptchaImageDiv {
    float: left;
}

.BDC_CaptchaIconsDiv {
    float: left;
}

.BDC_CaptchaImageDiv {
    float: left;
}

.BDC_CaptchaIconsDiv {
    float: left;
}

.umbraco-forms-field.containers > label, .umbraco-forms-field.certifiers > label {
    display: none;
}

.umbraco-forms-field.containers > .col-sm-6, .umbraco-forms-field.certifiers > .col-sm-6 {
    width: 100%;
}


.umbraco-forms-field.containers .copy-container:first-child, .umbraco-forms-field.certifiers .copy-certifier:first-child {
    padding-top: inherit;
    border-top-width: 0;
}

.umbraco-forms-field.certifiers .copy-certifier .shipper {
    display: none;
}

.umbraco-forms-field.certifiers .copy-certifier:first-child .weighing {
    display: none;
}

.umbraco-forms-field.certifiers .copy-certifier:first-child .shipper {
    display: block;
}


.umbraco-forms-field.containers .copy-container:first-child .delete-container, .umbraco-forms-field.certifiers .copy-certifier:first-child .delete-container {
    display: none;
}

.umbraco-forms-field.containers .copy-container, .umbraco-forms-field.certifiers .copy-certifier {
    border-top: 1px solid #979797;
    padding-top: 15px;
}

.umbraco-forms-field.containers .delete-container, .umbraco-forms-field.certifiers .delete-container {
    margin-bottom: 25px;
}

.field-validation-error {
    color: #b10069;
    font-size: 12px;
}

.has-error .control-label {
    color: #b10069;
}


.column-width .container {
    width: inherit !important;
}



.main-nav ul .active a {
    text-decoration: none;
}

.content.article-content h2 {
    margin: 0 0 20px;
}

.content.article-content .entry-meta {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 13px;
    display: block;
}

    .content.article-content .entry-meta .sep {
        margin-left: 6px;
        margin-right: 6px;
    }


.paging .PagedList-skipToPrevious {
    padding-right: 67px;
}

.paging .PagedList-skipToNext {
    padding-left: 67px;
}

.paging .PagedList-skipToPrevious a {
    text-align: center;
    min-width: 152px;
    margin-top: 4px;
    border: 1px solid #212b60;
    background-color: transparent;
    color: #2c3c73;
    text-decoration: none;
    padding: 12px;
    border-radius: 22px;
    font-size: 14px;
    line-height: 19px;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.paging .PagedList-skipToNext a {
    text-align: center;
    min-width: 152px;
    margin-top: 4px;
    border: 1px solid #212b60;
    background-color: transparent;
    color: #2c3c73;
    text-decoration: none;
    padding: 12px;
    border-radius: 22px;
    font-size: 14px;
    line-height: 19px;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.paging .PagedList-skipToPrevious a:hover {
    border-color: #37489f;
    background-color: transparent;
    color: #475eaf;
}

.paging .PagedList-skipToNext a:hover {
    border-color: #37489f;
    background-color: transparent;
    color: #475eaf;
}


.tools-section .img .badge-static {
    opacity: 1;
    height: 100%;
    display: inline-block;
}

.tools-section a:hover .img .badge-static {
    opacity: 0;
    height: 0;
    display: none;
}

.tools-section a:hover .img .badge-hover {
    opacity: 1;
    height: 100%;
    display: inline-block;
}

.tools-section a .img .badge-hover {
    opacity: 0;
    height: 0;
    display: none;
}

.tools-section .img {
    width: 100%;
    height: 96px;
    cursor: pointer;
    display: block;
}

.tools-section a:hover h3, .tools-section a:focus h3 {
    text-decoration: none;
    color: #5d87ff;
}

.tools-section a:hover, .tools-section a:focus {
    text-decoration: none;
}

.tools-section .tools-text {
    color: #858585;
}

.tools-list a:hover h3, .tools-section a:focus h3 {
    text-decoration: none;
    color: #5d87ff;
}

.tools-list a:hover, .tools-section a:focus {
    text-decoration: none;
}

.tools-list .img {
    width: 100%;
    height: 56px;
    cursor: pointer;
    display: block;
}

    .tools-list .img .badge-static {
        opacity: 1;
        height: 100%;
        display: inline-block;
    }

.tools-list a:hover .img .badge-static {
    opacity: 0;
    height: 0;
    display: none;
}

.tools-list a:hover .img .badge-hover {
    opacity: 1;
    height: 100%;
    display: inline-block;
}

.tools-list a .img .badge-hover {
    opacity: 0;
    height: 0;
    display: none;
}


.track-info .top-box.tare-weight {
    padding: 37px 30px 35px;
    border-bottom: none;
}

.routing-table.tare-weight > tbody > tr > td {
    background-color: #e9f6fc;
}



.search-shipment-form.tare-weight .form-control {
    color: #212b60;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 22px;
}



.track-info .top-box.track-shipment .small-text {
    font-size: 18px;
}



.routing-table.track-shipment table tr > td:nth-child(4) {
    width: 16%;
}

.routing-table.track-shipment tr > th:nth-child(4) {
    width: 16%;
}





.routing-table.track-shipment tr:nth-child(odd) > td {
    background-color: #e9f6fc;
}




.main-nav > ul > li.active > span > a:before {
    left: -18px;
    right: -18px;
}

#footer .logo {
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-repeat: no-repeat;
}

footer.btn-row .btn {
    margin: 0 6px 0 0;
    padding-left: 28px;
    padding-right: 28px;
}

.visual-intro .pseudo-h1 {
    font-family: 'Magistral',sans-serif;
    margin: 0 0 27px;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
}

.current-page-title {
    padding-left: 10px;
}

.about-area .text-block {
    display: block;
    margin: 0 auto;
    max-width: 1030px;
}

    .about-area .text-block.middle-content .container {
        display: table;
        width: 100%;
        margin: 0 0 10px;
    }

    .about-area .text-block .holder {
        display: table-row;
    }

        .about-area .text-block .holder h2 {
            display: table-cell;
            vertical-align: middle;
            width: 40.9%;
            padding: 0 85px 25px 0;
            margin: 0;
            color: #212b60;
            font: 700 40px/52px 'Magistral', sans-serif;
        }

    .about-area .text-block .block {
        display: table-cell;
        vertical-align: middle;
    }

.about-holder.middle-position .container {
    width: 100%;
}

.maintenance-list li {
    list-style: none;
}

.page-title.tools-title {
    margin-bottom: 50px;
}


.full-width > .container {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

.statistic-list > li {
    padding: 0 15px 20px;
}

.statistic-item .img {
    width: 100%;
    display: block;
}

    .statistic-item .img img {
        height: 90px;
    }

.weekly-frequency-content ul.statistic-list > li:before {
    display: none;
}

.statistic-item h3 {
    font: 500 28px/32px 'Magistral', sans-serif;
    line-height: 1.7;
}

    .statistic-item h3 a {
        font: 500 25px/33px 'Magistral', sans-serif;
    }

    .statistic-item h3 strong {
        line-height: 39px;
    }

.weekly-frequency-content ul.statistic-list {
    margin: 0;
}

.statistic-section .container {
    width: auto;
}

.statistic-list > li figcaption p {
    font: 500 16px/26px 'Roboto', sans-serif;
}

.section.vessel-results h2 {
    text-align: center;
    margin-bottom: 25px;
}

.section.vessel-results {
    padding-top: 40px;
}

.contacts-box .details-box {
    padding: 15px;
}

    .contacts-box .details-box:before {
        content: "";
        border-top: 1px solid #212b60;
        display: block;
    }

    .contacts-box .details-box:before {
        margin-bottom: 16px;
    }

    .contacts-box .details-box .vessel-block:after {
        margin-top: 30px;
    }

    .contacts-box .details-box:last-child .vessel-block:after {
        display: none;
    }

.vessel-details .details-box ul {
    list-style: none;
}

.details-box .vessel-text {
    color: #212b60;
    font: 700 15px/19px 'Roboto', sans-serif;
    display: -webkit-box;
}

    .details-box .vessel-text span {
        color: #212b60;
        font-size: 12px;
        font-weight: 400;
    }

.vessel-details .vessel-title {
    font-size: 13px;
    font-weight: 400;
}

.vessel-details h2 {
    text-align: center;
    margin-bottom: 0;
}

.vessel-details .vessel-text div {
    padding: 0;
    color: #2c3c73;
}

.vessel-details .details-box h4 {
    padding: 0;
    color: #2c3c73;
    margin-bottom: 15px;
}

.vessel-results .terminals-table td {
    border: solid #212b60;
    height: 50px;
    border-width: 0 0 1px;
    color: #2c3c73;
}

    .vessel-results .terminals-table td:nth-child(3) {
        text-transform: inherit;
    }


    .vessel-results .terminals-table td a {
        text-decoration: none;
        color: #5d87ff;
        font-weight: 500;
    }

.search-panel.vessel-search btn-group {
    color: #212b60;
}

.search-panel.vessel-search label {
    font-weight: 700;
    color: #2c3c73;
}

.search-panel.vessel-search h2 span {
    color: #2c3c73;
}

.vessel-results .terminals-table tr:nth-child(odd) td {
    background: #e9f6fc;
}

.vessel-results .terminals-table tr:nth-child(even) td {
    background: none;
}

.sidebar.vessel-details {
    padding: 28px 0 0;
}

.search-panel .btn:not(.dropdown-toggle) {
    width: 100%;
    min-width: 115px;
    margin: 28px 0 0;
}

/*.search-panel-advanced {
    margin: 0 -20px 20px;
}*/

.content .umb-grid .sidebar ul {
    list-style: none;
}

.search-panel .radio-btn {
    margin: 0 20px;
}

.radio-btn label {
    padding: 0 0 0 28px;
}

.content ul.trades-list {
    list-style: none;
    margin: 0 0 80px;
    padding: 12px 17px;
    font: 500 15px/19px 'Magistral', sans-serif;
    -webkit-box-shadow: 0 2px 13px rgba(204,204,204,.35);
    box-shadow: 0 2px 13px rgba(204,204,204,.35);
}

.management-section h3 {
    margin: 0 0 20px 0;
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
    color: #c0c4ea;
}

.management-section .sidebar {
    margin: 5px;
}

.service-listing .img > img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.service-listing .img {
    display: inline-table;
    float: none;
    width: 100%;
    margin: 0 0 10px;
}

.download-button, .button, .link-button {
    display: inline-block;
    margin: 0;
    text-align: center;
    border: solid 1px #212b60;
    background-color: transparent;
    color: #2c3c73;
    position: relative;
    z-index: 5;
    padding: 12px;
    border-radius: 22px;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
}

    .download-button .fa-file-archive-o {
        vertical-align: top;
        margin: 3px 8px 0 3px;
    }

    .link-button .fa-link {
        vertical-align: top;
        margin: 3px 8px 0 0px;
    }


    .button:hover {
        border-color: #37489f;
        background-color: transparent;
        color: #475eaf;
    }

    .button span:before {
        margin: 3px 8px 0 -22px;
        content: "\f1c6";
    }

.steps-section .storage-certificate-button .button span.fa.fa-file-archive-o:before {
    margin: 3px 8px 0 0;
    content: "\f1c6";
}

.service-listing li + li {
    border: none;
}

.visual-intro.additional-layer {
    opacity: 0.7;
}

    .visual-intro.additional-layer:before {
        content: '';
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #475eaf;
        opacity: 0.3;
    }

    .visual-intro.additional-layer .additional-layer-text {
        z-index: 50;
        opacity: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .visual-intro.additional-layer .additional-layer-breadcrumb {
        z-index: 51;
    }

.search-shipment-form .form-control {
    color: #212b60;
    font-weight: 400;
}

.contact-form .form-control {
    color: #212b60;
    font-weight: 400;
}

    .contact-form .form-control ::placeholder {
        color: #bcbcbc;
        font-weight: 300;
    }

.search-shipment-form .form-control::placeholder {
    color: #bcbcbc;
    font-weight: 300;
}

.btn-user {
    position: fixed;
    z-index: 15000;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    top: 80px;
}

.content .umb-grid .sidebar .service-listing {
    list-style: none;
    margin: 0 0 27px;
    padding: 3px 12px;
}

.sidebar.type-2 {
    padding: 0;
}

.type-3 {
    margin-top: -60px;
}

.content .umb-grid .sidebar .tools-list {
    list-style: none;
    margin: 0 0 50px;
    padding: 15px 0 37px;
}

.banner.banner-sidebar {
    position: relative;
}

.banner-text {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 20%;
    z-index: 10;
    color: #2c3c73;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
}

.steps-section .steps-form .btn.prev.cancel {
    background: none;
    color: #2c3c73;
    font-size: 14px;
    font-weight: 700;
    padding-left: 25px;
}

    .steps-section .steps-form .btn.prev.cancel:hover {
        text-decoration: underline;
    }

.steps-form .fa.fa-chevron-left {
    font-size: 12px;
    vertical-align: top;
    margin: 17px -15px 0 0;
    color: #2c3c73;
}

.eu-table {
    width: 100%;
    border-collapse: collapse;
}

    .eu-table th:first-child {
        padding-left: 15px;
        text-align: left;
    }

    .eu-table th {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        background-color: #212b60;
        vertical-align: middle;
        padding: 10px 5px;
        height: 50px;
    }

    .eu-table td {
        text-align: center;
        border: solid #8697b5;
        border-width: 0 0 1px;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        color: #212b60;
        padding: 5px;
        vertical-align: middle;
        height: 60px;
    }

        .eu-table td:nth-child(1) {
            text-align: left;
            text-align: left;
            padding-left: 15px;
        }

    .eu-table tr:nth-child(even) td {
        background: #e9f6fc;
    }

.form-group.umbraco-forms-field.checkbox {
    display: block;
}

    .form-group.umbraco-forms-field.checkbox label.col-sm-4.control-label.umbraco-forms-label {
        font-weight: bold;
    }

.thanksImage {
    background-image: url(/images/zimsubmit.jpg);
    background-repeat: no-repeat;
    background-size: 35px;
    padding: 20px;
    text-indent: -9999px;
    background-position: 50%;
}

    .thanksImage + h4, .thanksImage + h4 + p, .thanksImage + h4 + p + p {
        text-align: center;
        margin-bottom: 30px;
    }

.thanksButton {
    -webkit-appearance: none;
    cursor: pointer;
    border-color: #212b60;
    color: #fff;
    background: linear-gradient(to right, rgba(33,43,96,1) 0%,rgba(33,43,96,1) 33%,rgba(55,72,159,1) 66%,rgba(55,72,159,1) 100%);
    background-size: 300% 100%;
    position: relative;
    z-index: 5;
    overflow: hidden;
    padding: 12px;
    border-radius: 22px;
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
}

    .thanksButton:hover {
        color: #fff;
        text-decoration: none;
    }


.paging.vessels-paging {
    padding-top: 20px;
}

.vessels-paging .next {
    float: right;
    padding: 0;
}

.vessels-paging .previous {
    float: left;
    padding: 0;
}

.autocomplete-suggestions {
    overflow-y: auto;
}

.schedule-autocomplete {
    color: #2c3c73;
}

.ajaxdropdownlist {
    display: none;
}

.content .umb-grid ul.alert-info {
    list-style: none;
}

.solarstate {
    display: none;
}

.netweight {
    display: none;
}

.tareweight {
    display: none;
}

.warning-info {
    color: red;
}


.text-container table {
    border-collapse: collapse;
}



    .text-container table td {
        border: solid #8697b5;
        border-width: 0 0 1px;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        color: #212b60;
        padding: 5px;
        vertical-align: middle;
        height: 60px;
    }

    .text-container table th, table tr:first-child td.LongTermTitles {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        background-color: #212b60;
        vertical-align: middle;
        padding: 10px 5px;
        height: 50px;
    }

table tr:first-child td.LongTermTitles {
    text-align: center;
}

.text-container table tr:nth-child(even) td {
    background: #e9f6fc;
}

.steps-section .date .input-group-addon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    padding: 7px 0 0;
    border: none;
    background: none;
    color: #212b60;
}

.article-content .text-container img {
    margin-right: 15px;
}

.routing-table tr > td {
    border: none;
}

.content .umb-grid .text-container ul {
    list-style: none;
}

.text-container ul:not(.news-list) li::before {
    content: "• ";
    color: #5d87ff;
    font-size: 25px;
    vertical-align: middle;
}

.steps-form .checkboxlist input[type="checkbox"] {
    position: absolute;
    z-index: 10;
    width: 18px;
    height: 20px;
    opacity: 0;
    margin: 0;
    cursor: pointer;
}

.steps-form .checkboxlist .lbl {
    width: auto;
    margin: 0;
    padding: 0 0 0 20px;
    min-height: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    position: relative;
}

    .steps-form .checkboxlist .lbl:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 19px;
        height: 19px;
        border: 2px solid #212b60;
        border-radius: 4px;
        z-index: 1;
    }

.steps-form .checkboxlist label {
    width: 100%;
    display: inline;
}

.steps-form .checkboxlist .lbl:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 2px;
    background: url(../images/ico-check.svg) no-repeat 50% 50%;
    width: 15px;
    height: 14px;
    -webkit-background-size: 15px 14px;
    background-size: 15px 14px;
    z-index: 5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.steps-form .checkboxlist input[type="checkbox"]:checked + .lbl:after {
    opacity: 1;
    visibility: visible;
}

.steps-form .radio label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 31px;
    font-size: 20px;
    line-height: 24px;
    color: #2c3c73;
}

    .steps-form .radio label:before {
        position: absolute;
        left: 0;
        top: 4px;
        width: 18px;
        height: 18px;
        border: 2px solid #212B60;
        border-radius: 50%;
        background: #5d87ff;
        content: "";
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-box-shadow: inset 0 0 0 10px #fff;
        box-shadow: inset 0 0 0 10px #fff;
    }

.steps-form .radio input[type="radio"]:checked ~ label:before {
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}

.steps-form .radio input[type="radio"] {
    display: none;
}

.steps-form .singlechoice label {
    padding-top: 0;
}

.steps-form .singlechoice .radio {
    display: inline;
}

.steps-form .date .input-group-addon {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    padding: 7px 0 0;
    border: none;
    background: none;
    color: #212b60;
}

.eco-calculator {
    margin: 15px 0 50px 0;
    padding: 26px 0;
    border-bottom: 1px solid #979797;
    border-top: 1px solid #979797;
}

    .eco-calculator .note {
        font: 13px/26px 'Roboto', sans-serif;
    }

.routing-table tr > td.center {
    text-align: center;
}

.pdf-icon {
    width: 20px;
    height: 22px;
}

.pdf-link-container {
    margin-top: 50px;
    display: inline-block;
    text-align: center;
    border: solid 1px #212b60;
    background-color: transparent;
    color: #2c3c73;
    position: relative;
    z-index: 5;
    padding: 12px;
    border-radius: 22px;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
}

    .pdf-link-container a {
        color: #2c3c73;
    }

        .pdf-link-container a, .pdf-link-container a:hover {
            text-decoration: none;
        }

            .pdf-link-container a:hover {
                border-color: #37489f;
                background-color: transparent;
                color: #475eaf;
            }

.eco-calculator-details .routing-table tr > th:nth-child(1) {
    width: 13%;
}

.eco-calculator-details .routing-table tr > th:nth-child(2) {
    width: 13%;
}

.eco-calculator-details .routing-table tr > th:nth-child(3) {
    width: 24%;
}

.eco-calculator-details .routing-table.track-shipment tr > th:nth-child(4) {
    width: 17%;
}


.eco-calculator-details .routing-table.track-shipment tr > th:nth-child(5),
.eco-calculator-details .routing-table.track-shipment tr > th:nth-child(6) {
    text-align: center;
}


.eco-calculator-details .routing-table table tr > td:nth-child(1),
.eco-calculator-details .routing-table table tr > td:nth-child(2) {
    width: 13%;
}

.eco-calculator-details .routing-table table tr > td:nth-child(3) {
    width: 22%;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.us-status-details .routing-table th {
    padding: 15px 5px 13px 10px;
}

.us-status-details .routing-table table tr > td {
    padding: 19px 5px 19px 10px;
}

.us-status-details .routing-table.track-shipment tr:nth-child(odd) > td,
.us-status-details .routing-table.track-shipment tr:nth-child(even) > td {
    text-align: center;
}

.us-status-details .routing-table tr > th:nth-child(1),
.us-status-details .routing-table tr > th:nth-child(2),
.us-status-details .routing-table tr > th:nth-child(3),
.us-status-details .routing-table.track-shipment tr > th:nth-child(4) {
    width: 1%;
}

.us-status-details .routing-table table tr > td:nth-child(1),
.us-status-details .routing-table table tr > td:nth-child(2),
.us-status-details .routing-table table tr > td:nth-child(3),
.us-status-details .routing-table.track-shipment table tr > td:nth-child(4) {
    width: 0%;
}

.p2p-tbody {
    border-bottom: 1px solid #2c3c73;
}

.steps-section .eco-data-title {
    margin: 0 0 13px;
}

.eco-calculator.steps-form .capcha {
    padding: 0 0 26px;
}

.details-date {
    position: absolute;
    bottom: 0;
    left: 0;
}

.us-status-details .routing-table.track-shipment tr:nth-child(even) > td {
    background-color: #e9f6fc;
}

.us-status-details .routing-table.track-shipment tr:nth-child(odd) > td {
    background: none;
}

.us-status-details .routing-table tr > td {
    border: solid #212b60;
    border-width: 0 0 1px;
    background-color: transparent;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    padding: 19px 0;
    vertical-align: top;
}

.gate-status-tracing.us-status-details .routing-table tr > th:nth-child(1) {
    width: 10%;
}

.gate-status-tracing.us-status-details .routing-table tr > th:nth-child(2) {
    width: 22%;
}

.gate-status-tracing.us-status-details .routing-table tr > th:nth-child(3) {
    width: 10%;
}

.gate-status-tracing.us-status-details .routing-table tr > th:nth-child(4) {
    width: 40%;
}

.us-container-details.us-status-details .routing-table tr > th:nth-child(1) {
    width: 15%;
}

.us-container-details.us-status-details .routing-table tr > th:nth-child(2) {
    width: 15%;
}

.us-container-details.us-status-details .routing-table tr > th:nth-child(3) {
    width: 10%;
}

.us-container-details.us-status-details .routing-table tr > th:nth-child(4) {
    width: 25%;
}

.us-container-details.us-status-details .routing-table tr > th:nth-child(5) {
    width: 10%;
}

.us-container-details.us-status-details .routing-table tr > th:nth-child(7) {
    width: 15%;
}

.us-container-details.us-status-details .routing-table tr > th:nth-child(8) {
    width: 10%;
}

.e-container-details {
    background: #f0f1f6;
}

    .e-container-details .col-md-5 {
        padding-left: 0;
        padding-right: 0;
    }

    .e-container-details .contacts-box {
        background: none;
        padding: 0;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.e-container-box {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

#footer .call-center h4 {
    margin-top: 0;
}

#footer h4 img {
    vertical-align: middle;
    margin: 0 9px 0 0;
}

.schedule-by-line-map {
    position: relative;
    min-height: 500px;
    display: none;
    margin-bottom: 20px;
}

.search-box .form-control {
    padding: 11px 23px;
    color: #2c3c73;
    font-weight: 400;
}

.search-box input {
    height: 42px;
    font-weight: 400;
    line-height: 17px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
    padding: 11px 40px;
}

.search-section {
    padding: 20px 55px 0 0;
}

    .search-section .post {
        border-bottom: 1px solid #e1e1e1;
    }

        .search-section .post header:before {
            height: 80px;
        }

        .search-section .post .result-highlights {
            color: #858585;
        }

.results-count {
    color: #858585;
    font-size: 16px;
    padding: 10px 20px;
}

.add-nav .sub-nav-title {
    margin: 0 86px;
    font: 300 27px/32px 'Roboto', sans-serif;
}

.leaflet-pane .heading-box {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 15px 15px;
    background-color: #f0f1f6;
}

.leaflet-pane .info-schedule a {
    font-weight: 400;
    font-size: 13px;
    color: #2c3c73;
}

    .leaflet-pane .info-schedule a:after {
        content: ">";
        padding-left: 5px;
        display: inline-block;
    }

.leaflet-pane .list-shipping {
    list-style: none;
    padding: 15px 15px 15px;
}

.leaflet-pane .info-schedule {
    padding: 15px 15px 15px;
    border-bottom: solid 1px #2c3c73;
}

.leaflet-pane .shipping-line {
    padding: 15px 15px 15px;
    border-bottom: solid 1px #2c3c73;
}

.datepickerv2 {
    position: relative;
    display: block;
}

    .datepickerv2 .form-control {
        display: block;
        float: none;
        padding-right: 50px;
    }

.steps-form .datepickerv2 .input-group-addon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    padding: 7px 0 0;
    border: none;
    background: none;
    color: #212b60;
}

.copy-container-booking:first-child .delete-container {
    display: none;
}

.tooltip-inner .subttl {
    display: block;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 3px;
    margin-right: 7px;
}

.btn.btn-default.copy-button {
    padding: 12px 60px 12px 60px;
    border-radius: 30px;
    font-size: 14px;
}

.btn-default i.fa {
    margin: 0 5px 0 0;
}

.umbraco-forms-form .umbraco-forms-page input.input-validation-error {
    border-bottom: 1px solid #b10069;
}

.search-shipment-form.track-shipment-form input.input-validation-error, .wrapper .bottom-bar .search-shipment-form input.input-validation-error {
    border: 1px solid #b10069;
}

.lines-of-trades ul {
    list-style: none;
}

    .lines-of-trades ul li::before {
        content: "• ";
        color: #5d87ff;
        font-size: 25px;
        vertical-align: middle;
    }

.tools .location {
    padding: 0 0 0 41px;
}

    .tools .location .flag {
        left: 0;
        right: inherit;
    }

.dropdown .location .fa {
    position: absolute;
    top: 5px;
    right: -10px;
    font-size: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.dropdown.open .location .fa {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.add-nav {
    font-size: 15px;
}

.grid-mvc {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #2c3c73;
}

    .grid-mvc .arrow {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 20px 0 0;
    }

    .grid-mvc .sorted-asc .arrow:before {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -2px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        content: "";
        transition: all .3s;
        -webkit-transition: all .3s;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .grid-mvc .sorted-desc .arrow:before {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -2px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        content: "";
        transition: all .3s;
        -webkit-transition: all .3s;
    }

.umb-grid .grid-footer {
    visibility: hidden;
}

.grid-mvc {
    width: 100%;
    border-collapse: collapse;
}

    .grid-mvc th:first-child {
        padding-left: 15px;
        text-align: left;
    }

    .grid-mvc th {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        background-color: #212b60;
        vertical-align: middle;
        padding: 10px 5px;
        height: 50px;
    }

    .grid-mvc td {
        text-align: center;
        border: solid #8697b5;
        border-width: 0 0 1px;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        color: #212b60;
        padding: 5px;
        vertical-align: middle;
        height: 60px;
    }

        .grid-mvc td:nth-child(1) {
            text-align: left;
            padding-left: 15px;
        }

    .grid-mvc tr:nth-child(even) td {
        background: #e9f6fc;
    }

    .grid-mvc .table-striped tr th a,
    .grid-mvc .table-striped tr th .grid-sort-arrow {
        color: #ffffff;
    }

    .grid-mvc .table-striped > thead > tr > th a:hover,
    .grid-mvc .table-striped > thead > tr > th a:focus {
        text-decoration: none;
    }

    .grid-mvc .table-striped > thead > tr > th,
    .grid-mvc .table-striped > tbody > tr > td {
        vertical-align: middle;
    }

.weekly-frequency-content .text-container ul li::before {
    font-size: 0;
}

.request-form .umbraco-forms-label.checkbox {
    display: none;
}

.request-form .phone-number .small {
    width: 100%;
}

.request-form .prefix-campaign {
    width: 18.36734693877551%;
}

.request-form .phone-number .form-control {
    width: 100%;
}

.request-form .phone-campaign {
    width: 67.3469387755102%;
}

.request-form .phone {
    margin-bottom: 36px;
}

.request-form .phone-number {
    margin-bottom: 0;
}

.request-form .form-control {
    margin: 0;
}

.request-form .umbraco-forms-field-wrapper {
    margin: 0 0 24px;
}

.request-form .box .form-control {
    margin: 0;
}

.request-form .btn.btn-primary {
    width: 190px;
    display: block;
    margin: 0 auto;
}

.request-form .checkbox {
    margin: 0;
}

.request-form .umbraco-forms-navigation {
    padding-bottom: 45px;
    padding-top: 0;
}

.head-box .text-container ul li::before {
    content: none;
}

.post-section .post header:before, .search-section .post header:before {
    content: none;
}

.post-section .post .holder:before, .search-section .post .holder:before {
    position: absolute;
    top: 0px;
    left: -19px;
    bottom: 20px;
    width: 3px;
    border-radius: 3px;
    background: #5d87ff;
    content: "";
    display: block;
}

.post-section .post .holder, .search-section .post .holder {
    position: relative;
}

.management-box .inner:before {
    content: none;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #5D87FF;
}

.bootstrap-datetimepicker-widget table td.day {
    color: #212B60;
}

.content .umb-grid .list-unstyled {
    list-style: none;
}

.bootstrap-datetimepicker-widget table td.day.active:hover, .bootstrap-datetimepicker-widget table td.day.active {
    color: #fff;
}

footer.btn-row.page-action {
    margin-bottom: 20px;
    margin-left: -15px;
    float: left;
    width: 100%;
}

.search-panel-advanced.us-land {
    margin: 0 0 20px;
}

    .search-panel-advanced.us-land + .grid-mvc .arrow {
        padding: 0 13px 0 0;
    }

.news-block .listing a {
    padding: 6px 60px 19px 30px;
}

    .news-block .listing a:before {
        right: 56px;
    }

    .news-block .listing a .fa {
        right: 30px;
        margin-top: -13px;
    }

.news-block .entry-header {
    border-radius: 2px;
}

    .news-block .entry-header li:nth-child(2) {
        padding: 5px 30px;
    }

.news-block:before {
    bottom: -1px;
}

.news-block .entry-header:hover, .news-block .entry-header:focus {
    text-decoration: none;
    color: #5d87ff;
}

    .news-block .entry-header:hover a, .news-block .entry-header:focus a {
        text-decoration: none;
        color: #5d87ff;
    }

    .news-block .entry-header:hover:before, .news-block .entry-header:focus:before {
        background: #5d87ff;
    }

.certifictate-note {
    font: 13px/26px 'Roboto', sans-serif;
}

.rate-table {
    table-layout: fixed;
}

.umbraco-forms-container .form-group.checkbox > label {
    visibility: hidden;
}

.zim-steps .umbraco-forms-container .form-group.checkbox > label {
    visibility: inherit;
}

.umbraco-forms-container .form-group.checkbox .checkbox > label {
    padding: 0;
}

.umbraco-forms-container .form-group.checkbox .checkbox .lbl:before {
    top: 5px;
    left: -15%;
}

.zim-steps .umbraco-forms-container .form-group.checkbox .checkbox .lbl:before {
    top: -5px;
    left: -15%;
}

.umbraco-forms-container .form-group.checkbox .checkbox .lbl:after {
    top: 5px;
    left: -15%;
    width: 20px;
    height: 17px;
}

.zim-steps .umbraco-forms-container .form-group.checkbox .checkbox .lbl:after {
    top: -5px;
    left: -15%;
    width: 20px;
    height: 17px;
}

.websitefeedback .radio label {
    width: 100%;
}

.websitefeedback .content {
    padding: 0;
}

.steps-form .form-control {
    color: #212B60;
}

.content table ul {
    text-align: left;
}

.content .text-container ul li::before {
    color: #2c3c73;
    margin-left: -15px;
}

.content .text-container ul ul li::before {
    color: #5d87ff;
    margin-left: -15px;
}

.content .text-container ul {
    padding-left: 15px;
}

    .content .text-container ul ul {
        padding-left: 15px;
    }

.steps-form .bootstrap-filestyle .form-control::placeholder {
    color: #212B60;
    font-weight: 400;
    font-size: 16px;
}

.input-group .form-control::placeholder {
    color: #858585;
    font-size: 12px;
    font-weight: 300;
}

.landing-page h1 {
    color: #cad0ed;
    font-size: 80px;
    line-height: 0.9375;
    font-weight: 500;
    text-align: center;
    padding-top: 44px;
    margin: 0;
}

.steps-section .vgmmassupload {
    border-top: 1px solid #979797;
    padding-top: 30px;
    margin-top: 50px;
}

.captcha-block .BDC_CaptchaIconsDiv {
    float: right;
}

    .captcha-block .BDC_CaptchaIconsDiv a {
        display: block !important;
    }

.captcha-block .captcha-input {
    width: 180px;
    padding-top: 15px;
}

.datepicker.datepicker-dropdown {
    position: absolute;
}

.datepicker-02 .input-group-addon, .datepicker-03 .input-group-addon {
    height: 40px;
}

.datepicker-v2 {
    display: block;
}

.no-results {
    margin: 25px 0;
    padding: 15px;
}

.bottom-bar .arrow-up-block {
    margin: -8px -18px -7px 12px;
    float: right;
}

    .bottom-bar .arrow-up-block:before {
        /*background-image: url(/images/up2x.svg);*/
        background: url(../images/css_sprites.png) no-repeat -66px -67px;
        content: "";
        display: inline-block;
        height: 32px;
        width: 32px;
        background-repeat: no-repeat;
        float: right;
    }

.bottom-bar .nav ul a {
    font-weight: 400;
}

.list-links .link a {
    width: 100%;
}

.captcha-block .BDC_ReloadLink {
    padding-left: 10px;
    padding-bottom: 25px;
    padding-top: 5px;
}

.captcha-block .BDC_SoundLink {
    padding-left: 10px;
}

.datepicker.datepicker-dropdown {
    position: absolute;
    max-width: 300px;
    width: 100%;
}

.datepicker .datepicker-days {
    padding: 0 10px;
}

.datepicker table.table-condensed {
    width: 100%;
    color: #212b60;
}

.datepicker .prev,
.datepicker .table-condensed .datepicker-switch,
.datepicker .next,
.datepicker .table-condensed > thead > tr > th,
.datepicker .table-condensed > tbody > tr > th,
.datepicker .table-condensed > tbody > tr > td,
.datepicker .table-condensed > tfoot > tr > th {
    text-align: center;
}

.datepicker .table-condensed > thead > tr > th {
    font-size: 18px;
}

.datepicker .table-condensed > tbody > tr {
    border-bottom: 1px solid #eee;
}

    .datepicker .table-condensed > tbody > tr:first-child {
        border-top: 1px solid #eee;
    }

    .datepicker .table-condensed > tbody > tr > td {
        color: gray;
    }

        .datepicker .table-condensed > tbody > tr > td.disabled {
            color: #cfcdcd;
        }

        .datepicker .table-condensed > tbody > tr > td:focus {
            background-color: #eee;
        }

.datepicker .prev,
.datepicker .next {
    font-size: 24px;
    position: relative;
}

    .datepicker .prev:before,
    .datepicker .next:before {
        position: absolute;
        color: #212b60;
        display: block;
        width: 42px;
        height: 100%;
        font-family: 'FontAwesome';
        background: #fff;
        top: 0;
        padding-top: 5px;
        text-align: center;
    }

    .datepicker .next:before {
        content: '\f054';
        right: 0;
    }

    .datepicker .prev:before {
        content: '\f053';
        left: 0;
    }

.save-icon:before {
    position: absolute;
    left: 0;
    display: inline-block;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/ico-12.svg) no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.save-icon {
    position: relative;
    padding-left: 25px;
}

.text-container .fa-envelope:before, .text-container .fa-phone:before, .text-container .fa-mobile:before {
    padding-right: 5px;
}

.steps-form .temperature .form-control {
    padding: 6px 0;
}

.eco-text-box {
    margin-top: 50px;
    padding-left: 10px;
}

.timeline ul:before {
    display: none;
}

.timeline ul .passed,
.timeline ul li {
    position: relative;
}

    .timeline ul li .fa {
        color: #212b60;
    }

.timeline .passed .fa {
    color: #fff;
}

.timeline .passed .bul,
.timeline .bul {
    position: relative;
}

.timeline ul .passed:before,
.timeline ul li:before {
    content: '';
    position: absolute;
    top: 34px;
    width: 100%;
    left: 0;
    background-color: #212b60;
    height: 40px;
}


.timeline ul li:before {
    background-color: #f0f1f6;
}

.timeline ul .passed:first-child:before,
.timeline ul li:first-child:before {
    border-radius: 100px 0 0 100px;
}

.timeline ul .passed:last-child:before,
.timeline ul li:last-child:before {
    border-radius: 0 100px 100px 0;
}

.timeline ul li.after-passed {
    position: relative;
}

    .timeline ul li.after-passed > .icon {
        margin: 0 0 21px -13px;
        position: relative;
        z-index: 2;
    }


    .timeline ul li.after-passed .bul {
        border-color: transparent;
        background-color: #5d87ff;
    }


    .timeline ul li.after-passed.passed-border:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 55px;
        top: 25px;
        left: -1px;
        border-right: 2px dashed #abc0fd;
    }

.management-box .img:before {
    display: none;
}



.list-links .link a {
    border: none;
}

.list-links .date {
    font-size: 15px;
    line-height: 18px;
}

.list-links .link {
    text-align: left;
}

.text-container .no-style-table td {
    border: none;
}

.text-container .no-style-table tr:nth-child(even) td {
    background: none;
}

.slideshow .slick-next {
    border: solid #fff 2px;
}

.slideshow .slick-prev {
    border: solid #fff 2px;
}

.slideshow .slick-next:before {
    background-size: contain;
    content: '';
    right: 10px;
    top: 0;
    background-image: url(/images/up2x.svg);
    display: inline-block;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slideshow .slick-prev:before {
    background-size: contain;
    content: '';
    left: 10px;
    top: 0;
    background-image: url(/images/up2x.svg);
    display: inline-block;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.slideshow .slick-arrow:hover {
    border-color: #fff;
}

.post.no-image .holder {
    padding: 0 0 20px 19px;
}

.form-horizontal .checkbox-with-title {
    padding-top: 2px;
}

.leaflet-pane.leaflet-tooltip-pane .leaflet-tooltip.office-tooltip.leaflet-zoom-animated.leaflet-tooltip-bottom {
    font-weight: bold;
}

.datepicker table tr td.active.active,
.datepicker table tr td span.active.active {
    background-color: #eeeeee;
    border-color: transparent;
    background-image: none;
    color: #616476;
}

.datepicker .table-condensed > tbody > tr > td {
    color: #616476;
    font-size: 14px;
}

.datepicker-days .table-condensed > tbody > tr > td:hover,
.datepicker-months .table-condensed > tbody > tr > td span.month:hover,
.datepicker-years .table-condensed > tbody > tr > td span.year:hover {
    background-color: #37489f;
    color: #fff;
    cursor: pointer;
}

.radio-btn label:before {
    width: 18px;
    height: 18px;
    top: 1px;
}

.e-container-table {
    width: 100%;
    margin: 0 0 78px;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #2c3c73;
    border-collapse: collapse;
}

    .e-container-table .arrow {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 20px 0 0;
    }

    .e-container-table th:first-child {
        padding-left: 15px;
        text-align: left;
    }

    .e-container-table th {
        text-align: center;
        border: solid white;
        border-width: 1px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        background-color: #212b60;
        border-width: 0 0 1px;
        vertical-align: middle;
        padding: 10px 5px;
        height: 50px;
        width: 20%;
    }

    .e-container-table td {
        background: rgb(233, 246, 252);
        text-align: center;
        border: solid white;
        border-width: 1px;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        color: #212b60;
        padding: 5px;
        vertical-align: middle;
        height: 60px;
        color: #2c3c73;
        -moz-word-break: break-all;
        -o-word-break: break-all;
        word-break: break-all;
    }

        .e-container-table td:nth-child(1) {
            text-align: left;
            text-align: left;
            padding-left: 15px;
        }

    .e-container-table tr:nth-child(even) td {
        background: #e9f6fc;
    }

    .e-container-table .table-striped > thead > tr > th a,
    .e-container-table .table-striped > thead > tr > th .grid-sort-arrow {
        color: #ffffff;
    }

    .e-container-table .table-striped > thead > tr > th,
    .e-container-table .table-striped > tbody > tr > td {
        vertical-align: middle;
    }

.info-accordion .more .link-more-recent {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 18px 0 0;
}

.list-shipping {
    margin-bottom: 0;
}

.leaflet-popup-content .country-port-line {
    margin: 18px 0 0;
    padding-bottom: 20px;
}

.country-port-header {
    padding-top: 15px;
}

.phone-number-v2 .mark {
    float: left;
    background: none;
    width: 6.80272108843537%;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
}

.phone-number-v2 .prefix-campaign {
    width: 18.36734693877551%;
    padding: 0;
}

.phone-number-v2 .phone-campaign {
    padding: 0;
}

.timeline .fa-ship {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.grid-mvc.tariff-details td:nth-child(1) {
    width: 60%;
}

.tarif-total td {
    color: #212b60;
    font-weight: 700;
}

.grid-mvc.tariff-details tr:last-child td {
    border: none;
}

.search-shipment-form.type3 .form-control {
    border-color: #b2b2b2;
}

.search-box .search-shipment-form {
    max-width: 840px;
    margin: 0 0 13px;
}

.career-list.text-container ul li {
    list-style: none;
}

.career-list.text-container ul li {
    list-style: none;
}

.career-list.text-container .list li::before {
    content: none;
}

.intro-block.text-container ul li {
    list-style: none;
}

.demurrage-result-label {
    border-radius: 0;
    text-align: left;
    white-space: normal;
    display: block;
    color: #212b60;
    padding: 0 11px 10px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    margin: 0;
}

.demurrage-result-table {
    margin-bottom: 20px;
}

.local-result-table {
    margin-bottom: 20px;
}

.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: inherit;
    max-width: inherit;
}

#sticky-anchor {
    width: 100%;
    max-width: 1200px;
}

.schedule-by-line-map .icon-close {
    width: 35px;
    height: 35px;
    text-align: center;
    color: #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    background: #212b60;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: 20px;
    left: 10px;
}

    .schedule-by-line-map .icon-close .fa {
        position: absolute;
        top: 8px;
        left: 11px;
    }

.contactform .steps-form label {
    width: 33.3%;
}

.tools.margin-top {
    margin-top: 25px;
}

/*.eta24-block .grid-cell {
    white-space: pre;
}*/

.paging-list {
    text-align: center;
}

.routing-table table tr > td:nth-child(4) {
    width: 12%;
}

.dropdown-menu li.no-results {
    font: 13px/17px 'Roboto', sans-serif;
}

.no-results p + .small {
    margin-top: 44px;
}

.no-results .small {
    font-size: 80%;
    color: #979797;
    display: block;
    margin-bottom: 6px;
}

.track-info .btn-default.activity-saved .fa {
    color: #475eaf;
}

.lines-list-map {
    max-height: 180px;
    overflow-y: auto;
}

.disclaimer-box {
    color: #2c3c73;
    line-height: 30px;
    font-weight: 300;
}

.contacts-box .details-box {
    overflow: hidden;
}

.details-box .vessel-text {
    display: flex;
    display: -ms-flexbox;
}

.bottom-bar {
    width: 100%;
}

.details-box .vessel-text {
    display: -webkit-flex;
}

#is-load-form .error-block {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 475px;
    margin: 0;
    padding: 50px 15px;
    line-height: 25px;
    text-align: left;
    white-space: normal;
}

    #is-load-form .error-block [class*="col-"] {
        float: none;
        display: inline-block;
        vertical-align: top;
        padding: 56px 15px 56px 25px;
    }

    #is-load-form .error-block .start-clear {
        width: 49%;
    }

    #is-load-form .error-block .btn {
        min-width: inherit;
        width: 100%;
    }

    #is-load-form .error-block .start-clear {
        padding: 0 10px;
    }

.contacts-box .details-box .vessel-block:after {
}

#is-load-form .start-clear a {
    color: #37489f;
    background: #fff;
}

    #is-load-form .start-clear a:hover {
        color: #37489f;
        background: #fff;
    }

#is-load-form .error-block .load-saved {
    padding: 0 0 0 10px;
    width: 45%;
}

body .form-control:focus {
    border-color: #66afe9;
    outline: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.info-accordion .panel-heading.no-items {
    text-align: center;
    background: none;
}

    .info-accordion .panel-heading.no-items li {
        color: #fff;
        border-right: none;
    }

.required-sentence {
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #204d74;
}

    .required-sentence:before {
        content: "* ";
        color: #b10069;
    }

.bottom-bar li a p {
    margin: 0 0 0 0;
}

.alert-danger-text {
    color: #a94442 !important;
}

.search-shipment-form .form-control.alert-danger-text {
    font-size: 10px;
}

.prefix-campaign .phone-prefix.form-control.text.small {
    min-width: inherit;
    padding: 8px 5px;
}

.common-text {
    color: #2c3c73;
    line-height: 30px;
    font-weight: 300;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.tariff-link > i[class*="fa-chevron-"],
.tariff-link.collapsed > i[class*="fa-chevron-"] {
    font-size: 13px;
    vertical-align: top;
    margin: 6px 15px 0 -13px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
}

.tariff-link.opened > i[class*="fa-chevron-"] {
    font-size: 13px;
    vertical-align: top;
    margin: 6px 15px 0 -13px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.port-files {
    list-style: none;
    margin: 0 0 50px;
    padding: 12px 17px;
    -webkit-box-shadow: 0 2px 13px rgba(204,204,204,.35);
    box-shadow: 0 2px 13px rgba(204,204,204,.35);
}

    .port-files li {
        padding: 9px;
        border-top: 1px solid #788cac;
    }

        .port-files li:last-child {
            border-bottom: 1px solid #788cac;
        }

        .port-files li a {
            display: inline-block;
            vertical-align: top;
            border: 1px solid #646c8b;
            font-size: 14px;
            line-height: 24px;
            padding: 10px 20px;
            /*min-width: 238px;*/
            width: 100%;
            border-radius: 23px;
            color: #212b60;
        }

            .port-files li a:hover {
                text-decoration: underline;
            }

    .port-files > li:nth-child(odd) {
        background: #e9f6fc;
    }

    .port-files li a i {
        display: inline-block;
        vertical-align: top;
        margin: 5px 8px 0 0;
    }

.search-highlight em {
    color: #37489f;
    font-style: normal;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
}

.mega-menu .cities-area .dlist dt, .mega-menu .dlist dd {
    max-width: 65%;
}

.bottom-panel .tabs .nav-tabs > li > a {
    border: 1px solid rgba(255,255,255,0.6);
    border-right: none;
    -webkit-box-shadow: 2px -2px 2px 0 rgba(255,255,255,0.2);
    box-shadow: 2px -2px 2px 0 rgba(255,255,255,0.2);
}

.bottom-panel .tabs .nav-tabs > li:last-child > a {
    border-right: 1px solid #fff;
}

.port-link {
    display: block;
    margin-bottom: 5px;
}

    .port-link:last-child {
        margin-bottom: 0;
    }

.routing-table.expected-vessels-table table tr > td:nth-child(1),
.routing-table.expected-vessels-table tr > th:nth-child(1) {
    width: 12%;
}

.routing-table.expected-vessels-table table tr > td:nth-child(2),
.routing-table.expected-vessels-table tr > th:nth-child(2),
.routing-table.expected-vessels-table table tr > td:nth-child(3),
.routing-table.expected-vessels-table tr > th:nth-child(3),
.routing-table.expected-vessels-table table tr > td:nth-child(4),
.routing-table.expected-vessels-table tr > th:nth-child(4) {
    width: 7%;
}

.routing-table.expected-vessels-table table tr > td:nth-child(5),
.routing-table.expected-vessels-table tr > th:nth-child(5) {
    width: 8%;
}

.routing-table.expected-vessels-table table tr > td:nth-child(6),
.routing-table.expected-vessels-table tr > th:nth-child(6) {
    width: 10%;
}

.routing-table.expected-vessels-table table tr > td:nth-child(7),
.routing-table.expected-vessels-table tr > th:nth-child(7) {
    width: 11%;
}

.routing-table.expected-vessels-table table tr > td:nth-child(8),
.routing-table.expected-vessels-table tr > th:nth-child(8) {
    width: 20%;
}

.content h2.expected-vessels-line-title {
    text-align: center;
    margin-top: 41px;
}

table.grid-table .grid-header > .grid-header-title {
    margin-right: 0;
}

.us-land-text-box {
    margin-top: 50px;
    padding-left: 10px;
}

.leaflet-touch .leaflet-control-layers {
    display: none;
}

.steps-form .radio.website input[type="radio"] {
    display: block;
    margin-left: 3px;
}

.timeline {
    overflow-x: hidden;
}

ul.alphabet-list {
    display: inline-block;
    padding: 15px 20px 12px;
}

.disabled-link {
    color: #626679;
}

.contact-listing dl:before {
    content: none;
}

.contact-listing dl {
    padding: 0;
}

/*.bottom-bar .nav ul li {
    max-width: 100%;
}*/

.alert .btn-close {
    z-index: 1000;
}


.careers-search .careers-button {
    float: right;
}


.export-table .routing-table.expected-vessels-table table tr > td:nth-child(5),
.export-table .routing-table.expected-vessels-table tr > th:nth-child(5) {
    width: 6%;
}

.export-table .routing-table.expected-vessels-table table tr > td:nth-child(8),
.export-table .routing-table.expected-vessels-table tr > th:nth-child(8) {
    width: 10%;
}

.export-table .routing-table.expected-vessels-table table tr > td:nth-child(9),
.export-table .routing-table.expected-vessels-table tr > th:nth-child(9) {
    width: 12%;
}


.export-line-table .routing-table.expected-vessels-table table tr > td:nth-child(1),
.export-line-table .routing-table.expected-vessels-table tr > th:nth-child(1) {
    width: 7%;
}

.export-line-table .routing-table.expected-vessels-table table tr > td:nth-child(2),
.export-line-table .routing-table.expected-vessels-table tr > th:nth-child(2),
.export-line-table .routing-table.expected-vessels-table table tr > td:nth-child(3),
.export-line-table .routing-table.expected-vessels-table tr > th:nth-child(3),
.export-line-table .routing-table.expected-vessels-table table tr > td:nth-child(4),
.export-line-table .routing-table.expected-vessels-table tr > th:nth-child(4) {
    width: 6%;
}



.export-line-table .routing-table.expected-vessels-table table tr > td:nth-child(6),
.export-line-table .routing-table.expected-vessels-table tr > th:nth-child(6) {
    width: 10%;
}


.export-line-table .routing-table.expected-vessels-table table tr > td:nth-child(8),
.export-line-table .routing-table.expected-vessels-table tr > th:nth-child(8),
.export-line-table .routing-table.expected-vessels-table table tr > td:nth-child(9),
.export-line-table .routing-table.expected-vessels-table tr > th:nth-child(9),
.export-line-table .routing-table.expected-vessels-table table tr > td:nth-child(10),
.export-line-table .routing-table.expected-vessels-table tr > th:nth-child(10) {
    width: 10%;
}


#map-id .office-tooltip, .line-map-landing .office-tooltip {
    font-weight: bold;
}

.career-list .more {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 22px;
    font: 500 15px/1.5 'Magistral', sans-serif;
    text-transform: uppercase;
    color: #212b60;
}

    .career-list .more .fa {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -11px;
        font-size: 21px;
        font-weight: 500;
    }

.career-content .list .fa {
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 20px;
}

.career-content .list strong {
    font: 500 15px/1.5 'Magistral', sans-serif;
}

.career-content ul li {
    list-style: none;
}

.career-content .list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 17px;
    font-weight: 300;
    color: #2c3c73;
}

    .career-content .list li::before {
        content: none;
    }

    .career-content .list li {
        position: relative;
        padding: 0 0 0 31px;
    }

        .career-content .list li + li {
            margin-top: 15px;
        }

.career-topic {
    padding-bottom: 25px;
}

.career-apply .btn {
    min-width: 192px;
    margin-top: 15px;
    float: left;
    display: block;
    margin-top: 15px;
}

.career-inner .list li + li {
    margin-top: 23px;
}

#complete-later-success .error-block {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 475px;
    margin: 0;
    padding: 50px 15px;
    line-height: 25px;
    text-align: left;
    white-space: normal;
}

.schedule-table tbody tr.partner-voy td:first-child {
    font-weight: 400;
}

.schedule-table tbody tr.partner-voy td {
    background: #212b60;
    border-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 1px #fff;
}



#map-id .directions-blue, .line-map-landing .directions-blue {
    stroke-dasharray: 1;
    stroke: #37489F;
}

#map-id .directions-orange, .line-map-landing .directions-orange {
    stroke-dasharray: 1;
    stroke: #D0021B;
}

.line-info .section .transit-table th:first-child {
    width: 90px;
}

.line-info .section .transit-table th {
    width: auto;
}

.schedule-table th:first-child {
    width: 140px;
    min-width: 140px;
}

.transit-table .title-box {
    height: 83px;
}

    .transit-table .title-box:before {
        -webkit-transform: rotate(43deg);
        -ms-transform: rotate(43deg);
        transform: rotate(43deg);
    }

.humongous-column {
    width: 50%;
}

.wide-column {
    width: 33.33%;
}

.progress-info .last-line:before {
    right: 0px;
}

.progress-block .col {
    width: 50%;
}

.mega-vissible.field-validation-error {
    background: white;
    padding: 0 5px;
}

.azuremediaplayer {
    width: 100%;
}

.btn-user {
    /*background: url(../images/ico-11_gray.svg) no-repeat;*/
    background: url(../images/css_sprites.png) no-repeat -10px -10px;
}

.search-bar .row {
    display: block;
}

.track-shipment-popover {
    color: #5d87ff;
    font-size: 20px;
}

    /*.track-shipment-popover:hover {
        color: #858585;
    }*/

    .track-shipment-popover i {
        padding-top: 12px;
    }

.btn-primary-popup {
    width: 150px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 5;
    overflow: hidden;
    padding: 12px;
    border-radius: 22px;
    font-size: 14px;
    line-height: 19px;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
    border-color: #212b60;
    color: #fff;
    background: rgb(33,43,96);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(33,43,96,1) 0%, rgba(33,43,96,1) 33%, rgba(55,72,159,1) 66%, rgba(55,72,159,1) 100%);
    background: -webkit-linear-gradient(left, rgba(33,43,96,1) 0%,rgba(33,43,96,1) 33%,rgba(55,72,159,1) 66%,rgba(55,72,159,1) 100%);
    background: linear-gradient(to right, rgba(33,43,96,1) 0%,rgba(33,43,96,1) 33%,rgba(55,72,159,1) 66%,rgba(55,72,159,1) 100%);
    -webkit-background-size: 300% 100%;
    background-size: 300% 100%;
}

    .btn-primary-popup:hover {
        text-decoration: none;
        background-color: #286090;
        border-color: #37489f;
        background-position: 100% 0;
        color: #fff;
    }

    .btn-primary-popup a {
        color: #fff;
        text-decoration: none;
    }

.button-popup {
    display: inline-block;
    margin: 0;
    width: 150px;
    text-align: center;
    border: solid 1px #212b60;
    background-color: transparent;
    color: #2c3c73;
    position: relative;
    z-index: 5;
    padding: 12px;
    border-radius: 22px;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
}

    .button-popup:hover {
        border-color: #37489f;
        background-color: transparent;
        color: #475eaf;
    }


    .button-popup a {
        color: #2c3c73;
        text-decoration: none;
        cursor: pointer;
    }



.line-exeption-port-box {
    margin-top: 25px;
    color: #2b3568;
    font-weight: 700;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-zim {
    display: block;
    position: relative;
}

    .autocomplete-zim .form-control {
        float: none;
        display: block;
        height: 40px;
        padding: 10px;
        border: none;
        border-radius: 4px;
        background: #fff;
        color: #2c3c73;
        font: 15px/20px 'Roboto', sans-serif;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.autocomplete-no-suggestion {
    padding: 8px 10px;
    cursor: pointer;
    background: #F0F0F0;
}

.bootstrap-select.open {
    border-color: #66afe9;
    outline: 5px auto -webkit-focus-ring-color;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.row .datepicker-02.input-group .form-control {
    border-radius: 4px;
}

/* http://issues.uteam.co.il/Issues/IssueDetail.aspx?id=28714 */
.bottom-bar .nav ul a:focus, .bottom-bar .nav ul a:hover, .bottom-bar .nav ul .active > a {
    background-color: #eeeeee;
}

.quick-search-direction {
    margin-top: 7px;
}

.bottom-bar .nav ul .ico-01:before {
    /*background-image: url(/images/calendar.svg);*/
    background: url(../images/css-sprite-b.png) no-repeat -10px -10px;
}

.share-buttons {
    display: inline-block;
    float: right;
}

    .share-buttons .social li {
        margin-bottom: 13px;
        display: inline-block;
        vertical-align: top;
        margin: 5px;
        font-size: 40px;
    }

        .share-buttons .social li a {
            text-decoration: none;
        }

.social li a.social-svg {
    width: 21.5px;
    height: 24.8px;
    display: block;
}

.schedule-table tr td.remarks-row {
    background: #eee;
}

.remarks-block .remarks-row p {
    margin: 0;
    padding: 10px;
    font-weight: bold;
}

.remarks-block .remarks-row ul {
    padding-bottom: 10px;
}

.remarks-block .remarks-row li {
    padding: 0 50px 5px 50px;
    font-weight: 400;
}

.schedule-table tr td.remarks-row .remarks {
    margin-top: 5px;
    font-weight: 500;
    padding-left: 28px;
}


.trades-accordion {
    margin-top: 30px;
}


.trades-list.related-files a:before {
    display: none;
}

.related-files-dates {
    font: 300 12px/15px 'Roboto-Light', sans-serif;
}

.info-box .btn-scale {
    background: url(../images/magnifing-glass-25.2x25.2.svg) no-repeat;
    width: 25px;
    height: 25px;
}

.logo-for-print {
    width: 50px;
    height: 50px;
}

.contacts-box .box.customer-info-box:before {
    display: none;
}

.port-sidebar.sidebar {
    padding: 69px 0 0;
}

.line-info .table-section:last-child {
    width: 100%;
}

.navigation-tabs > li > a {
    line-height: 18px;
}

.trades-list.related-files {
    font: normal 15px/18px 'Roboto', sans-serif;
}

.customer-info-box .lines-list li {
    padding-bottom: 10px;
}

    .customer-info-box .lines-list li:last-child {
        padding-bottom: 0;
    }


.progress-block .top.container-row > [class*="col-"]:nth-child(2n):before {
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 2px;
    width: 1px;
    background: #212b60;
    content: "";
}

.progress-block .top.container-row .dl-inline.green {
    text-align: center;
}

    .progress-block .top.container-row .dl-inline.green dt {
        font-weight: bold;
    }

    .progress-block .top.container-row .dl-inline.green dd {
        font-weight: 400;
    }


.amp-default-skin .vjs-controls-enabled .vjs-big-play-button {
    background: transparent;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    border: none !important;
}

.amp-default-skin .vjs-big-play-button:before {
    background-image: url(../images/ico-play-white-0001.svg);
}

.amp-default-skin .vjs-big-play-button:hover:before {
    opacity: 0;
    background-image: url(../images/ico-play-white-0001.svg);
}


.amp-default-skin .vjs-big-play-button:after {
    opacity: 0;
    background-image: url(../images/ico-play-blue-0001.svg);
    transform: translate(-50%,-50%);
}

.amp-default-skin .vjs-big-play-button:hover:after {
    opacity: 1;
}


.amp-default-skin .vjs-big-play-button:before, .amp-default-skin .vjs-big-play-button:after {
    content: '' !important;
    position: absolute;
    z-index: 20;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.amp-default-skin.amp-big-play-centered:hover .vjs-big-play-button, .amp-default-skin.amp-big-play-centered .vjs-big-play-button:focus {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    background-color: transparent;
}

.cargo-box h3 {
    margin: 0 20px 26px;
}

.popover-content {
    font-size: 14px;
}

    .popover-content img {
        max-width: 100%;
        height: auto;
    }

.directions-hiden {
    stroke: transparent;
    stroke-width: 12px;
}

.directions-bold-blue {
    stroke-dasharray: 25;
    stroke: #37489F;
    stroke-width: 2px;
}

.schedule-by-line-map #map-id .direction-link {
    cursor: default;
}

.schedule-by-line-map .icon-download {
    width: 250px;
    text-align: center;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    bottom: 30px;
    right: 60px;
}

.content table ul.partner-voy-list {
    text-align: center;
}

.info-box .img.row {
    padding: 20px 0 20px 20px;
    cursor: pointer;
}

    .info-box .img.row .col-md-8 span {
        font-size: 20px;
        line-height: 24px;
        color: #212b60;
        letter-spacing: 0.3px;
        font-weight: 500;
    }

    .info-box .img.row .map-box-hover {
        opacity: 0;
        height: 0;
        display: none;
    }

    .info-box .img.row .map-box-static {
        opacity: 1;
        height: 100%;
        display: block;
    }

    .info-box .img.row:hover .map-box-static {
        opacity: 0;
        height: 0;
        display: none;
    }

    .info-box .img.row:hover .map-box-hover {
        opacity: 1;
        height: 100%;
        display: block;
    }

    .info-box .img.row:hover .col-md-8 span {
        color: #6f9dff;
    }

.bottom-bar .nav ul li:hover:before {
    display: none;
}

.main-nav > ul > li > a:after {
    z-index: 20;
}

.visual-box::before {
    background: #4a90e2;
}

#footer .no-call-center + .social {
    margin: 35px -8px 0;
}

.datepicker.dropdown-menu {
    z-index: 1200 !important;
}

#portWeeksSelector {
    z-index: 1100;
}

.autocomplete-zim .form-control::-webkit-input-placeholder {
    font-size: 15px;
}

.autocomplete-zim .form-control:-moz-placeholder {
    font-size: 15px;
}

.autocomplete-zim .form-control::-moz-placeholder {
    font-size: 15px;
}

.autocomplete-zim .form-control:-ms-input-placeholder {
    font-size: 15px;
}

.mega-menu .list.type2 li.contact-us-loader {
    padding-top: 170px;
    padding-left: 140px;
}

.cities-area .contact-us-loader {
    padding-left: 180px;
    padding-top: 175px;
}

.tab-content .icon-download {
    width: 250px;
    text-align: center;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    bottom: 30px;
    right: 60px;
}

.search-bar .radio label:before {
    border: 2px solid #212B60;
}

.bootstrap-select.type5 > .dropdown-toggle {
    font-weight: 400;
}

.bootstrap-select.btn-group.type5 .dropdown-menu li a {
    font-weight: 400;
}

.top-row.low-height td dl dt,
.top-row.low-height td dl dd {
    line-height: 0;
}

.tracking-form label.tracking-question {
    width: 100%;
    text-align: left;
    padding: 10px 10px;
}

.tracking-form .radio {
    padding-right: 15px;
}

.tracking-form label.tracking-answer {
    width: auto;
    text-align: left;
}

.tracking-form .bootstrap-filestyle.input-group {
    width: 50%;
}

.tracking-form .form-group .radiobuttonlist .radio {
    display: block;
    padding-top: 0;
}

.content .contact-listing.no-background-contacts li {
    background: #fff;
}

.slideshow figure.no-padding {
    padding: 0;
}

.bottom-bar {
    max-width: inherit;
    border-radius: 0;
}

    .bottom-bar > .row {
        max-width: 100%;
        margin: 0 auto;
    }

.umbracoForms-Indicator {
    color: #b10069;
}

.steps-form.website-feedback label {
    font-size: 16px;
    font-weight: 700;
}

.steps-form .radio label, .steps-form .checkboxlist label, .steps-form .checkbox label {
    font-size: 14px;
    font-weight: 400;
}

.schedule-table tr.freez-column:nth-child(odd) td {
    background: #fff;
}

.schedule-table tr.freez-column:nth-child(even) td {
    background: #e9f6fc;
}

.previous-scroll {
    display: inline-block;
    width: 95px;
    height: 42px;
    border-radius: 22px;
    margin: -15px 0 0;
    font-size: 0;
    background: -moz-linear-gradient(left,rgba(33,43,96,1) 0%,rgba(33,43,96,1) 33%,rgba(55,72,159,1) 66%,rgba(55,72,159,1) 100%);
    background: -webkit-linear-gradient(left,rgba(33,43,96,1) 0%,rgba(33,43,96,1) 33%,rgba(55,72,159,1) 66%,rgba(55,72,159,1) 100%);
    background: linear-gradient(to right,rgba(33,43,96,1) 0%,rgba(33,43,96,1) 33%,rgba(55,72,159,1) 66%,rgba(55,72,159,1) 100%);
    background-size: 300% 100%;
    position: relative;
    margin-right: 30px;
}

    .previous-scroll:before {
        background-size: contain;
        content: '';
        top: 0;
        background-image: url(/images/up2x.svg);
        display: inline-block;
        height: 32px;
        width: 32px;
        background-repeat: no-repeat;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
        content: '';
        left: 10px;
        position: absolute;
        z-index: 20;
        top: 0;
        font: 36px/38px 'FontAwesome';
        margin: 4px 0 0;
    }

    .previous-scroll.inactive {
        background: lightgray;
    }

.next-scroll {
    display: inline-block;
    width: 95px;
    height: 42px;
    border-radius: 22px;
    margin: -15px 0 0;
    font-size: 0;
    background: -moz-linear-gradient(left,rgba(33,43,96,1) 0%,rgba(33,43,96,1) 33%,rgba(55,72,159,1) 66%,rgba(55,72,159,1) 100%);
    background: -webkit-linear-gradient(left,rgba(33,43,96,1) 0%,rgba(33,43,96,1) 33%,rgba(55,72,159,1) 66%,rgba(55,72,159,1) 100%);
    background: linear-gradient(to right,rgba(33,43,96,1) 0%,rgba(33,43,96,1) 33%,rgba(55,72,159,1) 66%,rgba(55,72,159,1) 100%);
    background-size: 300% 100%;
    position: relative;
}

    .next-scroll:before {
        background-size: contain;
        content: '';
        top: 0;
        background-image: url(/images/up2x.svg);
        display: inline-block;
        height: 32px;
        width: 32px;
        background-repeat: no-repeat;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        content: '';
        right: 10px;
        position: absolute;
        z-index: 20;
        top: 0;
        font: 36px/38px 'FontAwesome';
        margin: 4px 0 0;
    }

    .next-scroll.inactive {
        background: lightgray;
    }

.shedule-table-scroll {
    display: block;
    width: 100%;
    text-align: right;
}

.schedule-table {
    width: 140px;
}

    .schedule-table th {
        min-width: 128px;
    }

    .schedule-table td.left-direction {
        width: 140px;
        min-width: 140px;
    }

.content table.schedule-table ul {
    text-align: center;
}

#lines-schedule {
    display: block;
}

#gvMain_Header_Freeze td {
    background: #212b60;
    color: #fff;
}

#gvMain_Header_Fixed td {
    background: #212b60;
    color: #fff;
}

.mega-vissible.field-validation-error {
    border: 2px solid #5d87ff;
    padding: 5px 25px;
    position: absolute;
    top: -50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 5px;
    width: 515px;
}

    .mega-vissible.field-validation-error:after {
        position: absolute;
        left: 15%;
        bottom: -11px;
        margin-left: -11px;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-top: 11px solid #fff;
        content: "";
        transition: all .3s;
        -webkit-transition: all .3s;
    }

.left-direction .gridViewScrollHelper {
    float: left;
}

.head-box {
    text-align: center;
    padding: 19px 10px;
    list-style: none;
    margin: 44px auto 64px;
    max-width: 862px;
    text-align: center;
    border: 1px solid rgba(33,43,96,.1);
    box-shadow: 0 4px 13px #bec4e8;
}

    .head-box ul {
        list-style: none;
        padding: 0;
        margin: 0;
        max-width: inherit;
        text-align: left;
        line-height: 0;
        border: none;
        box-shadow: none;
    }

.progress-info .passed .ico-bullet {
    background-color: transparent;
}

.remarks-block {
    border-bottom: 1px solid #2b3568;
    margin: 0;
    background: #eee;
    color: #2b3568;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

    .remarks-block .remarks-row {
        text-align: left;
        display: inline;
    }

    .remarks-block .remarks {
        text-align: left;
    }

.expected-table-heading {
    text-align: center;
    margin: 0 auto 13px;
}

.expected-table.line-features {
    list-style: none;
    text-align: center;
    margin: inherit;
}

    .expected-table.line-features li:nth-child(2):before {
        display: none;
    }

    .expected-table.line-features li + li + li:before {
        content: '';
        position: absolute;
        z-index: 20;
        top: 0;
        left: 0;
        width: 1px;
        height: 13px;
        margin: 3px 0 0 12px;
        background: #636e94;
    }

.error-section {
    margin-bottom: -60px;
}

#footer .footer-information {
    padding: 20px 0 0;
    border-top: 1px solid;
    margin-top: 15px;
    font-size: 12px;
}

    #footer .footer-information p {
        margin: 0 0 15px;
        font-size: 12px;
        font-weight: 400;
        font-family: Roboto, sans-serif;
        text-transform: none;
    }

    #footer .footer-information .footer-list li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
        position: relative;
        color: rgba(255, 255, 255, 0.7);
    }

        #footer .footer-information .footer-list li a {
            color: inherit;
        }

        #footer .footer-information .footer-list li:after {
            content: '';
            display: block;
            position: absolute;
            right: -12px;
            top: 50%;
            width: 2px;
            height: 2px;
            border-radius: 50%;
            background: #fff;
        }

        #footer .footer-information .footer-list li:last-child:after {
            display: none;
        }

    #footer .footer-information p + ul {
        border-top: none;
    }

.country-title {
    color: #2c3c73;
    font-weight: 700;
}

.branch-picker-block {
    max-width: 212px;
    margin: -8px 27px -2px 0;
    width: 100%;
    display: inline-block;
}

.branch-picker-button {
    color: #2c3c73;
    font-weight: 400;
    padding: 10px 40px 10px 10px;
    border-radius: 6px;
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    float: left;
    font: 16px/20px 'Roboto',sans-serif;
    border: 1px solid #212b60;
    width: 100%;
}

.branch-picker-block .bs-caret {
    color: #2c3c73;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.branch-picker-block .caret {
    right: 12px;
    margin-top: -11px;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    margin-left: 0;
    display: inline-block;
    border: 0;
}

    .branch-picker-block .caret:before {
        font: normal normal normal 20px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #212b60;
        content: "\f107";
    }

.branch-picker-block .dropdown-menu {
    top: 85%;
    left: auto;
    border: 1px solid #212b60;
    width: 212px;
    height: auto;
    overflow-x: auto;
    max-height: 200px;
}

    .branch-picker-block .dropdown-menu:focus {
        outline: 5px auto -webkit-focus-ring-color !important;
        outline-offset: -2px !important;
    }

.branch-picker-block.open .dropdown-menu {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}

.branch-picker-block .dropdown-menu a {
    font-weight: 400;
    padding: 7px 10px;
    width: 100%;
    display: block;
    color: #2c3c73;
}

    .branch-picker-block .dropdown-menu a:hover {
        color: #5d87ff;
        text-decoration: none;
    }

.fake-link {
    display: block;
    position: relative;
    padding: 5px 35px;
    color: #2c3c73;
}

.required {
    color: #b10069;
}

label > span.required {
    margin-left: 5px;
}



.customer-service dd, .customer-service dt {
    font-weight: 500;
    color: #212b60;
}

.gray-background {
    background-color: lightgray;
}

.grid-padding-75 {
    padding: 75px;
}

.row-images > .container {
    text-align: center;
}

.row-images .col-md-4.column:nth-child(odd) {
    padding-top: 100px;
}

.row-images .col-md-4.column img {
    margin-bottom: 20px;
}

.row-images p {
    font-size: 23px;
    font-weight: bold;
}

.amp-default-skin .vjs-controls-enabled .vjs-big-play-button {
    box-shadow: none !important;
}

.progress-info .visible-print.track-shipment-visible {
    display: block !important;
}

.progress-info .passed .visible-print.track-shipment-visible {
    display: none !important;
}


.grid-mvc .arrow.default-desc-sort:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.grid-mvc .sorted-asc .arrow.default-desc-sort:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.route-table .arrow.default-desc-sort:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.route-table .arrow.default-asc-sort:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.route-table th a {
    color: #fff;
}

.terminals-table .grid-mvc th:first-child {
    padding-left: 91px;
    text-align: left;
}

.terminals-table .grid-mvc td:first-child {
    padding-left: 93px;
}


.terminals-table th:nth-child(4), .terminals-table th:nth-child(3), .terminals-table th:nth-child(2) {
    width: auto;
}

.terminals-table th:nth-child(4) {
    padding-left: 0;
}

.terminals-table td:nth-child(4) {
    padding-left: 0;
}

.ports-table .grid-mvc th a:hover,
.ports-table .grid-mvc th a:focus {
    text-decoration: none;
}

.ports-table table.grid-table .grid-header:nth-child(1) > .grid-header-title,
.ports-table table.grid-table .grid-header:nth-child(2) > .grid-header-title,
.ports-table table.grid-table .grid-header:nth-child(3) > .grid-header-title {
    white-space: normal;
}

.ports-table .grid-mvc tr:nth-child(even) td {
    background: none;
}

.helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.contact-listing .list .fa-mobile {
    top: 0;
    left: 1px;
    font-size: 22px;
}

.port-search-blocked p {
    margin: 4px 0 0;
    text-align: center;
}

.progress-info .ico-bullet {
    width: 25px;
    height: 25px;
    background-color: transparent;
}

.tools-list li:nth-last-child(1):nth-child(odd) {
    display: block;
}

    .tools-list li:nth-last-child(1):nth-child(odd):after {
        position: absolute;
        right: -1px;
        top: 11px;
        width: 1px;
        height: 90px;
        background: #212b60;
        content: "";
    }

.navbar .btn-close {
    color: #fff;
    background: #212b60;
    border-radius: 0 0 15px 15px;
    text-align: center;
    font-size: 16px;
    padding: 9px 23px 9px 35px;
}

    .navbar .btn-close:before {
        content: '\f102';
        position: absolute;
        top: 9px;
        left: 18px;
        font-size: 18px;
        font-family: FontAwesome;
    }

    .navbar .btn-close .ico {
        display: none;
    }

.next-scroll:focus {
    box-shadow: 0 0 3pt 1pt #6f9dff;
    outline: 0 auto -webkit-focus-ring-color !important;
}

.previous-scroll:focus {
    box-shadow: 0 0 3pt 1pt #6f9dff;
    outline: 0 auto -webkit-focus-ring-color !important;
}

.paging .paging-list .PagedList-skipToPrevious a:focus {
    box-shadow: 0 0 3pt 1pt #6f9dff;
    outline: 0 auto -webkit-focus-ring-color !important;
}

.paging .paging-list .PagedList-skipToNext a:focus {
    box-shadow: 0 0 3pt 1pt #6f9dff;
    outline: 0 auto -webkit-focus-ring-color !important;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/animated_spinner.gif) 50% 50% no-repeat rgb(249,249,249);
}

.bottom-bar .search-shipment-form .form-control {
    padding: 11px 0 11px 13px;
}

.forms-tooltip {
    display: block;
}

.us-land-text-box p {
    margin: 0 0 0;
    line-height: 23px;
}

.bootstrap-select.btn-group.type3 .dropdown-menu li.active a, .bootstrap-select.btn-group.type4 .dropdown-menu li.active a {
    color: #5d87ff;
}

.mega-menu .list .has-drop > a {
    padding-left: 60px;
}

/*for site map*/
.sitemap-flex {
    display: flex;
    display: -ms-flexbox; /*IE10 */
    flex-wrap: wrap;
    /*justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;*/
}


    .sitemap-flex .box {
        width: 100%;
        max-width: 25%;
        margin-bottom: 30px;
    }

        .sitemap-flex .box ul {
            margin: 0;
            padding: 0;
        }

        .sitemap-flex .box h4 {
            color: #212b60;
            border-bottom: 1px solid #e9eaf0;
            font-family: Roboto, sans-serif;
            font-weight: bold;
            line-height: initial;
            font-size: 16px;
        }

        .sitemap-flex .box .level {
            list-style-type: disc;
            counter-reset: item;
            list-style-position: outside;
            color: #6f9dff;
            padding-left: 30px;
            padding-right: 15px;
        }

            .sitemap-flex .box .level a {
                /*margin-left: -7px;*/
            }

        .sitemap-flex .box .level-2 {
            color: #6f9dff;
            /*list-style-type: disc;*/
            counter-reset: item;
            /*list-style-position: inside;*/
            padding-left: 20px;
        }

.cons-type {
    width: 100%;
    padding: 6px 20px;
    border-color: #212b60;
    border-radius: 3px;
    font: 16px/20px 'Roboto', sans-serif;
    background: none;
}

    .cons-type option {
        color: inherit;
    }

.box .level-2 {
    padding-left: 0;
    color: #212b60;
    margin: 0 0 0 17px;
}

.delimiter {
    font-weight: 600;
    padding: 10px 0;
}

.contact-link {
    padding-left: 60px;
    padding-right: 80px;
    display: block;
    position: relative;
    color: #2c3c73;
    text-decoration: none;
}

.contact-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    font-size: 0;
    line-height: 0;
}

    .contact-icon:before {
        position: absolute;
        left: 28%;
        top: 50%;
        font: normal normal normal 15px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f298";
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.routing-table tr > td {
    border: solid #212b60;
    border-width: 0 0 1px;
    background-color: transparent;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    padding: 19px 5px 19px 20px;
    vertical-align: top;
}

button.schedule-button-link {
    background: #fff;
    border: 0;
}

.port-info-box {
    color: #2c3c73;
    line-height: 30px;
    font-weight: 300;
}

.image-print {
    display: none;
}

.routing-table table tr > td.last-activity-date {
    width: 13%;
}

.routing-details h2.container-details {
    margin: 20px 0 20px;
}

.routing-table.track-shipment table tr:last-of-type td {
    border-bottom: none;
}

.routing-table table tr.no-border-bottom > td {
    border-bottom: none;
}

.ports-table.status-vessels-table th:nth-child(2),
.ports-table.status-vessels-table th:nth-child(3) {
    width: auto;
}

.ports-table.status-vessels-table th:nth-child(4),
.ports-table.status-vessels-table th:nth-child(5),
.ports-table.status-vessels-table th:nth-child(6),
.ports-table.status-vessels-table th:nth-child(8) {
    width: 12.6%;
}




/* Info Banner 27.03.2018*/
.box-banner,
.head-banner,
.body-banner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-banner {
    background: #fff;
    width: 100%;
    /*min-height: 140px;*/
    padding: 10px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .box-banner .picture {
        display: none;
    }

    .box-banner:last-child {
        margin-right: 0;
    }

.right-part {
    width: 100%;
}

.head-banner {
    background: #eeeeee;
    padding: 13px 11px 13px 14px;
    color: #212b60;
    margin-bottom: 20px;
}

    .head-banner h3 {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 20px;
    }

        .head-banner h3:before {
            content: '';
            display: block;
            background: url('/images/attention_icon.svg') 0 0 no-repeat;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -7px;
            width: 14px;
            height: 14px;
        }

.date-banner {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    color: #212b60;
}

    .date-banner:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -15px;
        display: block;
        width: 2px;
        height: 30px;
        background: #212b60;
    }

.body-banner {
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    font-size: 15px;
}

    .body-banner p {
        margin: 0 0 3px;
        color: #212b60;
    }

.link-banner {
    display: inline-block;
    position: relative;
    color: #212b60;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 13px;
    font-weight: 700;
    font-size: 15px;
}

    .link-banner:after {
        content: '\f105';
        position: absolute;
        right: 0;
        font-family: 'FontAwesome';
    }


.imgLeft .left-part {
    max-width: 200px;
    max-height: 140px;
    width: 100%;
    height: 100%;
    margin-right: 10px;
    overflow: hidden;
}

.imgLeftBottom .body-banner .picture {
    max-width: 85px;
    max-height: 60px;
    width: 100%;
    height: 100%;
    display: block;
}

.withoutBg .head-banner {
    background: none;
}

.withoutBg .date-banner,
.withoutBg .picture {
    display: none;
}

.withoutBg .text-banner p {
    display: none;
}

.onlyBg {
    position: relative;
    padding: 0;
    height: 160px;
}

    .onlyBg .head-banner {
        display: none;
    }

    .onlyBg .body-banner {
        position: absolute;
        z-index: 2;
        bottom: 20px;
        left: 20px;
    }

        .onlyBg .body-banner .link-banner {
            color: #fff;
        }

    .onlyBg .img-position {
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 100% 90%;
    }

.none-gray .head-banner {
    background: none;
}

    .none-gray .head-banner h3,
    .none-gray .head-banner {
        padding-left: 0;
    }

.none-gray .head-banner {
    margin-bottom: 0;
}

    .none-gray .head-banner h3:before {
        display: none;
    }

/* End Info Banner*/

.news-section {
    padding-bottom: 62px;
}

.testimonials {
    margin-top: 100px;
}

.steps-form .date .input-group-addon.tariff-calendar-icon {
    top: 0;
}

.tariff-search {
    border-bottom: none;
}

.careers-search legend {
    font: 300 13px/17px "Roboto", sans-serif;
    margin: 0 0 -5px;
    color: #212b60;
    border-bottom: 0;
}

.notification-area .holder a {
    color: #fff;
    text-decoration: underline;
}

.network-accordion .panel-title {
    font-family: 'Magistral',sans-serif;
}

.col-sm-4.size-4.contact .head {
    margin: 0 0 5px;
}

    .col-sm-4.size-4.contact .head p {
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;
        font-family: 'Roboto',sans-serif;
    }

.contact .contact-form .input-group .form-control {
    border: 1px solid #c2c2c2;
    border-radius: 18px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.contact .contact-form .input-group-btn input {
    border: 1px solid #c2c2c2;
    border-radius: 18px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.eta24-block .grid-mvc #table-grid-mvc_Header_Fixed {
    width: 100% !important;
}

.mobile-bar {
    display: none;
}

.bottom-bar {
    z-index: 1101;
}


#optanon #optanon-popup-bottom {
    background-color: #5d87ff;
}

.popover {
    border: 2px solid #5d87ff;
}

    .popover.bottom {
        margin-top: 15px;
    }

        .popover.bottom > .arrow {
            border-bottom-color: #5d87ff;
        }

            .popover.bottom > .arrow:after {
                top: 2px;
            }

.slick-active .custom-dots {
    width: 18px;
    height: 18px;
    border-width: 2px;
    border-color: #23ace5;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);
    box-shadow: inset 0 0 5px rgba(0,0,0,.3);
}

.custom-dots {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
}


.demmurage-result-text {
    font-weight: normal;
    margin-left: 5px;
}

.us-land-popover {
    color: #212b60;
    text-decoration: none;
}

    .us-land-popover:hover {
        color: #212b60;
        text-decoration: none;
    }

    .us-land-popover .fa {
        color: #6f9dff;
        padding-left: 5px;
    }

.vessel-results .table.table-striped.grid-table td.grid-cell .gridViewScrollHelper {
    margin: 0 auto;
}

.freez-column .gridViewScrollHelper {
    height: 105px;
}

.schedule-table tbody td p {
    height: 40px;
}

    .schedule-table tbody td p:first-child {
        height: 80px;
    }

    .schedule-table tbody td p:last-child {
        height: 25px;
    }

.umbraco-forms-zimWithSteps .add-nav ul p {
    display: table-cell;
    vertical-align: middle;
    /*position:relative;*/
    width: 1%;
    height: 80px;
    padding: 0 27px;
    color: inherit;
}

    .umbraco-forms-zimWithSteps .add-nav ul p:after {
        position: absolute;
        left: 50%;
        bottom: 0;
        right: 50%;
        height: 10px;
        border-radius: 5px;
        background: #5d87ff;
        content: "";
        opacity: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

.umbraco-forms-zimWithSteps .add-nav ul .active p:after {
    left: 10px;
    right: 10px;
    opacity: 1;
}

.vessel-results .table.table-striped.grid-table td.grid-cell .gridViewScrollHelper {
    margin: 0 auto;
}

.share-buttons .social li a.fa-facebook-square {
    color: #3b5998;
}

.share-buttons .social li a.fa-twitter-square {
    color: #1da1f2;
}

.share-buttons .social li a.fa-linkedin-square {
    color: #0077b5;
}

.share-buttons .social li a.fa-whatsapp {
    color: #25d366;
}

.share-buttons .social li a.fa-weixin {
    color: #7bb32e;
}

.umbraco-forms-form .checkbox .lbl {
    min-width: 250px;
}

.umbraco-forms-form .zim-steps .checkbox .lbl {
    min-width: inherit;
}

.tools .location {
    max-width: 200px;
    text-align: left;
}

.main-nav > ul > li {
    padding: 0 20px;
}

.dropdown .location .fa,
.tools .dropdown-toggle .fa {
    position: static;
    margin-left: 7px;
}

.new-tariff-details td:nth-child(1) {
    width: 38%;
}

.new-tariff-details .tarif-total td {
    border-bottom: 0;
}

.landing-page .head-box {
    margin: 0 auto 30px;
}

    .landing-page .head-box p {
        margin: 0;
    }

.landing-page .text-container table th {
    font-size: 16px;
    line-height: 20px;
}

.langing-form-direction {
    text-align: left;
}

.contact-icon.fa.fa-address-card-o {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    font-size: 0;
    line-height: 0;
}

    .contact-icon.fa.fa-address-card-o:before {
        content: "\f2bc";
        position: absolute;
        left: 28%;
        top: 50%;
        font: normal normal normal 15px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }


.fa.fa-file-pdf-o {
    vertical-align: top;
    margin: 3px 8px 0 3px;
}

.visual-intro > img.landing-banner-image {
    display: block;
    width: 100%;
    height: auto;
}

.visual-intro.landing-header {
    height: auto !important;
}


.zim-dark-blue {
    color: #212b60;
}


.secondary-blue {
    color: #37489F;
}


.link-blue {
    color: #5D87FF;
}


.table-bg-blue {
    color: #E9F6FC;
}


.gray-bg {
    color: #D2D4E0;
}


.query-bg {
    color: #EEEEEE;
}


.paragraph-body-text {
    color: #4F5266;
}


.gray-text {
    color: #858585;
}


.alert-magenta {
    color: #B10069;
}


.zim-green {
    color: #7AC143;
}

.text-hidden {
    display: none;
    visibility: hidden;
}

.mobile-panel.menu-panel {
    display: none !important;
}

.menu-opened .mobile-panel.menu-panel {
    display: block !important;
}

.current-news-title {
    margin: 57px 0 19px;
}

.small-logo-zim {
    display: flex;
}

    .small-logo-zim img {
        width: 50px;
    }

    .small-logo-zim span {
        color: #fff;
    }

    .small-logo-zim a:hover,
    .small-logo-zim a:focus,
    .small-logo-zim a:active {
        text-decoration: none;
    }

        .small-logo-zim a:hover span,
        .small-logo-zim a:focus span,
        .small-logo-zim a:active span {
            text-decoration: underline;
        }

.tools.margin-top {
    margin-top: 15px;
}

    .tools.margin-top.no-margin-top {
        margin-top: 0;
    }


.map-section.line-map-landing {
    display: inherit;
}

.map-section.line-map-landing {
    position: inherit;
    margin-bottom: 30px;
}

    .map-section.line-map-landing .leaflet-container {
        height: 400px;
    }

/*comeat form*/
.sidebar-comeet-form .career-apply {
    color: #2c3c73;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 5px;
    padding: 28px;
    box-shadow: 0 4px 6px rgba(33,43,96,.3);
    margin: 6px 0 30px;
    width: 100% !important;
}

    .sidebar-comeet-form .career-apply h3 {
        font-size: 35px;
        line-height: 1.285714285714286;
        margin: 0 0 35px;
        text-align: left;
        color: #2c3c73 !important;
    }

.content .text-container .career-topic ul {
    padding-left: 0;
}

.content.career-content {
    padding: 15px 0;
}

    .content.career-content h3:nth-child(2) {
        margin: 15px 0 12px;
    }

footer.btn-row.page-action.career-socials {
    margin-left: 0;
}

    footer.btn-row.page-action.career-socials .share-buttons {
        float: none;
    }

.career-list .list .fa.fa-hashtag {
    font-size: 18px;
    left: -2px;
}

.list-links > li:nth-child(odd) {
    background: #ffffff;
}

.content .list-links, .list-links {
    border-bottom: 1px solid #2c3c73;
}

    .list-links > li {
        border-top: 1px solid #2c3c73;
        text-align: left;
    }

        .list-links > li:first-child {
            border-top: none;
        }

    .list-links .link {
        margin: 0;
    }

        .list-links .link a {
            padding: 0;
            font-size: 14px;
            overflow: visible;
            white-space: pre-line;
            text-overflow: initial;
            font-weight: 500;
        }

#page-result:focus, #page-result .hidden-xs:focus, #page-result #line-terminals:focus, #page-result .terminals-table:focus, #page-result .route-table:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
    outline: 0px dotted;
}



.margin-bottom-100 {
    margin-bottom: 100px;
}

.files-link {
    color: #212b60;
    padding-left: 24px;
}

.list-links a:hover .date {
    color: #6f9dff;
}

.files-link .row {
    margin: 0;
}

    .files-link .row .col-xs-1.link-icon {
        width: 3.333333%;
        padding-left: 34px;
        padding-right: 20px;
    }

    .files-link .row .col-xs-1.link-date {
        width: 14.333333%;
    }

    .files-link .row .col-xs-10 {
        width: 71.333333%;
    }


    .files-link .row .col-xs-10 {
        font-size: 15px;
    }

.list-links > li:nth-child(odd) {
    background: #e9f6fc;
}

.files-link {
    padding: 12px 0;
}

.list-links .files-link .date {
    padding: 0;
}

.add-nav ul li:before, .umbraco-forms-form .add-nav ul li:last-child:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid #ffffff;
    content: "";
}

.add-nav {
    border-radius: 0;
}

.contact-tab .add-nav {
    padding: 0;
}

.umbraco-forms-form .add-nav li.active p, .add-nav li.active {
    background-color: #212B60;
    color: white;
}

    .umbraco-forms-form .add-nav li.active p:after {
        left: -webkit-calc(100% - 63%);
        left: expression(100% - 63%);
        left: -moz-calc(100% - 63%);
        left: -o-calc(100% - 63%);
        left: calc(100% - 63%);
        right: 0;
        opacity: 1;
        bottom: -15px;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #212B60;
        background: none;
        border-radius: 0;
    }

.contact-tab .add-nav li.active a:after {
    left: calc(100% - 54%);
    right: 0;
    opacity: 1;
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #212B60;
    background: none;
    border-radius: 0;
}

.contact-tab .add-nav ul li:before, .add-nav ul li:last-child:after {
    border: 0;
}

.add-nav ul a:hover:after, .add-nav ul a:focus:after, .add-nav ul .active a:after {
    opacity: 0;
}

.testimonials.testimonials-short-margin {
    margin-bottom: 68px;
}

.social-text {
    color: #2c3c73;
    padding: 20px 0 15px;
    line-height: 140%;
    font-size: 28px;
    font-family: 'Magistral',sans-serif;
    font-weight: 500;
}

.social-links {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

    .social-links .social-font a {
        color: #212b60;
    }

        .social-links .social-font a:hover {
            color: #5d87ff !important;
        }

    .social-links img {
        height: 57%;
    }

        .social-links img.social-static {
            opacity: 1;
            height: 57%;
            display: inline-block;
        }

    .social-links a:hover img.social-static {
        opacity: 0;
        height: 0;
        display: none;
    }

    .social-links a:hover img.social-hover {
        opacity: 1;
        height: 57%;
        display: inline-block;
    }

    .social-links a img.social-hover {
        opacity: 0;
        height: 0;
        display: none;
    }

.social-image {
    width: 100%;
    height: 96px;
    cursor: pointer;
    display: block;
}

.social-font a {
    font-size: 350%;
    text-decoration: none;
}

.social-links .text-center {
    margin-bottom: 30px;
}

.contact-tab .contact-listing.area-code {
    padding: 0 0 51px;
}

.contact-tab .add-nav a {
    font-size: 25px;
    font-family: 'Magistral',sans-serif;
    font-weight: normal;
}

.sticky-bar img {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sticky-bar .sticky-bar-image {
    opacity: 1;
}

.sticky-bar:hover .sticky-bar-image {
    opacity: 0;
}

.sticky-bar .sticky-bar-image-hover {
    opacity: 0;
}

.sticky-bar:hover .sticky-bar-image-hover {
    opacity: 1;
}

.unsubscribe {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    background-color: #fff;
    padding: 51px 10px;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    margin: 25px 0;
    padding: 15px;
}

#unsubscribe-result .unsubscribe-yes {
    display: inline-block;
    width: 49%;
    padding: 0 0 0 10px;
}

#unsubscribe-result .btn {
    min-width: inherit;
    width: 100%;
}

#unsubscribe-result .unsubscribe-no .btn {
    color: #37489f;
    background: #fff;
}

#unsubscribe-result .unsubscribe-no {
    display: inline-block;
    padding: 0 0 0 10px;
    width: 45%;
}

#unsubscribe-error {
    display: none;
}

#unsubscribe-success {
    display: none;
}

.content .unsubscribe-note {
    margin: 25px 0;
    font-size: 16px;
}

.content .unsubscribe-title {
    padding-top: 15px;
}

#gvMain_Content_Freeze_Grid td:first-child {
    text-transform: none;
}

.contact-form .form-control {
    height: 36px;
    margin-top: 1px;
}

body .contact-form .form-control:focus {
    border-color: #66afe9;
    outline: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102, 175, 233, 0.6);
}

.about-area .text-block .holder.zim-container-flex {
    display: flex;
    align-items: center;
}

.digital-assets-wrapper .gallery-box {
    padding-bottom: 50%;
}

.digital-assets-wrapper {
    margin-bottom: 30px;
    position: relative;
}

.digital-assets-img img {
    height: 350px;
    object-fit: cover;
}

.digital-wide .digital-assets-img img {
    height: 450px;
    object-fit: cover;
}

.digital-assets-text {
    padding: 20px 40px 0;
    border-radius: 4px 0 0 0;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    color: #858585;
    font-size: 15px;
    line-height: 24px;
    max-height: 300px;
    margin: 25px 0 0 -108px;
}

.digital-wide .digital-assets-text-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
}

.digital-wide.digital-left-position .digital-assets-text-wrapper {
    right: auto;
    left: 0;
}


.digital-wide .digital-assets-text {
    padding: 25px 40px 21px;
    border-radius: 4px 0 0 0;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    color: #858585;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    max-height: 400px;
    margin: 0 0 0 -108px;
    text-align: center;
    width: 115%;
    width: -webkit-calc(100% + 108px);
    width: expression(100% + 108px);
    width: -moz-calc(100% + 108px);
    width: -o-calc(100% + 108px);
    width: calc(100% + 108px);
    overflow: hidden;
}


.digital-assets-wrapper .digital-assets-text h3 {
    text-align: center;
    font-size: 32px;
    line-height: 55px;
    font-weight: 500;
    margin: 0 0 26px;
    letter-spacing: 0.11px;
}

.digital-assets-text a {
    display: block;
    margin: 0 auto;
    width: 150px;
}

.digital-assets-video .vjs-poster img {
    display: inline-block;
}

.digital-assets-img .gallery-box {
    margin: 0;
}


.digital-assets-img .gallery-box,
.digital-assets-video .vjs-poster img, .digital-assets-video-player img {
    height: 350px;
}

.digital-wide .digital-assets-img .gallery-box,
.digital-wide .digital-assets-video .vjs-poster img,
.digital-wide .digital-assets-video-player img {
    height: 450px;
}


.digital-assets-text a .button,
.digital-assets-text .button a {
    border-color: #212b60;
    background-color: transparent;
    color: #2c3c73;
    min-width: 190px;
    max-height: 45px;
    display: inline-block;
}

.digital-left-position .digital-assets-text {
    margin: 20px -108px 0 0;
}

.digital-wide.digital-left-position .digital-assets-text {
    margin: 0 -108px 0 0;
}

.digital-left-position .digital-assets-img,
.digital-left-position .digital-assets-video {
    float: right;
}

.digital-assets-video-player:before {
    /*background-image: url(../images/ico-play-white-0001.svg);*/
    /*width: 100px;
    height: 100px;*/
}

.digital-assets-video-player:before {
    /*position: absolute;
    top: 45%;
    top: -webkit-calc(50% - 35px);
    top: expression(50% - 35px);
    top: -moz-calc(50% - 35px);
    top: -o-calc(50% - 35px);
    top: calc(50% - 35px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "\e601 ";
    display: block;
    font-family: azuremediaplayer;
    font-size: -webkit-calc(.06em);
    font-size: calc(.06em);
    text-shadow: 0.05em 0.05em 0.1em #000;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 60px;
    width: 60px;*/
}

.digital-assets-video-player:after {
    /*position: absolute;
    top: 45%;
    top: -webkit-calc(50% - 35px);
    top: expression(50% - 35px);
    top: -moz-calc(50% - 35px);
    top: -o-calc(50% - 35px);
    top: calc(50% - 35px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "\e601 ";
    display: block;
    font-family: azuremediaplayer;
    font-size: -webkit-calc(.06em);
    font-size: calc(.06em);
    text-shadow: 0.05em 0.05em 0.1em #000;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 60px;
    width: 60px;*/
}


.digital-assets-video-player:after {
    /*opacity: 0;*/
    /*background-image: url(../images/ico-play-blue-0001.svg);*/
}

.digital-assets-video-player .fa.fa-play-circle {
    position: absolute;
    left: 42%;
    top: 47%;
    transform: scale(7, 7);
    -webkit-transform: scale(7, 7); /* Safari and Chrome */
    -moz-transform: scale(7, 7); /* Firefox */
    -ms-transform: scale(7, 7); /* IE 9+ */
    -o-transform: scale(7, 7); /* Opera */
    color: #fff;
}

    .digital-assets-video-player .fa.fa-play-circle:hover {
        color: #6f9dff;
    }


.digital-assets-video-player:hover:after {
    opacity: 1;
}

.digital-assets-video-player:hover:before {
    opacity: 0;
    /*background-image: url(../images/ico-play-white-0001.svg);*/
}

.promoted-subjects-video-player.media-carousel .fa.fa-play-circle {
    left: 50%;
    top: 50%;
}

.promoted-subjects-video-player .fa.fa-play-circle {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: scale(7, 7);
    -webkit-transform: scale(7, 7); /* Safari and Chrome */
    -moz-transform: scale(7, 7); /* Firefox */
    -ms-transform: scale(7, 7); /* IE 9+ */
    -o-transform: scale(7, 7); /* Opera */
    color: #fff;
}


    .promoted-subjects-video-player .fa.fa-play-circle:hover {
        color: #6f9dff;
    }

.promoted-subjects.cargo-section {
    margin: 0 -20px 15px;
}


.promoted-subjects.digital-wide.cargo-section [class*="col-"] {
    padding: 0 7px;
}

.promoted-subjects .cargo-box h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.21px;
    line-height: 48px;
}

.promoted-subjects .cargo-box .img {
    margin: 0 -35px;
    height: 307px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.promoted-subjects-video-player img {
    height: 307px;
}

.digital-wide.promoted-subjects .cargo-box .img,
.digital-wide .promoted-subjects-video-player img {
    height: 400px;
}

    .digital-wide.promoted-subjects .cargo-box .img .gallery-box {
        margin: 0;
    }

.promoted-subjects .cargo-box {
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    color: #858585;
}

.digital-wide.promoted-subjects .cargo-box {
    padding: 0 38px;
}

.social-widget.social-text p {
    margin: 0 0 10px;
    color: #212b60;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
}

.social-widget.social-text {
    padding: 20px 0 23px;
}

.media-carousel-block .cargo-section {
    margin: 0 -20px 38px;
}

.promoted-subjects .slick-btn {
    margin: -65px 0 0;
}


.digital-wide.promoted-subjects .slick-btn {
    margin: -15px 0 0;
}

.promoted-subjects .cargo-box figcaption {
    position: relative;
    height: 307px;
    min-height: inherit;
    margin: -80px 0 0;
    padding: 10px 25px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    overflow: hidden;
}

.digital-wide.promoted-subjects .cargo-box figcaption {
    min-height: 330px;
    margin: -130px 0 0;
}

.promoted-subjects .cargo-box figcaption .button a,
.promoted-subjects .cargo-box figcaption a .button {
    border-color: #212b60;
    background-color: transparent;
    color: #2c3c73;
    min-width: 215px;
    display: inline-block;
}

.promoted-subjects .cargo-box figcaption .button {
    position: absolute;
    bottom: 31px;
    left: 12%;
    right: 12%;
}

.promoted-subjects .slick-list {
    padding: 0 0 20px;
}

.promoted-subjects-video-player:before {
    /*background-image: url(../images/ico-play-white-0001.svg);*/
    /*width: 100px;
    height: 100px;*/
}

.promoted-subjects-video-player:before {
    /*position: absolute;
    top: 45%;
    top: -webkit-calc(50% - 150px);
    top: expression(50% - 150px);
    top: -moz-calc(50% - 150px);
    top: -o-calc(50% - 150px);
    top: calc(50% - 150px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "\e601 ";
    display: block;
    font-family: azuremediaplayer;
    font-size: -webkit-calc(.06em);
    font-size: calc(.06em);
    text-shadow: 0.05em 0.05em 0.1em #000;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 60px;
    width: 60px;*/
}

.digital-wide .promoted-subjects-video-player:before {
    top: -webkit-calc(50% - 130px);
    top: expression(50% - 130px);
    top: -moz-calc(50% - 130px);
    top: -o-calc(50% - 130px);
    top: calc(50% - 130px);
}


.promoted-subjects-video-player:after {
    /*position: absolute;
    top: 45%;
    top: -webkit-calc(50% - 150px);
    top: expression(50% - 150px);
    top: -moz-calc(50% - 150px);
    top: -o-calc(50% - 150px);
    top: calc(50% - 150px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "\e601 ";
    display: block;
    font-family: azuremediaplayer;
    font-size: -webkit-calc(.06em);
    font-size: calc(.06em);
    text-shadow: 0.05em 0.05em 0.1em #000;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 60px;
    width: 60px;*/
}

.digital-wide .promoted-subjects-video-player:after {
    top: -webkit-calc(50% - 130px);
    top: expression(50% - 130px);
    top: -moz-calc(50% - 130px);
    top: -o-calc(50% - 130px);
    top: calc(50% - 130px);
}


.promoted-subjects-video-player:after {
    /*opacity: 0;*/
    /*background-image: url(../images/ico-play-blue-0001.svg);*/
}

.promoted-subjects-video-player:hover:after {
    /*opacity: 1;*/
}

.promoted-subjects-video-player:hover:before {
    /*opacity: 0;*/
    /*background-image: url(../images/ico-play-white-0001.svg);*/
}

.promoted-subjects .gallery-box:before {
    display: none;
}

.schedule-line-popover {
    color: #fff;
}

.schedule-tooltip {
    position: relative;
    display: inline-block;
}

    .schedule-tooltip .tooltiptext {
        visibility: hidden;
        width: 150px;
        background-color: #5d87ff;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -60px;
        font-size: 14px;
    }

        .schedule-tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #5d87ff transparent transparent transparent;
        }

    .schedule-tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .schedule-tooltip.inactive:hover .tooltiptext {
        visibility: hidden;
    }

.current-page-title.managment-page {
    padding-left: 0;
    height: 39px;
    font-size: 30px;
    font-weight: bold;
    line-height: 39px;
}

.management-box.board-members {
    display: block;
    table-layout: inherit;
    width: 100%;
    height: auto;
    min-height: 194px;
}

.board-members .img {
    height: 190px;
    float: left;
    margin-right: 20px;
}

.management-box.board-members figcaption {
    display: block;
    vertical-align: top;
    padding: 0;
}

.management-box.board-members .inner {
    top: 0;
    padding: 0;
}

.shadow-box {
    padding: 20px 20px;
    list-style: none;
    max-width: 862px;
    border: 1px solid rgba(33,43,96,.1);
    box-shadow: 0 4px 13px #bec4e8;
    margin: 0 auto 30px;
}

.umbraco-forms-container input[type="checkbox"][disabled] + .lbl:before {
    border: 2px solid #858585;
    background-color: #EEEEEE;
}

/*.umbraco-forms-container .form-group.checkbox .checkbox input[type="checkbox"]:checked + .lbl:before {
    border: 2px solid #212b60;
    background-color: #FFF;
}*/

.umbraco-forms-container input[type='checkbox']:checked[disabled] + .lbl:after {
    opacity: 1;
    visibility: visible;
    background: url(../images/ico-check-disabled.svg) no-repeat 50% 50%;
}


.contact-listing.card-component img {
    display: inline-block;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    vertical-align: bottom;
}

.contact-listing.card-component dl {
    display: inline-block;
    padding: 0 0 0 30px;
}

    .contact-listing.card-component dl dt, .contact-listing.card-component dl dd {
        padding-top: 7px;
        display: block;
        font-weight: 900;
        letter-spacing: 0.2px;
        line-height: 19px;
    }

    .contact-listing.card-component dl dt {
        font-size: 22px;
        font-weight: 500;
        font-family: Magistral;
        letter-spacing: 0.28px;
        line-height: 29px;
    }

.slideshow-media-carousel .cargo-box .img {
    height: 343px;
}




.slideshow-media-carousel .gallery-box {
    height: 100%;
    padding-bottom: initial;
}

    .slideshow-media-carousel .gallery-box.svg-image,
    .slideshow-media-carousel .cargo-box .img.svg-image {
        background-size: 50% 50%;
        background-repeat: no-repeat;
    }

.promoted-subjects .slick-btn {
    top: 200px;
}

.slideshow-media-carousel .promoted-subjects-video-player:before {
    top: -webkit-calc(50% - 30px);
    top: expression(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: -o-calc(50% - 30px);
    top: calc(50% - 30px);
}

.slideshow-media-carousel .promoted-subjects-video-player:after {
    top: -webkit-calc(50% - 30px);
    top: expression(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: -o-calc(50% - 30px);
    top: calc(50% - 30px);
}

.slideshow-media-carousel .promoted-subjects-video-player img {
    height: 343px;
    width: 100%;
}

.slideshow-media-carousel h3 {
    margin: 0;
    display: inline-block;
}

.slideshow-media-carousel .title-block {
    margin: 25px 0;
}

.slideshow-media-carousel .carousel-external-link img {
    width: 100%;
    height: 400px;
}

.carousel-external-link .title-block a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #212b60;
    text-decoration: none;
    font-family: 'Magistral',sans-serif;
}

.title-block span {
    color: #858585;
    font-family: "Roboto Light";
    font-size: 12px;
    letter-spacing: 0.07px;
    line-height: 14px;
    padding-right: 3px;
}

.title-block a .fa.fa-download {
    color: #212b60;
}

.slideshow-media-carousel .gallery-box:before, .digital-assets-wrapper .gallery-box:before {
    background: initial;
}

.slideshow-media-carousel .play-button:before {
    background-image: url(../images/ico-play-white-0001.svg);
    position: absolute;
    top: -webkit-calc(50% - 30px);
    top: expression(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: -o-calc(50% - 30px);
    top: calc(50% - 30px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "\e601 ";
    display: block;
    font-family: azuremediaplayer;
    font-size: calc(.06em);
    text-shadow: 0.05em 0.05em 0.1em #000;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 60px;
    width: 60px;
}

.slideshow-media-carousel .play-button:hover:before {
    opacity: 0;
    background-image: url(../images/ico-play-white-0001.svg);
}

.slideshow-media-carousel .play-button:after {
    opacity: 0;
    background-image: url(../images/ico-play-blue-0001.svg);
    position: absolute;
    top: -webkit-calc(50% - 30px);
    top: expression(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: -o-calc(50% - 30px);
    top: calc(50% - 30px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "\e601 ";
    display: block;
    font-family: azuremediaplayer;
    font-size: -webkit-calc(.06em);
    font-size: calc(.06em);
    text-shadow: 0.05em 0.05em 0.1em #000;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 60px;
    width: 60px;
}

.slideshow-media-carousel .play-button:hover:after {
    opacity: 1;
}


.slideshow-media-carousel .media-carousel-box {
    height: 100%;
    display: block;
    position: relative;
    margin: 0 0 20px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.weekly-frequency-content .social > li:before {
    display: none;
}

.content .sidebar h3 {
    font-weight: 500 !important;
}

.slideshow-media-carousel .cargo-box .img {
    position: relative;
}

    .slideshow-media-carousel .cargo-box .img .promoted-subjects-video-player:before, .slideshow-media-carousel .cargo-box .img .promoted-subjects-video-player:after {
        height: 80px;
        width: 80px;
    }

.slideshow-media-carousel .slick-btn {
    top: 171px;
}

.cargo-section .slideshow-media-carousel [class*="col-"] {
    padding: 0 10px;
}

.social-links .text-center.social-font {
    margin: 0 2% 30px;
}

.main-popup p {
    margin-bottom: 15px;
}

.umbraco-forms-field-wrapper .checkbox + .field-validation-error {
    display: block;
    padding: 5px;
}

.mega-menu {
    -webkit-transition: all .4s cubic-bezier(0.77, 0, 0.175, 1) .4s;
    -moz-transition: all .4s cubic-bezier(0.77, 0, 0.175, 1) .4s;
    -o-transition: all .4s cubic-bezier(0.77, 0, 0.175, 1) .4s;
    transition: all .4s cubic-bezier(0.77, 0, 0.175, 1) .4s;
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    -moz-transform: perspective(1000px) rotateX(-90deg);
    -o-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
    -webkit-transform-style: preserve- 3 d;
    -moz-transform-style: preserve- 3 d;
    -o-transform-style: preserve- 3 d;
    transform-style: preserve- 3 d;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.main-nav .open .mega-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0deg);
    -moz-transform: perspective(1000px) rotateX(0deg);
    -o-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.btn-feedback {
    position: absolute;
    top: 120px;
    right: 0;
    width: 37px;
    height: 141px;
    overflow: hidden;
    text-indent: -9999px;
    opacity: 1;
    background: url(/images/contactUs_en-US.png) no-repeat;
    position: fixed;
    z-index: 15000;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.new-schedule-table {
    overflow: auto;
    height: 700px;
}

    .new-schedule-table td:not(:first-child), .new-schedule-table th {
        min-width: 200px;
    }

.new-schedule-table-port {
    height: 50px;
}

.new-schedule-table-arrival, .new-schedule-table-departure {
    height: 30px;
}

.new-schedule-table-empty-row {
    height: 80px;
}

.new-schedule-table-port td:first-child, .new-schedule-table-arrival td:first-child, .new-schedule-table-departure:first-child {
    min-width: 100px;
}

.landing-form .checkbox input[type="checkbox"] {
    width: 100%;
    cursor: pointer;
}

.request-form.landing-form .checkbox .lbl {
    padding-left: 35px;
    line-height: 24px;
    font-size: 16px;
}

.request-form .checkbox .lbl:after {
    left: 8px;
    top: 6px;
}

.text-container ul.card-component li:before {
    display: none;
}

.text-container ul.topic-list li:before,
.text-container ul.linksMode li:before,
.text-container ul.trades-list li:before,
.text-container ul.service-listing li:before {
    display: none;
}

.LPMcontainer.LPMoverlay .shadow-div {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.btn-feedback.LPMcontainer.LPMoverlay .LPMcontainer.LPMoverlay {
    position: fixed !important;
    top: 120px !important;
    right: 0 !important;
    left: auto !important;
    width: 37px;
    height: 141px;
    cursor: pointer !important;
}

.p2p-from-container .input-group-p2p-from {
    cursor: pointer;
    border-radius: 0;
    height: 40px;
    position: absolute;
    top: 33px;
    right: 2px;
    bottom: 0;
    z-index: 5;
    width: 18px;
    padding: 15px 0 0;
    border: none;
    background: none;
    color: #2c3c73;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.p2p-reverese-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

    .p2p-reverese-icon img {
        width: 18px;
        height: 20px;
        color: #2c3c73;
    }

.autocomplete-suggestion {
    position: relative;
}

.suggestion-anchor {
    width: 20px;
    height: 15px;
    margin-bottom: 2px;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 6px;
}

.suggestion-text {
    display: inline-block;
    width: 85%;
    margin-left: 20px;
}

.filter-option.pull-left .suggestion-anchor {
    display: none;
}

.filter-option.pull-left .anchor-icon:before {
    display: none;
}

.filter-option.pull-left .suggestion-text {
    margin-left: 0;
}

.search-panel .size-8 {
    width: 1%;
}

.search-panel .p2p-reverse .size-4 {
    width: 19.4%;
}

.search-panel .p2p-reverse .radio-btn {
    margin: 0px 9px;
}

.schedule-tooltip {
    position: relative;
    display: inline-block;
}

    .schedule-tooltip .tooltiptext {
        visibility: hidden;
        width: 150px;
        background-color: #5d87ff;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -60px;
        font-size: 14px;
    }

        .schedule-tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #5d87ff transparent transparent transparent;
        }

    .schedule-tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .schedule-tooltip.inactive:hover .tooltiptext {
        visibility: hidden;
    }

/*Start p2p tooltip*/
.route-info .schedule-links-tooltip {
    position: relative;
    display: inline-block;
}

    .route-info .schedule-links-tooltip .tooltiptext {
        visibility: hidden;
        width: 150px;
        background-color: #5d87ff;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -85px;
        font-size: 14px;
    }

        .route-info .schedule-links-tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #5d87ff transparent transparent transparent;
        }

    .route-info .schedule-links-tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .route-info .schedule-links-tooltip.inactive:hover .tooltiptext {
        visibility: hidden;
    }
/*End p2p tooltip*/

/*Start Schedule by Port tooltip*/
.route-info .schedule-links-tooltip {
    position: relative;
    display: inline-block;
}

.port-info .schedule-links-tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #5d87ff;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -85px;
    font-size: 14px;
}

    .port-info .schedule-links-tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #5d87ff transparent transparent transparent;
    }

.port-info .schedule-links-tooltip:hover .tooltiptext {
    visibility: visible;
}

.port-info .schedule-links-tooltip.inactive:hover .tooltiptext {
    visibility: hidden;
}

.port-info tr:first-child .schedule-links-tooltip .tooltiptext {
    bottom: -125%;
    left: 50%;
    margin-left: -85px;
}

    .port-info tr:first-child .schedule-links-tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: -33%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #5d87ff transparent;
    }

.port-info tr .schedule-links-tooltip:first-child .tooltiptext {
    bottom: 10%;
    left: 50%;
    margin-left: -180px;
}

    .port-info tr .schedule-links-tooltip:first-child .tooltiptext::after {
        content: "";
        position: absolute;
        top: 35%;
        left: 100%;
        margin-left: 0;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #5d87ff;
    }

.port-info .eZimQuote-link tr:first-child .schedule-links-tooltip:first-child .tooltiptext::after {
    top: 40%;
}

.port-info .eZimQuote-link tr:first-child .schedule-links-tooltip .tooltiptext::after {
    top: -33%;
}

.port-info .eZimQuote-link tr:first-child .schedule-links-tooltip:first-child .tooltiptext {
    bottom: -15%;
}

.port-info .eZimQuote-link tr:first-child .schedule-links-tooltip .tooltiptext {
    bottom: -100%;
}

.port-info .eZimQuote-link tr .schedule-links-tooltip:first-child .tooltiptext {
    bottom: -15%;
}
/*End Schedule by Port tooltip*/

/*Start Schedule by vessel tooltip*/
.vessel-results .schedule-links-tooltip {
    position: relative;
    display: inline-block;
}

    .vessel-results .schedule-links-tooltip .tooltiptext {
        visibility: hidden;
        width: 150px;
        background-color: #5d87ff;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 35%;
        margin-left: -85px;
        font-size: 14px;
    }

.vessel-results .route-table .schedule-links-tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #5d87ff;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 80%;
    margin-left: -85px;
    font-size: 14px;
}


        .vessel-results .schedule-links-tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #5d87ff transparent transparent transparent;
        }

    .vessel-results .schedule-links-tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .vessel-results .schedule-links-tooltip.inactive:hover .tooltiptext {
        visibility: hidden;
    }

.vessel-results tr:first-child .schedule-links-tooltip .tooltiptext {
    bottom: -125%;
    left: 30%;
    margin-left: -85px;
}

.vessel-results .route-table tr:first-child .schedule-links-tooltip .tooltiptext {
    bottom: -125%;
    left: 75%;
    margin-left: -85px;
}

    .vessel-results tr:first-child .schedule-links-tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: -33%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #5d87ff transparent;
    }

.vessel-results tr .schedule-links-tooltip:first-child .tooltiptext {
    bottom: 10%;
    left: 15%;
    margin-left: -180px;
}

.vessel-results .route-table tr .schedule-links-tooltip:first-child .tooltiptext {
    bottom: 0%;
    left: 15%;
    margin-left: -180px;
}


.vessel-results .route-table tr .eZimQuote-link-additional.schedule-links-tooltip:first-child .tooltiptext {
    bottom: -30%;
    left: 15%;
    margin-left: -180px;
}

    .vessel-results tr .schedule-links-tooltip:first-child .tooltiptext::after {
        content: "";
        position: absolute;
        top: 35%;
        left: 100%;
        margin-left: 0;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #5d87ff;
    }

.vessel-results .eZimQuote-link tr:first-child .schedule-links-tooltip:first-child .tooltiptext::after {
    top: 40%;
}

.vessel-results .eZimQuote-link tr:first-child .schedule-links-tooltip .tooltiptext::after {
    top: -33%;
}

.vessel-results .eZimQuote-link tr:first-child .schedule-links-tooltip:first-child .tooltiptext {
    bottom: -15%;
}

.vessel-results .eZimQuote-link tr:first-child .schedule-links-tooltip .tooltiptext {
    bottom: -100%;
}

.vessel-results .eZimQuote-link tr .schedule-links-tooltip:first-child .tooltiptext {
    bottom: -15%;
}

.vessel-results .eZimQuote-link tr:first-child .schedule-links-tooltip .tooltiptext {
    right: 50%;
}

.vessel-results .eZimQuote-link .schedule-links-tooltip .tooltiptext {
    right: 50%;
}

/*End Schedule by vessel tooltip*/

/*.old-date {
    color: lightgray;
}*/
.split-type fieldset.tariffs-border {
    width: 50%;
    display: inline-block;
}

    .split-type fieldset.tariffs-border:first-child {
        width: 49%;
    }

        .split-type fieldset.tariffs-border:first-child .free-days-demurrage {
            border-right: 1px solid #e5e5e5;
        }

fieldset.tariffs-border legend {
    font: 16px/26px 'Roboto', sans-serif;
    font-weight: 700;
    color: #212b60;
    margin-bottom: 5px;
    padding-left: 20px;
}

.demurrageCalcMinFreeDays {
    color: #b10069;
    font-size: 12px;
    display: none;
}

.port-demurrage-data input {
    height: 40px;
    border: none;
    box-shadow: none;
}

.main-demurrage-data .calc-search-button {
    float: right;
}

.route-table td.additional-links a img {
    height: 40px;
}

.route-table .eZimQuote-link td.additional-links a.booking-link-additional img {
    height: 40.3px;
    width: auto;
}

.route-table td.additional-links a.request-link-additional {
    width: 38%;
}

.route-table td.additional-links a.booking-link-additional {
    width: 32%;
}

.nested-numbering-list ol {
    counter-reset: item;
    padding-left: 0;
}

    .nested-numbering-list ol > * > ol {
        padding-inline-start: 0px;
    }

.nested-numbering-list li {
    display: table;
}

    .nested-numbering-list li:before {
        content: counters(item, ".") " ";
        counter-increment: item;
        display: table-cell;
        padding-right: 0.6em;
    }

.share-buttons .social li.page-action-item {
    margin-top: 7px;
}

    .share-buttons .social li.page-action-item.envelope {
        margin-top: 5px;
    }

.page-action-item img {
    height: 36px;
}

.page-action-item.envelope img {
    height: 41px;
}

.page-action-item img {
    width: 29px;
}

.page-action-item.print img,
.page-action-item.envelope img {
    width: 36px;
}

.input-daterange.input-group {
    display: inline;
}

.main-demurrage-data .input-daterange input {
    float: none;
    display: block;
    height: 40px;
    padding: 10px 40px 10px 10px;
    border: none;
    border-radius: 4px;
    background: #fff;
    color: #2c3c73;
    font: 15px/20px 'Roboto', sans-serif;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: start;
}

.input-daterange .input-group-addon {
    position: absolute;
    right: 8px;
    bottom: 17px;
    z-index: 5;
    width: 45px;
    padding: 11px 0 0;
    border: none;
    background: none;
    color: #2c3c73;
    font-size: 16px;
    cursor: pointer;
}

.tariffs-border .input-daterange input:read-only {
    background: lightgray;
    cursor: no-drop;
}

.btn-feedback.LPMcontainer.LPMoverlay {
    height: 125px;
}

.p2p-port-schedule td [class*="fa-chevron-"] {
    font-size: 13px;
    vertical-align: top;
    margin: 11px 5px 0 -6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.p2p-port-schedule.route-table .ico {
    width: 80%;
}

.p2p-port-schedule.route-table .slide {
    display: none;
}

.p2p-port-schedule .opened td [class*="fa-chevron-"] {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.p2p-port-schedule .additional-dates {
    background-color: #F0F1F6;
}

.p2p-port-schedule.route-table .additional-dates td {
    height: 44px;
}

.p2p-port-schedule.route-table .additional-dates > td:first-child {
    padding: 10px;
}

.p2p-port-schedule.route-table .additional-dates .cut-off-dates tr:not(:first-child) td,
.port-schedule.port-info .additional-dates .cut-off-dates tr:not(:first-child) td {
    border-top-width: 1px;
}

.p2p-port-schedule.route-table .additional-dates .cut-off-dates td + td,
.port-schedule.port-info .additional-dates .cut-off-dates td + td {
    border-left: none;
}

.p2p-port-schedule.route-table .additional-dates .td-cut-off-dates,
.port-schedule.port-info .additional-dates .td-cut-off-dates {
    width: 35%;
    padding: 0 10px 0 0;
    vertical-align: top;
}

.p2p-port-schedule.route-table .additional-dates td.td-title,
.port-schedule.port-info .additional-dates td.td-title {
    text-align: center;
}

.p2p-port-schedule.route-table .additional-dates .cut-off-date,
.port-schedule.port-info .additional-dates .cut-off-date {
    width: 80%;
}

.p2p-port-schedule.route-table .additional-dates .additional-data-container,
.port-schedule.port-info .additional-dates .additional-data-container {
    width: 65%;
    padding: 0;
    border-left: none;
    vertical-align: top;
}

.p2p-additional-data {
    min-height: 265px;
}

.p2p-port-schedule.route-table .additional-dates .td-p2p-additional-data,
.port-schedule.port-info .additional-dates .td-p2p-additional-data {
    width: 49%;
    padding: 0 10px;
    /*border-left: 2px solid;
    border-right: 2px solid;*/
    vertical-align: top;
}

    .p2p-port-schedule.route-table .additional-dates
    .td-p2p-additional-data table tbody tr td:first-child,
    .port-schedule.port-info .additional-dates
    .td-p2p-additional-data table tbody tr td:first-child {
        width: 15%;
        padding: 0 5px;
    }

    .p2p-port-schedule.route-table .additional-dates
    .td-p2p-additional-data table tbody tr td:nth-child(2),
    .port-schedule.port-info .additional-dates
    .td-p2p-additional-data table tbody tr td:nth-child(2) {
        width: 18%;
        padding: 0 5px;
        border-left: none;
    }

    .p2p-port-schedule.route-table .additional-dates
    .td-p2p-additional-data table tbody tr:not(:first-child) td,
    .port-schedule.port-info .additional-dates
    .td-p2p-additional-data table tbody tr:not(:first-child) td {
        border-top-width: 1px;
    }

.p2p-port-schedule.route-table .additional-dates
.next-ports-container,
.port-schedule.port-info .additional-dates
.next-ports-container {
    width: 45%;
    padding: 0 0 0 10px;
    border-left: none;
    vertical-align: top;
}

    .p2p-port-schedule.route-table .additional-dates
    .next-ports-container table tbody tr td:first-child,
    .port-schedule.port-info .additional-dates
    .next-ports-container table tbody tr td:first-child {
        width: 20%;
        padding: 0 5px;
    }

    .p2p-port-schedule.route-table .additional-dates
    .next-ports-container table tbody tr:not(:first-child) td,
    .port-schedule.port-info .additional-dates
    .next-ports-container table tbody tr:not(:first-child) td {
        border-top: 1px solid;
    }


    .p2p-port-schedule.route-table .additional-dates
    .next-ports-container table tbody tr td:nth-child(2),
    .port-schedule.port-info .additional-dates
    .next-ports-container table tbody tr td:nth-child(2) {
        width: 80%;
        padding: 0 5px;
        border-left: none;
    }

.slide.additional-dates table {
    width: 100%;
}

.parent-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    z-index: 1101;
}

.hide-sticky {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 83px;
    height: 50px;
    border-radius: 4px 4px 0 0;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    background-color: #5d87ff;
    color: #fff;
}

    .hide-sticky:hover, .hide-sticky:focus {
        background-color: #5d87ff;
        color: #fff;
    }

.video-component {
    position: relative;
}

.video-page.dynamic-color {
    position: absolute;
    top: 49%;
    left: 49%;
    z-index: 1;
    transform: scale(7, 7);
    -webkit-transform: scale(7, 7);
    -moz-transform: scale(7, 7);
    -ms-transform: scale(7, 7);
    -o-transform: scale(7, 7);
    cursor: pointer;
}

    .video-page.dynamic-color + .azuremediaplayer .vjs-big-play-button {
        display: none;
    }

svg.dynamic-color + .azuremediaplayer .vjs-big-play-button {
    display: none;
}

svg.dynamic-color {
    position: absolute;
    top: 49%;
    left: 49%;
    z-index: 1;
    transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
    -moz-transform: scale(3, 3);
    -ms-transform: scale(3, 3);
    -o-transform: scale(3, 3);
    cursor: pointer;
    fill: #fff;
    width: 50px;
    height: 50px;
}

    svg.dynamic-color:hover {
        fill: #6f9dff;
    }

.port-schedule.port-info .grid-mvc th:nth-child(7) {
    width: 20%;
}

.port-schedule.port-info .arrow.default-desc-sort:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.port-schedule.port-info .arrow.default-asc-sort:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.port-schedule.port-info td [class*="fa-chevron-"] {
    font-size: 13px;
    vertical-align: top;
    margin: 11px 15px 0 -6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.port-schedule.port-info .slide {
    display: none;
}

.port-schedule.port-info .opened td [class*="fa-chevron-"] {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.port-schedule.port-info .additional-dates {
    background-color: #F0F1F6;
}

    .port-schedule.port-info .additional-dates td {
        height: 44px;
    }

    .port-schedule.port-info .additional-dates > td:first-child {
        padding: 10px;
    }

.port-schedule.port-info td .vessel-link {
    width: 60%;
    display: inline-block;
}


.vessel-results .route-table.p2p-port-schedule th {
    width: 10%;
    padding: 0 10px;
}

    .vessel-results .route-table.p2p-port-schedule th:first-child {
        width: 20%;
    }

.vessel-results .route-table.p2p-port-schedule td {
    width: 10%;
}

    .vessel-results .route-table.p2p-port-schedule td.opener {
        width: 20%;
    }

.vessel-results .route-table.p2p-port-schedule .cut-off-dates td {
    width: 45%;
}

    .vessel-results .route-table.p2p-port-schedule .cut-off-dates td.cut-off-date {
        width: 55%;
    }

.vessel-results .p2p-additional-data, .vessel-results .cut-off-dates {
    min-height: 310px;
}

.vessel-popup-icon {
    margin-top: 15px;
}
/*.vessel-results .route-table.p2p-port-schedule .btn-default {
    min-width: 50px;
}*/

.vessel-results .route-table td {
    padding: 0 5px;
}

    .vessel-results .route-table td:first-child {
        padding: 0 5px 0 10px;
    }

.vessel-results .p2p-port-schedule td [class*="fa-chevron-"] {
    margin: 6px 0 0 -6px;
}

.schedule-by-line-popover + .popover {
    min-width: 600px;
}

.schedule-by-line-popover {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.main-line-data, .additional-line-data {
    min-height: 400px;
}

.main-line-data {
    border-right: 1px solid #212b60;
}

.schedule-table .popover, .schedule-table .popover tbody tr td {
    background: #e9f6fc;
    color: #212b60;
    text-align: center
}

.schedule-table .popover {
    border: 1px solid #212b60;
    border-radius: 0;
}

    .schedule-table .popover.bottom > .arrow {
        border-bottom-color: #212b60;
    }

        .schedule-table .popover.bottom > .arrow:after {
            border-bottom-color: #e9f6fc;
        }

    .schedule-table .popover-content, .schedule-table .popover tbody tr:nth-child(1) td, .schedule-table .popover tbody tr:nth-child(1) td {
        padding: 0;
    }

        .schedule-table .popover-content tbody td td.vgm-date, .schedule-table .popover-content tbody td td.hazardouse-date, .schedule-table .popover-content tbody td td.reefer-date, .schedule-table .popover-content tbody td td.entry-date, .schedule-table .popover-content tbody td td.customs-date {
            border-top: 1px solid #212b60;
            border-right: 1px solid #212b60;
        }

.schedule-table .main-line-data tbody tr td:first-child, .schedule-table .additional-line-data tbody tr td:first-child {
    background: lightgray;
}

.vessel-results table td .fa.fa-chevron-right {
    cursor: pointer;
}

.vessel-results .eZimQuote-link-additional.schedule-links-tooltip {
    float: left;
}

    .vessel-results .eZimQuote-link-additional.schedule-links-tooltip + .request-link-additional + .booking-link-additional {
        display: block;
        padding-top: 10px;
    }

.vessel-results .cut-off-dates .td-title {
    vertical-align: top;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .contact-form .btn {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
}

@media screen and (min-width: 768px) {
    #scheduleByPortShortQuickSearchForm .container.lg {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .social-links .col-md-2.social-font,
    .social-links .col-md-2.social-image-item {
        width: 7%;
    }
}

@media screen and (min-width: 992px) {
    .social-links .col-md-2.social-font-component,
    .social-links .col-md-2.social-image-item-component {
        width: 16.66666667%;
    }
}



@media screen and (min-width: 1330px) {
    #scheduleByPortShortQuickSearchForm .container.lg {
        width: 1300px;
    }
}

.anchor-padding {
    padding-left: 30px;
}

.anchor-icon:before {
    content: "";
    display: block;
    position: absolute;
    background: url("/images/anchor.svg") no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    left: 8px;
    top: 11px;
}
