﻿
:root {
    --md-switch-selected-track-color: #609E57;
    --md-switch-selected-handle-color: #EFF5EE;
    --md-switch-hover-track-color: #609E57;
    --md-switch-selected-hover-track-color: #EBDFDD;
    --md-switch-track-color: #EBDFDD;
    --md-switch-focus-track-color: #EBDFDD;
    --md-switch-selected-focus-track-color: #609E57
}

body {
    padding-bottom: 20px;
    background-color: white;
    margin-bottom: 115px;
}

.nav-wrapper {
    background-image: url("../content/images/backgrounds/background.jpg?v=3.1");
    background-position: left top;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
}

body.iframe {
    padding-top: 0;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

div.validation-summary-errors {
    background-color: #de6262;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 10px;
    padding: 6px 10px 5px 10px;
}

    div.validation-summary-errors ul {
        list-style-type: none;
        margin-left: 0;
        margin-bottom: 0;
    }

/* Current Conditions */
.cc-head {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
}

    .cc-head .product {
        font-weight: bold;
        text-decoration: underline;
    }

    .cc-head .serial, .cc-head .time, .cc-sensors .port .name {
        font-style: italic;
    }

.cc-sensors .port .value {
    font-weight: bold;
    text-align: right;
    padding-right: 15px;
}

    .cc-sensors .port .value .valuetype {
        font-weight: normal;
    }

.cc-sensors .port, .cc-sensors table td {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 30px;
}

.cc-sensors .sensors {
    padding-left: 0;
    padding-right: 0;
}

.cc-sensors .port img {
    width: 50px;
}

.cc-wrapper-border {
    background-color: #eeece1;
    border: 2px solid #d9d9d9;
    padding: 10px;
    /*margin-left: -15px;
    margin-right: -15px;*/
}

.cc-wrapper-background {
    background-color: white;
    border: 3px solid #d9d9d9;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cc-wrapper-background-widget {
    background-color: white;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.featureIconList {
    list-style-type: none;
    float: left;
    margin: 5px 0 5px 0;
}

    .featureIconList li {
        float: left;
        margin: 0 5px 0 0;
        width: 50px;
        height: 50px;
    }

#featureIconColors {
    list-style-type: none;
    float: left;
    margin: 0 0 0 0;
}

    #featureIconColors li {
        float: left;
        margin: 0 0 0 0;
        width: 55px;
        height: 50px;
        cursor: pointer;
        border-style: none;
        border-width: 1px;
        border-color: lightgray;
    }

.feat-ico {
    background: url(../Content/images/featureicons.png) no-repeat top left;
    cursor: pointer;
    border-style: none;
    border-width: 1px;
    border-color: lightgray;
}

.feat-ico-crosshairs-black {
    background-position: 0 0;
}

.feat-ico-crosshairs-red {
    background-position: -100px 0;
}

.feat-ico-crosshairs-blue {
    background-position: -200px 0;
}

.feat-ico-crosshairs-gray {
    background-position: -300px 0;
}

.feat-ico-circleddot-black {
    background-position: 0 -100px;
}

.feat-ico-circleddot-red {
    background-position: -100px -100px;
}

.feat-ico-circleddot-blue {
    background-position: -200px -100px;
}

.feat-ico-circleddot-gray {
    background-position: -300px -100px;
}

.feat-ico-triangle-black {
    background-position: 0 -200px;
}

.feat-ico-triangle-red {
    background-position: -100px -200px;
}

.feat-ico-triangle-blue {
    background-position: -200px -200px;
}

.feat-ico-triangle-gray {
    background-position: -300px -200px;
}

.feat-ico-x-black {
    background-position: 0 -300px;
}

.feat-ico-x-red {
    background-position: -100px -300px;
}

.feat-ico-x-blue {
    background-position: -200px -300px;
}

.feat-ico-x-gray {
    background-position: -300px -300px;
}

.feat-ico-flag-black {
    background-position: 0 -400px;
}

.feat-ico-flag-red {
    background-position: -100px -400px;
}

.feat-ico-flag-blue {
    background-position: -200px -400px;
}

.feat-ico-flag-gray {
    background-position: -300px -400px;
}

.feat-ico-tee-black {
    background-position: 0 -500px;
}

.feat-ico-tee-red {
    background-position: -100px -500px;
}

.feat-ico-tee-blue {
    background-position: -200px -500px;
}

.feat-ico-tee-gray {
    background-position: -300px -500px;
}

