body {
    font-size: 14px;
    padding-top: 70px;
    font-family: "Open Sans", "Noto Sans JP", sans-serif;
    color: #333;
}

.checkbox {
    margin: 2px 0;
}

.right {
    text-align: right;
}

.selected {
    background: lightBlue;
}

.link {
    cursor: pointer
}

.chart {
    height: 300px;
}

.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.dot-a {background-color: #014b94;}
.dot-a, .ct-series-a .ct-bar, .ct-series-a .ct-point {stroke: #014b94}
.dot-b {background-color: #9ed6f5;}
.ct-series-b .ct-bar, .ct-series-b .ct-point {stroke: #9ed6f5}

#navigationPanel {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
}

#navigationPanel div {
    background-color: #f5f5f5;
    min-height: 50px;
}
#navigationPanel ol {
    padding-left: 0px;
}

#navigationPanel li {
    list-style-type: none;
}
.navbar-brand{display: inline;}
.navbar-right .navbar-brand{padding:11px;}
.navbar-right .navbar-brand img{height: 31px;}

.table-fixedHead table{
    height:400px;
}
.table-fixedHead tbody{
    overflow-y: scroll;
    height: 330px;
    width: 100%;
    position: absolute;
}
.table-fixedHead tr {
    width: 100%;
    display: inline-table;
}

.table-fixedHead label {
    width: 20px;
    text-overflow: ellipsis;
}

.table-fixedHead th.firstCol,td.firstCol{
    min-width: 50px;
}
.table-fixedHead th,td{
    min-width: 50px;
}

.selectbox .selectbox-label {
    position: relative;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    line-height: 22px;
    padding: 6px 3px;
}

.selectbox .selectbox-caret {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 8px 5px;
    border-left: 1px solid rgba(0, 0, 0, .15);
    background: #FFF;
    z-index: 2;
    font-size: 14px;
}

.selectbox .selectbox-search {
    padding: 3px 15px;
}

.selectbox .selectbox-values {
    max-height: 200px;
    overflow-y: scroll;
}

.selectbox .selectbox-values > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.selectbox .selectbox-values > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.selectbox .selectbox-values > ul > li > a:hover,
.selectbox .selectbox-values > ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.selectbox .selectbox-values > ul > li > a.active {
    color: #fff;
    background-color: #428bca;
}

.selectbox .selectbox-values > ul > li > a.active:hover,
.selectbox .selectbox-values > ul > li > a.active:focus {
    background-color: #3276b1;
}

.selectbox .selectbox-values > ul > li > a.disabled,
.selectbox .selectbox-values > ul > li > a.disabled:hover,
.selectbox .selectbox-values > ul > li > a.disabled:focus {
    color: #C3C3C3;
    background-color: transparent;
    cursor: default;
}

.has-feedback.flat-feedback .form-control-feedback {
    top: 0;
    cursor: pointer;
}

.drilldown-select {
    float: right;
    margin-top: -7px;
}

.control-label {
    padding-right: 5px;
    padding-left: 15px;
}

.dashboard-label {
    padding-left: 0px;
}

fieldset {
    margin: 2px 0;
    padding: 5px 8px 8px;
    border: 1px solid silver;
}

fieldset > legend {
    width: auto;
    padding: 2px;
    margin: 0;
    font-size: 12px;
    border: 0;
}

@media (max-width: 991px) {
    .margin-sm {
        margin-bottom: 15px;
    }
}

.dashboard .detail-link {
    font-size: 35px;
    color: inherit;
}

.drilldown-box {
    margin: 2px 0;
    padding: 5px 8px 8px;
    border: 1px solid silver;
}

.drilldown-box tr:first-child {
    font-weight: bold;
}

.drilldown-box tr:not(:first-child):hover {
    cursor: pointer;
    background: lightBlue;
}

.drilldown-horizontal .drilldown-box {
    margin-top: 20px;
}

.dividing-line {
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    border-radius: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.showbutton-box {
    margin: 2px 0;
    padding: 5px 8px 8px;
}

.product-result-table .active_0 {
    pointer-events: none;
}

.product-result-size{
    width: 80%;
}

.table-hover > tbody > tr:hover {
    background-color: lightblue !important;
    cursor: pointer;
}

.table-hover > thead th:hover{
    background-color: lightgrey !important;
    cursor: pointer;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th{
    background-color: inherit;
    cursor: pointer;
}

.sortorder:after {
    content: '\25bc';
}
.sortorder.reverse:after {
    content: '\25b2';
}

#drilldown-holder {
    overflow: hidden;
    width: 100%;
}

#drilldown-strip {
    position: relative;
    transition: 0.3s all linear;
}

