﻿body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    background-image: url("../Content/images/backgrounds/background.jpg?v=2.2");
    background-position: left top;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

    body.iframe {
        background-image: none;
        background-color: white;
    }

    body.login, .body-content {
        background-color: white;
        padding: 15px;
        margin-top: 15px;
    }

.body-content {
    background-color: transparent;
}

    .body-content .container {
        background-color: white;
        /*padding: 20px;*/
        /*margin: -20px;*/
        /*border: 30px solid white;
        padding: 0;*/
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #de6262;
    font-style: normal;
}

    h2.page-title {
        /*margin-top: 0;*/
    }

h1, .h1 {
    font-size: 46px;
}

input, .btn {
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
    z-index: 1;
}

.btn-primary, .btn-primary:focus {
    background-color: #de6262 !important;
    border-color: #de6262 !important;
}

    .btn-primary:hover, .btn-primary:focus:hover {
        background-color: #de6262 !important;
        border-color: #891F1F !important;
    }

    .btn-primary:disabled {
        background-color: #de6262 !important;
        color: #ffffff !important;
    }

input[type="text"], input[type="password"] {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    box-sizing: border-box;
    color: #666666;
    /*font-size: 12px;*/
    margin: 0;
    padding: 8px 0 8px 14px;
    height: 39px;
}

    input[type="text"].input-validation-error, input[type="password"].input-validation-error {
        border: 1px solid #de6262;
    }

.btn-sm {
    padding: 6px 9px;
}

.btn-report {
    margin-right: 10px;
    margin-bottom: 10px;
}

.btn-xs {
    margin-bottom: 5px;
}

.navbar-wrapper {
    margin-top: 15px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
}

.navbar {
    background-image: url("../content/images/backgrounds/background.jpg?v=2.2");
    background-position: left top;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
}

    .navbar .navbar-nav > li > a, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
        -ms-text-shadow: 1px 1px 2px #000;
        text-shadow: 1px 1px 2px #000;
        line-height: 67px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar .navbar-nav > li.with-icon > a, .navbar .navbar-nav > li.with-icon > a:hover, .navbar .navbar-nav > li.with-icon > a:focus {
        line-height: 20px;
    }

        .navbar .navbar-nav > li.with-icon > a .link-text,
        .navbar .navbar-nav > li.with-icon > a:hover .link-text,
        .navbar .navbar-nav > li.with-icon > a:focus .link-text {
            font-size: 12px;
           /*
            -ms-opacity: .5;
            opacity: .5;
            */   
        }

@media print {
    .navbar {
        display: none;
    }
}

ul.user-menu {
    border-bottom: 5px solid #de6262;
}

.user-menu li, .user-menu li a {
    line-height: 27px;
}

.dropdown-menu > li > a {
    font-size: 14px;
    color: #444;
}

    .dropdown-menu > li > a:hover {
        color: #de6262;
        background-color: white !important;
    }

.navbar-inverse .navbar-nav > .open > a {
    background-color: inherit !important;
}

ul.navbar-nav li.links span.icon.main-support {
    background-image: url("../Content/images/main-sprite.png?v=5.3");
    background-position: 7px -30px;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    margin: 13px auto 1px;
    width: 28px;
}

ul.navbar-nav li.links span.icon.main-feedback {
    background-image: url("../Content/images/main-sprite.png?v=5.3");
    background-position: -36px -26px;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    margin: 13px auto 1px;
    width: 28px;
}

ul.navbar-nav li.links span.icon.main-alert {
    background-image: url("../Content/images/main-sprite.png?v=5.3");
    background-position: 7px 4px;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    margin: 13px auto 1px;
    width: 28px;
}

ul.navbar-nav li.links span.icon.main-battery {
    background-image: url("../Content/images/bat-signal.png");
    background-position: 0 -28px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 22px;
    margin: 19px auto 1px;
    width: 33px;
}

ul.navbar-nav li.links span.icon.main-api {
    background-image: url("../Content/images/main-sprite.png?v=5.3");
    background-position: -39px 4px;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    margin: 13px auto 1px;
    width: 28px;
}

ul.navbar-nav li.links span.icon.main-kb {
    background-image: url("../Content/images/main-sprite.png?v=5.3");
    background-position: -36px -67px;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    margin: 13px auto 1px;
    width: 28px;
}

ul.navbar-nav li.links .badge {
    font-size: 12px;
    padding: 1px 3px;
    position: absolute !important;
    right: -2px;
    text-align: center;
    top: -2px;
}

