﻿a{color: var(--primerycolor)}
.sustainabilitychannel {
    height: 335px;
}

    .sustainabilitychannel img {
        margin: 35px auto;
    }

.customized-header {
    font-size: var(--smallfontsize) !important;
    margin-top: 0px !important;
    line-height: 25px;
}

h3 {
    margin-top: 5px !important;
    font-size: var(--titlefontsize);
    color: var(--primerycolor);
    text-transform: capitalize;
}

h4 {
    text-transform: capitalize;
}

th {
    font-family: var(--boldfonts);
    font-weight: normal;
}

.no-border {
    border: solid 1px rgba(255,255,255,1.00) !important;
}

.center {
    margin: 0px auto;
    width: 85%;
}
/*Syndicate report checkbox content css start */
/*.table-content-wrapper div label
{
    padding: 0px !important;
    margin-right: -11%;
    font-weight: 100; 
        float: right !important;
}*/
.table-content-wrapper {
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
}

    .table-content-wrapper div {
        background-color: var(--white)fff;
        float: left;
        width: 100%;
    }

    .table-content-wrapper .outer-input {
        background-color: #f5f5f5;
    }

    .table-content-wrapper div label {
        padding: 14px;
        float: left;
        width: 100%;
        display: table;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 0px;
    }

    .table-content-wrapper div ul {
        float: left;
        width: 100%;
        padding-left: 0px;
    }

        .table-content-wrapper div ul li {
            padding: 8px;
            border-bottom: 1px solid #e5e5e5;
            list-style: none;
            padding-left: 70px;
            float: left;
            width: 100%;
        }

            .table-content-wrapper div ul li .inner-bullet {
                display: block;
                position: relative;
                float: left;
                width: 100%;
            }

                .table-content-wrapper div ul li .inner-bullet:before {
                    content: '●';
                    color: #000;
                    margin-right: 15px;
                }

    .table-content-wrapper div input {
        margin-right: 14px;
        display: table-cell;
    }

    .table-content-wrapper .inner-input input {
        margin-left: 28px;
    }

    .table-content-wrapper div div:last-child,
    .table-content-wrapper .outer-input:last-child {
        border: 0px;
    }

    .table-content-wrapper div span {
        display: table-cell;
        text-align: left;
        width: 100%;
    }

.quote-btn {
    margin-top: 0px !important;
    padding-top: 0px !important;
    border: 0px !important;
}
/*Syndicate report checkbox content css End */
/* Mi Search Form Css*/

.outer-input {
    background-color: #f5f5f5;
}

.mi-search-result-thumb {
    width: 80px;
    height: auto;
    float: left;
    margin-top: 5px;
}

.mi-advancesearch {
    background-color: transparent;
}

.mi-callback-title {
    font-size: 18px;
}

.mi-contact-table i {
    font-size: 20px;
    padding: 5px 10px;
}

.text-section {
    width: 86%;
    float: right;
}

.blue-text {
    color: #5494c2;
}

.misearchrecord {
    width: 100%;
    border-bottom: solid 1px #eaeaea;
    padding: 2.3% 0;
}

.misearchformheading {
    font-weight: 200;
    font-size: var(--smallfontsize);;
}

.mi-search-form a {
    float: left;
    margin-left: -44%;
    margin-top: 10%;
}

.red-txt {
    color: #f6282a;
    font-size: 11px;
}

.mi-search-form label {
    text-align: left;
    font-size: 12px;
    color: #999;
}

.mi-search-form input, .mi-search-form select {
    width: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    margin-bottom: 6.8px;
    padding: 5px;
}

.mi-search-form img {
    width: 40% !important;
    height: 40px;
    margin-top: -5%;
}

.mi-search-form input#CaptchaInputText {
    margin-top: -23%;
    width: 50%;
    display: block;
    float: right;
    height: 40px;
    padding: 6px 12px;
    font-size: var(--smallfontsize);
    line-height: 1.42857143;
    color: #555;
    background-color: var(--white);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*market intelligence*/
.mi-main {
    width: 100%;
    text-align: left;
}

   

    .mi-main ul li {
        line-height: 35px;
    }

.mi-main-img {
    width: 50%;
    margin-right: 3%;
    float: left;
    border: solid 1px rgba(170,170,170,1.00);
}

.mi-main-text {
    float: left;
    width: 47%;
    text-align: left;
    margin-bottom: 4px;
}

.check-btl i {
    color: #4ebe51;
    line-height: 32px;
    font-weight: normal;
}

/*analyst corner*/
.analyst-corner-home {
    width: 100%;
    text-align: left;
    color: #666;
}

.analyst-corner {
    width: 100%;
    text-align: left;
    color: #666;
}

    .analyst-corner ul {
        padding: 0px;
        margin: 0px;
    }

        .analyst-corner ul li {
            list-style-type: none;
            border-bottom: solid 1px #eaeaea;
            padding: 10px 0;
        }

            .analyst-corner ul li:last-child {
                border-bottom: 0px !important;
                padding: 10px 0 0 0;
            }

    .analyst-corner .check-btl i {
        line-height: 1px;
    }


/* trade intelligence */
.financial {
}

.denimtxt {
    width: 85%;
    float: left;
}

.denimimg {
    width: 15%;
    float: right;
}
/*reports */
.reports {
    width: 100%;
    text-align: left;
}

    .reports ul {
        padding: 0px;
        margin: 0px;
    }

        .reports ul li {
            list-style-type: none;
            border-bottom: solid 1px #eaeaea;
            padding: 1.8% 0;
        }

            .reports ul li:last-child {
                border-bottom: 0px !important;
                padding: 2.3% 0% 0% 0%;
            }



