﻿html, body {
}

.modal-lg {
    width: 75%;
}

.sidebarGrid {
    width: 100%;
    height: 75%;
}

.carouselTiles {
    text-align: center;
    border: 1px solid #b3d9ff;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px 5px 5px 5px;
}

.makeItBold {
    font-weight: bold;
    background-color: yellow;
}

.resetToDefaults {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

.highcharts-tooltip {
    opacity: 0.6;
}

.ui-grid-full-width {
    width: 100%;
    height: 100%;
}

.unit-selection-grid {
    width: 790px;
}

.trendGraph {
    width: 100%;
    height: 500px;
}

.redBackground {
    background-color: firebrick;
}

.notValid {
    color: red;
    font-size: smaller;
}

#contactSection {
    background-image: url('../img/word_map.png');
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 60px;
}

.gray-section {
    background: #f4f4f4;
    margin-top: 60px;
}

.modalGrid {
    width: 825px;
    height: 300px;
}

.dataLabel {
    font-weight: bold;
}

#right-sidebar {
    width: 40% !important;
}

#monitorLoading {
    position: absolute;
    z-index: 12000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    background: rgba(255,255,255,1);
    background-image: url('../img/loading2.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 250px;
}

.center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.disabledComponent {
    opacity: 0.6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F8FAFB;
    z-index: 11998;
}

@media (max-height: 2000px) {
    .sidebarGrid {
        height: 1400px;
    }
}

@media (max-height: 1900px) {
    .sidebarGrid {
        height: 1325px;
    }
}

@media (max-height: 1800px) {
    .sidebarGrid {
        height: 1250px;
    }
}

@media (max-height: 1700px) {
    .sidebarGrid {
        height: 1175px;
    }
}

@media (max-height: 1600px) {
    .sidebarGrid {
        height: 1100px;
    }
}

@media (max-height: 1500px) {
    .sidebarGrid {
        height: 1025px;
    }
}

@media (max-height: 1400px) {
    .sidebarGrid {
        height: 950px;
    }
}

@media (max-height: 1300px) {
    .sidebarGrid {
        height: 875px;
    }
}

@media (max-height: 1200px) {
    .sidebarGrid {
        height: 800px;
    }
}

@media (max-height: 1100px) {
    .sidebarGrid {
        height: 725px;
    }
}

@media (max-height: 1000px) {
    .sidebarGrid {
        height: 650px;
    }
}

@media (max-height: 900px) {
    .sidebarGrid {
        height: 575px;
    }
}

@media (max-height: 800px) {
    .sidebarGrid {
        height: 500px;
    }
}

@media (max-height: 700px) {
    .sidebarGrid {
        height: 425px;
    }
}

@media (max-height: 600px) {
    .sidebarGrid {
        height: 350px;
    }
}

@media (max-height: 500px) {
    .sidebarGrid {
        height: 250px;
    }
}

@media (max-height: 400px) {
    .sidebarGrid {
        height: 250px;
    }
}

@media (max-height: 300px) {
    .sidebarGrid {
        height: 225px;
    }
}

@media (min-width: 4000px) {
    .ui-grid-full-width {
        width: 3550px;
    }

    #right-sidebar {
        width: 1700px !important;
    }

    .sidebarGrid {
        width: 1650px !important;
    }
}

@media (max-width: 3900px) {
    .ui-grid-full-width {
        width: 3450px;
    }

    #right-sidebar {
        width: 1650px !important;
    }

    .sidebarGrid {
        width: 1600px !important;
    }
}

@media (max-width: 3800px) {
    .ui-grid-full-width {
        width: 3350px;
    }

    #right-sidebar {
        width: 1600px !important;
    }

    .sidebarGrid {
        width: 1550px !important;
    }
}

@media (max-width: 3700px) {
    .ui-grid-full-width {
        width: 3250px;
    }

    #right-sidebar {
        width: 1550px !important;
    }

    .sidebarGrid {
        width: 1500px !important;
    }
}

@media (max-width: 3600px) {
    .ui-grid-full-width {
        width: 3150px;
    }

    #right-sidebar {
        width: 1500px !important;
    }

    .sidebarGrid {
        width: 1450px !important;
    }
}

