﻿/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}*/

.links {
    display: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

    q:before, q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th.remove {
    display: none;
}

td.remove {
    display: none;
}

.row {
    width: 100%;
    max-width: 1250px;
    overflow: hidden;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.col {
    width: 100%;
    box-sizing: border-box;
    float: left;
    padding: 0;
}

    .col.flow-oppersite {
        float: right;
    }

.btnLink {
    /*line-height: 15px !important;
    display: block !important;
    text-decoration: none;
    color: #333333 !important;
    padding: 2px 6px 2px 6px;
    border-radius: 5px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    background: linear-gradient(to bottom, #f0f5f7 0%, #dbe3e6 42%, #a7b8bf 100%); /* W3C */
    */
}

.text-underline {
    text-decoration: underline !important;
}

@media only screen and (min-width: 769px) {
    .col {
        margin-right: 2%;
    }

        .col.flow-oppersite {
            float: right;
            margin-right: 0;
            margin-left: 2%;
        }

    .col1 {
        width: 6.5%;
    }

    .col2 {
        width: 15%;
    }

    .col3 {
        width: 23.5%;
    }

    .col4 {
        width: 32%;
    }

    .col5 {
        width: 40.5%;
    }

    .col6 {
        width: 49%;
    }

    .col7 {
        width: 57.5%;
    }

    .col8 {
        width: 66%;
    }

    .col9 {
        width: 74.5%;
    }

    .col10 {
        width: 83%;
    }

    .col11 {
        width: 91.5%;
    }

    .col12 {
        width: 100%;
    }
}

.offset1 {
    margin-left: 8.5%;
}

.offset2 {
    margin-left: 17%;
}

.offset3 {
    margin-left: 25.5%;
}

.offset4 {
    margin-left: 34%;
}

.offset5 {
    margin-left: 42.5%;
}

.offset6 {
    margin-left: 51%;
}

.offset7 {
    margin-left: 59.5%;
}

.offset8 {
    margin-left: 68%;
}

.offset9 {
    margin-left: 76.5%;
}

.offset10 {
    margin-left: 85%;
}

.offset11 {
    margin-left: 93.5%;
}

.no-stack .col {
    margin-right: 2%;
}

.no-stack .col1 {
    width: 6.5%;
}

.no-stack .col2 {
    width: 15%;
}

.no-stack .col3 {
    width: 23.5%;
}

.no-stack .col4 {
    width: 32%;
}

.no-stack .col5 {
    width: 40.5%;
}

.no-stack .col6 {
    width: 49%;
}

.no-stack .col7 {
    width: 57.5%;
}

.no-stack .col8 {
    width: 66%;
}

.no-stack .col9 {
    width: 74.5%;
}

.no-stack .col10 {
    width: 83%;
}

.no-stack .col11 {
    width: 91.5%;
}

.no-stack .col12 {
    width: 100%;
}

.col:last-child {
    margin-right: 0;
}

.col.flow-oppersite:last-of-type {
    margin-left: 0;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.m-spacer {
    display: block;
    clear: both;
}

.m-spacer-sm {
    height: 30px;
}

.m-spacer-m {
    height: 50px;
}

.m-spacer-l {
    height: 70px;
}

@font-face {
    font-family: 'Montserrat Extralight';
    src: url("../Content/fonts/Montserrat-ExtraLight.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Light';
    src: url("../Content/fonts/Montserrat-Light.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url("../Content/fonts/Montserrat-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url("../Content/fonts/Montserrat-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Montserrat Light' !important;
}

    body a {
        /*color: #444;*/
        text-decoration: none;
    }

.search {
    background: #ED1C23;
    padding: 10px 45px;
}

    .search input {
        width: 98%;
        height: 32px;
        border: none;
        font-family: 'Montserrat Light';
        font-size: 16px;
        line-height: 30px;
        padding: 0 1%;
        background-color: #eee;
    }

        .search input.submit {
            position: absolute;
            top: 18px;
            right: 54px;
            height: 18px;
            width: 18px;
            text-indent: -20000px;
            background-color: #eee;
            background-image: url("../Content/images/search-icon.png");
            background-repeat: no-repeat;
            background-position: top right;
            background-size: 18px;
            cursor: pointer;
        }

.navigation {
    /*display: none;  removed to have menu expanded by default*/
    background: #ED1C23;
    width: 100%;
    max-width: 1250px;
    /*padding: 12px 10px;*/
    margin: 0 auto;
    box-sizing: border-box;
}

#login-screen .navigation {
    max-width: none;
}

    .navigation nav {
        font-family: 'Montserrat Light';
        display: block;
        margin-left: 35px;
        /*text-align: center;*/
        /* background: #333;*/
        padding-top: 5px;
        /*padding-bottom: 10px;*/
    }

        .navigation nav div:not(.dropdown-content) {
            display: inline-block;
            color: #fff;
        }

        .navigation nav div a {
            /*border-right: 1px solid #626262;*/
            padding-right: 15px;
            margin-right: 10px;
            color: #FFF;
        }

        .navigation nav div.dropdown-content a {
            border-right: 0px;
        }

        .navigation nav div a:hover {
            color: #000000;
            text-decoration: none;
        }

        .navigation nav div.second a:last-child {
            border: none;
            padding-right: 0;
            margin-right: 0;
        }

    .navigation a.export {
        display: block;
        float: right;
        height: 33px;
        width: 115px;
        font-family: 'Montserrat Regular';
        background-image: url("../Content/images/export-icon.png");
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: top right;
        padding-top: 18px;
        margin-top: 25px;
        margin-right: 37px;
    }

.charts {
    margin-top: 65px;
}

.dials-outer {
    float: left;
    overflow: hidden;
    width: 460px;
    margin-left: 20px;
}

.dials {
    position: relative;
    float: left;
    width: 205px;
}

    .dials:first-child {
        margin-right: 50px;
    }

    .dials .text {
        position: absolute;
        top: 60px;
        left: 40px;
        width: 125px;
    }

        .dials .text .number {
            font-size: 44px;
            font-weight: 300;
            text-align: center;
        }

        .dials .text .desc {
            font-size: 20px;
            font-weight: 300;
            text-align: center;
            margin-top: 5px;
        }

    .dials .dial div:last-child {
        position: absolute;
        left: 0;
    }

    .dials .percentage {
        width: 184px;
        margin: 0 auto;
    }

        .dials .percentage .green, .dials .percentage .red {
            float: left;
            font-size: 30px;
            font-weight: 300;
            text-align: center;
            height: 96px;
            width: 58px;
            background-repeat: no-repeat;
            background-position: center bottom;
            background-size: 50px;
            padding: 5px 26px 0 1px;
            margin-top: 35px;
            box-sizing: content-box;
        }

        .dials .percentage .green {
            border-right: 2px solid #898989;
            background-image: url("../Content/images/tick-icon.png");
        }

        .dials .percentage .red {
            background-image: url("../Content/images/bell-icon.png");
            padding-left: 12px;
        }

.bars {
    float: right;
    position: relative;
    height: 200px;
    margin-right: 40px;
}

    .bars .day {
        float: left;
        margin-right: 20px;
    }

        .bars .day:first-child + .day + .day + .day + .day + .day + .day {
            margin-right: 0;
        }

        .bars .day .bar {
            width: 22px;
            margin: 0 auto;
        }

            .bars .day .bar .back, .bars .day .bar .green, .bars .day .bar .red {
                height: 186px;
                min-height: 12px;
                width: 26px;
                color: #fff;
                font-size: 16px;
                font-family: 'Montserrat Bold' !important;
                background: #eee;
                padding: 5px 0 9px 0;
                border-radius: 16px;
                box-sizing: content-box;
            }

                .bars .day .bar .back span, .bars .day .bar .green span, .bars .day .bar .red span {
                    display: inline-block;
                    width: 100%;
                    text-align: center;
                    font-size: 12px;
                }

            .bars .day .bar .green, .bars .day .bar .red {
                position: absolute;
                bottom: 0;
                height: 15px;
            }

            .bars .day .bar .green {
                background: #626262;
                min-height: 33px;
            }

            .bars .day .bar .red {
                background: #ED1C23;
            }

        .bars .day .text {
            font-size: 20px;
            font-weight: 300;
            margin-top: 32px;
        }

    .bars .date-area {
        clear: left;
        padding-top: 20px;
    }

        .bars .date-area .week {
            float: left;
            font-size: 34px;
            font-weight: 200;
            margin-top: 16px;
        }

        .bars .date-area .calendar {
            position: relative;
            float: right;
            height: 60px;
            width: 60px;
            font-family: 'Montserrat Regular';
            background: url("../Content/images/calendar-background.png") no-repeat;
            background-size: 60px;
        }

            .bars .date-area .calendar .shade {
                position: absolute;
                height: 30px;
                width: 60px;
                background-image: url(../Content/images/calendar-shade.png);
                background-repeat: no-repeat;
                background-size: 60px;
                z-index: 1;
            }

            .bars .date-area .calendar .date {
                position: absolute;
                top: 12px;
                left: 0;
                width: 100%;
                color: #fff;
                font-size: 32px;
                text-align: center;
            }

            .bars .date-area .calendar .day {
                position: absolute;
                bottom: 0;
                width: 100%;
                color: #fff;
                font-size: 15px;
                text-align: center;
                padding-bottom: 2px;
            }

.tables {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .tables .action {
        background: #ED1C23;
    }

    .tables .priority {
        background: #626262;
    }

        .tables .priority table tr.even {
            background: #515151;
        }

    .tables .general {
        background: #aaa;
    }

        .tables .general table tr.even {
            background: #999;
        }

    .tables .action, .tables .priority, .tables .general {
        color: #fff;
        border-radius: 10px;
        padding-bottom: 20px;
    }

        .tables .action h2, .tables .priority h2, .tables .general h2 {
            float: left;
            font-size: 20px;
            line-height: 28px;
            font-weight: 200;
            margin: 20px 0 0 15px;
        }

        .tables .action .number, .tables .priority .number, .tables .general .number {
            float: right;
            height: 16px;
            width: 36px;
            font-family: 'Montserrat Regular';
            font-size: 20px;
            text-align: center;
            border: 1px solid #fff;
            border-radius: 20px;
            padding: 9px 0 11px 0;
            margin: 15px 15px 0 0;
            box-sizing: content-box;
        }

    .tables .table-header {
        margin-top: 65px;
    }

    .tables .table-content {
        height: 240px;
        width: 100%;
        overflow: auto;
    }

    .tables table {
        clear: both;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
    }

        .tables table td a {
            color: #fff;
        }

        .tables table tr.even {
            background: #dc0b12;
        }

        .tables table th, .tables table td {
            font-family: 'Montserrat Light';
            text-align: left;
            padding: 6px 6px;
        }

        .tables table th {
            font-family: 'Montserrat Bold' !important;
            padding: 10px 6px 15px 6px;
        }

.breadcrumb {
    max-width: 1130px;
    color: #ccc;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .breadcrumb span {
        color: #000000;
    }

    .breadcrumb a {
        color: #337ab7;
        text-decoration: underline;
    }

.data {
    max-width: 1250px;
    margin-top: 70px;
}

    .data h2 {
        width: 100%;
        color: #626262;
        font-family: 'Montserrat Regular';
        font-size: 32px;
        padding: 15px 0;
        border-bottom: 1px solid #626262;
        margin-bottom: 20px;
    }

    .data .table-header {
        position: relative;
        color: #ccc;
        background: #626262;
        padding: 0 10px;
        min-height: 80px;
    }

        .data .table-header span {
            display: inline-block;
            margin: 12px 0 12px 20px;
        }

        .data .table-header .number {
            color: #fff;
            font-family: 'Montserrat Regular';
        }

        .data .table-header .address {
            font-weight: 300;
        }

        .data .table-header a {
            display: inline-block;
            /* color: #eee;*/
            font-size: 14px;
            /*line-height: 45px;*/
        }

        .data .table-header select {
            margin-right: 20px;
            outline-color: black;
        }

            .data .table-header select option:hover {
                outline: none;
            }

        .data .table-header a.map {
            position: absolute;
            right: 250px;
            line-height: 43px;
            background-image: url("../Content/images/location-icon.png");
            background-repeat: no-repeat;
            background-position: right 11px;
            background-size: 20px;
            padding-right: 23px;
            margin-bottom: 2px;
            margin-right: 5px;
        }

a.settings {
    float: right;
    background-image: url("../Content/images/settings-icon.png");
    background-repeat: no-repeat;
    background-position: right 6px;
    background-size: 22px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 20px;
    line-height: 33px;
}

span.export {
    float: right;
    background-image: url(../Content/images/export-icon.png);
    background-repeat: no-repeat;
    background-position: right 10px;
    background-size: 22px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 20px;
    line-height: 45px;
    cursor: pointer;
}

a.export {
    float: right;
    background-image: url("../Content/images/export-icon.png");
    background-repeat: no-repeat;
    background-position: right 6px;
    background-size: 22px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 20px;
    line-height: 33px;
    cursor: pointer;
}

.data .property-table {
    overflow: auto;
    padding-bottom: 10px;
    /*-webkit-box-shadow: 0 10px 6px -6px #ccc;
    -moz-box-shadow: 0 10px 6px -6px #ccc;
    box-shadow: 0 10px 6px -6px #ccc;*/
    margin-bottom: 20px;
}

    .data .property-table tr:hover {
        background-color: lightgrey;
    }

    .data .property-table .active {
        background-color: lightgrey;
    }

.data table {
    width: 100%;
}

.property-table table {
    border: 1px solid #999;
    margin-top: 20px;
}

.data table tr th, .data table tr td {
    /*font-size: 12px;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid #626262;*/
}

    .data table tr th:last-child, .data table tr td:last-child {
        /* border: none;*/
    }

    .data table tr td.install {
        min-width: 200px;
    }

        .data table tr td.install .signal {
            float: left;
            height: 40px;
            width: 40px;
            background-image: url("../Content/images/signal-icon.png");
            background-repeat: no-repeat;
            background-size: 40px;
            margin: 15px 15px 0 5px;
        }

        .data table tr td.install .cloud {
            float: left;
            height: 40px;
            width: 60px;
            background-repeat: no-repeat;
            background-size: 60px;
            margin: 0px 15px 0 0;
            background-image: url("../Content/images/red-cloud.png");
        }

            .data table tr td.install .cloud.connected {
                background-image: url("../Content/images/green-cloud.png");
            }

        .data table tr td.install .update {
            /*float: right;
            width: 80px;*/
        }

            .data table tr td.install .update span {
                font-family: 'Montserrat Light';
            }

            .data table tr td.install .update strong, .data table tr td.install .update span {
                display: inline-block;
                margin-bottom: 10px;
            }

.data table tr th {
    color: #000000;
    font-family: 'Montserrat Bold' !important;
    border-color: #fff;
}

.data table tr td {
    color: #626262;
    font-family: 'Montserrat Light';
}

.tabs {
    max-width: 1250px;
}

    .tabs .alarms-tab, .tabs .event-summary-tab, .tabs .history-tab, .tabs .maintenance-history-tab {
        font-family: 'Montserrat Regular';
        position: relative;
        display: inline-block !important;
        /*width: 130px;*/
        /*color: #000;
        background-color: #fff;*/
        color: #fff;
        background-color: #7BC423;
        text-align: center;
        padding: 10px 10px;
        cursor: pointer;
        z-index: 1;
        /*border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;*/
    }

        .tabs .alarms-tab.hide, .tabs .event-summary-tab.hide, .tabs .history-tab.hide, .tabs .maintenance-history-tab.hide {
            /*background-color: #ccc;*/
            background-color: #898989;
            z-index: 0;
        }

            .tabs .alarms-tab.hide:hover, .tabs .event-summary-tab.hide:hover, .tabs .history-tab.hide:hover, .tabs .maintenance-history-tab.hide:hover {
                /*background-color: #ccc;*/ 
                background-color: #7BC423;
            }

.propertyTabs {
    padding-left: 30px;
}

.row.alarms-titles {
    max-width: 1250px;
    -webkit-box-shadow: 0 -9px 6px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -9px 6px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -9px 6px -3px rgba(0, 0, 0, 0.2);
    padding-top: 35px;
    border-bottom: 1px solid #626262;
    /*border: 1px solid #000;*/
}

    .row.alarms-titles div {
        float: left;
        color: #626262;
        font-family: 'Montserrat Regular';
        font-size: 18px;
        padding: 0 0 15px 10px;
        border-right: 1px solid #626262;
        box-sizing: border-box;
    }

        .row.alarms-titles div.model {
            width: 50%;
            text-align: right;
            padding-right: 82px;
        }

        .row.alarms-titles div.install {
            width: 20%;
        }

        .row.alarms-titles div.status {
            width: 10%;
        }

        .row.alarms-titles div.events {
            width: 20%;
            border-right: 0;
        }

.alarms {
    max-width: 1250px;
    height: 200px;
    border-bottom: 1px solid #626262;
}

    .alarms * {
        box-sizing: border-box;
    }

    .alarms .alarm-wrapper > div {
        float: left;
        height: 160px;
        font-size: 18px;
        padding: 10px 10px 0 10px;
        border-right: 1px solid #626262;
        margin-bottom: 20px;
        margin-top: 20px;
    }

        .alarms .alarm-wrapper > div .title {
            display: none;
        }

        .alarms .alarm-wrapper > div.model {
            width: 50%;
            display: flex;
        }

            .alarms .alarm-wrapper > div.model > div {
                float: left;
            }

            .alarms .alarm-wrapper > div.model .location {
                width: 26%;
                color: #626262;
                font-family: 'Montserrat Regular';
                font-size: 18px;
                margin-right: 1%;
                margin-top: 50px;
            }

            .alarms .alarm-wrapper > div.model .icon {
                height: 25px;
                width: 25px;
                background-repeat: no-repeat;
                background-size: 25px;
                margin-right: 2%;
                margin-top: 46px;
            }

            .alarms .alarm-wrapper > div.model .image {
                height: 150px;
                width: 150px;
                background-repeat: no-repeat;
                background-size: 150px;
                margin-right: 4%;
            }

            .alarms .alarm-wrapper > div.model .name {
                margin-top: 30px;
            }

                .alarms .alarm-wrapper > div.model .name strong {
                    font-family: 'Montserrat Regular';
                }

                .alarms .alarm-wrapper > div.model .name strong, .alarms .alarm-wrapper > div.model .name span {
                    color: #626262;
                    display: block;
                    margin-bottom: 5px;
                }

        .alarms:first-child .alarm-wrapper > div.install {
            width: 20%;
            padding-top: 20px !important;
        }

        .alarms .alarm-wrapper > div.install {
            width: 20%;
            padding-top: 0px !important;
        }

            .alarms .alarm-wrapper > div.install > div {
                float: left;
            }

            .alarms .alarm-wrapper > div.install .date {
                color: #626262;
                margin-top: 15px;
                width: 100%;
                text-align: center;
            }

            .alarms .alarm-wrapper > div.install .indicator {
                float: none;
                width: 94px;
                margin: 50px auto;
            }

                .alarms .alarm-wrapper > div.install .indicator .text {
                    float: left;
                    width: 58px;
                    margin-top: 13px;
                }

                    .alarms .alarm-wrapper > div.install .indicator .text strong, .alarms .alarm-wrapper > div.install .indicator .text span {
                        color: #626262;
                        display: block;
                    }

                    .alarms .alarm-wrapper > div.install .indicator .text strong {
                        font-family: 'Montserrat Regular';
                    }

                .alarms .alarm-wrapper > div.install .indicator .bar {
                    float: left;
                    position: relative;
                    height: 65px;
                    width: 25px;
                }

                    .alarms .alarm-wrapper > div.install .indicator .bar > div {
                        height: 65px;
                        width: 25px;
                    }

                    .alarms .alarm-wrapper > div.install .indicator .bar .grey {
                        background: #ebebeb;
                    }

                    .alarms .alarm-wrapper > div.install .indicator .bar .color {
                        position: absolute;
                        bottom: 0;
                        height: 100%;
                    }

                    .alarms .alarm-wrapper > div.install .indicator .bar .mask {
                        position: absolute;
                        bottom: 0;
                        background-repeat: no-repeat;
                        background-size: 25px;
                    }

        .alarms .alarm-wrapper > div.status {
            width: 10%;
        }

        .alarms .alarm-wrapper > div.status .text {
            float: left;
            width: 50%;
            color: #626262;
            margin-top: 30px;
            margin-right: 10px;
        }

        .alarms .alarm-wrapper > div.status .indicator {
            float: left;
            height: 25px;
            width: 25px;
            background-size: 25px;
            margin-top: 25px;
        }

        .alarms .alarm-wrapper > div.status .rssiIndicator {
            width: auto;
            height: 30px;
            margin-top: 25px;
            margin-left: 30px;
        }

        .alarms .alarm-wrapper > div.events {
            position: relative;
            width: 20%;
            border-right: none;
        }

            .alarms .alarm-wrapper > div.events .log {
                position: absolute;
                top: 46%;
                width: 100%;
                color: #626262;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

                .alarms .alarm-wrapper > div.events .log div {
                    margin-bottom: 10px;
                }

                    .alarms .alarm-wrapper > div.events .log div span {
                        display: inline-block;
                    }

                    .alarms .alarm-wrapper > div.events .log div .name {
                        width: 55%;
                    }

    .alarms:first-child .alarm-wrapper > div {
        height: 220px;
        margin-top: 0;
        padding-top: 40px;
    }

    .alarms.good {
        background: #fff;
    }

        .alarms.good .install .indicator .bar .color {
            background: #7BC423;
        }

        .alarms.good .install .indicator .bar .mask {
            background-image: url("../Content/images/indicator-mask.png");
        }

        .alarms.good .status .indicator {
            background-image: url(../Content/images/tick-icon.png);
        }

    .alarms.poor {
        background: #efd483;
        border-bottom: none;
        -webkit-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.2);
        box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.2);
        margin-bottom: 12px;
    }

        .alarms.poor .install .indicator .bar .color {
            background: #fab328;
        }

        .alarms.poor .install .indicator .bar .mask {
            background-image: url("../Content/images/indicator-mask-poor.png");
        }

        .alarms.poor .status .indicator {
            background-image: url(../Content/images/poor-icon.png);
        }

    .alarms.fault {
        background: #ee8e92;
        border-bottom: none;
        -webkit-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.2);
        box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.2);
        margin-bottom: 12px;
    }

        .alarms.fault .install .indicator .bar .color {
            background: #ED1C23;
        }

        .alarms.fault .install .indicator .bar .mask {
            background-image: url("../Content/images/indicator-mask-end.png");
        }

        .alarms.fault .status .indicator {
            background-image: url(../Content/images/error-icon.png);
        }

.row.alarms-titles.hide, .alarms-outer.hide, .row.event-summary-outer.hide, .row.history-outer.hide, .row.maintenance-history-outer.hide {
    display: none;
}

.alarms-outer {
    /*border: 1px solid #000;*/
}

.event-summary-outer, .history-outer, .maintenance-history-outer {
    max-width: 1250px;
    padding-top: 30px;
    margin-bottom: 30px;
    /*border: 1px solid #000;*/
    
    
    -webkit-box-shadow: 0 -9px 6px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -9px 6px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -9px 6px -3px rgba(0, 0, 0, 0.2);
}

    .event-summary-outer table, .history-outer table, .maintenance-history-outer table {
        width: 100%;
        border-collapse: collapse;
    }

    .event-summary-outer td, .event-summary-outer th, .history-outer td, .history-outer th, .maintenance-history-outer td, .maintenance-history-outer th {
        padding: 10px 15px;
        border-right: 1px solid #626262;
        text-align: left;
        line-height: 20px;
    }

        .event-summary-outer td:last-child, .event-summary-outer th:last-child, .history-outer td:last-child, .history-outer th:last-child, .maintenance-history-outer td:last-child, .maintenance-history-outer th:last-child {
            border-right: none !important;
        }

    .event-summary-outer th, .history-outer th, .maintenance-history-outer th {
        font-family: 'Montserrat Regular';
        padding-top: 0;
        border-bottom: 1px solid #626262 !important;
        border-right: 1px solid #626262 !important;
    }

    .event-summary-outer td, .history-outer td, .maintenance-history-outer td {
        padding: 15px;
    }

.header img {
    display: block;
    float: left;
    height: 52px;
    margin: 20px 0 30px 35px;
}

.header .text {
    float: left;
    font-family: 'Montserrat Regular';
    color: #aaa;
    width: 400px;
    margin: 35px 0 0 9.5%;
}

    .header .text span {
        display: block;
    }

        .header .text span.first {
            font-size: 16px;
        }

        .header .text span.second {
            font-family: 'Montserrat Light';
            font-size: 14px;
            margin-top: 5px;
        }

.header .links {
    float: right;
    margin-right: 35px;
}

    .header .links .contact, .header .links .menu {
        font-family: 'Montserrat Regular';
        font-size: 12px;
        display: inline-block;
        height: 50px;
        width: 55px;
        padding: 20px 10px 10px 10px;
        background-repeat: no-repeat;
        background-position: center 15px;
        background-size: 28px;
    }

    .header .links .contact {
        background-image: url("../Content/images/phone-icon.png");
    }

    .header .links .menu {
        /*width: 42px;*/
        color: #fff;
        background-color: #ED1C23;
        background-image: url("../Content/images/menu-icon.png");
        cursor: pointer;
        font-size: 0px;
    }

.menuDisplay {
    display: block;
}

/*.btn {
    display: inline-block;
    border: 2px solid #ffffff;
    outline: 0;
    padding: 10px 25px;
    color: #ffffff;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    font-weight: normal;
    font-size: 16px;
    font-family: arial;
    -webkit-appearance: none;
    line-height: 16px;
    min-width: 115px;
    text-align: center !important;
    box-sizing: border-box;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -ms-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}*/
/*.btn:disabled, .btn.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}

    .btn:disabled:hover, .btn.disabled:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.btn:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.btn.small {
    padding: 5px 10px;
    min-width: 75px;
    font-size: 12px;
    line-height: 12px;
}

.btn.red {
    background: transparent;
    color: #ED1C23;
    border-color: #ED1C23;
}

    .btn.red:hover {
        background: #ED1C23;
        color: #ffffff;
    }

.btn.brown {
    background: transparent;
    color: #2f1211;
    border-color: #2f1211;
}

    .btn.brown:hover {
        background: #2f1211;
        color: #ffffff;
    }

.btn.solid-red {
    background: #ED1C23;
    color: #ffffff;
    border-color: #ED1C23;
}

    .btn.solid-red:hover {
        background: #de1218;
    }*/
.table-header .col-lg-2 {
    display: inline-block;
    width: 16.66666667%;
    padding: 0px;
}

.table-header .col-lg-3 {
    display: inline-block;
    width: 25%;
    padding: 0px;
}

/*.table-header .col-lg-5 { display: inline-block; width: 41.66666667%; padding:0px; }
*/
.table-header .col-lg-5 {
    display: inline-block;
    width: auto;
    padding: 0px;
}

.table-header .col-lg-7 {
    width: 55.33333333%;
    display: inline-block;
    padding: 0px;
}

.newclient {
    margin-left: 45px !important;
}

.inputsearch {
    max-width: 380px;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 22px;
    font-size: 16px;
    background-color: white;
    background-image: url('../Content/images/search-icon.png');
    background-position: 10px 10px;
    background-size: 25px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    line-height: 17px;
    outline: none;
}

.inputsearch2 {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 22px;
    font-size: 16px;
    background-color: white;
    background-image: url('../Content/images/search-icon.png');
    background-position: 10px 10px;
    background-size: 25px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    line-height: 17px;
    outline: none;
}

    .inputsearch:hover, .inputsearch:active, .inputsearch:focus, .inputsearch2:hover, .inputsearch2:active, .inputsearch2:focus {
        outline: none;
    }

.addContactSection {
    background-color: #ddd;
    padding: 15px;
}

.TContent h3 {
    font-family: 'Montserrat Regular' !important
}

.CenterText {
    text-align: center;
}

.GroupHeader .btn {
    margin-left: 5px;
}

button.close {
    float: none;
    font-size: 24px;
    padding: 1px 7px;
    border: 1px solid;
    border-radius: 15px;
}

.dataTables_wrapper .dataTables_length {
    float: right !important;
    padding-top: 0.285em;
}

.dataTables_length select {
    background: transparent;
    border-radius: 3px;
    padding: 5px;
}

.PropertyLabel {
    margin-top: 10px;
}

.Calender img {
    width: 20px;
    height: auto;
}

.dateRangeLabel {
    line-height: 45px;
}

.editContactBtn {
    margin-top: 8px;
    margin-bottom: 8px;
}

@media screen and (max-width: 1599px) {
    .MarginLeft {
        margin-left: auto !important;
    }
}

@media screen and (max-width: 1100px) {
    .dials-outer {
        float: none;
        margin: 0 auto;
    }

    .bars {
        float: none;
        width: 430px;
        margin: 90px auto 0 auto;
    }

    .tables .action h2, .tables .priority h2, .tables .general h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .confirm-label, .countrydropdown {
        padding-left: 15px !important;
    }

    .numberinput {
        float: right;
    }
}

@media screen and (max-width: 1140px) {
    .links {
        display: block;
    }

    /*.profile-dropdown {
        left: 33%;
        top: 235px !important;
    }*/
    .header .profile-icon img {
        height: auto;
        margin: 0px auto 25px auto !important;
        width: auto !important;
    }

    .header .pull-right {
        float: none !important;
    }

    .header img {
        float: none;
        width: 140px;
        margin: 20px auto 20px auto;
    }

    .header .text {
        float: none;
        margin: 0 auto 30px auto;
    }

        .header .text span {
            text-align: center;
        }

    .header .links {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
    }

    .alarms .alarm-wrapper > div {
        padding-top: 0;
    }

        .alarms .alarm-wrapper > div.model .name {
            margin-top: 0;
        }

            .alarms .alarm-wrapper > div.model .name strong, .alarms .alarm-wrapper > div.model .name span {
                display: inline-block;
            }

        .alarms .alarm-wrapper > div.model .location {
            width: 39%;
        }

        .alarms .alarm-wrapper > div.install .date {
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
        }

        .alarms .alarm-wrapper > div.install .indicator {
            float: none;
            width: 94px;
            margin: 0 auto;
        }

        .alarms .alarm-wrapper > div.status .text {
            width: 100%;
            text-align: center;
            margin-bottom: 45px;
        }

        .alarms .alarm-wrapper > div.status .indicator {
            float: none;
            margin: 100px auto 0 auto;
        }

        .alarms .alarm-wrapper > div.events .log div .name, .alarms .alarm-wrapper > div.events .log div .date {
            width: 100%;
        }

    .alarms:first-child .alarm-wrapper > div {
        padding-top: 20px;
    }

    .header .links {
        margin-right: 0px;
    }

    ul#nav {
        display: block !important;
    }

        ul#nav li {
            display: block !important;
            text-align: center !important;
        }

            ul#nav li .dropdown {
                display: block !important;
                position: unset;
                background: #fff;
            }

            ul#nav li a {
                border-bottom: 1px solid #fff;
            }

    /*    .navigation { display: none; }*/
    .menuDisplay {
        display: none;
    }

    .profile-dropdown {
        top: 190px !important;
        left: 50% !important;
        margin: 15px 0px 0px -60px !important;
    }
}

