﻿
/*Style overides*/

html, body {
    background: #fff;
    height: 100%!important;
    display: block;
}

a {
    color: #1156a7;
}



.red {
    background: #1156a7;
    color: #fff !important;
}

.red-text {
    color: #1156a7 !important;
}

.input-field label.active {
    color: #000;
}

input[type=text]:not([readonly]):focus + label, input[type=password]:not([readonly]):focus + label, input[type=email]:not([readonly]):focus + label, input[type=url]:not([readonly]):focus + label, input[type=time]:not([readonly]):focus + label, input[type=date]:not([readonly]):focus + label, input[type=datetime-local]:not([readonly]):focus + label, input[type=tel]:not([readonly]):focus + label, input[type=number]:not([readonly]):focus + label, input[type=search]:not([readonly]):focus + label, textarea:not([readonly]).materialize-textarea:focus + label {
    color: #000;
}

input[type=text]:not([readonly]):focus, input[type=password]:not([readonly]):focus, input[type=email]:not([readonly]):focus, input[type=url]:not([readonly]):focus, input[type=time]:not([readonly]):focus, input[type=date]:not([readonly]):focus, input[type=datetime-local]:not([readonly]):focus, input[type=tel]:not([readonly]):focus, input[type=number]:not([readonly]):focus, input[type=search]:not([readonly]):focus, textarea:not([readonly]).materialize-textarea:focus {
    border-bottom: 1px solid #008ecc;
    box-shadow: 0px 1px 0px 0px #eee;
}

.pagination li.active {
    background-color: #1156a7 !important;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #000;
}
/*Range slider*/
input[type=range] {
    border: none;
}

    input[type=range] + .thumb .value {
        color: #fff !important;
    }

    input[type=range] + .thumb {
        background: #1156a7 !important;
    }

    input[type=range]:disabled + .thumb {
        display: none;
    }

    input[type=range]::-webkit-slider-thumb {
        background: #1156a7 !important;
    }

    input[type=range]::-ms-thumb {
        background: #1156a7;
    }

    input[type=range]::-moz-range-thumb {
        border: none;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background: #1156a7;
        margin-top: -5px;
    }

/*Nav bar*/
nav {
    background-color: #0b569f;
    padding-right: 15px;
    color: #ffffff;
}

    nav a {
        color: #ffffff;
    }

    nav .brand-logo {
        color: #393c86;
        margin-left: -2px;
        background: #ffffff;
        height: 64px;
        padding: 2px 15px 0 15px;
        margin-top: 0;
    }

    nav li .menu-active {
        background: #333573;
    }

.brand-logo-large {
    margin: 30px -4px 30px 0;
}


nav ul a {
    font-size: 1rem;
    color: #ffffff;
    display: block;
    padding: 0 15px;
}

nav .brand-logo img {
    width: 200px;
    height: auto;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
    margin-left: 5px;
}

.mymodal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    z-index: 1000;
    border-radius: 2px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    will-change: top, opacity;
}

    .mymodal > div {
        position: relative;
        width: 100%;
        background: #fff;
    }

.mymodal-header {
    padding: 10px;
}

.mymodal-content {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    overflow-wrap: break-word;
}

.mymodal-footer {
    height: 60px;
    width: inherit;
    border-top: 1px solid #808080;
    margin-bottom: 0;
    display: block;
    text-align: right;
    padding: 10px;
    width: 97%;
    margin: auto;
}



.mymodal-busy {
    position: absolute !important;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    background: #fff;
    opacity: .8;
    display: none;
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

    .mymodal-busy .preloader-wrapper {
        top: 40%;
    }

.mymodal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity;
}

.login-form {
    display: none;
    position: absolute;
    width: 300px;
    right: 10px;
    padding: 20px;
    background: #fff;
    top: 64px;
    z-index: 997;
    min-height: 400px;
    max-height: 430px;
}

.login-busy {
    width: 100%;
    height: 300px;
    margin: -20px auto auto -20px;
    position: absolute;
    display: none;
    opacity: .9;
    background: #fff;
    z-index: 998;
    top: 0px;
}

table.striped tbody tr td:first-of-type, tr th:first-of-type {
    padding-left: 30px;
}

table.striped tbody tr:nth-child(odd) {
    background-color: #d2d2d2;
    background-color: rgba(210, 210, 210, 1);
}

table.striped td, table.striped th {
    -ms-border-radius: 0;
    border-radius: 0;
}

table.striped {
    margin-top: 15px;
}

.btn-table {
    margin-top: -25px;
    margin-left: -25px;
    position: absolute;
}


.table-busy {
    width: 100%;
    height: 300px;
    position: absolute;
}

.table-container {
    opacity: 0;
}

::-ms-tooltip {
    display: none;
}

.pagination-slider {
    display: none;
}

.pagination {
    display: none;
}

.table-busy .btn-floating {
    background: #fff !important;
}


#table-header {
    background: #0b569f;
    color: #fff;
}

.mdi mdi-plus {
    color: #fff !important;
}

.mdi mdi-dots-vertical {
    color: #fff !important;
}

#toast-container li {
    list-style: none;
}

.toast {
    vertical-align: top;
}


.kill-toast {
    cursor: pointer;
}

.progress {
    height: 7px;
}

.waves-effect {
    z-index: 0;
}

.picker__date-display {
    background: #1156a7;
}

.picker__weekday-display {
    background: #1156a7;
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background: #1156a7;
}

.picker__frame {
    position: relative;
}

.picker__day.picker__day--today, .picker__today, .picker__close {
    color: #1156a7;
}

.tabs .tab a {
    color: #000000;
}

    .tabs .tab a:hover {
        color: #1156a7;
    }

