﻿body {
    margin: 0;
    padding: 0;
    font-family: Arial;
}

#bodyWrapper {
    display: block;
}

.lightBlue {
    color: #009CDA;
}

.bold {
    font-weight: bold;
}

.white {
    color: White;
}

#pageWrapper {
    display: block;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('images/Bg_Chains.jpg');
    background-repeat: no-repeat;
    background-position: 23px -5px;
    padding-left: 20px;
    padding-right: 20px;
}

#headerWrapper {
    border-bottom: 0;
    border-left: solid 1px white;
    padding-top: 38px;
    padding-bottom: 37px;
    display: block;
}

#logoContainer {
    width: 627px;
    height: 40px;
    margin-left: 2px;
    background-image: url('images/PortConnectLogo.gif');
    background-repeat: no-repeat;
    float: left;
}

#searchContainer {
    width: 251px;
    float: right;
    border-left: solid 1px black;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    border-top: solid 0px white;
    margin-top: 20px;
}

    #searchContainer #searchText {
        width: 170px;
        height: 15px;
        margin-bottom: 2px;
        margin-left: 2px;
        padding-left: 1px;
        padding-right: 1px;
        float: left;
        border-left: solid 0px white;
        border-bottom: solid 0px white;
        border-right: solid 0px white;
        border-top: solid 0px white;
        background-color: #D9DADB;
        font-size: 10pt;
    }

        #searchContainer #searchText input {
            font-size: 10pt;
        }

    #searchContainer #searchBtn {
        width: 75px;
        height: 19px;
        float: right;
        margin: 0;
        border-left: solid 1px black;
        border-bottom: solid 1px white;
        border-right: solid 1px white;
        border-top: solid 0px white;
        background-color: white;
        color: #102F7E;
        cursor: pointer;
    }

/* Navigation
 *---------------*/

/*---- CROSS BROWSER DROPDOWN MENU ----*/
/* http://www.handy-html.com/simple-css-dropdown-menu-updated/ */
ul#nav {
    margin: 0 0 5px 0px;
}

ul.drop a {
    display: block;
    color: #555;
    font-size: 14px;
    text-decoration: none;
}

ul.drop, ul.drop li, ul.drop ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #fff;
    background: #D9DADB;
    color: #fff;
}

ul.drop {
    position: relative;
    z-index: 97;
    float: left;
}

    ul.drop li {
        float: left;
        line-height: 1.3em;
        vertical-align: middle;
        zoom: 1;
        padding: 5px 20px;
    }

        ul.drop li.hover, ul.drop li:hover {
            position: relative;
            z-index: 99;
            cursor: default;
            background: #009CDA;
        }

    ul.drop ul {
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 98;
        width: 195px;
        background: #D9DADB;
        border: 1px solid #fff;
    }

        ul.drop ul li {
            float: none;
        }

        ul.drop ul ul {
            top: -2px;
            left: 100%;
        }

    ul.drop li:hover > ul {
        visibility: visible
    }

#inner_nav {
    background-color: #D9DADB;
}

.layoutMenu #navWrapper {
    border-right: solid 1px black;
    padding-right: 2px;
}

#navWrapperInner {
    height: 32px;
    background-color: #D9DADB;
    padding-left: 32px;
    position: relative;
}

    #navWrapperInner ul.navLinks {
        height: 32px;
        padding: 0;
        margin: 0;
        list-style-type: none;
        list-style-position: outside;
        list-style-image: none;
    }
.dropdown-menu-right > li > a > i {
    margin-right: 5px
}

#contentWrapper {
    float: left;
    width: 970px;
}
/*  width: 1395px;   */

/*.layoutMin #contentWrapper {
    width: 100%;
}*/

.layoutMenu #contentWrapper {
    width: 100%;
}

#aSideWrapper {
    float: left;
    width: 200px;
}

.layoutMenu #aSideWrapper {
    display: none;
}

