@charset "utf-8";

/* CSS Document */
/*article homepage css */
.followtag {
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    background: #34c6f4;
    color: #fff;
    padding: 12px;
}

    .followtag:hover {
        background: #fff;
        color: #34c6f4;
    }

.followtagSelected {
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #34c6f4;
    padding: 12px;
}

.articleblock .mainnewsimg .greentag {
    bottom: 10px;
    top: auto;
}

.featuredfairs {
    background-color: #f9fafa;
}

    .featuredfairs .nav-tabs, .featuredfairs .nav-tabs .nav-item.show .nav-link, .featuredfairs .nav-tabs .nav-link.active, .featuredfairs .nav-tabs .nav-link:focus, .featuredfairs .nav-tabs .nav-link:hover {
        color: #495057;
        background-color: transparent;
        border-color: transparent;
    }

    .featuredfairs .nav-link .sectiontitle {
        color: #c8ced4;
    }

    .featuredfairs .nav-link.active .sectiontitle {
        color: #144263;
    }

    .featuredfairs .nav-link {
        border-bottom: 5px solid transparent !important;
    }

        .featuredfairs .nav-link.active {
            border-bottom: 5px solid #34c6f4 !important;
        }

.borderbottom {
    border-bottom: 1px solid #e5e5e5;
}

.fatabcontent {
    padding: 20px 20px 0 20px;
}

.fablock {
    width: 50%;
    float: left;
    margin: 5px auto 15px auto;
}

.faimg {
    width: 35%;
    float: left;
    margin-right: 2%;
    position: relative;
}

.facontent {
    width: 60%;
    float: left;
}

.submit-banner {
    width: 100%;
}

#allArticlesId {
    padding: 0px;
}

@media screen and (max-width: 991px) {
    .faimg {
        width: 90%;
    }

    .facontent {
        width: 90%;
        margin-top: 10px;
    }

    .topspace {
        order: 2;
        margin-top: 15px !important;
    }

    .rightorder {
        order: 1 !important;
    }
}

.detail-title {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    /* background: rgba(0,0,0,0.4); */
    width: 100%;
    padding: 20px 30px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}

    .detail-title .sectiontitle {
        color: #fff;
    }

