@media (min-width: 0px) {
    #carouselFilter .item {
        float: left;
        padding: 0 2px;
    }

        #carouselFilter .item a {
            padding: 2px 5px;
            font-size: 9px;
            line-height: 10px;
            /* width: 109px; */
            /* white-space: nowrap; */
            /* overflow: hidden; */
            /* text-overflow: ellipsis; */
        }

            #carouselFilter .item a span { /* position: relative; */ /* top: -2px; */
                width: 75px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                float: left;
                line-height: 15px;
            }

    a.btn {
    }
    div#mobile-buckets {
        min-height: 40px;
    }

    .bucket-d-flex {
        display: inline-flex;
    }

    .pad-t-10 {
        padding-top: 10px;
    }

    #mobile-buckets > div {
        display: flex;
        height: auto;
        /* overflow: hidden; */
        /* border-bottom: 1px solid #fff; */
        background: #fff;
        padding-bottom: 15px !important;
        margin-bottom: 9px;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12), 0 1px 3px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12),0 1px 3px 0 rgba(0,0,0,.2);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12), 0 1px 3px 0 rgba(0,0,0,.2);
        border-radius: 5px;
        padding-right: 5px !important;
    }

    .gval h4 {
        position: absolute;
        top: 50%;
        /* left: -6px; */
        height: 100%;
        text-overflow: ellipsis !important;
        text-align: center !important;
        -ms-writing-mode: bt-rl;
        -ms-position: static;
    }

    .gval {
        color: #032949;
        font-weight: 500;
        font-family: Roboto sans-serif;
        border-radius: 0 !important;
        position: absolute !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 10px !important;
        height: 100%;
    }

        .gval h4 span {
            position: relative;
            top: 50%;
            line-height: 14px;
            /* white-space: nowrap; */
            /* overflow: hidden; */
            /* text-overflow: ellipsis; */
            height: 100%;
            width: 100%;
            font-weight: 500;
            color: #fff;
            font-size: 13px;
            /* background-color: #032949; */
        }

        .gval.small h4 {
            /* position: static; */
            font-size: 12px;
            width: auto;
            line-height: 15px;
            margin: 0;
            width: 100%;
            left: 0;
        }

            .gval.small h4 span {
                display: flex;
                justify-content: center;
                align-items: center;
            }

        .gval.small {
            flex: auto;
        }

    .ditems {
        /* background: #fff; */
        margin-left: 30px;
    }

    .sall_a a {
        /* overflow: hidden; */
        height: 128px;
        margin-top: 15px;
        display: inline-block;
        margin: 0;
        color: #fff !important;
        font-weight: 500;
        text-align: center;
        width: 100%;
        padding: 0;
        line-height: 128px;
    }

    .btl-btns {
        margin-right: -10px;
    }

    tr.news-line td > b {
        border-left: 5px solid #0cb2f4 !important;
        display: block;
        padding-left: 5px;
        margin: 2px 0;
        height: 90%;
        line-height: 35px;
    }

    tr.geo-line td > b {
        border-left: 5px solid #2dbf65 !important;
        display: block;
        padding-left: 5px;
        height: 90%;
        line-height: 22px;
    }

    tr.trend-line td > b {
        border-left: 5px solid #ac0ccb !important;
        display: block;
        padding-left: 5px;
        margin-top: 2px;
        margin-bottom: 2px;
        height: 90%;
        line-height: 20px;
    }

    .smb {
        margin: 0 2px;
        background: #fafafa;
        font-weight: 300;
        font-size: 11px;
        color: #fff !important;
        line-height: 11px;
        padding: 5px;
        border-radius: 4px;
        float: right;
        /* cursor: pointer; */
    }

        .smb.nl {
            background: #0cb2f4;
        }

        .smb.gl {
            background: #2dbf65;
        }

        .smb.tl {
            background: #ac0ccb;
        }

    .s-mark {
        background: url('/images/cmark.png');
        width: 12px;
        height: 12px;
        background-size: contain;
        float: right;
        /* display: inline; */
        background-repeat: no-repeat;
        margin-top: 4px;
    }

    

    #custom-search-input-s input[type="checkbox"] {
        width: 16px !important;
        float: left;
        height: 16px !important;
        display: block;
        margin-top: 6px;
        margin-left: 3px;
    }

    #custom-search-input-s li {
        overflow: hidden;
    }

        #custom-search-input-s li a {
            display: inline;
        }
}
    @media (max-width: 320px) {
        div#login, #signup {
            left: 5%;
            width: 90%;
        }

        a.home-signup {
            display: none;
        }

        .gval {
            width: 30px;
            overflow: hidden;
            float: left;
            background: #fff;
            /* flex: 1; */
            margin-top: 17px;
            /* transform: rotate(45deg); */
        }

        .ditems {
            width: calc(100% - 30px);
            float: left;
        }

        .gval h4 {
            transform: rotate(180deg);
            text-align: right;
            width: 100%;
            writing-mode: vertical-lr;
            text-orientation: mixed;
            margin: 0px;
            font-size: 14px;
            margin-left: -8px;
            margin-top: 15px;
        }

        button#m-ok, button.m-ok {
            padding: 16px 40px !important;
        }

        button#m-cancel {
            padding: 16px 40px !important;
            border-radius: 45px;
        }

        .bucket-d-flex {
            display: inherit;
            width: 280px;
        }

            .bucket-d-flex label {
                text-overflow: ellipsis;
                overflow: hidden;
            }

        .display-url {
            float: left;
        }

        .truncate {
            width: 290px !important;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            float: right;
            margin-top: 10px;
        }
    }

    @media (max-width: 375px) {
        #add-bucket-list
        div#login, #signup {
            left: 5%;
            width: 90%;
        }

        a.home-signup {
            display: none;
        }

        .gval {
            width: 30px;
            overflow: hidden;
            float: left;
            background: #fff;
            /* flex: 1; */
            margin-top: 17px;
            /* transform: rotate(45deg); */
            background-color: #032949;
        }

        .ditems {
            width: calc(100% - 30px);
            float: left;
        }

        .gval h4 {
            transform: rotate(180deg);
            text-align: right;
            height: 100%;
            width: 100%;
            writing-mode: vertical-lr;
            text-orientation: mixed;
            margin: 0px;
            font-size: 14px;
            margin-left: -8px;
            margin-top: 15px;
        }

        .bucket-d-flex {
            display: inherit;
            width: 290px !important;
        }

            .bucket-d-flex label {
                text-overflow: ellipsis;
                overflow: hidden;
            }

        .truncate {
            width: 290px !important;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            float: right;
            margin-top: 10px;
        }
    }

    @media (max-width: 575.98px) {
        .search-panel .caret {
            margin-top: 10px !important;
        }

        .dropdown-toggle.welcome-text {
            margin-right: 0 !important;
        }

        div#login, #signup {
            left: 5%;
            width: 90%;
        }

        a.home-signup {
            display: none;
        }

        .gval {
            width: 30px;
            overflow: hidden;
            float: left;
            background: #032949;
            /* flex: 1; */
            margin-top: 17px;
            /* transform: rotate(45deg); */
            border-radius: 4px;
        }

        .ditems {
            width: calc(100% - 30px);
            float: left;
        }

        .gval h4 {
            transform: rotate(180deg);
            text-align: center;
            width: 100%;
            writing-mode: vertical-lr;
            text-orientation: mixed;
            margin: 0px;
            font-size: 14px;
            margin-left: -8px;
            margin-top: 15px;
        }

        .bucket-d-flex {
            display: inherit;
            width: 346px;
        }

            .bucket-d-flex label {
                text-overflow: ellipsis;
                overflow: hidden;
            }

        .display-url {
            float: left;
        }

        .delete-bucket-filter {
            margin-top: 2px;
            color: red;
            cursor: pointer;
            display: inline-block;
            margin-bottom: 0;
            position: absolute;
            top: 0;
            right: 0px;
            z-index: 9999;
            padding: 3px;
        }

        .truncate {
            width: 390px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            float: right;
            margin-top: 10px;
        }

        #data-request .col-md-6 #sdr {
            max-width: calc(100% - 30px) !important;
        }

        .col-md-12.col-sm-12.smsm.col-xs-12 {
            float: left;
            position: relative;
            /* bottom: 0; */
            background: transparent;
            left: 0;
            right: 0;
            height: 30px;
            margin-top: 0px !important;
            z-index: 0;
        }

        .card.sview {
            overflow: hidden;
        }

        .col-md-12.no-padding.owerlap {
            overflow: auto;
            height: calc(100vh - 200px) !important;
        }

        .mf {
            float: right;
            font-size: 10px;
            font-weight: 600;
            padding-right: 10px;
            line-height: 14px;
            margin-top: 10px;
            width: 30%;
            display: inline;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-transform: capitalize;
            text-align: right;
        }

        span.tf {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            width: 32%;
            text-align: right;
        }

        span.ud {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            width: 32%;
            text-align: right;
        }

        span.sr {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            text-align: right;
            width: 32%;
        }

        span.sor {
            clear: left;
            float: left;
            font-size: 10px;
            padding-left: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            height: 30px;
        }

        div.is {
            width: 68%;
            float: left;
        }

        span.dr {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            text-align: right;
            width: 32%;
        }

        #oft-img {
            max-width: 55% !important;
            max-height: 80px;
            padding: 10px;
            margin: 0;
        }

        h2#soft.hsm {
            width: auto;
        }

        .filter_body.ar {
            right: 0;
            left: auto;
        }

        .filter_body {
            width: 100%;
            position: absolute;
            z-index: 9999;
            background: #fff;
            border: 1px solid #999;
            top: -100px;
            padding: 20px 0;
            border-radius: 8px;
            left: 0;
            right: auto;
        }

        input[id^=m-search] {
            width: 100%;
            height: 40px;
            left: 20px;
            top: 29px;
            background: #F3F3F3;
            background-image: url('/images/magnify_icon.png');
            background-repeat: no-repeat;
            background-position-x: 95%;
            background-position-y: 10px;
            font-size: 16px;
            padding: 10px 15px;
            padding-right: 33px;
            border-radius: 45px;
            border: 1px solid #D3D3D3;
            margin-bottom: 10px;
        }

        a[id^=m-sall] {
            width: 63px;
            /* height: 22px; */
            font-family: Roboto;
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 22px;
            /* identical to box height, or 169% */
            color: #2DBF65;
            float: left;
            width: 75px;
            border: none;
            /* overflow: hidden; */
        }

        a[id^=m-clear] {
            font-family: Roboto;
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 22px;
            /* identical to box height, or 169% */
            color: #FF9B12;
            float: left;
            margin-left: 15px;
            border: none;
            width: 50px;
        }

        div[id^=m-list] {
            clear: both;
            max-height: 250px;
            overflow-y: auto;
        }

        [id^=m-list] input {
            margin: 0;
            margin-right: 15px;
            vertical-align: middle;
            position: relative;
        }

        [id^=m-list] label.form-check-label {
            font-family: Roboto;
            font-style: normal;
            font-weight: 400 !important;
            font-size: 12px !important;
            line-height: 16px;
            color: #032949;
            display: inline-block;
            width: 85%;
            position: relative;
            vertical-align: middle;
            margin-bottom: 0;
        }

        [id^=m-list] .form-check:hover {
            background: #333;
            background: #F3F3F3;
            border-radius: 3px;
        }

        [id^=m-list] .form-check {
            padding: 3px 10px;
            border-bottom: 1px solid #DBDBDB;
        }

            [id^=m-list] .form-check:nth-child(even) {
                /*background: #F3F3F3;*/
            }



        button[id^=m-ok], button.m-ok {
            padding: 16px 55px;
            height: 50px;
            /* Secondary Color */
            /*background: #2DBF65 !important;*/
            background: #ff9b12 !important;
            border-radius: 45px !important;
            border: none;
            box-shadow: none !important;
            font-weight: 600;
        }

        button[id^=m-cancel] {
            padding: 15px 50px;
            height: 50px;
            background: #E6E6E6 !important;
            border-radius: 45px !important;
            border: none;
            box-shadow: none;
            color: #333 !important;
            font-family: Roboto;
            font-style: normal;
            font-weight: bold;
            font-size: 14px;
            line-height: 20px;
            /* identical to box height, or 111% */
            color: #032949;
        }

        .filter_box1 {
            width: 100%;
            clear: left;
            position: relative;
            float: left;
        }

            .filter_box1 a {
                width: 18%;
                height: 28px;
                background: #FFFFFF;
                border: 1px solid #EDEDED;
                box-sizing: border-box;
                border-radius: 4px;
                display: block;
                font-family: Roboto;
                font-style: normal;
                font-weight: 500;
                font-size: 10px;
                line-height: 24px;
                color: #4A4747;
                padding: 1px;
                cursor: pointer;
                float: left;
                margin-right: 2px;
                margin-left: 2px;
                margin-bottom: 2px;
            }

            .filter_box1 i {
                font-size: 10px !important;
                color: #999;
                line-height: 24px;
                margin-right: 5px;
                margin-left: 0 !important;
            }

        .navi {
            padding-top: 10px !important;
        }

        .img-wrap {
            width: 100% !important;
            height: 80px;
        }

        .col-xs-12 {
            width: 100% !important
        }

        .iscap {
            width: 100%;
        }

        .card-item h4 a {
            color: #032949 !important;
            font-size: 16px !important;
            line-height: 16px !important;
        }

        div#mobile-buckets {
            overflow-y: hidden;
            /* max-height: calc(100vh - 180px); */
            min-height: 40px;
        }

        .card-item.sview.col-xs-12.no-padding {
            border-radius: 7px;
            margin-bottom: 3px !important;
        }

        .card-item h4 {
            padding: 15px;
            font-family: Roboto;
            font-style: normal;
            font-weight: 600 !important;
            font-size: 16px !important;
            line-height: 26px;
            clear: left;
        }

        p.sv.col-xs-5 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            /* line-height: 26px; */
            /* or 173% */
            color: #032949;
            width: 30%;
        }

        p.sv.sv2.col-xs-7 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 22px;
            /* or 173% */
            color: #ADACAC;
            padding-bottom: 8px;
            padding-left: 5px !important;
            text-transform: uppercase;
            width: 70%;
        }

        .colHeader i {
            display: none;
        }

        .handsontable .changeType, .handsontable .changeType:hover {
            background: transparent;
            border-radius: 2px;
            border: none;
            color: #032949;
            font-size: 9px;
            line-height: 9px;
            padding: 0;
            margin: 0 0 0 0;
            position: absolute;
            right: auto;
            /* width: auto !important; */
            z-index: 1000;
            height: 100%;
            top: 0;
            bottom: 0;
            left: 0;
            float: left;
        }

        .handsontable span.colHeader {
            float: left;
            line-height: 12px;
            color: #fff;
            font-size: 14px;
            padding-left: 33px;
        }

        .changeType:before {
            font-size: 18px;
            text-align: left;
            float: right;
            font-size: 18px;
            text-align: left;
            float: left !important;
            background: rgba(243, 243, 243, 0.06);
            padding: 8px;
            border-radius: 50%;
            height: 30px;
            width: 30px;
            padding-top: 12px;
            margin-top: -5px;
            /* background-color: #032949; */
            color: #FF9B12;
        }

        .wtHolder {
            border-radius: 10px 10px 0 0;
        }

        .handsontable .changeType, .handsontable .changeType:hover {
            width: 100%;
        }

        .handsontable th {
            background: #032949;
        }

            .handsontable tbody th.ht__highlight, .handsontable thead th.ht__highlight, .handsontable th:hover {
                background-color: #032949;
            }

        .handsontable tr:nth-child(odd) {
            background: #F3F3F3;
        }

        .htDimmed a, .htDimmed a:hover {
            color: #032949 !important;
            font-weight: bold;
            font-size: 14px;
        }

        .htCore td {
            position: relative;
            overflow: visible;
            border: none;
        }


        .htCore td {
            color: #707070 !important;
            font-size: 14px !important;
        }

        .ht__highlight .changeType:before {
            color: #a0ce4e;
        }

        a#searchbtn {
            display: none;
        }

        .fusion-header.fusion-sticky-shadow {
            transform: translate3d(0,0,0);
        }

        .col-md-12.no-padding.middle-box {
            top: 56px;
            transform: translate3d(0,0,0);
        }

        .mnb {
            /* display: none; */
        }

        .modal-dialog.modal-sm {
            width: 100%;
            overflow: hidden;
        }

        #loader-filter .modal-content {
            width: 100% !important;
            min-width: 100%;
        }

        .col-md-12 {
            width: 100%;
        }

        #custom-search-input-s {
            width: 100% !important;
            border-radius: 8px;
            height: 50px;
            padding: 6px 0 !important;
            background: url('/images/magnify_icon.png');
            background-repeat: no-repeat;
            background-color: #fff;
            background-position: 20px 15px;
            min-width: auto !important;
            box-shadow: none;
            border: none;
        }

        .search-panel {
            padding: 3px;
            margin-bottom: 20px;
            margin-right: -10px;
            margin-left: -10px;
        }

        #custom-search-input-s .search-panel.input-group-btn {
            top: -1px !important;
            /* display:none; */
        }

        ul#ddm {
            width: 340px;
            top: 40px;
            height: 500px;
            min-height: 420px;
            border-radius: 5px;
            border: 1px solid #ccc;
            left: -280px;
        }

        .dropdown-menu > li > a {
            font-size: 16px;
            border-bottom: 1px solid #edeef2;
            padding: 10px 5px !important;
        }

        .rotate-button.toggle-in {
            display: none;
        }

        h2#soft {
            font-size: 14px !important;
            width: 100% !important;
            margin-top: 14px !important;
            padding-right: 0 !important;
            padding: 0;
            max-width: 100%;
        }

        .fusion-header.fusion-sticky-shadow {
            padding: 0px 20px !important;
        }

        .fusion-header-sticky-height {
            height: 55px !important;
            overflow: hidden;
        }

        .fusion-header.fusion-sticky-shadow {
            height: 55px !important;
        }


        img.fusion-black-logo {
            margin: 0 !important;
        }

        .fusion-mobile-menu-icons {
            margin: 10px 0 !important;
        }

        .panel.panel-primary.search-panel-result {
            padding: 0;
            /* margin: 4px 0 0; */
        }

        .adf_s .popover, .adf .popover {
            width: 100% !important;
            left: 0 !important;
        }

        .popover.bottom .arrow {
            left: 50% !important;
        }

        .ht_clone_top.handsontable {
            top: -1px !important;
        }

        .handsontable.mobile, .handsontable.mobile .wtHolder {
        }
    }

    @media (min-width: 576px) and (max-width: 767.98px) {
        .gval {
            width: 30px;
            overflow: hidden;
            float: left;
            background: #fff;
            /* flex: 1; */
            margin-top: 17px;
            /* transform: rotate(45deg); */
            border-radius: 4px;
        }

        .ditems {
            width: calc(100% - 30px);
            float: left;
        }

        .gval h4 {
            transform: rotate(180deg);
            text-align: right;
            width: 100%;
            writing-mode: vertical-lr;
            text-orientation: mixed;
            margin: 0px;
            font-size: 14px;
            margin-left: -7px;
            margin-top: 15px;
        }

        .bucket-d-flex {
            display: inherit;
        }

        .display-url {
            float: left;
        }

        .delete-bucket-filter {
            margin-top: 2px;
            color: red;
            cursor: pointer;
            display: inline-block;
            margin-bottom: 0;
            position: absolute;
            top: 0;
            right: 0px;
            z-index: 9999;
            padding: 3px;
        }

        .truncate {
            width: 290px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            float: right;
            margin-top: 10px;
        }

        .card.sview {
            /* overflow: hidden; */
        }

        .col-md-12.no-padding.owerlap {
            overflow: auto;
            height: calc(100vh - 210px) !important;
        }

        .mf {
            float: right;
            font-size: 10px;
            font-weight: 600;
            padding-right: 10px;
            line-height: 14px;
            margin-top: 10px;
            width: 30%;
            display: inline;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-transform: capitalize;
            text-align: right;
        }

        span.tf {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            width: 32%;
            text-align: right;
        }

        span.ud {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            width: 32%;
            text-align: right;
        }

        span.sr {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            text-align: right;
            width: 32%;
        }

        span.sor {
            clear: left;
            float: left;
            font-size: 10px;
            padding-left: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            height: 30px;
        }

        div.is {
            width: 68%;
            float: left;
        }

        span.dr {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            text-align: right;
            width: 32%;
        }

        #oft-img {
            max-width: 55% !important;
            max-height: 55px;
            padding: 10px;
            margin: 0;
        }

        h2#soft.hsm {
            width: auto;
        }

        .filter_body.ar {
            right: 0;
            left: auto;
        }

        .filter_body {
            width: 375px;
            position: absolute;
            z-index: 999;
            background: #fff;
            border: 1px solid #999;
            top: 50px;
            padding: 20px 0;
            border-radius: 8px;
            left: 0;
            right: auto;
        }

        input#m-search {
            width: 100%;
            height: 40px;
            left: 20px;
            top: 29px;
            background: #F3F3F3;
            border-radius: 8px;
            border: 0;
            background-image: url('/images/magnify_icon.png');
            background-repeat: no-repeat;
            background-position-x: 95%;
            background-position-y: 10px;
            font-size: 14px;
            padding: 10px 15px;
            padding-right: 33px;
        }

        a[id^=m-sall] {
            width: 63px;
            /* height: 22px; */
            font-family: Roboto;
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 22px;
            /* identical to box height, or 169% */
            color: #2DBF65;
            float: left;
            width: 75px;
            border: none;
            /* overflow: hidden; */
        }

        a[id^=m-clear] {
            font-family: Roboto;
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 22px;
            /* identical to box height, or 169% */
            color: #FF9B12;
            float: left;
            margin-left: 15px;
            border: none;
            width: 50px;
        }

        div[id^=m-list] {
            clear: both;
            max-height: 250px;
            overflow-y: auto;
        }

        [id^=m-list] input {
            margin: 0;
            margin-right: 15px;
            vertical-align: middle;
            position: relative;
        }

        [id^=m-list] label.form-check-label {
            font-family: Roboto;
            font-style: normal;
            font-weight: 400 !important;
            font-size: 12px !important;
            line-height: 16px;
            color: #032949;
            display: inline-block;
            width: 85%;
            position: relative;
            vertical-align: middle;
            margin-bottom: 0;
        }

        [id^=m-list] .form-check:hover {
            background: #333;
            background: #F3F3F3;
            border-radius: 3px;
        }

        [id^=m-list] .form-check {
            padding: 3px 10px;
            border-bottom: 1px solid #DBDBDB;
        }

        [id^=m-list] .form-check:nth-child(even) {
            /*background: #F3F3F3;*/
        }



        button[id^=m-ok], button.m-ok {
            padding: 16px 55px;
            height: 50px;
            /* Secondary Color */
            /*background: #2DBF65 !important;*/
            background: #ff9b12 !important;
            border-radius: 45px !important;
            border: none;
            box-shadow: none !important;
            font-weight: 600;
        }

        button[id^=m-cancel] {
            padding: 15px 50px;
            height: 50px;
            background: #E6E6E6 !important;
            border-radius: 45px !important;
            border: none;
            box-shadow: none;
            color: #333 !important;
            font-family: Roboto;
            font-style: normal;
            font-weight: bold;
            font-size: 14px;
            line-height: 20px;
            /* identical to box height, or 111% */
            color: #032949;
        }

        .filter_box1 {
            width: 100%;
            clear: left;
            position: relative;
            float: left;
        }

            .filter_box1 a {
                width: 18%;
                height: 38px;
                background: #FFFFFF;
                border: 1px solid #EDEDED;
                box-sizing: border-box;
                border-radius: 4px;
                display: block;
                font-family: Roboto;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 24px;
                color: #4A4747;
                padding: 9px;
                cursor: pointer;
                float: left;
                margin-right: 10px;
            }

            .filter_box1 i {
                font-size: 20px !important;
                color: #999;
            }

        .navi {
            padding-top: 10px;
        }

        .sv2-snip {
            position: absolute;
            z-index: 1;
            bottom: 0;
            height: 80px;
            background: #fff;
            overflow: hidden;
        }

        .img-wrap {
            height: 80px;
            overflow: hidden;
        }

        .col-sm-6 {
            width: 50% !important;
            float: left;
            padding-left: 5px;
            padding-right: 5px;
        }

        .iscap {
            width: 100%;
        }

        .card-item h4 a {
            color: #032949 !important;
            font-size: 14px !important;
            line-height: 18px !important;
        }

        div#mobile-buckets {
            overflow-y: auto;
            /*  max-height: calc(100vh - 180px);*/
            padding-left: 5px;
            padding-right: 5px;
        }

        .card-item.sview.col-xs-12.no-padding {
            border-radius: 7px;
            position: relative;
        }

        .card-item h4 {
            padding: 10px;
            font-family: Roboto;
            font-style: normal;
            font-weight: 600 !important;
            font-size: 16px !important;
            line-height: 16px;
            clear: left;
            height: 45px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        p.sv.col-xs-5 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 20px;
            /* or 173% */
            color: #032949;
            clear: left;
            padding-right: 5px;
            width: 35%;
        }

        p.sv.sv2.col-xs-7 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 20px;
            /* or 173% */
            color: #ADACAC;
            padding-left: 8px !important;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-transform: uppercase;
            width: 65%;
        }

        .colHeader i {
            display: none;
        }

        .handsontable .changeType, .handsontable .changeType:hover {
            background: transparent;
            border-radius: 2px;
            border: none;
            color: #032949;
            font-size: 9px;
            line-height: 9px;
            padding: 0;
            margin: 0 0 0 0;
            position: absolute;
            right: auto;
            /* width: auto !important; */
            z-index: 1000;
            height: 100%;
            top: 0;
            bottom: 0;
            left: 0;
            float: left;
        }

        .handsontable span.colHeader {
            float: left;
            line-height: 12px;
            color: #fff;
            font-size: 14px;
            padding-left: 33px;
        }

        .changeType:before {
            font-size: 18px;
            text-align: left;
            float: right;
            font-size: 18px;
            text-align: left;
            float: left !important;
            background: rgba(243, 243, 243, 0.06);
            padding: 8px;
            border-radius: 50%;
            height: 30px;
            width: 30px;
            padding-top: 12px;
            margin-top: -5px;
            /* background-color: #032949; */
            color: #FF9B12;
        }

        .wtHolder {
            border-radius: 10px 10px 0 0;
        }

        .handsontable .changeType, .handsontable .changeType:hover {
            width: 100%;
        }

        .handsontable th {
            background: #032949;
        }

            .handsontable tbody th.ht__highlight, .handsontable thead th.ht__highlight, .handsontable th:hover {
                background-color: #032949;
            }

        .handsontable tr:nth-child(odd) {
            background: #F3F3F3;
        }

        .htDimmed a, .htDimmed a:hover {
            color: #032949 !important;
            font-weight: bold;
            font-size: 14px;
        }

        .htCore td {
            position: relative;
            overflow: visible;
            border: none;
        }


        .htCore td {
            color: #707070 !important;
            font-size: 14px !important;
        }

        .ht__highlight .changeType:before {
            color: #a0ce4e;
        }

        .fusion-header.fusion-sticky-shadow {
            transform: translate3d(0,0,0);
        }

        a#searchbtn {
            display: none;
        }

        .col-md-12.no-padding.middle-box {
            top: 56px;
            transform: translate3d(0,0,0);
        }

        .mnb {
            /* display: none; */
        }

        .modal-dialog.modal-sm {
            width: 100%;
            overflow: hidden;
        }

        #loader-filter .modal-content {
            width: 100% !important;
            min-width: 100%;
        }

        .col-md-12 {
            width: 100%;
        }

        #custom-search-input-s {
            width: 100% !important;
            border-radius: 8px;
            height: 50px;
            padding: 6px 0 !important;
            background: url(/images/magnify_icon.png);
            background-repeat: no-repeat;
            background-color: #fff;
            background-position: 20px 15px;
            min-width: auto !important;
            border: none;
            box-shadow: none;
        }

        .search-panel {
            padding: 0;
            height: 50px;
            border: none;
        }

        #custom-search-input-s .search-panel.input-group-btn {
            top: 0;
        }

        ul#ddm {
            width: 340px;
            top: 40px;
            height: 500px;
            min-height: 420px;
            border-radius: 5px;
            border: 1px solid #ccc;
            left: -280px;
        }

        .dropdown-menu > li > a {
            font-size: 16px;
            border-bottom: 1px solid #edeef2;
            padding: 10px 5px !important;
        }

        .rotate-button.toggle-in {
            display: none;
        }

        h2#soft {
            font-size: 14px !important;
            margin-top: 14px;
        }

        .fusion-header.fusion-sticky-shadow {
            padding: 0px 20px !important;
        }

        .fusion-header-sticky-height {
            height: 55px !important;
            overflow: hidden;
        }

        .fusion-header.fusion-sticky-shadow {
            height: 55px !important;
        }


        img.fusion-black-logo {
            margin: 0 !important;
        }

        .fusion-mobile-menu-icons {
            margin: 10px 0 !important;
        }

        .panel.panel-primary.search-panel-result {
            padding: 0;
            /* margin: 4px 0 0; */
        }

        .adf_s .popover, .adf .popover {
            width: 100% !important;
            left: 0 !important;
        }

        .popover.bottom .arrow {
            left: 50% !important;
        }

        .ht_clone_top.handsontable {
            top: -1px !important;
        }

        .handsontable.mobile, .handsontable.mobile .wtHolder {
        }
    }

    @media (min-width: 768px) and (max-width: 991.98px) {
        .gval {
            width: 30px;
            overflow: hidden;
            float: left;
            background: #fff;
            /* flex: 1; */
            margin-top: 17px;
            /* transform: rotate(45deg); */
            border-radius: 4px;
        }

        .ditems {
            width: calc(100% - 30px);
            float: left;
        }

        .gval h4 {
            transform: rotate(180deg);
            text-align: right;
            width: 100%;
            writing-mode: vertical-lr;
            text-orientation: mixed;
            margin: 0px;
            font-size: 14px;
            margin-left: -7px;
            margin-top: 15px;
        }

        .bucket-d-flex {
            display: inline-flex;
        }

        .delete-bucket-filter {
            margin-top: 2px;
            color: red;
            cursor: pointer;
            display: inline-block;
            margin-bottom: 0;
        }

        .truncate {
            width: 736px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            float: right;
            margin-top: 10px;
        }

        .card.sview {
            /* overflow: hidden; */
        }

        .col-md-12.no-padding.owerlap {
            overflow: auto;
            height: calc(100vh - 210px) !important;
        }

        .display-url {
            float: left;
            margin-top: 8px;
        }

        .card-item.flat.sview:active, .card-item.flat.sview:focus, .card-item.flat.sview:hover, .card-item.flat.sview.active {
            -webkit-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
            -webkit-animation: enlarge 0.25s forwards;
            animation: enlarge 0.25s forwards;
        }

        .mf {
            float: right;
            font-size: 10px;
            font-weight: 600;
            padding-right: 10px;
            line-height: 14px;
            margin-top: 10px;
            width: 30%;
            display: inline;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-transform: capitalize;
            text-align: right;
        }

        span.tf {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            width: 32%;
            text-align: right;
        }

        span.ud {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            width: 32%;
            text-align: right;
        }

        span.sr {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            text-align: right;
            width: 32%;
        }

        span.sor {
            clear: left;
            float: left;
            font-size: 10px;
            padding-left: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            height: 30px;
        }

        div.is {
            width: 68%;
            float: left;
        }

        span.dr {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            text-align: right;
            width: 32%;
        }

        #oft-img {
            max-width: 55% !important;
            max-height: 55px;
            padding: 10px;
            margin: 0;
        }

        h2#soft.hsm {
            width: auto;
        }

        .filter_body.ar {
            right: 0;
            left: auto;
        }

        .filter_body {
            width: 375px;
            position: absolute;
            z-index: 999;
            background: #fff;
            border: 1px solid #999;
            top: 50px;
            padding: 20px 0;
            border-radius: 8px;
            left: 0;
            right: auto;
        }

        input[id^=m-search] {
            width: 100%;
            height: 40px;
            left: 20px;
            top: 29px;
            background: #F3F3F3;
            background-image: url('/images/magnify_icon.png');
            background-repeat: no-repeat;
            background-position-x: 95%;
            background-position-y: 10px;
            font-size: 14px;
            padding: 10px 15px;
            padding-right: 33px;
            border-radius: 45px;
            border: 1px solid #D3D3D3;
            margin-bottom: 10px;
        }

        a[id^=m-sall] {
            width: 63px;
            /* height: 22px; */
            font-family: Roboto;
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 22px;
            /* identical to box height, or 169% */
            color: #2DBF65;
            float: left;
            width: 75px;
            border: none;
            /* overflow: hidden; */
        }

        a[id^=m-clear] {
            font-family: Roboto;
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 22px;
            /* identical to box height, or 169% */
            color: #FF9B12;
            float: left;
            margin-left: 15px;
            border: none;
            width: 50px;
        }

        div[id^=m-list] {
            clear: both;
            max-height: 250px;
            overflow-y: auto;
        }

        [id^=m-list] input {
            margin: 0;
            margin-right: 15px;
            vertical-align: middle;
            position: relative;
        }

        [id^=m-list] label.form-check-label {
            font-family: Roboto;
            font-style: normal;
            font-weight: 400 !important;
            font-size: 12px !important;
            line-height: 16px;
            color: #032949;
            display: inline-block;
            width: 85%;
            position: relative;
            vertical-align: middle;
            margin-bottom: 0;
        }

        [id^=m-list] .form-check:hover {
            background: #333;
            background: #F3F3F3;
            border-radius: 3px;
        }

        [id^=m-list] .form-check {
            padding: 3px 10px;
            border-bottom: 1px solid #DBDBDB;
        }

        [id^=m-list] .form-check:nth-child(even) {
            /*background: #F3F3F3;*/
        }



        button[id^=m-ok], button.m-ok {
            padding: 16px 55px;
            height: 50px;
            /* Secondary Color */
            /*background: #2DBF65 !important;*/
            background: #ff9b12 !important;
            border-radius: 45px !important;
            border: none;
            box-shadow: none !important;
            font-weight: 600;
        }

        button[id^=m-cancel] {
            padding: 15px 50px;
            height: 50px;
            background: #E6E6E6 !important;
            border-radius: 45px !important;
            border: none;
            box-shadow: none;
            color: #333 !important;
            font-family: Roboto;
            font-style: normal;
            font-weight: bold;
            font-size: 14px;
            line-height: 20px;
            /* identical to box height, or 111% */
            color: #032949;
        }

        .filter_box1 {
            width: 100%;
            clear: left;
            position: relative;
            float: left;
        }

            .filter_box1 a {
                width: 18.5%;
                height: 38px;
                background: #FFFFFF;
                border: 1px solid #EDEDED;
                box-sizing: border-box;
                border-radius: 4px;
                display: block;
                font-family: Roboto;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 24px;
                color: #4A4747;
                padding: 9px;
                cursor: pointer;
                float: left;
                margin-right: 5px;
                margin-left: 5px;
            }

            .filter_box1 i {
                font-size: 20px !important;
                color: #999;
            }

        .navi {
            padding-right: 5px;
        }

        #search_concept {
            line-height: 25px;
            line-height: 33px !important;
            margin-left: 0px;
            width: 150px;
            display: block;
            overflow: hidden;
            margin: 0 !important;
            float: left;
            text-align: left;
            font-size: 12px;
            color: #333;
            font-weight: bold;
            color: #032949;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        #searchbtn {
            float: right;
            color: #fff;
            height: 45px;
            width: 147px;
            background: #ff9b12;
            text-align: center;
            line-height: 46px;
            font-size: 14px;
            cursor: pointer;
            border-radius: 0 5px 5px 1px;
        }

        .sv2-snip {
            position: absolute;
            z-index: 1;
            bottom: 0;
            height: 80px;
            background: #fff;
            overflow: hidden;
        }

        .img-wrap {
            height: 80px;
            /* display: inline-block; */
            /* vertical-align: middle; */
            overflow: hidden;
        }

        .col-sm-6 {
            width: 50% !important;
            float: left;
            display: flex;
            flex-wrap: wrap;
            padding-left: 8px;
            padding-right: 8px;
        }

        .iscap {
            width: 100%;
        }

        .card-item h4 a {
            color: #032949 !important;
            font-size: 14px !important;
            line-height: 18px !important;
        }

        div#mobile-buckets {
            overflow-y: hidden;
            /* max-height: calc(100vh - 220px); */
            padding-left: 10px;
            padding-right: 10px;
        }

        .card-item.sview.col-xs-12.no-padding {
            border-radius: 7px;
        }

        .card-item h4 {
            padding: 10px 15px;
            font-family: Roboto;
            font-style: normal;
            font-weight: 600 !important;
            font-size: 16px !important;
            line-height: 16px;
            clear: left;
            height: 45px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        p.sv.col-xs-5 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 20px;
            /* or 173% */
            width: 30%;
            color: #032949;
        }

        p.sv.sv2.col-xs-7 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 20px;
            /* or 173% */
            color: #ADACAC;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding-left: 8px !important;
            text-transform: uppercase;
            width: 70%;
        }

        #custom-search-input-s input {
            width: 50% !important;
        }

        .colHeader i {
            display: none;
        }

        .handsontable .changeType, .handsontable .changeType:hover {
            background: transparent;
            border-radius: 2px;
            border: none;
            color: #032949;
            font-size: 9px;
            line-height: 9px;
            padding: 0;
            margin: 0 0 0 0;
            position: absolute;
            right: auto;
            /* width: auto !important; */
            z-index: 1000;
            height: 100%;
            top: 0;
            bottom: 0;
            left: 0;
            float: left;
        }

        .handsontable span.colHeader {
            float: left;
            line-height: 12px;
            color: #fff;
            font-size: 14px;
            padding-left: 33px;
        }

        .changeType:before {
            font-size: 18px;
            text-align: left;
            float: right;
            font-size: 18px;
            text-align: left;
            float: left !important;
            background: rgba(243, 243, 243, 0.06);
            padding: 8px;
            border-radius: 50%;
            height: 30px;
            width: 30px;
            padding-top: 12px;
            margin-top: -5px;
            /* background-color: #032949; */
            color: #FF9B12;
        }

        .fusion-main-menu {
            display: block !important;
        }

        .fusion-header.fusion-sticky-shadow {
            transform: translate3d(0,0,0);
        }

        .col-md-12.no-padding.middle-box {
            top: 56px;
            transform: translate3d(0,0,0);
        }

        .mnb {
            /* display: none; */
        }

        .modal-dialog.modal-sm {
            width: 50%;
            overflow: hidden;
        }

        #loader-filter .modal-content {
            width: 100% !important;
            min-width: 100%;
        }

        .col-md-12 {
            width: 100%;
        }

        #custom-search-input-s {
            width: 99% !important;
            min-width: 735px;
            border: none;
            box-shadow: none;
            outline: none;
        }

        .search-panel {
            padding: 0;
            height: 45px;
        }

        #custom-search-input-s .search-panel.input-group-btn {
            top: 3px;
        }

        ul#ddm {
            width: 340px;
            top: 40px;
            height: 500px;
            min-height: 420px;
            border-radius: 5px;
            border: 1px solid #ccc;
        }

        .dropdown-menu > li > a {
            font-size: 14px;
            border-bottom: 1px solid #edeef2;
            padding: 5px 5px !important;
        }

        .rotate-button.toggle-in {
            display: none;
        }

        h2#soft {
            font-size: 14px !important;
            width: 50%;
            margin-top: 5px;
        }

        .fusion-header.fusion-sticky-shadow {
            padding: 0px 20px !important;
        }

        .fusion-header-sticky-height {
            height: 55px !important;
            overflow: hidden;
        }

        .fusion-header.fusion-sticky-shadow {
            height: 55px !important;
        }


        img.fusion-black-logo {
            /* margin: 0 !important; */
        }

        .fusion-mobile-menu-icons {
            margin: 10px 0 !important;
            display: none !important;
        }

        .panel.panel-primary.search-panel-result {
            padding: 0;
            /* margin: 4px 0 0; */
        }

        .adf_s .popover, .adf .popover {
            width: 100% !important;
            left: 0 !important;
        }

        .popover.bottom .arrow {
            left: 50% !important;
        }

        .ht_clone_top.handsontable {
            top: -1px !important;
        }

        .handsontable.mobile, .handsontable.mobile .wtHolder {
        }
    }

    @media (min-width: 992px) and (max-width: 1199.98px) {

        .gval {
            width: 30px;
            overflow: hidden;
            float: left;
            background: #fff;
            /* flex: 1; */
            margin-top: 17px;
            /* transform: rotate(45deg); */
            border-radius: 4px;
        }

        .ditems {
            width: calc(100% - 30px);
            float: left;
        }

        .gval h4 {
            transform: rotate(180deg);
            text-align: right;
            width: 100%;
            writing-mode: vertical-lr;
            text-orientation: mixed;
            margin: 0px;
            font-size: 14px;
            margin-left: -7px;
            margin-top: 15px;
        }

        .delete-bucket-filter {
            margin-top: 2px;
            color: red;
            cursor: pointer;
            display: inline-block;
            margin-bottom: 0;
            position: absolute;
            top: 0;
            right: 0px;
            z-index: 9999;
            padding: 3px;
        }

        .truncate {
            width: 798px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            float: right;
            margin-top: 10px;
        }

        .col-md-12.no-padding.owerlap {
            overflow: auto;
            height: calc(100vh - 175px) !important;
        }

        .col-md-8.tbl_wrap {
            width: 60%;
        }

        .col-md-4.chrt_wrap {
            width: 40% !important;
        }

        .display-url {
            float: left;
            margin: 8px 0;
        }

        .card-item.flat.sview:active, .card-item.flat.sview:focus, .card-item.flat.sview:hover, .card-item.flat.sview.active {
            -webkit-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
            -webkit-animation: enlarge 0.25s forwards;
            animation: enlarge 0.25s forwards;
        }

        .mf {
            float: right;
            font-size: 10px;
            font-weight: 600;
            padding-right: 10px;
            line-height: 14px;
            margin-top: 10px;
            width: 30%;
            display: inline;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-transform: capitalize;
            text-align: right;
        }

        span.tf {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            width: 32%;
            text-align: right;
        }

        span.ud {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            width: 32%;
            text-align: right;
        }

        span.sr {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            text-align: right;
            width: 32%;
        }

        span.sor {
            clear: left;
            float: left;
            font-size: 10px;
            padding-left: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            height: 30px;
        }

        div.is {
            width: 68%;
            float: left;
        }

        span.dr {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            text-align: right;
            width: 32%;
        }

        #oft-img {
            max-width: 55% !important;
            max-height: 55px;
            padding: 10px;
            margin: 0;
        }

        h2#soft.hsm {
            width: auto;
        }

        .filter_body.ar {
            right: 0;
            left: auto;
        }

        .filter_body {
            width: 375px;
            position: absolute;
            z-index: 999;
            background: #fff;
            border: 1px solid #999;
            top: 50px;
            padding: 20px 0;
            border-radius: 8px;
            left: 0;
            right: auto;
        }

        input[id^=m-search] {
            width: 100%;
            height: 40px;
            left: 20px;
            top: 29px;
            background: #F3F3F3;
            background-image: url('/images/magnify_icon.png');
            background-repeat: no-repeat;
            background-position-x: 95%;
            background-position-y: 10px;
            font-size: 14px;
            padding: 10px 15px;
            padding-right: 33px;
            border-radius: 45px;
            border: 1px solid #D3D3D3;
            margin-bottom: 10px;
        }

        a[id^=m-sall] {
            width: 63px;
            /* height: 22px; */
            font-family: Roboto;
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 22px;
            /* identical to box height, or 169% */
            color: #2DBF65;
            float: left;
            width: 75px;
            border: none;
            /* overflow: hidden; */
        }

        a[id^=m-clear] {
            font-family: Roboto;
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 22px;
            /* identical to box height, or 169% */
            color: #FF9B12;
            float: left;
            margin-left: 15px;
            border: none;
            width: 50px;
        }

        div[id^=m-list] {
            clear: both;
            max-height: 250px;
            overflow-y: auto;
        }

        [id^=m-list] input {
            margin: 0;
            margin-right: 15px;
            vertical-align: middle;
            position: relative;
        }

        [id^=m-list] label.form-check-label {
            font-family: Roboto;
            font-style: normal;
            font-weight: 400 !important;
            font-size: 12px !important;
            line-height: 16px;
            color: #032949;
            display: inline-block;
            width: 85%;
            position: relative;
            vertical-align: middle;
            margin-bottom: 0;
        }

        [id^=m-list] .form-check:hover {
            background: #333;
            background: #F3F3F3;
            border-radius: 3px;
        }

        [id^=m-list] .form-check {
            padding: 3px 10px;
            border-bottom: 1px solid #DBDBDB;
        }

        [id^=m-list] .form-check:nth-child(even) {
            /*background: #F3F3F3;*/
        }



        button[id^=m-ok], button.m-ok {
            padding: 16px 55px;
            height: 50px;
            /* Secondary Color */
            /*background: #2DBF65 !important;*/
            background: #ff9b12 !important;
            border-radius: 45px !important;
            border: none;
            box-shadow: none !important;
            font-weight: 600;
        }

        button[id^=m-cancel] {
            padding: 15px 50px;
            height: 50px;
            background: #E6E6E6 !important;
            border-radius: 45px !important;
            border: none;
            box-shadow: none;
            color: #333 !important;
            font-family: Roboto;
            font-style: normal;
            font-weight: bold;
            font-size: 14px;
            line-height: 20px;
            /* identical to box height, or 111% */
            color: #032949;
        }

        .filter_box1 {
            /* width:100%; */
            /* clear: left; */
            position: relative;
            float: left;
        }

            .filter_box1 a {
                width: 80px;
                height: 38px;
                background: #FFFFFF;
                border: 1px solid #EDEDED;
                box-sizing: border-box;
                border-radius: 4px;
                display: block;
                font-family: Roboto;
                font-style: normal;
                font-weight: 500;
                font-size: 10px;
                line-height: 20px;
                color: #4A4747;
                padding: 9px;
                cursor: pointer;
                float: left;
                margin-right: 10px;
            }

            .filter_box1 i {
                font-size: 16px !important;
                color: #999;
                line-height: 20px;
            }

        #search_concept {
            line-height: 25px;
            line-height: 33px !important;
            margin-left: 0px;
            width: 150px;
            display: block;
            overflow: hidden;
            margin: 0 !important;
            float: left;
            text-align: left;
            font-size: 12px;
            color: #333;
            font-weight: bold;
            color: #032949;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        #searchbtn {
            float: right;
            color: #fff;
            height: 45px;
            width: 147px;
            background: #ff9b12;
            text-align: center;
            line-height: 46px;
            font-size: 14px;
            cursor: pointer;
            border-radius: 0 5px 5px 1px;
        }

        .sv2-snip {
            position: absolute;
            z-index: 1;
            bottom: 0;
            height: 80px;
            background: #fff;
            overflow: hidden;
        }

        .card-item h4 a {
            font-size: 14px !important;
            line-height: 18px !important;
        }

        .img-wrap {
            height: 80px;
            overflow: hidden;
        }

        .col-md-4 {
            width: 33.33% !important;
            padding-left: 8px;
            padding-right: 8px;
        }

        div#mobile-buckets {
            overflow-y: hidden;
            /* max-height: calc(100vh - 185px); */
            padding-left: 10px;
            padding-right: 10px;
            min-height: calc(100vh - 530px);
        }

        .card-item.sview.col-xs-12.no-padding {
            border-radius: 7px;
            position: relative;
        }

        .card-item h4 {
            padding: 10px 15px;
            font-family: Roboto;
            font-style: normal;
            font-weight: 600 !important;
            font-size: 16px !important;
            line-height: 16px;
            clear: left;
            height: 48px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        p.sv.col-xs-5 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 20px;
            /* or 173% */
            color: #032949;
            width: 35%;
        }

        p.sv.sv2.col-xs-7 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 20px;
            /* or 173% */
            color: #ADACAC;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding-left: 8px !important;
            text-transform: uppercase;
            width: 65%;
        }

        #custom-search-input-s input {
            width: 42% !important;
        }

        .colHeader i {
            display: none;
        }

        .handsontable .changeType, .handsontable .changeType:hover {
            background: transparent;
            border-radius: 2px;
            border: none;
            color: #032949;
            font-size: 9px;
            line-height: 9px;
            padding: 0;
            margin: 0 0 0 0;
            position: absolute;
            right: auto;
            /* width: auto !important; */
            z-index: 1000;
            height: 100%;
            top: 0;
            bottom: 0;
            left: 0;
            float: left;
        }

        .handsontable span.colHeader {
            float: left;
            line-height: 12px;
            color: #fff;
            font-size: 14px;
            padding-left: 33px;
        }

        .changeType:before {
            font-size: 18px;
            text-align: left;
            float: right;
            font-size: 18px;
            text-align: left;
            float: left !important;
            background: rgba(243, 243, 243, 0.06);
            padding: 8px;
            border-radius: 50%;
            height: 30px;
            width: 30px;
            padding-top: 12px;
            margin-top: -5px;
            /* background-color: #032949; */
            color: #FF9B12;
        }

        .fusion-header.fusion-sticky-shadow {
            transform: translate3d(0,0,0);
        }

        .col-md-12.no-padding.middle-box {
            top: 56px;
            transform: translate3d(0,0,0);
        }

        .mnb {
            /* display: none; */
        }

        .modal-dialog.modal-sm {
            width: 100%;
            overflow: hidden;
        }

        #loader-filter .modal-content {
            width: 100% !important;
            min-width: 100%;
        }

        .col-md-12 {
            width: 100%;
        }

        #custom-search-input-s {
            width: 50% !important;
            min-width: 800px;
            border: none;
            box-shadow: none;
        }

        .search-panel {
            padding: 0;
            height: 45px;
        }

        #custom-search-input-s .search-panel.input-group-btn {
            top: 4px;
            margin-top: 0px;
        }

        ul#ddm {
            width: 340px;
            top: 52px;
            height: 500px;
            min-height: 420px;
            border-radius: 5px;
            border: 1px solid #ccc;
            /* right: -20px !important; */
            left: -66px;
        }

        .dropdown-menu > li > a {
            font-size: 16px;
            border-bottom: 1px solid #edeef2;
            padding: 10px 5px !important;
        }

        .rotate-button.toggle-in {
            display: none;
        }

        h2#soft {
            font-size: 16px !important;
            margin-top: 10px;
            width: auto;
            padding-right: 10px !important;
        }

        .fusion-header.fusion-sticky-shadow {
            padding: 0px 20px !important;
        }

        .fusion-header-sticky-height {
            height: 55px !important;
            overflow: hidden;
        }

        .fusion-header.fusion-sticky-shadow {
            /* height: 55px !important; */
        }


        img.fusion-black-logo {
            margin: 0 !important;
        }

        .fusion-mobile-menu-icons {
            margin: 10px 0 !important;
        }

        .panel.panel-primary.search-panel-result {
            padding: 0;
            /* margin: 4px 0 0; */
        }

        .adf_s .popover, .adf .popover {
            width: 100% !important;
            left: 0 !important;
        }

        .popover.bottom .arrow {
            left: 50% !important;
        }

        .ht_clone_top.handsontable {
            top: -1px !important;
        }

        .handsontable.mobile, .handsontable.mobile .wtHolder {
        }
    }

    @media (min-width: 1200px) and (max-width:1599.98px) {
        .gval {
            width: 30px;
            overflow: hidden;
            float: left;
            background: #fff;
            /* flex: 1; */
            margin-top: 17px;
            /* transform: rotate(45deg); */
            border-radius: 4px;
            position: relative;
        }

        .ditems {
            width: calc(100% - 30px);
            float: left;
        }

        .gval h4 {
            transform: rotate(180deg);
            text-align: right;
            width: 100%;
            writing-mode: vertical-lr;
            text-orientation: mixed;
            margin: 0px;
            font-size: 14px;
            /* margin-left: -8px; */
            /* margin-top: 15px; */
            position: absolute;
            top: 50%;
            left: -6px;
            /* margin: auto; */
            /* display: block; */
            /* float: none; */
            /* word-break: break-all; */
            /* overflow-wrap: break-word; */
            /* white-space: nowrap; */
            /* overflow: hidden; */
            text-overflow: ellipsis;
            /* height: 23px; */
            /* overflow: hidden; */
        }

        .delete-bucket-filter {
            margin-top: 2px;
            color: red;
            cursor: pointer;
            display: inline-block;
            margin-bottom: 0;
            position: absolute;
            top: 0;
            right: 0px;
            z-index: 9999;
            padding: 3px;
        }

        .truncate {
            width: 494px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            float: right;
        }

        .col-md-12.no-padding.owerlap {
            overflow: auto;
            height: calc(100vh - 180px);
        }

        .col-md-8.tbl_wrap {
            width: 60%;
        }

        .col-md-4.chrt_wrap {
            width: 40%;
        }

        .display-url {
            float: right;
        }

        .card-item.flat.sview:active, .card-item.flat.sview:focus, .card-item.flat.sview:hover, .card-item.flat.sview.active {
            -webkit-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
            -webkit-animation: enlarge 0.25s forwards;
            animation: enlarge 0.25s forwards;
        }

        .mf {
            float: right;
            font-size: 10px;
            font-weight: 600;
            padding-right: 10px;
            line-height: 14px;
            margin-top: 10px;
            width: 30%;
            display: inline;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-transform: capitalize;
            text-align: right;
        }

        span.tf {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            width: 32%;
            text-align: right;
        }

        span.ud {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            width: 32%;
            text-align: right;
        }

        span.sr {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            text-align: right;
            width: 32%;
        }

        span.sor {
            clear: left;
            float: left;
            font-size: 10px;
            padding-left: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            height: 30px;
            overflow: hidden;
        }

        div.is {
            width: 68%;
            float: left;
        }

        span.dr {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            text-align: right;
            width: 32%;
        }

        #oft-img {
            max-width: 55% !important;
            max-height: 55px;
            padding: 10px;
            margin: 0;
        }

        h2#soft.hsm {
            width: auto;
        }

        .filter_body.ar {
            right: 0;
            left: auto;
        }

        .filter_body {
            width: 375px;
            position: absolute;
            z-index: 999;
            background: #fff;
            border: 1px solid #999;
            top: 50px;
            padding: 20px 0;
            border-radius: 8px;
            left: 0;
            right: auto;
        }

        input[id^=m-search] {
            width: 100%;
            height: 40px;
            left: 20px;
            top: 29px;
            background: #F3F3F3;
            background-image: url('/images/magnify_icon.png');
            background-repeat: no-repeat;
            background-position-x: 95%;
            background-position-y: 10px;
            font-size: 14px;
            padding: 10px 15px;
            padding-right: 33px;
            border-radius: 45px;
            border: 1px solid #D3D3D3;
            margin-bottom: 10px;
        }

        a[id^=m-sall] {
            width: 63px;
            /* height: 22px; */
            font-family: Roboto;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 22px;
            /* identical to box height, or 169% */
            color: #2DBF65;
            float: left;
            width: 85px;
            border: none;
            /* overflow: hidden; */
        }

        a[id^=m-clear] {
            font-family: Roboto;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 22px;
            /* identical to box height, or 169% */
            color: #FF9B12;
            float: left;
            margin-left: 15px;
            border: none;
            width: 50px;
        }

        div[id^=m-list] {
            clear: both;
            max-height: 250px;
            overflow-y: auto;
        }

        [id^=m-list] input {
            margin: 0;
            margin-right: 15px;
            vertical-align: middle;
            position: relative;
        }

        [id^=m-list] label.form-check-label {
            font-family: Roboto;
            font-style: normal;
            font-weight: 400 !important;
            font-size: 12px !important;
            line-height: 16px;
            color: #032949;
            display: inline-block;
            width: 85%;
            position: relative;
            vertical-align: middle;
            margin-bottom: 0;
        }

        [id^=m-list] .form-check:hover {
            background: #333;
            background: #F3F3F3;
            border-radius: 3px;
        }

        [id^=m-list] .form-check {
            padding: 3px 10px;
            border-bottom: 1px solid #DBDBDB;
        }

        [id^=m-list] .form-check:nth-child(even) {
            /*background: #F3F3F3;*/
        }



        button[id^=m-ok], button.m-ok {
            padding: 16px 55px;
            height: 45px;
            /* Secondary Color */
            /*background: #2DBF65 !important;*/
            background: #ff9b12 !important;
            border-radius: 45px !important;
            border: none;
            box-shadow: none !important;
            font-weight: 600;
        }

        button[id^=m-cancel] {
            padding: 15px 50px;
            height: 45px;
            background: #E6E6E6 !important;
            border-radius: 45px !important;
            border: none;
            box-shadow: none;
            color: #333 !important;
            font-family: Roboto;
            font-style: normal;
            font-weight: bold;
            font-size: 14px;
            line-height: 20px;
            /* identical to box height, or 111% */
            color: #032949;
        }

        .filter_box1 {
            /* width:100%; */
            /* clear: left; */
            position: relative;
            float: left;
        }

            .filter_box1 a {
                width: 80px;
                height: 38px;
                background: #FFFFFF;
                border: 1px solid #EDEDED;
                box-sizing: border-box;
                border-radius: 4px;
                display: block;
                font-family: Roboto;
                font-style: normal;
                font-weight: 500;
                font-size: 10px;
                line-height: 20px;
                color: #4A4747;
                padding: 9px;
                cursor: pointer;
                float: left;
                margin-right: 10px;
            }

            .filter_box1 i {
                font-size: 16px !important;
                color: #999;
                line-height: 20px;
            }

        #search_concept {
            line-height: 25px;
            line-height: 33px !important;
            margin-left: 0px;
            width: 150px;
            display: block;
            overflow: hidden;
            margin: 0 !important;
            float: left;
            text-align: left;
            font-size: 12px;
            color: #333;
            font-weight: bold;
            color: #032949;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        #searchbtn {
            float: right;
            color: #fff;
            height: 45px;
            width: 147px;
            background: #ff9b12;
            text-align: center;
            line-height: 46px;
            font-size: 14px;
            cursor: pointer;
            border-radius: 0 5px 5px 1px;
        }

        .sv2-snip {
            position: absolute;
            z-index: 1;
            bottom: 0;
            height: 80px;
            background: #fff;
            overflow: hidden;
        }

        h2#soft {
            font-size: 14px !important;
            width: auto;
            margin-top: 10px;
        }

        .search-panel {
            height: 45px;
        }

        .card-item h4 a {
            font-size: 14px !important;
            line-height: 18px !important;
        }

        .img-wrap {
            height: 80px;
            overflow: hidden;
        }

        .img-wrap {
        }

        .col-lg-3 {
            width: 25% !important;
            padding-left: 8px;
            padding-right: 8px;
            /* overflow: hidden; */
            /* clear: both; */
        }

        div#mobile-buckets {
            overflow-y: hidden;
            /* max-height: calc(100vh - 180px); */
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 24px;
            min-height: calc(100vh - 392px);
        }

        .card-item.sview.col-xs-12.no-padding {
            border-radius: 7px;
        }

        .card-item h4 {
            padding: 10px;
            font-family: Roboto;
            font-style: normal;
            font-weight: 600 !important;
            font-size: 16px !important;
            line-height: 16px;
            clear: left;
            clear: left;
            height: 48px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        p.sv.col-xs-5 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 20px;
            /* or 173% */
            color: #032949;
            padding-right: 0px;
            padding-left: 10px;
            width: 30%;
        }

        p.sv.sv2.col-xs-7 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 20px;
            /* or 173% */
            color: #ADACAC;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding-left: 8px !important;
            text-transform: uppercase;
            width: 70%;
            padding-right: 5px;
        }

        #custom-search-input-s input {
            width: 53% !important;
        }

        #custom-search-input-s {
            width: 50% !important;
            min-width: 610px !important;
            border: none;
            box-shadow: none;
        }
    }

    @media (min-width: 1600px) {
        .gval {
            width: 30px;
            overflow: hidden;
            float: left;
            background: #fff;
            flex: 1;
            margin-top: 17px;
            /* transform: rotate(45deg); */
            /* height: 100%; */
            /* position: relative; */
        }

        .ditems {
            width: calc(100% - 30px);
            float: left;
            height: auto;
            /* overflow: hidden; */
        }

        .gval h4 {
            transform: rotate(180deg);
            text-align: center;
            /* height: 100%; */
            width: 100%;
            writing-mode: vertical-lr;
            /* margin: 0px; */
            font-size: 14px;
            margin-left: -7px;
            margin-top: 15px;
            /* margin: auto; */
            /* display: block; */
            /* height: auto; */
            /* position: absolute; */
            /* top: 0; */
            /* bottom: 0; */
        }

        .delete-bucket-filter {
            margin-top: 2px;
            color: red;
            cursor: pointer;
            display: inline-block;
            margin-bottom: 0;
            position: absolute;
            top: 0;
            right: 0px;
            z-index: 9999;
            padding: 3px;
        }

        .truncate {
            width: 494px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            float: right;
        }

        .col-md-12.no-padding.owerlap {
            overflow: auto;
            height: calc(100vh - 180px);
        }

        .display-url {
            float: right;
        }

        .card-item.flat.sview:active, .card-item.flat.sview:focus, .card-item.flat.sview:hover, .card-item.flat.sview.active {
            -webkit-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
            -webkit-animation: enlarge 0.25s forwards;
            animation: enlarge 0.25s forwards;
        }

        .mf {
            float: right;
            font-size: 10px;
            font-weight: 600;
            padding-right: 10px;
            line-height: 14px;
            margin-top: 10px;
            width: 30%;
            display: inline;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-transform: capitalize;
            text-align: right;
        }

        span.tf {
            clear: right;
            float: right;
            font-size: 9px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            width: 32%;
            text-align: right;
        }

        span.ud {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            width: 32%;
            text-align: right;
        }

        span.sr {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            text-align: right;
            width: 32%;
        }

        span.sor {
            clear: left;
            float: left;
            font-size: 10px;
            padding-left: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            height: 30px;
        }

        div.is {
            width: 68%;
            float: left;
        }

        span.dr {
            clear: right;
            float: right;
            font-size: 10px;
            padding-right: 10px;
            color: #999;
            font-weight: 400;
            line-height: 14px;
            text-align: right;
            width: 32%;
        }

        #oft-img {
            max-width: 55% !important;
            max-height: 55px;
            padding: 10px;
            margin: 0;
            float: left;
            clear: both;
            padding-bottom: 5px;
        }

        h2#soft.hsm {
            width: auto;
        }

        .filter_body.ar {
            right: 0;
            left: auto;
        }

        .filter_body {
            width: 375px;
            position: absolute;
            z-index: 999;
            background: #fff;
            border: 1px solid #999;
            top: 50px;
            padding: 20px 0;
            border-radius: 8px;
            left: 0;
            right: auto;
        }

        input[id^=m-search] {
            width: 100%;
            height: 40px;
            left: 20px;
            top: 29px;
            background: #F3F3F3;
            /*border-radius: 8px;*/
            /*border: 0;*/
            background-image: url('/images/magnify_icon.png');
            background-repeat: no-repeat;
            background-position-x: 95%;
            background-position-y: 10px;
            font-size: 14px;
            padding: 10px 15px;
            padding-right: 33px;
            border-radius: 45px;
            border: 1px solid #D3D3D3;
            margin-bottom: 10px;
        }

        a[id^=m-sall] {
            width: 63px;
            /* height: 22px; */
            font-family: Roboto;
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 22px;
            /* identical to box height, or 169% */
            color: #2DBF65;
            float: left;
            width: 75px;
            border: none;
            /* overflow: hidden; */
        }

        a[id^=m-clear] {
            font-family: Roboto;
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 22px;
            /* identical to box height, or 169% */
            color: #FF9B12;
            float: left;
            margin-left: 15px;
            border: none;
            width: 50px;
        }

        div[id^=m-list] {
            clear: both;
            max-height: 250px;
            overflow-y: auto;
        }

            div[id^=m-list] input {
                margin: 0;
                margin-right: 15px;
                vertical-align: middle;
                position: relative;
            }

            div[id^=m-list] label.form-check-label {
                font-family: Roboto;
                font-style: normal;
                font-weight: 400 !important;
                font-size: 12px !important;
                line-height: 16px;
                color: #032949;
                display: inline-block;
                width: 85%;
                position: relative;
                vertical-align: middle;
                margin-bottom: 0;
                font-weight: 600;
                font-size: 10px;
                line-height: 16px;
                color: #032949;
                display: inline-block;
                width: 85%;
                position: relative;
                vertical-align: middle;
                margin-bottom: 0;
            }

            div[id^=m-list] .form-check:hover {
                background: #333;
                background: #F3F3F3;
                border-radius: 3px;
            }

            div[id^=m-list] .form-check {
                padding: 3px 10px;
                border-bottom: 1px solid #DBDBDB;
            }

                div[id^=m-list] .form-check:nth-child(even) {
                    /*background: #F3F3F3;*/
                }



        button[id^=m-ok], button.m-ok {
            padding: 16px 55px;
            height: 45px;
            /* Secondary Color */
            /*background: #2DBF65 !important;*/
            background: #ff9b12 !important;
            border-radius: 45px !important;
            border: none;
            box-shadow: none !important;
            font-weight: 600;
        }

        button[id^=m-cancel] {
            padding: 15px 50px;
            height: 45px;
            background: #E6E6E6 !important;
            border-radius: 45px !important;
            border: none;
            box-shadow: none !important;
            color: #333 !important;
            font-family: Roboto;
            font-style: normal;
            font-weight: bold;
            font-size: 14px;
            line-height: 20px;
            /* identical to box height, or 111% */
            color: #032949;
            background-color: #E6E6E6 !important;
            color: #032949 !important;
            /* padding: 6px 14px !important; */
        }

        .filter_box1 {
            width: auto;
            /* clear: left; */
            position: relative;
            float: left;
        }

            .filter_box1 a {
                width: 80px;
                height: 38px;
                background: #FFFFFF;
                border: 1px solid #EDEDED;
                box-sizing: border-box;
                border-radius: 4px;
                display: block;
                font-family: Roboto;
                font-style: normal;
                font-weight: 500;
                font-size: 10px;
                line-height: 20px;
                color: #4A4747;
                padding: 9px;
                cursor: pointer;
                float: left;
                margin-right: 10px;
            }

            .filter_box1 i {
                font-size: 16px !important;
                color: #999;
                line-height: 20px;
            }

        #search_concept {
            line-height: 25px;
            line-height: 33px !important;
            margin-left: 0px;
            width: 150px;
            display: block;
            overflow: hidden;
            margin: 0 !important;
            float: left;
            text-align: left;
            font-size: 12px;
            color: #333;
            font-weight: bold;
            color: #032949;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        #searchbtn {
            float: right;
            color: #fff;
            height: 45px;
            width: 147px;
            background: #ff9b12;
            text-align: center;
            line-height: 45px;
            font-size: 14px;
            cursor: pointer;
            border-radius: 0 5px 5px 1px;
        }

        .sv2-snip {
            position: absolute;
            z-index: 1;
            bottom: 0;
            height: 80px;
            background: #fff;
            overflow: hidden;
        }

        h2#soft {
            font-size: 14px !important;
            width: auto;
            margin-top: 8px;
            float: left !important;
        }

        .search-panel {
            height: 46px;
        }

        .card-item h4 a {
            font-size: 12px !important;
            line-height: 14px !important;
        }

        .img-wrap {
            height: 80px;
            overflow: hidden;
        }

        .img-wrap {
            background: #fff;
        }

        .col-lg-3 {
            width: 20% !important;
            padding-left: 8px;
            padding-right: 8px;
        }

        div#mobile-buckets {
            overflow-y: hidden;
            /* max-height: calc(100vh - 175px); */
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 10px;
            min-height: calc(100vh - 480px);
        }

        .card-item.sview.col-xs-12.no-padding {
            border-radius: 7px;
        }

        .card-item h4 {
            padding: 10px;
            font-family: Roboto;
            font-style: normal;
            font-weight: 600 !important;
            font-size: 16px !important;
            line-height: 18px !important;
            clear: left;
            clear: left;
            height: 48px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 0;
        }

        p.sv.col-xs-5 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 20px;
            /* or 173% */
            color: #032949;
            padding-right: 0px;
            padding-left: 10px;
            width: 22%;
            clear: left;
        }

        p.sv.sv2.col-xs-7 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 20px;
            /* or 173% */
            color: #ADACAC;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding-left: 8px !important;
            width: 78%;
            text-transform: uppercase;
        }

        #custom-search-input-s input {
            width: 53% !important;
        }

        #custom-search-input-s {
            width: 50% !important;
            border: none;
            box-shadow: none;
        }
    }

    @keyframes enlarge {
        0% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        100% {
            -webkit-transform: scale(1.056);
            -ms-transform: scale(1.056);
            transform: scale(1.056);
        }
    }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .gval h4 {
            position: static !important;
            display: none;
        }
    }
