﻿body {
    padding-top: 60px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
textarea {
    max-height: 85px;
    border: 1px gray solid;
    border-radius: 4px;
}

select {
    max-height: 85px;
    border: 1px gray solid;
    border-radius: 4px;
    font-family: 'Courier New', 'Courier', 'monospace'
}

.navbar.always-open {
    border-radius: 0;
}

    .navbar.always-open .navbar-header {
        float: none;
    }

    .navbar.always-open .navbar-toggle {
        display: block;
    }

    .navbar.always-open .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

        .navbar.always-open .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar.always-open .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar.always-open .navbar-nav > li {
            float: none;
        }

            .navbar.always-open .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

.navbar-inverse .navbar-toggle {
    border-color: #fff;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 5px 5px;
}

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #0c687e;
    }

.ZHeaderLogo {
    max-height: 30px;
}

.ZMeatbalLogo {
    padding-top: 4px;
    max-height: 30px;
}

.gateway-img {
    height: 140px;
}

.apak-img {
    height: 160px;
}

.aquanot-img {
    height: 160px;
}

.flex-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}

@media only screen and (min-width: 240px) {
    .navbar-inverse .navbar-toggle {
        margin-top: 18px;
        margin-bottom: 18px;
        padding: 9px 10px;
    }

    body {
        padding-top: 60px;
    }

    .ZHeaderLogo {
        margin-top: 8px;
        max-height: 18px;
    }

    .ZMeatbalLogo {
        padding-top: 4px;
        max-height: 40px;
    }
}

@media only screen and (min-width: 306px) {
    .navbar-inverse .navbar-toggle {
        margin-top: 18px;
        margin-bottom: 18px;
        padding: 9px 10px;
    }

    body {
        padding-top: 60px;
    }

    .ZHeaderLogo {
        margin-top: 8px;
        max-height: 23px;
    }

    .ZMeatbalLogo {
        padding-top: 4px;
        max-height: 40px;
    }
}

