﻿.Indices > :not(caption) > * > * {
    background-color: #0000000d;
}

.Indices tbody td {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
}

.HistoricalIndices tbody td {
    /*line-height: 20px;
    font-size: 14px;
    font-weight: 400;*/
}

.Indices > tbody {
    vertical-align: middle;
}

.Indices tbody tr td:nth-child(1) {
    position: sticky;
    width: 70px;
    text-align: center;
    background-color: #787878;
    font-weight: 500;
    color: #fff;
    border-right: 10px solid #fff;
    border: 0;
}

.HistoricalIndices tbody tr td:nth-child(1) {
    /*position: sticky;
    left: 0;*/
}

.Indices tbody tr th {
    background-color: #e9eaee;
    color: #6370db;
}

.Indices > tbody > tr > th:first-child {
    background-color: #e9eaee;
    color: #6370db;
    border-top: 0px solid #ddd;
}


.Indices > tbody > tr > td:last-child {
    background-color: #e9eaee;
    color: #61637c;
    font-weight: 500;
}

.Indices tbody tr td {
    border: 5px solid #fff;
    padding: 5px 5px;
}

.HistoricalIndices tbody tr th {
    /*position: sticky;
    top: 0px;
    background: #fff;
    color: hsl(207, 12%, 43%);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    font-weight: 500;*/
}

.Indices > tbody > tr > td:first-child:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 70%;
    margin: auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    transition: all 300ms;
    border: 1px solid #686868;
}

.Indices > tbody > tr > th::after {
    content: '';
    position: absolute;
    width: 0;
    height: 60%;
    bottom: 9px;
    right: 0;
    border: 1px solid #aaa;
}

.Indices > tbody > tr > th:last-child::after {
    border: 0px solid #aaa;
}

.HistoricalIndices > tbody > tr > th:last-child::after {
    /*border: 0px solid #aaa;*/
}