@media (max-width: 3500px) {
    .ui-grid-full-width {
        width: 3050px;
    }

    #right-sidebar {
        width: 1450px !important;
    }

    .sidebarGrid {
        width: 1400px !important;
    }
}

@media (max-width: 3400px) {
    .ui-grid-full-width {
        width: 2950px;
    }

    #right-sidebar {
        width: 1400px !important;
    }

    .sidebarGrid {
        width: 1350px !important;
    }
}

@media (max-width: 3300px) {
    .ui-grid-full-width {
        width: 2850px;
    }

    #right-sidebar {
        width: 1350px !important;
    }

    .sidebarGrid {
        width: 1300px !important;
    }
}

@media (max-width: 3200px) {
    .ui-grid-full-width {
        width: 2750px;
    }

    #right-sidebar {
        width: 1300px !important;
    }

    .sidebarGrid {
        width: 1250px !important;
    }
}

@media (max-width: 3100px) {
    .ui-grid-full-width {
        width: 2650px;
    }

    #right-sidebar {
        width: 1250px !important;
    }

    .sidebarGrid {
        width: 1200px !important;
    }
}

@media (max-width: 3000px) {
    .ui-grid-full-width {
        width: 2550px;
    }

    #right-sidebar {
        width: 1200px !important;
    }

    .sidebarGrid {
        width: 1150px !important;
    }
}

@media (max-width: 2900px) {
    .ui-grid-full-width {
        width: 2450px;
    }

    #right-sidebar {
        width: 1150px !important;
    }

    .sidebarGrid {
        width: 1100px !important;
    }
}

@media (max-width: 2800px) {
    .ui-grid-full-width {
        width: 2350px;
    }

    #right-sidebar {
        width: 1100px !important;
    }

    .sidebarGrid {
        width: 1050px !important;
    }
}

@media (max-width: 2700px) {
    .ui-grid-full-width {
        width: 2250px;
    }

    #right-sidebar {
        width: 1050px !important;
    }

    .sidebarGrid {
        width: 1000px !important;
    }
}

@media (max-width: 2600px) {
    .ui-grid-full-width {
        width: 2150px;
    }

    #right-sidebar {
        width: 1050px !important;
    }

    .sidebarGrid {
        width: 1000px !important;
    }
}

@media (max-width: 2500px) {
    .ui-grid-full-width {
        width: 2050px;
    }

    #right-sidebar {
        width: 1050px !important;
    }

    .sidebarGrid {
        width: 1000px !important;
    }
}

@media (max-width: 2400px) {
    .ui-grid-full-width {
        width: 1950px;
    }

    #right-sidebar {
        width: 1050px !important;
    }

    .sidebarGrid {
        width: 1000px !important;
    }
}

@media (max-width: 2300px) {
    .ui-grid-full-width {
        width: 1850px;
    }

    #right-sidebar {
        width: 1000px !important;
    }

    .sidebarGrid {
        width: 950px !important;
    }
}

@media (max-width: 2200px) {
    .ui-grid-full-width {
        width: 1750px;
    }

    #right-sidebar {
        width: 1000px !important;
    }

    .sidebarGrid {
        width: 950px !important;
    }
}

@media (max-width: 2100px) {
    .ui-grid-full-width {
        width: 1650px;
    }

    #right-sidebar {
        width: 950px !important;
    }

    .sidebarGrid {
        width: 900px !important;
    }
}

@media (max-width: 2000px) {
    .ui-grid-full-width {
        width: 1550px;
    }

    #right-sidebar {
        width: 900px !important;
    }

    .sidebarGrid {
        width: 850px !important;
    }
}

@media (max-width: 1900px) {
    .ui-grid-full-width {
        width: 1450px;
    }

    #right-sidebar {
        width: 850px !important;
    }

    .sidebarGrid {
        width: 800px !important;
    }
}

@media (max-width: 1800px) {
    .ui-grid-full-width {
        width: 1350px;
    }

    #right-sidebar {
        width: 800px !important;
    }

    .sidebarGrid {
        width: 750px !important;
    }
}

@media (max-width: 1700px) {
    .ui-grid-full-width {
        width: 1250px;
    }

    #right-sidebar {
        width: 750px !important;
    }

    .sidebarGrid {
        width: 700px !important;
    }
}