@media only screen and (min-width: 360px) {
    .navbar-inverse .navbar-toggle {
        margin-top: 18px;
        margin-bottom: 18px;
        padding: 9px 10px;
    }

    body {
        padding-top: 60px;
    }

    .ZHeaderLogo {
        margin-top: 5px;
        max-height: 30px;
    }

    .ZMeatbalLogo {
        padding-top: 4px;
        max-height: 40px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-toggle {
        margin-top: 23px;
        margin-bottom: 15px;
        padding: 9px 10px;
    }

    body {
        padding-top: 80px;
    }

    .ZHeaderLogo {
        max-height: 50px;
    }

    .ZMeatbalLogo {
        margin-top: 2px;
        max-height: 45px;
    }
}

.ZMeatbalFooterLogo {
    max-height: 30px;
    padding-left: 2px;
}

.ZAppLogos {
    float: left;
    padding-top: 10px;
}

@media only screen and (min-width: 523px) {
    .ZAppLogos {
        float: right;
        padding-top: 0px;
    }

        .ZAppLogos a {
            vertical-align: middle;
        }

        .ZAppLogos img {
            vertical-align: middle;
        }

    .popUp {
        display: none;
        width: 99.8%;
        height: 300px;
        position: absolute;
        top: 100px;
        margin: 0 auto;
        background-color: #ffffff;
        vertical-align: middle;
        padding-left: 0px;
        padding-right: 0px;
        border: 1px solid #000000;
        overflow-x: auto;
        overflow-y: auto;
        resize: both;
        z-index: 9000;
        border-radius: 6px;
    }
}

.popUp {
    display: none;
    width: 55%;
    height: 300px;
    position: absolute;
    top: 100px;
    margin: 0 auto;
    background-color: #ffffff; /*#f2f2f2;*/
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #000000;
    overflow-x: auto;
    overflow-y: auto;
    resize: both;
    z-index: 9000;
    border-radius: 6px;
}

.headerLabelWithClose {
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
    font-size: 18px;
    background-color: #ffffff;
    border-bottom: solid;
    border-bottom-width: 1px;
    height: 50px;
    padding-left: 15px;
    padding-top: 12px;
    cursor: move;
    z-index: 9200;
    width: 100%;
}

.closeButton {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 28px;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    float: right;
    position: relative;
    top: -40px;
    left: -10px;
    cursor: default;
    z-index: 9999;
}

.alwaysBottom {
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.SharedWithContent {
    clear: both;
    margin: 0 auto;
    width: 100%;
    padding-left: 3px;
    padding-bottom: 5px;
    position: relative;
    top: -28px;
}

.SharedWithTableHeader {
    width: 50%;
    font-weight: bold;
    text-decoration: underline;
    color: #ffffff;
    padding-left: 3px;
    background-image: linear-gradient(#0086b3, #006080);
    border: 1px solid #000000;
}

.SharedWithCloseButtonRow {
    text-align: right;
    font-weight: bold;
    padding-right: 20px;
}

.progress-bar {
    background-color: #0e839f;
}

.rowKey {
    color: #0C687E;
    /*border-bottom: 2px solid #0e839f;*/
    font: bold 18px Arial, verdana, sans-serif;
    margin-bottom: 5px;
}

.rowHeader {
    font: bold 16px Arial, verdana, sans-serif;
    color: #0e839f;
    background-color: #FFF;
    padding: 10px 5px;
    border-top: 2px solid #0e839f;
    cursor: pointer;
}

/* Alert History Collapse Styles */
.rowDate {
    padding: 5px 0 5px 0;
    border: 1px solid #ddd;
    border-width: 1px 0;
    cursor: pointer;
    background-color: #0c687e;
    color: #FFF;
}

/*.rowData {
    margin-bottom: 10px;
}*/
.collapsedDesc {
    font-weight: bold;
}

.dataPlus {
    font-size: 20px;
    color: #000;
    background-image: url('Images/whtCaretDown.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 11px;
    height: 11px;
    margin: 4px 0;
}

/*.dataPlusUp {
    background-image: url('Images/blueCaretUp.png');
    background-repeat: no-repeat;
    background-size: 11px;
}*/

.rowPlus {
    font-size: 20px;
    color: #FFF;
    background-image: url('Images/blueCaretDown.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 11px;
    height: 11px;
    margin: 4px 0;
}

.clearBoth {
    clear: both;
}

.headerLabelWithClose {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    background-color: #0c687e;
    border-bottom: solid;
    border-bottom-width: 1px;
    color: #FFF;
    height: 30px;
    /*padding-left: 19px;*/
    cursor: move;
    width: 99.9%;
    z-index: 9999;
    position: absolute;
    top: 0px;
    /*text-align: center;*/
}

.msgpopup {
    display: none;
    clear: both;
    margin: 0 auto;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
    resize: both;
    z-index: 9990;
    background-color: #f2f2f2;
    border: solid 1px black;
    width: 500px;
    height: 250px;
    position: absolute;
    box-shadow: 5px 10px #d1e0e0;
}

.messageHeaderText {
    display: inline-block;
    width: 99%;
    height: 30px;
    float: left;
    position: absolute;
    top: 0px;
}

.closeButtonMsg {
    display: inline-block;
    width: 25px;
    height: 29px;
    background-color: #0c687e;
    border: none;
    color: white;
    font-weight: normal;
    font-size: 24px;
    float: right;
    position: relative;
    top: -13px;
}

    .closeButtonMsg:hover {
        font-weight: bold;
    }

.popupContainer {
    width: 100%;
    background-color: #f2f2f2;
    color: black;
    text-align: center;
    padding: 5px;
    overflow-y: auto;
    position: absolute;
    top: 31px;
    left: 0px;
}

.popupButtonRow {
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #0c687e;
    padding-top: 5px;
    position: absolute;
    top: 210px;
}

.modal-dialog {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    position: fixed;
    z-index: 1050;
}

.confirm::before {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(-50%, -30%);
    background-color: rgba(0,0,0, .35);
    width: calc(100vw * 1.5);
    height: calc(100vh * 1.5);
    content: "";
}


.tableSection {
    word-wrap: break-word;
    word-break: break-word;
}

.errorBackground {
    color: #ff7d3e;
    text-shadow: 1px 1px 3px #090000;
    transform: scale(1.1);
}

.ZFooter {
    position: fixed;
    bottom: 10px;
    left: 25px;
}
/*.rowPlusUp {
    background-image: url('Images/whtCaretUp.png');
    background-repeat: no-repeat;
    background-size: 11px;
}*/

/* Hamburger Styling Start */
#hamburger-button {
    padding: 0px !important;
    border: none !important;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    animation-iteration-count: infinite;
    position: relative;
    top: -10px;
}

#hamburger {
    margin-top: 25px;
    width: 50px;
    height: 5px;
    background-color: rgba(255, 255, 255, 1);
    content: "";
    position: relative;
    transition: background;
    border-radius: 2px;
}

    /* Style for pseudo elements */
    #hamburger::before,
    #hamburger::after {
        position: absolute;
        border-radius: 2px;
        content: "";
        width: 50px;
        height: 5px;
        animation-iteration-count: infinite;
    }

    /* Above the middle line */
    #hamburger::after {
        bottom: 10px;
        /* background-color: rgba(0, 161, 96, 1); */
        background-color: rgb(255, 255, 255);
    }

    /* Below the middle line */
    #hamburger::before {
        top: 10px;
        background-color: rgb(255, 255, 255);
    }