@media screen and (max-width: 1080px) {
    .col4.action, .col4.priority, .col4.general {
        width: 49%;
    }

    .col4.priority {
        margin-right: 0;
    }

    .col4.general {
        margin-top: 2%;
    }
}

@media screen and (max-width: 1030px) {
    .navigation nav {
        float: none;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .navigation a.export {
        float: none;
        margin: 25px auto 0 auto;
    }
}

@media screen and (max-width: 920px) {
    .header img {
        float: none;
        width: 140px;
        margin: 20px auto 20px auto;
    }

    .header .text {
        float: none;
        margin: 0 auto 30px auto;
    }

        .header .text span {
            text-align: center;
        }

    .header .links {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
    }

    .data .table-header a.map {
        right: 175px;
    }

    .tables .action h2, .tables .priority h2, .tables .general h2 {
        font-size: 14px;
    }
}

@media screen and (max-width: 860px) {
    .data table tr td.install {
        min-width: 0;
        /*width: 83px;*/
    }

        .data table tr td.install .update {
            margin-top: 10px;
        }

    .row.alarms-titles {
        display: none;
    }

    .alarms {
        height: auto;
        border-bottom: 2px solid #626262;
    }

        .alarms .alarm-wrapper > div {
            height: 150px;
            margin-top: 0;
        }

            .alarms .alarm-wrapper > div .title {
                display: block;
                font-family: 'Montserrat Regular';
            }

            .alarms .alarm-wrapper > div.model {
                width: 100%;
                border-right: none;
                border-bottom: 1px solid #626262;
            }

                .alarms .alarm-wrapper > div.model .location {
                    width: 25%;
                }

                .alarms .alarm-wrapper > div.model .name {
                    margin-top: 37px;
                }

                    .alarms .alarm-wrapper > div.model .name strong, .alarms .alarm-wrapper > div.model .name span {
                        display: block;
                    }

            .alarms .alarm-wrapper > div.install {
                clear: left;
                width: 36%;
            }

                .alarms .alarm-wrapper > div.install .date {
                    clear: left;
                    width: auto;
                }

                .alarms .alarm-wrapper > div.install .indicator {
                    float: left;
                    margin: 27px auto auto auto;
                }

            .alarms .alarm-wrapper > div.status {
                width: 28%;
            }

                .alarms .alarm-wrapper > div.status .text {
                    width: 110px;
                    text-align: left;
                }

                .alarms .alarm-wrapper > div.status .indicator {
                    float: left;
                    margin: 45px auto auto auto;
                }

            .alarms .alarm-wrapper > div.events {
                width: 36%;
            }

                .alarms .alarm-wrapper > div.events .log {
                    position: static;
                    margin-top: 20px;
                    -webkit-transform: none;
                    -ms-transform: none;
                    transform: none;
                }

                    .alarms .alarm-wrapper > div.events .log div .name {
                        width: 60%;
                    }

                    .alarms .alarm-wrapper > div.events .log div .date {
                        width: auto;
                    }

        .alarms:first-child {
            -webkit-box-shadow: 0 -12px 6px -6px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 -12px 6px -6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 -12px 6px -6px rgba(0, 0, 0, 0.2);
            padding-top: 20px;
        }

            .alarms:first-child .alarm-wrapper > div {
                height: 150px;
                padding-top: 10px;
            }
}

@media screen and (max-width: 768px) {
    .links {
        display: block;
    }

    .propertyTabs {
        padding-left: 10px;
    }

    /*.profile-dropdown {
        left: 33%;
        top: 235px !important;
    }
*/
    .header .profile-icon img {
        height: auto;
        margin: 0px auto 25px auto !important;
        width: auto !important;
    }

    .header .pull-right {
        float: none !important;
    }

    /*.header .links .contact, .header .links .menu {
        height: 18px;
        width: 30px;
        background-position: center 14px;
    }*/
    .header .links .contact span, .header .links .menu span {
        display: none;
    }

    .header .links .contact {
        background-position: center 13px;
    }

    /*.header .links .menu {
        width: 40px;
    }*/
    .navigation nav {
        width: 100%;
        text-align: center;
    }

    .navigation a.export {
        clear: left;
        float: none;
        height: 32px;
        margin: 20px auto 20px auto;
    }

    .tables .action, .tables .priority, .tables .general {
        margin-bottom: 20px;
    }

        .tables .action h2, .tables .priority h2, .tables .general h2 {
            font-size: 24px;
        }

    .data .table-header {
        overflow: hidden;
    }

        .data .table-header span, .data .table-header a.map {
            float: left;
        }

        .data .table-header a.map {
            clear: left;
        }

    .col4.action, .col4.priority, .col4.general {
        margin-right: 1%;
        margin-bottom: 1%;
    }

    .col4.priority {
        margin-right: 0;
    }

    .col4.general {
        margin-top: 1%;
    }

    .data table tr td:last-child {
        width: 82px;
    }

    .table-header .col-lg-2, .table-header .col-lg-1 {
        width: 100%;
        text-align: center;
        padding: 0px;
    }

    .table-header .col-lg-3 {
        width: 100%;
        text-align: center;
        padding: 0px;
    }

    .quickSearch {
        display: block !important;
        width: 100% !important;
    }

        .quickSearch .col-lg-5 {
            width: auto !important;
        }

    .export {
        /* float: none!important;*/
        padding-left: 0px !important;
    }

    .data {
        margin-top: 10px;
    }

    .dataTables_wrapper .dataTables_length {
        margin-top: 0.5em;
    }

    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_length {
        float: none !important;
        text-align: center !important;
        display: block;
    }

    #show-filters-button {
        margin-top: 5px;
    }
}

