﻿
/*.reportBanner {
    font-family: "Soehne Breit", sans-serif;
    color: #000061;
    background-image: url("../assets/Lines/ShippingLines_08_Cropped.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 115px;
    bottom: 0;
}*/

.reportComponent a {
    text-decoration: none;
    color: inherit;
}
.reportComponent a:hover {
    color: inherit;
    text-decoration: underline;
}

.reportBanner {
    font-family: "Soehne Breit", sans-serif;
    color: #000061;
    background-image: url("../assets/Lines/SSYShippingLines_01_stretchable.svg");
    background-repeat: no-repeat;
    background-size: 100% 225%;
    background-position: right -50px;
    width: 100%;
    height: 115px;
    bottom: 0;
}

    .reportBanner .ssyLogo {
        background-image: url('../assets/Logo/SSYLogo_2Line_Blue_M.png');
        height: 160%;
        scale: 0.5;
        background-size: cover;
        background-repeat: no-repeat;
        width: 25%;
        float: left;
        display: inline-block;
        margin-top: -35px;
        margin-left: -20px;
        animation: unset;
        filter: unset;
        /*I want this logo to use b5cbd6*/
    }

    .reportBanner .ssyLogo02 {
        background-image: url('../assets/Logo/SSYLogo_2Line_Blue_S.png');
        height: 160%;
        scale: 0.4;
        background-size: cover;
        background-repeat: no-repeat;
        width: 25%;
        float: left;
        display: inline-block;
        margin-top: -35px;
        margin-left: -52px;
        animation: unset;
        filter: unset;
        /*I want this logo to use b5cbd6*/
    }


    .reportBanner .ssyLogoFlat {
        background-image: url('../images/SSYLogo_2Line_Blue_S.png');
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        width: 25%;
        margin-top: 15px;
        margin-left: 15px;
        float: left;
    }

    .reportBanner .header_main {
        font-size: 32px;
        font-family: Georgia, Cambria, 'Times New Roman', Times, serif; /* 'HCo Chronicle Display', ui-serif, */
        color: #000061;
    }

    .reportBanner .header_sub {
        font-size: 24px;
        font-family: "Soehne", sans-serif;
        color: #009DC9;
        display: block;
    }

    .reportBanner .header_sub2 {
        font-weight: bold;
        font-size: 18px;
        font-family: "Soehne", sans-serif;
        color: #009DC9;
        display: block;
    }



    .reportBanner .dateVerticalCenter {
            font-size: 17px;
            float: right;
            text-align: right;
            font-weight: bold;
            font-family: "Soehne Breit", sans-serif;
        }

    .reportBanner .dateHorizontal {
        font-size: 16px;
        float: right;
        text-align: right;
    }

    .reportBanner .contactDetails {
        font-size: 10px;
        font-family: "Soehne Breit", sans-serif;
    }

        .reportBanner .contactDetails table {
            color: #000061;
            font-size: 10px;
            line-height: 1.2em;
        }

.reportThinWhiteLine {
    height: 1px;
}

.reportBannerAbout {
    color: #000061;
    background-color: #A4987E;
    font-size: 11px;
    text-align: center;
    width: 100%;
    height: 18px;
}

    .reportBannerAbout a {
        color: white;
        font-weight: bold
    }

.reportDisclaimer {
    font-family: Soehne, serif;
    color: #000061;
    font-size: 9px;
    width: 100%;
    /*height: 50px;*/
    padding: 3px 15px 3px 15px;
    background: rgba(0,1,97,0.03);
}

.reportAssociatedOfficesFooter {
    font-family: Soehne, serif;
    color: #000061;
    background: rgba(0,1,97,0.03);
    width: 100%;
    font-size: 10px;
    padding: 3px 15px 3px 15px;
}


    .reportAssociatedOfficesFooter td:nth-child(2) {
        text-align: right;
    }

.reportSpanPageWidth {
    width: 100%;
}

.headerrowforindex tr {
    border-color: #009DC9;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.reportComponent {
}

    .reportComponent .compHeader {
        text-align: center;
        font-size: 17px;
        font-weight: bold;
        padding: 1px 0 1px 0px;
        /*        height: 17px;*/
    }


    .reportComponent .commentary {
        color: #000061;
        font-size: 12px;
        line-height: 1.5;
        padding: 1px 5px 1px 5px;
    }

.arrowIconUp {
    color: #99CC00;
}

.arrowIconFlat {
    color: #C0C0C0;
}

.arrowIconDown {
    color: #FF6565;
}

.arrowIconUpWd {
    color: #99CC00;
    font-family: "Wingdings";
}

.arrowIconFlaWd {
    color: #C0C0C0;
    font-family: "Wingdings";
}

.arrowIconDownWd {
    color: #FF6565;
    font-family: "Wingdings";
}

.arrowIconUpW3 {
    color: #99CC00;
    font-family: "Wingdings 3";
}

.arrowIconFlatW3 {
    color: #C0C0C0;
    font-family: "Wingdings 3";
}

.arrowIconDownW3 {
    color: #FF6565;
    font-family: "Wingdings 3";
}

.reportTablePrices {
    background-color: white;
    /*color: #000061;*/
    color: black;
    font-size: 10px;
    overflow: hidden;
    padding: 0 2px 0 0;
    width: 100%;
    /* line-height: 1.6;
     vertical-align: middle;*/
}

    /*    .reportTablePrices td {
        padding: 0;
    }*/

    /*these report specific formats need to be moved out of here*/
    .reportTablePrices .tableheader,
    .chart-container .headerbox,
    .commentary-container .headerbox,
    .dirtymarket-container .headerbox,
    .cleanmarket-container .headerbox
    {
        text-align: center;
        font-family: 'Soehne', 'Franklin Gothic Book', Arial, sans-serif;
        font-size: 17px;
        font-weight: 400;
        padding: 1px 0 1px 0px;
        color: #000061;
    }

    .reportTablePrices .tableheader {
        display:block;
        margin: auto;
    }

    .reportTablePrices .periodcol {
        overflow: hidden;
    }

    .reportTablePrices .pdformat {
        font-weight: bold;
        background-color: #A4987E;
        color: #000061;
    }

    .reportTablePrices .pricecol {
        text-align: right;
        overflow: hidden;
    }

    .reportTablePrices .changecol {
        text-align: right;
        overflow: hidden;
    }

    .reportTablePrices .whitespacecol {
        overflow: hidden;
    }

.chart-container .headerbox {
    display: block;
}