html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    /*direction:rtl;*/
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    line-height: 1;
    /*background: #fff;*/
    /*font-family: robotoregular !important;*/
    color: #3c3c3b;
    background: url(../images/bg_2.png) repeat fixed 0 0 #bec6d4;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ico_pad {
    padding: 0;
    margin: 0 10px 0 0;
}

.indicator_sldr01, .prgrs_bar_chrt01 {
    width: 100%;
    display: block;
    border-top: 1px solid #ddd;
}

.mar_tb_20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pad_tb_20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

a {
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #18d36e;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #18d26e;
    color: #fff;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}
/* Back to top button end */

.brandbar_header {
    width: 100%;
    display: block;
    padding: 0;
}

.brandbar_header span.hidden-xs {
    font-size: 12px;
}

.brandbar_header .ico_pad {
    font-size: 20px;
    margin: 0 5px 0 0;
}

.brandbar_header .hd_top {
    border-bottom: 5px solid #009fe3;
    padding: 6px 0 3px;
    background: #f2f2f2;
}

.brandbar_header .hd_top a {
    display: inline-block;
    cursor: pointer;
    color: #3c3c3b !important;
    text-decoration: none !important;
}

.brandbar_header .lg_cntnr a {
    display: inline-block;
    cursor: pointer;
    color: #3c3c3b !important;
    text-decoration: none !important;
}

.logounnation {
    padding: 2px 0 0;
    text-align: center;
}

.lg_cntnr {
    /*padding: 20px 0;*/
    background: url(/images/bg_2.png) repeat 0 0 #ffffff;
    /*padding: 15px 0;*/
}

.brandbar_header .hd_top .lg_cntnr {
    border-bottom: 0!important;
}

.lg_cntnr a span {
    display: block;
    color: rgb(179, 179, 179);
    font-size: 10px;
    text-align: right;
    padding: 10px 0 0;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

.bnr_blk02 {
    display: table;
    width: 100%;
    /*	 height: 100vh; */
    /*	background: #000;*/
    margin: 0;
    position: relative;
}

    .bnr_blk02 .carousel-item {
        width: 100%;
        height: 600px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .bnr_blk02 .carousel-item:before {
            content: '';
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

    .bnr_blk02 .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    .bnr_blk02 .carousel-content {
        text-align: center;
    }

    .bnr_blk02 h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 700;
    }

    .bnr_blk02 p {
        /*	width: 80%;*/
        margin: 0 auto 30px auto;
        color: #fff;
    }

    .bnr_blk02 .carousel-fade .carousel-inner .carousel-item {
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }

    .bnr_blk02 .carousel-fade .carousel-inner .carousel-item,
    .bnr_blk02 .carousel-fade .carousel-inner .active.carousel-item-left,
    .bnr_blk02 .carousel-fade .carousel-inner .active.carousel-item-right {
        opacity: 0;
    }

    .bnr_blk02 .carousel-fade .carousel-inner .active,
    .bnr_blk02 .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
    .bnr_blk02 .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
        opacity: 1;
        transition: 0.5s;
    }

        .bnr_blk02 .carousel-fade .carousel-inner .carousel-item-next,
        .bnr_blk02 .carousel-fade .carousel-inner .carousel-item-prev,
        .bnr_blk02 .carousel-fade .carousel-inner .active.carousel-item-left,
        .bnr_blk02 .carousel-fade .carousel-inner .active.carousel-item-right {
            left: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .bnr_blk02 .carousel-control-next-icon,
    .bnr_blk02 .carousel-control-prev-icon {
        background: none;
        font-size: 32px;
        line-height: 1;
    }

    .bnr_blk02 .carousel-indicators {
        bottom: 110px;
    }

        .bnr_blk02 .carousel-indicators li {
            cursor: pointer;
            width: 17px;
            height: 17px;
            border-radius: 50%;
            margin: 0 5px;
        }

    .bnr_blk02 .btn-get-started {
        /*font-family: "Montserrat", sans-serif;*/
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 32px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        color: #fff;
        background: #18d26e;
    }

        .bnr_blk02 .btn-get-started:hover {
            background: #fff;
            color: #18d26e;
        }

    .bnr_blk02 .carousel-control-prev {
        display: none;
    }

    .bnr_blk02 .carousel-control-next {
        display: none;
    }

.bnr_caption01 .center-content.clearfix {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    width: 100%;
}

.bnr_caption01 p {
    /*	width: 100% !important;*/
    margin: 0;
    font: 32px/42px robotobold;
}

h1 {
    font: 40px/50px robotomedium;
    color: #007dbc;
    /* text-transform: uppercase; */
    text-align: center;
    position: relative;
    padding: 0 0 15px;
}

h1:before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

h1:after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #18d26e;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-header h3,
.section-header h1 {
    font: 34px/40px robotomedium;
    /* text-transform: uppercase; */
    text-align: center;
    position: relative;
    padding: 0 0 15px;
    margin: 0;
}

.section-header h3:before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-header h3:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #18d26e;
    bottom: 0;
    left: calc(50% - 20px);
}

header.section-header {
    padding: 20px 10px;
}

.about p {
    text-align: center;
    padding: 0 0 20px;
    line-height: 32px;
}
/* Section with background
--------------------------------*/

.section-bg {
    background: #f7f7f7;
}
/* About Us Section
--------------------------------*/

.about {
    background: url("../images/about-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 20px 0 20px 0;
    position: relative;
}

.indicator_sldr01 .card {
    border: none;
    box-shadow: none;
    background: transparent;
}

.indicator_sldr01 {
    background: #f2f2f2;
}

.indicator_sldr01 h3 {
    margin: 0 0 40px;
}

.indicator_sldr01 .card {
    margin: 0 auto;
}

.indicator_sldr01 .card .carousel-item {
    height: 200px;
}

.indicator_sldr01 .card .carousel-caption {
    padding: 0;
    right: 0;
    left: 0;
    color: #3d3d3d;
}

.indicator_sldr01 .card .carousel-caption h4 {
    color: #007dbc;
    font: italic 22px/28px robotomedium;
}

.indicator_sldr01 .card .carousel-caption h4 a {
    color: #007dbc !important;
    transition: all ease 0.2s;
}

.indicator_sldr01 .card .carousel-caption h4 a:hover {
    color: #006496 !important;
    text-shadow: 0 2px 4px #9e9e9e;
}

.indicator_sldr01 .card .carousel-caption p {
line-height: 30px;
font-size: 14px;
width: 43rem;
margin: 0px auto;
}

.indicator_sldr01 .card .carousel-caption .col-sm-3 {
    display: flex;
    align-items: center;
}

.indicator_sldr01 .card .carousel-caption .col-sm-9 {
    text-align: right;
}

.indicator_sldr01 .card .carousel-control-prev,
.card .carousel-control-next {
    color: #3d3d3d !important;
    opacity: 1 !important;
}

.indicator_sldr01 .carousel-control-next,
.indicator_sldr01 .carousel-control-prev {
    width: auto;
    height: auto;
    font-size: 72px;
    text-shadow: 3px 3px 4px #c3c3c3;
}

footer {
    /*background: #007dbb;*/
    /*padding: 10px 0;*/
    /*color: #eee;
font-size: 14px;
position: fixed;
bottom: 0px;
float: left;
width: 100%;*/
    height: 100px;
    background: url(../images/pattern-footer.png) fixed,scroll 0 0;
    overflow: hidden;
    padding-bottom: 33px;
    padding-top: 17px;
    background-attachment: scroll;
    background: linear-gradient(to right,#394f65 1%,#24394e 100%);
}

#footer {
    margin-top: 24px;
    background: #394f65;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(left,#394f65 1%,#24394e 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(1%,#394f65),color-stop(100%,#24394e));
    background: -webkit-linear-gradient(left,#394f65 1%,#24394e 100%);
    background: -o-linear-gradient(left,#394f65 1%,#24394e 100%);
    background: -ms-linear-gradient(left,#394f65 1%,#24394e 100%);
    background: linear-gradient(to right,#394f65 1%,#24394e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#394f65',endColorstr='#24394e',GradientType=1);
}

#footer .pattern {
    background: url(/images/pattern-footer.png) fixed,scroll 0 0;
    overflow: hidden;
    padding-bottom: 33px;
    padding-top: 17px;
    background-attachment: scroll;
}

.wrap {
    margin: 0 auto;
    max-width: 990px;
}

#footer .block--menu {
    float: right;
    min-height: 1px;
    padding: 0 16px;
    position: relative;
    width: 25%;
}

#footer h2 {
    border-bottom: 1px solid rgba(213,210,196,0.47);
    color: white;
    float: none;
    font-family: "Open Sans",sans-serif;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 7px;
    padding: 7px 8px;
    text-transform: uppercase;
}

#footer .menu {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    text-align: right;
}

#footer .menu li {
    list-style: none;
    list-style-image: none;
}

#footer .menu li a {
    color: rgba(255,255,255,0.47);
    float: right;
    margin-bottom: 0;
    padding: 2px 8px;
    text-decoration: none;
    transition: all 200ms ease 0s;
    width: 100%;
}

.section {
    clear: both;
    float: right;
    width: 100%;
}

/*#sec-footer {
    background-color: #182b3d;
    padding: 5px 0;
}*/
#sec-footer {
    background-color: #171727 !important;
    padding: 5px 0;
}