.start {
    animation: 0.4s start 1 forwards;
}

.CollapseArrow {
    width: 35px;
    height: 35px;
    transform: scaleY(-1);
    position: relative;
    top: -5px;
    cursor: pointer;
    transition: all 0.1s ease-out;
    filter: hue-rotate(107deg) invert(27%) saturate(35%) drop-shadow(1px 2px 1px #0000007a);
}

    .CollapseArrow:hover {
        transform: scaleY(-1) scale(1.1);
    }

.ExpandArrow {
    width: 35px;
    height: 35px;
    position: relative;
    top: -5px;
    cursor: pointer;
    transition: all 0.1s ease-in;
    filter: hue-rotate(107deg) invert(27%) saturate(35%) drop-shadow(1px 2px 1px #0000007a);
}

    .ExpandArrow:hover {
        transform: scale(1.1);
    }

.deviceBox {
    display: none;
    margin-top: 25px;
    padding-left: 20px;
    width: 100%;
    border-radius: 15px;
    padding-right: 20px;
    box-shadow: 1px 1px 12px 4px #d0d0d0;
    padding: 20px;
    /*	background: linear-gradient(-190deg, rgba(70, 209, 242, 0.05) 30%, rgba(5, 60, 108, 0.62) 170%); */
}

.ImpersonateTitle {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 1px 3px #a6a6a6;
    color: #313131;
    text-decoration: underline #4db6d71a 1px;
}

.ImpersonateText {
    text-shadow: 2px 1px 3px #a6a6a6;
    color: #313131;
}

.deleteBox {
    display: block;
    width: 45px;
    height: 45px;
    background: url('/Content/Images/StatusIconFaultInverted.svg');
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding: 2px 5px;
    margin: 0 auto;
    display: inline;
    float: left;
    filter: hue-rotate(378deg) saturate(85%);
}

    .deleteBox:hover {
        background: url('/Content/Images/StatusIconFault.svg');
        background-size: contain;
        background-repeat: no-repeat;
    }

.deleteNormal {
    display: block;
    width: 25px;
    height: 25px;
    background: url('/Content/Images/StatusIconFaultInverted.svg');
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding: 2px 5px;
    margin: 0 auto;
}

    .deleteNormal:hover {
        background: url('/Content/Images/StatusIconFault.svg');
        background-size: contain;
        background-repeat: no-repeat;
    }

#aClapseExpandAll {
    font-size: 16px;
    float: right;
    padding-right: 20px;
    cursor: pointer;
    position: relative;
    top: 13px;
}

.collapseAllText {
    float: right;
    font-size: 16px;
    text-shadow: none;
    position: relative;
    top: 15px;
}

#hamburger.start::after {
    animation: 0.4s after-start 1 forwards;
}

#hamburger.start::before {
    animation: 0.4s before-start 1 forwards;
}

.end {
    animation: 0.4s end 1 forwards;
}

#hamburger.end::after {
    animation: 0.4s after-end 1 forwards;
}

#hamburger.end::before {
    animation: 0.4s before-end 1 forwards;
}

@keyframes start {
    0% {
        background-color: rgba(255, 255, 255, 1);
    }

    50% {
        background-color: rgba(255, 255, 255, 0);
    }

    100% {
        background-color: rgba(255, 255, 255, 0);
    }
}

