﻿/*impostare qui tutti i colori e poi copiare il blocco negli altri file less*/
/*fine impostazione colori*/

    header
{
    background: url('../Images/sfondo_OR.jpg') no-repeat center;
    /*questo � lo sfondo base*/
    background-size: cover;
    background-position: 0px 52px;
    max-height: 5vw;
    border-bottom: 7px solid #F76800;
}

    footer{max-height:100px;}
.mycontainer{min-height:80vw;background-color:#fff;padding-top:15px;}
        
.buttonLM {
    background-color: #585858;
    transform: scale(1);
    height: 30px;
    width: 50px;
    color: White;
    font-family: Segoe UI, Tahoma, Arial;
    text-align: center;
    font-size: medium;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
    border-style: none;
    border-bottom-width: 0;
    border-radius: 5px;
}

.buttonLM:hover {
    background-color: #2c2b2b;
    transform: scale(1);
}

.buttonLM:active {
    background-color: #585858;
    transform: scale(0.8);
}

.buttonCM {
    background-color: #ff00dc;
    transform: scale(1);
    height: 30px;
    min-width: 200px;
    color: White;
    font-family: Segoe UI, Tahoma, Arial;
    text-align: center;
    font-size: medium;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
    border-style: none;
    border-bottom-width: 0;
    border-radius: 5px;
}

    .buttonCM:hover {
        background-color: #8b98ba;
        transform: scale(1);
    }

    .buttonCM:active {
        background-color: #4356a1;
        transform: scale(0.8);
    }

.casella {
    height: 30px;
    width: 200px;
    color: black;
    font-family: Segoe UI, Tahoma, Arial;
    text-align: left;
    font-size: medium;
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-style: groove;
    border-bottom-width: 1px;
    border-radius: 5px;
}
.myForm{font-family: Segoe UI, Tahoma, Arial;
    text-align: left;
    font-size: medium;
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-style: groove;
    border-bottom-width: 1px;

}
/*questa zona personalizza la barra di navigazione*/