@media screen and (max-width: 767px) {
    .featuredfairs .nav-link .sectiontitle {
        font-size: 20px !important;
    }

    .fablock {
        width: 100%;
    }

    .faimg {
        width: 35%;
    }

    .facontent {
        width: 60%;
        margin-top: 0px;
    }

    .col-md-3.articleblock .clearfix {
        display: none;
    }

    .mainnewsimg {
        width: 35%;
        float: left;
    }

    .detail-title {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 425px) {
    .fatabcontent {
        padding: 15px 15px 0 15px;
    }

    .facontent {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
}

@media screen and (max-width: 425px) {
    .col-md-3.articleblock .clearfix {
        display: block;
    }

    .mainnewsimg {
        width: 100%;
        float: none;
        text-align: center;
    }

    .articleblock {
        margin-top: 20px;
    }

    .postfairbtn {
        margin: 10px auto;
        font-size: 1rem;
    }

    .faimg, .faimg img {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    h5 a.darkblue {
        font-size: 17px;
    }

    .featuredfairs .nav-link .sectiontitle {
        font-size: 15px !important;
    }



    .facontent {
        width: 100%;
        margin-top: 10px;
    }
}
/*article homepage css ends */

/*article listpage css */
.articleslist {
    line-height: 1.6;
}

.articlelisting {
    margin-top: 20px;
}

.listitem {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.listimg {
    width: 30%;
    float: left;
    margin-right: 2%;
    position: relative;
}

    .listimg img {
        max-height: 148px;
    }

.listcontent {
    width: 65%;
    float: left;
}

@media screen and (max-width: 520px) {
    .listitem {
        padding-top: 5px;
        padding-bottom: 0;
    }

    .listimg img {
        max-height: 80px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .listimg {
        width: 35%;
        max-width: 260px;
        margin: 0 auto;
        float: left;
    }

    .listcontent {
        width: 60%;
        float: right;
        margin-top: 0px;
    }

        .listcontent h5 {
            font-size: 15px;
        }

    .article-list-summry {
        display: none;
    }

    .verticleadvt ul {
        text-align: center;
    }

    .tthomebanners .verticleadvt li {
        width: 100%;
        margin: 10px auto;
    }

    .rightheading h2 br {
        display: none;
    }

    .rightheading h2 {
        font-size: 30px !important;
    }

    .rightheading {
        margin-bottom: 22px !important;
    }
}

/*article details css */
.detailimg {
    position: relative;
    margin-bottom: 30px;
}

.articledetail-social {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-transform: uppercase;
}

    .articledetail-social li {
    }

    .articledetail-social .socialicons {
        height: 40px;
        width: 40px;
        display: inline-block;
        margin: 5px auto;
        text-align: center;
        border-radius: 50%;
        background: #ccc;
    }

        .articledetail-social .socialicons i {
            font-size: 20px;
            line-height: 42px;
            color: #fff;
        }

        .articledetail-social .socialicons.fb {
            background: #6081c4;
        }

        .articledetail-social .socialicons.tw {
            background: #43bdef;
        }

        .articledetail-social .socialicons.in {
            background: #2797cf;
        }

        .articledetail-social .socialicons.gplus {
            background: #e62b33;
        }

        .articledetail-social .socialicons.mail {
            background: #aeaeae;
        }

.at-share-tbx-element .at-icon-wrapper {
    vertical-align: middle;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 5px auto;
    text-align: center;
    border-radius: 50% !important;
}

.at-share-btn-elements {
    line-height: 50px;
}

.articledetail-social .socialicons:hover {
    background: #44bea1;
}

.articledetail-social-fixed {
    position: fixed;
    top: 180px;
    width: 65px;
}

.article-bottom-icons {
    text-align: right;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
}

    .article-bottom-icons li {
        list-style: none;
        display: inline;
        margin: 5px;
        float: right;
    }

        .article-bottom-icons li a {
            display: inline-block;
            height: 40px;
            width: 40px;
            background: url(/articles/Content/images/article-footer-icons.png) no-repeat;
            background-position: 0 0;
        }

            .article-bottom-icons li a.print {
                background-position: -51px 0;
            }

            .article-bottom-icons li a.msg {
                background-position: -103px 0;
            }

            .article-bottom-icons li a.bell {
                background-position: -154px 0;
            }

            .article-bottom-icons li a.download {
                background-position: -204px 0;
            }

            .article-bottom-icons li a:hover {
                background-position-y: -40px;
            }

.article-bottom-iconsSelected {
    background-position-y: -40px;
}

.da-nextprevious {
    position: fixed;
    top: 45%;
    font-size: 20px;
    display: inline-block;
    background: #e5e5e5;
    color: #666;
    text-decoration: none;
    padding: 30px 15px;
}

    .da-nextprevious.previous {
        left: 0;
    }

    .da-nextprevious:hover {
        padding: 30px;
    }

    .da-nextprevious.next {
        right: 0;
    }

.submit-content-wrapper {
    margin-top: 50px;
    color: #313131;
}

    .submit-content-wrapper h5 {
        margin-top: 40px;
    }

    .submit-content-wrapper ul {
        padding-left: 15px;
    }

        .submit-content-wrapper ul li {
            padding-top: 7px;
            padding-bottom: 7px;
        }

        .submit-content-wrapper ul.user li {
            float: left;
            width: 49%;
        }

.publish-form {
    background-color: #f9f9f9;
    padding: 25px;
}

.submit-content-wrapper h4.darkblue {
    font-size: 20px;
}

.submit-content-wrapper .form-group {
    padding: 0px;
    min-height: 1px;
    position: relative;
    margin-top: 30px;
}

    .submit-content-wrapper .form-group input {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #9e9e9e;
        border-radius: 0;
        outline: none;
        height: 2rem;
        width: 100%;
        font-size: 1rem;
        margin: 0 0 20px 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .submit-content-wrapper .form-group input:focus, .submit-content-wrapper .form-group input.actiev {
            border-bottom: 1px solid #34c6f4;
            -webkit-box-shadow: 0 1px 0 0 #34c6f4;
            box-shadow: 0 1px 0 0 #34c6f4;
            color: #34c6f4;
        }

    .submit-content-wrapper .form-group label {
        color: #313131;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        font-size: 0.9rem;
        cursor: text;
        font-weight: normal;
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out;
        transition: transform .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        text-align: initial;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        pointer-events: none;
        text-transform: capitalize;
    }

.submit-content-wrapper .btn-submit {
    background-color: #f27138;
    color: #fff;
    text-transform: uppercase;
}

    .submit-content-wrapper .btn-submit:hover {
        background-color: #ef5714;
    }

.submit-content-wrapper a {
    color: #144263;
}

.form-group input:required:invalid + label {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}

.form-group .form-control:focus {
    border-bottom: 2px solid #34c6f4;
}

.form-group input:focus:required:invalid + label, .form-group input:focus + label, .form-group input:required + label {
    -webkit-transform: translateY(-7px) scale(0.8);
    transform: translateY(-7px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    font-family: 'montserratregular';
}

@media screen and (max-width: 991px) {
    .sectiontitle {
        margin-top: 10px;
    }

    .articledetail-social-fixed {
        left: 20px;
        top: 140px;
    }

    .articlesdetails .verticleadvt li {
        width: 31%;
        float: left;
        margin-right: 2%;
    }
}

@media screen and (max-width: 767px) {
    .submit-content-wrapper {
        margin-top: 20px;
    }

    .articles-submit {
        margin-top: 0px;
    }

    .articledetails img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 570px) {
    .articledetail-social-fixed {
        width: 100%;
        bottom: 0;
        top: 87%;
        background: rgba(255, 255, 255, 0.8);
        z-index: 99;
        margin-left: -20px;
        padding-left: 20px;
        border-top: 1px solid #e5e5e5;
    }

    .articlesdetails .verticleadvt ul {
        text-align: center;
    }

    .articlesdetails .verticleadvt li {
        width: 100%;
        margin: 10px auto;
    }
}

@media screen and (max-width: 520px) {
    .submit-content-wrapper ul.user li {
        width: 100%;
    }

    .detailimg {
        margin-bottom: 10px;
    }
}

img#CaptchaImage {
    width: 45%;
    float: right;
}

input#CaptchaInputText {
    /*margin-top: -23%;*/
    width: 46%;
    display: block;
    float: left;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /*color: #fff;
    background-color: #fff;*/
    background-image: none;
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    -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;
}

span#CpatchaMsg {
    /*margin-right: 15%;
    float: right;*/
    margin-top: -20px;
}

[href="#CaptchaImage"] {
    float: right;
    position: absolute;
    right: 0;
    bottom: -13px;
}

#captchadivarticle br {
    display: none;
}

#captchadivarticle {
    float: left;
    width: 100%;
}

.red-txt {
    color: #f6282a;
    font-size: 11px;
}

.clsTC span a {
    color: #f27138 !important;
}

    .clsTC span a:hover {
        color: #09F !important;
    }

.articledetail-social-Bottom {
    position: absolute !important;
    bottom: 0px !important;
    top: auto !important;
}

.articledetails p, .articledetails p span {
    font-family: 'montserratregular' !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #6d6e71 !important;
}



/*-- new article page css start --*/
.articlebg {
    background: url(/articles/Content/images/submit-article-banner.jpg) no-repeat center 0px;
    margin-top: 2px;
}

    .articlebg .rightheading h2 {
        font-size: 55px;
        color: #fff;
        font-family: 'montserratextrabold';
    }

.topspace {
    margin-top: 50%;
}

.rightheading {
    margin-bottom: 35px;
}

    .rightheading span {
        font-size: 18px;
        color: #fff;
    }

.articlebg .publish-form {
    -webkit-box-shadow: 0px 0px 24.03px 2.97px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 24.03px 2.97px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 24.03px 2.97px rgba(0, 0, 0, 0.14);
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
}

ul.subject {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

    ul.subject li span {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 5px;
        color: #6d6e71;
    }

    ul.subject li {
        width: 100px;
        display: inline-block;
        text-align: center;
        margin-right: 15px;
        margin-bottom: 15px;
    }

.articlebg h5 {
    font-size: 15px;
    font-family: 'montserratsemibold';
}

.rightorder {
    order: 2;
}

.Selectcountry {
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 14px;
}

.articlebg .breadcrums {
    margin-top: 0px;
    padding-left: 0px;
}

    .articlebg .breadcrums a {
        color: #34c7f4 !important;
    }

.articleslist .sectiontitle {
    font-size: 25px;
}

@media screen and (max-width: 1190px) {

    .topspace {
        margin-top: 60%;
    }
}

@media screen and (max-width:480px) {
    ul.subject li {
        width: 90px;
    }
}

@media screen and (max-width:360px) {
    ul.subject li {
        width: 85px;
    }
}
/*-- new article page css end --*/

/* Report CSS Start*/
.project-reports {
    background: #f9fafa;
    padding-bottom: 30px;
}

.reports-slider .card-block {
    padding: 15px;
}

.reports-slider .card {
    height: 100%;
    border: none;
    box-shadow: 0px 0px 14.24px 1.76px rgba(0, 0, 0, 0.04);
}

    .reports-slider .card .card-title {
        color: #144263;
    }

.reports-slider.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.reports-slider .card-block .btn {
    background-color: #34c6f4;
    color: #ffffff;
    border: none;
    border-radius: 0px;
    font-family: 'montserratmedium';
    text-transform: uppercase;
    transition: all 0.5s;
}

.reports-slider .slick-dots li.slick-active button:before, .reports-slider .slick-dots li button:hover:before {
    color: #34c6f4;
}

.reports-slider .slick-dots li button:before {
    font-size: 35px;
}

.reports-slider .slick-dots {
    bottom: -30px;
}

@media screen and (max-width:600px) {
    .reports-slider .card-title {
        font-size: 0.9rem;
    }
}
/* Report CSS End*/


@media screen and (max-width:425px) {
    .articleblock .mainnewsimg img {
        width: 100%;
    }

    .detail-title .greentag, .detail-title .sectiontitle, .detail-title p {
        margin-bottom: 0px;
        margin-top: 5px;
    }
}

.AdvertiseBanner .btn {
    background-color: #34c6f4;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 10px !important;
    color: #fff;
    font-family: 'montserratmedium';
    margin: 15px 5px 7px 0px;
    border-radius: 0px;
}

.small-addtxt {
    font-size: 12px;
    color: #34c6f4;
    padding: 3px 5px;
    margin-top: 1px;
}

.relatedarticle {
}

.sectiontitle.article-section {
    font-size: 18px !important;
    margin-bottom: 10px;
    margin-left: 14px;
    margin-top: 20px;
}

.othernewsblock:after {
    width: 100%;
}

.title a {
    font-size: 13px !important;
}

.btn-view-analysis {
    border-color: #f37038;
    color: #fff;
    cursor: pointer;
    border: 0;
    text-align: center;
    float: right;
    display: inline-block;
    background-image: url(/articles/Content/images/Analytics.png);
    background-color: #34c6f4;
    background-repeat: no-repeat;
    background-position: 15px center;
    border-radius: 0px;
    padding: 10px 10px 10px 45px;
    margin: 20px 0px 12px 0px;
    text-transform: uppercase;
    font-weight: 400;
}

.btn-read-Article {
    border-color: #f37038;
    color: #fff !important;
    cursor: pointer;
    border: 0;
    text-align: center;
    float: right;
    display: inline-block;
    background-color: #34c6f4;
    background-repeat: no-repeat;
    background-position: 15px center;
    border-radius: 0px;
    padding: 10px 10px 10px 16px;
    margin: 20px 0px 12px 0px;
    text-transform: uppercase;
    font-weight: 400;
}

    .btn-read-Article .fa {
        padding-right: 16px;
    }

a.btn-view-analysis:hover {
    color: #fff;
}

.analysis-header h1 {
    color: #293182;
    font-weight: 700;
    font-size: 28px;
}

.analyst-detail {
    padding-bottom: 15px;
    color: #575fad;
}

.analysis-article {
    padding-left: 18px;
    padding-bottom: 40px;
    background: url(/articles/Content/images/line-bg.jpg) repeat-y 5% 0 #f6f7f9;
}

.number-text {
    width: 100%;
    display: inline-block;
    margin-bottom: 18px;
}

.analysis-article span.num {
    float: left;
    width: 38px;
    height: 38px;
    color: #fff;
    background-color: #273385;
    font-size: 22px;
    line-height: 39px;
    font-weight: 700;
    padding-left: 14px;
}

.analysis-article h2 {
    float: left;
    padding: 11px 0 0 8px;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

#articleAnalytics .tooltip-inner {
    max-width: 420px;
    text-align: left;
}

.bullet-chart {
    position: relative;
    height: auto !important;
}

.bullet-chart-wrapper {
    position: relative;
    min-height: 100px;
}

.scale {
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px dashed #000;
    width: 100%;
    z-index: 99;
}

.upper {
    position: absolute;
    top: 0;
    height: 50%;
    left: 50%;
    width: 50%;
    -webkit-animation: NAME-YOUR-ANIMATION 1.2s;
    -moz-animation: NAME-YOUR-ANIMATION 1.2s;
    -o-animation: NAME-YOUR-ANIMATION 1.2s;
    animation: NAME-YOUR-ANIMATION 1.2s;
    background: #6ec388;
}

.lower {
    position: absolute;
    bottom: 0;
    height: 50%;
    left: 0;
    width: 50%;
    -webkit-animation: NAME-YOUR-ANIMATION 1.2s;
    -moz-animation: NAME-YOUR-ANIMATION 1.2s;
    -o-animation: NAME-YOUR-ANIMATION 1.2s;
    animation: NAME-YOUR-ANIMATION 1.2s;
    background: #fec045;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes NAME-YOUR-ANIMATION {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes NAME-YOUR-ANIMATION {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes NAME-YOUR-ANIMATION {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.rular > div {
    position: absolute;
    font-size: 13px;
    z-index: 999;
}

.upper .rular > div {
    top: 100%;
}

.lower .rular > div {
    bottom: 100%;
}

.bar {
    position: absolute;
    height: 24%;
    top: 38% !important;
    background-color: #fff;
    transition: all 1s;
    width: 0;
}

    .bar .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #000;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .bar .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #000 transparent;
        }

    .bar:hover .tooltiptext {
        visibility: visible;
    }

div.jqcloud {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 10px;
    line-height: normal;
}

    div.jqcloud a {
        font-size: inherit;
        text-decoration: none;
    }

    /*div.jqcloud span.w10 {
        font-size: 21px;
    }

    div.jqcloud span.w9 {
        font-size: 20px;
    }

    div.jqcloud span.w8 {
        font-size: 19px;
    }

    div.jqcloud span.w7 {
        font-size: 18px;
    }

    div.jqcloud span.w6 {
        font-size: 17px;
    }

    div.jqcloud span.w5 {
        font-size: 16px;
    }

    div.jqcloud span.w4 {
        font-size: 15px;
    }

    div.jqcloud span.w3 {
        font-size: 14px;
    }

    div.jqcloud span.w2 {
        font-size: 13px;
    }

    div.jqcloud span.w1 {
        font-size: 12px;
    }*/

    div.jqcloud span.w1 {
        font-size: 16px;
    }

    div.jqcloud span.w2 {
        font-size: 17px;
    }

    div.jqcloud span.w3 {
        font-size: 19px;
    }

    div.jqcloud span.w4 {
        font-size: 21px;
    }

    div.jqcloud span.w5 {
        font-size: 18px;
    }

    div.jqcloud span.w6 {
        font-size: 19px;
    }

    div.jqcloud span.w7 {
        font-size: 20px;
    }

    div.jqcloud span.w8 {
        font-size: 22px;
    }

    div.jqcloud span.w9 {
        font-size: 24px;
    }

    div.jqcloud span.w10 {
        font-size: 26px;
    }

div.jqcloud {
    color: #000;
}

    div.jqcloud a {
        color: inherit;
    }

        div.jqcloud a:hover {
            color: #0df;
        }

        div.jqcloud a:hover {
            color: #0cf;
        }

    div.jqcloud span.w10 {
        color: #002986;
    }

    div.jqcloud span.w9 {
        color: #dd7917;
    }

    div.jqcloud span.w8 {
        color: #67277e;
    }

    div.jqcloud span.w7 {
        color: #39d;
    }

    div.jqcloud span.w6 {
        color: #90c5f0;
    }

    div.jqcloud span.w5 {
        color: #000;
    }

    div.jqcloud span.w4 {
        color: #1a3489;
    }

    div.jqcloud span.w3 {
        color: #88898b;
    }

    div.jqcloud span.w2 {
        color: #575759;
    }

    div.jqcloud span.w1 {
        color: #000;
    }

    div.jqcloud span.vertical {
        -webkit-writing-mode: vertical-rl;
        writing-mode: tb-rl;
    }

div.jqcloud {
    position: relative;
}

    div.jqcloud span {
        padding: 0;
    }

.box-container-concept {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-bottom: 35px;
}


#densityChart, #keywordsGraphId, #mynetwork, .bullet-chart {
    width: 90% !important;
    margin-left: 56px;
}

.ul-concept-header {
    margin: 0 0 15px 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    background-color: #f5f3f8;
}

    .ul-concept-header li.li-concept-h2 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 13px 14px;
    }

    .ul-concept-header li {
        border-bottom: solid 1px #fff;
        font-size: 13px;
    }

