﻿.his-title {
    text-align: left;
}

.his-container {
    display: flex;
    flex-flow: space-evenly;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.his-element {
    margin: 0.7% 0.5%;
    width: 99%;
    height: fit-content;
    border-radius: 10px;
    background-color: #2a2a2a;
    background-size: 110%;
    padding: 15px 20px;
    color: white;
    border: solid 1px #3a3a3a;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(89,108,120,0.9);
    -moz-box-shadow: 0px 0px 5px 0px rgba(89,108,120,0.9);
    box-shadow: 0px 0px 5px 0px rgba(89,108,120,0.9);
    transition: 0.5s;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.his-element {
    background-image: url("../diag-bg2.png") !important;
}

.his-element:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(168,220,255,0.9);
    -moz-box-shadow: 0px 0px 20px 0px rgba(168,220,255,0.9);
    box-shadow: 0px 0px 20px 0px rgba(168,220,255,0.9);
    transition: 0.5s;
}

.his-element-refresh {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(80, 192, 132, 0.9);
    -moz-box-shadow: 0px 0px 7px 0px rgba(80, 192, 132, 0.9);
    box-shadow: 0px 0px 7px 0px rgba(80, 192, 132, 0.9);
    transition: 0.5s;
}

.his-element h4 {
    margin-left: 0px;
    text-align: left;
    color: white;
    width: fit-content;
    border-bottom: 1px solid #0083e0;
}

.his-element-split {
    display: flex;
    flex-flow: space-evenly;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
}

.his-element:nth-child(even) .his-element-split {
    flex-direction: row-reverse;
}


.his-element-split-element {
    justify-content: center;
    width: 48%;
    margin: 1%;
    padding: 5px;
}

.his-element-split-min {
    display: flex;
    flex-flow: space-evenly;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 3%;
    padding: 0px;
}

.his-element-split-min-element {
    justify-content: center;
    width: 48%;
    margin: 1%;
    padding: 5px;
}

.his-element-split-min-element > p {
    margin-bottom: 40px !important;
}

.his-output {
    margin-top: -5px;
    margin-bottom: 15px !important;
    font-size: 1.5rem;
}

    .his-output b {
        font-size: 2rem;
    }

.his-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #0083e0 !important;
}

.his-chart1 {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.his-chart1-container {
    width: 100%;
}

.his-gray {
    color: #666 !important;
}

.his-status-ok {
    font-size: 1.5rem;
    color: green;
}

.his-status-active {
    font-size: 1.5rem;
    color: dodgerblue;
}

.his-status-error {
    font-size: 1.5rem;
    color: orangered !important;
}





@media screen and (max-width: 1500px) {
    .his-element {
        margin: 1% 0.5%;
    }

    .his-chart1-container {
        display: flex;
        justify-content: center;
    }

    .his-element-split-min {
        margin-left: 0%;
    }

    .his-element-split-min-element > p {
        margin-bottom: 20px !important;
    }
}


@media screen and (max-width: 1000px) {
    .his-element {
        margin: 1% 0%;
    }

    .his-element-split {
        flex-direction: row;
    }

    .his-element-split-element {
        width: 99%;
        margin: 0.5%;
        padding: 0px;
    }

    .his-chart1-container {
        justify-content: left;
        margin: 0px;
        padding: 0px;
    }

    
}


@media screen and (max-width: 641px) {
    .his-title {
        text-align: center;
    }

    .his-element {
        margin: 3% 0%;
    }

    .his-chart1-container {
        justify-content: center;
    }

    .his-chart1 {
        margin: -15px;
        width: 120%;
    }
}