@media screen and (max-width: 740px) {
    .col4.action, .col4.priority, .col4.general {
        width: 100%;
    }

    .col4.priority {
        margin-right: 0;
    }

    .col4.general {
        margin-top: 0;
    }
}

@media screen and (max-width: 700px) {
    .alarms .alarm-wrapper > div {
        height: 165px;
    }

        .alarms .alarm-wrapper > div.model {
            padding-top: 10px;
        }

            .alarms .alarm-wrapper > div.model .location {
                width: 26%;
            }

        .alarms .alarm-wrapper > div.install .date {
            width: 100%;
        }

        .alarms .alarm-wrapper > div.install .indicator {
            float: none;
            margin: 0 auto;
        }

        .alarms .alarm-wrapper > div.status .text {
            width: 100%;
            text-align: center;
            margin-bottom: 45px;
        }

        .alarms .alarm-wrapper > div.status .indicator {
            float: none;
            margin: 100px auto 0 auto;
        }

        .alarms .alarm-wrapper > div.events .log div .name, .alarms .alarm-wrapper > div.events .log div .date {
            width: 100%;
        }

    .alarms:first-child .alarm-wrapper > div {
        height: 200px;
    }
}

@media screen and (max-width: 680px) {
    .data .property-table {
        /* Force table to not be like tables anymore */ /* Hide table headers (but not display: none;, for accessibility) */ /*
        Label the data
        */
    }

        .data .property-table table, .data .property-table thead, .data .property-table tbody, .data .property-table th, .data .property-table td, .data .property-table tr {
            display: block;
        }

            .data .property-table thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        .data .property-table tr {
            border: 1px solid #626262;
            margin-bottom: 5%;
        }

        .data .property-table td {
            /* Behave  like a "row" */
            font-family: 'Montserrat Light';
            font-size: 16px;
            border: none;
            border-bottom: 1px solid #626262;
            position: relative;
            padding: 12px;
            padding-left: 55%;
        }

            .data .property-table td:before {
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                top: 12px;
                left: 12px;
                width: 45%;
                font-family: 'Montserrat Regular';
                padding-right: 10px;
                white-space: nowrap;
            }

            .data .property-table td:nth-of-type(1):before {
                content: "Name";
            }

            .data .property-table td:nth-of-type(2):before {
                content: "Address";
            }

            .data .property-table td:nth-of-type(3):before {
                content: "Town/City";
            }

            .data .property-table td:nth-of-type(4):before {
                content: "Postcode";
            }

            .data .property-table td:nth-of-type(5):before {
                content: "Country";
            }

            .data .property-table td:nth-of-type(6):before {
                content: "Installer";
            }

            .data .property-table td:nth-of-type(7):before {
                content: "Installer Contact";
            }

            .data .property-table td:nth-of-type(8):before {
                content: "Installation";
            }

        .data .property-table tr td:last-child {
            overflow: hidden;
            width: auto;
            padding-left: 32%;
        }

            .data .property-table tr td:last-child .update {
                float: left;
            }
}