#sec-footer .menu {
    margin: 0;
    padding: 0;
    text-align: center;
}

#sec-footer .menu li {
    border-right: 1px solid #d5d2c4;
    display: inline-block;
    font-size: 11px;
    padding-left: 33px;
    padding-right: 33px;
    text-align: center;
}

#sec-footer .menu li a {
    color: rgba(255,255,255,0.59);
    text-decoration: none;
}

footer .copyright {
    /*	text-align: center;*/
    padding: 16px 0 0;
    font-size: 12px;
}

footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}
/*counter css*/

.counter_blk01 {
    width: 100%;
    background: #f2f2f2;
    padding: 40px 0 20px;
}

.counter_blk01 h3 {
    margin: 0 0 30px;
}

.counter_blk01 ul {
    text-align: center;
    padding: 0;
    position: relative;
    justify-content: center;
}

.counter_blk01 li {
    list-style: none;
    color: #fff;
    display: inline-block;
    margin: 20px 0px;
    cursor: default;
    /*	width: 16%;*/
    padding: 10px;
    border: none;
    background: none;
}

.counter_blk01 li .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.counter_blk01 li .card-body {
    padding: 0;
    position: relative;
}

.counter_blk01 li span {
    width: 100px;
    height: 100px;
    display: inline-block;
    font: 19px/26px robotobold;
    border-radius: 50%;
    border: 4px solid #ccc;
    background: rgba(6, 6, 6, 0.84) !important;
    margin: 0 0 15px;
    transition: all ease 0.3s;
    padding: 30px 0 0;
}

.counter_blk01 li b {
    /* display: block; */
    /* font-size: 17px; */
}

.counter_blk01 .card-body:hover span {
    box-shadow: 0 0 10px 5px #bbb9b9;
}

.counter_blk01 li label {
    margin: 10px 0 0;
    font: 15px/18px robotomedium;
    display: none;
}

.counter_blk01 li.blue span {
    border-color: #5bc3e8;
}

.counter_blk01 li.green span {
    border-color: #39a941;
}

.counter_blk01 li.yellow span {
    border-color: #fbbe32;
}

.counter_blk01 li.pink span {
    border-color: #e55f9a;
}

.counter_blk01 li.orange span {
    border-color: #f37c16;
}

