body {
    background-color: #eeeeee;
    padding-top: 50px;
}

#navbar {
    background-color: #003984;
    color: #ffffff;
    border-bottom-width: 0px;
}

.navbar-default .btn-link {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-default .btn-link:active {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:active {
    color: #ffffff;
}

.navbar-default .btn-link:focus {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
}

.navbar-default .btn-link:hover {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
}

.navbar-default .btn-link:focus {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
}

.navbar-toggle {
    padding-top: 6px;
    padding-bottom: 6px;
}

.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #d8d8d8;
}

#sidemenu {
    position: relative;
    left: 0px;
}

.sidemenu-devices {
    overflow-y: auto;
    height: 100%;
}

#device-pool-option-menu {
    float: right;
}

#device-pool-option-button {
    background-color: inherit;
}

#device-pool-option-dropdown, device-pool-option-dropdown-item {
    z-index: 999;
    overflow: visible !important;
}

tr.reading.has-properties {
    cursor: pointer;
}

.panel-collapse > .panel-heading, sub-device > .panel-heading {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

table.readings-table > tbody:nth-child(even) {
    background-color: #f3f3f3;
}

table.readings-table > tbody {
    border: 0 !important;
}

    table.readings-table > tbody:nth-child(odd) {
        background-color: inherit;
    }

table.unhealthyevaluations-table > tbody:nth-child(even) {
    background-color: #f3f3f3;
}

table.unhealthyevaluations-table > tbody {
    border: 0 !important;
}

    table.unhealthyevaluations-table > tbody:nth-child(odd) {
        background-color: inherit;
    }

.diagnosticstep-error-text {
    font-size: smaller;
}

/*give definition list a little more horizontal space for the terms*/
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 200px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 220px;
    }
}

/*pre.configuration-panel {
    background-color: #222;
    color: #fff;
    border-color: #464545;
}*/

.load-readings {
    font-size: 0.8em;
}

    .load-readings img {
        margin-right: 11px;
    }

.device-status-error {
    color: red;
}

ul.diagnosticsteps {
    list-style-type: none;
    padding-left: 0px;
}

.validation-error {
    color: #e19218;
}

.deviceTypeForm input:disabled {
    background-color: #c1c1c1;
    color: #8a7c7c;
}

.searchform {
    padding-left: 5px;
    padding-right: 5px;
}

.searchform-container {
    width: 100%;
}

.btn, .form-control, .label, .alert, .menuitem, .dropdown-menu, .input-group-addon, .panel, .configuration-panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

    .btn:hover {
        background-color: #bfbfbf;
    }

.nav-pills > li > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: transparent;
    padding: 12px 5px 12px 15px;
    color: #000000;
}

.healthy-text {
    color: #43a047;
}

.unhealthy-text {
    color: #ef534e;
}

.partial-text {
    color: #ffa500;
}

.label-archived {
    background-color: #8e8e8e;
    display: inline;
}

.color-archived {
    color: #8e8e8e;
}

.panel-default > .panel-heading-healthy {
    border-left: 5px solid #43a047;
}

.panel-default > .panel-heading-unhealthy {
    border-left: 5px solid #ef534e;
}

.panel-default > .panel-heading-archived {
    border-left: 5px solid #8e8e8e;
}

.panel-default > .panel-heading-notarchived {
    border-left: 5px solid #f5f5f5;
}

.panel-default > .panel-body-healthy {
    border-left: 5px solid #43a047;
}

.panel-default > .panel-body-unhealthy {
    border-left: 5px solid #ef534e;
}

.panel-default > .panel-body-partial {
    border-left: 5px solid #ffa500;
}

.panel-heading {
    border: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #ffffff;
}

.fudura-logo-container {
    background: white;
    margin-left: -15px;
    margin-right: 15px;
}

.fudura-logo {
    height: 50px;
    padding: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.beta-label {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    z-index: 9999;
    width: 100px;
    pointer-events: none;
}

.device-icon {
    padding-right: 10px;
}

.template-icon {
    padding-right: 10px;
}

.subdevice-icon {
    padding-right: 10px;
    padding-top: 7.5px;
}

.subdevice-panel {
    padding-left: 50px;
}

.device-pool-readonly-notice {
    padding-left: 15px;
}

.device-state-icon {
    padding-right: 10px;
}

.btn-add:hover {
    background-color: #66bb66;
}

.btn-delete:hover {
    background-color: #ff0000
}

.device-actions-dropdown {
    right: 0;
    left: auto;
}

.template-actions-dropdown {
    right: 0;
    left: auto;
}

.device-panel {
    min-height: 350px;
}

.tenant-management-panel {
    min-height: 350px;
}

.modal {
    background-color: #fff;
    height: 525px;
    width: 525px;
    margin: 0 auto;
    top: calc(50% - 200px);
}

#processTrackerModal.modal {
    height: 325px;
}

.modal-header-text {
    margin-top: 0px;
    margin-bottom: 0px;
}

.modal-footer {
    padding: 15px 15px 0px 15px;
}

#recollectFrom {
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 20px;
    width: 250px;
}

#recollectUntil {
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 20px;
    width: 250px;
}

.recollection-period-label {
    margin-left: 11px;
    margin-right: 11px;
    font-weight: bold;
}

.icon-color-hover:hover {
    color: #337ab7;
}

.add-scenario-table-padding {
    padding: 0px 15px;
}

.checkbox-size {
    width: 16px;
    height: 16px;
    margin-left: calc(50% - 8px) !important;
}

td.half-width {
    width: 50%;
}