.count-slider-div, .sent-slider-div {
    /*position: absolute;
    width: 92%;
    z-index: 999;
    top: 28px;
    left: 33px;*/
    position: relative;
    width: 96%;
    z-index: 999;
}

.highchart-red {
    color: red;
}

.highchart-green {
    color: green;
}

.dependencyWheel_diagram {
    height: 700px;
    width: 90%;
    /* padding: 0 80px; */
}

.chart-title {
    font-family: 'Roboto' !important;
    padding-bottom: 10px;
    text-align: left;
    color: #000;
    font-weight: 400 !important;
    padding-top: 15px;
    text-transform: none;
    margin-bottom: 7px;
}

.show_all .label {
    margin-left: 10px;
    cursor: pointer;
    top: -2px;
    position: relative;
}

.show_all.column, .show_all.negative, .show_all.positive, .show_all.dependency {
    display: none;
    position: absolute;
    right: 60px;
    top: 24px;
    font-size: 14px;
    color: red;
    z-index: 99;
}

.show_all.negative, .show_all.positive, .show_all.dependency {
    top: 40px;
}

.show_all.dependency {
    right: 130px;
}

.show_all.global {
    position: relative;
    top: auto;
    right: auto;
}

.news {
    font-family: 'Roboto' !important;
    font: 'Roboto' !important
}

svg * {
    /* font-size: 14px; */
}

.news .bg {
    left: 0px;
    background: #FFFFFF;
}
/**news box starts**/

.news .news-box {
    display: flex;
    left: 30px;
    background: #FFFFFF;
    /* Border */
    /*border: 1px solid #E4E3E3;*/
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 12px;
}

    .news .news-box:hover, .news .news-box:focus {
        border: 2px solid #ff9b12;
        border-radius: 0px;
        cursor: pointer;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        -webkit-animation: enlarge 0.25s forwards;
        animation: enlarge 0.25s forwards;
        background: #fff;
        border-radius: 0px;
        box-shadow: none;
        cursor: pointer;
        outline: 2px solid #ff9b12;
        background: rgb(255 242 222);
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        -webkit-animation: enlarge-jsx-504240313 0.25s forwards;
        animation: enlarge-jsx-504240313 0.25s forwards;
    }

.news .chart-box, .news_skeleton .chart-box-news-skeleton {
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    /*min-width: max-content;*/
    width: 100%;
    webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%), 0 5px 26px 0 rgb(67 94 131 / 15%) !important;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%), 0 5px 26px 0 rgb(67 94 131 / 15%) !important;
}


.news .news-box .news-heading {
    padding: 7px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    /* or 144% */
    color: #032949;
    padding-bottom: 0px;
}

.news .news-box .subline {
    padding: 7px;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 20px;
    color: #4A4747;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .news .news-box .subline .pre {
        font-weight: bold;
    }

    .news .news-box .subline i {
        vertical-align: middle;
        color: #2DBF65;
        font-family: FontAwesome !important;
        font-style: normal;
        font-weight: normal;
        /*font-size: 6px;*/
        line-height: 20px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .news .news-box .subline .post {
        color: #4A4747;
    }

.news .news-box .summary {
    padding-bottom: 7px;
    font-size: 11px;
}

.news .news-box .sentiments {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 6px;
    font-weight: 500;
    min-height: 20px;
}

    .news .news-box .sentiments.red {
        /*background-color: #ffc8c9;*/
        background-color: rgba(235, 64, 52,0.7);
    }

    .news .news-box .sentiments.green {
        /*background-color: #a9d18e;*/
        background-color: rgba(144, 237, 125,0.7);
    }

.news .text-danger {
    color: #ffc8c9 !important;
    padding-bottom: 7px !important;
}


/**other filters*/
#oft_sub_sector {
    color: #03001f;
}

/***slider*/
.slider-track-low, .slider-track-high {
    background: #C4C4C4 !important;
    background: none !important;
}

.slider-handle {
    background: #61DB90 !important;
}
.news-slider .slider-handle{
    border: 2px solid white !important;

}
.news-slider .slider-track {
    margin-top:2px !important;
}
#date-filter .slider-track-high, #date-filter .slider-selection {
    /*background-color:green;*/
    background: #C4C4C4;
}

.mnlds {
    float: left;
}

.mdlds {
    float: left;
    margin-left: calc(45% - 25px);
}

.mxlds {
    float: right;
}

.tooltip.in {
    opacity: 1;
}

.news_search a {
    width: 105px;
    /*width:100%;*/
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 4px;
    display: block;
    font-family: Roboto !important;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 28px !important;
    color: #777 !important;
    /*color: #4A4747;*/
    padding: 8px;
    cursor: pointer;
    float: left;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}

