﻿
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
/*footnote {
    font-size: 0.8rem;
    font-style:italic;
}*/
.k-dropdown .k-state-default {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #545454; /*grey*/
    right: 5px;
    /*width: 80px;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 0px;*/
}

h5, h4 {
    line-height: 1.5;
}

h4 {
    font-size: 18px;
    padding-top: 20px;
}

.clear {
    background-color: #ffffff;
    border: none;
}

.k-chart {
    overflow: hidden;
    text-align: center;
    align-self: center;
    width: 700px;
    display: inline-block;
}

@media screen and (max-width: 700px) {
    .k-chart {
        width: 700px;
    }
}

@media screen and (max-width: 500px) {
    .k-chart {
        width: 500px;
    }
}

@media screen and (max-width: 400px) {
    .k-chart {
        width: 400px;
    }

    .k-grid tr td {
        font-size: 8px;
        width: 400px;
        padding: 0;
    }

    .k-grid-header .k-header {
        font-size: 8px;
        width: 300px;
        padding: 0;
    }
}

@media screen and (max-width: 300px) {
    .k-chart {
        width: 300px;
    }

    .k-grid tr td {
        font-size: 8px;
        width: 300px;
        padding: 0;
    }

    .k-grid-header .k-header {
        font-size: 8px;
        width: 300px;
        padding: 0;
    }
}

/*.k-grid tr td {
    border-bottom: 1px solid silver;
}*/

.k-grid {
    display: block !important;
}

.GreenColor {
    background-color: #d2e7d6;
}

.RedColor {
    background-color: #cd5652;
}

.YellowColor {
    background-color: #ffff00;
}

.OrangeColor {
    background-color: #ff9900;
}

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
    background-color: #f4f4f4;
}

.k-grid {
    font-size: 10px;
}

    .k-grid td {
        line-height: 1em;
    }

    .k-grid tbody tr {
        height: 20px;
    }

#tabstrip {
    overflow: auto;
}

.figureA {
    page-break-inside: avoid;
    align-content: center;
    text-align: center;
}

.downloadImage {
    float: right;
    top: 0px;
    bottom: 0px;
    display: inline;
    clear: both;
    margin-top: 0px;
    padding-top: 0px;
}

.table-footnote {
    color: #53565A;
    font-family: Arial;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 9px;
    font-style: italic;
    line-height: 1em;
    padding: 0px 0px 0px 0px;
    text-align: left;
}
.chart-footnote {
    display: block;
    font-family: Arial;
    font-size: 9px;
    font-style: italic;
    line-height: 1.2em;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    /*font-weight: bolder;*/
}
.text-footnote {
    color: #53565A;
    font-family: Arial;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 10px;
    font-style: normal;
    line-height: 1em;
    padding: 0px 0px 0px 0px;
    text-align: left;
}
/*companies 3 years tables in all data sections _CompaniesReporting*/
#tableCompaniesReporting td {
    width: 33%;
    vertical-align: top;
    font-size: 11px;
}
.tableCompaniesReporting {
    width: 100%;
    vertical-align: top;
    border: none;
    font-size: 11px;
}
li.nostyle {
    /*bulleted list item without bullet*/
    list-style-type: none;
}
div.left {
    position: relative;
    left: 50px;
}