﻿/* DIRETTIVE DI STILE COMUNI A TUTTE LE PAGINE FIXME:RIORGANIZZARE PER UNA PIU' AGEVOLE LETTURA */
.Hidden {
    display: none;
}

.transparent {
    opacity: 0;
}

.warning {
    position: absolute;
    width: 40px;
    height: 40px;
}

.clickable {
    cursor: pointer;
}

.big-left-indent {
    padding-left: 15px;
}

.big-big-left-indent {
    padding-left: 60px;
}

.PageBox {
    margin: 15px;
}

#PageTitle {
    width: 100%;
    font-size: 14pt;
    font-style: italic;
    color: yellow;
    background-color: dimgray;
    text-align: center;
    font-weight: bold;
}

.internal-form {
    margin-left: 10px;
    margin-bottom: 10px;
}

.ChartContainer {
    margin: auto;
    min-width: 90vw;
    /*max-height: 90vh;*/
}

.SmallChartContainer {
    min-width: 45vw;
    max-height: 90vh;
}

.ExtraSmallChartContainer {
    min-width: 20vw;
    max-height: 90vh;
}

#FilterPanel {
    margin-top: 10px;
    margin-left: 10px;
    width: 95vw;
}

#LogoContainer {
    text-align: center;
    margin: 2vh;
}

#Logo {
    width: 22vw;
}

.img-btn {
    width: 50px;
    height: 50px;
    margin: 10px;
    border: 1px solid;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
}

.img-btn-big {
    width: 100px;
    height: 100px;
    margin: 10px;
    border: 4px solid gray;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    background-color: rgba(255,255,255,0.3);
    transition: all 0.5s ease;
}

    .img-btn-big:hover {
        width: 110px;
        height: 110px;
        margin: 5px;
        background-color: rgba(255,255,255,0.6);
    }

.img-btn-very-big {
    width: 150px;
    height: 150px;
    margin: 10px;
    border: 5px solid gray;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    background-color: rgba(255,255,255,0.3);
    /*-webkit-transition: all 0.5s ease;*/ /* necessaria a Safari */
    transition: all 0.5s ease;
}

    .img-btn-very-big:hover {
        width: 160px;
        height: 160px;
        margin: 5px;
        background-color: rgba(255,255,255,0.6);
    }

.img-btn-small {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    border: 1px solid;
    border-radius: 5px;
    padding: 2px;
    cursor: pointer;
}

.img-btn-small-no-margin {
    width: 15px;
    height: 15px;
    border: 1px solid;
    border-radius: 5px;
    padding: 2px;
    cursor: pointer;
}

.img-btn-medium {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    border: 1px solid;
    border-radius: 5px;
    padding: 2px;
    cursor: pointer;
}

#ReturnBTN {
    vertical-align: top;
}

.red-blinking-text {
    animation: red-blinking-text 1s ease-in-out infinite;
}

.goldenrod-blinking-text {
    animation: goldenrod-blinking-text 1s ease-in-out infinite;
}

@keyframes red-blinking-text {
    0% {
        color: rgba(255,0,0,1);
    }

    50% {
        color: rgba(255,0,0,0.5);
    }

    100% {
        color: rgba(255,0,0,1);
    }
}

@keyframes goldenrod-blinking-text {
    0% {
        color: rgba(85,65,13,1);
    }

    50% {
        color: rgba(85,65,13,0.5);
    }

    100% {
        color: rgba(85,65,13,1);
    }
}

.Pager {
    font-family: Consolas;
    font-style: italic;
}

.boxed-row {
    border: 2px solid;
    border-color: darkgray;
}

label.required:after {
    content: " *";
    color: red;
}

#InfoContainer {
    margin: 10px;
}

.info-label {
    margin: 10px;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
}

.info-label-negative {
    color: red;
}

.payed-label {
    background-color: lightgreen;
}

.to-be-expired-label {
    background-color: gold;
}

