/*===========================================================
'  GESTIONE AMBULATORIO MEDICO
'
'  NAME:    Layout.css
'  VERSION: 3.04
'  DATE:    21/04/2023
'  AUTHOR:  Luca Maroglio
'  COPY:    Zenity Sas (c) 2023
'===========================================================*/

body {
}


.myNOTEicon {
   position:relative !important;
	top: 0px !important;
   left:unset !important;
	padding: 3px 0px;
   border:1px solid transparent;
	border-radius: 3px;
}
.myNOTEicon:hover {
	background-color: #3703034d;
   border:1px solid #f5f5f59c;
}
.myNOTEbox {
   position:fixed;
   top:32px;
   left:36px;
   z-index: 1000;
   overflow: hidden;
}
.myNOTEarea {
   display:none;
   background-color: rgb(255, 254, 199) !important;
   width:318px !important;
   height:100px !important;
   padding: 4px;
   font-size: 12pt;
   font-weight: bold;
   font-family: 'Arial';
   color: #ef0000;
}
.myNOTEclose {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 20px;
	height: 20px;
	cursor: pointer;
   opacity: 0.85;
}
.myNOTEclose:hover {
   opacity: 1;
}


/* ==== FONT PERSONALIZZATI ==================================== */

@font-face {
   font-family:'OpenSans-Bold';
   src: url('../fonts/OpenSans-Bold.eot'); 
   src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
}

.test {
   color: rgb(240, 204, 0);
}

html {
   scroll-behavior: smooth;
   scroll-padding-top: 70px;
}

body {
   margin:0px;
   font-family: 'OpenSans',Verdana, Arial;
   font-size: 10pt;
}

.ScreenFog {
   visibility: hidden;
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background-color: #505050;
   z-index: 2000;
   opacity: 0.30;
   filter: alpha(opacity=30);
}

a{
   text-decoration: none;
}


.boxTestataOrizzontal{
   position: fixed;
   display:block;
   width: 100%;
   min-width: 480px;
   padding: 4px 4px 1px 4px;
   background: linear-gradient(0deg,rgba(104,86,83,0.9),rgba(61,49,48,0.7)),url(../img/BG-Testata/Calendario08.png);
   background-size:cover;
   border-bottom: 1px solid #840000;
   box-shadow: 0px -10px 15px 15px #1a1a1a;
   z-index: 999;
}
.boxTestataVertical{
   position: fixed;
   display:block;
   width: 82%;
   min-width: 480px;
   padding:4px 0px 1px 6px;
   background-color: #ffffff;
   z-index: 999;
   width: 82.5%;
   min-width: 460px;
   border-bottom: 1px solid #840000;
   box-shadow: 0px -12px 15px 14px #1a1a1a;
}
.boxTestataSmartphone{
   position: fixed;
   display:block;
   width: 100%;
   min-width: 358px;
   padding: 4px 4px 1px 4px;
   background-color: #ffffff;
   z-index: 999;
   border-bottom: 1px solid #840000;
   box-shadow: 0px -12px 15px 14px #1a1a1a;
}

.boxBarraCalendVertical{
   position: fixed;
   display:block;
   top:0px;
   left:82.5%;   
   height:100%;
   width: 16%;
   min-width: 185px;
   font-size:11pt;
   color: #f0f0f0;
   background-color: #353535;
   padding: 0px 4px 1px 14px;
   z-index: 999;
   padding: 0px 4px 1px 4px;
}

.boxBarraCalendShadow{
   position: fixed;
   display:block;
   top:10px;
   left:82.5%;   
   height: 100%;
   width: 16%;
   min-width: 185px;
   border-left: 1px solid #840000;
   box-shadow: 11px 2px 11px 14px #1a1a1a;
   z-index: 900;
}

.boxCorpoOrizzontal{
   position: relative;
   top:194px;
   display:block;
   padding: 4px 4px 4px 4px;
   min-width: 568px;
}
.boxCorpoVertical{
   position: relative;
   top:54px;
   display:block;
   padding: 4px 4px 4px 4px;
   min-width: 568px;
/* 80% 20% */
   width:82%;
}
.boxCorpoSmartphone{
   position: relative;
   top:58px;
   display:block;
   padding: 4px 4px 4px 4px;
   min-width: 358px;
}

.boxBtConfig{
   float:right;
   width: 21px;
   height: 21px;
   cursor: pointer;
   cursor: hand;
   margin-right:5px;
   border:1px solid transparent;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
}
.boxBtConfig:hover{
   background-color: #f6f6f6;
   border:1px solid #adadad;
}

.boxBtConfigRev{
   width: 21px;
   height: 21px;
   cursor: pointer;
   cursor: hand;
   margin-right:5px;
   border:1px solid transparent;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
}
.boxBtConfigRev:hover{
	background-color: #3703034d;
   border:1px solid #f5f5f59c;
}

.boxBtConfigVersion {
   display: block;
   position: absolute;
   top: 31px;
   left: 36px;
   width: 188px;
   height: 21px;
   margin-right: 5px;
   font-size: 16px;
   color: #f6f6f6;
}
.boxBtConfigVersion span {
   font-size: 13px;
}

.boxBtConfigVersionSmartphone,
.boxBtConfigVersionVertical {
   top: 12px;
   left: 258px;
   width: 60px;
   height: 21px;
}

.boxChangeDay{
   display:inline-block;
   border:1px solid #d3d3d3;
   background-color: #FFFFFF;
   margin-right:5px;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   padding:1px;
   height: 21px;
}
.boxChangeDay:hover{
   border:1px solid #bbbbbb;
   background-color: #f6f6f6;
}

.nowChangeDay{
   position:relative;
   top: -6px;
   left: -2px;
   font:bold;
   color: #000000;
   padding-left:3px;
}
.nowChangeDay:hover{
   background-color: #e6e6e6;
}

.arrowChangeDay{
   width: 15px;
   height: 16px;
   padding: 3px 2px 3px 2px;
}
.arrowChangeDay:hover{
   background-color: #e6e6e6;
}





.monthCalendarGroupOrizzontal{
   position: absolute;
   top: 4px;
   right: 8px;
   height: 150px;
}
.monthCalendarGroupVertical{
   position: absolute;
   top: 4px;
   right: 8px;
   width: 150px;
   height: 24px;
}
.monthCalendarGroupSmartphone {
   position: absolute;
   top: 4px;
   right: 8px;
   width: 110px;
   height: 24px;
}

