div.nav-direction-cont-div {
    background-color: #E5E5E5;
}
div.statistic-main-cont-div {
    background-color: #E5E5E5;
    min-height: 900px;
}
div.statistic-main-cont-div > div {
    padding-bottom: 70px;
}

div.statistic-main-cont-div-row {}
div.statistic-main-cont-div-row > div {}

div.static-main-menu {
    margin-top: 12px;
}
div.static-main-menu > a {
    display: block;
    padding: 22px 20px;
    /*color: #000;*/
    /*font-family: FiraGO_Medium;*/
    /*font-size: 16px;*/
    text-align: left;
    border: 1px solid #E8F0F9;
    box-sizing: border-box;

    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #112D49;
}
div.static-main-menu > a:hover{
    text-decoration: none;
}
div.static-main-menu > a:nth-child(2) {
    border-top: none;
    border-bottom: none;
}

div.static-chart-cont-div {}
div.static-chart-cont-div > h2 {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    color: #18A0FB;
}

div.static-chart-sel-drop-cont {
    padding: 20px 0;
}
div.static-chart-row-cont {}
div.static-chart-row-cont > div {}

a.sel-static-m-a {
    font-family: Helvetica Neue;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    text-transform: uppercase !important;
    color: #18A0FB !important;
}

div.chart-1-title, div.chart-2-title {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 91%;
    padding-bottom: 12px;

    position: relative;
}
div.chart-1-title > a,
div.chart-2-title > a {
    position: absolute;
    left: 0;
    z-index: 1;
}
div.chart-1-title > img,
div.chart-2-title > img {
    position: absolute;
    right: 0;
    z-index: 1;
}
div.chart-1-title > img:hover, div.chart-2-title > img:hover {
   cursor: pointer;
}

div.chart-cont-div-l {
    background-color: #fff;
    overflow: hidden;

    border: 1px solid #E8F0F9;
    box-sizing: border-box;
    border-radius: 15px;
}

div.chart-cont-div-l > div > div {
    height: 454px;
    padding: 12px;
    position: relative;
}

div.chart-cont-div-l > div > div:first-child {
    border-right: 1px solid #E8F0F9;
}
div.chart-cont-div-l > div > div:last-child {
    border-left: 1px solid #E8F0F9;
}
div.chart-cont-div-l > div > div > div:last-child > div {
    /*border: 1px solid red;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 58%;
}
div.chart-1-footer-div, div.chart-2-footer-div {
    position: absolute;
    bottom: 0;
    border-top: 2px solid #E8F0F9;
    height: 115px;
    width: 100%;
    /*padding-top: 27px;*/
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
}


.circle_l {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 12px;
    height: 12px;
    display: inline-block;
}
.circle_1{ background-color: #112F4E; }
.circle_2{ background-color: #E22626; }

.circle_2_1{ background-color: #112F4E; }
.circle_2_2{ background-color: #FFC000; }
.circle_2_3{ background-color: #CDDAEB; }
.circle_2_4{ background-color: #E22626; }

div.chart-2-footer-div > div {
    /*border: 1px solid red;*/
    display: block !important;
    /*width: 61% !important;*/
    width: 65% !important;
}
div.chart-2-footer-div > div > span {
    margin: 0 7px;
}

div.chart-1-div-for-chart, div.chart-2-div-for-chart {
    padding-left: 4%;
    padding-right: 4%;
    /*overflow: hidden;*/
    width: 100%;
    min-height: 285px;
}

div.chart-1-div-for-chart > div > canvas,
div.chart-2-div-for-chart > div > canvas {
    z-index: 0;
    /*border: 1px solid red;*/
    /*margin-left: -15px;*/
    /*margin-top: -6%;*/
}
div.chart-c-line {
    margin-top: 7%;
}
div.chart-c-pie {
    padding-left: 0;
}