.feat-ico-spigot-black {
    background-position: 0 -600px;
}

.feat-ico-spigot-red {
    background-position: -100px -600px;
}

.feat-ico-spigot-blue {
    background-position: -200px -600px;
}

.feat-ico-spigot-gray {
    background-position: -300px -600px;
}

.feat-color-black {
    background-color: #000000;
}

.feat-color-red {
    background-color: #FF0000;
}

.feat-color-blue {
    background-color: #0000FF;
}

.feat-color-gray {
    background-color: #7F828D;
}

#FeaturePanel > div {
    border: 1px solid lightgrey;
    margin: 0 15px 0px 15px;
    padding-left: 15px;
    overflow: hidden;
}

    #FeaturePanel ul {
        list-style: none;
    }

    #FeaturePanel li {
        float: left;
        padding-right: 16px;
        padding-bottom: 16px;
    }

#RecoveryOptions ul {
    list-style: none;
}

#RecoveryOptions li {
    float: left;
    padding-right: 16px;
    padding-bottom: 16px;
}

#scLevel {
    display: none;
}

#scLeveler {
    display: block;
}

@media (max-width: 992px) {
    #paletteDataType {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #scLevel {
        display: block;
    }
    #scLeveler {
        display: none;
    }
}

    .annotationIconList {
        border-style: solid;
        border-width: thin;
        border-color: #d5d5d5;
    }

    .annot-ico {
        display: inline-block;
        margin: 5px 5px 5px 5px;
    }

    #AnnotationDevice {
        height: 36px;
    }

    #AnnotationDetail {
        max-width: 550px;
        width: 100%;
    }

    #AnnotationDevice {
        max-width: 500px;
    }

    #AnnotationTable {
        width: 100%;
    }

        #AnnotationTable td {
            border-style: solid;
            border-width: thin;
            border-color: #d5d5d5;
            padding-left: 5px;
            padding-right: 5px;
        }

        #AnnotationTable th {
            padding-left: 5px;
            padding-right: 5px;
        }

    #AnnotationList p {
        margin: 12px;
    }
    /* Sprite Icons for battery and signal */
    .bat_ignored {
        background: url(../Content/images/cancel.png) no-repeat top left;
        background-size: 100%;
        width: 20px;
        height: 20px;
        float: right;
    }

    #batSignal {
        list-style-type: none;
        float: right;
    }

    .bat-signal {
        background: url(../Content/images/bat-signal.png) no-repeat top left;
        background-size: 100%;
    }

    #batSignal li {
        float: left;
        margin: 0 10px 0 0;
        width: 33px;
        height: 22px;
    }

    .sp-ico-bat_0, .sp-ico-bat_ {
        background-position: 0 4px;
    }

    .sp-ico-bat_1 {
        background-position: 0 -24px;
    }

    .sp-ico-bat_2 {
        background-position: 0 -52px;
    }

    .sp-ico-bat_3 {
        background-position: 0 -79px;
    }

    .sp-ico-bat_4 {
        background-position: 0 -107px;
    }

    .sp-ico-bat_5 {
        background-position: 0 -134px;
    }

    .sp-ico-bat_ac {
        background-position: 0 -359px;
    }

    .sp-ico-sig_0, .sp-ico-sig_ {
        background-position: 0 -166px;
    }

    .sp-ico-sig_1 {
        background-position: 0 -198px;
    }

    .sp-ico-sig_2 {
        background-position: 0 -231px;
    }

    .sp-ico-sig_3 {
        background-position: 0 -262px;
    }

    .sp-ico-sig_4 {
        background-position: 0 -295px;
    }

    .sp-ico-sig_5 {
        background-position: 0 -327px;
    }

    /* Reports */

    .report-summary li a.link {
        display: block;
        line-height: 14px;
    }

    .report-summary li a.standard-report {
        display: block;
        padding: 16px;
        color: #de6262;
    }