.monthCalendarOrizzontal {
   float: right;
   width: 174px;
   height: 150px;
   padding-left: 8px;
}
.monthCalendarVertical {
   position:relative;
   top:16px;
   left:-6px;
   width: 174px;
   padding-bottom: 4px;
   padding-left: 8px;
}


div.ui-datepicker{
   font-size:9.9px;
}
div.ui-datepicker .ui-state-highlight {
   background-image :none !important;
   background-color: #ababab;
   border: 1px solid #787878;
   color:#ffffff;
}
div.ui-datepicker .ui-datepicker-today {
   background-image :none !important;
}
div.ui-datepicker .ui-datepicker-current-day {
   background-image :none !important;
   background-color: #666666 !important;
}


/*
.datepickerEv1 a{
   background-color : #ffd6bb !important;
   background-image :none !important;
   color: #000000 !important;
   font-weight: bold;
}
.datepickerEv2 a{
   background-color : #ecac82 !important;
   background-image :none !important;
   color: #000000 !important;
   font-weight: bold;
}
.datepickerEv3 a{
   background-image: none !important;
   color: #000000 !important;
   font-weight: bold;
}
*/

.datepickerEv0 a{
   /* FERIE */
   /* FERIECOL */
   /* background-color: rgb(39, 140, 180) !important; */
   background-image: none !important;
   color: #000000 !important;
   font-weight: bold;
}
.datepickerEv1 a{
   background-color : #ffd6bb !important;
   background-image :none !important;
   color: #000000 !important;
   font-weight: bold;
}
.datepickerEv2 a{
   background-color : #ecac82 !important;
   background-image :none !important;
   color: #000000 !important;
   font-weight: bold;
}
.datepickerEv3 a {
   position: relative;
}
.datepickerEv3 a:after {
   display: inline-block;
   position: absolute;
   content: "";
   top: 0px;
   left: 0px;
   width: 4px;
   height: 4px;
   background-color: #d27a7a;
   border-radius: 50%;
}


/* FERIE */
.btSetFerieMini {
   width: 14px !important;
   padding:2px !important;
}
.btSetFerie {
   display: inline-block;
   position: relative;
   top:-7px;
   width: 50px;
   height: 25px;
   margin-right: 5px;
   border:1px solid #d3d3d3;
   background-color: rgb(255, 255, 255);
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border:1px solid transparent;
   cursor: hand;
}
.btSetFerie:hover {
   border:1px solid #bbbbbb;
   background-color: #f6f6f6;
}
.btSetFerieDis {
   cursor: default !important;
}
.btSetFerieDis:hover {
   border:none !important;
}



.selMedicoMini {
   width: 110px !important;
}
.selMedicoMini .selMedicoFld {
   width: 110px !important;
   white-space: nowrap; 
   overflow: hidden;
   text-overflow: ellipsis;
}

.selMedico {
   float: right;
   width: 150px;
   text-align:right;
}
.selMedicoFld{
   font-family: 'Arial';
   font-size: 9pt;
   color: #313131;
   font-weight: bold;
   width: 150px;
   height: 65px;
   border:1px solid #9f9f9f;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;

   background-color: #ffffff;
}
.selMedicoFld:hover{
   background-color: #f4f4f4;
   color:#101010;
}
.selMedicoFld option:hover{
   background-color: #c5c5c5;
}


.txtNumGiornoOrizzontal{
   display:inline-block;
   width: 140px;
   font-family: 'OpenSans-Bold',Verdana, Arial;
   font-size: 86pt;
   letter-spacing:-1px;
   color: #767676;
   cursor: default;
   height:142px;
   padding-left:20px;
   text-shadow: 1px 3px 70px #000000d1;
}
.txtNumGiornoOrizzontal.Rev{
   color: #ececec;
}


.txtNumGiornoVertical{
   display:inline-block;
   width: 145px;
   height: 100px;
   font-family: 'OpenSans-Bold',Verdana, Arial;
   font-size: 66pt;
   letter-spacing:-1px;
   padding-left:10px;
   color: #767676;
   cursor: default;
   text-shadow: 1px 3px 70px #000000d1;
}
.txtNumGiornoVertical.Rev{
   color: #ececec;
}

#txtNoteGiornoOrizzontal1{
   display:inline-block;
   position: absolute;
   top:32px;
   left:128px;
   width:21px;
   height:15px;
}
#txtNoteGiornoOrizzontal3{
   display:inline-block;
   position: absolute;
   top:32px;
   left:128px;
   width:21px;
   height:15px;
}

#txtNoteGiornoVertical1, #txtNoteGiornoVertical3 {
   display:inline-block;
   position: absolute;
   top:28px;
   left:150px;
   width:21px;
   height:15px;
}
#txtNoteGiornoLink{
   display:inline-block;
   position: absolute;
   top:0px;
   left:0px;
   cursor: hand;
   cursor: pointer;
}
#txtNoteGiornoAreaOrizzontal{
   display:none;
   position: absolute;
   top:-1px;
   left:0px;
   width:260px;
   height:120px;
   padding: 4px;
   font-size: 12pt;
   font-weight: bold;
   font-family: 'Arial';
   color: #ef0000;
   background-color: rgb(255, 254, 199) !important;
   z-index: 1;
}

#txtNoteGiornoAreaVertical{
   display:none;
   position: absolute;
   top:-1px;
   left:0px;
   width:170px;
   height:140px;
   padding: 4px;
   font-size: 12pt;
   font-weight: bold;
   font-family: 'Arial';
   color: #ef0000;
   background-color: rgb(255, 254, 199) !important;
   z-index: 1;
}

.txtNomeSedeOrizzontal{
   display:inline-block;
   width: 260px;
   text-shadow: 1px 3px 40px #000000;
}
.txtNomeSedeVertical{
   display:inline-block;
   width: 160px;
   padding-left:8px;
   text-shadow: 1px 3px 40px #000000;
}
.txtNomeSedeDescOrizzontal{
   font-size:12pt;
   font-weight:bold;
   color: #4c4c4c;
}
.txtNomeSedeDescOrizzontal.Rev{
   color: #ffffff;
}

.txtNomeSedeDescVertical{
   font-size:12pt;
   font-weight:bold;
   color: #4c4c4c;
}
.txtNomeSedeDescVertical.Rev{
   color: #ffffff;
}


.txtNomeSedeMeseOrizzontal{
   font-size:12pt;
   font-weight:bold;
   color: #4c4c4c;
   margin-bottom: 8px;
}
.txtNomeSedeMeseOrizzontal.Rev{
   color: #ffffff;
}

