﻿body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Calibri;
    text-align: center;
    
}
a:link {
    font-family: Calibri;
    color: black;
    text-decoration: none;
}

a:visited {
    font-family: Calibri;
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}
.button {
    background-color: #5D7B9D; /*#008CBA;*/
    font-family: Calibri;
    border: 1px;
    border-style: solid;
    border-color: #5D7B9D;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .button:hover {
        background-color: #4CAF50; /* Green */
        color: white;
    }
.buttonMenù {
    background-color: #5D7B9D; /*#008CBA;*/
    font-family: Calibri;
   
    border: 1px;
    border-style: solid;
    border-color: #5D7B9D;
    color: white;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .buttonMenù:hover {
        background-color: #7b99ba; /*#008CBA;*/
        font-weight: bold;
    }
.buttonSave {
    background-color: white; /*#008CBA;*/
    font-family: Calibri;
    border: 1px;
    border-style: solid;
    border-color :red;
    color: red;
    padding: 10px 10px;
    text-align: center;  
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
    .buttonSave:hover {
        border: 1px;
        border-style: dashed;
        color: white;
        background-color:red;
    }
    .box 
{
    /*width: 350px;
    /*height: 350px;
    background-color: #d9d9d9;*/
    position: fixed;
    margin-left: -175px; /* half of width */
    margin-top: -200px; /* half of height */
    top: 50%;
    left: 50%;
    background-color:white;
}
.created {
    /*width: 350px;
    /*height: 350px;
    background-color: #d9d9d9;*/
    position: fixed;
    margin-left: -70px; /* half of width */
    margin-top: 250px; /* half of height */
    top: 50%;
    left: 50%;
}
.myDiv 
{
    padding: 100px;
    border: 1px solid #4CAF50;
    text-align: center;
    width: 40%;
    height: 100px;
    float: left;
    display: block;
}
.loginTable {
    border: 1px solid lightgray;
    border-top: 6px solid #419190;
    width: 400px;
    height: 400px;
    text-align: left;
    padding: 5%;
    background-color: white;
}
.loginTable2 {
    border: 1px solid lightgray;
    border-top: 6px solid #419190;
    width: 100%px;
    height: 100%;
    text-align: left;
    padding: 5%;
    background-color: white;
}
.menuTable {
    /*border: 1px solid #ddd;*/
    border-top: 6px solid #19ed0e;
    width: 350px;
    height: 250px;
    text-align: center;
    padding: 5%;
}
.lblMenu {
    font-size: 16px;
}

    .lblMenu:link {
        font-size: 16px;
        color: lightgray;
        text-decoration: none;
    }

    .lblMenu:hover {
        color: white;
    }

.lblTitoli {
    font-weight: bold;
    font-weight: bold;
    font-size: 18px;
}
.lblTitoli:link {
        text-decoration: none;
    }
 
    
.lblCapitoli {
    font-weight: bold;
    font-size: 22px;
}
/*TextBox*/
.textBox{
    padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