.counter_blk01 li.purple span {
    border-color: #924bb5;
}

.counter_blk01 li.red span {
    border-color: #ff4a4a;
}

.counter_blk01 li strong {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    border-radius: 15px;
    transition: all ease 0.3s;
    color: #333;
    padding: 0;
    display: block;
}

.sdg6_cmas {
    width: 167px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -82px;
    margin: 0 auto;
    z-index: 15;
}
/*counter css end*/

/*navbar css*/

nav.top_menu_nav li.nav-item:last-child {
    padding: 0;
}

nav.top_menu_nav li.nav-item:last-child a {
    border: none;
}

nav.top_menu_nav li.nav-item {
    padding: 0;
    position: relative;
    color:white!important;
}

nav.top_menu_nav li.nav-item .dropdown-menu {
    margin: -1px 0 0;
    border-radius: 0;
}

nav.top_menu_nav li.nav-item .dropdown-menu a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
}

nav.top_menu_nav li.nav-item .dropdown-menu a:hover {
    background: #009fe3;
    color: #fff;
}

nav.top_menu_nav li.nav-item .dropdown-toggle:after {
    border-width: 5px;
    margin-left: 10px;
}

nav.top_menu_nav {
    background: #4d4d4d !important;
    z-index: 111;
    padding: 0;
    margin: 0;
}

nav.top_menu_nav.sticky {
    /* background: #151515 !important; */
}

nav.top_menu_nav a.nav-link {
    color: #fff;
    /*	padding: 9px 20px 10px;*/
    font-size: 14px;
    border-right: 1px solid rgb(242, 242, 242);
}

nav.top_menu_nav a.nav-link:hover,
nav.top_menu_nav .active a.nav-link {
    background: #f2f2f2;
    color: #333;
}

nav.top_menu_nav a.nav-link i {
    font-size: 17px;
}

.top-container {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
}

.header {
    padding: 10px 16px;
    background: #555;
    color: #f1f1f1;
}

#logounwater a {
    color: #418fde;
    /*font-family: "Open Sans Condensed",sans-serif;*/
    font-size: 25px;
    font-weight: 800;
    line-height: 27px;
    text-decoration: none;
}

#logounwater span {
    display: block !important;
    font-weight: 400 !important;
    color: #418fde !important;
    /*font-family: "Open Sans Condensed",sans-serif !important;*/
    font-size: 25px !important;
    line-height: 27px !important;
    text-decoration: none !important;
    text-align: left !important;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 102px;
}

.bar_ico {
    color: white;
    padding: 6px;
}
/**navbar css end */

/**highchart css*/
.piecontainer {
    width: 100%;
    max-width: 100%;
}

text.highcharts-title {
    font-size: 14px !important;
    color: #007dbc !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.navbar .stick_log {
    display: none;
}
/*.navbar.sticky .stick_log {
display: block;
}*/

.sticky {
    z-index: 1;
}

.ovrl_prgsblk01 .highcharts-legend text {
    color: #fff !important;
    fill: #fff !important;
    font-weight: normal !important;
}

.map_blk01 {
    padding: 20px 0 0;
    background: #fff;
}

.map_blk01 h3 {
    margin: 0 0 25px;
}

.map_blk01 img {
    width: 100%;
}

.cntry_srch01 {
    margin: 0 auto 30px;
    width: 450px;
    position: relative;
    padding: 0 40px 0 0;
}

.cntry_srch01 input {
    width: 100%;
    padding: 0 10px;
    height: 40px;
    font-size: 15px;
    color: #333;
    outline: none !important;
    border: 1px solid #ccc;
    transition: all ease 0.2s;
}

.cntry_srch01 input:focus {
    border-color: #0b82bf;
}

.cntry_srch01 a {
    position: absolute;
    top: 0;
    right: 0;
    background: #2c93c7;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff !important;
}

.cntry_srch01 a:hover {
    background: #1177ab;
}
/*indicator specific css start*/
.indicator_specific_details p {
    text-align: justify;
    padding: 0 0 20px;
    line-height: 28px;
}

.indicator_specific_details .jumbotron {
    padding: 2rem 2rem;
}

.indicator_specific_details .indicator_status {
    line-height: 32px;
}

section.indicator_specific_details h1,
section.indicator_specific_details h3 {
    margin: 0px 0px 20px;
}

ol.breadcrumb {
    /*background: transparent;
    font-size: 0.8em;
    padding: 15px 0;*/
}

.breadcrumb {
    padding: 6px 4px!important;
}

.ind_map01 {
    padding: 10px 0 20px;
}

.ind_map01 h3 {
    margin: 0 0 40px !important;
}

.ind_rw01 {
    margin: 0 0 60px;
}
/* indicator specific css end/*/

/* SOF Maps css */
.srch_flterblk01 {
    /* position: fixed;
top: 204px;
left: 0;
height: 100%; */
    position: relative;
    width: 25%;
    float: right;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0 -8px 15px 3px #c3c3c3;
    transition: all ease 0.3s;
    padding: 0 0 40px;
    background-color: white !important;
}

.tbl_srch input, div#slider-range {
    margin: 0 0 0 7px;
    border: 1px solid #009fe3;
    padding: 5px 10px;
    border-radius: 5px;
}

.mar_tb_20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.srch_flterblk01 .inr_blk {
    padding: 20px 20px 18px;
    border-bottom: 1px solid #bfbfbf;
}