.report-summary li a.standard-report-2 {
    display: block;
    padding-top: 8px;
    padding-left: 16px;
    color: #de6262;
}

    .report-summary li a.standard-report-3 {
        display: block;
        padding: 8px;
        padding-top: 0;
        color: #de6262;
        float: right;
    }

    ul.report-summary {
        margin-left: 0;
        list-style-type: none;
    }


    .report-summary li {
        border: 1px solid #ccc;
        -ms-border-radius: 4px;
        border-radius: 4px;
        float: left;
        margin: 0 20px 20px 0;
        overflow: hidden;
        width: 46%;
        padding: 0;
        height: 90px;
    }

    .report-summary-short li {
        width: 31%;
        height: 54px;
    }


    .report-summary li a:hover {
        background-color: #eee;
        text-decoration: none;
    }

    a {
        color: #de6262;
    }

    .rep-edit-col-title {
        border: 1px solid #ccc;
        -ms-border-radius: 4px;
        border-radius: 4px;
        margin: 5px;
        padding: 5px;
        color: #de6262;
        font-size: 15px;
        text-align: center;
    }

    .rep-edit-col-var {
        color: #393939;
        font-size: 14px;
        font-weight: normal;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .rep-edit-col {
        border: 1px solid #ccc;
        -ms-border-radius: 4px;
        border-radius: 4px;
        margin: 5px;
        padding: 5px;
        color: #393939;
        font-size: 15px;
        text-align: left;
    }

        .rep-edit-col .title {
            color: #de6262;
            text-align: center;
        }

    .rep-equip-btn {
        color: #fff !important;
        background-color: #000 !important;
        display: inline-block;
        padding: 8px 16px;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        color: inherit;
        background-color: inherit;
        text-align: center;
        cursor: pointer;
        white-space: nowrap;
        width: 100%;
    }

        .rep-equip-btn:hover {
            color: #000 !important;
            background-color: #ccc !important;
            overflow: visible;
            z-index: 10;
            width: auto;
            position: relative;
        }

    #dash-widget3 {
        /*height: 800px;*/
    }

    .map-content {
        overflow: hidden;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #map-canvas {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .fsinfobubble {
        max-width: 120px;
    }

        .fsinfobubble * {
            line-height: 1em;
            font-weight: normal;
        }

        .fsinfobubble svg.H_icon {
            fill: #000;
        }

        .fsinfobubble div.H_ib_tail {
            fill: #fff;
        }

        .fsinfobubble div.H_ib_content {
            color: black;
            font-size: 12px;
            font-family: calibri;
        }

        .fsinfobubble div.H_ib_close {
            font-size: .4em;
        }

        .fsinfobubble div.H_ib_body {
            background: #fff;
            border: solid thin black;
        }

    .infobubble {
        /*width: 120px;*/
        max-width: 120px;
    }

        .infobubble * {
            line-height: 1em;
            font-weight: normal;
        }

        .infobubble img {
            float: left;
        }

        .infobubble table strong {
            font-weight: bold;
        }

        .infobubble table {
            float: right;
        }

            .infobubble table td {
                text-align: right;
            }

        .infobubble ul.fullStation-bg {
            background: url('/_layouts/15/spec_assets/img/icons/active/Full_Station.gif') no-repeat 5px 5px;
        }

        .infobubble ul.retriever-bg {
            background: url('/_layouts/15/spec_assets/img/icons/active/Retriever.gif') no-repeat 5px 5px;
        }

        .infobubble ul.pup-bg {
            background: url('/_layouts/15/spec_assets/img/icons/active/Pup.gif') no-repeat 5px 5px;
        }

        .infobubble svg.H_icon {
            fill: #000;
        }

        .infobubble div.H_ib_tail {
            fill: #fff;
        }

        .infobubble div.H_ib_content {
            color: black;
            font-size: 12px;
            font-family: calibri;
        }

        .infobubble div.H_ib_close {
            font-size: .4em;
        }

        .infobubble div.H_ib_body {
            background: #fff;
            border: solid thin black;
        }

    table.Report td, table.Report th {
        vertical-align: middle;
        border: 2px solid #fff;
        border-width: 0px 1px 1px 0px;
        text-align: left;
        padding: 15px;
        font-size: 14px;
        font-family: Arial;
        font-weight: normal;
        color: #666666;
        height: 53px;
        line-height: 14px;
        vertical-align: middle !important;
    }

    table.Report th {
        font-weight: bold;
        text-align: left;
        background: linear-gradient(to bottom, #e9e9e9 0%,#dedede 32%,#d4d4d4 70%,#cbcbcb 100%);
    }

    table.SubReport td, table.SubReport th {
        border: 0px;
        padding: 0px;
    }

    table.Report tr:nth-child(odd) {
        background-color: #f3f3f3;
    }

    table.Report tr:nth-child(even) {
        background-color: white;
    }

    table.Report tr.HiLiteRow:nth-child(odd) {
        background-color: #cfe2f3;
    }

    table.Report tr.HiLiteRow:nth-child(even) {
        background-color: #ebf3fa;
    }

    table.Report tr:nth-child(odd) table.SubReport tr:nth-child(odd) {
        background-color: #f3f3f3;
    }

    table.Report tr:nth-child(even) table.SubReport tr:nth-child(even) {
        background-color: #f3f3f3;
    }

    table.Report tr:nth-child(odd) table.SubReport tr:nth-child(even) {
        background-color: white;
    }

    table.Report tr:nth-child(even) table.SubReport tr:nth-child(odd) {
        background-color: white;
    }

nav a.navprev {
    float: left;
    color: #de6262;
}

nav a.navnext {
    float: right;
    color: #de6262;
}

.fs-settings-hdr {
        font-size: 22px;
        font-weight: bold;
        color: #de6262;
    }

    tr.fs-range-head th {
        text-align: center;
    }

    tr.fs-range-row td {
        padding: 10px;
    }

    tr.fs-palette-row td {
        padding: 10px;
    }

    .fs-color-chip {
        width: 40px;
        height: 40px;
        display: inline-block;
        background-color: red;
    }

    .fs-color-chip-edit {
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .fs-highlight {
        border: 3px solid #000000;
        display: block;
        height: 46px;
    }

    .xui-dialog .ui-dialog-content .action-buttons {
        text-align: right;
        padding: 30px 0 0;
    }

    .action-buttons input {
        background-color: #e5e5e5;
        border-radius: 4px;
        border: 0;
        border-bottom: 2px solid #8B8B8B;
        color: #fff;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 14px;
        outline: none;
        color: #666;
    }

        .action-buttons input + input {
            background-color: #6cc487;
            border-radius: 4px;
            border: 0;
            border-bottom: 2px solid #3A7C4E;
            color: #fff;
            padding: 10px 20px;
            cursor: pointer;
            font-size: 14px;
            outline: none;
            margin-left: 12px;
        }

    .xui-draggable .ui-dialog-titlebar {
        cursor: move;
    }

    .xui-dialog div.ui-dialog-titlebar {
        margin: -37px -24px;
        background-color: #666;
        background: #666;
        border: none;
        border-radius: 0px;
        height: 43px;
        line-height: 43px;
        text-align: center;
        color: #fff;
        position: relative;
        text-shadow: 1px 1px 2px #000;
        font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", sans-serif;
        font-size: 14px;
    }

.xui-dialog button.ui-dialog-titlebar-close {
    border: 0;
    padding: 0;
    margin: 0;
    background: url(../Content/images/main-sprite.png?v=5.3) no-repeat 0 -1881px;
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 12px;
    right: 12px;
    box-shadow: none;
    outline: none;
    text-indent: 100%;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
}

    .xui-dialog ui-dialog-content {
        position: relative;
        border: 0;
        padding: 0;
        background: none;
        zoom: 1;
        height: auto !important;
        overflow: hidden !important;
    }

    div.xui-dialog {
        border: none;
        border-radius: 0px;
        background: #fff;
        box-shadow: 0 0 30px 0 #333;
        padding: 37px 24px 24px;
        position: relative;
        outline: none;
        z-index: 999999;
    }

    .xui-dialog-content {
        margin: 60px 0 0 0;
    }

    ui-widget-overlay {
        background: #000;
        opacity: 0.5;
        filter: alpha(filter="50");
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        overflow: hidden;
    }

    .specpopup {
        display: none;
        padding: 0;
    }

        .specpopup .ui-widget {
            font-family: Verdana,Arial,sans-serif /*{ffDefault}*/;
            font-size: 1.1em /*{fsDefault}*/;
        }

        .specpopup .ui-widget-header {
            border: 1px solid #de6262;
            background: #de6262;
            color: #ffffff;
            font-weight: bold;
        }

        .specpopup .ui-widget .ui-widget {
            font-size: 1em;
        }

        .specpopup .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
            font-family: Verdana,Arial,sans-serif /*{ffDefault}*/;
            font-size: 1em;
        }

.xui-state-default span.ui-icon {
    width: 12px;
    height: 12px;
    background: url(../Content/images/main-sprite.png?v=5.3) no-repeat 0 -1881px;
    bottom: 10px;
    right: 10px;
    z-index: 0 !important;
}

    button.btn.btn-primary.btn-xs.btn-toggle {
        background-color: #891F1F !important;
    }

    .alert_count {
        width: 70px;
        height: 70px;
        background: #de6262;
        -ms-border-radius: 50px;
        border-radius: 50px;
        text-align: center;
        line-height: 70px;
        color: #fff;
        font-size: 40px;
        float: left;
    }

    .gray-header-bar {
        background: #f7f6f2 none repeat scroll 0 0;
        border-bottom: 1px solid #ceccc0;
        border-top: 5px solid #de6262;
        /*height: 60px;*/
        margin-top: 82px;
        margin-left: 0;
        margin-right: 0;
    }

    .gray-notice-bar {
        background: #f7f6f2 none repeat scroll 0 0;
        border-bottom: 1px solid #ceccc0;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    @media print {
        .gray-header-bar {
            display: none;
        }

        .gray-notice-bar {
            display: none;
        }
    }


    .footer {
        margin-top: 30px;
        background-color: #f7f6f2;
        width: 100%;
        bottom: 0;
        position: absolute;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        border-top: 1px solid #ceccc0;
    }

    h1.smallh1 {
        font-size: 32px;
    }

    .footer-right {
        padding-top: 7px;
        padding-bottom: 6px;
        padding-right: 25px;
        text-align: right;
        font-size: 12px;
        color: #9fa08e;
    }

    .footer-left {
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 100px;
        font-size: 14px;
        color: #9fa08e;
    }

        .footer-left a {
            color: #9fa08e;
        }

    /* Disease Models */
    .dm-stage td, .dm-stage th, .dm-final td, .dm-final td.data, .dm-final th.data {
        font-size: 12px;
        padding: 5px;
        text-align: center;
        font-weight: normal;
        vertical-align: top;
    }

        .dm-stage th.input {
            background-color: #5b9bd5;
            border: 2px solid #5b9bd5;
            color: white;
        }

        .dm-stage td.input, .dm-stage div.limit, .dm-stage th.final {
            background-color: #bdd7ee;
            border: 2px solid #5b9bd5;
        }

            .dm-stage div.limit div.key {
                background-color: #5b9bd5;
                padding: 2px;
            }

            .dm-stage div.limit div.val {
                padding: 2px;
            }

        .dm-stage th.comp {
            background-color: #70ad47;
            border: 2px solid #70ad47;
            color: white;
        }

        .dm-stage td.comp, .dm-stage div.comp {
            background-color: #c6e0b4;
            border: 2px solid #70ad47;
        }

        .dm-stage td.comp-group {
            background-color: #a9d08e;
            border: 2px solid #70ad47;
        }

    .dm-final td {
        background-color: #f8cbad;
        border: 2px solid #ed7d31;
    }

        .dm-final td.data, .dm-final th.data {
            background-color: white;
            border: 2px solid white;
        }

    .dm-stage th.sensor {
        background-color: #ffc000;
        border: 2px solid #ffc000;
    }

    .dm-stage td.sensor, .dm-stage div.sensor {
        background-color: #ffe699;
        border: 2px solid #ffc000;
    }

        .dm-stage div.sensor div.key {
            padding: 2px;
            background-color: #ffc000;
        }

    .dm-stage div.comp div.key {
        padding: 2px;
        background-color: #70ad47;
    }

    .dm-stage div.sensor div.val, .dm-stage div.comp div.val {
        padding: 2px;
    }

    .dm-stage th.data {
        font-weight: bold;
    }

    .dm-stage td.fwd {
        color: #3399ff;
    }

    a.addTab {
        padding-top: 8px !important;
    }

    .dm-panel {
        border: 1px solid #ccc;
        -ms-border-radius: 4px;
        border-radius: 4px;
        padding: 10px;
        margin-right: 10px;
    }

    .password-form-control {
        display: inline-block !important;
    }

    .datepicker-dropdown {
        margin-top: 70px !important;
    }

    .bootstrap-datetimepicker-widget {
        top: 36px !important;
    }

    .calibrator {
        -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
        box-shadow: inset 0px 1px 0px 0px #ffffff;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
        background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
        background-color: #f9f9f9;
        -webkit-border-top-left-radius: 36px;
        -moz-border-radius-topleft: 36px;
        border-top-left-radius: 36px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 36px;
        -moz-border-radius-bottomright: 36px;
        border-bottom-right-radius: 36px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-left-radius: 0px;
        text-indent: 0px;
        border: 1px solid #dcdcdc;
        display: inline-block;
        color: #666666;
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        height: 20px;
        line-height: 20px;
        width: 86px;
        text-decoration: none;
        text-align: center;
        text-shadow: 1px 1px 0px #ffffff;
    }

        .calibrator:hover {
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
            background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
            background-color: #e9e9e9;
        }

        .calibrator:active {
            position: relative;
            top: 1px;
        }

    a.calibrator.disabled {
        color: lightgray;
    }

    a.calibrated {
        background-color: rgba(96, 158, 87, 0.52);
    }

    #calibration-table {
        margin-top: 20px;
    }

        #calibration-table td {
            padding: 5px;
        }

    #calPortName {
        font-weight: bold;
    }

    .grayout {
        opacity: 0.6; /* Real browsers */
        filter: alpha(opacity = 60); /* MSIE */
    }

    .fixed {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }

    .onoffswitch {
        position: relative;
        width: 60px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        display: inline-block;
        vertical-align: middle;
    }

    .onoffswitch-checkbox {
        display: none;
    }

    .onoffswitch-label {
        display: block;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid #999999;
        border-radius: 18px;
        margin-bottom: 0px;
    }

    .onoffswitch-inner {
        display: block;
        width: 200%;
        margin-left: -100%;
        transition: margin 0.3s ease-in 0s;
    }

        .onoffswitch-inner:before, .onoffswitch-inner:after {
            display: block;
            float: left;
            width: 50%;
            height: 20px;
            padding: 0;
            line-height: 20px;
            font-size: 12px;
            color: white;
            font-family: Trebuchet, Arial, sans-serif;
            font-weight: bold;
            box-sizing: border-box;
        }

    .xonoffswitch-inner:before {
        content: "On";
        padding-left: 6px;
        background-color: #609E57;
        color: #FFFFFF;
        text-align: left;
    }

    .xonoffswitch-inner:after {
        content: "Off";
        padding-right: 6px;
        background-color: #FFFFFF;
        color: #000000;
        text-align: right;
    }

    .onoffswitch-switch {
        display: block;
        width: 16px;
        margin: 2px;
        background: #FFFFFF;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 36px;
        border: 2px solid #999999;
        border-radius: 18px;
        transition: all 0.3s ease-in 0s;
    }

    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }

    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px;
    }

    table.insect-model-events tr.heading td {
        border-bottom: 1px solid #CCC;
    }

    table.insect-model-events td {
        line-height: 1.0;
        padding-top: 0;
        padding-bottom: 0;
        height: 30px;
    }

    .insect_chk {
        display: inline-block;
    }

    .slocation {
        margin-top: 10px;
        display: inline-block;
        position: absolute;
        margin-left: 10px;
    }

    .map-icon-label {
        color: #000000;
        background: #ffffff;
        border: 1px solid black;
        border-radius: 6px;
        font: normal 12px sans-serif;
        line-height: 16px;
        padding: 4px;
    }

    .map-icon-label-inactive {
        color: red;
        background: #ffffff;
        border: 1px solid black;
        border-radius: 6px;
        font: italic 12px sans-serif;
        line-height: 16px;
        padding: 4px;
    }

    .input-control {
        margin-top: 12px !important;
    }

    #contourDivContainer .ui-state-active {
        border-color: #000000;
        background-color: #000000;
    }

    #tblSubscriptions th,td {
        padding: 2px;
    }

