/*===========================================================
'  GESTIONE AMBULATORIO MEDICO
'
'  NAME:    Layout.css
'  VERSION: 1.1
'  DATE:    12/09/2024
'  AUTHOR:  Luca Maroglio
'  COPY:    Zenity Sas (c) 2024
'===========================================================*/


      .myNOTEicon {
         position:relative !important;
         top:-3px !important;
         left:unset !important;
         border:1px solid transparent;
      }
      .myNOTEicon:hover {
         background-color: #f6f6f6;
         border:1px solid #adadad;
      }
      .myNOTEbox {
         position:fixed;
         top:32px;
         left:36px;
         z-index: 1000;
      }
      .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;
      }



/* ==== 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);
}

body{
   margin:0px;
   font-family: '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;

/* ZENZERO */
   background: linear-gradient(0deg,rgba(104,86,83,0.9),rgba(61,49,48,0.7)),url(http://localhost/PedCalendar/Images/BG-Testata/Calendario01.png);
   background-size:cover;

   z-index: 999;
}
.boxTestataVertical{
   position: fixed;
   display:block;
   /* 80% 20% */
   width: 82%;
   min-width: 480px;
   /* padding: 4px 4px 1px 4px; */
   padding:4px 0px 1px 6px;
   background-color: #ffffff;
   z-index: 999;
   
/*ZENZEN*/
/* border:3px solid blue; */
width: 82.5%;
min-width: 460px;
   
}
.boxTestataSmartphone{
   position: fixed;
   display:block;
   width: 100%;
   min-width: 358px;
   padding: 4px 4px 1px 4px;
   background-color: #ffffff;
   z-index: 999;
}

.boxBarraCalendVertical{
   position: fixed;
   display:block;
   top:0px;
/* 80% 20% */
   left:82.5%;   
   height:100%;
/* 80% 20% */
   width: 16%;
   min-width: 185px;
   font-size:11pt;
   color: #f0f0f0;
   background-color: #353535;
   padding: 0px 4px 1px 14px;
   z-index: 999;
   
/* ZENZEN */
/* border:3px solid green; */
padding: 0px 4px 1px 4px;

}

.boxBarraCalendBorder{
   position: absolute;
   display:inline-block;
   top:51px;
   left:0px;
   width:3px;
   height:100%;
   background-color: #8f8f8f;
}

.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: #7c7c7c;
   border:1px solid #f5f5f5;
}

.boxBtConfigVersion {
   display: block;
   position: absolute;
   top: 33px;
   left: 36px;
   width: 188px;
   height: 21px;
   margin-right: 5px;
   font-size: 16px;
   color: #f6f6f6;
   cursor: hand;
}
.boxBtConfigVersion span {
   font-size: 13px;
}

.boxBtConfigVersionVertical {
   top: 8px;
   left: 248px;
}
.boxBtConfigVersionSmartphone {
   top: 8px;
   left: 248px;
}

.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;
}
.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, Tahoma;
   font-size: 86pt;
   color: #767676;
   cursor: default;
   height:142px;
   padding-left:20px;
}
.txtNumGiornoOrizzontal.Rev{
   color: #ececec;
}

.txtNumGiornoVertical{
   display:inline-block;
   width: 145px;
   font-family: 'Verdana';
   font-size: 66pt;
   padding-left:10px;
   color: #767676;
   cursor: default;
}
.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;
}
.txtNomeSedeVertical{
   display:inline-block;
   width: 160px;
   padding-left:8px;
}
.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;
}

.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;
}
.txtNomeGiornoOrizzontal.Rev{
   color: #f7f7f7;
}
   
.txtNomeGiornoVertical{
   display:inline-block;
   width: 32%;
   font-family: 'Arial';
   font-size: 12pt;
   color: #6e6e6e;
}
.txtNomeGiornoVertical.Rev{
   color: #f7f7f7;
}

.txtNomeGiornoSmartphone{
   display:inline-block;
   width: 21%;
   font-family: 'Arial';
   font-size: 12pt;
   color: #6e6e6e;
   padding-top:4px;
}
.txtNomeGiornoSmartphone.Rev{
   color: #f7f7f7;
}
   
.txtDataGiornoOrizzontal{
   display:inline-block;
   width: 33%;
   text-align:center;
   font-family: 'Arial';
   font-size: 12pt;
   color: #6e6e6e;
}
.txtDataGiornoOrizzontal.Rev{
   color: #f7f7f7;
}

.txtDataGiornoVertical{
   display:inline-block;
   width: 33%;
   text-align:center;
   font-family: 'Arial';
   font-size: 12pt;
   color: #6e6e6e;
}
.txtDataGiornoVertical.Rev{
   color: #f7f7f7;
}

.txtDataGiornoSmartphone{
   display:inline-block;
   width: 38%;
   text-align:center;
   font-family: 'Arial';
   font-size: 12pt;
   color: #6e6e6e;
}
.txtDataGiornoSmartphone.Rev{
   color: #f7f7f7;
}

.txtNomeOperatoreOrizzontal{
   display:inline-block;
   width: 33%;
   text-align:right;
   font-family: 'Arial';
   font-size: 12pt;
   color: #6e6e6e;
}  
.txtNomeOperatoreOrizzontal.Rev{
   color: #f7f7f7;
}

.txtNomeOperatoreVertical{
   display:inline-block;
   width: 33%;
   text-align:right;
   font-family: 'Arial';
   font-size: 12pt;
   color: #6e6e6e;
}  
.txtNomeOperatoreVertical.Rev{
   color: #f7f7f7;
}