#aSideNavWrapper {
    height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
    border-left: solid 0px #D9DADB;
    border-bottom: solid 1px black;
    border-top: solid 0px white;
    border-right: solid 1px black;
    padding: 0 2px 2px 0;
    display: block;
}

#aSideNavWrapperInner {
    background-color: #D9DADB;
}

    #aSideNavWrapperInner ul {
        padding: 0;
        margin: 0;
        margin-left: 10px;
        margin-bottom: 25px;
        list-style-type: none;
        list-style-position: outside;
        list-style-image: none;
    }

        #aSideNavWrapperInner ul li {
            display: block;
            font-size: 12px;
            line-height: 32px;
        }

            #aSideNavWrapperInner ul li a {
                text-decoration: none;
                color: #009CDA;
            }

                #aSideNavWrapperInner ul li a:hover {
                    text-decoration: none;
                    color: #0C2C80;
                }

#aSideContentWrapper {
    border: 0;
    border-top: solid 0px white;
    border-left: solid 1px #009CDA;
    border-right: solid 1px #009CDA;
    border-bottom: solid 1px #009CDA;
    padding: 0;
    margin-top: 10px;
    position: relative;
    /*z-index: -1;*/
}

#aSideContentWrapper1 {
    height: 20px;
    width: 198px;
    position: relative;
    left: -1px;
    top: -10px;
    border-left: solid 1px #009CDA;
    border-right: solid 1px #009CDA;
    border-top: solid 1px #009CDA;
}

#aSideContentWrapper2 {
    height: 13px;
    width: 198px;
    position: relative;
    left: -1px;
    top: -20px;
    border-left: solid 1px #009CDA;
    border-right: solid 1px #009CDA;
}

.aSideArticle {
    position: relative;
    top: -30px;
}

    .aSideArticle h4 {
        padding: 0;
        margin: 0;
        margin-left: 10px;
        margin-bottom: 2px;
        font-size: 14px;
        color: #0C2C80;
        font-weight: bold;
    }

    .aSideArticle p {
        margin: 10px;
        padding: 0;
        padding-bottom: 10px;
        font-size: 12px;
        border-bottom: dotted 1px black;
    }

        .aSideArticle p a {
            color: #009CDA;
            font-weight: bold;
            text-decoration: none;
        }

#articleHeaderWrapper {
    margin-top: 10px;
    font-weight: bold;
    color: #009CDA;
    margin-right: 0;
}

.layoutMenu #articleHeaderWrapper {
    margin-right: 2px;
}

#articleHeaderWrapper span {
    font-size: 12px;
    font-weight: bold;
    color: #0C2C80;
    margin-left: 2px;
}

#articleWrapper {
    display: block;
    float: left;
    width: 748px;
    text-align: left;
}
/*      width: 1111px;    */

.layoutAside #articleWrapper {
    width: 1300px;
}
/*         width: 1598px;      */
.layoutMenu #articleWrapper {
    width: 966px;
}
/*         width: 1204px;        */

#articleWrapper h1 {
    font-family: Arial;
    font-size: 28px;
    padding: 0;
    margin: 10px;
    margin-left: 2px;
    margin-right: 2px;
}

#articleWrapper h2 {
    font-family: Arial;
    font-size: 24px;
    padding: 0;
    margin: 10px;
    margin-left: 2px;
    margin-right: 2px;
}

#articleWrapper h3 {
    font-family: Arial;
    font-size: 20px;
    padding: 0;
    margin: 10px 2px;
}

#articleWrapper h4 {
    font-family: Arial;
    font-size: 16px;
    padding: 0;
    margin: 10px;
    margin-left: 2px;
    margin-right: 2px;
}

#articleWrapper p {
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    margin: 10px;
    margin-left: 2px;
    margin-right: 2px;
}

#articleWrapper .darkBlue {
    color: #102F7E;
}

#articleWrapper .lightBlue {
    color: #009CDA;
}