div.AlertSensor {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    display: inline-block;
}

div.DownDir {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("/Content/images/decreasing.svg") no-repeat top left;
    background-size: 100%;
    cursor: pointer;
}

div.UpDir {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("/Content/images/increasing.svg") no-repeat top left;
    background-size: 100%;
    cursor: pointer;
}

.floating-map-panel {
    position: absolute;
    top: 20px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

.table-like {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.image-radio-btn {
    position: absolute;
    left: -9999px;
}

input[type="radio"].image-radio-btn:checked + label > img {
    border: 1px solid rgb(222, 98, 98);
    box-shadow: 0 0 3px 3px #000000;
    height: 50px;
    width: 50px;
}

input[type="radio"].image-radio-btn + label > img {
    border: 1px rgb(255, 255, 255);
    padding: 10px;
    height: 50px;
    width: 50px;
    transition: 500ms all;
}

input[type="radio"].image-radio-btn + label {
    height: 50px;
    width: 50px;
    background-color: lightgray;
}

input[type="radio"].image-radio-btn:checked + label > span {
    border: 1px solid rgb(222, 98, 98);
    box-shadow: 0 0 3px 3px #000000;
    height: 50px;
    width: 50px;
    display: block;
}

input[type="radio"] + label > span {
    border: 1px rgb(255, 255, 255);
    padding: 10px;
    height: 50px;
    width: 50px;
    display: block;
    transition: 500ms all;
}