.expired-label {
    background-color: tomato;
}

#loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #2c3e50;
    opacity: 0.95;
    z-index: 3;
}

    #loader .counter {
        text-align: center;
        position: relative;
    }

        #loader .counter p {
            font-size: 60px;
            font-weight: 100;
            color: yellow;
            margin-top: 20%;
        }

        #loader .counter h1 {
            color: white;
            font-size: 80px;
            margin-top: -10px;
        }

        #loader .counter hr {
            width: 0;
            background-color: yellow;
            border: none;
            height: 1px;
        }

        #loader .counter h1.abs {
            position: absolute;
            top: 0;
            width: 100%;
        }

        #loader .counter .color {
            width: 0px;
            overflow: hidden;
            color: #f60d54;
        }

.sk-chase {
    width: 100px;
    height: 100px;
    margin-left: 45%;
    margin-top: 20%;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

    .sk-chase-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #fff;
        border-radius: 100%;
        animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
    }

    .sk-chase-dot:nth-child(1) {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2) {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3) {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4) {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5) {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6) {
        animation-delay: -0.6s;
    }

    .sk-chase-dot:nth-child(1):before {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2):before {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3):before {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4):before {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5):before {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6):before {
        animation-delay: -0.6s;
    }

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1.0);
    }
}

.modal-xxl { /* estensione della libreria bootstrap */
    max-width: 95vw;
}

.large-grid-column {
    min-width: 200px;
}

.medium-grid-column {
    min-width: 150px;
}

.small-grid-column {
    min-width: 100px;
}

.bg-yellow { /* estensione della libreria bootstrap */
    background-color: yellow;
}

.bg-light_yellow { /* estensione della libreria bootstrap */
    background-color: lightyellow;
}

.bg-sunny_yellow { /* estensione della libreria bootstrap */
    background-color: #FFF275;
}

.bg-green { /*estensione della libreria bootstrap */
    background-color: green;
}

.bg-light_green { /* estensione della libreria bootstrap */
    background-color: lightgreen;
}

.bg-pale_green { /* estensione della libreria bootstrap */
    background-color: palegreen;
}

.bg-red { /* estensione della libreria bootstrap */
    background-color: red;
}

.bg-tomato { /* estensione della libreria bootstrap */
    background-color: tomato;
}

.bg-orange { /* estensione della libreria bootstrap */
    background-color: orange;
}

.bg-light_orange {
    background-color: #FFD580;
}

.bg-gray { /* estensione della libreria bootstrap */
    background-color: gray;
}

.bg-mid_gray { /* estensione della libreria bootstrap */
    background-color: #cacaca;
}

.bg-light_gray { /* estensione della libreria bootstrap */
    background-color: lightgray;
}

.bg-dim_gray { /* estensione della libreria bootstrap */
    background-color: dimgray;
}

.bg-dark_gray { /* estensione della libreria bootstrap */
    background-color: darkgray;
}

.bg-gold { /* estensione della libreria bootstrap */
    background-color: gold;
}

.bg-white_smoke { /* estensione della libreria bootstrap */
    background-color: whitesmoke;
}

.bg-navy { /* estensione della libreria bootstrap */
    background-color: navy;
}

.bg-deep_sky_blue { /* estensione della libreria bootstrap */
    background-color: deepskyblue;
}

#ExitBTN {
    border: 3px solid gray;
    background-color: rgba(255,255,255,0.3);
    transition: all 0.5s ease;
}

    #ExitBTN:hover {
        width: 60px;
        height: 60px;
        margin: 5px;
        background-color: rgba(255,255,255,0.6);
    }

#ShowUserPanelBTN {
    border: 3px solid gray;
    background-color: rgba(255,255,255,0.3);
    transition: all 0.5s ease;
}

    #ShowUserPanelBTN:hover {
        width: 60px;
        height: 60px;
        margin: 5px;
        background-color: rgba(255,255,255,0.6);
    }