#announcementBanner {
    display: block;
    float: left;
    width: 935px;
    text-align: left;
    padding: 5px;
    margin: 10px 0;
    border: 2px solid #009CDA;
}

    #announcementBanner p {
        font-family: Arial;
        font-size: 28px;
    }

#footerWrapper {
    border-top: 1px solid black;
    margin-top: 5px;
}

    #footerWrapper ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        list-style-position: outside;
        list-style-image: none;
        height: 40px;
        margin-left: 2px;
    }

        #footerWrapper ul li {
            display: block;
            font-size: 10px;
            line-height: 40px;
            float: left;
            padding-right: 75px;
        }

            #footerWrapper ul li a {
                text-decoration: none;
                color: #8C837C;
            }

                #footerWrapper ul li a:hover {
                    text-decoration: none;
                    color: #0C2C80;
                }

.downloads {
    padding-top: 10px;
    float: left;
    padding-right: 50px;
}

    .downloads ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .downloads ul li {
            font-size: 14px;
            padding: 5px 0 0 35px;
            margin: 0;
            vertical-align: middle;
            line-height: 200%;
            background-position: left center;
            background-repeat: no-repeat;
        }

            .downloads ul li a {
                text-decoration: none;
                color: #102F7E;
            }

                .downloads ul li a:hover {
                    text-decoration: underline;
                    color: #009CDA;
                }

.clear {
    clear: both;
}