.txtNomeSedeMeseVertical{
   font-size:12pt;
   font-weight:bold;
   color: #4c4c4c;
   margin-bottom: 12px;
}
.txtNomeSedeMeseVertical.Rev{
   color: #ffffff;
}


.txtNomeSedeIndiOrizzontal{
   font-size:11pt;
   color: #757575;
}
.txtNomeSedeIndiOrizzontal.Rev{
   color: #ececec;
}

.txtNomeSedeIndiVertical{
   font-size:11pt;
   color: #757575;
}
.txtNomeSedeIndiVertical.Rev{
   color: #ececec;
}

.txtNomeSedeNoteOrizzontal{
   font-size:9pt;
   font-style:italic;
   color: #5c5c5c;
}
.txtNomeSedeNoteOrizzontal.Rev{
   color: #f7f7f7;
}

.txtNomeSedeNoteVertical{
   font-size:9pt;
   font-style:italic;
   color: #5c5c5c;
}
.txtNomeSedeNoteVertical.Rev{
   color: #f7f7f7;
}

.txtNomeGiornoOrizzontal{
   display:inline-block;
   width: 32%;
   font-family: 'Arial';
   font-size: 12pt;
   color: #6e6e6e;
   padding: 0px 0px 4px 0px;
}
.txtNomeGiornoOrizzontal.Rev{
   color: #f7f7f7;
}
   
.txtNomeGiornoVertical{
   display:inline-block;
   width: 32%;
   font-family: 'Arial';
   font-size: 12pt;
   color: #6e6e6e;
   padding: 0px 0px 4px 0px;
}
.txtNomeGiornoVertical.Rev{
   color: #f7f7f7;
}

.txtNomeGiornoSmartphone{
   display:inline-block;
   width: calc( 29% - 4px);
   font-family: 'Arial';
   font-size: 12pt;
   color: #6e6e6e;
   padding: 4px 0px 6px 0px;
}
.txtNomeGiornoSmartphone.Rev{
   color: #f7f7f7;
}
   
.txtDataGiornoOrizzontal{
   display:inline-block;
   width: 33%;
   text-align:center;
   font-family: 'Arial';
   font-size: 12pt;
   color: #6e6e6e;
   padding: 0px 0px 4px 0px;
}
.txtDataGiornoOrizzontal.Rev{
   color: #f7f7f7;
}

.txtDataGiornoVertical{
   display:inline-block;
   width: 33%;
   text-align:center;
   font-family: 'Arial';
   font-size: 12pt;
   color: #6e6e6e;
   padding: 0px 0px 4px 0px;
}
.txtDataGiornoVertical.Rev{
   color: #f7f7f7;
}

.txtDataGiornoSmartphone{
   display:inline-block;
   width: calc( 42% - 4px);
   text-align:center;
   font-family: 'Arial';
   font-size: 12pt;
   color: #6e6e6e;
}
.txtDataGiornoSmartphone.Rev{
   color: #f7f7f7;
}
.txtDataGiornoSmartphone span {
   padding: 4px 0px 6px 0px;
   cursor: pointer;
}
.txtDataGiornoCalendar {
   position: relative;
   top: 1px;
   width: 15px;
   margin-right: 3px;
}



#datepickerSelector {
   display: none;
   position: fixed;
   top: 66px;
   left: 50%;
   padding: 5px;
   transform: translate(-50%, 0px);
   white-space: nowrap;
   background-color: #ffffff;
   border: 1px solid #b1b1b1;
   border-radius: 8px;
   box-shadow: 0px 8px 20px 0px #0000007a;
   z-index: 2001;
}

#datepickerSelector .monthCalendarSmartphone {
   display: inline-block;
}
#datepickerSelector .monthCalendarSmartphone div.ui-datepicker {
   font-size:15px;
}
#datepickerSelector .monthCalendarSmartphone .ui-datepicker .ui-datepicker-next span {
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background-size: 384px;
	background-position: -72px -288px;
}
#datepickerSelector .monthCalendarSmartphone .ui-datepicker .ui-datepicker-prev span {
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background-size: 384px;
	background-position: -120px -288px;
}


.txtNomeOperatoreOrizzontal{
   display:inline-block;
   width: 33%;
   text-align:right;
   font-family: 'Arial';
   font-size: 12pt;
   color: #6e6e6e;
   padding: 0px 0px 4px 0px;
}  
.txtNomeOperatoreOrizzontal.Rev{
   color: #f7f7f7;
}

.txtNomeOperatoreVertical{
   display:inline-block;
   width: 33%;
   text-align:right;
   font-family: 'Arial';
   font-size: 12pt;
   color: #6e6e6e;
   padding: 0px 0px 4px 0px;
}  
.txtNomeOperatoreVertical.Rev{
   color: #f7f7f7;
}

.txtNomeOperatoreSmartphone{
   display:inline-block;
   width: calc( 29% - 4px);
   text-align:right;
   font-family: 'Arial';
   font-size: 12pt;
   color: #6e6e6e;
   padding: 4px 0px 6px 0px;
}  
.txtNomeOperatoreSmartphone.Rev{
   color: #f7f7f7;
}

.imgLogout{
   position: relative;
   top: 2px;
   left: 0px;
   width: 16px;
   height: 16px;
   margin-right: 4px;

   border-radius: 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   z-index: 1;   
}
.imgLogout:hover{
   background-color: #fcfbcb;
}

.imgLogoutRev{
   position: relative;
   top: 2px;
   left: 0px;
   width: 16px;
   height: 16px;
   margin-right: 4px;

   border-radius: 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   z-index: 1;   
}
.imgLogoutRev:hover{
   background-color: #7c7c7c;
}


.dayTimeRange{
   display:block;
   width: 100%;
   height:29px;
   border-bottom: 1px solid #dedede;
}

.dayTimeElementBox{

   position: absolute;
   /* zen
   left:6px;
   width:82%;
   */
   left:0px;
   width:100%;
   overflow: hidden;
   background-color: #f4f4e9;
   border:1px solid #bcbcae;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
   filter: alpha(opacity=70);
   opacity: 0.7;
   z-index: 800;
   cursor: hand;
   cursor: pointer;   
}

.dayTimeElementReport{
   display:inline-block;
   width:100%;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
   filter: alpha(opacity=70);
   opacity: 0.7;
   cursor: hand;
   cursor: pointer; 
   margin-bottom:2px;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;   
}