.srch_flterblk01 [type="radio"]:checked,
.srch_flterblk01 [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.srch_flterblk01 [type="radio"]:checked + label,
.srch_flterblk01 [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.srch_flterblk01 [type="radio"]:checked + label:before,
.srch_flterblk01 [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ababab;
    border-radius: 100%;
    background: #fff;
}

.srch_flterblk01 [type="radio"]:checked + label:after,
.srch_flterblk01 [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #009fe3;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.srch_flterblk01 [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.srch_flterblk01 [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.srch_flterblk01 p {
    float: right;
    margin: 0 20px 10px 0;
}

.srch_flterblk01 p label {
    color: #333 !important;
}

.srch_cnt01 {
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.custom-dropdown select {
    padding: 0 10px;
    padding-right: 2.5em;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #009fe3;
    cursor: pointer;
    font-size: 14px;
    box-shadow: none;
    height: 35px;
    line-height: 24px;
}

.drp_dwnblk01 {
    margin: 10px 0 20px;
}

.drp_dwnblk01 label {
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
    color: #333;
}

.custom-dropdown select::-ms-expand {
    display: none;
}

.custom-dropdown:before,
.custom-dropdown:after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-dropdown:after {
    content: "\f078";
    height: 1em;
    font-size: 16px;
    line-height: 1;
    right: 10px;
    top: 8px;
    font-family: FontAwesome;
    color: #333;
}

.custom-dropdown select[disabled] {
    color: rgba(0,0,0,.25);
}

.srch_accordn01 {
    padding: 20px 20px 40px;
}

.srch_accordn01 h4 {
    font-size: 20px;
}

.srch_accordn01 h4 i {
    font-size: 16px;
    margin: 0 7px 0 0;
}

.srch_accordn01 .card {
    margin: 0 0 10px;
    border: none;
}

.srch_accordn01 .card-header {
    padding: 0;
    border: none;
    border-radius: 0;
}

.srch_accordn01 h5 button {
    width: 100%;
    font-size: 14px !important;
    text-align: right;
    padding: 5px 10px;
    text-decoration: none !important;
    background: #006996;
    color: #fff !important;
    border-radius: 5px 5px 0 0;
    white-space: normal !important;
}

.srch_accordn01 h5 button:hover {
    background: #0080b7;
}

.srch_accordn01 .card-body {
    border: 1px solid #009fe3;
    border-top: none;
}

.srch_accordn01 .well li {
    font-size: 14px;
    position: relative;
    padding: 0 0 0 15px;
    white-space: normal !important;
}

.srch_accordn01 .well li .stm-icon {
    position: absolute;
    /*top: 0;*/
    left: 0;
}

.srch_accordn01 .simpleTreeMenu ul {
    padding: 0;
}

.srch_accordn01 li.active {
    position: relative;
}

.srch_accordn01 li a.stm-content {
    color: #333 !important;
}

.srch_accordn01 li.active a {
    color: #009fe3 !important;
}

.srch_accordn01 li.active a {
    position: relative;
}

.srch_accordn01 li.active a:after {
    content: "\f00c";
    position: absolute;
    top: 10px;
    right: -20px;
    font-family: FontAwesome;
    color: #009fe3;
    font-size: 20px;
}

.rt_cntntblk01 {
    width: 75%;
    float: right;
    padding: 20px 20px 20px 30px;
    background-color: white !important;
}

.rt_cntntblk02 {
    width: 75%;
    float: right;
    padding: 20px 20px 20px 30px;
    background-color: white !important;
    height: 800px!important ;
}

.rt_cntntblk01 .selector {
    display: none;
}

.rt_cntntblk01 .drp_dwnblk01 {
    margin: 0 0 20px 10px;
    float: right;
}

.rt_cntntblk01 .drp_dwnblk01 label {
    display: inline-block;
    margin: 0 7px 0 0;
}

.rt_cntntblk01 .highcharts-credits {
    display: none;
}

.fltr_list01 {
    float: right;
    border: 1px solid #ccc;
    padding: 10px 0 0;
}

.fltr_list01 label {
    margin: 0 10px 10px;
    font-size: 15px;
}

.fltr_list01 span {
    font-family: robotomedium;
    color: #006996;
}

.arw_chng01 {
    position: absolute;
    top: 270px;
    right: -27px;
    cursor: pointer;
    padding: 30px 7px;
    background: #4a4949;
    color: #fff;
    border-radius: 0 5px 5px 0;
    border: none;
    z-index: 1;
    outline: none !important;
    transition: all ease 0.3s;
}

.arw_chng01:hover {
    background: #333;
}

.un_btn01 {
    background: #006996 !important;
    color: #fff !important;
    border-radius: 0;
    transition: all ease 0.3s;
    margin: 0 0 10px;
    text-decoration: none !important;
}

.table01 .k-grid-toolbar {
    border: none;
}

.k-filter-row th, .k-grid-header th.k-header {
    border-style: solid!important;
    border-width: 0 0 1px 1px!important;
    border-color: white!important;
}

.k-combobox {
    border: none !important;
}

.table01 .k-button-icontext {
    /*margin: 10px 0 10px 10px !important;*/
    background: #007dbb !important;
    color: #fff !important;
    border-radius: 0;
    transition: all ease 0.3s;
    text-decoration: none !important;
}

.table01 .k-pager-wrap > .k-link {
    border: 2px solid #adadad;
}

.k-header {
    background-color: white !important;
}

.k-button {
    border: none !important;
}

.table01 th a {
    color: #fff !important;
    padding: 12px 0 !important;
}

.table01 th {
    background: #006996 !important;
    color: #fff !important;
}

.minimize .srch_flterblk01 {
    margin-left: -25%;
}

.cntry_info {
    position: relative;
    width: 25%;
    float: right;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0 -8px 15px 3px #c3c3c3;
    transition: all ease 0.3s;
    padding: 0 0 40px;
    background-color: white !important;
}

.minimize .cntry_info {
    margin-left: -22.5% !important;
}

.tabs .tab-item {
    border-bottom: 1px solid #e4e9ec;
    width: 100%;
}

.tabs a {
    padding: 10px 20px;
    cursor: pointer;
    width: auto;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    color: #819dad;
    display: inline-block;
    height: 47px;
    margin-bottom: -1px;
    font-size: 1rem;
}

.tabs .tab-item a.active {
    border-bottom-color: #22a6f5;
    color: #22a6f5;
    font-weight: 600;
}

.minimize .arw_chng01 i {
    transform: rotate(180deg)
}

.minimize .rt_cntntblk01 {
    width: 100% !important;
}

/* SOF Range slider css */
.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
    background: #1abc9c;
}

.range-slider__range:active::-webkit-slider-thumb {
    background: #009fe3;
}

.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover {
    background: #009fe3;
}

.range-slider__range:active::-moz-range-thumb {
    background: #009fe3;
}

.range-slider__range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #009fe3;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #009fe3;
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 10px;
    margin-left: 8px;
}

.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #2c3e50;
    border-bottom: 7px solid transparent;
    content: '';
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner, input::-moz-focus-outer {
    border: 0;
}

.range-slider {
    margin: 10px 0 0;
    text-align:left!important;
}

.range-slider h5 {
    text-align: left !important;
    font-size: 14px;
}
/* EOF Range slider css */

.srch_accordn01 .simpleTreeMenu > li {
    /* border: 1px solid #b3b3b3;
	padding: 0 5px; */
    margin: 0 0 5px;
}

.srch_accordn01 .simpleTreeMenu > li.selected01 {
    border-color: #009fe3;
}

.bg_width01 {
    width: 100%;
    max-width: 400px;
}

.custom-dropdown select {
    border-color: #b3b3b3;
}

.drp_dwnblk01 {
    margin: 5px 0;
    padding: 0 5px;
    display: inline-block;
    width: 100%;
}

.drp_dwnblk01 select {
    width: 100%;
}

.wid_50 {
    float: right;
    width: 50%;
}

.rng_sldr01 .inr_blk {
    position: relative;
    padding: 0 0 0 45px;
}

.rng_sldr01 .inr_blk a.icn {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 32px;
    cursor: pointer;
    transition: all ease 0.2s;
}

.rng_sldr01 .inr_blk a.icn:hover {
    color: #009fe3;
}
/*EOF 07-05-2018*/
/* EOF Maps css */

/* SOF Country css */
.cntry_tpinfo01 {
    text-align: center;
    margin: 0 0 20px;
}

.cntry_tpinfo01 ul {
    padding: 15px 10px 5px;
    margin: 0;
    display: inline-block;
    border: 1px solid #ccc;
}

.cntry_tpinfo01 li {
    list-style: none;
    display: inline-block;
    margin: 0 10px 10px;
    font: 14px/18px robotomedium;
}

.cntry_tpinfo01 li label {
    margin: 0 0 0 7px;
    color: #007dbc;
}

.cnt_map10 {
    margin: 30px 0 0;
}

.cnt_map10 img {
    width: 100%;
}

.bar_chrtblk10 {
    padding: 40px 0 0;
}

.bar_chrtblk10 h3 {
    margin: 0 0 30px;
}

.bar_chrtblk10, .bar_chrtblk10 .highcharts-legend-item, .bar_chrtblk10 .highcharts-credits {
    display: none;
}

.cntry_imgblk01 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    position: relative;
}