.button {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #d9dadb) );
    background: -moz-linear-gradient( center top, #ededed 5%, #d9dadb 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#d9dadb');
    background-color: #ededed;
    border: 1px solid darkgrey; /*#d9dadb;*/
    display: inline-block;
    color: black; /*#777777;*/
    font-family: arial;
    font-size: 12px;
    padding: 2px 6px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    cursor: pointer;
}

    .button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d9dadb), color-stop(1, #ededed) );
        background: -moz-linear-gradient( center top, #d9dadb 5%, #ededed 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9dadb', endColorstr='#ededed');
        background-color: #d9dadb;
        /*color:#777777;*/
    }

    .button:active {
        position: relative;
        top: 1px;
    }

.topMsgBox {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.topErrorBox {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FFD5A2;
}

.successMsgBox {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #CBEA9F;
}

.icon {
    float: left;
    padding-left: 5px;
}

.topMsgBoxTxt {
    padding-left: 10px;
    font-family: Arial;
    font-size: 12px;
    float: left;
}

.vesselDetails {
    float: left;
    width: 30%;
}

.vesselDetailsSectionPadding {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.partnerPortSection {
    float: left;
    width: 35%;
}

.partnerPortSectionPadding {
    padding-top: 55px;
    padding-left: 135px;
}

.filterOptionSection {
    float: left;
    width: 15%;
}

.filterOptionSectionPadding {
    padding-top: 55px;
    padding-left: 65px;
}

.sectionRow {
    padding-bottom: 10px;
}

.containerDetails {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}

.searchLabel {
    padding-right: 10px;
    float: left;
}


.radioButtons {
    float: left;
}

.buttonRow {
    float: left;
    width: 20%;
}

.buttonRowPadding {
    padding-top: 80px;
    padding-left: 30px;
}

.searchAreaButton {
    float: left;
    padding-left: 10px;
}

.container-block-padding {
    padding-top: 30px;
    float: left;
}

.container-list {
    width: 100%;
}

    .container-list tr th {
        color: #000;
        text-align: center;
        border-top: 1px solid #000;
        font-size: 12px;
    }

table.container-list th, table.container-list td {
    padding: 10px;
}

.container-list-item-alt {
    background-color: #ccc;
}

.container-list-item {
}

table.container-list td {
    font-size: 11px;
}

.containers-action-row td {
    text-align: left;
    font-size: 12px !important;
    border-bottom: 1px solid #009CDA;
}

.align-center {
    text-align: center !important;
}

.left-border {
    border-left: 1px solid #000;
}

.right-border {
    border-right: 1px solid #000;
}

.align-center {
    text-align: center !important;
}

.set-clearance {
}

.remove-clearance {
}

.manual-input {
}

.set-to-ECN {
}

.set-to-random {
}

.emptyReturnDepotDrpDwn {
    font-size: 11px;
}

.deliveryCheckNumTxt {
    font-size: 11px;
}

.container-list-action-text {
    font-size: 12px !important;
}

.search-area {
    font-family: Arial;
    font-size: 12px;
    float: left;
    background-color: #C2DBE6;
    width: 100%;
}

.errorContainer {
    color: Red;
    text-decoration: underline;
    cursor: pointer;
}

.successfulContainer {
    color: Green;
}

.containerNumber {
}

.manualInputGroup {
}

.bottomButtonsPanel {
    border-top: 1px solid #000;
    padding-bottom: 20px;
    width: 100%;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

/* Export Preadvice */

.preAdviceBody {
    font-size: 10pt;
    width: 1168px;
}

.preAdviceSection {
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

.preAdviceSectionTitle {
    width: 100%;
    background-color: #C2DBE6;
    font-size: 12pt;
    background: #D9DADB;
    color: #102F7E;
    border-bottom: 1px solid #9DA0AA;
    border-top: 1px solid black;
}

.preAdviceContainersSection {
    width: 100%;
    float: left;
    margin: 20px 0px 20px 0px;
    border: 1px solid;
}

.preAdviceContainersTitle {
    width: 100%;
    background-color: #C2DBE6;
    font-size: 12pt;
    color: #102F7E;
    border-bottom: 1px solid #9DA0AA;
}

.preAdviceSectionRow {
    width: 100%;
    background-color: #D9DAE0;
    float: left;
}

.preAdviceCol {
    float: left;
    padding: 8px 0px 8px 6px;
}

#bookings-inner {
    padding-bottom: 15px;
    display: table;
    margin: 0 auto;
    width: 100%;
}

.createRefError {
    padding: 0px 0px 10px 10px;
    float: left;
}

.normalText {
    font-size: 10pt;
}

.errorBorderText {
    font-size: 10pt;
    border-color: red;
}

.label {
    padding-right: 10px;
}

/* Fix IE11 incompatibility */
table.preAdviceTable {
    table-layout: fixed;
}

    table.preAdviceTable td {
        padding-top: 10px;
        /* vertical-align: top; */
    }

.fieldColumn {
    padding-right: 25px;
}

table.ContainerListTable td {
    padding-top: 3px;
    padding-right: 10px;
}

.containerListButtons {
    float: right;
}

.preAdviceBottomButtons {
    width: 100%;
    background-color: #C2DBE6;
    font-size: 12pt;
    float: left;
    background: #D9DADB;
    color: #102F7E;
    border-bottom: 1px solid #9DA0AA;
    border-top: 1px solid #9DA0AA;
}

.errorText {
    color: Red;
    font-weight: bold;
}

.italicText {
    font-style: italic;
}

.redBorder {
    border-color: red;
    border-width: 2px;
}

.preAdviceErrorIcon {
    background-image: url('images/error.png');
    background-position: 10px 5px;
    padding: 10px;
    background-repeat: no-repeat;
    text-indent: 45px;
}

.validationError {
    float: left;
}


.titlePadding {
    padding: 10px 0px 10px 10px;
}

.ui-combobox {
    position: relative;
    display: inline-block;
}

.ui-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* adjust styles for IE 6/7 */
    height: 1.7em;
    top: 0.5em;
}

.ui-combobox-input {
    margin: 0;
    padding: 0.3em;
}

.preadvice-container-list th {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid grey;
}

table.preadvice-container-list td {
    padding: 10px;
}

.hide {
    visibility: hidden;
}

.displayNone {
    display: none;
}

.show {
    display: block;
}

.inlineErrorImage {
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 12pt;
    padding: 1px 10px 1px 10px;
}

.codeSection {
    padding-bottom: 8px;
}

.selectMoreLink {
    padding-top: 15px;
    padding-bottom: 10px;
    cursor: pointer;
    width: 100%;
}

.ui-autocomplete-loading {
    background: white url('images/ui-anim_basic_16x16.gif') no-repeat right center;
}

.inputFieldAlignRight {
    text-align: right;
}

#toolBar {
    width: 100%;
    margin-bottom: 5px;
    border: solid;
    border-width: 1px;
}

    #toolBar #export {
        width: 200px;
        padding: 0;
        margin: 0;
    }

        #toolBar #export input {
            height: 35px;
            border: none;
            color: White;
            float: right;
            margin-left: 5px;
            cursor: pointer;
            border: 0;
        }

        #toolBar #export #xls {
            width: 33px;
            background: white url('/Content/images/ExportExcel.png') no-repeat 50% top;
        }

        #toolBar #export #pdf {
            width: 29px;
            background: white url('/Content/images/ExportPDF.png') no-repeat 50% top;
        }

        #toolBar #export #csv {
            width: 28px;
            background: white url('/Content/images/ExportCSV.png') no-repeat 50% top;
        }

        #toolBar #export div {
            width: 70px;
            float: right;
            text-align: right;
            margin-top: 10px;
            margin-bottom: 10px;
            margin-right: 5px;
            font-weight: bold;
        }