@media screen and (max-width: 670px) {
    .event-summary-outer, .history-outer {
        /* Force table to not be like tables anymore */ /* Hide table headers (but not display: none;, for accessibility) */ /*
        Label the data
        */
    }

        .event-summary-outer table, .event-summary-outer thead, .event-summary-outer tbody, .event-summary-outer th, .event-summary-outer td, .event-summary-outer tr, .history-outer table, .history-outer thead, .history-outer tbody, .history-outer th, .history-outer td, .history-outer tr {
            display: block;
        }

            .event-summary-outer thead tr, .history-outer thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        .event-summary-outer tr, .history-outer tr {
            border: 1px solid #626262;
            margin-bottom: 5%;
        }

        .event-summary-outer td, .history-outer td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #626262;
            position: relative;
            padding-left: 40%;
        }

            .event-summary-outer td:before, .history-outer td:before {
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                top: 14px;
                left: 12px;
                width: 45%;
                font-family: 'Montserrat Regular';
                padding-right: 10px;
                white-space: nowrap;
            }

            .event-summary-outer td:nth-of-type(1):before, .history-outer td:nth-of-type(1):before {
                content: "Location";
            }

            .event-summary-outer td:nth-of-type(2):before, .history-outer td:nth-of-type(2):before {
                content: "Model";
            }

            .event-summary-outer td:nth-of-type(3):before, .history-outer td:nth-of-type(3):before {
                content: "Date Installed";
            }

            .event-summary-outer td:nth-of-type(4):before, .history-outer td:nth-of-type(4):before {
                content: "Event";
            }

            .event-summary-outer td:nth-of-type(5):before {
                content: "Number of events";
            }

            .event-summary-outer td:nth-of-type(6):before, .history-outer td:nth-of-type(5):before {
                content: "Event date & time";
            }
}

