﻿@font-face {
    font-family: "Montserrat-Bold";
    src: url('/fonts/Montserrat-Bold.otf');
}

@font-face {
    font-family: "PTSerif-Regular";
    src: url('/fonts/PTSerif-Regular.otf');
}

@font-face {
    font-family: "Rye";
    src: url('/fonts/Rye-Regular.ttf');
	
}

@font-face {
    font-family: "PTSerif-Bold";
    src: url('/fonts/PTSerif-Bold.ttf');
	
}

@font-face {
    font-family: "PTSerif-Regular"; /* è il nome del font che deve essere usato come stile */
    src: url('/fonts/PTSerif-Regular.ttf');
	
}


.Mybody {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    padding:0;
    overflow:hidden;
    width:100%;
    height:100%;
}


.Hide {
    display: none;
}


.StileIcona { /* se metti 0 e 0 icone non si vedono > 100 si vedono icone (valutare dimensione)*/
    width: 0px;
    height: 0px;
}

.CentraControllo {
    text-align: center;
    align-content: center;
    width: 95%;
    margin: 0 auto;
}

.StileTitolo { /* Testo 1 parametro sotto web.conf*/
    color: #000000;
    font-family: Rye;
    font-size: 38px;
    text-align: center;
    align-content: center;
}

.StileSottoTitolo {  /* Testo 2  parametro sotto web.conf*/
    color: #000000;
    font-family: segoeprb;
    font-size: 24px;
    text-align: center;
    align-content: center;
}

.StileTestiScelta {
    color: #000000;
    font-family: PTSerif-Bold;
    font-size: 20px;
    text-align: center;
    align-content: center;
}

.LabelInterneOspiti {
    background-color: #F7E5C3;
    color: #000000;
    font-family:PTSerif-Regular;
    font-size: 17px;
}

.IntestazioneCalendario {
    background-color: #652F4E;
    color: #FFFFFF;
    font-family: PTSerif-Regular;
    font-size: 24px;
    text-align: center;
    align-content: center;
}

.LabelMancanzaOrari {  /* Parametro  sotto web.conf*/
    background-color: transparent;
    color: #000000;
    font-family: PTSerif-Bold;
    font-size: 17px;
}

.StileCalendario {
    background-color: #F7E5C3;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    text-transform: uppercase;
}

.ColoreFrecceCalendario {
    color: white;
    background-color: #652F4E;
}

.GiorniSettimanaCalendario {
    font-family: PTSerif-Regular;
    font-size: 18px;
    color: #283C6E;
    text-align: center;
    align-content: center;
}

.GiornoSelezionatoCalendario {
    font-family: PTSerif-Regular;
    font-size: 18px;
    color: #283C6E;
    text-align: center;
    align-content: center;
    background-color: red;
}

.IntestazioneSalePasti {
    background-color: #652F4E;
    color: #FFFFFF;
    font-family: PTSerif-Regular;
    font-size: 24px;
    text-align: center;
    align-content: center;
}

.StileSalaPasti {
    background-color: #F7E5C3;
    border-color: #F7E5C3;
    border-style: none;
    border-width: 2px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.IntestazioneOspiti {
    background-color: #652F4E;
    color: #FFFFFF;
    font-family: PTSerif-Regular;
    font-size: 24px;
    text-align: center;
    align-content: center;
}

.StileOspiti {
    background-color: #F7E5C3;
    border-color: #283C6E;
    border-style: none;
    border-width: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.StileTextEditor {  /* scritto interne alla combo,textbox */
    background-color: #F7E5C3;
    color: #000000;
    border-color: #283C6E;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
    font-family: PTSerif-Regular;
    font-size: 17px;
}

.checkB label {
    position: relative;
    top: -2px;
    left: 10px;
    display: inline;
}

.MyButtonOrario {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    outline: 1px;
    color: #FFFFFF;
    background-color: #652F4E;
    border: none;
    border-width: 0px;
    font-weight: bold;
    border-radius: 0px;
    box-shadow: 0 0px #CCCCCC;
    font-family:PTSerif-Regular;
    font-size: 17px;
    margin: 1px;
}

    .MyButtonOrario:active {
        background-color: black;
        box-shadow: 0 5px #666;
        transform: translateY(10px);
    }

.MyButton { /* Bottoni esempio Prenota;login .....*/
    display: inline-block;
    cursor: pointer;
    text-align: center;
    outline: 1px;
    color: #FFFFFF;
    background-color: #652F4E;
    border: none;
    border-radius: 0px;
    box-shadow: 0 0px #CCCCCC;
    font-family: PTSerif-Regular;
    font-size: 30px;
}

    .MyButton:active {
        background-color: #652F4E;
        box-shadow: 0 5px #666;
        transform: translateY(10px);
    }

.MyButtonOrarioDeselected {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    outline: 1px;
    color: #000000;
    background-color: #F7E5C3;
    border: solid;
    border-width: 0px;
    font-weight: bold;
    border-radius: 0px;
    box-shadow: 0 0px #CCCCCC;
    font-family: PTSerif-Regular;
    font-size: 17px;
    margin: 1px;
}

.MyButtonOrario:active {
    background-color: #F7E5C3;
    box-shadow: 0 5px #666;
    transform: translateY(10px);
    color: #283C6E;
}