@media (max-width: 1530px) {
    .side-menu {
        width: 59px;
    }

        .side-menu ul li a span.link-text {
            display: none;
        }

    .body-content.with-side-menu {
        margin-left: 74px;
    }
}
/*1200*/
@media (min-width: 1530px) {
    .side-menu {
        min-width: 265px;
    }

    .body-content.with-side-menu {
        margin-left: 205px;
    }
}

@media (min-width: 1860px) {
    .container {
        width: 1500px;
    }
}

@media (min-width: 2160px) {
    .container {
        width: 1800px;
    }
}

@media (min-width: 2360px) {
    .container {
        width: 2000px;
    }
}

@media (min-width: 2560px) {
    .container {
        width: 2200px;
    }
}  

.side-menu {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    float: left;
    z-index: 5;
}

    .side-menu ul {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        list-style: outside none none;
        margin: 0;
    }

        .side-menu ul li a {
            line-height: 60px;
        }


        .side-menu ul li a {
            color: #fff;
            display: block;
            font-size: 14px;
            font-weight: 300;
            height: 60px;
            line-height: 60px;
            text-decoration: none;
            text-transform: uppercase;
        }

            .side-menu ul li a:hover {
                background-color: rgba(0, 0, 0, 0.5);
            }

            .side-menu ul li a span.icon {
                height: 60px;
                width: 59px;
                background: rgba(222, 90, 90, 0.5) url("../Content/images/main-sprite.png?v=5.3") no-repeat scroll 0 0;
            }

            .side-menu ul li a span {
                display: block;
                float: left;
            }


                .side-menu ul li a span.link-text {
                    margin-left: 7px;
                }

        .side-menu ul li.dashboard a span.icon {
            background-position: 12px -105px;
            border-left: 3px solid #de6262;
        }

        .side-menu ul li.dashboard a:hover span.icon {
            background-position: 12px -146px;
            background-color: #de6262;
        }

        .side-menu ul li.equipment a span.icon {
            background-position: 12px -208px;
            border-left: 3px solid #64ade0;
        }

        .side-menu ul li.equipment a:hover span.icon {
            background-position: 12px -258px;
            background-color: #64ade0;
        }

        .side-menu ul li.fieldscout a span.icon {
            background-position: -128px -208px;
            border-left: 3px solid #e064ad;
        }

        .side-menu ul li.fieldscout a:hover span.icon {
            background-position: -128px -258px;
            background-color: #e064ad;
        }

        .side-menu ul li.reports a span.icon {
            background-position: 12px -340px;
            border-left: 3px solid #6cc487;
        }

        .side-menu ul li.reports a:hover span.icon {
            background-position: 12px -393px;
            background-color: #6cc487;
        }

        .side-menu ul li.maps a span.icon {
            background-position: 18px -483px;
            border-left: 3px solid #9d61dd;
        }

        .side-menu ul li.maps a:hover span.icon {
            background-position: 18px -532px;
            background-color: #9d61dd;
        }

        .side-menu ul li.disease a span.icon {
            background-position: -76px -1814px;
            border-left: 3px solid #891f1f;
        }

        .side-menu ul li.disease a:hover span.icon {
            background-position: -16px -1814px;
            background-color: #891f1f;
        }

        .side-menu ul li.insect a span.icon {
            background-position: -76px -1870px;
            border-left: 3px solid #E25D0B;
        }

        .side-menu ul li.insect a:hover span.icon {
            background-position: -16px -1870px;
            background-color: #E25D0B;
        }

         .side-menu ul li.uploads a span.icon {
            background-position: -210px -1814px;
            border-left: 3px solid #e20a40;
        }

        .side-menu ul li.uploads a:hover span.icon {
            background-position: -149px -1814px;
            background-color: #e20a40;
        }

.btn.active::after {
    border-bottom: inherit;
}

.btn-primary.active {
    background-color: #891F1F !important;
}

ul.tabs {
    list-style: outside none none;
}

    ul.tabs li {
        float: left;
        position: relative;
    }


        ul.tabs li a {
            color: #a4a594;
            display: block;
            font-size: 14px;
            height: 20px;
            line-height: 20px;
            margin: 0 0 0 20px;
            padding: 20px;
            padding-bottom: 35px;
            text-decoration: none;
            text-transform: uppercase;
        }

            ul.tabs li a:hover {
                background: #de6262 none repeat scroll 0 0;
                color: #fff;
            }

            ul.tabs li a.addTab {
                color: #de6262;
                display: block;
                font-size: 14px;
                height: 20px;
                line-height: 20px;
                margin: 0 0 0 20px;
                padding: 20px 5px;
                text-decoration: none;
                text-transform: none;
            }

                ul.tabs li a.addTab:hover {
                    text-decoration: underline;
                    background: transparent none repeat scroll 0 0;
                }

