﻿@import "fonts/roboto/font-family.css";

body {
    font-family: "Roboto Regular";
}

body.coppa-italia-body {
    margin: 0;
    padding: 0;
    font-family: "Roboto Regular";
    color: #1e1e1e;
    font-size: 0.8em;
    /*    background: #fff url(/images/struct/bg-site-2011-5.jpg) repeat-y top center;
    */ 
    background: #fff url(/promo/finale-coppa-italia-2024/logo-coppa-italia.jpg) no-repeat top center;
}



* {
    box-sizing: border-box;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    font-family: "Roboto Medium";
    font-size: 1.1em;
    box-shadow: 2px 2px #4b4d4d;
}

label {
    margin: 0px 0px 0px 0px;
    padding: 0px 12px 12px 0px;
    display: inline-block;
    white-space: nowrap;
    font-family: "Roboto Bold";
}

.pseudo-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    font-family: "Roboto Medium";
    font-size: 1.1em;
    box-shadow: 2px 2px #4b4d4d;
    background-color: #FFFFFF;
    color: #068944;
}

input[type=submit] {
    background-image: linear-gradient(to bottom, #cca5ab, #641320);
    border: 1px solid #641320;
    border-top: 1px solid #cca5ab;
    border-left: 1px solid #cca5ab;
    box-shadow: 2px 2px #4b4d4d;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin: 0px 0px 10px 10px;
}

input[type=submit]:hover {
    background-image: linear-gradient(to bottom, #641320, #cca5ab);
}

.header {
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    background-color: #822433;
    height: 60px;
    margin: 0px 0px 10px 0px;
}

.logo-left {
    float: left;
}

.logo-right {
    float: right;
}

.logo-left img, .logo-right img {
    height: 40px;
}

.container {
    border-radius: 10px;
    padding: 5px 10px 10px 10px;
    background: rgba(225, 225, 225, .8);
    margin: 0px 0px 10px 0px;
}

.error {
    position: inherit;
    border: 1px solid #822433;
    background-color: #822433;
    padding: 2px 5px 2px 5px;
    font-family: "Roboto Condensed Bold";
    color: #FFFFFF;
    float: right;
    font-size: 1.0em;
    border-radius: 10px;
    margin: 0px 0px 10px 0px;
}

.error:first-letter {
    text-transform: uppercase;
}

.invalid {
    border-color: #822433;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-25 label {
    padding: 14px 0px 5px 2px;
}


.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row {
    margin-top: 20px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}


.pseudo-input-privacy {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    font-family: "Roboto Condensed";
    font-size: 0.9em;
    box-shadow: 2px 2px #4b4d4d;
    background-color: #FFFFFF;
}

.pseudo-input-privacy strong {
    color: #822433;
}

.pseudo-input-privacy a {
    color: #822433;
    text-decoration: none;
}

.pseudo-input-privacy p {
    line-height: 16px;
    margin: 0px 0px 8px 0px;
    text-align: justify;
}


.pseudo-input-privacy p br {
    line-height: 16px;
}




/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}