#drilldown-strip > .drilldown {
    transition: 0.3s all linear;
    opacity: 1;
    display: block;
}

#drilldown-strip > .drilldown .removeDrilldown{
    position: absolute;
    right: 20px;
    top: 0px;
}

#drilldown-strip > .drilldown.drilldown-disabled {
    opacity: 0;
    display: none;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

@media (max-width: 991px) {
    #drilldown-strip > .drilldown.drilldown-disabled {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    #drilldown-holder {
        overflow-x: scroll;
    }

    #drilldown-strip {
        white-space: nowrap;
    }

    #drilldown-strip > .drilldown {
        float: none;
        display: inline-block;
        vertical-align: top;
        white-space: normal;
    }

    #drilldown-strip > .drilldown.drilldown-disabled {
        margin-left: 33.33%;
    }

    .drilldown-horizontal {
        overflow-x: hidden !important;
        overflow-y: scroll;
        margin-top: -30px;
    }

    .drilldown-horizontal > #drilldown-strip {
        white-space: normal;
    }

    .drilldown-horizontal .chart {
        height: 220px;
    }

    .drilldown-horizontal fieldset {
        margin-top: 20px;
        height: auto;
    }
}

@media (min-width: 992px) {
    .padding-sm {
        padding-left: 8px;
        padding-right: 8px;
    }

    .padding-sm:first-child {
        padding-left: 15px;
    }

    .padding-sm:last-child {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 120px;
    }
    .navbar-brand {
        width: 100%;
        text-align: center;
    }
    .navbar-brand img {
        margin: 0 auto;
    }
}

:root {
    --six-red: #de3a1a;
    --basic-link-color: #777;
    --dp-dark-blue: #004893;
    --line-divider-color: #d8d8d8;
}

.showcase-section {
    border-top: 2px solid var(--six-red);
    border-bottom: 2px solid var(--six-red);
}

.showcase-section-header {
    margin-top: 0.5rem;
    margin-left: 15px;
}

.showcase-section-part-header {
    margin-top: 0;
}

.six-red {
    color: var(--six-red);
}

.btn-six {
    background-color: var(--six-red) !important;
}

.showcase-section-button {
    margin-top: 2rem;
}

.right {
    float: right;
}

.frontpage-section h2 {
    margin-top: 40px;
}

.frontpage-section, .frontpage-section .row {
    margin-bottom: 20px;
}

.showcase-section > .row {
    margin-left: 5px;
    margin-right: 5px;
}

table.privacy tr {
    border-bottom: 1px solid black;
}
table.privacy td, table.privacy th {
    border-right: 1px solid black;
}
table.privacy tr:first-child {
    border-top: 1px solid black;
}
table.privacy td:first-child, table.privacy th:first-child {
    border-left: 1px solid black;
}

table.privacy td, table.privacy th {
    padding: 8px;
}

.external-links {
    font-size: 1rem;
    margin-right: 1rem;
    color: var(--basic-link-color);
}

.external-links:hover {
    color: var(--dp-dark-blue);
    text-decoration: none;
}

.cookie-disclaimer-container {
    margin: 20px 10px 10px 10px;
    position: fixed;
    bottom: 0;
    width: 96%;
    background: #ffffff;
    color: #000000;
    padding: 20px;
    z-index: 10001;
    min-width: 250px;
    max-width: 600px;
    font-size: 10pt;
    border-style: solid;
    border-color: #888;
    border-width: 2px;
}

.cookie-buttons {
    text-align: center;
}

.btn-circle, .btn-circle:focus {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    /* font-family: @font-family-serif !important; */
    line-height: 1.5;
    border-radius: 25px;
    padding: 6px 20px 6px 20px;
    background-color: var(--six-red);
    border-color: var(--six-red) !important;
    min-width: 95px;
}

.btn-circle-reverse-small, .btn-circle-reverse-small:focus {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    /* font-family: @font-family-serif !important; */
    line-height: 1.5;
    border-radius: 25px;
    padding: 6px 20px 6px 20px;
    color: var(--six-red);
    background-color: white;
    border-color: var(--six-red) !important;
    min-width: 95px;
}

.btn-circle:hover, .btn-circle-reverse-small:hover,
.btn-circle:active, .btn-circle-reverse-small:active {
    background-color: #FDE7E9;
    color: #c00;
}

.reject-cookie {
    margin-top: 0.5rem;
}
