.profichart_chartbox
{
    position: relative;
    border: solid silver 1px;
    margin: 2px 0px 0px 0px;
    padding: 4px;
}

#profisearch, #profisearchVergleich
{
    background-color: #FFFFFF;
    padding: 5px;
}

.profisearchdiv
{
    position: absolute;
    width: 250px;
    border: solid silver 1px;
    clear: both;
    z-index: 99;
    left: 40px;
    overflow: hidden;
}

.profisearchvergleichdiv
{
    margin-top: 10px;
    max-width: 200px;
    border: solid silver 1px;
    clear: both;
    z-index: 99;
    overflow: hidden;
}

#profisearcher_suche {
    background-color: #ddd;
    background: radial-gradient(#fff,#fefefe,#f3f4ef);
    border: 1px solid #d7d4cd;
    color: #444;
}

.chartboxleiste
{
    text-align: right;
    margin-top: 5px;
}

.chartleiste
{
    width: 40%;
}

.checkboxdiv
{
    margin: 0;
    padding: 0;
}

.chartleistebutton
{
    background-color: #606096;
    color: #FFF;
    padding: 1px 4px 1px 4px;
    margin: auto;
    margin-right: 2px;
    border-collapse: collapse;
    border: solid #D5D2CB 1px;
    cursor: pointer;
}


.profichart_parameterbox
{
    position: relative;
    border-left: solid silver 1px;
    border-right: solid silver 1px;
    border-bottom: solid silver 1px;
    margin: 0px;
    padding: 4px;
}

#ka1
{
    margin-right: 15px;
}

#ka2
{
    margin-left: 10px;
}

#stocks, .chartnaviSelectbox
{
    margin-left: 20px;
    max-width: 100px;

    background-color: #ddd;
    background: radial-gradient(#fff,#fefefe,#f3f4ef);
    border: 1px solid #d7d4cd;
    color: #444;
}

.profibutton
{
    vertical-align: middle;
}

.chartnavipunkt
{
    /*position: relative;*/
    padding: 2px 2px 2px 2px;
    cursor: pointer;
}

.toogleHeadline
{
    cursor: pointer;

}

.auswahlDown
{
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url("/images/Symbole/auswahl-unten.png");
}

.auswahlUp
{
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url("/images/Symbole/auswahl-oben.png");
}

td.visible
{
    padding: 0px;
    margin: 0px;
}

.plus
{
    position: relative;
    padding: 1px 4px 1px 4px;
    margin: auto;
    margin-right: 2px;
    border-collapse: collapse;
    border: solid #D5D2CB 1px;
    cursor: pointer;
}

.minus
{
    position: relative;

    padding: 1px 5px 1px 5px;
    margin: auto;
    border-collapse: collapse;
    border: solid #D5D2CB 1px;
    cursor: pointer;
}

.strong
{
    font-weight: bold;
}

.tableSearch
{
    margin-bottom: 10px;
    margin-top: 10px;
}

.headline
{
    width: 100%;
    text-decoration: underline;
}

.selected
{
    background-color: lightgray;
}

.hidden
{
    display: none;
}

.chartnavi
{
    /*position: static;*/
    margin-top: 2px;
    padding-top: 2px;
}

@media (max-width: 767px) {
    .chartnavi {
        display: none;
    }
}

.gd
{
    margin: 1px;
}

.gd td.tabletd1
{
    width: 40%;
}

.gd td.tabletd2
{
    width: 40%;
}

.gd td.tabletd3
{
    padding-left: 5px;
}

.selectbox_gd
{
    width:100%;
}

.indikator
{
    margin: 1px;
}

.indikator td.tabletd1
{
    width: 74%;
}

.indikator td.tabletd1 select
{
    margin-right: 5px;
}

.selectbox_indikator
{
    width: 71%;
}

.vergleich
{
    margin: 1px;
}

.vergleich .profisearcher {
    margin-top: 2px;
    border: 1px solid #d7d4cd;
}

.selectbox_vergleich
{
    width: 75%;
}

.toggleBox
{
    position: absolute;
    border: 1px solid lightgray;
    z-index: 10;
    display: block;
    padding: 4px;
    background: white;
}

#parameterBoxNew > div {
    display: inline-block;
}