.cntry_imgblk01 .text {
    position: absolute;
    top: 150px;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20% 0 15px;
}

.cntry_imgblk01 .text .blk {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.cntry_imgblk01 .text h2 {
    font: 34px/40px robotomedium;
    margin: 0 0 20px;
}

.cntry_imgblk01 .text p {
    font-size: 18px;
    line-height: 24px;
}

.cntry_chrtblk10 {
    padding: 40px 0;
}

.cntry_chrtblk10 .container {
    padding: 0;
}

.cntry_chrtblk10 .blk {
    padding: 0 10px;
    float: right;
}

.cntry_chrtblk10 h3 {
    margin: 0 0 30px;
}

.cntry_chrtblk10, .cntry_chrtblk10 .highcharts-legend-item, .cntry_chrtblk10 .highcharts-credits, .cntry_chrtblk10 .highcharts-subtitle {
    display: none;
}
/* EOF Country css */

/* SOF Table css */
.table01 {
    border: 1px solid #e4e9ec !important;
    border-radius: 3px!important;
    margin-bottom: 10px;
    min-height: 612px;
    position: relative;
    padding:0!important;
}

.table01 .k-grid {
    box-shadow: 0 0 0 0 #ccc;
}

.table01 .k-grid, .table01 table, .table01 .k-grid-header-wrap, .table01 .k-grid-header, .table01 th, .table01 td {
    border: 1px !important;
}

.table01 tr td {
    background: #f4f4f4;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    color: #333;
}

.table01 tr:nth-child(n+1):nth-child(even) td {
    background: #fff;
}

.table01 .k-pager-wrap {
    border-top: 1px solid #ccc !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table01 .k-pager-nav {
    cursor: pointer !important;
}

.table01 .k-i-arrow-end-left:before {
    font-family: FontAwesome;
    content: "\f053";
}

.table01 .k-i-arrow-end-right:before {
    font-family: FontAwesome;
    content: "\f054";
}

.table01 .k-i-arrow-60-left:before {
    font-family: FontAwesome;
    content: "\f0d9";
}

.table01 .k-i-arrow-60-right:before {
    font-family: FontAwesome;
    content: "\f0da";
}

.table01 .k-pager-wrap > .k-link {
    border: 2px solid #adadad;
}

.tbl_srch {
    float: right;
    margin: 0 0 20px;
    font-size: 14px;
}

.tbl_srch input, div#slider-range {
    margin: 0 0 0 7px;
    border: 1px solid #009fe3;
    padding: 5px 10px;
    border-radius: 5px;
}

.tble_nwblk10 {
    padding: 20px;
    width: 100%;
}

.demo-section label {
    display: block;
    margin: 15px 0 5px 0;
}

#get {
    float: right;
    margin: 25px auto 0;
}