.mwrCMRwd {
    padding: 14px;
}
/*cotton Intelligence */

.cotton-img {
    width: 30%;
    float: left;
    margin-right: 5px;
}

.syndicated {
    margin-top: 7px !important;
}

    .syndicated .mi-left-block {
        min-height: 354px;
    }

    .syndicated .mi-btn-group {
        margin-top: 0%;
    }

    .syndicated img {
        width: 95%;
    }

    .syndicated .secondblock {
        border-bottom: 0px;
    }


/*market intelligence reports*/
.mi-reports {
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

    .mi-reports ul li {
        line-height: 35px;
    }

    .mi-reports img {
        margin-bottom: 10px;
    }

    .mi-reports h4 {
        font-size: 18px;
        font-weight: bold;
        text-transform: none;
    }

.mi-left-block {
    min-height: 270px;
    width: 49.9%;
    padding: 0px 5%;
    border-right: solid 1px #eaeaea;
    float: left;
}

.mi-btn-group {
    margin-top: 7%;
}

.no-leftline {
    border-right: solid 1px rgba(255,255,255,1.00);
}

.no-bottomline {
    border-bottom: solid 1px rgba(255,255,255,1.00);
}

.mi-btn-group {
    text-transform: capitalize;
    font-size: 11px;
    font-weight: 600;
    font-family: var(--boldfonts);
    border: none;
}

.mi-subscrib {
    background-color: #f27138;
    color: rgba(255,255,255,1.00);
}

.mi-free {
    background-color: #eaeaea;
    border-radius: 0px 7px 7px 0px !important;
}

.fix-height {
    min-height: 290px;
    padding-top: 4%;
}

.sfix-height {
    padding-top: 4%;
}

/*ecomonic update to Sustanable Fibre*/
.allbox {
    width: 95%;
    text-align: left;
    margin-top: 12px;
    /*height: 114px;*/
}

    .allbox ul li {
        margin-bottom: 10px;
    }

        .allbox ul li i {
            line-height: 20px;
        }



/*customised report*/
.customised-report {
    width: 100%;
    text-align: center;
    padding: 7px 90px;
}

    .customised-report p {
        font-size: 18px;
    }

        .customised-report p span {
            color: #999999;
            text-transform: uppercase;
        }

.cr-enquire-btn {
    background-color: #f27138;
    color: rgba(255,255,255,1.00);
    text-transform: capitalize;
    padding: 7px 10px;
    font-size: var(--smallfontsize) !important;
    font-weight: 600;
    font-family: var(--boldfonts);
    float: none;
}

.archieved-reports-btn {
    background-color: #f27138;
    color: rgba(255,255,255,1.00);
    
    font-size: 12px !important;
    font-weight: 600;
    font-family: var(--boldfonts);
    float: left;
    padding: 12px 15px;
}

    .archieved-reports-btn:hover {
        background-color: #cccccc;
    }



/*download data excel*/
.tradeintelligence-filter {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 20px;
}

    .tradeintelligence-filter h5 {
        color: #999999;
        display: inline-block;
        float: left;
        line-height: 30px;
    }

.tradeintelligence-text {
    text-align: left;
    margin-top: 30px;
}

/*product-covered*/
.product-covered-col {
    width: 33%;
    float: left;
}

/*----------------------------Customized Reports Css--------------------------------*/
.we-customized {
    font-size: var(--smallfontsize);;
    line-height: 38px;
    color: var(--primerycolor);
    float: left;
    text-align: left;
    margin-left: 1%;
}

.how-help {
    font-size: var(--smallfontsize);;
    line-height: 37px;
    color: var(--primerycolor);
    width: 48%;
    float: left;
    text-align: left;
    margin-left: 3%;
}

.know-main {
    width: 98%;
    margin: 0px auto;
    text-align: left;
    margin-top: 5%;
}

    .know-main .small {
        padding-left: 12px;
    }

.know-txt {
    font-size: 20px;
    line-height: 31px;
    color: var(--primerycolor);
    text-align: left !important;
    font-style: italic;
}

.company-heading {
    font-size: 18px;
    font-weight: bold;
    padding-left: 12px;
    color: #666666;
}

.inquiry-pattern-bg {
    background-color: var(--white);
}


/*----------------------------Syndicate Reports Css--------------------------------*/

.syndicate-text {
    float: left;
    width: 50%;
    text-align: left;
    line-height: 24px;
}

.syndicate-btn-group {
    
    font-weight: 600;
    font-family: var(--boldfonts);
    padding: 7px 14px;
}

.report-heading {
    font-size: var(--smallfontsize);;
    color: var(--primerycolor);
}

.mwr-heading-content {
    color: #666666;
    line-height: 25px;
    text-align: left;
}

/*------------------ Syndicated reports list page ------------- */
.syndicate-main {
    color: #333;
    margin-bottom: 20px;
    text-align: left;
}

.report-flex {
    display: flex;
    flex-wrap: wrap;
}

.syndicate-img {
    float: left;
    width: 26%;
    border: 1px solid #f5f5f5;
    margin: 0.7% 4% 2% 0;
}

    .syndicate-img img {
        max-width: 100%;
    }

.syndicate-txt {
    float: left;
    width: 68%;
}

.syndicate-main p {
    margin: 15px 0;
}

.syndicate-main .syndicate-btn-group {
    font-size: 12px;
    padding: 6px 10px;
    border: solid 1px var(--white);
}


/*---------------------- Syndicated Reports details page ----*/
.next-pre {
    float: right;
    color: #B9B9B9;
}

    .next-pre a {
        font-size: var(--titlefontsize);
        color: #B9B9B9;
    }

.nomargin {
    margin-top: 1px !important;
}

.syndicatedetailpage .detailheading {
    margin: 0;
}

.syndicate-detail {
    text-align: left;
    line-height: 26px;
}

    .syndicate-detail .syndicate-img img {
        width: 200px !important;
    }

.syndicatebottom-nav {
    background: #fafafa;
    padding: 20px;
}

    .syndicatebottom-nav .left {
        width: 40%;
        float: left;
        text-align: left;
    }

    .syndicatebottom-nav .right {
        width: 40%;
        float: right;
        text-align: right;
    }

    .syndicatebottom-nav .fa {
        font-size: 30px;
        display: inline-block;
        padding: 15px 10px;
    }

/*------------------ Archived Reports -----------------*/

.archieve-reports-box {
    float: left;
    width: 21.7%;
    border: solid 1px #ebebeb;
    text-align: left;
    line-height: 25px;
    margin: 1.6%;
}

.report-img {
    width: 100%;
    height: auto;
}

.report-content {
    width: 97%;
    margin: 0px auto;
    padding: 5px;
}

.report-heading {
    font-size: var(--smallfontsize);;
    color: var(--primerycolor);
    font-weight: 600;
    font-family: var(--boldfonts);
}

.report-published {
    font-size: var(--smallfontsize);;
    color: #999999;
}

.report-date {
    color: var(--primerycolor);
    text-transform: capitalize;
    font-size: var(--smallfontsize);;
}

.dollar-price {
    font-size: var(--titlefontsize);
    color: #666666;
    font-weight: 600;
    font-family: var(--boldfonts);
}

.buy-now-btn {
    background-color: #f27138;
    color: rgba(255,255,255,1.00);
    text-transform: capitalize;
    padding: 9px 12px;
    font-size: 12px !important;
    font-weight: 600;
    font-family: var(--boldfonts);
    margin-left: 0px;
    margin-bottom: 15px;
}

.dwn-rpt {
    width: 38%;
    margin: 0 auto;
}
/*.pagination-txt ul li a{color:#333333 !important; font-size:13px; border:none; background-color:#f7f8fa; margin-left:2px;}
.pagination-bluetxt{color:#388ccf; font-weight:600;}*/
.archive-block {
    height: 93px;
    text-align: left;
}

    .archive-block .buy-now-btn {
        padding: 15px 25px;
    }

.archive-reports-input {
    height: 44px;
}



/* Archivereports tabs -------*/
.archivereports .nav-tabs > li {
    padding: 0 1.9%;
    text-transform: uppercase;
}

    .archivereports .nav-tabs > li::after {
        content: "|";
        position: absolute;
        top: 20%;
        right: 0;
        color: #e1e1e1;
    }

    .archivereports .nav-tabs > li:last-child::after {
        content: " ";
    }

    .archivereports .nav-tabs > li a {
        color: #999999;
    }

        .archivereports .nav-tabs > li.active a, .archivereports .nav-tabs > li a:hover {
            border-bottom: 5px #f27138 solid !important;
            color: var(--primerycolor);
        }

/*------------------ Subscribe Now Css -----------------*/
.subscribe-main {
    width: 100%;
    line-height: 24px;
    color: var(--primerycolor);
    font-weight: 500;
    font-size: 15px;
}

    .subscribe-main h4 {
        font-size: var(--smallfontsize);;
        text-transform: none;
    }

    .subscribe-main ul li {
        line-height: 23px;
        padding-top: 20px;
    }

    .subscribe-main .check-btl i {
        line-height: 65px;
    }

.subscribe-form-main {
    font-size: 12px;
    color: #999999;
}

.subscribe-form-button {
    padding: 10px 15px;
    float: left;
    margin: 0;
    border: 0px;
    background-color: rgba(242,113,56,1);
    color: var(--white);
}

.red-star {
    color: #ff1f1f;
}

.subscribe-main i {
    font-size: 40px;
    color: #061f5c;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.subscribe-main .reports h5 {
    font-weight: bold;
    font-size: var(--smallfontsize);;
    line-height: 20px;
}

.report-block-left {
    width: 50%;
    padding-right: 6%;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 25px;
    float: left;
    height: 170px;
}

.report-block-right {
    width: 50%;
    padding-left: 6%;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 25px;
    float: left;
    height: 170px;
}

    .report-block-right p, .report-block-left p {
        margin-bottom: 30px;
    }

.subscribe-main-form {
    background: #f7f8f9;
    padding: 8%;
    font-size: 12px;
    width: 95%;
    float: right;
}

    .subscribe-main-form h4 {
        text-transform: capitalize;
        font-size: 18px;
    }

    .subscribe-main-form label {
        margin-top: 15px;
    }

.customizedreport-main-form {
    background: #f7f8f9;
    padding: 8%;
    width: 100%;
}

/*Subscription For Seperater with word*/
.or-legend > span {
    white-space: nowrap;
    background-color: #f7f8fa;
    font-weight: 600;
    font-family: var(--boldfonts);
    border: none;
}

/*Market Watch Report Subscriber logos css*/
.mwr-sub-logo {
    color: #666666;
    font-weight: 500;
    text-align: left;
}

    .mwr-sub-logo ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

        .mwr-sub-logo ul li {
            padding: 4%;
            display: inline-block;
        }

/*Market Watch Report Subscriber logos - horizontal css*/
.mwr-sub-logo-h {
    color: #666666;
    font-weight: 500;
    text-align: left;
}

    .mwr-sub-logo-h ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

        .mwr-sub-logo-h ul li {
            display: inline-block;
            padding-right: 20px;
        }

/*Feedstock Market Summery Report Css*/
.feedstockreport {
    width: 100%;
    line-height: 24px;
    color: #666666;
    font-weight: 500;
    font-size: 15px;
}

    .feedstockreport ul li {
        line-height: 31px;
        padding-top: 15px;
        margin: 0px;
    }

    .feedstockreport .check-btl i {
        line-height: 55px;
    }

.customer-speak {
    width: 98%;
    margin: 0px auto;
    text-align: left;
    margin-top: 1%;
}

    .customer-speak .small {
        padding-left: 12px;
    }

.feedstocksummary-main-img {
    width: 36%;
    float: left;
    margin-right: 2%;
}

.feedstocksummary-main-text {
    float: left;
    width: 61%;
    text-align: left;
    line-height: 23px;
}
/*Trial Request Css*/
.trial-request, .login-page, .register, .download {
    width: 100%;
    margin: 0;
    padding: 0;
}

/*Download latest report css - click on Free trial button*/
.download-pdf {
    text-align: center;
    line-height: 10%;
    border: solid 1px #e7e7e7;
    background: url(https://www.fibre2fashion.com/market-intelligence/Content/images/pdf-icon.jpg) no-repeat center;
    width: 140px;
    height: 140px;
    margin: 2% 4% 0% 0%;
    float: left;
}

.download-checkbox {
    width: 25px;
    height: 25px;
    float: right;
    top: 0;
}

.doc-download {
    text-align: center;
    line-height: 10%;
    border: solid 1px #e7e7e7;
    background: url(https://www.fibre2fashion.com/market-intelligence/Content/images/doc-icon.jpg) no-repeat center;
    width: 140px;
    height: 140px;
    margin: 2% 4% 0% 0%;
    float: left;
}

.doc-checkbox {
    width: 25px;
    height: 25px;
    float: right;
    top: 0;
}

.small-trial-txt {
    font-size: 15px;
    color: var(--primerycolor);
    font-weight: 600;
    font-family: var(--boldfonts);
}

/*Country Profile Css*/
.countryprofile-main {
    font-size: 15px;
    line-height: 20px;
}

.countryprofile-sub {
    height: 670px;
    overflow: hidden;
}

/*Country Profile details css*/
.country-bg {
    width: 100%;
    height: 220px;
    background: url(https://www.fibre2fashion.com/market-intelligence/Content/images/germany-img.jpg) center;
    margin-top: 30px;
}

.country-bg-colors {
    background: rgba(15,15,15,0.2);
    padding: 50px 45px;
    overflow: hidden;
    min-height: 100%;
}

.usa-country-bg {
    width: 100%;
    height: 220px;
    background: url(https://www.fibre2fashion.com/market-intelligence/Content/images/usa-img.jpg) center;
    margin-top: 30px;
}

.fr-country-bg {
    width: 100%;
    height: 220px;
    background: url(https://www.fibre2fashion.com/market-intelligence/Content/images/fr-img.jpg) center;
    margin-top: 30px;
}

.tr-country-bg {
    width: 100%;
    height: 220px;
    background: url(https://www.fibre2fashion.com/market-intelligence/Content/images/tr-img.jpg) center;
    margin-top: 30px;
}

.be-country-bg {
    width: 100%;
    height: 220px;
    background: url(https://www.fibre2fashion.com/market-intelligence/Content/images/be-img.jpg) center;
    margin-top: 30px;
}

.in-country-bg {
    width: 100%;
    height: 220px;
    background: url(https://www.fibre2fashion.com/market-intelligence/Content/images/in-img.jpg) center;
    margin-top: 30px;
}

.it-country-bg {
    width: 100%;
    height: 220px;
    background: url(https://www.fibre2fashion.com/market-intelligence/Content/images/it-img.jpg) center;
    margin-top: 30px;
}

.pk-country-bg {
    width: 100%;
    height: 220px;
    background: url(https://www.fibre2fashion.com/market-intelligence/Content/images/pk-img.jpg) center;
    margin-top: 30px;
}

.china-country-bg {
    width: 100%;
    height: 220px;
    background: url(https://www.fibre2fashion.com/market-intelligence/Content/images/china-img.jpg) center;
    margin-top: 30px;
}

.korea-country-bg {
    width: 100%;
    height: 220px;
    background: url(https://www.fibre2fashion.com/market-intelligence/Content/images/korea-img.jpg) center;
    margin-top: 30px;
}

.indonesia-country-bg {
    width: 100%;
    height: 220px;
    background: url(https://www.fibre2fashion.com/market-intelligence/Content/images/indonesia-img.jpg) center;
    margin-top: 30px;
}


.country-whitebg {
    color: var(--white);
    padding: 3% 1%;
    font-size: 35px;
    float: left;
    font-weight: 600;
    font-family: var(--boldfonts);
    bottom: 0;
    position: absolute;
    margin: 0% 0% 4% 5%;
}

.profile-content {
    text-align: left;
}

    .profile-content ul li {
        margin-left: -20px;
        padding: 0;
        margin-bottom: 20px;
    }

/* Country Profile tabs -------*/
.countryprofiles .nav-tabs > li {
    padding: 1%;
    text-transform: uppercase;
    font-size: var(--smallfontsize);;
}

    .countryprofiles .nav-tabs > li::after {
        content: "|";
        position: absolute;
        top: 28%;
        right: 0;
        color: #e1e1e1;
    }

    .countryprofiles .nav-tabs > li:last-child::after {
        content: " ";
    }

    .countryprofiles .nav-tabs > li a {
        color: #999999;
        padding: 10px 0;
        height: 40px;
    }

        .countryprofiles .nav-tabs > li.active a, .countryprofiles .nav-tabs > li a:hover {
            border-bottom: 3px #ea5b4c solid !important;
            color: var(--primerycolor);
        }

.source-highlight-txt {
    color: #ea5b4c;
    font-size: 12px;
    text-align: right;
    float: right;
}

.trade-overview {
    line-height: 30px;
    text-align: left;
    font-size: var(--smallfontsize);;
    color: var(--primerycolor);
}

.countryprofile-inquirenow {
    margin-top: 15px;
    float: right;
    margin-right: 14px;
    font-size: 12px;
    text-transform: capitalize;
}

.police-news {
    text-align: left;
    font-size: var(--smallfontsize);;
}

    .police-news ul li {
        margin-left: -20px;
        line-height: 26px;
        border-bottom: solid 1px #f1f1f1;
        padding: 2.4% 0%;
        list-style-type: none;
    }

/* Country Profile image maps -------*/
img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}


/*Price Library Css Start*/
.price-libraryworks {
    margin-top: 20px;
    background-color: var(--white);
}

.price-library-img {
    width: 100%;
    height: 182px;
    background: url(https://www.fibre2fashion.com/market-intelligence/Content/images/pricelibrary-work.jpg) center;
}

    .price-library-img .blue-bg {
        position: relative;
        top: 0px;
        width: 100%;
        height: 182px;
        background-color: rgba(6,31,92,.6);
        color: var(--white);
        font-size: 25px;
        text-align: center;
        font-weight: 600;
        font-family: var(--boldfonts);
        padding: 20% 0;
    }

.price-library-content {
    width: 98%;
    margin: 0px auto;
    padding: 4%;
    line-height: 22px;
}

    .price-library-content p {
        margin-bottom: 5px;
    }

.pl-contacttxt {
    font-size: 12px;
    text-align: left;
    width: 20%;
    float: left;
    color: #999999;
    line-height: 35px;
}

.contact-inputs {
    width: 78%;
    float: left;
    margin-bottom: 20px;
    text-align: left;
}

.form-input {
    width: 100%;
    border: solid 1px #cccccc;
    border-radius: 3px;
    font-size: 12px;
    height: 40px;
}

.form-input-drop {
    width: 58%;
    float: right;
    border: solid 1px #cccccc;
    border-radius: 3px;
    font-size: 12px;
    height: 40px;
    margin-left: 1%;
}

.comment-input {
    width: 100%;
    border: solid 1px #cccccc;
    border-radius: 3px;
    font-size: 12px;
    height: 160px;
}

.pricelibrary-main-text {
    float: left;
    width: 50%;
    text-align: left;
}

.filterby {
    float: left;
    width: 55px;
}

/*Crude Oil details Css*/

.marketwatch-heading {
    font-size: 24px;
    color: var(--white);
    font-weight: 600;
    font-family: var(--boldfonts);
}

.marketwatch-banner {
    background: url(https://www.fibre2fashion.com/market-intelligence/Content/images/market-watch-images.jpg) no-repeat center top;
    text-align: center;
    height: 274px;
    font-size: 18px;
    color: var(--white);
}

/*Must Read share hide css*/
.must-read-block .must-read-share {
    display: none;
}

.view-all-left {
    text-transform: capitalize;
}

.tiled-icon:after {
    content: "~";
    font-size: 20px;
    color: #666;
    font-weight: bold;
    line-height: 20px;
}

.feedstockvaluwchainimage {
    width: 55%;
    height: 200px;
    margin-left: 180px;
}

.buyers-slider-img {
    float: left;
    margin-right: 35px;
    margin-top: 10px;
    width: 85px;
}

/*Buyers Testimonial Slider Css Start*/
.buyers-slider {
    width: 100%;
    float: left;
    text-align: left;
}

.buyers-slider-img {
    float: left;
    margin-right: 35px;
    margin-top: 10px;
    width: 85px;
}

.buyers-slider-text {
    width: 80%;
    float: left;
    text-align: left;
    font-size: 15px;
    line-height: 23px;
    padding-top: 7px;
}

.buyers-name-txt {
    color: #b16413;
    font-size: 16px;
}

.owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #D8B93C;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #d8b93c;
}


.middle-container {
    margin: 0% auto;
    width: 94%;
    font-size: 13px;
    color: #999;
}

.captchainputtext {
    width: 48%;
}

.cireportdownload {
    width: -1%;
    float: left;
}

    .cireportdownload select {
        background: rgb(234, 234, 234) none repeat scroll 0 0;
        border: 0 solid rgb(255, 255, 255);
        border-radius: 0 !important;
        float: left;
        font-size: 13px;
        height: 35px;
        text-transform: uppercase;
        width: 177px;
    }

.cimemberlogin {
    float: left;
}

.mwr-valueaccordion {
    width: 100% !important;
    float: left;
    font-size: var(--smallfontsize);;
    text-align: left;
    color: #999999;
}

.advancesearch {
    font-size: 17px;
}

.captchadiv {
    margin-bottom: -20px !important;
}

.text-danger-yellow {
    color: #FFE25D;
}

.yellow-border-validation .input-validation-error {
    border: dotted 2px #25bef0 !important;
}

.viewallorangebtn:hover {
    background: #f27138;
    color: rgba(255,255,255,1.00);
}

#WaitDiv {
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 1000000;
    background-color: rgba(0,0,0,0.6);
    width: 100% !important;
    height: 100% !important;
}

/*----knowleadge menu underline----*/
.f2ftopmenu .navbar-default .navbar-nav > li > a.knowledge {
    border-top: solid 4px transparent;
    border-bottom: solid 4px #f37038;
}


p.analystcorner-title {
    font-size: var(--smallfontsize);
}

    p.analystcorner-title .fa.fa-check {
        margin-right: 10px;
    }

.btn-right-border {
    border-radius: 0 7px 7px 0 !important;
}

.tradeindustryinsight hr {
    margin-top: 10px;
    margin-bottom: 10px;
}


.alert {
    margin-bottom: 0 !important;
}

/*Starts Banner styles*/

.hrads ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .hrads ul li {
        display: inline-block;
        float: left;
        margin-right: 20px;
    }

        .hrads ul li:last-child {
            margin-right: 0px !important;
        }

/*.hrads ul li:first-child {            
            float:none !important;
            display:inline-block !important;
        }*/

.hradsdetails ul li {
    margin-right: -2px !important;
}

.hradsleftmargin {
    margin-left: 0px !important;
}

.vrads ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .vrads ul li {
        display: inline-block;
        margin-top: 20px;
    }

        .vrads ul li:last-child {
            margin-bottom: 0px !important;
            margin-right: 0px;
        }

.industry-insightbanner.vrads ul li {
    margin-top: 14px;
}

    .industry-insightbanner.vrads ul li:first-child {
        margin-top: 20px;
    }


/*Ends Banner styles*/

.ci-intro {
    min-height: 340px;
}

#micustomerfeedback .buyers-slider-text {
    width: 75% !important;
    margin-bottom: 16px !important;
}

.plimg img {
    width: 76%;
    margin-bottom: 0 !important;
}

#bannerwidthfix ul li img {
    width: 100% !important;
}


.msg-heading {
    padding-top: 1px;
    text-align: center;
    text-transform: none;
}

.msg-heading-margin {
    margin-top: 30px;
}

.btn-border-radius {
    border-radius: 5px !important;
}

.syndi-inquiry {
    background-color: var(--white);
    border-radius: 3px !important;
    padding: 5px 0 !important;
}

.syndi-inquiry-noborder {
    background-color: #eaeaea;
}

.syndi-buy {
    background-color: #f27138;
    color: var(--white);
    border-radius: 0px 7px 7px 0px !important;
}

.mwr-intro {
    min-height: 293px;
}

.knowledgeupdate hr {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

/*Latest reports sliders css*/
.latest-report-img {
    float: left;
    width: 30%;
    margin-right: 3%;
}

.latest-report-content {
    float: left;
    width: 62%;
}

.latest-reports-heading {
    font-size: 16px;
    font-weight: bold;
}

.syndicated-list-btn-left {
    padding: 6px 10px;
    border-radius: 7px 0px 0px 7px !important;
}

.syndicated-list-btn-right {
    padding: 6px 10px;


    border-radius: 0px 7px 7px 0px !important;
    margin-left: 1px !important;
}

.RptMinHeight {
    min-height: 255px;
}

.rightroundcorner {
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

.margin-right {
    margin-right: 5px;
}

#MIImageSlider[synidicatereport] .owl-controls.clickable {
    margin-top: -25px !important;
    margin-bottom: -15px !important;
}


.fromchkbox {
    height: 18px;
    width: 18px;
    float: left;
    margin: 0px 5px 0px 0px !important;
}

.texmih1 {
    font-size: 19px;
    color: #333;
    text-align: left !important;
    float: left;
    margin-bottom: 0;
    font-family: var(--boldfonts),sans-serif;
}

.mireporth1 {
    font-weight: 400 !important;
    font-family: var(--boldfonts);
    text-transform: capitalize;
    font-size: var(--smallfontsize) !important;
}

.h1pl {
    font-weight: 400 !important;
    font-family: var(--boldfonts);
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 10px;
}

.syndicateh1 {
    font-size: var(--titlefontsize);
    color: #333;
    font-family: var(--boldfonts),sans-serif;
}

.homenewsh1 {
    font-size: 19px;
    color: #333;
    text-align: left !important;
    float: left;
    margin-top: 20px !important;
    padding: 5px 10px 0;
    margin-bottom: 0;
    font-family: var(--boldfonts),sans-serif;
}

/*new mi layout css starts */
.loginlink {
    color: #005498;
}

.mihome-texpro {
    background: url(https://www.fibre2fashion.com/market-intelligence/Content/images/MIhome-Texproblock.gif) no-repeat center top;
    padding: 30px;
    color: var(--white);
    text-align: left;
    position: relative;
    background-size: cover;
	    margin-top: 0px;
       
}

    .mihome-texpro .texpro-animation {
        position: relative;
        margin-left: -100px;
        z-index: 0;
        display: inline-block;
    }

    .mihome-texpro .texpro-content {
       width: 35%;
    float: left;
    line-height: 1.6;
    padding-left: 10px;
    }

        .mihome-texpro .texpro-content h3 {
            text-transform: none;
            color: var(--white);
            margin-top: 70px !important;
            font-family: var(--mediumfonts);
            padding-left: 5px;
            margin-bottom: 30px;
        }

        .mihome-texpro .texpro-content p {
            padding-right: 80px;
            padding-left: 5px;
        }

.texpro-btns {
    position: relative;
    margin-top: 39%;
    z-index: 1;
    position: relative;
    top: 7px;
    font-family: var(--mediumfonts);
}
.texpro-btns a{margin-right: 10px;}
a:focus .texpro-btns {outline: none;color:#fff;}

.texpro-btn {
    background-color: #f36f3a;
    padding: 6px 25px;
    color: var(--white);
    text-align: center;
    font-size: var(--subtitlefontsize);
    border-radius: 5px;
    border: 1px solid #f36f3a;
    transition: all 0.4s ease;
    display: inline-block;
    
}
.texpro-btn-o, .texpro-btn-o:visited, .texpro-btn-o:focus{border:0; font-size: var(--subtitlefontsize);transition: all 0.4s ease; color:#000; }
.texpro-btn-o{color:#000;}
.texpro-btn-o span{color:#f36f3a;}
.texpro-btn-o span:hover{color:#f36f3a;border-bottom:solid 1px #f36f3a;}
.texpro-btn-o:hover {
            color: #000; 
            /* border-bottom: 1px solid var(--white); */
            
        }
        .texpro-btn-o:focus{color:#fff;} 
.texpro-btn:hover, .texpro-btn:focus{background-color: var(--white); color: #f36f3a;outline: none;}
.miotherreports {display: flex;flex-wrap: wrap;}
.otherreports {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

    .otherreports h4 {
        text-transform: none !important;
        display: block !important;
    }

.explore-btn {
    text-transform: capitalize;
    color: #f37038;
}

.top-stories {
    text-align: left;
    margin-top: 15px;
}

    .top-stories .minews {
    }

        .top-stories .minews:nth-child(2), .top-stories .minews:nth-child(5) {
            border-left: 1px solid #e5e5e5;
        }

.mwr-topstories .top-stories .minews:nth-child(2), .mwr-topstories .top-stories .minews:nth-child(5) {
    border-left: 0px;
}

.top-stories .minews img {
    margin-bottom: 10px;
    transition: .4s ease all;

}
.analyst-corner-home ul li img{transition: .4s ease all;}
.top-stories .minews img:hover, .analyst-corner-home ul li img:hover{box-shadow: var(--hoverboxshadow);}


.top-stories-h4 {
    display: inline-block;
    float: left;
}

.top-stories-view {
    float: right;
    display: inline-block;
    text-transform: capitalize;
}

.analyst-corner ul li {
    display: block;
}

.mi-analytics-img {
    width: 140px;
    height: 90px;
    margin-right: 10px;
    float: left;
}

.analytics-txt {
    width: calc(100% - 160px);
    float: right;
}

.customizebg {
    background: url("https://www.fibre2fashion.com/market-intelligence/Content/images/customized-bg.jpg") no-repeat center top;
    padding: 50px 0px;
	background-size: cover;
}

.connect-txt-heading {
    font-size: var(--sectionheadingfontsize);
    color: var(--white) !important;
    line-height: 1.7;
    text-align: center;
    padding: 7px 90px;
}

.syndicate-img img {
    border: 1px solid #e5e5e5;
}

@media only screen and (max-width: 991px) {
	.otherreports {width: 95%; margin: 0 auto 10px auto;}
}



.custom-text {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

    .custom-text p {
        text-align: left;
    }

.inquirenow {
    background-color: #f27138;
    padding: 10px 16px;
    float: left;
    clear: both;
    border-radius: 7px;
    margin: 10px 0px;
    text-transform: capitalize;
    color: var(--white);
}

/*css for MWR page */
#product0-display .viewall {
    margin-right: 5px;
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
    .mwr-accordion {
        width: 31%;
    }

    .mwr-tab {
        width: 69%;
    }
}

@media only screen and (max-width: 1199px) {

    .mwr-accordion.ci-accordion .panel {
        margin-right: 5px;
    }

    .mwr-accordion.ci-accordion .panel-default > .panel-heading {
        min-height: 110px;
    }
}


@media only screen and (max-width: 991px) {
    .mwr-accordion .panel {
        width: 100%;
        margin-bottom: 5px;
    }

    .miright-banners {
        width: auto;
        margin-top: 20px;
        float: left;
    }

    .must-read-block img {
        height: auto;
    }
}

/* css for Cotton Intelligence */

.mwr-accordion.ci-accordion .panel {
    width: 16%;
    margin-top: 0px !important;
    float: left;
    margin-right: 7px;
}

.mwr-accordion.ci-accordion .panel-heading ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .mwr-accordion.ci-accordion .panel-heading ul li {
        font-size: 12px;
    }

.mwr-accordion.ci-accordion .panel-default > .panel-heading {
    min-height: 128px;
}

.mwr-accordion.ci-accordion .panel-heading ul li.active {
    border-left: 0px !important;
    background-color: transparent;
    color: #ccc !important;
}
  .mwr-accordion.ci-accordion .panel-heading ul li a {
    margin-bottom: 5px;
    display: inline-block;
    }
.mwr-accordion.ci-accordion .panel-heading ul li a:hover, .mwr-accordion.ci-accordion .panel-heading ul li.active a:hover{color: var(--secondarycolor);} 

    .mwr-accordion.ci-accordion .panel-heading ul li.active a {
    border-bottom: 1px solid #ccc;
    }

.mwr-tab.ci-tab {
    width: 100%;
    padding: 0px;
}


    .mwr-tab.ci-tab .menu p {
        
        padding-top: 18px;
        width: 85%;
    }

.b-right {
    border-left: solid 1px #ccc;
    padding-left: 18px;
}
.cottonintelligenceintro .col-md-7.b-right{overflow-x: auto;}
.panel-heading.activetab {
    border-bottom: 3px solid #f27138 !important;
    position: relative;
}

    .panel-heading.activetab:before {
        content: "";
        position: absolute;
        left: calc(50% - 8px);
        bottom: -8px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #f27138;
    }

/*cotton subscription popup design css */
.box {
    width: 80%;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
    background: var(--white);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
    margin: 15px auto;
}

    .box .btn-group {
        background: var(--white);
        width: 80%;
        margin: 0 auto;
        border: 1px solid #f27138;
        border-radius: 5px;
    }

        .box .btn-group a.active, .choose-plan .box .btn-group a:hover {
            background: #f27138;
            color: var(--white);
        }

        .box .btn-group a {
            width: 50%;
            background: 0 0;
            text-align: center;
            line-height: 30px;
            float: left;
            font-size: 13px;
            cursor: pointer;
        }

    .box .row {
        width: 70%;
        margin: 20px auto;
        border-bottom: 1px solid #f5f5f5;
        font-size: 15px;
    }

    .box a.btn {
        background: #f27138;
        border-color: #f27138;
        color: var(--white);
    }

        .box a.btn:hover {
            background: #2d2d37;
            border-color: #2d2d37;
        }
/*date picker style changes */
.ui-widget-header {
    border: 1px solid #4e9beb;
    background: #4e9beb;
    border-radius: 0px !important;
}

.ui-widget-content {
    border: 1px solid #cacaca;
    background: var(--white);
    color: #333;
    border-radius: 0 !important;
    width: 230px;
    margin-top: 1px;
}
@media only screen and (max-width: 1024px) {
    .mwr-accordion.ci-accordion .panel{
        margin-right: 5px;
    }
  
#topstoriesmi img.onscrollloading{width: 100%;
    height: auto;}
}
@media only screen and (max-width: 991px) {
    .ci-news-articles {
        display: block;
    }

    .mwr-accordion.ci-accordion .panel {
        margin-right: 4px;
    }
    
}

/* css for Trade Intelligence */
.datatable li.active {
    border-left: 0 !important;
}

.datatable .tab-pane {
    width: 100% !important;
}

.ti-filters {
    text-align: right;
    padding-right: 0px;
}

    .ti-filters ul li {
        list-style: none;
        display: inline;
        margin-right: 10px;
    }

        .ti-filters ul li select {
            border-radius: 0;
            border: 0px;
            border-bottom: 1px solid #e5e5e5;
            padding: 5px 0;
        }

#global-data-table {
    margin: 10px auto;
}

.countryprofile td .form-control {
    height: 37px;
    font-size: 13px;
    border: 0px;
    box-shadow: none;
    padding: 5px 0;
}

#ti-graph {
    width: 100%;
    overflow: auto;
}

    #ti-graph img {
        width: auto;
        max-width: none;
        height: 100%;
    }

.gtd-filters {
}

    .gtd-filters input, .gtd-filters label, .gtd-filters select {
        float: left;
        margin-right: 5px;
        line-height: 36px;
    }

    .gtd-filters input {
        margin-top: 10px;
    }

    .gtd-filters select {
        width: calc(100% - 170px);
        float: right;
    }

        .gtd-filters select option {
            font-size: 11px;
            width: calc(100% - 165px);
        }

.ti-submit {
    width: 100%;
    height: 40px;
    line-height: 25px;
}

#frmTIChartFilter select, #frmTIChartFilter input {
    border-radius: 0;
    border: 0px;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: none;
}
/* trade intelligence selection filter custom css */
.comboTreeWrapper {
    position: relative;
    text-align: left !important;
}

.comboTreeInputWrapper {
    position: relative;
}

.comboTreeArrowBtn {
    position: absolute;
    right: 1px;
    bottom: 1px;
    top: 1px;
    box-sizing: border-box;
    border: none;
    background: transparent;
}

.comboTreeDropDownContainer {
    display: none;
    background: var(--white);
    border: 1px solid #aaa;
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 9;
}

    .comboTreeDropDownContainer ul {
        padding: 0px;
        margin: 0;
    }

    .comboTreeDropDownContainer li {
        list-style-type: none;
        padding-left: 15px;
        cursor: pointer;
    }

        .comboTreeDropDownContainer li:hover {
            background-color: #ddd;
        }

            .comboTreeDropDownContainer li:hover ul {
                background-color: var(--white);
            }

        .comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover {
            background-color: #418EFF;
            color: var(--white);
        }

span.comboTreeItemTitle {
    display: block;
    padding: 2px 4px;
}

.comboTreeDropDownContainer label {
    cursor: pointer;
    width: 100%;
    display: block;
}

.comboTreeDropDownContainer .comboTreeItemTitle input {
    position: relative;
    top: 2px;
    margin: 0px 4px 0px 0px;
}

.comboTreeParentPlus {
    position: relative;
    left: -12px;
    top: 4px;
    width: 4px;
    float: left;
}

.comboTreeInputBox {
    padding: 10px 5px;
    border-radius: 3px;
    border: 1px solid #999;
    width: 100%;
    box-sizing: border-box;
    padding-right: 24px;
}

.comboTreeArrowBtnImg {
    font-size: 10px;
}

.nav-tabs > li > a.viewall {
    border-radius: 0 !important;
    color: #999;
    margin-top: 11px;
}

    .nav-tabs > li > a.viewall:hover {
        background-color: #f7f8f9;
        color: #09F;
    }


#topstoriesmi img.onscrollloading {
    width: 100%;
    height: 190px;
}

.mwr-topstories #topstoriesmi img.onscrollloading {
    width: 158px;
    height: 100px;
}

#DSForID {
    display: inline-block;
}

#DSHeaderID {
    display: inline-block;
    width: inherit;
    font-size: 16px;
    font-family: var(--boldfonts);
}

.tradeintl{margin-top:0 !important;}
.latest-view-btn.text-right {
    position: absolute;
    right: 25px;
    bottom: 20px;
}
@media (max-width: 1199px) {
    .first-td {
        border: 0px;
        padding: 59px 0px 58px !important;
    }
    .texpro-btns {
        margin-top: 35%!important;
        position: relative;
        top: 13px;
    }
}

@media (max-width:991px) {
    .first-td {
        border: 0px;
        padding: 46px 0px 45px !important;
    }
    .mihome-texpro{padding:18px 30px!important;}
    .texpro-btns {margin-top: 35%!important;position: relative;top: 7px;}
}
@media (max-width:1280px) {
.mwr-topstories #topstoriesmi img.onscrollloading {
    width: 120px;
    height: auto;
}
.texpro-btns{margin-top:36%;}
}