@media (max-width: 992px) {

    #parameterBoxNew {
        margin-bottom: 8px;
    }

    #parameterBoxNew > div {
        display: inline-block;
        width: 32.9%;
        margin: 0;
        min-height: 30px;
        position: relative;
        border-right: 1px solid #bbb;
    }

    #parameterBoxNew > div:nth-child(3n+1)
    {
        border-right: 0px solid #bbb;
    }
    #parameterBoxNew > div:nth-child(3n+1), #parameterBoxNew > div:nth-child(3n)
    {
        padding-left: 15px;
    }


    #parameterBoxNew > div .toggleBox {
        width: 100%;
    }

    #parameterBoxNew .auswahlDown:after{
        font-family: "Font Awesome 5 Free";
        content: " \f107";
    }
    #parameterBoxNew .auswahlUp:after{
        font-family: "Font Awesome 5 Free";
        content: " \f106";
    }
    #parameterBoxNew .auswahlUp, #parameterBoxNew .auswahlDown {
        background: none;
    }

    #ka2 {
        margin: 0;
    }

    #profisearcher_suche {
        width: 48%;
        max-width: 130px;
    }
}

@media (max-width: 767px) {
    #parameterBoxNew > div {
        width: 49%;
    }

    #parameterBoxNew > div:nth-child(3n+1)
    {
        border-right: 1px solid #bbb;
    }
    #parameterBoxNew > div:nth-child(3n+1), #parameterBoxNew > div:nth-child(3n)
    {
        padding-left: 0px;
    }

    #parameterBoxNew > div:nth-child(2n+1)
    {
        border-right: 0px solid #bbb;
        padding-left: 15px;
    }
    #parameterBoxNew > div:nth-child(2n)
    {

    }

}

@media (max-width: 540px) {
    #parameterBoxNew > div {
        width: 99%;
    }

    #parameterBoxNew > div {
        border-right: 0px solid #bbb !important;
        padding-left: 0px !important;
    }
}

#darstellung
{
    width: 84px;
    margin: 0 10px;
}

#darstellung select {
    width: 90%;
    margin-bottom: 2px;
}
#darstellung table td{
    vertical-align: top;
}

#vergleichdiv
{
    width: 72px;
    margin-right: 10px;
}

#vergleichdiv #vergleichContent {
    width: 200px;
}

#gds
{
    width: 164px;
    margin-right: 10px;
}

#indikatoren
{
    width: 83px;
}

#indikatoren #indikatorContent {
    width: 170px;
    z-index:1000;
}

#indikatoren{
    width: 83px;
}

#zeitraum
{
    width: 83px;
}

#darstellungHeadline
{
    font-weight: bold;
}

#vergleichHeadline
{
    font-weight: bold;
}

#gdHeadline
{
    font-weight: bold;
}

#indikatorHeadline
{
    font-weight: bold;
}

.chartSuche #button1
{
        font-size: 1.2em;
        color: #666;
}

.Reiter.profi, .Reiter.profi .profichartKalender {
    border: 0 !important;
}

#pcSettings {
    float: right;
    padding-right: 4px;
    position: relative;
}

#pcSettings input {
    border: 1px solid #d7d4cd;
    color: #444;
    width: 100%;
}

#pcSettings #settingHeadline, #pcSettings #settingHeadlineNL {
    padding-right: 10px;
}

#pcSettingList {
    position: absolute;
    z-index: 20;
    width: 300px;
    right: 0;
}

#pcSettingList .inputValue {
    display: none;
}

#pcSettingList .actions {
    text-align: right;
}

#pcSettingList .actions a {
    color: #999;
}

#pcSettingList .actions a:hover {
    color: #000;
}

#pcSettingList .actions a.gotInput {
    position: relative;
    top: 3px;
}