﻿body {
    background-color: #fff;
    margin-bottom: 80px;
}

h5 {
    font-weight: bolder;
}

.navbar-header .env_label {
    float: right;
    margin-top: 11px;
    padding: 4px;
    background-color: yellow;
    font-weight: bold;
}

.hub-bottomspace {
    margin-bottom: 20px;
}

.row
{
    margin-left: 0;
    margin-right: 0;
}

.navbar-inverse {
    background-color: #00A0E0;
    border-color: #080808;
    background-image: none;
}

.navbar-brand {
    margin-top: -10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    clear: both;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #f3f3f3;
    color: #000;
    visibility: visible;
    z-index: 10000;
}

    .footer a {
        text-decoration: underline;
        color: #fff;
    }

        .footer a:hover {
            color: #fff;
        }

    .footer address {
        font-style: normal;
        font-size: 0.8em;
        margin-top: 5px;
    }

    .footer .content {
        height: 80px;
        width: 100%;
        padding: 10px 20px 10px 20px;
    }

    .footer .content .logo {
        margin-right: 8px;
    }

    .footer .content .hosted {
        margin-top: -5px;
    }

.validation-summary-errors {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
    padding: 4px;
    width: 100%;
}

.field-validation-error
{
    color: #a94442;
    font-weight: bold;
    display: block;
}

.validation-summary-errors ul {
    margin: 0;
}

.input-validation-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.input-group-addon label {
    font-weight: normal;
    margin-bottom: 0;
}

.fullwidth {
    width: 100%;
}

.filterbox select {
    width: auto !important;
}

.systempage-message {
    padding: 20px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
}

/* consente l'allineamento automatico dei controlli nella toolbar (ad esempio quella in /status/scheduler) */
.btn-toolbar .input-group-addon, .btn-toolbar .btn-group {
    width: auto;
}

.badge.btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.badge.btn-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}

.badge.btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}