@media screen and (max-width: 550px) {
    .countrydropdown {
        padding-left: 15px !important;
    }

    ul#nav .dropdown {
        top: 80px !important;
    }

    .alarms .alarm-wrapper > div {
        height: 300px;
    }

        .alarms .alarm-wrapper > div.model .location, .alarms .alarm-wrapper > div.model .icon {
            margin-top: 0;
        }

        .alarms .alarm-wrapper > div.model .location {
            width: 70%;
        }

        .alarms .alarm-wrapper > div.model .image {
            clear: left;
            margin-top: 0;
            margin-right: 0;
        }

        .alarms .alarm-wrapper > div.model .name {
            width: 42%;
        }

        .alarms .alarm-wrapper > div.install {
            width: 50%;
            margin: 0;
        }

        .alarms .alarm-wrapper > div.status {
            width: 50%;
            border-right: none;
            margin: 0;
        }

        .alarms .alarm-wrapper > div.events {
            height: auto;
            width: 100%;
            padding-top: 30px;
            border-top: 1px solid #626262;
        }

            .alarms .alarm-wrapper > div.events .log div .name {
                width: 60%;
            }

            .alarms .alarm-wrapper > div.events .log div .date {
                width: 40%;
            }

    .newclient {
        margin-left: 20px !important;
    }

    .alarms:first-child .alarm-wrapper > div {
        height: 342px;
    }
}