@keyframes end {
    0% {
        background-color: rgba(255, 255, 255, 0);
    }

    50% {
        background-color: rgba(255, 255, 255, 0);
    }

    100% {
        background-color: rgba(255, 255, 255, 1);
    }
}

@keyframes after-start {
    0% {
        bottom: 10px;
    }

    50% {
        bottom: 0px;
        transform: rotate(0deg);
    }

    100% {
        bottom: 0px;
        transform: rotate(-45deg);
    }
}

@keyframes before-start {
    0% {
        top: 10px;
    }

    50% {
        top: 0px;
        transform: rotate(0deg);
    }

    100% {
        top: 0px;
        transform: rotate(45deg);
    }
}

@keyframes after-end {
    0% {
        bottom: 0px;
        transform: rotate(-45deg);
    }

    50% {
        bottom: 0px;
        transform: rotate(0deg);
    }

    100% {
        bottom: 10px;
    }
}

@keyframes before-end {
    0% {
        top: 0px;
        transform: rotate(45deg);
    }

    50% {
        top: 0px;
        transform: rotate(0deg);
    }

    100% {
        top: 10px;
    }
}

.statusTab {
    display: inline-block;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 9px;
    border: 0;
}

.statusTabSelected {
    display: inline-block;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 9px;
    border: 1px solid lightgray;
    border-bottom: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.deviceStatusDiv {
    display: block;
    z-index: 1;
    /*    border-top: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey; */
    margin-left: 0;
    position: relative;
    left: -15px;
    top: 5px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 5px;
}

/*.deviceStatusDiv table thead th {
    position: sticky;
    top: 0;
    z-index: 10;
}*/

.alertStatusDiv {
    display: block;
    z-index: 1;
    border-top: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    margin-left: 0;
    position: relative;
    left: -15px;
    top: 5px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.deviceStatusTop {
    /*    display:inline-block;
    width:40%; */
    padding-top: 10px;
}
/*.alertStatusDiv table thead th {
    /*position: sticky;*/
/*top: 0;
    z-index: 10;
}*/
.alertStatusFull {
    display: inline-block;
    width: 100%;
}

/*style="clear:both;margin-top:35px;max-height:35px;width:100%;"*/
.buttonTabSelected {
    display: inline;
    border-bottom: none;
    color: black;
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: white;
    min-height: 38px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: default;
}

.buttonTab {
    display: inline;
    border-bottom: none;
    color: #0000EE;
    border: none;
    background-color: white;
    min-height: 38px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
}

    .buttonTab:hover {
        background-color: lightgray;
        border-radius: 7px;
    }

.statusLeft {
    display: inline-block;
    float: left;
    width: 49%;
    min-width: 49%;
    overflow-y: auto;
}

.statusRight {
    display: inline-block;
    float: right;
    width: 50%;
}

@media (max-width: 430px) {
    .statusLeft {
        width: 100%;
    }

    .statusRight {
        width: 100%;
    }
}

/* Hamburger Styling End */

.logo1 {
    border: 1px solid black;
    background: url("../Content/Images/BasementSentryIntelligentSumpPump.png");
}

.addLocationPopup {
    background-color: white;
    width: 30%;
    height: 600px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 200px;
    border-radius: 5px;
    font-size: 16px;
}

.addLocationPopupHeader {
    display: inline-block;
    float: left;
    width: 97%;
    height: 50px;
    font-size: 18px;
    border-bottom: 1px solid lightgray;
    padding-top: 12px;
}

.alertHistoryDiv {
    margin-top: 8px;
    /*max-height: 550px;*/
    overflow-x: hidden;
}

.AddDeviceModal {
    position: absolute;
    display: none;
    border: 2px solid black;
    width: 50%;
    min-height: 350px;
    margin: 0 auto;
    background-color: white;
    border-radius: 8px;
    z-index: 8000;
    padding-left: 5px;
}

.AddDeviceAuto {
    z-index: 8000;
    background-color: white;
    border-radius: 5px;
}

.bold {
    font-weight: bold;
}

.buttons {
    height: 35px;
    min-width: 85px;
    border-radius: 4px;
}

    .buttons:hover {
        font-weight: bold;
    }

.buttonDivBottom {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    bottom: 10px;
}

/*.addLocationPopupHeaderLeft {
    display:inline-block;
    float: left;
    width: 97%;
    height: 50px;
    font-size: 18px;
    border-bottom: 1px solid lightgray;
    padding-top: 12px;
}

.addLocationPopupHeaderRight:after {
    display: inline-block;
    float: left;
    width: 2%;
    height: 50px;
    font-size: 16px;
    border-bottom: 1px solid lightgray;
    padding-top: 12px;
    color: lightgray;
    content: "X";
}

.addLocationPopupHeaderRight:after:hover {
    color: black;
    content: "X";
}
*/
.spacer10 {
    height: 10px;
    min-height: 10px;
    max-height: 10px;
}

.required:before {
    content: "*";
    color: red;
    font-weight: bold;
    font-size: 22px;
    position: relative;
    top: 7px;
    text-decoration: none;
    padding-left: 2px;
}

.divMsgPopupHeader {
    height: 45px;
}

.messageHeaderLeft {
    display: inline-block;
    width: 97%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 35px;
    margin-bottom: 5px;
    margin-right: 0;
    padding-right: 0;
}

.messageHeaderRight {
    display: inline-block;
    width: 2.9%;
    float: right;
    font-size: 16px;
    text-align: right;
    padding-right: 3px;
    height: 35px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 0;
}

    .messageHeaderRight:hover {
        color: black;
    }

@media only screen and (max-width: 376px) {
    .addLocationPopup {
        background-color: white;
        width: 99%;
        height: 600px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 100px;
        border-radius: 5px;
        font-size: 16px;
    }
}

/* Loading Spinner */
div#spinner {
    display: block;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 49%;
    left: 49.5%;
    background: url('../../Content/images/spinner.jpg') no-repeat center #fff;
    text-align: center;
    padding: 10px;
    z-index: 8888;
    overflow: auto;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 45px;
    text-align: center;
}

.spinText {
    display: block;
    background-color: transparent;
    position: relative;
    top: 32px;
    left: 33px;
    text-align: center;
    z-index: 999999;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

div#spinContainer {
    display: block;
    background-color: transparent;
    z-index: 90000;
    position: absolute;
    top: 49%;
    left: 49.5%;
    border-radius: 45px;
}

.histFilter {
    display: none;
    z-index: 7777 !important;
    border: 2px solid black;
    border-radius: 10px;
    position: absolute;
    margin: 0 auto;
    background-color: white;
    border-radius: 5px;
}

.histFilterHeader {
    width: 100%;
    border-bottom: 2px solid black;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    height: 30px;
    padding-top: 4px;
    padding-right: 5px;
}

.alertHistoryFilterMessage {
    display: none;
    text-align: center;
    font-weight: bold;
    color: red;
    width: 100%;
}

.shadow {
    -moz-box-shadow: 0 0 13px #000;
    -webkit-box-shadow: 0 0 13px #000;
    box-shadow: 0 0 13px #000;
}

#updateLocations {
    display: none;
    width: 65%;
    z-index: 9999;
    margin: 0 auto;
    background-color: beige;
    position: absolute;
    top: 500px;
}

