﻿/*
    almost black  #121212
    darkest gray #1d1d1d
    dark gray #2e2e2e
    gray #616161
    almost white #e1e1e1
    light blue #73b0fb
*/

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 60px;
    background-color: #121212;
    color: #e1e1e1;
}

.table {
    color: #e1e1e1;
}

    .table td {
        border-top: 1px solid #2e2e2e;
    }

.table-hover tbody tr:hover {
    background-color: #2e2e2e;
    color: #e1e1e1;
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #2e2e2e;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #2e2e2e;
}

.th {
    color: #e1e1e1 !important;
}

.modal-header .close {
    color: white;
}

.modal-open .modal {
    background-color: rgba(0,0,0,0.4)
}

.modal-header, .modal-body, .modal-footer {
    background-color: #2e2e2e;
}

.modal-xl {
    max-width: 2400px;
}
body app {
    position: relative;
    display: flex;
    align-items: stretch;
}

.full-screen-button{
    z-index:1000;
    display:flex;
    position:fixed;
    width:100%;
    height:100%;
    opacity: 0 !important;
    padding: 0;
    border: 0;
    cursor:default!important;
}

.e-breadcrumb {
    background-color: #2e2e2e;
    margin-bottom: 1em;
}

    .e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text {
        font-size: 1.5em;
    }

    .e-breadcrumb .e-breadcrumb-item:last-child .e-breadcrumb-text {
        font-size: 1.5em;
    }

    .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon::before {
        font-size: 1.5em;
    }

.e-numeric {
    padding-left: 10px !important;
}

.e-dropdownlist {
    padding-left: 10px !important;
}

.e-textbox {
    padding-left: 10px !important;
}

.armBtn {
    padding: 0 !important;
    border: 0 !important;
}

.disarmBtn {
    padding: 0 !important;
    border: 0 !important;
}

.triggeredBtn{
    padding: 0!important;
    border: 0 !important;
}

.armBtn span {
    font-size: 3em !important;
    color: lawngreen !important;
    background-color: #1d1d1d !important;
}

.disarmBtn span {
    font-size: 3em !important;
    color: red !important;
    background-color: #1d1d1d !important;
}

.triggeredBtn span {
    font-size: 3em !important;
    background-color: #1d1d1d !important;
    color: orangered !important;
}

.e-input-group:not(.e-float-icon-left),
.e-input-group.e-success:not(.e-float-icon-left),
.e-input-group.e-warning:not(.e-float-icon-left),
.e-input-group.e-error:not(.e-float-icon-left),
.e-input-group.e-control-wrapper:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
    border: 2px solid !important;
    color: #e1e1e1 !important;
    background: #121212 !important;
}

.e-input-group .e-input[readonly],
.e-input-group.e-control-wrapper .e-input[readonly],
.e-float-input input[readonly],
.e-float-input.e-control-wrapper input[readonly],
.e-float-input textarea[readonly],
.e-float-input.e-control-wrapper textarea[readonly] {
    background-color: #616161 !important;
}

.e-table {
    border-spacing: 0 !important;
}

.e-grid .e-spinner-pane {
    display: none !important;
}

.e-grid .e-rowcell{
    padding: 5px !important;
}

.e-columnheader .e-headercell{
    padding: 5px !important;
}

.e-filterbarcell{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.e-input-group .e-clear-icon.e-clear-icon-hide, .e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
    /*display: inherit;*/
}

.e-input-group.e-control-wrapper input.e-input::placeholder {
    color: #e1e1e1;
}

.image-upload > input {
    display: none;
}

.e-file-container {
    display: none !important;
}

.e-upload.e-control-wrapper {
    border: 0;
}

.e-upload-files {
    border: 0 !important;
    min-height: 0 !important;
}

.e-upload-file-list {
    border: 0 !important;
    min-height: 1em !important;
    position: initial !important;
}

.e-file-delete-btn {
    font-size: 1.5em !important;
    color: red !important;
    top: 45% !important;
}