@media screen and (max-width: 500px) {
    .nav-tabs {
        margin-left: 0px !important;
    }

    .nav > li > a {
        padding: 10px 5px;
    }

    .header .text {
        width: 300px;
    }

        .header .text span.first, .header .text span.second {
            font-size: 16px;
        }

    .header .links {
        position: static;
    }

        .header .links .contact, .header .links .menu {
            position: absolute;
            top: 0;
        }

        .header .links .contact {
            left: 0;
        }

        .header .links .menu {
            right: 0;
            /*height: 15px;
        width: 30px;
        background-position: center 12px;
        background-position: center center;
        background-size: 60% 37%;*/
        }

    .search {
        padding: 10px;
    }

        .search input.submit {
            right: 18px;
        }

    .dials-outer {
        width: 300px;
    }

    .dials {
        float: none;
        height: 420px;
        margin: 0 auto;
    }

        .dials:first-child {
            margin: 0 auto;
        }
}

@media screen and (max-width: 460px) {
    .bars {
        width: 290px;
        margin-top: 0;
    }

        .bars .day {
            width: 23px;
        }

            .bars .day .text {
                font-size: 14px;
            }

    .event-summary-outer td, .history-outer td {
        padding-left: 170px;
    }

    .mobileUserbtn {
        text-align: center;
    }

        .mobileUserbtn .btn-red {
            margin-top: 10px;
        }

        .mobileUserbtn .test {
            margin-top: 10px;
        }
}

@media screen and (max-width: 385px) {
    .data .property-table tr td:last-child {
        padding-left: 10px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 350px) {
    .tables .action, .tables .priority, .tables .general {
        margin-bottom: 20px;
    }

        .tables .action h2, .tables .priority h2, .tables .general h2 {
            width: 100px;
        }

    .tabs .alarms-tab, .tabs .event-summary-tab, .tabs .history-tab {
        /*width: 118px;*/
        font-size: 12px;
    }

    #property-details-maintenance-history-tab {
        font-size: 12px;
    }

    .alarms .alarm-wrapper div.install .date {
        margin-top: 32px;
    }
}

@media screen and (max-width: 340px) {
    .nav > li > a {
        padding: 10px 1px;
    }
}

.dataTables_filter {
    display: none;
}

.has-error {
    color: red;
    font-family: 'Montserrat Bold' !important;
    /*margin-left: 30px;*/
}

.dropdown {
    overflow: visible;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #626262;
    color: black;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
    cursor: pointer;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.form {
    margin: 5% auto;
    max-width: 480px;
    background: #eeeeee;
    padding: 20px;
    border-radius: 1px;
    font-family: 'Montserrat Light';
    border: 1px solid #e3e3e3;
}

    .form label {
        margin: 7px 0;
        display: block;
        line-height: 20px;
    }

    .form input {
        margin: 4px 0;
    }

.useredit {
    width: 90%;
    color: white;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

    .useredit .validation-message {
        background-color: #626262;
    }

    .useredit .container {
        width: 600px;
        height: auto;
        margin: auto;
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
    }

    .useredit .upper .first {
        padding-top: 15px;
    }

    .useredit .upper .second {
        padding-top: 15px;
    }

    .useredit .first {
        width: 300px;
        height: 190px;
        float: left;
        background-color: #626262;
    }

    .useredit .second {
        width: 300px;
        height: 190px;
        float: left;
        background-color: #626262;
    }

    .useredit .short {
        height: 65px;
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
    }

    .useredit .container.lower .second .btn {
        margin: 12% 7%;
        display: inline;
    }

        .useredit .container.lower .second .btn:nth-child(3) {
            margin: 0 27%;
        }

#createUserForm .useredit .container.lower .first, #createUserForm .useredit .container.lower .second {
    height: 100px;
}

#editUserForm .useredit .container.lower .first, #editUserForm .useredit .container.lower .second {
    height: 130px;
}

.useredit h3 {
    text-align: center;
    text-decoration: underline;
    margin-top: 10px;
    font-size: 120%;
}

.useredit input, .useredit label, .useredit select {
    display: block;
    margin: 10px 30px;
    width: auto;
}

.useredit, .lower .first button {
    display: block;
    margin: 10px 30px;
}

