﻿html {
    background: #F5F5F5;
}

html, body {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    margin: 0;
}

.container {
    width: 90%;
    margin: 0 auto;
    max-width: 640px;
    display: block;
}

.container .sub {
    width: 100%;
    float: left;
    background: #FFF;
    padding: 2rem;
    box-sizing: border-box;
    border: 1px solid #e6e4e4;
    border-top: none;
    box-shadow: 0px 0px 5px #eaeaea;
}

.notification {
    background: #83c06e;
    color: #FFF;
    padding: .5rem;
}

.notification.hidden {
    display: none;
}

.notification.success {
    background: #06a906;
}

.notification.fail {
    background: #e66464;
}

.notification.warning {
    background: #ff6a00;
}

.notification.no-color {
    background: transparent;
    color: #000;
    padding-left: 0;
}

.notification a, .notification a:visited {
    color: #FFF;
}

    .notification.no-color a, .notification.no-color a:visited {
        color: #83c06e;
    }

.form-std {
    width: 100%;
    float: left;
}

.form-std label, .form-std input, .form-std select, .form-std textarea {
    width: 100%;
    float: left;
    display: block;
    margin: 0 0 .5rem 0;
}

.form-std input.input-std {
    box-sizing: border-box;
    padding: .5rem .75rem;
}

.btn-std {
    padding: .75rem 1.5rem;
    float: right;
    background: #83c06e;
    color: #FFF;
    border: none;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8;
    min-width: 80px;
    text-align: center;
}

.btn-std.left {
    float: left;
}

.btn-std.right {
    float: right;
}

.btn-std:hover, .btn-std:focus {
    opacity: 1;
}

section {
    width: 100%;
    float: left;
}

footer {
    width: 100%;
    float: left;
    text-align: center;
    margin: 1.5rem 0 0 0;
}

footer .product-info {
    color: #CCC;
}

#main-header h1 {
    margin-top: .5rem;
}

.logo {
    z-index: 999;
    position: relative;
    box-shadow: 0px -2px 5px #eaeaea;
    background: #83c06e;
    text-align: center;
    padding: 1rem 0;
}

.logo img {
    width: 65%;
}

.area {
    padding: .5rem;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.area:hover {
    border: 1px solid #CCC;
}

.area .head .title {
    display: inline-block;
    background: white;
    padding-right: .5rem;
    cursor: default;
}

    .area .head .separator {
        width: 100%;
        margin-top: -30px;
        padding-bottom: 5px;
        float: left;
        display: inline-block;
        border-bottom: 1px solid #d1d1d1;
        text-align: right;
        color: #83c06e;
        font-weight: bold;
    }

        .area .head .separator a, .area .head .separator a:visited {
            color: #83c06e;
            text-decoration: none;
        }

.area .head .separator a:focus, .area .head .separator a:hover {
    opacity: 0.5;
}

.area .notification {
    font-size: .85rem;
}

footer {
    text-align: center;
    color: #888;
}

ul.update-result li {
    margin-bottom: 1rem;
}

ul.update-result li .info {
    padding: .25rem .5rem;
    border-radius: 5px;
    margin-bottom: .5rem;
}

ul.update-result li .info.success {
    background: #8bc34a2b;
}

ul.update-result li .info.error {
    background: #ff000012;
}

.input-td input {
    text-align: center;
    padding: 8px 5px;
    width: 50px;
    border: 1px solid #dee2e6;
}

table.other-param {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
}

    table.other-param th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
        padding: .75rem;
        border-top: 1px solid #dee2e6;
        text-transform: uppercase;
        font-size: 12px;
        background: #f3f3f3;
        color: #83c06e;
    }

    table.other-param td {
        vertical-align: middle;
        border-bottom: 1px solid #dee2e6;
        padding: .75rem;
    }

.label-parametro {
    display: block;
    font-weight: bold;
    margin-bottom: 8px
}

.label-descrizione {
    font-size: 13px;
    line-height: 1.5;
}