input#ThresholdDirectionUp[type="radio"]:checked + label {
    background: rgba(0, 0, 0, 0) url("../Content/images/threshup_selected.jpg") no-repeat scroll center center;
    cursor: pointer;
    height: 43px;
    padding: 5px 0 5px 50px;
    width: 4px;
}

input#ThresholdDirectionUp[type="radio"] + label {
    background: rgba(0, 0, 0, 0) url("../Content/images/threshup.jpg") no-repeat scroll center center;
    cursor: pointer;
    height: 43px;
    padding: 5px 0 5px 50px;
    width: 4px;
}

input#ThresholdDirectionDown[type="radio"] + label {
    background: rgba(0, 0, 0, 0) url("../Content/images/threshdown.jpg") no-repeat scroll center center;
    cursor: pointer;
    height: 43px;
    padding: 5px 0 5px 50px;
    width: 4px;
}

input#ThresholdDirectionDown[type="radio"][type="radio"]:checked + label {
    background: rgba(0, 0, 0, 0) url("../Content/images/threshdown_selected.jpg") no-repeat scroll center center;
    cursor: pointer;
    height: 43px;
    padding: 5px 0 5px 50px;
    width: 4px;
}


input[type="checkbox"]:checked.onoff + input + label {
    background: rgba(0, 0, 0, 0) url("../Content/images/on-checkbox.png") no-repeat scroll center center;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    padding: 0;
    width: 63px;
}

input[type="checkbox"].onoff + input + label {
    background: rgba(0, 0, 0, 0) url("../Content/images/off-checkbox.png") no-repeat scroll center center;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    padding: 0;
    width: 63px;
}

table.alerts tr.error td {
    color: #de6262;
}

.alertUp {
    background: rgba(0, 0, 0, 0) url("../Content/images/temp_up.png") no-repeat scroll left center;
    display: block;
    padding-left: 20px;
}

.alertDown {
    background: rgba(0, 0, 0, 0) url("../Content/images/temp_down.png") no-repeat scroll left center;
    display: block;
    padding-left: 20px;
}

.alertCond {
    display: block;
    padding-left: 20px;
}

.alert_count {
    background: #de6262 none repeat scroll 0 0;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    float: left;
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    margin-right: 10px;
}

.bat_count {
    background: #de6262 none repeat scroll 0 0;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    float: left;
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    margin-right: 10px;
}


span.sort a.up {
    background: rgba(0, 0, 0, 0) url("../Content/images/up.png") no-repeat scroll 0 0;
    display: block;
    height: 6px;
    margin-bottom: 5px;
    vertical-align: top;
    width: 10px;
}

span.sort a.down {
    background: rgba(0, 0, 0, 0) url("../Content/images/down.png") no-repeat scroll 0 0;
    display: block;
    height: 6px;
    vertical-align: bottom;
    width: 10px;
}

span.sort {
    display: block;
    float: right;
    height: 15px;
    width: 10px;
}

ul.sub-alerts::before {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 47%;
    margin-top: -6px;
    position: absolute;
    top: 0;
    width: 0;
}

ul.sub-alerts {
    background: #fff none repeat scroll 0 0;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 76px -12px #000;
    -ms-box-shadow: 0 0 76px -12px #000;
    box-shadow: 0 0 76px -12px #000;
    display: none;
    height: auto;
    left: -141px;
    position: absolute;
    top: 67px;
    min-width: 335px;
    width: auto;
    z-index: 1;
    list-style: outside none none;
    padding: 4px 12px;
}

li.alerts:hover ul {
    display: block;
}


.sub-alerts .alert-row.first {
    margin-top: 20px;
}


.sub-alerts .red_title {
    float: right;
}

.alert-row {
    display: table;
    width: 100%;
}

.sub-alerts .red_title h5 {
    color: #de6262;
    font-size: 50px;
    font-weight: lighter;
    line-height: 70px;
    vertical-align: top;
}


table.alerts td {
    padding: 5px;
    vertical-align: middle;
}

table.alerts tr.even {
    background: #fafafa none repeat scroll 0 0;
}

table.alerts tr.odd {
    background: #f3f3f3 none repeat scroll 0 0;
}

ul.sub-bats::before {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 47%;
    margin-top: -6px;
    position: absolute;
    top: 0;
    width: 0;
}

ul.sub-bats {
    background: #fff none repeat scroll 0 0;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 76px -12px #000;
    -ms-box-shadow: 0 0 76px -12px #000;
    box-shadow: 0 0 76px -12px #000;
    display: none;
    height: auto;
    left: -141px;
    position: absolute;
    top: 67px;
    width: 400px;
    z-index: 1;
    list-style: outside none none;
    padding: 4px 12px;
}