.deviceStatDetailUpperHeader {
    background-color: #0c687e;
    font-size: 16px;
}

/*@media only screen and (max-width: 1000px) {
}
*/
.deviceStatDetailLowerHeader {
    font-size: 14px;
}

@media only screen and (max-width: 1000px) {
    .deviceStatDetailUpperHeader {
        font-size: 14px;
    }

    .deviceStatDetailLowerHeader {
        font-size: 12px;
    }
}

@media only screen and (max-width: 850px) {
    .deviceStatDetailUpperHeader {
        font-size: 12px;
        text-align: left;
    }

    .deviceStatDetailLowerHeader {
        font-size: 10px;
        text-align: left;
    }
}

.tileRow {
    clear: both;
    width: 100%;
}

.tileCell {
    display: inline-block;
    width: 30%;
}

.profilePopup {
    display: none;
    width: 45%;
    background-color: white;
    z-index: 500;
    position: absolute;
    top: 300px;
    left: 35%;
    border-radius: 5px
}

.profileEdit {
    width: 95%;
    margin: 0 auto;
}

.contactsPopup {
    display: none;
    width: 40%;
    background-color: white;
    z-index: 1000;
    position: absolute;
    top: 300px;
    left: 30%;
    border-radius: 5px
}

.phonePopup {
    display: none;
    width: 30%;
    background-color: white;
    z-index: 1000;
    position: absolute;
    top: 250px;
    left: 35%;
    border-radius: 5px
}