.slider-filter {
    height: 50px;
    width: 370px;
    float: right;
    overflow: visible;
    padding: 25px 42px 0 0;
    /* max-width: 25%; */
}

.sl-filter-box {
    float: left;
    min-width: 30.3%;
    max-width: 33.3%;
    padding-left: 25px;
}

    .sl-filter-box.sent-box {
        padding-left: 15px !important;
    }

#date-filter {
    max-width: 100%;
    width: 100% !important;
    padding: 0px !important;
    line-height: 43px;
}

div.arrows {
    margin: 0 20px 0 0;
    line-height: 26px;
}

#header-lbl div {
    max-width: 50% !important;
}

.fa-caret-down {
    font-size: 16px !important;
    color: unset;
    font-weight: 100;
    line-height: 28px;
}

.slider {
    background: transparent;
}


#custom-search-input-s {
    width: 100% !important;
    min-width: 100%;
    padding: 0px !important;
}

#oft-filter {
    float: left;
    line-height: 28px;
}

#show_all {
    font-size: 14px;
    float: left;
}

.pagination-container {
}

    .pagination-container .paginationjs-pages ul {
        list-style: none;
    }

        .pagination-container .paginationjs-pages ul li {
            float: left;
        }

.no-pad-rt {
    padding-right: 0px;
}
/* ------------------------------------------------------------ *\
                       Desktop 1366 Resolution
\* ------------------------------------------------------------ */
@media (min-width: 1024px) and (max-width: 1368px) {
    /*.search-panel .col-md-6{
        width:46%;
    }*/
    /*.sl-filter-box{
        min-width:39.3%;
    }*/
}

.sl-filter-box.hidden {
    display: flex !important;
}
/* ------------------------------------------------------------ *\
                       Tablet Orientation
\* ------------------------------------------------------------ */
@media (min-width: 768px) and (max-width: 1024px) {
    /*.search-panel .col-md-6.super-combinations {
        width: 800px;
        margin-top: 10px;
    }*/
    .dependencyWheel_diagram {
        height: auto;
        width: 100%;
    }

    #add-bucket-list {
        left: 0 !important;
        top: 200px !important;
    }

    #btnSaveBucket {
        width: auto !important;
    }
}
/* ------------------------------------------------------------ *\
                       Mobile Orientation Portrait
\* ------------------------------------------------------------ */
/* Portrait Straight*/
@media only screen and (max-width: 768px) and (orientation: portrait) {

    #add-bucket-list {
        left: 0 !important;
        top: 200px !important;
    }

    #btnSaveBucket {
        width: auto !important;
    }
}
/* ------------------------------------------------------------ *\
                       Mobile Orientation Landscape
\* ------------------------------------------------------------ */
/* Landscape Tild*/
@media (max-width: 1024px) and (min-width: 420px) {
    .news {
        display: flex;
        flex-direction: column;
    }

    .dependencyWheel_diagram {
        height: auto;
        width: 100%;
    }

    .chart-panel {
        order: 1;
    }

    .news-html {
        order: 2;
    }

    .news .col-md-4, .news .col-md-8 {
        width: 100% !important;
    }

    .search-panel .col-md-6 {
        width: 100% !important;
    }

    .super-combinations {
        margin-top: 10px;
    }

    .sl-filter-box.hidden {
        display: block !important;
    }

    .chart-div {
        padding-left: 0px;
    }

    .col-md-6.chart-div {
        width: 50%;
    }

    #loader-filter {
        top: calc(100% - 280px);
    }
}

@media (max-width: 768px) {
    .chart-view-mbl {
        width: 100%;
    }

    .dependencyWheel_diagram {
        height: auto;
        width: 100%;
    }

    .super-combinations {
        width: 100%;
    }

    .news_search {
        width: 100%;
        display: flex;
        padding-left: unset !important;
    }

        .news_search a {
            margin: 10px auto !important;
            float: left;
            width: 155px;
        }

    .sl-filter-box.hidden {
        display: flex !important;
    }

    .sl-filter-box {
        display: flex;
        float: left;
        min-width: 50%;
        max-width: 50%;
        padding-left: 15px;
        display: flex;
    }

    .sentiment-filter-mbl {
        clear: both;
    }

    .arrow-left {
        margin-left: 15px !important;
    }

    .arrow-right {
        margin-right: 0px !important;
    }

    #oft-img {
        float: unset;
        margin-right: 0px;
    }

    #header-lbl {
        text-align: center;
    }

        #header-lbl div {
            max-width: 100% !important;
            min-width: 100% !important;
        }

            #header-lbl div h2 {
                float: unset !important;
                padding-right: 0px !important;
            }

    #oft-filter {
        float: left;
        width: 100%;
        display: block;
    }

    .filter_body {
        top: 60px !important;
        z-index: 9999;
        left: 0;
        right: 0;
        width: 100%;
    }

    .chart-div {
        padding-left: 0px;
        width: 100% !important;
    }

    .news .chart-box {
        width: 100%;
        padding-right: 10px;
    }


    .news {
        display: flex;
        flex-direction: column;
    }

    .chart-panel {
        order: 1;
    }

    .news-html {
        order: 2;
    }
}