@media (max-width: 1600px) {
    .ui-grid-full-width {
        width: 1150px;
    }

    #right-sidebar {
        width: 700px !important;
    }

    .sidebarGrid {
        width: 650px !important;
    }
}

@media (max-width: 1500px) {
    .ui-grid-full-width {
        width: 1050px;
    }

    #right-sidebar {
        width: 650px !important;
    }

    .sidebarGrid {
        width: 600px !important;
    }
}

@media (max-width: 1400px) {
    .ui-grid-full-width {
        width: 950px;
    }

    #right-sidebar {
        width: 600px !important;
    }

    .sidebarGrid {
        width: 550px !important;
    }
}

@media (max-width: 1300px) {
    .ui-grid-full-width {
        width: 850px;
    }

    #right-sidebar {
        width: 550px !important;
    }

    .sidebarGrid {
        width: 500px !important;
    }
}

@media (max-width: 1200px) {
    .ui-grid-full-width {
        width: 750px;
    }

    #right-sidebar {
        width: 500px !important;
    }

    .sidebarGrid {
        width: 450px !important;
    }
}

@media (max-width: 1100px) {
    .ui-grid-full-width {
        width: 650px;
    }

    #right-sidebar {
        width: 450px !important;
    }

    .sidebarGrid {
        width: 400px !important;
    }
}

@media (max-width: 1000px) {
    .ui-grid-full-width {
        width: 550px;
    }

    #right-sidebar {
        width: 450px !important;
    }

    .sidebarGrid {
        width: 400px !important;
    }
}

@media (max-width: 900px) {
    .ui-grid-full-width {
        width: 450px;
    }

    #right-sidebar {
        width: 450px !important;
    }

    .sidebarGrid {
        width: 400px !important;
    }
}

@media (max-width: 800px) {
    .ui-grid-full-width {
        width: 100%;
    }

    #right-sidebar {
        width: 450px !important;
    }

    .sidebarGrid {
        width: 400px !important;
    }
}

@media (max-width: 700px) {
    #right-sidebar {
        width: 400px !important;
    }

    .sidebarGrid {
        width: 350px !important;
    }
}

@media (max-width: 600px) {
    #right-sidebar {
        width: 400px !important;
    }

    .sidebarGrid {
        width: 350px !important;
    }
}

@media (max-width: 500px) {
    #right-sidebar {
        width: 400px !important;
    }

    .sidebarGrid {
        width: 350px !important;
    }
}

@media (max-width: 400px) {
    #right-sidebar {
        width: 375px !important;
    }

    .sidebarGrid {
        width: 325px !important;
    }
}

@media (max-width: 300px) {
    #right-sidebar {
        width: 290px !important;
    }

    .sidebarGrid {
        width: 240px !important;
    }
}

.little-room-left {
    margin-left: 5px;
}

/*New Color: #0083CA*/

/* Color Overrides */
.onoffswitch-label {
    border: 2px solid #0083CA;
}

.onoffswitch-inner:before {
    background-color: #0083CA;
}

.onoffswitch-switch {
    border: 2px solid #0083CA;
}

.toast {
    background-color: #0083CA;
}

.toast-success {
    background-color: #0083CA;
}

.inspinia-notify.alert-info {
    border-left: 6px solid #0083CA;
}

.forum-item.active .fa {
    color: #0083CA;
}

.forum-item.active a.forum-item-title {
    color: #0083CA;
}

.vertical-date small {
    color: #0083CA;
}

.branding {
    background-color: #0083CA;
}

.navy-bg {
    background-color: #0083CA;
}

.panel-primary > .panel-heading {
    background-color: #0083CA;
    border-color: #0083CA;
}

.panel-primary {
    border-color: #0083CA;
}

.progress-bar {
    background-color: #0083CA;
}

.text-navy {
    color: #0083CA;
}

.category-list li a .text-navy {
    color: #0083CA;
}

.faq-question {
    color: #0083CA;
}

.spin-icon {
    background: #0083CA;
}

.default-skin {
    background: #0083CA;
}

    .default-skin:hover {
        background: #47bfff;
    }