.e-dialog .e-dlg-header {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.e-dialog .e-dlg-content {
    display: flex !important;
    justify-content: center !important;
    color: white !important;
}

.e-pager .e-currentitem {
    background: #cd7f32 !important;
}

.sf-removal-btn-custom {
    background-color: #f22231 !important;
    margin: 2px;
}

.sf-close-account-btn {
    margin-bottom: 1em !important;
    margin-left: .2em !important;
    background-color: #f22231 !important;
}

.sf-success-btn-custom {
    background-color: #41f750 !important;
    color: black !important;
}

.sf-menu-button-custom {
    height: 2.5rem;
    margin-right: 2px;
    margin-bottom: 1em;
    background-color: #2e2e2e;
    color: #e1e1e1;
}

    .sf-menu-button-custom:hover:enabled, .sf-menu-button-custom:focus:enabled, .sf-menu-button-custom:active:enabled {
        height: 2.5rem;
        margin-right: 2px;
        margin-bottom: 1em;
        background-color: #616161;
        color: #e1e1e1;
    }

.dev-dashboard-button {
    background-color: #cd7f32;
    color: #ffffff;
}

    .dev-dashboard-button:hover:enabled, .dev-dashboard-button:focus:enabled, .dev-dashboard-button:active:enabled {
        background-color: #c99e73;
        color: #e1e1e1;
    }

.sf-save-button-custom {
    width: 120px;
    height: 40px;
    margin-bottom: 1em !important;
    margin-left: 2px !important;
    background-color: #e1e1e1;
    color: #121212;
}

    .sf-save-button-custom:hover {
        margin-bottom: 1em !important;
        margin-left: 2px !important;
        background-color: #616161;
        color: #e1e1e1;
    }

    .sf-save-button-custom:focus, .sf-save-button-custom:active {
        margin-bottom: 1em;
        margin-left: .2em !important;
        background-color: #e1e1e1 !important;
        color: #121212 !important;
    }   

.sf-edit-layout-inactive-btn {
    margin-bottom: 1em !important;
    margin-left: .2em !important;
    background-color: #e1e1e1;
    color: #121212;
}

.custom-file-label {
    color: #e1e1e1 !important;
    background-color: #1d1d1d !important;
    border: 1px solid #e1e1e1;
    right: auto;
}

    .custom-file-label::after {
        background-color: #1d1d1d;
        color: #e1e1e1;
        position: initial;
        display: initial;
        padding: initial;
        border-left: none;
        border-radius: initial;
        content: none !important;
    }

    .custom-file-label:hover:after {
        color: #73b0fb;
        border: 1px solid #73b0fb !important;
    }

    .custom-file-label:hover {
        color: #73b0fb !important;
        border: 1px solid #73b0fb !important;
    }

.custom-file-input:focus ~ .custom-file-label {
    border-color: inherit;
    box-shadow: inherit;
}

.card {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
}

.custom-file-input {
    width: 0;
}

.breadcrumb {
    background-color: #2e2e2e;
}

.app {
    padding-top:1.375rem;
    padding-bottom:1.375rem;
    padding-left:3.75rem;
    padding-right:3.75rem;
}

.app-main {
    width: 100%;
}

.app-bar {
    height: 3.5rem;
    display: flex;
    align-items: center;
    top: 0;
    position: sticky;
}

.symbol-with-transparent-box {
    margin: 0.1em;
    margin-top: 0 !important;
    border: 0.1em;
    border-style: solid;
    padding: 0.4em;
    color: #e1e1e1;
    align-content: center;
}

.sf-symbol-with-transparent-box {
    margin-top: 0.1em !important;
    border: 0 !important;
    padding: 0 !important;
    background: 0 !important;
    margin-bottom: 0.5em !important;
}

    .sf-symbol-with-transparent-box:hover {
        margin-top: 0.1em !important;
        border: 0 !important;
        padding: 0 !important;
        background: 0 !important;
        margin-bottom: 0.5em !important;
    }

    .sf-symbol-with-transparent-box span {
        margin: 0.1em !important;
        margin-top: 0 !important;
        border: 0.1em !important;
        border-style: solid !important;
        padding: 1em !important;
        border-radius: 5px !important;
        display: flex !important;
        font-size: 1em !important;
        color: #e1e1e1 !important;
        justify-content: center !important;
    }

    .sf-symbol-with-transparent-box:hover span:hover {
        color: #73b0fb !important;
        border-color: #73b0fb !important;
        margin: 0.1em !important;
        margin-top: 0 !important;
        border: 0.1em !important;
        border-style: solid !important;
        padding: 1em !important;
        border-radius: 5px !important;
        display: flex !important;
        font-size: 1em !important;
        justify-content: center !important;
    }

.washing-title-btn {
    border: 0;
    padding: 0;
    margin: 0;
    background: 0 !important;
    cursor: default !important;
}

.washing-normal-btn {
    width: 100% !important;
    height: 5.5rem !important;
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}

.washing-normal-btn-clicked {
    width: 100% !important;
    height: 5.5rem !important;
    margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
    background-color: #207333 !important;
    color: #acacac !important;
}

.washing-washed-btn {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    width: 100% !important;
    background-color: #6192fa !important;
    border-color: #6192fa !important;
    margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
}

.washing-washed-btn-clicked {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    width: 100% !important;
    margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
}

.washing-cancel-btn {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    width: 100% !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
    margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
}

.washing-cancel-btn-clicked {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    width: 100% !important;
    margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
}

.washing-logo-btn {
    float: right !important;
    background: 0 !important;
    cursor: default !important;
}

.washing-confirm-btn {
    height: 100% !important;
    width: 100% !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    background-color: #41f750 !important;
    color: black !important;
}

.box {
    border: 0.1em;
    border-style: solid;
    margin-bottom: 1.3em;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    color: #e1e1e1;
}

.blink-bg {
    color: #fff;
    animation: blinkingBackground 2s infinite;
}

@keyframes blinkingBackground {
    0% {
        background-color: red;
    }

    25% {
        background-color: #1d1d1d;
    }

    50% {
        background-color: red;
    }

    75% {
        background-color: #1d1d1d;
    }

    100% {
        background-color: red;
    }
}

.blink-time {
    animation: blinkingTime 2s infinite;
}

@keyframes blinkingTime {
    0% {
        color: #1d1d1d;
    }

    25% {
        color: red;
    }

    50% {
        color: #1d1d1d;
    }

    75% {
        color: red;
    }

    100% {
        color: #1d1d1d;
    }
}

.compartment {
    margin-bottom: 1.3em;
    padding-top: 1.3em;
    padding-left: 1.3em;
    padding-bottom: 1.3em;
    background-color: #1d1d1d;
}

.compartmentFlash {
    margin-bottom: 1.3em;
    padding-top: 1.3em;
    padding-left: 1.3em;
    padding-bottom: 1.3em;
    background-color: red;
}

.hr {
    margin-left: .5px;
    margin-right: .85px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #73b0fb;
    border-color: #e1e1e1;
}

.btn {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .btn:hover {
        color: #73b0fb
    }

    .btn:focus {
        box-shadow: 0 0 0 .2rem #616161;
    }

.btn-light {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    color: #121212;
}

    .btn-light:not(:disabled):not(.disabled).active {
        color: #121212;
        border-color: #616161;
        background-color: #616161;
    }

.btn-dark {
    background-color: #121212;
    color: #e1e1e1;
}

    .btn-dark:hover {
        background-color: #616161;
    }

    .btn-dark:not(:disabled):not(.disabled).active {
        background-color: #2e2e2e;
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff !important;
        background-color: #343a40 !important;
        border-color: #343a40 !important;
        opacity: .65 !important;
        pointer-events: none !important;
    }

.btn-menu {
    background-color: #1d1d1d;
    width: 100%;
    padding: .6em;
}

    .btn-menu:hover {
        background-color: #2e2e2e;
    }

.buttonGrid {
    margin: 0;
    padding-left: .3em;
    padding-right: .3em;
    padding-top: 0;
    padding-bottom: 0;
}

h1 > .fa-cogs {
    color: #cd7f32;
    padding-left: .3em;
}

h1 > .fa-heartbeat {
    color: red;
    padding-left: .3em;
}

.table > tbody > tr > td > .fa-ban {
    color: red;
}

.fa-check {
    color: lightgreen;
}

.alertcreate {
    margin-top: .65em;
    margin-bottom: .65em;
    padding-right: .65em;
    padding-left: .65em;
    padding-top: .3em;
    padding-bottom: 0;
}

.rightspan span {
    float: right;
}

.annotation {
    font-size: .7em;
}

input {
    border-color: #e1e1e1;
    color: #e1e1e1;
}

li.page-item {
    background-color: #121212;
}

    li.page-item.active {
        background-color: #2e2e2e;
    }

.page-link, .page-item.disabled .page-link {
    background-color: transparent;
    color: #e1e1e1;
}

a.page-link:hover {
    background-color: #616161;
}

.bg-primary {
    background-color: #2e2e2e !important;
}

.app-content {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    width: auto;
    min-width: 1800px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #fff;
}

.form-control, .form-control:focus {
    background-color: #121212;
    border-color: #e1e1e1;
    color: #e1e1e1;
}

    .form-control:disabled, .form-control[readonly] {
        background-color: #616161;
        border-color: #e1e1e1;
        color: #e1e1e1;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.container {
    max-width: 960px;
}

.e-switch-wrapper .e-switch-off {
    background-color: grey !important;
}

.e-switch-wrapper .e-switch-on {
    background-color: #cd7f32 !important;
}

.e-switch-wrapper .e-switch-handle.e-switch-active {
    background-color: #cd7f32 !important;
}

.e-reverse-progress .e-progress {
    right: 0;
    left: auto;
}

.analytics-monthly-arrow-down {
    align-self: center;
    height: 35px;
    color: red;
    margin-right: 5px;
}

.analytics-monthly-arrow-up {
    align-self: center;
    height: 25px;
    color: green;
    margin-right: 5px;
}

.analytics-monthly-components {
    background-color: #1d1d1d;
    width: -webkit-fill-available;
    min-width: max-content;
    margin-left: 15px;
    margin-bottom: 15px;
}

.analytics-monthly-datapoint-style {
    font-size: 28px;
    -webkit-text-stroke: 3px #1d1d1d;
}

.analytics-monthly-dropdown {
    width: 200px;
    margin-top: 1%;
    margin-left: 0px;
}

.analytics-monthly-icons {
    width: 50px;
    height: 50px;
    margin: 15px;
}

.analytics-monthly-no-selection-tab {
    background-color: #1d1d1d;
    margin-left: 25px;
    padding: 15px;
}

.body-tracker-vertical-bar {
    width: 80px;
    height: 80px;
    transform: rotate(-90deg);
    margin-top: 228px;
}

.body-tracker-vertical-bar-value {
    transform: rotate(90deg);
    margin-top: 228px;
}

.body-tracker-bar-values {
    width: 65px;
    height: 150px;
    margin-left: 0px !important;
    justify-content: center;
}

.body-tracker-btn {
    width: 300px;
    height: 40px;
    background-color: #e1e1e1;
    color: black;
}

.body-tracker-container {
    height: 300px;
    border: solid;
    border-width: thin;
}

.body-tracker-btn-container {
    height: 120px;
    justify-content: center;
    align-content: flex-end;
}

.body-tracker-title-container {
    height: 40px;
    text-align-last: center;
}

.rotate {
    width: 80px;
    transform: rotate(-90deg);
}

.detected-alerts-buttons {
    width: 100%;
    height: 100%;
}

.detected-alerts-contact-btn {
    width: 250px;
    float: right;
    height: 100%;
}

.detected-alerts-no-alerts {
    text-align:center;
    padding-top:4em;
}

.detected-alerts-user-ok-btn {
    text-transform: none;
    margin-top: 5px;
}

.detected-alerts-user-not-ok-btn {
    text-transform: none;
    margin-top: 5px;
    color: black;
}

.edit-layout-btn {
    margin-bottom: 1em !important;
    margin-left: 2px !important;
    background-color: #e1e1e1;
    color: #121212;
}

    .edit-layout-btn:hover {
        margin-bottom: 1em !important;
        margin-left: 2px !important;
        background-color: #616161;
        color: #e1e1e1;
    }

    .edit-layout-btn:focus, .edit-layout-btn:active {
        margin-bottom: 1em;
        margin-left: .2em !important;
        background-color: #e1e1e1 !important;
        color: #121212 !important;
    }

.edit-layout-cancel-btn {
    width: 100px;
    height: 30px;
    background-color: #f22231 !important;
}

.edit-layout-generate-pw-btn {
    float: right;
    align-self: center;
    margin-left: -20px;
    margin-top: 35px;
}

.edit-layout-submit-btn {
    width: 100px;
    height: 30px;
}

.edit-layout-form-btns {
    margin-left: -13px;
    margin-top: 15px;
    margin-bottom: 35px;
}

.edit-group-description {
    width: 400px !important;
    height: 200px !important;
}

.edit-group-leader-icon {
    margin-left: 80px;
}

.edit-group-multiple-groups-icon {
    margin-left: 75px;
}

.icon-margin {
    margin-right: 15px;
}

.monitor-active {
    font-size: 2em;
    color: white;
}

.monitor-inactive {
    font-size: 2em;
    color: grey;
}

.monitor-toggle-btn {
    float: right;
}

.monitor-toggle-label {
    float: right;
    margin-right: 10px;
}

.monitor-toggle-row {
    width: 100%;
    float:right;
    text-align-last: end;
    margin-right: 20px;
    margin-bottom: 10px;
}

.monitor-users-armed-style, .monitor-users-disarmed-style {
    font-size: 2em;
    color: white;
}

.monitor-users-disarmed-style {
    color: grey;    
}

.monitor-users-cell-style {
    font-size: 2em;
    padding-left: 5px;
    color: white;
}

.monitor-users-layer1 {
    width: 30px;
    height: 30px;
    text-align: center;
}

.monitor-users-layer2 {
    margin-left: -2px;
    height: 16px;
    contain: content;
    text-align: center;
    z-index: 10;
    position: relative;
}

.monitor-font-resize span {
    font-size:1.3em;
}

.view-user-progress-spacing{
    padding-top:5px;
}

    .view-user-progress-spacing i {
        font-size:2em;
    }

.view-user-nav-unit-btn {
    height: 20px;
    padding: 2px !important;
}

.validation-message {
    color: red;
    padding: 5px 0px 0px;
}

.sk-cube-grid {
    width: 80px;
    height: 80px;
    margin: 100px auto;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #494e52;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }
.cls-1,
.cls-2,
.cls-3 {
    fill-rule: evenodd;
}

.cls-2 {
    fill: none;
    stroke-linecap: round;
    stroke-width: 20px;
}
.cls-3 {
    fill: none;
    stroke-width: 20px;
}

.icon-streaming {
    width: 38px;
    height: 38px;
    margin-top: -4px;
}

.iconcontainer {
    padding: 0;
    margin-top: 0;
    margin-right: 4px;
    height: 28px;
    display: inline-block;
    overflow-block: visible;
}

.history-icons {
    font-size: 2.6em;
    color: white;
    text-align: center;
    width: 100% !important;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

    .history-icons .iconcontainer {
        height: 1.2em !important;
    }

        .history-icons .iconcontainer .icon-streaming {
            width: 100%;
            height: 100%;
            margin-top: inherit;
        }

.spaces {
    margin: 20px;
}

.calibration-item {
    margin: 0 20px 20px 0;
}

.calibration-id {
    display: block;
    margin: 2px 4px 0 2px;
}