.useredit, .lower .first label {
    display: block;
    margin: 10px 30px;
}

.useredit, .lower .first input {
    display: block;
    margin: 10px 30px;
}

    .useredit input, select {
        background-color: #aaa;
    }

    .useredit .second.short input[type=button] {
        margin-top: 31px;
    }

    .useredit ul {
        border: 2px solid #aaa;
        border-radius: 10px;
        margin: 10px 33px;
        overflow: auto;
        overflow-x: hidden;
        height: 140px;
        width: 220px;
    }

    .useredit li {
        text-align: center;
        background-color: #aaa;
        border: 1px solid #626262;
        border-radius: 10px;
    }

    .useredit .hidden {
        display: none;
    }

    .useredit ul::-webkit-scrollbar {
        width: 16px;
    }

    .useredit ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 12px;
        border-radius: 12px;
    }

    .useredit ul::-webkit-scrollbar-thumb {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background: rgba(237, 28, 35, 0.8);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }

        .useredit ul::-webkit-scrollbar-thumb:window-inactive {
            background: rgba(0, 0, 0, 0.2);
        }

/*removes the default close button from jquery dialog*/
.no-close .ui-dialog-titlebar-close {
    display: none;
}

.availableContacts-Table th h3 {
    font-size: 120%;
    font-family: 'Montserrat Bold' !important;
    text-align: center;
    color: #626262;
}

.availableContacts-Table tbody {
    background-color: #626262;
    width: 100%;
    height: 300px;
    overflow-y: auto;
    display: inline-block;
}

.availableContacts-Table tr {
    background: #626262;
}

#availableContacts td {
    background: #626262;
    color: white;
}

    #availableContacts td:hover {
        background-color: #aaa;
    }

.assignedContacts-Table {
    overflow-y: auto;
    height: 360px;
    display: inline-block;
    border: 2px black;
}

    .assignedContacts-Table th h3 {
        font-size: 120%;
        font-weight: bold;
        text-align: center;
        color: #626262;
    }

    .assignedContacts-Table tbody {
        background-color: #626262;
        overflow-y: scroll;
        height: 400px;
    }

    .assignedContacts-Table tr {
        background: #626262;
    }

#assignedContacts td {
    background: #626262;
    color: white;
}

    #assignedContacts td:hover {
        background-color: #aaa;
    }

.wrapper {
    border: 2px;
    border-style: solid;
    border-color: #626262;
}

.centerbuttons {
    margin: 5% auto;
    width: 250px;
}

#updateContactInstallations input[type="remove"] {
    visibility: hidden;
}

.installationStatus {
    margin: auto;
    margin-left: 2px;
    margin-bottom: 5px;
    text-align: center;
    height: 20px;
    width: 20px;
    background-size: 20px;
}

    .installationStatus.good {
        background-image: url(../Content/images/tick-icon.png);
    }

    .installationStatus.alarm {
        background-image: url(../Content/images/error-icon.png);
    }

    .installationStatus.fault {
        background-image: url(../Content/images/error-icon.png);
    }

    .installationStatus.poor {
        background-image: url(../Content/images/poor-icon.png);
    }

.sensorlocation {
    margin: auto;
    margin-left: 2px;
    margin-bottom: 5px;
    margin-right: 10px;
    text-align: center;
    height: 20px;
    width: 20px;
    background-size: 20px;
}

.sensormodel {
    margin: auto;
    margin-left: 2px;
    margin-bottom: 5px;
    margin-right: 15px;
    text-align: center;
    height: 40px;
    width: 40px;
    background-size: 40px;
    background-repeat: no-repeat;
    float: left;
}

.whiteLink {
    color: white;
}

#reportRunningNotice {
    margin: 2em 1em;
    font-family: 'Montserrat Bold' !important;
}

.unit-maintenance-history-record .indicator {
    background-size: auto 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../Content/images/poor-icon.png);
}

    .unit-maintenance-history-record .indicator[data-value='Pass'] {
        background-image: url(../Content/images/tick-icon.png);
    }

    .unit-maintenance-history-record .indicator[data-value='Fail'] {
        background-image: url(../Content/images/error-icon.png);
    }

#assignedContacts tr {
    /*
        Fixes the issue where each row in the assigned contacts table is very tall causing a huge gap to appear between contacts
        when multiple contacts are assigned for a particular installation.
    */
    max-height: 3em;
}

.filter-panel-container {
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30em;
    text-align: left;
    padding-top: 20px;
    background-color: #626262;
    /*    background-color: rgba(0, 0, 0, .5);*/
    color: white;
    display: none;  /* Start off hidden by default */
}

.filter-container select {
    background-color: white;
}

/*
    The following styles (col-xx-of-12) are used to gain bootstrap type column alignments in the absence of bootstrap.css.
    If bootstrap.css is included later, these should be removed and their references updated to the bootstrap
    versions (col-sm-1, col-md-4, etc.)
*/
.col-12-of-12 {
    width: 100%;
}

.col-11-of-12 {
    width: 91.66666667%;
}

.col-10-of-12 {
    width: 83.33333333%;
}

.col-9-of-12 {
    width: 75%;
}

.col-8-of-12 {
    width: 66.66666667%;
}

.col-7-of-12 {
    width: 58.33333333%;
}

.col-6-of-12 {
    width: 50%;
}

.col-5-of-12 {
    width: 41.66666667%;
}

.col-4-of-12 {
    width: 33.33333333%;
}

.col-3-of-12 {
    width: 25%;
}

.col-2-of-12 {
    width: 16.66666667%;
}

.col-1-of-12 {
    width: 8.33333333%;
}

.full-width {
    width: 100%;
}

.margin-top-1em {
    margin-top: 1em;
}

.margin-bottom-1em {
    margin-bottom: 1em;
}

.margin-bottom-half-em {
    margin-bottom: 0.5em
}

.margin-sides-half-em {
    margin: 0 0.5em;
}

.padding-half-em {
    padding: 0.5em;
}

.margin-half-em {
    margin: 0.5em;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.filter-container, .filter-buttons-container {
    width: 92% !important;
}

.rounded-corners {
    border-radius: 4px;
    height: 26px;
    padding: 0 5px;
}

.forgot {
    line-height: 40px;
}

/*.btn-red, .btn-red:hover {
    background-color: #CF2A27;
    border: 2px solid #000000;
    color: #fff;
}*/
.btn-red {
    background-color: white;
    border: 1px solid #ED1C25;
    color: #58585B;
    outline: none !important;
}

    .btn-red:hover {
        background-color: #ED1C25 !important;
        border: 1px solid #ED1C25 !important;
        color: white;
        outline: none !important;
    }

    .btn-red:foucs, .btn-red:active {
        background-color: #ED1C25 !important;
        border: 1px solid #ED1C25 !important;
        color: white;
        outline: none !important;
    }

.header .profile-icon img {
    height: auto;
    margin: 35px 0px 34px 80px;
}

.profile-dropdown {
    top: 70px;
    background: #ffffff;
    border: 2px solid #000000;
    position: fixed;
}

.dropdown-content a {
    padding: 5px;
    color: #000000;
    text-decoration: none;
}

#menuD {
    /*height: 40px;*/
    clear: both;
    position: relative;
}