li.bats:hover ul {
    display: block;
}

.sub-bats .bat-row.first {
    margin-top: 20px;
}

.sub-bats .red_title {
    float: right;
}

.bat-row {
    display: table;
    width: 100%;
}

.sub-bats .red_title h5 {
    color: #de6262;
    font-size: 50px;
    font-weight: lighter;
    line-height: 70px;
    vertical-align: top;
}

table.bats td {
    padding: 5px;
    vertical-align: middle;
}

table.bats tr.even {
    background: #fafafa none repeat scroll 0 0;
}

table.bats tr.odd {
    background: #f3f3f3 none repeat scroll 0 0;
}

li.api:hover ul {
    display: block;
    margin-top: 8px;
    margin-left: 10px;
}

.validation-warn {
    background-color: #e2e92e !important;
    color: black !important;
}

.datepicker {
    margin-top: 10px;
}


.spinnerbkg {
    //position: absolute;
    //width: 100%;
    //height: 100%;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: black;
    opacity: .5;
    z-index: 1233;
}

#fountainG {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -12px;
    text-align: center;
    z-index: 1234;
    overflow: visible;
    width: 200px;
    height: 24px;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: #DE6262;
    width: 25px;
    height: 25px;
    -moz-animation-name: bounce_fountainG;
    -moz-animation-duration: 1.4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-transform: scale(.3);
    -moz-border-radius: 16px;
    -webkit-animation-name: bounce_fountainG;
    -webkit-animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-transform: scale(.3);
    -webkit-border-radius: 16px;
    -ms-animation-name: bounce_fountainG;
    -ms-animation-duration: 1.4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
    -ms-transform: scale(.3);
    -ms-border-radius: 16px;
    -o-animation-name: bounce_fountainG;
    -o-animation-duration: 1.4s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    -o-transform: scale(.3);
    -o-border-radius: 16px;
    animation-name: bounce_fountainG;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    transform: scale(.3);
    border-radius: 16px;
}

#fountainG_1 {
    left: 0;
    -moz-animation-delay: 0.56s;
    -webkit-animation-delay: 0.56s;
    -ms-animation-delay: 0.56s;
    -o-animation-delay: 0.56s;
    animation-delay: 0.56s;
}

#fountainG_2 {
    left: 25px;
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#fountainG_3 {
    left: 50px;
    -moz-animation-delay: 0.84s;
    -webkit-animation-delay: 0.84s;
    -ms-animation-delay: 0.84s;
    -o-animation-delay: 0.84s;
    animation-delay: 0.84s;
}

#fountainG_4 {
    left: 75px;
    -moz-animation-delay: 0.98s;
    -webkit-animation-delay: 0.98s;
    -ms-animation-delay: 0.98s;
    -o-animation-delay: 0.98s;
    animation-delay: 0.98s;
}

#fountainG_5 {
    left: 100px;
    -moz-animation-delay: 1.12s;
    -webkit-animation-delay: 1.12s;
    -ms-animation-delay: 1.12s;
    -o-animation-delay: 1.12s;
    animation-delay: 1.12s;
}

#fountainG_6 {
    left: 125px;
    -moz-animation-delay: 1.26s;
    -webkit-animation-delay: 1.26s;
    -ms-animation-delay: 1.26s;
    -o-animation-delay: 1.26s;
    animation-delay: 1.26s;
}

#fountainG_7 {
    left: 150px;
    -moz-animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
    -ms-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

#fountainG_8 {
    left: 175px;
    -moz-animation-delay: 1.54s;
    -webkit-animation-delay: 1.54s;
    -ms-animation-delay: 1.54s;
    -o-animation-delay: 1.54s;
    animation-delay: 1.54s;
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: #DE6262;
    }

    100% {
        -moz-transform: scale(.3);
        background-color: #E6C4C4;
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: #DE6262;
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: #E6C4C4;
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: #DE6262;
    }

    100% {
        -ms-transform: scale(.3);
        background-color: #E6C4C4;
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: #DE6262;
    }

    100% {
        -o-transform: scale(.3);
        background-color: #E6C4C4;
    }
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: #DE6262;
    }

    100% {
        transform: scale(.3);
        background-color: #E6C4C4;
    }
}

a.table-sort {
    color: #666666;
}

.validation-info {
    background-color: #6cc487 !important;
}

.validation {
    background-color: #de6262;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: none;
    margin-bottom: 30px;
    padding: 10px;
}

.admin {
    background-color: #ffd4d4;
}