.Indices > tbody > tr > th {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.overflow-xhidden {
    overflow-x: hidden;
}

.Indices > tbody > tr > th {
    position: sticky;
    top: -1px;
    z-index: 1;
    font-weight: 500;
}

    .HistoricalIndices > tbody > tr > th:first-child, .Indices > tbody > tr > th:first-child {
       /* position: sticky;
        top: 0px;
        left: 0;
        z-index: 2;*/
    }

.HistoricalIndices {
    /*font-size: 14px;
    margin-bottom: 0;*/
}

@media (min-width: 300px) and (max-width: 1024px) {
    .HistoricalIndices tbody tr td:nth-child(1) {
        /*position: sticky;
        min-width: 100px;
        background-color: #fff;
        box-sizing: border-box;*/
        /*box-shadow: 1px 5px 10px 0px rgba(13,38,76,0.19);*/
        /*box-shadow: -16px 0px 10px -21px rgba(0,0,0,0.45) inset;
        border-right: 1px solid #dee2e6;
        border-bottom: 0;*/
    }

    .HistoricalIndices > tbody > tr > td:first-child:after {
        /*content: '';
        display: inline-block;
        width: 100%;
        margin: auto;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        transition: all 300ms;
        border: 1px solid #dee2e6;*/
    }

    .Indices > tbody > tr > td:first-child, .HistoricalIndices > tbody > tr > td:first-child {
       /* position: sticky;
        left: -1px;*/
    }

        .Indices > tbody > tr > td:first-child:after {
            content: '';
            width: 40px;
        }

    /*.overflow-x-hidden {
        overflow-x: scroll !important;
    }*/

    .HistoricalIndices tbody td {
       /* line-height: 15px;
        font-size: 12px;*/
    }
}

.tableFixHead {
    max-height: 705px;
}

@media (min-width: 300px) and (max-width: 575px) {
    .Indices > tbody > tr > th {
        font-size: 14px;
    }
}

@media (min-width: 300px) and (max-width: 330px) {
    .tableFixHead, .overflowscroll div:nth-child(3) {
        overflow: auto !important;
        max-height: 330px !important;
        width: auto;
    }
}

@media (min-width: 331px) and (max-width: 360px) {
    .tableFixHead, .overflowscroll div:nth-child(3) {
        overflow: auto !important;
        max-height: 390px !important;
        width: auto;
    }
}

@media (min-width: 361px) and (max-width: 380px) {
    .tableFixHead, .overflowscroll div:nth-child(3) {
        overflow: auto !important;
        max-height: 446px !important;
        width: auto;
    }
}

@media (min-width: 381px) and (max-width: 414px) {
    .tableFixHead, .overflowscroll div:nth-child(3) {
        overflow: auto !important;
        max-height: 503px !important;
        width: auto;
    }
}

@media (min-width: 600px) and (max-width:1040px) {
    .tableFixHead, .overflowscroll div:nth-child(3) {
        overflow: auto !important;
        max-height: 520px !important;
        width: auto;
    }
}

@media (max-width:1174) {
    .overflow-x-hidden {
        overflow-x: scroll;
    }
}

.overflow-x-hidden {
    overflow-x: hidden;
    scrollbar-width: thin;
}

.table {
    margin-bottom: 0;
}

.radiobutton input[type="radio"] {
    margin-right: 5px;
    appearance: none;
    display: none;
}


.radiobutton input[type="radio"] {
    opacity: 0;
    z-index: 1;
    width: 0;
}

.radiobutton label {
    cursor: pointer;
    height: 100%;
    padding: 5px 10px;
    font-weight: 500;
    line-height: inherit;
    white-space: nowrap;
    color: #66758a;
    font-size: 14px
}

.radiobutton input[type="radio"]:checked + label {
    cursor: default;
    color: #0081f2;
    background-color: #e3eaf2;
}

.radiobutton tbody {
    display: flex;
}

.radiobutton_border_3 tbody tr {
    border-top: solid 1px #e3eaf2;
    border-right: solid 1px #e3eaf2;
    border-bottom: solid 1px #e3eaf2;
}

.radiobutton_border_3 tbody tr:first-child, .DateRange input:first-child {
    border-top: solid 1px #e3eaf2;
    border-bottom: solid 1px #e3eaf2;
    border-left: solid 1px #e3eaf2;
    border-right: solid 1px #e3eaf2;
    border-radius: 4px 0 0 4px;
}

.radiobutton_border_3 tbody tr:last-child, .DateRange input:last-child {
    border-top: solid 1px #e3eaf2;
    border-right: solid 1px #e3eaf2;
    border-bottom: solid 1px #e3eaf2;
    border-left: solid 0px #e3eaf2;
    border-radius: 0 4px 4px 0;
}

.radiobutton_border_3 tbody tr:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.DateRange input {
    outline: none;
    background: none;
    /*height: 100%;*/
    padding: 5px 10px;
    font-weight: 500;
    line-height: inherit;
    white-space: nowrap;
    color: #66758a;
    font-size: 14px
}

    .DateRange input:last-child {
        background-color: #e3eaf2;
    }

.overflowscroll .common-table-wrapper {
    max-height: 700px;
    overflow: scroll;
    overflow-x: hidden;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .13), 0 1px 2px 0 rgba(0, 0, 0, .11);
}

@media (min-width:600px) {
    .TimeFrameandDateRange {
        display: flex;
        justify-content: space-between;
    }

    .HistoricalIndices tbody tr:nth-child(2n) {
        /*background-color: hsl(245, 40%, 98%);*/
    }
}

@media (max-width: 767.9px) {
    .main {
        margin-top: 70px !important;
    }

    .HistoricalIndices, .radiobutton label, .DateRange input {
        /*font-size: 12px;*/
    }

    .Indices tbody td {
        font-size: 12px;
    }

    .radiobutton label {
        padding: 4px 8px;
    }

    .PriceChart_radiobutton {
        margin-top: 1rem
    }
}

.company-logo {
    margin-right: 10px;
    height: 37px;
    width: 37px;
    border: 5px solid #363f54;
    background-color: #363f54;
}
/*=====================================================================================*/