ul#nav {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul#nav li {
        display: inline-table;
    }

        ul#nav li a {
            display: block;
            font-family: 'Montserrat Regular' !important;
            line-height: 40px;
            color: #fff;
            text-decoration: none;
            margin: 0;
            padding: 2px 20px 0px 20px;
            font-size: 16px;
        }

        /* APPLIES THE ACTIVE STATE */
        ul#nav .current a, ul#nav li:hover > a {
            color: #fff;
            text-decoration: none;
        }

        ul#nav li:hover > a {
            color: #000;
            text-decoration: none;
        }

    /* THE SUBMENU LIST HIDDEN BY DEFAULT */
    ul#nav .dropdown {
        display: none;
        position: absolute;
        left: 0;
        top: 40px;
        width: 100%;
        border-bottom: 1px solid #000000;
        background: #ffffff;
    }

        ul#nav .dropdown ul {
            display: table;
            width: 100%;
            margin: 0;
            padding: 0;
            padding-bottom: 8px;
        }

    ul#nav li > .dropdown a {
        margin: 8px 30px 0px 30px;
        color: #808284;
        font-family: 'Montserrat Regular' !important;
        font-size: 16px;
        padding: 0px;
        line-height: 30px;
        border-bottom: 2px solid #fff;
        text-transform: uppercase;
    }

    ul#nav li > .dropdown .active a {
        padding: 3px 30px;
        color: #58585B;
    }

    ul#nav li .dropdown .active, ul#nav li .dropdown .active:hover {
        border-bottom: 2px solid #ED1C23;
        line-height: 30px;
    }

    /* Sub menu link */
    ul#nav li:hover > ul li a {
        /*font: bold 1.1em arial, verdana, tahoma, sans-serif;*/
        line-height: 45px;
        color: #fff;
        text-decoration: none;
        margin: 0;
        padding: 0 30px 0 0;
    }

        /* Sub menu link hover */
        ul#nav li:hover > ul li a:hover {
            color: #000;
            text-decoration: none;
            text-shadow: none;
        }

    ul#nav li .active {
        color: #000;
    }

.searchbox {
    width: auto !important;
    float: left;
    margin-right: 15px;
}

.glyphicon-search {
    font-size: 28px;
}

.glyphicon-user {
    font-size: 28px;
}

.table-responsive table .glyphicon-user {
    font-size: 20px !important;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: none !important;
}

.table-responsive th {
    font-size: 14px;
}

/*.table-responsive tbody tr {
    border: 1px solid #000;
    border-bottom: 0px;
    background: #ddd;
}*/
.table-responsive tbody tr td {
    line-height: 35px !important;
}

.installation-group-name-column {
    word-break: break-word;
    word-wrap: break-word;
    min-width: 60px;
    max-width: 60px;
}

/*.table-responsive tbody tr:last-child {
    border-bottom: 1px solid #000;
}
*/
.table-bordered {
    border: 1px solid #fff;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.user-edit {
    margin-top: 100px;
    max-width: 1130px;
}

.nav-tabs > li > a {
    border: 1px solid #000000;
    border-bottom: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 1px solid #000000;
    border-bottom-color: transparent;
    background: #ddd;
}

.nav-tabs > li > a {
    border: 1px solid #000000;
    background: #ccc;
}

.tab-content {
    /*border: 1px solid #000000;
    padding: 20px;
    background: #ddd;*/
}

.nav-tabs {
    border-bottom: 1px solid #ccc;
    margin-left: 20px;
}

    .nav-tabs > li {
        top: 1px;
    }

.user-edit .formsection {
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
}

.tab-content form {
    padding-top: 30px;
}

.btnD {
    border: 2px solid #000000;
    border-radius: 0px;
    color: #000000;
}

.btnS {
    border: 2px solid #000000;
    border-radius: 0px;
    color: #ffffff;
}

.countrydropdown {
    padding-left: 9px;
}

fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    min-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px !important;
}

legend {
    font-size: 14px;
    margin-bottom: 0px;
    width: 140px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}

fieldset label {
    line-height: 20px;
}

.login-page .links {
    display: none;
}

.h2 {
    font-weight: normal;
    font-size: 24px;
    color: #808284;
    font-family: 'Montserrat Regular' !important;
}

.h1 {
    font-weight: normal;
    color: #58585B;
    font-family: 'Montserrat Regular' !important;
    font-size: 32px;
}

label {
    font-weight: normal;
}

.form-control {
    font-family: 'Montserrat Light' !important;
}

.form-horizontal .control-label {
    text-align: left;
    line-height: 34px;
    padding-top: 0px;
}

.searchinput {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
}

.filter-panel-container .form-control {
    display: inline-block;
}

.MarginLeft {
    margin-left: 380px;
}

#installations-list-filter-panel-container {
    transition: margin-left .5s;
}

.modal-header {
    background: #ED1C25;
    color: #ffffff;
    font-family: 'Montserrat Regular' !important;
    padding: 18px 30px;
}

.nav-pills {
    background: #ddd;
}

    .nav-pills > li a {
        padding: 4px 0px;
        border-bottom: 2px solid #ddd;
    }

        .nav-pills > li a:hover, .nav-pills > li a:active, .nav-pills > li a:focus {
            background: transparent;
        }

    .nav-pills > li {
        padding: 16px 16px;
    }

        .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
            background: transparent;
            color: #000000;
            border-bottom: 2px solid #ED1C25;
            font-family: 'Montserrat Regular' !important;
            border-radius: 0px;
            padding: 4px 0px;
        }

.ModalFooter {
    background: #ddd;
    padding: 16px;
}

#Permissions .formsection {
    width: 80%;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 0px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #ED1C25;
}

input:focus + .slider {
    box-shadow: 0 0 1px #ED1C25;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

#Perferences .formsection .col-lg-5 {
    margin: 1px 0px;
}

#Perferences .formsection .col-lg-7 {
    margin: 1px 0px;
}

.numberinput {
    padding: 8px !important;
    margin: 0px !important;
    margin-left: 25px !important;
    width: 58px;
}

.Login_Head {
    color: #ED1C25;
    margin: 35px auto;
    max-width: 480px;
    font-size: 38px;
    font-family: 'Montserrat Regular' !important;
    text-align: center;
}

#loginForm {
    margin-top: 30px;
}

.login-page form {
    margin: 10px auto;
}

.login-background {
    background: #fff;
    /*margin: 75px 0px;*/
    background-image: url(Images/login-back.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: contain;
}

.login-row {
    max-width: 807px;
    width: 100%;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 471px;
    border-top: 0px;
    border-bottom: 0px;
    height: 838px;
    padding-top: 98px;
}

.dataTables_info {
    display: inline-block;
}

.dataTables_paginate {
    display: inline-block;
    float: right;
}

.test:after {
    content: '\2807';
    font-size: 36px;
    color: #2e2e2e;
    margin-left: 20px;
}

a.btndropdown-toggle:hover, a.btndropdown-toggle, a.btndropdown-toggle:active, a.btndropdown-toggle:focus {
    text-decoration: none;
}

.groupform {
    max-width: 600px;
    width: 80%;
    margin: 30px auto;
}

    .groupform label {
        line-height: 30px;
    }

.GroupTabContains {
    border: 1px solid #000;
    min-height: 300px;
}

.breadcrumb {
    background-color: transparent;
}

.GroupHeader {
    margin-bottom: 20px;
}

.GroupLabel {
    color: #ED1C23;
    font-size: 24px;
    line-height: 30px;
}

.groupEditLink {
    line-height: 30px;
    color: #000;
    font-family: 'Montserrat Regular' !important;
    text-decoration: underline;
}

.TContent {
    padding: 20px;
}

.dotdropdown {
    line-height: 50px;
}

.filter-panel-container .btn-red {
    padding: 4px 10px;
    margin-bottom: 5px;
}

.table-responsive {
    overflow-x: visible !important;
    overflow-y: auto;
}

.label-height-34px {
    height: 34px;
    line-height: 34px;
}

.max-width-14em {
    max-width: 14em;
}

.td-with-centered-checkbox {
    text-align: center;
    vertical-align: middle;
}

.border-right {
    border-right: solid 1px;
}

.no-bottom-border {
    border-bottom: none;
}

.min-width-50pc {
    min-width: 50% !important;
}

.date-display-field {
    min-width: 4em !important;
}

.red-border {
    border: 1px solid #ED1C25;
    height: 34px;
    border-radius: 4px;
    line-height: 1.42857143;
    padding: 6px 12px;
}

.padding-top-1em {
    padding-top: 1em;
}

.nav-userinfo {
    float: right;
    display: inline-block;
    font-family: 'Montserrat Regular' !important;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 2px 20px 0px 20px;
    font-size: 16px;
}

.footer {
    border-top: 1px solid gray;
}
