﻿
@font-face {
    font-family: 'typemachine';
    src: url('typemachine.ttf') format('truetype');
}

.highlight {
    color: green;
    font-weight: bold;
}

.container {
    text-align: center;
    width: 60%;
    height: auto;
    margin: auto;
}

.box {
    width: 40%;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.btnOra {
    border: 1px solid black;
    border-radius: 12px;
    margin: 10px;
    display: inline-block;
    text-align: center;
    box-shadow: 4px 4px 3px #00FF22;
}

.mouseOver {
    box-shadow: 1px 1px 1px #00FF22;
    cursor: pointer;
}

.mouseOut {
    box-shadow: 4px 4px 3px #00FF22;
    cursor: default;
}

.clicked {
    background-color: #00FF22;
    box-shadow: 10px 10px 10px grey;
    font-weight: bold;
}

.inputText {
    width: 90%;
    height: auto;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: 1px solid grey;
    padding-left: 8px;
}

.labelTxt {
    width: 100%;
    height: auto;
    padding-left: 11%;
    display: block;
    text-align: left !important;
}

.calendar-container2 {
    width: 60%;
}

.divOrari {
    width: 60%;
    margin: auto;
    text-align: center;
}

.button {
    background-color: #04AA6D; /* Green */
    border: 1px solid #00FF22;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
    cursor: pointer;
    font-weight: bold;
}

#tbLogo {
    display:block;
}

#divLogoMob {
    display:none;
}

.tdS {
    border: 1px solid black;
}

.tdP {
    background-color: #D0F0C0;
}

.tdD {
    background-color: #ADDFAD;
}

#DrpServizi {
    width: 60% !important;
}

@media screen and (max-width: 900px) {
    .container {
        text-align: center;
        width: 100%;
    }

    .box {
        width: 70%;
        margin: auto;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .divOrari {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .calendar-container2 {
        width: 92%;
    }

    #tbLogo {
        display: none;
    }

    #divLogoMob {
        display: block;
    }

    #DrpServizi {
        width:98% !important;
    }
}