.alignTop {
    font-family: Arial;
    font-size: 14px;
    vertical-align: top;
    padding-bottom: 0;
}

/*for tabs*/
div.tabcontent {
    border: none;
    clear: left;
}
/*        width: 100%;        */

ol#tabs {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

    ol#tabs a {
        color: #8C837C;
        display: block;
        float: left;
        height: 2em;
        padding-left: 10px;
        text-decoration: none;
        border: 1px solid black;
        border-bottom: none;
    }

        ol#tabs a:hover {
            color: black; /*#009CDA;*/
            background-position: 0 -120px;
        }

            ol#tabs a:hover span {
                background-position: 100% -120px;
            }

    ol#tabs li {
        float: left;
        margin: 0 1px 0 0;
    }

        ol#tabs li.current a {
            /*background-color: #d9dadb;*/
            background-position: 0 -60px;
            color: black; /*#8C837C;*/
            font-weight: bold;
        }

        ol#tabs li.current span {
            background-position: 100% -60px;
        }

    ol#tabs span {
        display: block;
        line-height: 2em;
        padding-right: 10px;
    }

.actionLink {
    font-size: 10px;
}

#CallToActionDialog {
    height: 320px;
    background-color: #D9DADB;
    padding-left: 32px;
    position: relative;
}

.callToActionContent {
    font-family: Arial;
    font-size: 10px;
    margin-bottom: 10px;
}

.gridText {
    font-size: 10px;
}

#containersPublic {
    resize: none;
    overflow-y: scroll;
    width: 100%;
    box-sizing: border-box;
}

#containersSecured {
    resize: none;
    overflow-y: scroll;
    width: 100%;
    box-sizing: border-box;
}

@-moz-document url-prefix() {
    #containersSecured {
        height: 50px;
    }

    #containersPublic {
        height: 50px;
    }
}

#partnerPort {
    width: 137px;
}

#vesselNameAutocomplete {
    width: 280px;
}

#bookingReferenceSecured {
    width: 280px;
}

#searchCurrentContainers {
    width: 80px;
}

#clearSearchCriteriaPublic {
    width: 80px;
}

#clearSearchCriteriaSecured {
    width: 80px;
}

#btnPreviousSearches {
    width: 120px;
}

#btnPreviousSearchesPublic {
    width: 120px;
}

input[disabled] {
    color: Grey;
    text-decoration: none;
}

.shadedbg {
    background-color: #D9DADB;
}