.dayTimeRangeHandle{
   display:inline-block;
   position:relative;
   left: 16%;
   overflow: visible;
   /* zen
   width: 82%;
   */
   width: 68%;
   height: 12px;
   padding:0px 5px 0px 5px;
   border:1px solid transparent;
}
.dayTimeRangeHandle:hover{
   /* background-color: #f1edcf; */
   border:1px solid rgba(185, 185, 185, 0.57);
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   background-color: rgba(236, 236, 236, 0.62);
}

.dayTimeRangeHandleSep{
   display:inline-block;
   position:relative;
   left: 16%;
   width: 82%;
   height: 0px;
   padding:0px 5px 0px 5px;
   border-bottom: 1px solid #FFFFFF;
}

.dayTimeRangeIntervalOrizzontal{
   position:relative;
   top: -10px;
   /* zen
   left:-83%;
   */
   left:-69%;
   display:inline-block;
   width: 15%;
   color: #a1a1a1;
   text-align: left;
}
.dayTimeRangeIntervalVertical{
   position:relative;
   top: -10px;
   /* zen
   left:-83%;
   */
   left:-69%;
   display:inline-block;
   width: 15%;
   color: #a1a1a1;
   text-align: left;
}
.dayTimeRangeIntervalSmartphone{
   position:relative;
   top: -10px;
   /* zen
   left:-83%;
   */
   left:-69%;
   display:inline-block;
   width: 7%;
   color: #a1a1a1;
   text-align: left;
}

.dayTimeElementDot{
   position: relative;
   top: 4px;
   width:18px;
   height:18px;
   margin-left: 3px;
   margin-right: 3px;
   
   
   display:inline-block;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   
}

.dayTimeElementTitle{
   position: relative;
   top: -14px;
   left:25px;
   display: inline-block;
   width:92%;
   height:82%;
   overflow: hidden;
   text-overflow:ellipsis;
   z-index: 999;
}
.dayTimeElementText{
   display: inline-block;
   width:92%;
   height: 18px;
   margin-left: 28px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow:ellipsis;
   z-index: 999;
}
.dayTimeElementSigla{
   float: right;
   position: relative;
   top:-16px;
   left: -2px;
   font-size: 8pt;
}


#boxWindowClose {
   position: absolute;
   top:3px;
   right:3px;
}
.boxWindowCloseStd{display:block;}
.boxWindowCloseAtt{display:none;}
#boxWindowClose:hover .boxWindowCloseStd {display:none;}
#boxWindowClose:hover .boxWindowCloseAtt {display:block;}




.boxNewElementOrizzontal{
   visibility: hidden;
   position:fixed;
   top: 15%;
   left: 8%;
   width: 548px;
   /* v31 */
   /* height: 292px; */
   height: 308px;
   padding: 0px;
   text-decoration:none;
   background-color: #FFFFFF;

   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;

   box-shadow:0px 0px 15px #111111;   
   -moz-box-shadow:0px 0px 15px #111111;
   -webkit-box-shadow:0px 0px 15px #111111;

   z-index: 3001;
}
.boxNewElementVertical{
   visibility: hidden;
   position:fixed;
   top: 15%;
   left: 8%;
   width: 548px;
   /* v31 */
   /* height: 292px; */
   height: 308px;
   padding: 0px;
   text-decoration:none;
   background-color: #FFFFFF;

   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;

   box-shadow:0px 0px 15px #111111;   
   -moz-box-shadow:0px 0px 15px #111111;
   -webkit-box-shadow:0px 0px 15px #111111;

   z-index: 3001;
}
.boxNewElementSmartphone {
   visibility: hidden;
   position:fixed;
   top: 10%;
   left: 2px;
   width: 350px;
   height: 418px;
   padding: 0px;
   text-decoration:none;
   background-color: #FFFFFF;

   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;

   box-shadow:0px 0px 15px #111111;   
   -moz-box-shadow:0px 0px 15px #111111;
   -webkit-box-shadow:0px 0px 15px #111111;

   z-index: 3001;
}

#boxNewElemTitle {
   font-family: 'Arial';
   font-size: 13pt;
   background-color: #222222;
   color: #eeeeee;
   cursor: default;
   padding:9px 8px 7px 8px;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   -moz-border-top-left-radius: 4px;
   -moz-border-top-right-radius: 4px;
   -webkit-border-top-left-radius: 4px;
   -webkit-border-top-right-radius: 4px;
}

.boxNewElementSmartphone.boxNewElementApps {
   top: 0px;
   left: 0px;
   width: 100%;
   height: unset;
   border-radius: 0px;
}
.boxNewElementSmartphone.boxNewElementApps #boxNewElemTitle {
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
}

.boxNewElementEvent {
   width:350px;
   height:160px;
}

.boxNewElementEmail {
   width:350px;
   height:160px;
}


.boxNewElemArea {
   padding:16px 14px 16px 14px;
}
#boxSendResult {
   display: none;
   position: relative;
   top: -108px;
   width: calc(100% - 30px);
}
#boxSendResultMsg {
   font-size:11pt;
   font-weight:bold;
   color:#404040;
}

.boxNewElemLeftOrizzontal{
   width: 140px;
   height: 200px;
   float: left;
}
.boxNewElemLeftVertical{
   width: 140px;
   height: 200px;
   float: left;
}
.boxNewElemLeftSmartphone {
   width: 140px;
   height: 86px;
   float:left;
   margin-bottom: 14px;
}

.boxNewElemTimeSmartphone {
   text-align: right;
   width: calc( 100% - 140px);
   height: 86px;
   float: left;
}

.boxNewElemRightOrizzontal{
   width: 380px;
   /* v31 */
   /* height: 200px; */
   height: 220px;
   float:left;
   font-family: 'Arial';
   font-size: 11pt;
}
.boxNewElemRightVertical{
   width: 380px;
   /* v31 */
   /* height: 200px; */
   height: 220px;
   float:left;
   font-family: 'Arial';
   font-size: 11pt;
}
.boxNewElemRightSmartphone {
   width: 100%;
   /* v31 */
   /* height: 240px; */
   height: 284px;
   float:left;
   font-family: 'Arial';
   font-size: 11pt;
}

.boxNewElemBottomOrizzontal{
   display: inline-block;
   width: 520px;
   text-align: right;
}
.boxNewElemBottomVertical{
   display: inline-block;
   width: 520px;
   text-align: right;
}
.boxNewElemBottomSmartphone {
   display: inline-block;
   width: 100%;
   text-align: right;
}