#indicatorTitle{
    font-size: 1.5em!important;
    padding: 8px!important;
}

.k-list-scroller ul.k-list {
    height: auto;
    z-index: 1;
    background: white;
}

.Select_indicator {
    width: 100%;
    float: right;
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
    border-color: #e6e6e6;
    padding: 4px!important;
}

.Select_indicator .k-widget {
    /*    -webkit-box-sizing: content-box;*/
    /*    box-sizing: content-box;*/
    background: white;
    z-index: 1;
    border-radius: 1px;
    color: #444;
    border-color: #e6e6e6;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2);
    box-shadow: 0 0px 0 rgba(255,255,255,.2);
    color: #444;
    margin-bottom: 10px;
}

input#amount {
    border: 0;
    width: auto;
    padding-left: 20px!important;
    /*text-align: center!important;*/
    color: #3c3c3b;
    padding: 0px 0px 10px;
    background: transparent;
}

.Select_indicator .k-multiselect-wrap li {
    border-radius: 1.071em;
    margin: 3px 0 3px 3px;
    padding: 0 1.6em 0 .857em;
    line-height: 1.85742857em;
    min-height: -webkit-calc(2.42842857em - 6px);
    min-height: calc(2.42842857em - 6px);
    font-size: 12px!important;
}

.Select_indicator .k-button {
    border-radius: 2px;
    border-color: #fafafa;
    color: #444;
    background-color: #fafafa;
    background-position: 50% 50%;
    background-image: none;
    background-image: none,-webkit-gradient(linear,left top,left bottom,from(false));
    background-image: none,-webkit-linear-gradient(top,false);
    background-image: none,linear-gradient(to bottom,false);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
    box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
}

.k-multiselect-clearable .k-multiselect-wrap {
    padding: 4px;
    background-color: #fff;
    color: #444;
    border-width: 0;
    border-style: solid;
    border-radius: 4px;
    border-color: #c5c5c5;
}

.k-list > .k-state-focused, .k-list > .k-state-hover {
    color: #444;
    background-color: #ebebeb;
    border-color: #ebebeb;
}

#year_range {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.k-sprite {
    display: none !important;
}

.table01 .year_selection_jumbotron {
    padding: 14px 14px;
    /*margin-bottom: 2rem;*/
    background-color: #f5f0f0;
    /*border-radius: .3rem;*/
    display: block;
    overflow: hidden;
    border: 1px solid #e4e9ec;
    background: #f8f9fa;
    box-sizing: border-box;
    height: 50px;
    padding: 0;
    text-align: center;
    overflow: hidden;
    /*position: fixed;*/
    bottom: 0;
}

.year_selection_jumbotron div#slider-range {
    box-sizing: border-box;
    float: right;
    margin: 18px 20px;
    width: calc(80% - 40px);
    position: relative;
}

.slider-range .ui-slider-handle {
    background: #fff !important;
    border: 1px solid #ccd5db !important;
    box-sizing: border-box !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    height: 24px !important;
    /*margin: 0 !important;
    top: 0 !important;*/
    width: 24px !important;
}

.slider-range .ui-slider-handle:after {
    border-left: 1px solid #ddd;
    content: "";
    height: 8px;
    top: 7px;
    position: absolute;
    width: 7px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.4em !important;
    margin-left: -.6em;
}


.slider-range .ui-slider-handle:after {
    border-right: 1px solid #ddd;
    left: 7px;
    position: absolute;
}

.year_selection_jumbotron p {
    box-sizing: border-box;
    border-right: 1px solid #e4e9ec;
    font-size: 1.1rem;
    height: 50px;
    float: right;
    line-height: 40px;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}

/* EOF Table css */

/* SOF Chart css */
.chart_sel01 {
    justify-content: center;
    padding: 40px 0;
}

    .chart_sel01 h1 {
        display: inline-block;
        width: 100%;
        margin: 0 0 30px;
    }

    .chart_sel01 .card {
        display: inline-block;
        width: 19.99%;
        padding: 30px 10px;
        text-align: center;
        background: none;
        border: none;
    }

    .chart_sel01 .card-body {
        background: none;
        border: none;
        padding: 0;
    }

    .chart_sel01 .card span {
        font: 24px/30px robotomedium;
        width: 100%;
        display: inline-block;
        padding: 25px 0 0;
        margin: 0 0 10px;
        position: relative;
    }

        .chart_sel01 .card span:before {
            position: absolute;
            content: "";
            width: 0;
            height: 1px;
            background: #ccc;
            right: 50%;
            bottom: -10px;
            transition: all ease 0.2s;
        }

        .chart_sel01 .card span:after {
            position: absolute;
            content: "";
            width: 0;
            height: 1px;
            background: #ccc;
            left: 50%;
            bottom: -10px;
            transition: all ease 0.2s;
        }

    .chart_sel01 .card a:hover span:before, .chart_sel01 .card a:hover span:after {
        width: 50px;
    }

    .chart_sel01 .card a {
        cursor: pointer;
        display: inline-block;
        text-decoration: none !important;
        color: #333 !important;
    }

    .chart_sel01 .card img {
        width: 65px;
        transition: all ease 0.3s;
    }

    .chart_sel01 .card a:hover img {
        transform: scale(1.1);
    }

    .chart_sel01 .card a:hover {
        color: #009fe3 !important;
    }

.bck_clk01 {
    float: right;
    color: #fff !important;
    background: #009fe3;
    text-decoration: none !important;
    font-size: 15px;
    transition: all ease 0.2s;
    padding: 10px !important;
}

    .bck_clk01:hover {
        background: #006590;
    }

    .bck_clk01 i {
        float: right;
        margin: 0 5px 0 0;
    }
/* EOF Chart css */

