body {
    padding-top: 35px;
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /*background-color: #de8831;*/
    font-family: proxima-nova, sans-serif;
    line-height: 23px;
    font-weight: 400;
    color: #212529;
}

h1, h2 {
    color: #212529;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
}

h3 {
    color: #212529;
    font-weight: 400;
    font-family: proxima-nova, sans-serif;
}

h4 {
    color: #212529;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.border-original {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.bold {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.footer-link {
    font-size: 18px;
    color: #fff;
    transition: ease-in-out .25s;
}

    .footer-link:hover {
        color: #fff;
        text-decoration: none;
        opacity: 0.7;
    }

.siteName {
    color: #fff;
    text-align: center
}

span#timestamp {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #212529;
}

.timestamp {
    text-align: center;
}

span#site {
    margin-left: 10px;
    color: #212529;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
}

span#connected {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #212529;
}

.card {
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 1rem;
}

.widget {
    margin-bottom: 30px;
    text-align: left;
}

.widget-inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 30px;
}

.logo {
    margin-bottom: 30px;
}

.logo-img {
    max-width: 500px;
}

.card-img-top {
    max-width: 150px;
    width: 100%;
}

.navbar {
    font-size: 16px;
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 1rem;
}

.navbar-brand {
    font-size: 16px;
}
.navbar-text {
    padding-top: 0px;
    padding-bottom: 0px;
}

.bootstrap-select {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: normal;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-text {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

button.btn.dropdown-toggle.btn-light {
    border-radius: 0 .25rem .25rem 0;
    font-weight: 700;
}

.dropdown.bootstrap-select {
    margin-left: -2px !important;
}

.input-group-text {
    border: none;
    background-color: #f8f9fa;
}

select {
    font-family: proxima-nova, sans-serif;
    font-weight: normal;
    font-style: normal;
}

    select#siteList {
        color: black !important;
    }

.selectize-input {
    font-size: 16px !important;
}

.selectize-dropdown {
    font-size: 16px !important;
}

    .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
        padding: 10px 8px !important;
    }

.selectize-control {
    margin: 0 auto;
    width: 250px;
}

.selectize-dropdown .active {
    background-color: #de8831 !important;
    color: #fff !important;
}

.selectize-dropdown, .selectize-dropdown.form-control {
}

.selectize-dropdown-content {
    max-height: 100% !important;
}

span#unit4, span#unit5 {
    margin-left: 10px;
}

@media (min-width: 992px) {
    body {
        padding-top: 35px;
    }
}

@media (max-width: 600px) {
    .siteName {
        color: #fff;
        text-align: left
    }

    .logo-img {
        max-width: 100%;
    }

    .widget {
        text-align: center;
    }

    .selectize-control {
        width: 100%;
        margin-bottom: 5px;
    }

    .card-title {
        margin-top: 10px;
    }

    .mobile-center {
        text-align: center !important;
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Absolute Center Spinner */
.loader {
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

    /* Transparent Overlay */
    .loader:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,0.5);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loader:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loader:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 50px;
            height: 50px;
            margin-top: -0.5em;
            border: 10px solid #de8831;
            border-radius: 100%;
            border-bottom-color: transparent;
            -webkit-animation: spinner 1s linear 0s infinite;
            animation: spinner 1s linear 0s infinite;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
