﻿

/*#region larghezza*/

.W100 {
    width:100%;
}

.W95 {
    width: 95%;
}

.W90 {
    width: 90%;
}

.W92{
    width: 92%;
}

.W85 {
    width: 85%;
}

.W83 {
    width: 83%;
}

.W80 {
    width: 80%;
}

.W60 {
    width: 60%;
}

.W55 {
    width: 55%;
}

.W50 {
    width: 50%;
}

.W35 {
    width: 35%;
}

.W30 {
    width: 30%;
}

.W25 {
    width: 25%;
}

.W20 {
    width: 20%;
}

.W15 {
    width: 15%;
}

.W10 {
    width: 10%;
}

.W5 {
    width: 5%;
}

.Wprova {
    width: 80%;
}

/*#endregion larghezza*/

/*#region Font Size*/
.F_small {
    font-size: small;
}

.F_medium {
    font-size: medium;
}

.F_large {
    font-size: large;
}

.F_xlarge {
    font-size: x-large;
}

.F_xxlarge {
    font-size: xx-large;
}

/*#endregion Font Size*/

/*#region Margini*/
.Mauto{
    margin: auto;
}

.M5 {
    margin: 5%;
}

.M2{
    margin: 2%;
}

.MT5px{
    margin-top: 5px;
}

.MT10px {
    margin-top: 10px;
}

.MT15px {
    margin-top: 15px;
}

/*#endregion Margini*/

/*#region Allineamenti*/
.T_center {
    text-align: center;
}

/*#endregion Allineamenti*/

/*#region Bordi*/
.B1 {
    border: solid 1px teal;
    border-radius: 1.5em
}

.B1-5 {
    border: solid 3px teal;
    border-top: solid 1.95px teal;
    border-bottom: solid 1.95px teal;
    border-radius: 1.5em
}

.B2 {
    border: solid 2px teal;
    border-radius: 1.5em
}

.B3 {
    border: solid 3px teal;
    border-radius: 1.5em
}

.BTop {
    border: solid 3px teal;
    border-top: solid 2px teal;
    border-bottom: solid 1.95px teal;
    border-radius: 1.5em
}

.BBottom{
    border: solid 3px teal;
    border-bottom: solid 2px teal;
    border-top: solid 1.95px teal;
    border-radius: 1.5em
}

/*#endregion Bordi*/