﻿body {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Arial, Sans-Serif;
    background-image: url(../Grafica/BackGround.png);
    color: #9c9c9c;
}

.title1 {
    font-size: 1.5em;
}

.title2 {
    font-size: 1.3em;
}

.title3 {
    font-size: 1.1em;
}

.normal1 {
    font-size: 1em;
}

.normal2 {
    font-size: 0.9em;
}

.normal3 {
    font-size: 0.8em;
}

.normalBig1 {
    font-size: 1.1em;
    line-height: 1.3em;
}

#divMainContainer {
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
}

#divHeader {
    width: 907px;
    margin: 0px auto;
    border: solid 1px #a4b0b7;
    border-bottom: none;
    position: relative;
}

#divBody {
    width: 907px;
    margin: 0px auto;
    border: solid 1px #a4b0b7;
    background-color: White;
    position: relative;
}

#divFooter {
    width: 907px;
    /*  height:80px; */
    height: 107px;
    margin: 0px auto;
    background-color: #a4b0b7;
    /*  padding-top:10px; */
    border: solid 1px #a4b0b7;
    position: relative;
    text-align: center;
}

#divLeftHeader {
    margin: 0px;
    padding-top: 5px;
    float: left;
    width: 30%;
}

#divLeftHeaderTop {
    text-align: right;
}

#logo {
    margin: 5px;
}

#divRightHeader {
    font-size: 20px;
    color: #a4b0b7;
 /*   width: 70%; */
    font-style: italic;
    float: right;
}

#divMenu {
    background-color: #a4b0b7;
    height: 27px;
    width: 100%;
}

#villa {
    margin-left: 5%;
}

.menuItem {
    float: left;
    font-size: 16px;
    color: #5a78bd;
    margin-right: 6%;
    height: 23px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

    .menuItem:hover {
        color: White;
        cursor: pointer;
        text-decoration: none;
    }

.menuItemSelected {
    float: left;
    font-size: 16px;
    color: #5a78bd;
    margin-right: 6%;
    height: 23px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #cbd8e0;
    text-decoration: none;
}

#menuFooter {
    font-size: 10pt;
    color: #5a78bd;
    margin-top: 30px;
}

#imageBody {
    width: 907px;
    height: 397px;
    border: 0 none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
/* CSS per la finestra Modal */

#modalPage {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.modalBackground {
    filter: Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background-color: #999999;
    position: absolute;
    z-index: 300000;
    top: 0px;
    left: 0px;
}

.modalContainer {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 300001;
}

.modal {
    position: relative;
    top: -50px;
    left: -100px;
    z-index: 300002;
    padding: 0px;
}

.modalBody {
    padding: 10px;
    background-color: White;
}

#LoadingPanel {
    z-index: 400000;
}

#txtLoading {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #4c4c4c;
    FONT-FAMILY: tahoma, sans-serif;
}

/* Menu */
#cntMenu {
    width: 907px;
    height: 23px;
    background-color: #a4b0b7;
}

    #cntMenu ul {
        padding: 0px;
        margin: 0px;
    }

    #cntMenu li {
        list-style: none;
        float: left;
        width: 112px;
        height: 23px;
        text-align: center;
    }

.liDiv {
    width: 1px !important;
    margin-right: 0px !important;
}

#cntMenu a:hover {
    color: White;
}

#cntMenu .selected {
    background-color: #cbd8e0;
    color: #5a78bd;
}

#cntMenu a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    color: #5a78bd;
    outline: none;
}

    #cntMenu a:active, #cntMenu a:visited {
        outline: none;
    }

.button {
    width: 90px;
    height: 23px;
    background-image: url(../Grafica/buttonLair.png);
    padding-top: 2px;
    padding-left: 10px;
    color: #ffffff;
    cursor: pointer;
    text-align: left;
    font-size: 12pt;
}

    .button:hover {
        background-position: left 25px;
    }

#txtHead {
    float: right;
    margin: 20px 15px;
}

.cntLastMinute {
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 10px;
    background-image: url(../Grafica/LastMinute.png);
    width: 169px;
    height: 111px;
}

.noLink a,
.noLink a:active,
.noLink a:visited {
    outline: none;
    text-decoration: none;
}

.noLink img {
    border-style: none;
}

.cntLastMinuteFooter {
    position: absolute;
    right: 0px;
    top: -2px;
}

.cntEOTLabel {
    position: fixed;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    background-color: #83B3D7;
    top: 400px;
    left: -80px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: center -ms-transform-origin: center -o-transform-origin: center -webkit-transform-origin: left top 0;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    color: white;
    padding: 5px;
    -webkit-backface-visibility: hidden;
    font-family:sans-serif;
    text-align:center;
    cursor:pointer;
    box-shadow:1px 1px 10px 1px #959595;
}
.cntEOTLabel  .number{
    font-size:0.8em;
           }
#cntEOTExplanation{overflow:visible;font-size:0.7em; display:none;
}
#cntEOTExplanation h1{font-size:1.8em;}
.closeBtn{
    background-image: url(../Grafica/close.png);
    background-position:left top;
    width:30px;
    height:30px;
    display:block;
    position:absolute;
    top:-15px;
    right:-15px;
    cursor:pointer;
}
.closeBtn:hover{
    background-position:left bottom;
}
.ui-dialog-titlebar{display:none;}
.ui-dialog{overflow:visible !important; box-shadow: 1px 1px 20px 1px #9A9999;}
.lastMinuteBox{
    height:50px;
    background-color:#a4b0b7;
    float:left;
    -webkit-box-shadow: -2px 8px 10px 2px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    -2px 8px 10px 2px rgba(50, 50, 50, 0.3);
box-shadow:         -2px 8px 10px 2px rgba(50, 50, 50, 0.3);
margin:8px 0 0 100px;
color:white;
text-align:center;
padding:0 20px;
cursor:pointer;
}
.lastMinuteBox:hover{
-webkit-box-shadow: -2px 8px 10px 2px rgba(0, 137, 171, 0.34);
-moz-box-shadow:    -2px 8px 10px 2px rgba(0, 137, 171, 0.34);
box-shadow:         -2px 8px 10px 2px rgba(0, 137, 171, 0.34);
}
.lastMinuteBox p{
    margin:0 !important;
    padding: 0 !important;
    font-weight:bold;
    font-size:0.9em;
}
.lastMinuteBox p.reduced{
    font-size:0.8em;
    font-weight:normal;
}
.lastMinuteBox .foot{
    width:200px;
    background-color:black;
    margin-top:5px;
}
.bannerPanos{
    position:fixed;
    bottom:0px;
    cursor:pointer;
    display:none;
}
.panosSlider{
    width:700px !important;
    height:500px !important;
    position:relative;
    display:none;
}
.imgPanos {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: 700px;
  margin: 20px auto;
  text-align: center;
  display:none;
}
.cntInfo{
    background-color: white;
    opacity: 0.8;
    height: 100px;
    position: absolute;
    bottom: 80px;
    width: 700px;
}
.cntIcon {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size:24px;
    margin-bottom:10px;
}
.pool{
    display:block;
    margin-bottom:10px;
}
.cntInfo a{
    text-decoration:none;
}