.concept-list {
    width: calc(100% - 43px);
    float: left;
    padding: 13px 14px;
    color: #555;
}

a:hover.concept-list {
    color: #03ade2;
}

.arrow-concept {
    background-color: #e9e7ed;
    margin-top: 0;
    display: inline-block;
    width: 43px;
    height: 44px;
    text-align: center;
    line-height: 48px;
}

.ul-concept-header li span .fa {
    color: #a7a7a7;
    font-size: 20px;
}

.bgwhite {
    background-color: #fff !important;
}

.btn-view-analysis div {
    text-align: right;
    font-size: 9px;
}

@media screen and (max-width: 768px) {
    #mynetwork {
        width: 100% !important;
        margin-left: 0px;
    }

    .analysis-article {
        background-image: none;
    }

    #densityChart, #keywordsGraphId, #mynetwork, .bullet-chart {
        width: 90%;
        margin-left: 11px !important;
    }

    #densityChart {
        overflow: hidden;
        overflow-x: scroll;
    }

        #densityChart::-webkit-scrollbar {
            width: 5px;
            height: 5px;
            background-color: #d8dadc;
        }

        #densityChart::-webkit-scrollbar-thumb {
            background: #000;
        }

    .analysis-article {
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .articledetail-social-fixed, .articledetail-social-Bottom {
        position: relative !important;
        top: auto !important;
        width:auto !important;
    }
    .detailimg{
        margin-bottom:0px;
    }
    .box.arrow-top {
        margin-top: 4px !important;
        left: 15px;
        right:auto;
    }
    .btn-view-analysis{
        margin-top: 0px;
        float: left;
    }
    #densityChart, #keywordsGraphId, #mynetwork, .bullet-chart {
        margin-left: 0px !important;
    }

    div.jqcloud span.w1 {
        font-size: 12px !important;
    }

    div.jqcloud span.w2 {
        font-size: 13px !important;
    }

    div.jqcloud span.w3 {
        font-size: 14px !important;
    }

    div.jqcloud span.w4 {
        font-size: 16px !important;
    }

    div.jqcloud span.w5 {
        font-size: 15px !important;
    }

    div.jqcloud span.w6 {
        font-size: 16px !important;
    }

    div.jqcloud span.w7 {
        font-size: 18px !important;
    }

    div.jqcloud span.w8 {
        font-size: 19px !important;
    }

    div.jqcloud span.w9 {
        font-size: 20px !important;
    }

    div.jqcloud span.w10 {
        font-size: 21px !important;
    }

    #keywordsGraphId {
        margin-left: 18px !important;
    }
}

@media screen and (max-width: 480px) {
    .concept-list {
        min-height: 44px;
    }

    .ul-concept-header li {
        width: 100%;
        display: inline-block;
    }

    .arrow-concept {
        line-height: 70px !important;
        height: 65px !important;
    }
}
@supports (-webkit-overflow-scrolling: touch) {
    .box {height:100px;}
}
@supports not (-webkit-overflow-scrolling: touch) {
  .box {height:100px;}
}
.box.InfoBox{
    height:auto;
}