.boxListAppsOrizzontal, .boxListAppsVertical{
   visibility: hidden;
   position:fixed;
   top: 5%;
   left: 5%;
   width: 590px;
   height: 600px;
   padding: 0px;
   text-decoration:none;
   background-color: #FFFFFF;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   box-shadow:0px 0px 15px #111111;   
   -moz-box-shadow:0px 0px 15px #111111;
   -webkit-box-shadow:0px 0px 15px #111111;
   z-index: 3001;
}
.boxListAppsSmartphone {
   visibility: hidden;
   position:fixed;
   top: 5%;
   left: 12px;
   width: 360px;
   height: 440px;
   padding: 0px;
   text-decoration:none;
   background-color: #FFFFFF;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   box-shadow:0px 0px 15px #111111;   
   -moz-box-shadow:0px 0px 15px #111111;
   -webkit-box-shadow:0px 0px 15px #111111;
   z-index: 3001;
}

.boxListAppsAreaOrizzontal, .boxListAppsAreaVertical {
   height: 531px;
   padding:16px 14px 16px 14px;
   background-color: #FFFFFF;
   overflow: scroll;}
.boxListAppsAreaSmartphone {
   height: 371px;
   padding:16px 14px 16px 14px;
   background-color: #FFFFFF;
   overflow: scroll;
}

#boxListAppsTitle {
   font-family: 'Arial';
   font-size: 13pt;
   background-color: #222222;
   color: #eeeeee;
   cursor: default;
   padding:9px 8px 7px 8px;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   -moz-border-top-left-radius: 4px;
   -moz-border-top-right-radius: 4px;
   -webkit-border-top-left-radius: 4px;
   -webkit-border-top-right-radius: 4px;
}

#boxLisAppsPaz {
   display: inline-block;  
}



/* === LOGIN ====================================================== */

.pageSpacer {
    height: 50px;
}

.pageLoginTopBar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    padding: 12px 18px;
    font-family: 'Arial';
    font-size: 13pt;
    background-color: #393939;
    color: #eeeeee;
    z-index: 20;
}

.pageLoginTopBarMenu {
   float: right;
   margin-top: 19px;
   margin-right: 10px;
}
.pageLoginTopBarMenu a {
   margin-left: 14px;
   color: #acacac;
}
.pageLoginTopBarMenu a:hover {
   color: #f7f7f7;
}

.pageLoginTopBarLogo div {
    display: inline-block;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 22px;
    color: #e8e8e8;
    position: relative;
    top: -15px;
}

.pageLoginTopBarLogo img {
   width:50px;
   height:50px;
   margin-right:7px;
}


.boxLoginArea {
   display: flex;
   margin-top: 74px;
   padding: 30px 10px 0px 10px;
   background: linear-gradient(0deg,#990202E0,#990202C0),url(../img/BG-Testata/Calendario08.png);
}

.boxLoginAreaBox {
   padding: 30px;
   margin: 0px 15px 0px 15px ;
   margin-bottom: 2rem;
   border-radius: 0.3rem;
   background: linear-gradient(0deg,#c5c5c5a0,#ebebebE0);
}
.boxLoginAreaData {
   width: 300px;
}
.boxLoginAreaInfo {
   width: calc( 100% - 300px );
}

.boxLoginAreaTitle {
   font-size: 15px;
   color: #5f5f5f;
}

#boxLoginAreaMessage {
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	color: #7d0000;
}

.boxLoginInput {
   display: block;
   width: 100%;
   margin-top: 2px;
   margin-bottom: 10px;
   padding: 11px 12px 10px 10px;
   font: 18px Arial;
   border: 2px solid #B0B0B0;
   border-radius: 5px;
   resize: none;
   outline: none;
}


.boxLoginInput:focus{
   padding: 9px 10px 8px 8px;
   border:4px solid #b41719;
}

.boxLoginSelect {
   margin-top: 16px;
}

.boxLoginButton {
   display: block;
   width: 100%;
   padding: 12px;
   margin-top: 17px;
   font-size: 18pt;
   font-weight: bold;
   color: #ebebeb;
   background-color: #b41719;
   border: 1px solid #808080;
   border-radius: 5px;
   cursor: hand;
}



.boxLoginAreaInfo img {
   float: left;
   width: 70px;
   height: 70px;
}
.boxLoginInfoTitle {
   display: inline-block;
   padding: 14px 0px;
   margin-left: 16px;
   font-family: "Helvetica Neue",Arial,sans-serif;
   font-size: 39px;
   color: #212121;
}
.boxLoginInfoClaim {
   margin-top: 5px;
   margin-bottom: 10px;

   font-family: "Helvetica Neue",Arial,sans-serif;
   font-size: 17px;
   line-height: 23px;
   font-weight: bold;
}
.boxLoginInfoText {
   text-align: justify;
   font-family: "Helvetica Neue",Arial,sans-serif;
   margin-top: 8px;
   font-size: 16px;
   line-height: 22px;
}



.pageLoginContent {
   width: 1128;
   padding: 10px 50px;

   font-family: "Helvetica Neue",Arial,sans-serif;
   font-size: 17px;
   line-height: 25px;
   text-align: justify;

   margin: 0 auto;
}
.pageLoginContentTitle {
   font-size: 33px;
   margin-top: 40px;
   margin-bottom: 20px;
}
.pageLoginContentTitle img {
   position: relative;
   top: 10px;
   width: 50px;
   height: 50px;
}

.pageLoginContentText {
   text-align: justify;
}

.pageLoginContentWarning {
   font-weight: bold;
   color: #910608;
   margin-top: 8px;
   margin-bottom: 10px;
}
.pageLoginContent a {
   color: #910608;
   font-weight: bold;
}
.pageLoginContent a:hover {
   color: #d80609;
}

.pageLoginBox {
   display: flex;
   flex-wrap: wrap;
   margin-top: 20px;
}

.pageLoginBoxAttr {
   text-align: justify;
   width: calc(33.33% - 46px);
   margin: 0 23px 0 23px;
   /*
   text-align: justify;
   */
}

.pageLoginBoxTitle {
   line-height: 40px;
   font-size: 28px;
   margin-top: 20px;
   margin-bottom: 10px;
}



.pageLoginFooter {
   display: flex;
   padding: 32px 18px;
   font-family: "Helvetica Neue",Arial,sans-serif;
   font-size: 15px;
   line-height: 24px;
   background-color: #303030;
   color: #cbcbcb;
}
.pageLoginFooterBox {
   width: 25%;
}

.pageLoginFooterLogo {
   width:30px;
   height:30px;
   float:left;
   margin:4px 6px 0 0;
}

.pageLoginFooterName {
   font-size: 18px;
   line-height: 22px;
   margin-bottom: 0px;
}
.pageLoginFooterVer {
   font-size: 14px;
   line-height: 14px;
   margin-bottom: 11px;
}
.pageLoginFooterTitle {
   font-size: 21px;
   line-height: 24px;
   margin-bottom: 15px;
}
.pageLoginTopBarLogo div {
   display: inline-block;
   font-family: "Helvetica Neue",Arial,sans-serif;
   font-size: 22px;
   color: #e8e8e8;
   position: relative;
   top: -15px;
}

.pageLoginFooter a {
   color: #cbcbcb;
   text-decoration: none;
}
.pageLoginFooter a:hover {
   color: white;
}
.pageLoginFooterHref {
   display: block;
}

@media (max-width: 1242px)  {
   .pageLoginContent {
      width: 950px;
   }
}
@media (max-width: 1064px)  {
   .pageLoginContent {
      width: 704px;
   }
}
@media (max-width: 818px)  {
   .pageLoginContent {
      width: 510px;
   }
   .pageLoginBox {
      margin-top: 0px;
   }
   .pageLoginBoxAttr {
      width: 100%;
      margin: 20px 0px 0px 0px;
   }
   .pageLoginBoxTitle {
      margin-top: 20px;
   }
   .boxLoginArea {
      flex-wrap: wrap;
   }
   .boxLoginAreaData {
      width: calc( 100% - 90px);
   }
   .boxLoginAreaInfo {
      width: calc( 100% - 90px);
   }

   .pageLoginFooter {
      flex-wrap: wrap;
      padding: 32px 18px 2px 18px;
   }
   .pageLoginFooterBox {
      width: 50%;
      margin-bottom: 30px;
   }

}
@media (max-width: 624px)  {
   .pageLoginTopBarMenu {
      display:none;
   }
   .pageLoginContent {
      width: calc( 100% - 100px );
   }

   .pageLoginFooter {
      font-size: 12px;
      line-height: 21px;
   }

   .pageLoginFooterBox {
      width: 100%;
   }
   .pageLoginFooterLogo {
      width:42px;
      height:42px;
      margin:4px 10px 0 0;
   }

   .pageLoginFooterName {
      font-size: 19px;
      line-height: 25px;
   }
   .pageLoginFooterVer {
      font-size: 11px;
      line-height: 11px;
      margin-bottom: 10px;
   }
   .pageLoginFooterTitle {
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 8px;
   }

   .boxLoginAreaInfo img {
      width: 54px;
      height: 54px;
   }
   .boxLoginInfoTitle {
      font-size: 29px;
   }
}


/* === PRICE ====================================================== */

#boxPrice {
   position: fixed;
   top: 50%;
   left: 50%;
   margin-top: -390px;
   margin-left: -490px;
    
   width: 970px;
   height:680px;

   padding: 0px;
   text-decoration:none;
   background-color: #FFFFFF;

   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;

   box-shadow:0px 0px 15px #111111;   
   -moz-box-shadow:0px 0px 15px #111111;
   -webkit-box-shadow:0px 0px 15px #111111;

   z-index: 3001;
}


