﻿@media only screen and (max-width : 600px) {
    .material-tooltip {
        visibility: hidden !important;
    }
}


#map-canvas{
    border: 1px solid #FFFFFF;
    border-radius: 3px;
}

.modal {
    max-height: 90%;
    width: 95%;
}

nav {
    color: #fff;
    background-color: #ee6e73;
    width: 100%;
    height: 64px;
    line-height: 64px;
}

.banner-container {
    width: 100%;
    height: 632px;
    background-image: url("/img/sfondo_loghi.jpg");
    background-repeat: no-repeat;
}

    .banner-container div:first-child {
        width: 100%;
        text-align: center;
    }

    .banner-container a {
        margin: 10px;
        min-width: 240px;
    }

    .banner-container img {
        margin: 10px;
    }


/* FORM RELATED STYLE FOR MATERIALIZE CSS */
/* label color */
.input-field label {
    color: #fff;
}
/* label focus color */
.input-field input[type=text]:focus + label {
    color: #fff;
}
/* label underline focus color */
.input-field input[type=text]:focus {
    border-bottom: 1px solid #FFF;
    box-shadow: 0 1px 0 0 #FFF;
}
/* valid color */
.input-field input[type=text].valid {
    border-bottom: 1px solid #FFF;
    box-shadow: 0 1px 0 0 #FFF;
}
/* invalid color */
.input-field input[type=text].invalid {
    border-bottom: 1px solid #f44336;
    box-shadow: 0 1px 0 0 #e53935;
}

/* icon prefix focus color */
.input-field .prefix.active {
    color: #fff;
}


/* MAIL */
/* label focus color */
.input-field input[type=email]:focus + label {
    color: #FFF;
}
/* label underline focus color */
.input-field input[type=email]:focus {
    border-bottom: 1px solid #FFF;
    box-shadow: 0 1px 0 0 #FFF;
}
/* valid color */
.input-field input[type=email].valid {
    border-bottom: 1px solid #FFF;
    box-shadow: 0 1px 0 0 #FFF;
}
/* invalid color */
.input-field input[type=email].invalid {
    border-bottom: 1px solid #f44336;
    box-shadow: 0 1px 0 0 #e53935;
}



/* textarea */
/* label focus color */
.input-field textarea.materialize-textarea:focus + label {
    color: #FFF;
}
/* label underline focus color */
.input-field textarea.materialize-textarea:focus {
    border-bottom: 1px solid #FFF;
    box-shadow: 0 1px 0 0 #FFF;
}
/* valid color */
.input-field textarea.materialize-textarea.valid {
    border-bottom: 1px solid #FFF;
    box-shadow: 0 1px 0 0 #FFF;
}
/* invalid color */
.input-field textarea.materialize-textarea.invalid {
    border-bottom: 1px solid #f44336;
    box-shadow: 0 1px 0 0 #e53935;
}



/* underline normal color */
.input-field input[type=text], .input-field input[type=email], .input-field textarea.materialize-textarea
{
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
    color: #FFF;
}