﻿
.cityimg {
    background-image: url('images/city.jpg');
}

.center{
    text-align:center;
}
.carCenter {
    font-size: 18px;
    text-align: center;
}
#grey{
    background-color:whitesmoke;
}
.button {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid;
    border-color: #ffba54;
    background-color: #ffe882;
    padding: 10px 15px;
    text-align: center;
    text-decoration: double;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    color: black;
 }
a.button {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid;
    border-color: #ffba54;
    background-color: #ffe882;
    padding: 10px 32px;
    text-align: center;
    text-decoration: double;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    color: black;
}
.buttonMenu {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #ffd16b;
    padding: 10px 40px;
    text-align: center;
    text-decoration: solid;
    display: inline-block;
    font-size: 16px;
    margin: 4px 16px;
    cursor: pointer;
    border-radius: 5px;
    color: #4d3400;
    box-shadow: 2px 2px 0px 3px #e69d00;
    color: white;
    font-weight: bold;
    color: black;
    text-shadow:0.5px -0.5px white;
    font-size:14px;
}
    .buttonMenu:hover {
        background-color: #ffae00;
    }
    .button:hover {
        background-color: #ffd16b;
    }
.car-big {
    font-size: 16px;
}

.car {
    font-size: 15px;
    text-align:center;
}

.car-pp {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.car-dx {
    font-size: 15px;
    text-align: left;

}
.carPiccolo {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.box-h2 {
    color: #ff9900;
}

.box-h4 {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.box {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.5);
    background: #fff;
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 15px;
    
}
    .box table td{
        text-align:center;
    }
.boxmenu {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    background-color: whitesmoke;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    
    padding:8px;
}
    .boxmenu ul {
        list-style-image:url(images/arrow.png);
        text-align:left ;
    }
    .boxmenu a:link {
        text-decoration: none;
        
    }

    .boxmenu a:hover {
        text-decoration:underline;
    }

    .boxmenu a:active {
        text-decoration: none;
        background-color:white;
    }

.box td {
   
    padding-right: 30px;
    text-align: justify;
    line-height: 150%;
}
.txtF {
    padding: 3px 6px;
    border: groove;
    border-radius: 2px;
    background-color: #f5f5f5;
    font-size: 14px;
    border-color: lightcoral;
}
.txtF:focus {
    border-width: 2px;
    border-color: lightblue;
}
.txt {
    padding: 3px 6px;
    border: groove;
    border-radius: 2px;
    background-color: white;
    font-size: 14px;
}

.border {
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0,0.3);
    border-width: 1px;
    border-style: groove;
}
.formRegistrazione {
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    width: 70%;
    box-shadow: 2px 2px 5px grey;
    margin: 0 auto;
    background-color: #f2f2f2;
    line-height: 140%;
}

legend {
    box-shadow: 1px 2px 15px orange;
    text-align: left;

}
.section {
    margin: 5px;
    padding: 10px;
    border: ridge;
    border-color: #ffc34d;
    display: block;
    border-radius: 5px;
    box-shadow: 3px 5px 30px grey;
    background-color: #f2f2f2;
}
.boxSx {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.5);
    background: #fff;
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 15px;
    width: 50%;
    float: left;
    height: 100%;
}
.boxDx {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.5);
    background: #fff;
    border: 1px solid #e6e6e6;
    text-align: center;
    padding:10px;
    width: 40%;
    
    min-height: 1000px;

    max-height: 1000px;
    float: right;
    min-height: 300px;
    line-height: 160%;
}
.pc {
    float: left;
    margin-right:10px;
    
}
hr.dim{
    width:38%;
    float:left;
}
.R{
    color:red;
}

.imgRight{
    float:right;
    
    padding:15px;
    margin:3px;

}