.navbar-default .special_link a {
    background: #0083CA;
}

    .navbar-default .special_link a:hover {
        background: #47bfff !important;
    }

    .navbar-default .special_link a span.label {
        color: #0083CA;
    }

.navbar-default .landing_link a:hover {
    background: #0083CA !important;
}

.body.mini-navbar .nav-header {
    background-color: #0083CA;
}

.btn-primary.btn-outline {
    color: #0083CA;
}

.btn-primary {
    background-color: #0083CA;
    border-color: #0083CA;
}

.badge-primary {
    background-color: #0083CA;
}

.fc-state-active {
    background-color: #0083CA;
    border-color: #0083CA;
}

.fc-event a {
    background-color: #0083CA;
    border-color: #0083CA;
}

a.list-group-item.active:focus {
    background-color: #0083CA;
    border-color: #0083CA;
}

.pace .pace-progress {
    background: #0083CA;
}

.single-line:focus {
    border-color: #0083CA;
}

.has-success .form-control {
    border-color: #0083CA;
}

.has-success .control-label {
    color: #0083CA;
}

.noUi-connect {
    background: none repeat scroll 0 0 #0083CA;
}

.open .dropdown-toggle.btn-primary {
    background-color: #47bfff;
    border-color: #47bfff;
}

.btn-primary.btn-outline {
    color: #0083CA;
}

.btn-primary {
    background-color: #0083CA;
    border-color: #0083CA;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-color: #47bfff;
        border-color: #47bfff;
    }

        .btn-primary.disabled,
        .btn-primary.disabled:hover,
        .btn-primary.disabled:focus,
        .btn-primary.disabled:active,
        .btn-primary.disabled.active,
        .btn-primary[disabled],
        .btn-primary[disabled]:hover,
        .btn-primary[disabled]:focus,
        .btn-primary[disabled]:active,
        .btn-primary.active[disabled],
        fieldset[disabled] .btn-primary,
        fieldset[disabled] .btn-primary:hover,
        fieldset[disabled] .btn-primary:focus,
        fieldset[disabled] .btn-primary:active,
        fieldset[disabled] .btn-primary.active {
            background-color: #47bfff;
            border-color: #47bfff;
        }

#loadingDiv {
    position: fixed;
    z-index: 12000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.4;
    background: rgba(255,255,255,1);
    background-image: url('../img/loading2.gif');
    background-repeat: no-repeat;
    background-position: center;
}

div.moretooltip {
    position: relative;
}

    /* hide tooltip */
    div.moretooltip span {
        display: none;
    }

    /* show and style tooltip */
    div.moretooltip:hover span {
        /* show tooltip */
        display: block;
        /* position relative to container div.tooltip */
        position: absolute;
        bottom: 1em;
        /* prettify */
        padding: 0.5em;
        color: #000000;
        background: #ebf4fb;
        border: 0.1em solid #b7ddf2;
        /* round the corners */
        border-radius: 0.5em;
        /* prevent too wide tooltip */
        max-width: 10em;
    }

.nav > li.active {
    border-left: 4px solid #47bfff;
}

.scheduleBox {
    height: 20px;
    width: 30px;
    background-color: lightgray;
    color: black;
    text-align: center;
    margin-left: 3px;
}

.scheduleBoxActive {
    background-color: green;
    color: white;
}

.scheduleBoxInactive {
    background-color: lightgray;
    color: black;
}

.scheduleBoxMake {
    background-color: cornflowerblue;
    color: white;
}

.scheduleBoxMelt {
    background-color: lightgreen;
    color: black;
}

.normalConfiguration {
    background-color: green;
    color: white;
}

.warningConfiguration {
    background-color: orange;
    color: black;
}

.errorConfiguration {
    background-color: red;
    color: white;
}

.scheduleBoxActiveLegend {
    background-color: green;
    color: white;
    width: 60px;
}

.scheduleBoxInactiveLegend {
    background-color: lightgray;
    color: black;
    width: 60px;
}

.scheduleBoxMakeLegend {
    background-color: cornflowerblue;
    color: white;
    width: 60px;
}

.scheduleBoxMeltLegend {
    background-color: lightgreen;
    color: black;
    width: 60px;
}

.inlineButtons {
    background: none !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
}

.ibSelectionText{
    text-decoration: none !important; 
    color: inherit;
}