﻿.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    max-height: 200px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/*SLIDER*/
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: lightgreen;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.div_footer {
    margin: 20px auto;
    display: block;
    text-align: justify;
    color: #fff;
}

.div_footer a {
    color: #fff;
    text-decoration: underline;
}

.div_footer a:hover {
    color: #cce0ff;
    text-decoration: underline;
}

#infoFooterContainer {
    color: white;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    padding-top: 10px
}

/*LAYOUT*/

.nav-tabs {
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 50px;
    margin-top: 20px;
    border-bottom: 0px;
    margin-top: -44px;
}

    .nav-tabs > li {
    width: 14.2%;
}

        .nav-tabs > li > a {
        border-radius: 0px;
        background-color: #a2a2a2;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        min-height: 62px;
    }

            .nav-tabs > li > a:hover {
            background-color: #31547c;
            opacity: 0.9;
            transition: 0.5s;
        }

            .nav-tabs > li > a:active {
            background-color: #31547c;
            opacity: 0.9;
        }

#analisi_menu_row1 {
    margin: auto;
    max-width: 1220px;
    font-size: 25px;
    height: 60px;
}

    #analisi_menu_row1 ul {
        margin-top: -34px;
        margin-bottom: 4px;
    }

    #analisi_menu_row1 li {
        font-size: 11px;
        min-height: 42px;
        max-height: 42px;
        padding-top: 5px;
    }

    #analisi_menu_row1 a {
        font-size: 11px;
        min-height: 42px;
        max-height: 42px;
        padding-top: 5px;
    }