@media (max-width: 520px) {
    input#srssf {
        /* padding-top: 7px; */
    }

    .input-group.col-md-12.input-group-search {
        position: relative;
        padding-top: 5px;
    }

    .input-group-btn.search-panel {
        margin-bottom: 0 !important;
        padding-top: 8px;
    }

    span.caret {
        margin-top: 6px !important;
    }

    .col-md-6.no-padding.custom-search-input-sf {
        width: 100%;
        margin-bottom: 10px;
    }

    .sl-filter-box {
        display: flex;
        float: unset;
        min-width: 100%;
        max-width: 100%;
        padding-left: 15px;
        display: flex;
    }
}

a.btn.btn-default.pull-left.filter-btn {
    font-size: 14px;
    border-color: transparent;
    line-height: 25px;
    /* float: none; */
    /* border-top-right-radius: 0 !important; */
    /* border-bottom-right-radius: 0 !important; */
    box-shadow: none;
    /* padding: 9px 9px; */
    text-transform: capitalize;
    color: #fff !important;
    font-family: Roboto !important;
    margin: 5px;
    border-radius: 4px !important;
}

.highcharts-navigator-series.highcharts-series-label {
    display: none;
}

.btn-group.exp {
    position: absolute;
    right: 12px;
    top: 12px;
}

    .btn-group.exp a {
        background: none;
        border: none;
        box-shadow: none !important;
        outline: none !important;
        padding: 3px 7px;
        line-height: 1px;
        color: #333 !important;
        background-color: transparent !important;
    }

        .btn-group.exp a i {
            line-height: 20px;
            font-stretch: expanded;
        }

    .btn-group.exp ul {
        right: 0;
        left: auto;
        min-width: 100px;
    }

        .btn-group.exp ul li {
            cursor: pointer;
            padding: 0.5em 1em;
            color: rgb(51, 51, 51);
            background: none;
            font-size: 11px;
            transition: background 250ms ease 0s, color 250ms ease 0s;
        }


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 20px;
    float: left;
    margin: 0;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .switch .slider:before {
            position: absolute;
            content: "";
            height: 15px;
            width: 15px;
            left: 4px;
            bottom: 3px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .switch input.default:checked + .slider {
        background-color: #444;
    }

    .switch input.primary:checked + .slider {
        background-color: #2196F3;
    }

    .switch input.success:checked + .slider {
        background-color: #8bc34a;
    }

    .switch input.info:checked + .slider {
        background-color: #3de0f5;
    }

    .switch input.warning:checked + .slider {
        background-color: #FFC107;
    }

    .switch input.danger:checked + .slider {
        background-color: #f44336;
    }

    .switch input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    .switch input:checked + .slider:before {
        -webkit-transform: translateX(px);
        -ms-transform: translateX(3px);
        transform: translateX(35px);
    }

/* Rounded sliders */
    .switch .slider.round {
        border-radius: 34px;
    }

        .switch .slider.round:before {
            border-radius: 50%;
        }

.sent-sw {
    width: 220px;
    float: none;
    clear: both;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    top: 59px;
    left: calc(50% - 100px);
}

    .sent-sw h4 {
        float: left;
        margin: 0;
        line-height: 2;
        padding: 0 20px;
        font-size: 12px;
    }
.oh span.col-md-4.no-padding {
    font-size: 11px;
}

.oh span.col-md-2.no-padding {
    font-size: 11px;
    color: #032949;
}

.oh span.col-md-1.no-padding.hidden-xs {
    font-size: 9px !important;
    line-height: 35px !important;
}

.oh .slider-handle.min-slider-handle.round {
    height: 20px !important;
    width: 20px !important;
    top: 1px !important;
    border: 2px solid #fff !important;
}

.oh .slider-track {
    overflow: visible;
    height: 4px !important;
    background: #2dbf65 !important;
    background-color: #2dbf65 !important;
    margin-top: 0px;
}

.oh .slider.slider-horizontal {
    overflow: visible;
}

.oh .slider-selection {
    background: #2dbf65 !important;
}

.oh span.col-md-1.no-padding.hidden-xs {
    font-size: 9px !important;
    line-height: 35px !important;
}