.tabs .indicator {
    background: #393c86;
}

.tabs a.active {
    color: #000000;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #d2d2d2;
}

    .switch label input[type=checkbox]:checked + .lever:after {
        background: #1156a7;
        color: #000000;
    }

.spinner-squareone, .spinner-sqaureone-only {
    border-color: #00bde5;
}

.spinner-squaretwo, .spinner-squaretwo-only {
    border-color: #008ecc;
}

.spinner-squarethree, .spinner-squarethree-only {
    border-color: #00bde5;
}

.spinner-squarefour, .spinner-squarefour-only {
    border-color: #008ecc;
}

table thead {
    font-weight: bold;
}


.input-field .prefix.active {
    color: #0b56a0;
    cursor: pointer;
}

/*Help Me*/
.help-me .help-icon {
    right: 20px;
    top: 79px;
    z-index: 1000;
    position: fixed;
    display: none;
}

.help-content-outer {
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1000;
    -ms-opacity: 0.6;
    opacity: 0.6;
    z-index: 996;
    position: fixed;
}

.help-content-inner {
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    background: #ffffff;
    display: block;
    position: fixed;
    z-index: 998;
    transform: translateX(100%);
}

.help-no-content {
    width: 90%;
    margin: 115px auto;
    text-align: center;
}

    .help-no-content i {
        font-size: 19vw;
        color: #eee;
    }

#help-content {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    z-index: 995;
}

/*Notification bell*/
.bell {
    right: 60px;
    top: 79px;
    z-index: 1000;
    position: fixed;
    display: none;
}

.notification-bell ul {
    width: 100%;
}

.notification-bell img {
    margin-top: 5px;
    margin-left: 2px;
    z-index: 880;
}

.help-content-inner .notification-cards {
    top: 60px;
}

.notification-cards {
    position: relative;
    right: 0;
    top: 0px;
    z-index: -85;
    padding: 15px;
    background: #fff;
    display: none;
    height: 100%;
}

    .notification-cards .collection {
        width: 100%;
        overflow: auto;
        height: 85%;
    }

    .notification-cards .collection-item.avatar {
        height: auto !important;
        padding-bottom: 40px;
    }

.notification-buttons {
    display: block;
    position: absolute;
    top: 20px;
    right: 101px;
}

.notification-blank {
    text-align: center;
    width: 100%;
    color: #ccc;
}

    .notification-blank .mdi-email-open {
        font-size: 150px;
        color: #eee;
    }


/* Device Display*/

.device-navigator {
    width: auto;
    position: relative;
    height: 50px;
    background: #1156a7;
    margin: -30px 10px 0 5px;
    padding-left: 10px;
}


    .device-navigator span {
        font-size: 25px;
        position: absolute;
        bottom: 5px;
    }

    .device-navigator .mdi {
        font-size: 35px;
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
        display: block;
    }

    .device-navigator .mdi-home-variant {
        display: none;
    }

    .device-navigator .mdi-apps {
        right: 80px;
        display: none;
    }

    .device-navigator .mdi-arrow-left {
        left: 0;
    }


#device-dialog {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: -10px;
    display: none;
    padding: 15px;
}

#meter-regionzone {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: -10px;
    display: none;
    padding: 15px;
}

#device-information, #play-token-dialog, #filter-dialog, #search-results, #dcu-firmware-update-dialog {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: -10px;
    display: none;
    padding: 15px;
    z-index: 200;
}

.display-description {
    padding: 10px 0 0 35px;
}

    .display-description i {
        font-style: normal;
    }

.current-device {
    display: none;
    float: left;
    cursor: pointer;
    position: absolute;
}


#deviceplaceholder {
    padding-left: 25px;
}


/**Meter status icons**/
.status-icons {
    margin-left: 15px;
}

    .status-icons i {
        color: #b2b2b2;
    }

        .status-icons i[data-alert] {
            color: #e51c23;
        }


#details .status-icons {
    font-size: 35px;
}

div.signal-strength {
    position: absolute;
    left: 22px;
    top: 99px;
    height: 0;
    overflow: hidden;
    display: block;
}

.vr-search-container {
    display: block;
    height: 60px;
    width: 90%;
    max-width: 400px;
}

    .vr-search-container .btn-floating {
        position: absolute;
        top: 10px;
        right: -55px;
    }

.notification-back {
    top: 140px;
    margin-left: 15px;
    position: absolute;
    z-index: 999;
}

@media only screen and (max-width : 992px) {
    .notification-back {
        top: 70px;
    }
}

.modal-title {
    background: #1156a7;
    color: #ffffff;
    padding: 14px;
    margin: 0;
}

.modal .modal-content {
    padding: 0;
}

.modal {
    background: #fff;
}

.modal-body {
    padding: 24px;
    margin-top: -20px;
}

.modal-actions {
    position: absolute;
    right: 15px;
    top: 15px;
}

    .modal-actions i {
        color: #fff;
    }

.modal .modal-footer {
    background: #fff;
    border: 1px solid #e5e5e5;
}

button.btn:hover, a.btn:hover {
    background: #008ecc;
    color: #ffffff;
}

button.btn-primary, a.btn-primary {
    background: #1156a7;
}

.no-data {
    color: #a8a8a8;
    display: block;
    font-size: 6rem;
    margin-top: 13px;
}

.red {
    background: #1156a7 !important;
}

.tabs {
    overflow-x: hidden !important;
}

#block-layer {
    background: white;
}

#app-version, #tenant-name {
    position: fixed;
    bottom: 0;
    padding: 5px;
    color: #808080
}

#tenant-name {
    right: 20px;
}

blockquote {
    border-left-color: #008ecc;
}

#help-frame {
    overflow-x: hidden;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    left: 0;
}