#boxPriceTitle {
   font-family: 'Arial';
   font-size: 13pt;
   background-color: #222222;
   color: #eeeeee;
   height:20px;
   padding:9px 8px 7px 8px;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   -moz-border-top-left-radius: 4px;
   -moz-border-top-right-radius: 4px;
   -webkit-border-top-left-radius: 4px;
   -webkit-border-top-right-radius: 4px;
}

.boxPriceArea {
   margin-top:20px;
}

#boxPriceFooter {
   position : absolute;
   bottom : 0;
   width: 955px;

   font-family: 'Arial';
   font-size: 8pt;
   font-style: italic;
   background-color: #111111;
   color: #eeeeee;
   height:11px;
   padding:9px 8px 7px 8px;
    
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
   -moz-border-bottom-left-radius: 4px;
   -moz-border-bottom-right-radius: 4px;
   -webkit-border-bottom-left-radius: 4px;
   -webkit-border-bottom-right-radius: 4px;
}


.AreaListino {
   display: inline-block;
   margin: 30px auto 0 auto;
   width: 1124px;
   box-shadow: 0px 10px 25px rgba(165, 165, 165, 0.55);
}

.ColListino {
   width: 157px;
   float:left;
   border:1px solid #e5e5e5;
}
.ColListinoHead {
   width: 168px;
}
.ColListinoData:hover {
   transform: scale(1.06);
   transition: transform 0.2s ease;
   -webkit-transition: transform 0.2s ease;
   -moz-transition:transform 0.2s ease;
   -ms-transition:transform 0.2s ease;
   box-shadow:0px 0px 35px rgba(74, 74, 74, 0.85);   
   -moz-box-shadow:0px 0px 35px rgba(74, 74, 74, 0.85);   
   -webkit-box-shadow:0px 0px 35px rgba(74, 74, 74, 0.85);   
}

