﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

h1 {
    color: #006AA5;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}


.asc:after {
    content: ' \25B2';
}

.desc:after {
    content: ' \25BC';
}
.script {
    display: block;
}

.sort-header {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

/* Cards */
.card-wrapper .col-sm-3 {
    margin-bottom: 30px;
}


/*D*/
.chart-row {
    padding: 0;
    margin: 0;    
}
.chart-gt {
    background: green;        
    height: 1px;
    border-top:1px solid #000;
}

/*Chart
--------------------------*/
.chart {
    display: inline-block;
    margin-right: 0;
    transition: all 0.3s ease;
}

.box {
    background-color: #FFF;
    padding: 20px;
    cursor: pointer;
}

.bar {
    position: relative;    
    transition: fill 0.3s ease;
    cursor: pointer;
    font-family: Helvetica, sans-serif;
    display: inline-block;    
}

.chart:hover .bar,
.chart:focus .bar {
    fill: #aaa;
}

.bar:hover,
.bar:focus {
    fill: #ff4136 !important;
}

    .bar:hover text,
    .bar:focus text {
        fill: #ff4136;
    }

figcaption {
    font-weight: bold;
    margin-bottom: 20px;
}

.color_pos {
    fill: rgba(39, 174, 96,1.0);
}

.color_neg {
    fill: rgba(230, 30, 30, 0.8);
}

.color_nul {
    fill: rgba(255, 195, 18,1.0);
}

/*Chart end
--------------------------*/   


