﻿body {
    background: #1E1E1E;
}


hr {



    background-color: #292b2c;

    margin-top: 5px;

    margin-bottom: 5px;


}

.mytext {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 2%;
    padding-right: 2%;
    text-align: left;
}

h4 {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

@media (max-width: 768px) {
    html, body {
        width: auto !important;
        overflow-x: hidden !important;
    }

    .card {
        border-width: 0;
    }

    .h1 {
        font-size: 2em;
    }

    h1 {
        font-size: 2em;
    }

    .h2 {
        font-size: 1.5em;
    }

    .btn-group {
        width: 100%
    }

    .table-condensed {
        padding: 0;
        font-size: 0.7em;
    }

    .table-sm td {
        padding: 0
    }

    .col {
        padding-right: 0px;
        padding-left: 0px;
    }

    col {
        padding-right: 0px;
        padding-left: 0px;
    }

    .mytext {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-left: 0%;
        padding-right: 0%;
        text-align: left;
    }
    .chart {
        width: 100%;
        min-height: 300px;
    }



   }

/*@media only screen and (orientation:portrait) {
    body {
        height: 100vw;
        transform: rotate(90deg);
    }
}*/

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

span.multiselect-selected-text {
    color: white;
}

button.multiselect {
    text-align: left;
    border: 1px solid darkgrey;
}

ul.multiselect-container {
    background-color: #282b2e;
}

a {
    color: white;
    text-decoration: underline;
}

    a:hover {
        color: grey;
    }

.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

    .checkbox > span {
        color: #34495E;
        /*padding: 0.5rem 0.25rem;*/
    }

    .checkbox > input {
        height: 15px;
        width: 15px;
        margin-right: 5px;
        margin-top: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        /*border: 1px solid #34495E;*/
        /*border-radius: 4px;*/
        outline: none;
        transition-duration: 0.1s;
        /*background-color: #000;*/
        cursor: pointer;
        border: 1px solid darkgrey;
    }

        .checkbox > input:checked {
            /*border: 1px solid #41B883;*/
            background-color: #c72f2f;
        }

.chart {
    width: 100%;
    min-height: 450px;
}

.row {
    margin: 0 !important;
}