/* SOF About us css */
.about_blk10 {
    padding: 35px 0 0;
}

    .about_blk10 p {
        text-align: center;
        padding: 0;
    }

    .about_blk10 table {
        margin: 20px 0 40px;
        box-shadow: 0 0 6px 3px #ccc;
    }

        .about_blk10 table th {
            font-weight: normal;
        }

        .about_blk10 table td {
            vertical-align: middle;
        }

    .about_blk10 .colmn_chrt {
        margin: 20px 0 30px;
    }
/* EOF About us css */
#main > .container, .main-container.container.js-quickedit-main-content {
    max-width: 100% !important;
    padding: 0;
    margin: 0px !important;
}

.map_blk01 #map {
    width: 100% !important;
}

.srch_flterblk01 .inr_blk label {
    margin-top: 2px !important;
    margin-bottom: 0px !important;
}

.k-button {
    text-transform: none !important;
}

.k-treeview .k-item {
    font-size: 14px !important;
}

.stm-icon:before {
    content: url(../images/menu-dot.png);
}

.k-draghandle.k-state-selected:hover, .k-state-selected {
    background-image: none;
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #428bca !important;
}

div.logindiv {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(255,255,255,0.9);
    top: 0;
    left: 0;
    display: none;
}

div.logindiv div.logincontainer
{
    color: #fff;
    position: relative;
    background: #454952;
    max-width: 50%;
    height: auto;
    max-height: 80%;
    overflow: auto;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 0px 0px 20px #666;
    padding-bottom: 5px;
}

div.logindiv div.logincontainer div.loginX
{
    font-family: verdana;
    font-weight: bold;
    font-size: 16px;
    float: right;
    color: #fff;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    transition: .5s;
    border: 1px solid;
    border-radius: 30px;
    margin: 10px;
    transition: .5s;
}

div.logindiv div.logincontainer div.loginX:hover 
{
    transition: .5s;
    color: #000 !important;
    border-color: #fff !important;
    background: #fff;
}

div.logindiv div.logincontainer div.logintitle
{
    padding: 10px;
    margin: 10px;
    font-size: 20px;
    border-bottom: 1px solid #fff;
}

div.logindiv div.logincontainer div.logintitle > span 
{
    font-size: 14px;
    color: #ff0000;
    margin-left: 20px;
}

#loader-spinner 
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000000000;
    width: 100%;
    height: 100%;
    background: transparent;
    text-align: center;
    display: block;
}

#loader-spinner > #loader-spinner-icon-container 
{
    background: #454952;
    border-radius: 7px;
    padding: 7px;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#loader-spinner > #loader-spinner-icon-container > i 
{
    color: #ffffff;
}

.k-loading-image {
    background-image: url(http://bestanimations.com/Science/Gears/loadinggears/loading-gear-2.gif);
}

.form-group
{
    margin-bottom: 2px!important;
}

div.chartbottommenu div.menu1 {
    width: auto;
    min-width: 0;
    display: inline-block;
    background: none;
    padding: 5px;
    padding-left: 45px;
    padding-right: 15px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 16px;
    margin-right: 30px;
    margin-left: 50%;
    border: 1px solid #0080b7;
    color: #fff;
    background: #0080b7 url(/images/icn-chart-options-out-white.png) left no-repeat;
    background-position: 12px;
}

ul.years li 
{
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    cursor: pointer;
    margin: 4px;
}

li.dropdownsubsel 
{
    background: #0080b7;
    color: #fff !important;
}

div.button 
{
    border: 1px solid #0080b7;
    width: auto;
    min-width: 0;
    display: inline-block;
    background: #0080b7;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
}

div.button i.fa:hover {
    color: #000;
    text-shadow: 1px 1px 1px #fff;
}

div.charttopmenu div.menu1 {
    width: auto;
    min-width: 0;
    display: inline-block;
    background: none;
    padding: 5px;
    padding-left: 45px;
    padding-right: 15px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 16px;
    margin-right: 10px;
    margin-left: 15px;
    border: 1px solid #0080b7;
    color: #fff;
    background: #0080b7 url(/images/icn-chart-change-view-white.png) left no-repeat;
    background-position: 12px;
}

.overlay {
    position: relative;
}

.overlay:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 0;
}

.overlay:hover:before {
    display: block;
}

.gray:before {
    background-color: rgba(0,0,0,0.2);
    border-radius: 20px;
}

div.charttopmenu > div div {
    box-shadow: 0px 0px 5px 0px #33353c;
}

div.charttopmenu div.container {
    box-shadow: none!important;
}

ul.chartdropdownsub {
    width: auto;
    min-width: 0;
    display: none;
    background: #535965;
    border-radius: 5px;
    margin-top: 7px;
    max-height: 300px;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    box-shadow: 0px 0px 15px 0px #fff;
}

ul.chartdropdownsub li.dropdownsubsel 
{
    background: #0080b7;
    color: #fff !important;
}

ul.chartdropdownsub li {
    color: #fff;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
    min-width: 100px;
    width: 100% !important;
    display: inline-block;
    margin-bottom: 1%;
    margin-right: 1%;
}

.k-pager-refresh {
    float: none!important;
}

.refreshBtnContainer {
    display: inline-block;
    margin: 10px 0 10px 0 !important;
    background: #007dbb !important;
    color: #fff !important;
    border-radius: 0;
    transition: all ease 0.3s;
    text-decoration: none !important;
}

.k-grid-toolbar, .k-grouping-header {
    padding: 10px!important;
}

div.boxFAQ {
    background: #fff;
    position: absolute;
    padding: 10px;
    border-radius: 5px;
    min-width: 250px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #eee;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left!important;
    display: block!important;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: left !important;
    float: right;
}
.modal-content {
    text-align: justify !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 10px !important;
}
.modal-header .close {
    margin-top: -2px;
}

.model-body .title{
    font-size: 16px!important;
    font-weight: 400!important;
    padding: 10px!important;
}

button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
}

.close {
float: right;
font-size: 21px;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}