.emailPopup {
    display: none;
    width: 38%;
    background-color: white;
    z-index: 1000;
    position: absolute;
    top: 250px;
    left: 31%;
    border-radius: 5px
}

.commentsPopup {
    display: none;
    width: 34%;
    background-color: white;
    z-index: 1000;
    position: absolute;
    top: 250px;
    left: 33%;
    border-radius: 5px
}

.removeDeviceConfirm {
    display: none;
    width: 30%;
    background-color: white;
    z-index: 1000;
    position: absolute;
    top: 250px;
    left: 35%;
    border-radius: 5px
}

.modal {
    width: 100%;
    height: 100%;
    opacity: 30%;
    background-color: gray;
    z-index: 500;
    overflow: hidden;
    /*background-image: url("/Content/Images/ZControl_Modal.PNG");*/
    /*background-image: url('/Content/images/zmeatballogoblack.png');*/
    /*background-image: url('/Content/images/zmeatballogo.png');*/
}

.deviceStatusTab1 {
    overflow: scroll;
    height: 590px;
    border: 1px solid black;
    margin-top: -20px;
}

.deviceStatusTab2 {
    width: 100%;
    height: 640px;
    border: 1px solid black;
    overflow: auto;
}

.deviceStatusTab3 {
    height: 600px;
    overflow-y: scroll;
    margin-top: -20px;
    width: 100%;
}

.deviceStatusBackButtDiv {
    display: inline-block;
    width: 125px;
    text-align: left;
}

.center {
    text-align: center;
}

#scroll-container {
    display: none;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 25px;
    padding-top: 15px;
    z-index: 9999;
    text-align: center;
    font-size: 16px;
}

.dryBasement {
    display: none;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
}

.billboard {
    font-weight: bold;
    color: #00A160;
}

.blacklistedDevice {
    font-weight: bold;
    color: red;
    font-size: 16px;
}

.blacklistedDeviceDiv {
    display: inline-block;
    width: 19%;
    text-align: center;
    font-weight: bold;
    color: red;
    font-size: 20px;
    padding-top: 45px;
}

.alertSettingAlert {
    display: inline-block;
    width: 33%;
    padding-left: 5px;
}

.alertSettingToggle {
    display: inline-block;
    width: 11.33%;
    padding-left: 5px;
    padding-top: 5px;
}

.alertSettingParameter {
    display: inline-block;
    width: 33%;
    padding-left: 5px;
    padding-right: 5px;
}

.alertSettingRow {
    line-height: 24pt;
    border: solid 1px black;
}

    .alertSettingRow:nth-child(odd) {
        background: #ebebeb;
    }

.AlertSettingsTable {
}

.toggleText {
    display: none;
    position: absolute;
    float: left;
}

.ZAlertCheckBox {
    clear: both;
    display: block;
    float: right;
}

.promptPosAdj5 {
    width: 22%;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    position: relative;
    top: -5px;
}

.registerPrompt {
    display: inline-block;
    width: 25%;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    position: relative;
    top: 3px;
}

.registerInput {
    display: inline-block;
    width: 74%;
    text-align: left;
    padding-left: 5px;
}

.inputGroup {
    clear: both;
    margin-bottom: 7px;
    width: 80%;
}

.inline {
    display: inline;
    width: 80%;
}

@media (max-width: 430px) {
    .navbar-inverse .navbar-toggle {
        margin-top: 18px;
        margin-bottom: 18px;
        padding: 9px 10px;
    }

    body {
        padding-top: 70px;
    }

    .ZHeaderLogo {
        max-height: 40px;
    }

    .ZMeatbalLogo {
        padding-top: 4px;
        max-height: 40px;
    }

    .statusLeft {
        width: 100%;
    }

    .statusRight {
        width: 100%;
    }

    .alertSettingAlert {
        display: block;
        width: 100%;
        margin-top: 15px;
    }

    .alertSettingToggle {
        clear: both;
        min-width: 33%;
        margin-top: 15px;
    }

    .alertSettingParameter {
        display: block;
        width: 100%;
        margin-top: 15px;
    }

    .AlertSettingsTable {
        display: none;
    }

    .toggleText {
        display: block;
        font-weight: bold;
        top: -28px;
    }
}