.FldListino {
   font-family: sans-serif;
   font-size: 13pt;
   color: #555555;
   min-height: 60px;
   display: flex;
   justify-content: center;
   align-content: center;
   flex-direction: column;
   text-align: center;
}
.FldListinoHead1 {
   border-bottom: 1px solid #e5e5e5;
   font-weight: bold;
   font-size: 22px;
   letter-spacing: -1px;
   color: #b20202;
}
.FldListinoHead  { background-color: #b41719; color: #fafafa; }
.FldListinoEven  { background-color: #ffffff; }
.FldListinoOdd   { background-color: #efefef; }
.FldListinoDescr { min-height: 100px; }
.FldListinoLite  { font-size: 10pt; padding:0 10px;}
.FldListinoPrice { font-weight:bold; }
.FldListino div span {
   display: inline;
   font-weight: normal;
   display: none;
}


.AreaListinoHeader {
   margin:0 auto 20px auto;
   width: 1110px;
   text-align: left;
}

.AreaListinoFooter {
   margin:30px auto 46px auto;
   width: 1110px;
   text-align: left;
   color: #555555;
   text-align: justify;
}

.MailLink {
   font-weight: bold;
   color: #555555;
   text-decoration: none;

}



@media (max-width: 1242px)  {
   .AreaListino {
      width: 944px;
   }
   
   .ColListino {
      width: 132px;
   }
   .ColListinoHead {
      width: 138px;
   }
   
   .AreaListinoHeader {
      width: 930px;
   }
   
   .AreaListinoFooter {
      width: 930px;
   }
}


@media (max-width: 1064px)  {
   .AreaListino {
      width: 704px;
   }
   .ColListino {
      width: 95px;
   }
   .ColListinoHead {
      width: 120px;
   }
   .FldListinoDescr {
      min-height: 124px;
   }
   .ColListinoHead .FldListino {
      font-size: 12pt;
   }
   .FldListinoHead1 {
      font-size: 19px !important;
   }
   .FldListinoLite  {
      font-size: 9pt;
      padding:0 1px;
   }
   .AreaListinoHeader {
      width: 690px;
   }
   
   .AreaListinoFooter {
      width: 690px;
   }
}


@media (max-width: 818px)  {
   #boxPrice {
      overflow: scroll;
      top: 0px;
      margin-top: 0px;
      margin-left: -320px;
      width: 550px;
      height:580px;
   }

   #boxPriceFooter {
      display: none;
   }   

   .AreaListino {
      width: 510px;
      box-shadow: none;
   }

   .ColListino {
      width: 510px;
      float:none;
      margin-bottom: 20px;
   }
   
   .ColListinoHead {
      display: none;
   }

   .ColListinoData:hover {
      transform: scale(1);
      box-shadow:0px 0px 3px rgba(50, 50, 50, 0.9);   
      -moz-box-shadow:0px 0px 3px rgba(50, 50, 50, 0.9);   
      -webkit-box-shadow:0px 0px 3px rgba(50, 50, 50, 0.9);   
   }

   .FldListino div span {
      display: inline;
   }

   .AreaListinoHeader {
      width: 510px;
   }
   
   .AreaListinoFooter {
      margin:0px auto 30px auto;
      width: 510px;
   }
}


@media (max-width: 624px)  {
   #boxPrice {
      margin-left: -170px;
      width: 100%;
   }

   .AreaListino {
      width: 100%;
   }

   .ColListino {
      width: 100%;
   }

   .AreaListinoHeader {
      width: 100%;
   }
   
   .AreaListinoFooter {
      width: 100%;
   }
}




/* === CONFIGURAZIONE === */

#ConfigPageMenu{
   visibility: hidden;
   position: fixed;
   display:block;
   top:0px;
   left:-10px;
   width:200px;
   height:100%;
   color: #cdcdcd;
font-size:11pt;
   padding:5px 4px 5px 4px;
   background-color: #202020;
   z-index: 5002;
   box-shadow:0px 0px 15px #111111;   
   -moz-box-shadow:0px 0px 15px #111111;
   -webkit-box-shadow:0px 0px 15px #111111;
}
#ConfigPageArea{
   display: none;
   position: fixed;
   /*
   top:0px;
   left:0px;
   width:100%;
   height:100%;
   */
   top:2%;
   left:2%;
   width:95%;
   height:94%;
   padding:5px 4px 5px 4px;
   color:#3a3a3a;
   background-color: #f1f1f1;
   border:1px solid black;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   box-shadow:0px 0px 120px #000000;   
   -moz-box-shadow:0px 0px 120px #000000;
   -webkit-box-shadow:0px 0px 120px #000000;
   z-index: 5002;
}
   
#ConfigPageBack{
   visibility:hidden;
   position:fixed;
   display:block;
   top:0px;
   left:0px;
   background-color:transparent;
   width:100%;
   height:100%;
   z-index: 5001;
}

.BtConfigRev{
   width: 21px;
   height: 21px;
   cursor: pointer;
   cursor: hand;
   border:1px solid transparent;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
}
.BtConfigRev:hover{
	background-color: #3703034d;
   border:1px solid #f5f5f59c;
}
.BtConfigTxt{
   position:relative;
   top:-4px;
   color:#ececec;
   display:inline-block;
   font-size:13pt;
   font-weight: bold;
}
.BtConfigLink{
   display:block;
   color: #cdcdcd;
   cursor: hand;
}

.BtConfigArea{
   padding:8px 4px 4px 4px;
   background-color:#202020;
   z-index:10;
}

.BtConfigLink:hover{
   color: white;
}
.BtConfigLinkAct{
   color: #cece95;
   cursor: default;
}

#ConfigPageAreaTit{
   display:inline-block;
   position:relative;
   top:-3px;
   color:#1e1e1e;
   padding-left: 5px;
   font-size:15pt;
}
#ConfigPageAreaContent{
   padding:4px;
}
.ConfigPageAreaContentData{
   overflow: auto;
}


.ConfigPageAreaSmartphone #ConfigPageAreaTit {
   top: 12px;
}

.ConfigTable{
   border:1px solid #292929;
}
.ConfigTableRow{
   background-color:#292929;
   color:#f1f1f1;
}
.ConfigTableField{
   font-size:11pt;
   height:29px !important;
}
.ConfigTableFieldColor{
   font-size:11pt;
   height:29px !important;
}
.ConfigTableSubmit{
   margin-top:5px;
   width:160px;
   height:35px;
   font-size:11pt;
   border:1px solid gray;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
}




/* === AREA NOTE === */

#AreaNoteOrizzontal{
   position: fixed;
   display:block;
   bottom:0px;
   left:0px;
   width:100%;
   height:30px;
   padding:0px;
   border-top:4px solid #8f8f8f;
   z-index: 997;
   overflow: hidden;
}
#AreaNoteVertical{
   position: fixed;
   display:block;
   bottom:0px;
   left:0px;
 /* 80% 20% */
   width:82%;
   height:30px;
   padding: 4px 4px 1px 4px;
   background-color: #e2e2e2;
   border-top:4px solid #8f8f8f;
   z-index: 997;
   overflow: hidden;
}

#AreaNoteBack{
   visibility:hidden;
   position:fixed;
   display:block;
   top:0px;
   left:0px;
   background-color:transparent;
   width:100%;
   height:100%;
   z-index: 996;
}

#AreaNoteArea{
   display:block;
   width:100%;
   height:100%;
   color: #565656;
   padding:0px 15px 0px 4px;
   background-color: #afafaf;
   z-index: 998;
   overflow: auto;
}
.AreaNoteAreaAct {
	background-color: #fcdd3e !important;
}

#AreaNoteRecords {
	margin-bottom: 22px;
}

.AreaNoteRecord {
   padding:0 0 0 4px;
	margin-bottom: 6px;
}

.AreaNoteTit {
	font-family: 'Arial';
	font-size: 11pt;
	padding-top: 3px;
	color: #2f2f2f;
   width: calc(100vw - 38px);
   height: 25px;
   line-height: 23px;
	font-weight: bold;
	padding-left: 4px;
}


