﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import 'https://fonts.googleapis.com/css?family=Lato';

body {
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    background-color: rgb(247,247,247);
}

#DividerPrenotazioni {
    padding:2px;
    margin:2px;
}

a {
    color: #ff0000;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #cc0000 !important;
        font-weight: bold;
        text-decoration: none;
    }

p {
    font-size: 11pt;
}

input[type=submit] {
    font-weight: bold !important;
    letter-spacing: 0.5px;
}

.ecc-banner {
    background-color: #FF0000 !important;
    height: 44px;
    line-height: 44px;
    color: white;
    font-weight: bold;
    text-align: right;
}

.ecc-menu-bar {
    background-color: white;
    background-image: none;
    height: 120px !important;
    margin-bottom: 0px !important;
}

.ecc-menu-item {
    font-weight: bold;
    font-size: 10pt;
    color: #ff0000 !important;
    line-height: 90px !important;
    display: block;
    /*border-right: solid 1px #e3e3e3;*/
    font-size: 12pt;
}

.ecc-menu-subitem {
    color: #ff0000 !important;
    font-weight: bold !important;
    font-size: 12pt;
}

/*.ecc-menu-bar ul li:first-child a {
        border-left: solid 1px #e3e3e3;
    }*/
.ecc-menu-bar ul a:hover {
    background-color: #f6f6f6 !important;
}

.ecc-welcome {
    background-color: rgb(247,247,247) !important;
    line-height: 40px;
}

.ecc-logo-coop {
    margin-left: 24px;
    padding-top: 30px;
}

.ecc-dashboard-row {
    display:flex;
}

.ecc-dashboard-col {
    display: flex;
}

.ecc-dashboard-container {
    border: solid 1px #e3e3e3;
    padding: 10px;
    background-color: #f6f6f6;
    border-radius: 5px;
}

.ecc-page-title {
    color: #ff0000;
    font-size: 18pt;
    font-weight: bold;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.ecc-subtitle {
    color: #a03853;
    font-weight: bold;
}

.ecc-body {
    background-color: white;
    margin-top: 20px;
    padding-top:10px;
    border: solid 1px #e3e3e3;
}

.ecc-footer {
    background-color: #ff0000 !important;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .ecc-footer a {
        color: white;
    }


.modal-title {
    color: #ff0000;
    font-size: 18pt;
    font-weight: bold;
}

    .modal-title small {
        color: #000;
        font-weight: bold;
        font-size: 15px;
    }

.c-red {
    color: darkred;
}

.c-green {
    color: darkgreen;
}

.plz-wait-background {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999999;
}

.plz-wait {
    position: fixed;
    top: 50px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    background-color: white;
    z-index: 1000000;
    text-align: center;
    padding: 30px;
    border-radius: 4px;
    border: solid 1px grey;
}

.btn-success {
    background-color: #ff0000 !important;
    background-image: none !important;
    border: none !important;
    font-weight: bold;
}

    .btn-success:hover {
        background-color: #cc0000 !important;
        border: none !important;
    }

a.btn-success {
    color: white !important;
}

.btn-primary {
    background-color: #ff0000 !important;
    background-image: none !important;
    border: none !important;
    font-weight: bold;
}

    .btn-primary:hover {
        background-color: #cc0000 !important;
        border: none !important;
    }

a.btn-primary {
    color: white !important;
}

.btn-default {
    font-weight: bold !important;
}

.text-info {
    color: #000;
}

.sapereclick-container {
    border: solid 1px #e3e3e3;
    background-color: white;
    padding: 10px;
    height: 240px;
}
/*
.table a {
    color: #0a6475;
    font-weight: bold;
}

    .table a:hover {
        text-decoration: none;
        color: #47bacf;
    }

.table-sondaggi {
    border:solid 1px #e3e3e3;
}

.radio-button-list-risposte-sondaggio td {
    padding-left:12px;
    font-size:9pt;
    float:left;
}

.radio-button-list-risposte-sondaggio input {
    margin-right:8px;
}

.risposta-sondaggio {
    margin-bottom:20px;

}*/
@media (max-width:620px) {
    .ecc-luoghi {
        font-size: 9pt;
    }
}

@media (max-width:768px) {
    .ecc-menu-bar {
        border: none;
        z-index: 1000 !important;
    }

        .ecc-menu-bar ul {
            float: right;
            border: solid 1px #e3e3e3;
            z-index: 1000 !important;
            background-color: white !important;
        }

        .ecc-menu-bar a {
            width: 200px;
            z-index: 1000 !important;
            border: none;
            text-align: right;
        }

        .ecc-menu-bar ul li:first-child a {
            border: none !important;
        }
}

@media (max-width: 670px) {

    #ContentPlaceHolder1_CheckBoxListMezziMultimediali {
        font-size: 8pt;
    }
}

@media (max-width: 992px) {
    .ecc-logo-coop {
        display: none !important;
    }

    .ecc-menu-bar ul li a {
        padding: 8px;
        margin: 0px;
    }

    .ecc-calendar li {
        width: 32% !important;
    }
}

@media (max-width: 998px) {
    .table-prenotazioni {
        font-size: 7pt;
    }

    .table-scuole {
        font-size: 7pt;
    }
}

@media (max-width: 1200px) {
    .ecc-menu-bar ul li a {
        font-size: 8pt;
    }

    .wizard-steps {
        font-size: 8pt;
    }

        .wizard-steps li div {
            font-size: 8pt !important;
        }

        .wizard-steps li {
            width: 108px !important;
        }
}
