/* START: charts tab */
.overviewbarcontainer .content-block {
    margin: 32px 0;
    padding: 0 16px;
    box-sizing: border-box;
}

.overviewbarcontainer .row .col-100 {
    width: 100%;
    width: -webkit-calc((100% - 16px*0)/ 1);
    width: calc((100% - 16px*0)/ 1);
}

.overviewbarcontainer .row .col-80 {
    width: 80%;
    width: -webkit-calc((100% - 16px*.25)/ 1.25);
    width: calc((100% - 16px*.25)/ 1.25);
}

.overviewbarcontainer .row .col-20 {
    width: 20%;
    width: -webkit-calc((100% - 16px*4)/ 5);
    width: calc((100% - 16px*4)/ 5);
}

.overviewbarcontainer .row .tablet-20 {
    width: 20%;
    width: -webkit-calc((100% - 16px*4)/ 5);
    width: calc((100% - 16px*4)/ 5);
}

.overviewbarcontainer .card {
    background:#fff;
    height: 100%;
    margin: 8px;
    position: relative;
    border-radius: 2px;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.overviewbarcontainer .card-header {
    border-radius: 2px 2px 0 0;
    font-size: 16px;
}

.overviewbarcontainer .card-footer,
.modal .card-footer,
.overviewbarcontainer .card-header,
.modal .card-header {
    min-height: 48px;
    position: relative;
    padding: 4px 16px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.overviewbarcontainer .card-header::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color:
        #e1e1e1;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.overviewbarcontainer .card-content {
    position: relative;
}

.overviewbarcontainer .list-block {
    margin: 0 0 !important;
    font-size: 16px;
    display: flex;
}

.list-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.list-block li {
    box-sizing: border-box;
    position: relative;
}

.list-block .item-content {
    box-sizing: border-box;
    padding-left: 16px;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.list-block .item-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 40px;
}

.list-block .item-inner {
    padding-right: 16px;
    position: relative;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 48px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
}

i.icon-form-checkbox {
    width: 18px;
    height: 18px;
    position: relative;
    border-radius: 2px;
    border: 2px solid #6d6d6d;
    box-sizing: border-box;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background: 0 0;
    display: block;
}

.list-block .item-title {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.list-block .item-inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color:
        rgba(0, 0, 0, .12);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.form-checkbox i::after,
label.label-checkbox i.icon-form-checkbox::after {

    content: ' ';
    position: absolute;
    width: 18px;
    height: 18px;
    left: -2px;
    top: -2px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 0;
    background: no-repeat center;
    background-image: none;
    background-size: auto;
    /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffffff'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M9%2016.17L4.83%2012l-1.42%201.41L9%2019%2021%207l-1.41-1.41z'%2F%3E%3C%2Fsvg%3E"); */
    -webkit-background-size: 100% auto;
    background-size: 100% auto;

}

label.label-checkbox,
label.label-radio {
    position: relative;
    overflow: hidden;
    z-index: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.overviewbarcontainer .list-block .item-content {
    box-sizing: border-box;
    padding-left: 16px;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.overviewbarcontainer .list-block .item-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 40px;
}

.overviewbarcontainer .list-block .item-inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color:
        rgba(0, 0, 0, .12);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.overviewbarcontainer .form-radio i,
.overviewbarcontainer label.label-radio i.icon-form-radio {
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 20px;
    border: 2px solid #6d6d6d;
    box-sizing: border-box;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: block;
    box-sizing: border-box;
}

.overviewbarcontainer label.label-radio input[type="radio"]:checked+.item-media i.icon-form-radio {
    border-color: #03a9f4;
}

.overviewbarcontainer label.label-radio input[type="radio"]:checked+.item-media i.icon-form-radio::after {
    border-color: #03a9f4;
}

label.label-radio input[type="radio"]:checked+.item-media i.icon-form-radio::after,
label.label-radio input[type="radio"]:checked~.item-after i.icon-form-radio::after,
label.label-radio input[type="radio"]:checked~.item-inner i.icon-form-radio::after {
    background-color: #2196f3;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.overviewbarcontainer i.icon {
    display: inline-block;
    vertical-align: middle;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    font-style: normal;
    position: relative;
}

.overviewbarcontainer label.label-checkbox,
.overviewbarcontainer label.label-radio {
    position: relative;
    overflow: hidden;
    z-index: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.overviewbarcontainer .form-radio,
.overviewbarcontainer label.label-radio {
    cursor: pointer;
}

.overviewbarcontainer .list-block .item-media+.item-inner {
    margin-left: 16px;
}

.overviewbarcontainer .list-block .item-inner {
    padding-right: 16px;
    position: relative;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 48px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
}

/* .overviewbarcontainer .form-radio input[type="checkbox"],
.overviewbarcontainer .form-radio input[type="radio"], */
.overviewbarcontainer label.label-radio input[type="checkbox"],
.overviewbarcontainer label.label-radio input[type="radio"] {
    display: none;
}


.overviewbarcontainer label.label-radio i.icon-form-radio::after {
    background-color: #03a9f4;
}

.overviewbarcontainer .form-radio i::after,
.overviewbarcontainer label.label-radio i.icon-form-radio::after {

    content: ' ';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    background-color: #2196f3;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;

}

.overviewbarcontainer .clear-filter {
    display: inline-block;
    margin-left: 40px;
    background-color: #bbb;
    color: #fff;
}

.button {
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 2px;
    line-height: 36px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: 0 0;
    background-color: rgba(0, 0, 0, 0);
    padding: 0 10px;
    margin: 0;
    margin-left: 0px;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    text-transform: uppercase;
    font-family: inherit;
    cursor: pointer;
    min-width: 64px;
    padding: 0 8px;
    position: relative;
    overflow: hidden;
    outline: 0;
    border: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#trendchartcontainer a.activesdg {
    border: none;
}

.button.button-fill {
    background-color: #2196f3;
    color: #fff;
}

.button:not(.button-fill) {
    color: #03a9f4;
}

a.activesdg {
    border-left: 5px solid #03a9f4;
    color: #03a9f4;
    border-radius: 0 !important;
}

.button-raised {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.zero {
    padding: 0 !important;
    margin: 0 !important;
}

/*modal*/

/* Highcharts */
.card-content-inner {
    padding: 16px;
    position: relative;
}