.AreaNoteCol1 {
   display:inline-block;
   width: calc(18vw - 15px);
}
.AreaNoteCol1 .spanTextInput {
   width: calc(100% - 4px);
}
.AreaNoteCol2 {
   display:inline-block;
   width: calc(37vw - 15px);
}
.AreaNoteCol2 .spanTextInput {
   width: calc(33% - 28px);
   margin-right:5px;
}
.AreaNoteCol3 {
   display:inline-block;
   width: calc(45vw - 15px);
}
.AreaNoteCol3 .spanTextArea {
	position: relative;
	top: 5px;
	width: calc(100% - 34px);
	height: 21px;
	margin-right: 5px;
	border: 1px solid #9f9f9f;
	border-radius: 3px;
}


@media (max-width: 1000px)  {
   .AreaNoteRecord {
      margin-bottom: 16px;
   }
   .AreaNoteCol1 {
      width: calc(32vw - 20px);
   }
   .AreaNoteCol2 {
      width: calc(68vw - 20px);
   }
   .AreaNoteCol3 {
      width: calc(100vw - 34px);
   }
}


@media (max-width: 570px)  {
   .AreaNoteRecord {
      margin-bottom: 20px;
   }
   .AreaNoteCol1 {
      display:inline-block;
      width: calc(100vw - 34px);
   }
   .AreaNoteCol2 {
      display:inline-block;
      width: calc(100vw - 34px);
   }
   .AreaNoteCol3 {
      display:inline-block;
      width: calc(100vw - 34px);
   }
}


.AreaNoteBtPlus {
   float: right;
   position: relative;
	top: -1px;
	width: 82px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	background-color: rgb(35, 136, 35);
	color: white;
	border: 1px solid transparent;
	border-radius: 12px;
	cursor: pointer;
}
.AreaNoteBtPlus:hover{
	background-color: #016e01;
	color: #f0f0f0;
}

.AreaNoteBtDel{
   position:relative;
   top:4px;
   width: 21px;
   height: 21px;
   cursor: pointer;
   opacity: 0.8;
}
.AreaNoteBtDel:hover{
   opacity: 1;
}




/* === MESSAGGI === */

.BoxMessaggi{
   overflow: auto;
   height:160px;
   border:1px solid #292929;
   border-bottom-left-radius: 3px;
   -moz-border-bottom-left-radius: 3px;
   -webkit-border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
   -moz-border-bottom-right-radius: 3px;
   -webkit-border-bottom-right-radius: 3px;
}

.BoxMessaggiTitolo{
   background-color:#292929;
   padding:2px;
   font-size:11pt;
   font-weight: bold;
   color:#f1f1f1;
}
.DetMessaggiBox{
   display:block;
   
   width:100%;
}
.DetMessaggiTit{
   display:inline-block;
   padding:2px;
   color:#636363;
   font-size:10pt;
   font-weight:bold;
   width:10%;
}
.DetMessaggiVal{
   display:inline-block;
   padding:2px;
   font-size:10pt;
   color:#191919;
   background-color: #f1f1f1;
   width:87%;
}
.DetMessaggiBody{
   display:inline-block;
   padding:2px;
   width:99%;
   font-size:10pt;
   color:#434343;
   background-color: #FFFFFF;
   margin-top:3px;
   padding-top:10px;
   border-top:1px solid #c5c5c5;
   margin-bottom:10px;
   padding-bottom:10px;
   border-bottom:2px solid #959595;
}

#InviaMessaggioTo{
   font-size:10pt;
   width:86%;
}
#InviaMessaggioBody{
   font-size:10pt;
   width:99%;
   height:110px;   
}
.InviaMessaggioBt{
   width:80px;
   height:25px;
   font-size:11pt;
   border:1px solid gray;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
}

.PostIt {
   position: fixed;
   display: block;
   top: 100px;
   left: 100px;
   width: 240px;
   max-height: 270px;
   padding: 10px 10px 18px 10px;
   background-color: #ffdd69;
   border: 2px solid #b88d0059;
   border-radius: 5px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   box-shadow: 0px 0px 18px rgba(116, 116, 116, 0.61);
   -moz-box-shadow: 0px 0px 18px rgba(116, 116, 116, 0.61);
   -webkit-box-shadow: 0px 0px 18px rgba(116, 116, 116, 0.61);
   z-index: 9000;
}

.PostItDett {
   display: block;
   overflow: auto;
   width: 240px;
   max-height: 200px;
}



.boxDelLock{
   visibility: hidden;
   position:fixed;
   top: 15%;
   left: 8%;
   width:350px;
   height:140px;
   padding: 0px;
   text-decoration:none;
   background-color: #FFFFFF;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   box-shadow:0px 0px 15px #111111;   
   -moz-box-shadow:0px 0px 15px #111111;
   -webkit-box-shadow:0px 0px 15px #111111;
   z-index: 3001;
}


.ConfigAppVersion {
   position: absolute;
   bottom: 24px;
   width: 100%;
   left: 10px;
   z-index: -9;
   font-size: 12px;
}






.spanTextInputRightOrizzontal, .spanTextInputRightVertical {
   /* v31 */
   position: relative;
   top: -3px;
   float: right;
   width: 290px;
}
.spanTextAreaRightOrizzontal, .spanTextAreaRightVertical {
   /* v31 */
   width: 320px;
   height:60px;
}
.spanNoteGiornoOrizzontal, .spanNoteGiornoVertical {
   /* v31 */
   width:380px;
   height:50px;
   padding: 4px;
   font-size: 12pt;
   font-weight: bold;
   font-family: 'Arial';
   color: #ef0000;
   background-color: rgb(255, 254, 199) !important;
   resize: none;
   z-index: 1;
}
.spanNoteGiornoSmartphone {
   /* v31 */
   width:100%;
   height:50px;
   padding: 4px;
   font-size: 12pt;
   font-weight: bold;
   font-family: 'Arial';
   color: #ef0000;
   background-color: rgb(255, 254, 199) !important;
   resize: none;
   z-index: 1;
}



.spanTextInputLargeOrizzontal {
   width: 380px;
}
.spanTextInputLargeVertical {
   width: 380px;
}
.spanTextInputLargeSmartphone {
   width: 100%;   
}

.spanTextInputMediumOrizzontal {
   width: 100px;
}
.spanTextInputMediumVertical {
   width: 100px;
}
.spanTextInputMediumSmartphone {
   width: 200px;
   width: calc( 100% - 35px);
}

