﻿@font-face {
    font-family: 'Open Sans Bold';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans Light';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    height: 100vh;
}

body {
    font-family: 'Open Sans Light', sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0;
    background: linear-gradient(#122942, #462036);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans Bold";
    font-weight: normal;
}

.container {
    width: 90%;
    margin: 0 auto;
    max-width: 640px;
    display: block;
}

    .container .sub {
        width: 100%;
        float: left;
        background: #29527c;
        padding: 2rem;
        box-sizing: border-box;
        border: 1px solid #0e1329;
        border-top: none;
        box-shadow: 0px 0px 25px #0e1329;
    }

.logo-login {
    text-align: center;
    padding: 1rem 0;
}

    .logo-login img {
        width: 200px;
    }

.notification {
    background: #95c11f;
    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: #95c11f;
}

.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;
    font-family: 'Open Sans Bold';
    text-transform: uppercase;
    float: right;
    background: #b3641b;
    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 #0e1329;
    background: #0e1329;
    text-align: center;
    padding: 1rem 0;
}

.logo img {
    width: 200px;
}

.area {
    padding: .5rem;
    box-sizing: border-box;
    border: 1px solid transparent;
}



.area .head .title {
    display: inline-block;
    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;
    font-weight: bold;
}

    .area .head .separator a, .area .head .separator a:visited {
        background: #b3641b;
        text-decoration: none;
        color: #fff;
        padding: 6px 12px;
    }

.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: #95c11f;
    }

    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;
}