html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.matrixBoard {
    overflow: auto !important;
    height: 300px !important;
    width: 100% !important;
    background-color: #000000 !important;
    color: #00ff2b !important;
    font-weight: bold !important;
    text-align: left !important;
    font-size: 2.3vw !important;
    padding-left: 5px !important;
}


/*===============================================================================*/


body {
    margin: 0;
    font-family: "Lato", sans-serif;
}

.sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    overflow: auto;
}

    .sidebar a {
        display: block;
        color: black;
        padding: 16px;
        text-decoration: none;
    }

        .sidebar a.active {
            background-color: #04AA6D;
            color: white;
        }

        .sidebar a:hover:not(.active) {
            background-color: #555;
            color: white;
        }

div.content {
    margin: 0px 50px;
    padding: 1px 16px;
    height: 1000px;
}

@media screen and (max-width: 700px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }

        .sidebar a {
            float: left;
        }

    div.content {
        margin-left: 0;
    }
}

.m-50 {
    margin-top: 50px !important;
}

.m-80 {
    margin-top: 80px !important;
}

.m-100 {
    margin-top: 100px !important;
}

.mb-61 {
    margin-bottom: 61px !important;
}

.header {
    overflow: hidden;
    background-color: #4791ed;
    padding: 10px 5px;
    color: #fff;
}

.footer {
    background-color: white !important;
}

.text-green {
    background-color: #29cf08 !important;
    color: #29cf08 !important;
}

.bg-transparent {
    background-color: transparent !important;
    border: 0px !important;
}


@media screen and (max-width: 400px) {
    .sidebar a {
        text-align: center;
        float: none;
    }
}