.txtNomeOperatoreSmartphone{
   display:inline-block;
   width: 38%;
   text-align:right;
   font-family: 'Arial';
   font-size: 12pt;
   color: #6e6e6e;
}  
.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;
}

.lineBigGray{
   position:relative;
   display:inline-block;
   top:0px;
   left:-4px;   
   width: 104%;
   height:4px;
   background-color: #8f8f8f;

/* ZENZEN */
left:-8px;

}

.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: 290px;
   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;
   /* v31 */
   /* height: 418px; */
   height: 460px;
   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;
}

.boxNewElemArea {
   padding:16px 14px 16px 14px;
}

.boxNewElemLeftOrizzontal{
   display: inline-block;
   width: 140px;
   height: 200px;
   float: left;
}
.boxNewElemLeftVertical{
   display: inline-block;
   width: 140px;
   height: 200px;
   float: left;
}
.boxNewElemLeftSmartphone {
   display: inline-block;
   width: 140px;
   height: 86px;
   float:left;
}

.boxNewElemTimeSmartphone {
   display: inline-block;
   text-align: right;
   width: 180px;
   height: 86px;
   float:left;
}

.boxNewElemRightOrizzontal{
   display: inline-block;
   width: 380px;
   /* v31 */
   /* height: 200px; */
   height: 196px;
   float:left;
   font-family: 'Arial';
   font-size: 11pt;
}
.boxNewElemRightVertical{
   display: inline-block;
   width: 380px;
   /* v31 */
   /* height: 200px; */
   height: 220px;
   float:left;
   font-family: 'Arial';
   font-size: 11pt;
}
.boxNewElemRightSmartphone {
   display: inline-block;
   width: 320px;
   /* 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: 320px;
   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 === */

#boxLogin {
   position: fixed;
   top: 50%;
   left: 50%;
   margin-top: -240px;
   margin-left: -180px;
    
   width: 350px;
   height:313px;

   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;
}

#boxLoginTitle {
   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;
}

.boxLoginArea {
   padding:16px 14px 16px 14px;
   height:218px;
}

#boxLoginFooter {
   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;
}


/* === 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 {
   padding:16px 14px 16px 14px;
   /* height:218px; */
}

#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:0 auto;
            width: 934px;   /*  (130+2)*7 + 10  */
            box-shadow: 0px 10px 25px rgba(165, 165, 165, 0.55);
         }
         
         .ColListino {
            width: 130px;
            float:left;
            border:1px solid #e5e5e5;
         }
         .ColListinoHead {
            width: 140px;
         }
         .ColListinoData:hover {
            transform: scale(1.06);
            -webkit-transition: transform 0.2s ease;
            -moz-transition:transform 0.2s ease;
            -ms-transition:transform 0.2s ease;
            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;
        
            /* border:1px solid blue; */
            
         }
         .FldListinoHead1 { border-bottom:1px solid #e5e5e5; font-weight:bold; }
         .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: 934px;   /*  (130+2)*7 + 10  */
            text-align: left;
         }
         
         .AreaListinoFooter {
            margin:30px auto 0 auto;
            width: 934px;   /*  (130+2)*7 + 10  */
            text-align: left;
            color: #555555;
         }
         
         .MailLink {
            font-weight: bold;
            color: #555555;
            text-decoration: none;

         }


@media (max-width: 990px)  {
   #boxPrice {
      overflow: scroll;
      top: 0px;
      margin-top: 0px;
      margin-left: -320px;
      width: 650px;
      height:580px;
   }

   #boxPriceFooter {
      display: none;
   }   

   .AreaListino {
      width: 610px;
      box-shadow: none;
   }

   .ColListino {
      width: 600px;
      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: 610px;
   }
   
   .AreaListinoFooter {
      margin:0px auto 0 auto;
      width: 610px;
   }
}

@media (max-width: 650px)  {
   #boxPrice {
      margin-left: -170px;
      width: 350px;
   }

   .AreaListino {
      width: 310px;
   }

   .ColListino {
      width: 300px;
   }

   .AreaListinoHeader {
      width: 310px;
   }
   
   .AreaListinoFooter {
      width: 310px;
   }
}



/* === 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: #7c7c7c;
   border:1px solid #f5f5f5;
}
.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;
}

.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:90px;
   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:90px;
   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:90px;
   color: #565656;
   padding:0px 15px 0px 4px;
   background-color: #e2e2e2;
   z-index: 998;
   overflow: auto;
}

.AreaNoteRecord {
   padding:0 0 0 4px;
}

.AreaNoteTit{
   font-family: 'Arial';
   font-size:12pt;
   padding-top:3px;
   color:#484848;
}


.noteBtPlus{
   width: 21px;
   height: 21px;
   cursor: pointer;
   cursor: hand;
   border:1px solid transparent;
   border-radius: 3px;
   margin-top:6px;
   margin-left:2px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
}
.noteBtPlus:hover{
   background-color: #f6f6f6;
   border:1px solid #adadad;
}

.noteBtDel{
   position:relative;
   top:7px;
   width: 21px;
   height: 21px;
   cursor: pointer;
   cursor: hand;
   border:1px solid transparent;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
}
.noteBtDel:hover{
   background-color: #f6f6f6;
   border:1px solid #adadad;
}




/* === 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;
}




.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);
}
