:root {
    --MainColor: #0d6058;
}

@font-face {
    font-family: 'robotomono-bold';
    src: url('/fonts/robotomono-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'robotomono-bolditalic';
    src: url('/fonts/robotomono-bolditalic.ttf') format('truetype');
}

@font-face {
    font-family: 'robotomono-regular';
    src: url('/fonts/robotomono-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'robotomono-extralight';
    src: url('/fonts/robotomono-extralight.ttf') format('truetype');
}

@font-face {
    font-family: 'robotomono-extralightitalic';
    src: url('/fonts/robotomono-extralightitalic.ttf') format('truetype');
}


.s-type {
    width: 50px;
    height: 50px;
    line-height: 80px;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    border: solid 1px gray;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    line-height:50px;
    margin:4px;
}

    .s-type-select
    {
        border:solid 1px black;
    }



    @media (min-width: 768px) {
        html {
        font-size: 16px;
    }
}





html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-size: 14px;
    font-family: "robotomono-regular",Arial;
}

a {
    color: inherit;
    text-decoration:inherit;
}

a:hover {
    color: inherit;
    text-decoration: inherit;
} 

.footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color:white;
    color:#0d6058;
    font-weight:600;
    text-align:center;
}

.fixed-form {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}

.fixed-login-page {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.fixed-login-page-box {
    width: 100%;
    max-width: 400px;
    min-width: 300px;
}

.form-control {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.text-color-main {
    color: var(--MainColor);
}

.btn-main {
    background-color: var(--MainColor);
    color: white;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: none;
    padding: 10px;
    font-weight: bold;
}

.header-info-section
{
    padding:25px;
    border-bottom:solid 1px #0d6058;
    color:#0d6058;
    font-weight:600;
    font-size:large;
}

.header-info-section-config
{
    padding: 5px 25px 5px 25px;
}

.bg-main-color {
    background-color: var(--MainColor);
    color: white;
}

.main-logo {
    height: 100px;
}

.navbar-light .navbar-toggler {
    color: white;
    border: solid 2px white;
    font-size: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-weight: 600;
}

.nav-link-icon {
    text-align: center;
    font-size: 25px;
}

.box-sensor {
    margin: 10px;
    border: solid 1px #a1a1a1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 15px;
}

.box-sensor-title {
    font-size: 15px;
    font-family: robotomono-bold,Arial;
    padding-bottom:10px;
    border-bottom:solid 1px #d9d8d8;
    margin-bottom:10px;
}

.box-sensor-transmission {
    font-size: 10px;
    font-weight:600;
}

.box-sensor-valore {
    /*min-width: 80px;
    padding: 5px;
    border: solid 1px #d9d8d8;
    font-family: robotomono-bold,Arial;
    color: white;
    text-align: center;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    margin-right:10px;*/
    width: 100%;
    height: 50px;
    font-family: robotomono-bold,Arial;
    color: white;
    text-align: center;
}

    .box-sensor-valore div:first-child {
        line-height: 15px;
    }

    .box-sensor-valore div:last-child {
        font-size: smaller;
    }

.hidden-responsive {
}

.show-responsive {
    display: none !important;
}

.dot-colored {
    width: 20px;
    height: 20px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
}

.btn-talpa {
    line-height:15px;
    background-color: #0d6058;
    color: white;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -moz-box-shadow: 5px 5px 7px 1px rgba(181,181,181,0.55);
    -webkit-box-shadow: 5px 5px 7px 1px rgba(181,181,181,0.55);
    box-shadow: 5px 5px 7px 1px rgba(181,181,181,0.55);
}

    .btn-talpa:hover {
        color: white;
        background-color: #0a4b45;
    }

.type-divider {
    padding: 10px 25px 10px 25px;
    color: var(--MainColor);
    font-weight: 600;
    border-bottom: solid 1px var(--MainColor);
    border-top: solid 1px var(--MainColor);
    /*border-left: solid 25px var(--MainColor);*/
    /*background-color: var(--MainColor);*/
}

.azienda-divider {
    padding: 10px 25px 10px 25px;
    color: white;
    font-weight: 600;
    background-color: var(--MainColor);
}

.pluvio-value{
    padding:0px 4px 0px 4px;
    text-align:center;
}

.pluvio-0 {
    font-size: 30px;
    color: #ffa000;
}

.pluvio-1 {
    font-size: 30px;
    color: #448aff;
}

.pluvio-2 {
    font-size: 30px;
    color: #303f9f;
}

.pluvio-time {
    height: 100%;
    display: inline-block;
    width: 20px;
}

.pluvio-time-0 { 
    background-color: #ffa000;
}


.pluvio-time-1 {
    background-color: #448aff;
}

.pluvio-time-2 {
    background-color: #303f9f;
}

.pluvio-date {
    border-bottom: solid 1px gray;
    font-weight:bold;
    font-size:18px;
}


.pluvio-time-val {
    border-bottom: solid 1px #cecece;
    font-size: 15px;
    line-height:30px;
    height:30px;
}

.pluvio-time-value {
    margin: auto 30px auto 10px;
    line-height: 30px;
    height: 30px;
}

.data-empty {
    display: none !important;
}

.empty-show .data-empty {
    display: inherit !important;
}

.pluvio-mm
{
    font-size:13px;
    background-color:black;
    color:white;
    padding:0px 5px 0px 5px;
    margin:2px;
    border-radius:5px;
}

@media (max-width: 900px) {
    .main-logo {
        height: 40px;
    }

    .type-divider {
    text-align:center;
    }
        .navbar-light .navbar-nav .nav-link .nav-link-icon {
        display: none;
    }

    .box-sensor {
        margin: 0px;
        border: none;
        border-bottom: solid 1px #d9d8d8;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        padding: 15px;
    }

    .hidden-responsive {
        display: none !important;
    }

    .show-responsive {
        display: initial !important;
    }

    .box-sensor-valore {
        min-width: 80px;
        width: 80px;
        padding: 5px;
        border: solid 1px #d9d8d8;
        -moz-border-radius: 80px;
        -webkit-border-radius: 80px;
        border-radius: 80px;
        margin-right: 10px;
    }

        .header-info-section {
            font-size: small;
        }

        .header-info-section-config {
            text-align:center;
        }
}