#commodities .k-in {
    white-space: normal !important;
    width: 275px !important;
}

div.k-treeview
{
    overflow: initial!important;
}
.k-treeview .k-in {
    white-space: normal !important;
    width: 275px !important;
    display: inline!important;
}

.k-checkbox-wrapper {
    display: inline-block !important;
    vertical-align: middle !important;
}

::-webkit-scrollbar-thumb {
    background: #4882C0 !important;
    opacity: 0.2 !important;
    border-radius: 0.2em !important;
}

::-webkit-scrollbar {
    width: 0.4em !important;
}

#viewer {
    width: 100%;
    display: block;
    padding: 4px;
    margin: auto;
    height: 760px;
}

.card-body {
    padding: 8px !important;
}

.commodity_accrd .card-body {
    border: 1px solid #009fe3;
    border-top: none;
}

.commodity_accrd .card-header {
    padding: 0;
    border: none;
    border-radius: 0;
}

#filterText {
    width: calc(100% - 34px);
    box-sizing: border-box;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
}

#filterIndicatorText {
    width: calc(100% - 34px);
    box-sizing: border-box;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
}

    .commodity_accrd h5 button {
        width: 100%;
        font-size: 14px !important;
        text-align: center;
        padding: 5px 10px;
        text-decoration: none !important;
        border: none;
        border-radius: 0;
        background: #a4ccf2 !important;
        font-family: Tahoma, sans-serif !important;
        color: #4E4D4D !important;
        /*font-size: 0.8125rem !important;*/
        border-radius: 5px 5px 0 0;
        white-space: normal !important;
        font-weight: bold !important;
    }

        .commodity_accrd h5 button:hover {
            background: #4882C0 !important;
            color: white !important;
        }

    .commodity_accrd .card-header:hover {
        background: #4882C0 !important;
        color: white !important;
    }

    .commodity_accrd .search {
        position: relative;
        /*height: 34px;
    border-bottom: #ddd 1px solid;*/
        margin-bottom: 2px;
    }

        .commodity_accrd .search .search_btn {
            background: #a4ccf2;
            width: calc(34px);
            padding: 0px;
            height: 34px;
            top: 0;
        }

    commodity_accrd .card {
        margin: 0 0 10px;
        border: none;
    }

    .commodity_accrd .card-header {
        padding: 0;
        border: none;
        border-radius: 0;
        background: #a4ccf2 !important;
        font-family: Tahoma, sans-serif !important;
        color: #4E4D4D !important;
        font-size: 0.8125rem !important;
    }

        .commodity_accrd .card-header .btn-link:after {
            font-family: FontAwesome;
            content: "\f0d7";
            font-size: 14px;
            font-weight: bold;
            /*height: 2rem;
    width: 2rem;*/
            float: right; /* adjust as needed */
            /*color: grey; /* adjust as needed */ */
        }

        .commodity_accrd .card-header .btn-link.collapsed:after {
            /* symbol for "collapsed" panels */
            content: "\f0da";
        }

    .search .search_btn {
        border-radius: 0px;
        border: none;
        display: inline-block;
        margin: 0px;
        position: absolute;
        right: 0;
    }

#container {
    height: 600px;
    min-width: 310px;
    max-width: 800px;
    margin: 0 auto;
}

.loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}

.buttons {
    font-family: Tahoma, sans-serif;
    color: #4E4D4D;
    font-size: 14px !important;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding-top: 4px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 4px;
}

.buttons .type {
    display: -webkit-flex;
    -webkit-flex-direction: row;
}

.buttons .type .table:hover, .buttons .type .line:hover, .buttons .type .column:hover, .buttons .type .pie:hover, 
    .buttons .settings:hover, .buttons .download:hover, .buttons .expand:hover{
    cursor: pointer;
    background: #4882C0;
    border-color: #4882C0;
    color: #eee;
    width: auto;
    border-radius: 3px;
}

.buttons .type .active{
    cursor: pointer;
    background: #4882C0;
    border-color: #4882C0;
    color: #eee;
    width: auto;
    border-radius: 3px;
}

.buttons .type .table, .buttons .type .line, .buttons .type .column, .buttons .type .pie, .buttons .settings, .buttons .download, .buttons .expand{
    margin-right: 0.4rem;
    margin-bottom: 0!important;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-right: 20px;
    border-radius: 3px;
    padding: 4px;
    width: auto;
}

.buttons .type .table:before {
    content: "\f0ce";
}

.vis .vis-content .filters, .vis .settings-content-row, .vis .buttons .type, .vis .buttons {
    -webkit-justify-content: space-around;
    /* justify-content: space-around; */
}

.buttons .type .table:before, .buttons .type .line:before, .buttons .type .column:before, .buttons .type .geo:before, .buttons .type .pie:before, .buttons .type .map:before {
    font-family: FontAwesome;
    font-size: 1.2rem;
    padding: 2px;
    padding-right: 4px;
}

.buttons .type .line:before {
    content: "\f201";
}

.buttons .type .column:before {
    content: "\f080";
}

.buttons .type .pie:before {
    content: "\f200";
}

.vis .buttons .settings:before {
    content: "\f1de";
}

.vis .buttons .settings:before, .vis .buttons .download:before, .vis .buttons .share:before, .vis .buttons .expand:before, .vis .buttons .collapse:before, .visual-menu .settings:before, .visual-menu .download:before, .visual-menu .share:before {
    font-family: FontAwesome;
    font-size: 1.2rem;
    padding: 2px;
    padding-right: 4px;
}

.vis[data-type="table"] .buttons .download:before {
    content: "\f1c3";
}
.vis .buttons .download:before {
    content: "\f019";
}

.download:before {
    content: "\f019";
}

.vis .buttons .expand:before {
    content: "\f065";
}

.vis .buttons .collapse:before {
    content: "\f066";
}
