
  *{
      box-sizing: border-box;
      margin:0;
    	padding:0;
    	border:0;
    	outline:0;
  	//vertical-align:middle;       
  }
  
  html 
  {  
    font-family:  Arial;
    font-size: 1em;
    text-align:center;
  }
  body {
   background-color: #F9F9F9;
  }

  /*FONT*/
  a
  {
    text-decoration: none;
  }
  h1
  {
  	font-weight: bold;
  	font-size: 2em;
    color: #333333;
  }
  h2
  {
  	color: #333333;
    font-weight: bold;
  	font-size: 1.2em;
  }
  p 
  {
   font-size: 1em;
   text-align:left;
   display:inline;
  }
  p.user
  {
      font-size: 1em;
  		font-weight: bold;
  		display: inline;
  }
  p.admin
  {
      font-size: 1em;
  		display: inline;
  }
  p.error
    {
      font-size: 1em;
      color: red;
  		font-weight: normal;
  }
  p.din 
  {
   font-size: 1em;
   display:inline;
  }
  
  a.base
  {
		color: #33CC00;
    font-size: 1.2em;
    font-weight: bold;
    //display:inline;
	}
  a:hover.base
  {
		color: #D5D5D5;
    font-size: 1.2em;
    font-weight: bold;
	}
  a.base_ico
  {
		color: #333333;
    font-size: 1.2em;
    font-weight: bold;
    //display:inline;
	}
  a:hover.base_ico
  {
		color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
	}
  
  
  /*CONTENITORI GENERALI*/
  /*     #FFFFFF
  .container
  {
     height: calc(100% - 80px);
     background-color: #F9F9F9;
     top: 80px;
     //border: 5px solid #000000;
     //height: 100%;
  }
  */
  div#container_log 
  {
   width: 100%;   
   margin: auto;
   text-align:center;
   height:100%; 
   background-color: #F9F9F9;
   //overflow:hidden;
  }
  div#logo_login
  {
     margin: auto;
     padding-top: 30px;
     max-width: 100%;
     height: auto;
     border: 0px solid #F9F9F9;
  }
  div#login 
  {   
   
   width: 25%;
   height:45%;
   padding: 10px;
   border: 1px solid #F9F9F9;
   margin: auto;
   background-color: #D5D5D5;
   margin-top:20px;
   //box-shadow: 2px 2px 1px #000000;
   border-radius: 8px; 
  }
  div#login:hover 
  {
   //background-color: #F9F9F9;
   border: 1px solid #34a12e; 
  } 
  table.login{
	  width: 100%;
	  height: 100%;
    text-align: center;
	  padding: 0px;
	  color:  #000000;
	  border: 0px solid #000000;
  }
  .top
  {
     width: 100%;
     height: 80px;
     background-color: #F9F9F9;
     position: fixed;
     z-index:99;
  }
  .menu
  {
     float:left;
     width:20%;
     top: 80px;
     height: calc(100% - 80px);
     position: fixed;
     background-color: #8c8c8c;
     border-right: 1px solid #CECECE;
     z-index:100;
  }
  .main
  {
     padding-top: 80px;
     float:left;
     width:80%;
     margin-left: 20%;
     background-color: #FFFFFF;
  }
  .main_pos_d
  {
     padding-top: 80px;
     width:100%;
     margin-left: 0px;
  }
  .main_pos
  {
     /*pagine interne - resta uguale al default*/
  }
  .footer
  {
     clear: both;
     width:80%;
     margin-left: 20%;
     height: 40px;
     background-color: #F9F9F9;
  }
  
  .top_cont, .top_cont2
  {
     height: 80px;
     z-index:100;
     //border: 1px solid #000000;
     //float:left;
  }
  
  div.top1
  {
     position: absolute;
     width: 20%;
     border-right: 1px solid #CECECE;
     line-height: 80px;
     font-size: 2em;
     border-bottom: 1px solid #CECECE;
     //float:left;
  }
  div.top2
  {
     //position: absolute;
     width: 60%;
     //border-right: 1px solid #CECECE;
     border-bottom: 1px solid #CECECE;
     margin-left: 20%;
     position: fixed;
  }
  div.top3
  {
     position: absolute;
     width: 20%;
     border-bottom: 1px solid #CECECE;
     text-align:right;
     font-size: 2.2em;
     font-weight: bold;
     padding: 6px;
     margin-left: 80%; 
     //float:right;
  }
  .logo
  {
     //width:255px;
     max-width: 100%;
     height: auto;
     padding: 0px;
     border: 0px solid #D5D5D5;   
  }
  .fill_l
  {
     width: auto;
     //background-color: #33CC00;
  }
  
  //MENU USER
  .user_cont 
  {
   //position:relative;
   //margin: 0px;
   //width: 50px;
   color: #333333;
   //float:right;   
  }
  .user_opt
  {
   width: 40px;
   //height: 40px;
   //line-height: 40px;
   padding: 6px;// 8px; /* Some padding */   
   //border-right: 1px solid #CECECE;
   color: #333333;
   display: inline;
   //left: 6px;
   //border: 1px solid #CECECE;
   //background-color: #000000;   
  }
  .user_opt:hover:not(.user_opt_disabled):hover:not(.active_top_user):hover 
  {
   //cursor: pointer;
   //background-color: ;
   color: #33CC00;
   opacity: 0.4;
   filter: alpha(opacity=40);
   -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
  }
  .user_opt_disabled
  {
   //background-color: #000000;
   opacity: 0.3;
   filter: alpha(opacity=30);
   cursor: context-menu;
   //float:right;
  }
  .active_top_user
  {
   //background-color: #F9F9F9;
   color: #33CC00;
  }
  
  .opt_item 
  {
   position:relative;
   margin: 0px;
   width: 100%;
   height: 80px;
   //background-color: #F9F9F9;
   display: flex;
   flex-wrap: nowrap;
   //overflow: hidden;
   //display: inline;
   //float: left;
   //overflow-x: auto;
  }
  .item_opt
  {
   width: 80px;
   height: 80px;
   line-height: 80px;
   font-size: 2.2em;
   background-color: #8c8c8c;
   border-right: 1px solid #CECECE;
   border-bottom: 1px solid #CECECE;
   font-weight: bold;
   color: #FFFFFF;
   float: left;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  }
  .item_opt:hover:not(active_top):hover 
  {
   cursor: pointer;
   background-color: #333333;
   color: #FFFFFF; 
   //border-right: 1px solid #CECECE;
  }
  .active_top
  {
   background-color: #33CC00;
  }
  /*
  .ico_sx2
  {
     color: #33CC00;
     font-size: 2.2em;
     display:inline;
     line-height: 30px;
     margin-right: 5px;
  }
  */
  /*
  [1]: All items a forced onto a single line, causing the overflow when necessary.
  [2]: Automatic overflow means a scroll bar won’t be present if it isn’t needed
  [3]: Make it smooth scrolling on iOS devices
  [4]: Hide the ugly scrollbars in Edge until the scrollable area is hovered
  [5]: Hide the scroll bar in WebKit browsers
  */
  .scroll 
  {
    white-space: nowrap; /* [1] */
    overflow:hidden; /* [2] */
    -webkit-overflow-scrolling: touch; /* [3] */
    -ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ 
  }
  
  /* [5] */
  .scroll::-webkit-scrollbar 
  {
    display: none; 
  }
  
  //MENU DI SINISTRA
  .navbar 
  {
    height: 100%;
    width: 100%;
    background-color: #8c8c8c;
    overflow: hidden;    
  }
  
  .navbar a 
  {
    //float: left;
    color: #FFFFFF;   
    transition: 0.3s;
    border-bottom: 1px solid #CECECE;
    padding: 12px;
    text-decoration: none;
    font-size: 1.2em;
    display: block;
    text-align: left;
  }
  
  .navbar a:hover 
  {
    color: #000000;
    background-color: #33CC00;
  }
  
  span.active_sx {
    color: #000000;
    background-color: #F9F9F9; //
    font-weight: bold;
    border-bottom: 1px solid #CECECE;
    padding: 12px;
    text-decoration: none;
    font-size: 1.2em;
    display: block;
    text-align: left;
  }
  div.sx_close 
  {  
      position:relative;
      width: 100%;
      background-color: #33CC00;
      padding-left: 85%;
      //height:26px;
      //border: 1px solid #000000;
  }
  .menu_sx_top
  {
   width: 100%;
   height: 80px;
   display:inline-block;
   font-weight: bold;
   color: #FFFFFF;
   margin: auto;
   background-color: #33CC00;
  }
  .menu_sx_top .ico
  {
     font-size: 2.2em;
     text-align: center;
     padding-top:6px;     
  }
  .menu_sx_top .app_txt
  {
     font-size: 1.2em;
     text-align: center;
     padding-top:6px;     
  }
  .navbar .closebtn 
  {
      //border: 1px solid #000000;
      padding:0px;
      width:30px;
      line-height:30px; 
      font-size: 1.6em;
      border-bottom: 0px solid #CECECE;
      text-align: center;
  }
  div#spacer_menu_sx 
  {
   position:relative;
   width: 100%;
   line-height: 1px;
   background-color: #CECECE;
  }

  div.leg_top 
  {
   position:fixed;
   width: 100%;
   //border: 0px solid #CECECE;
   background-color: #33CC00;
   line-height: 30px;
   height: 30px;
   padding-left: 20px;
   text-align: left;
   z-index:100;
   overflow:hidden;
   //border: 1px solid #CECECE;
  }
  div.list_page 
  {
   position:relative;
   width: 100%;
   //height: 100%;
   padding: 0px;
   //border: 0px solid #D5D5D5;
   background-color: #F9F9F9; 
   margin: auto;
   display:table;
   top:30px;  
  }
  table.paginazione_tab
  {
  	width: 100%;
  	height: 40px;
    //display:inline;
  	text-align: center;
  	//padding: 0px;
  	//border-bottom: 1px solid #CECECE;
  	background-color: #8c8c8c;
  	//color:  #000000;
  }
  .paginazione_tab tr:hover
  {
    background-color: #33CC00;
  }
  table.menu_int_tab
  {
  	width: 100%;
  	height: 40px;
  	text-align: center;
    border-bottom: 1px solid #33CC00;
  	background-color: #F9F9F9;
  }
  .menu_int_tab a
  {
   width: 40px;
   height: 40px;
   line-height: 40px;
   font-size: 1.6em;
   background-color: #8c8c8c;
   //border-right: 1px solid #CECECE;
   //border-bottom: 1px solid #CECECE;
   font-weight: bold;
   color: #FFFFFF;
   float: left;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  }
  .menu_int_tab a:hover  
  {
   cursor: pointer;
   background-color: #333333;
   color: #FFFFFF; 
   //border-right: 1px solid #CECECE;
  }

  .paginazione 
  {
    //position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;    
    //border: 1px solid #000000;
    font-size: 1.6em;
    display:flex;
    flex-wrap: nowrap; 
    justify-content: space-between;
    text-decoration: none;
  }
  div.pag_sel
  {
   display:inline;
   width: 200px;
   height: 40px;
  }
  div.pag_prev
  {
   display:inline-block;
   font-size: 1.2em;
   width: 40px;
   height: 40px;
   float:left;
   padding-left: 10px;
   color:  #FFFFFF;   
  }
  .prev_d
  {
   width: 40px;
   height: 40px;
   float:left;
   font-size: 1.2em;
   left: 10px;
   opacity: 0.1;
   filter: alpha(opacity=10);
   //left: 20px;
   //font-size: 1.6em;    
  }
  div.pag_next
  {
   display:inline;
   font-size: 1.2em;
   width: 40px;
   height: 40px;
   border: 0px solid white;
   float:right;
   padding-right: 10px;
   color:  #FFFFFF; 
  }
  .next_d
  {
   width: 40px;
   height: 40px;
   float:right;
   font-size: 1.2em;
   padding-right: 10px;
   opacity: 0.1;
   filter: alpha(opacity=10);
   //font-size: 1.6em;    
  }
  div.pag_next:hover, div.pag_prev:hover
  {
   color: #333333;    
  }  
  table.tab_list
  {
  	width: 100%;
  	//max-width: 768px;
  	float: left;
    /*height: auto;*/
  	text-align: center;
  	padding: 0px;
  	border: 1px solid #D5D5D5;
  	background-color: #F9F9F9;
  	font-size: 1em;
    vertical-align: middle;
  }
  table.tab_list td 
  {
      border: 1px solid #D5D5D5;
      height: 30px;
      line-height: 30px;          
  }  
  table.tab_list tr:nth-child(even)
  {
    background-color: #FFFFFF;
  }
  table.tab_list tr:hover 
  {
    background-color: #D0F0D1;
  }
  #tab_list_tit 
  {
    height: 30px;
    line-height: 30px;
    background-color: #D5D5D5;
  }
  #tab_list_tit tr:hover 
  {
    background-color: #D5D5D5;
  }
  a.tab_leg
  {
		font-size: 1.6em;
    color: #33CC00;
		font-weight: bold;
    display:inline;
	}
  a:hover.tab_leg
  {
		color: #000000;
	}
  table#no_brd
  {
	   width: 100%;
     padding: 0px;
	   border: 0px solid #000000;
     margin: 0px;
	   height: 30px;
     color:  #000000; 
  }
  #no_brd td, #no_brd tr 
  {
    border: 0px solid #000000;
  }
  
  div#admin_form 
  {
   width: 100%;
   height:100%;
   //padding: 10px;
   //border: 2px solid #33CC00;
   background-color: #F9F9F9;
   margin: auto;
   display:table;
   position:relative; 
  }
  /*
  div#admin_form:hover 
  {
   background-color: #FFFFFF; //#F9F9F9
  }
  */
  table.admin_form
  {
	  width: 100%;
	  //height: auto;
    line-height: 20px;
    text-align: center;
	  //padding: 4px;
    padding-top: 15px;
	  //color:  ;
	  border: 0px solid #000000;
	  font-size: 1em;
  }
  table.admin_form td.label
  {
	  width: 20%;
    text-align: right;
  }
  table.admin_form td.field
  {
	  width: 50%;
    text-align: left;
  }
  table.admin_form td.close
  {
	  width: 30%;
  }
  table.admin_form td.mod_tit_sx
  {
      font-size: 0.875em;
      color:  #333333;
  		font-weight: bold;
  		display: inline;
  }
  .add_email, .add_cell 
  {
   position:absolute;
   width: 400px;         
   padding: 20px;
   height: 25%;
   margin: auto;
   border-radius: 0 3px 3px 0; /* Rounded corners on the top right and bottom right side */
   background-color: #FFFFFF;
   text-align: center;
   border: 2px solid #34a12e;
  }
  .email_list, .cell_list 
  {
   position:absolute;
   width: 400px;
   padding: 20px;
   height: 25%;
   margin: auto;
   border-radius: 0 3px 3px 0; /* Rounded corners on the top right and bottom right side */
   background-color: #FFFFFF;
   text-align: center;
   border: 2px solid #34a12e;
  }
  .tipo_app
  {
    visibility: visible;
  }  
  /*CALENDARIO*/
  .calendar_cont 
  {
    margin: auto;
    width: 100%;
  }
  .calendar_cont2 
  {
    float: left;
    //position:fixed;
    width: 50%;
    border-right: 1px solid #CECECE;
  }
  .view_day 
  {
    //left: 0;
    position:absolute;
    right: 0px;
    //float:right;
    width: 50%;
    background-color: #FFFFFF;
    //border: 2px solid #34a12e;
  }
  .top_gg 
  {
    padding: 12px;
    margin: auto;
    width: 100%;
    background-color: #33CC00;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    
  }
  .menu_gg2 
  {
    padding: 6px;
    margin: auto;
    width: 100%;
    background-color: #F9F9F9;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    
  }
  .menu_gg 
  {
    //padding: 8px;
    float: right;
    font-size: 1.2em;
    //display:inline;
    margin-top: -4px;
  }
  ul 
  {
    list-style-type: none;
  }


.month {
  padding: 12px;
  margin: auto;
  width: 100%;
  background-color: #CECECE;
  text-align: center;
}


.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.month .prev {
  float: left;
  padding-top: 10px;
}

.month .next {
  float: right;
  padding-top: 10px;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #CECECE;  
  color: #8c8c8c;
  //padding-left:2%;
}

.weekdays li {
  display: inline-block;
  width: 13.4%;
  color: #333333;
  text-align: center;
}

.days {
  //padding: 10px 0;
  background: #F9F9F9;
  margin: 0;
  //display: inline;
  //flex-wrap: nowrap;
  padding-top:5px;
  //border: 2px solid #33CC00;
  text-align: left;
  padding-left:2%;
}
.days2 {
  //padding: 10px 0;
  background: #F9F9F9;
  margin: 0;
  padding-top:5px;
  text-align: left;
  padding-left:2%;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  height: 120px;
  text-align: center;
  margin-bottom: 5px;
  margin-right: 5px;
  //margin: auto;
  font-size:1.2em;
  color: #CECECE;
  border: 1px solid #33CC00;
  background-color: #FFFFFF;
  border-radius: 6px;
  //text-align: left;
  //float: left;
}
.days2 li {
  list-style-type: none;
  display: inline-block;
  width: 13.1%;
  height: 82px;
  text-align: center;
  margin-bottom: 5px;
  margin-right: 5px;
  //margin: auto;
  font-size:1.2em;
  color: #CECECE;
  border: 1px solid #33CC00;
  background-color: #FFFFFF;
  border-radius: 6px;
  //text-align: left;
  //float: left;
}
.days li:hover:not(.gg_nullo):hover 
{
  color: #000000;
  border: 1px solid #000000;
  background-color: #CECECE;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
    cursor:pointer;
}
.days2 li:hover:not(.gg_nullo):hover 
{
  color: #000000;
  border: 1px solid #000000;
  background-color: #CECECE;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
    cursor:pointer;
}

li.gg_festivo{
	background-color: #FF0000; 
	color:  #FFFFFF;
  border: 1px solid #FF0000;
  //border: 1px solid #f39a9a; //rosso chiaro pastello
}
li.gg_feriale{
	background-color: #FFFFFF; 
	color:  #000000;
  //border: 1px solid #f39a9a; //rosso chiaro pastello
}
li.gg_corrente{
	background-color: #33CC00; 
	color:  #FFFFFF;
  //border: 1px solid #f39a9a; //rosso chiaro pastello
}
li.gg_nullo{
	border: 0px;
  background-color: #F9F9F9;
}
li.gg_active{
	color: #000000;
  border: 1px solid #000000;
  background-color: #CECECE;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
li.trasp_20
  {
    opacity: 0.4;
    filter: alpha(opacity=40);
    border: 1px solid #CECECE;
  }
li.trasp_20_x
  {
    opacity: 1.0;
    filter: alpha(opacity=100);
  }
  .gestione
  {
   background-color: #CCFFCC;
  }
  .progetto
  {
   background-color: #FFFF99;
  }
  .lavorazione
  {
   background-color: #CCFFFF;
  }
  .altro
  {
   background-color: #FF99CC;
  }
  td.risp
  {
   background-color: #FFFFFF;
   border: 1px solid #000000;
   height: 40px;
   font-size: 1em;
   font-weight: bold;
  }
  p.risp_1 //error
  {
     color: #FF0000;  		
  }
  p.risp_0
  {
     color: #33CC00;  		
  }
  div#apri 
  {
   width: 100%;   
   margin: auto;
   text-align:center;
   height:30px; 
   color: #33CC00;
   cursor:pointer;
  }
  div#apri:hover 
  { 
   color: #D5D5D5;
   //overflow:hidden;
  }
  
  
  .tooltip 
  {
  position: relative;
  display: inline-block;
  }

  .tooltip .tooltiptext 
  {
    visibility: hidden;
    width: 160px;
    //font-size: 0.875em;
    font-size: 16px;
    background-color: #333333;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 6px;
    padding: 4px;
    position: absolute;
    z-index: 200;
    top: 105%;
    left: 50%;
    margin-left: -80px;
    cursor: context-menu;
  }
  .tooltip .tooltiptext2 
  {
    visibility: hidden;
    width: 160px;
    //font-size: 0.875em;
    font-size: 16px;
    background-color: #333333;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 6px;
    padding: 4px;
    position: absolute;
    z-index: 200;
    top: 105%;
    left: 50%;
    margin-left: -160px;
    cursor: context-menu;
  }
  .tooltip .tooltiptext3 
  {
    visibility: hidden;
    width: 160px;
    //font-size: 0.875em;
    font-size: 16px;
    background-color: #333333;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 6px;
    padding: 4px;
    position: absolute;
    z-index: 200;
    top: 105%;
    left: 50%;
    //margin-left: 160px;
    cursor: context-menu;
  }
  
  .tooltip .tooltiptext::after,.tooltip .tooltiptext2::after,.tooltip .tooltiptext3::after 
  {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    //margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
  }
  .tooltip .tooltiptext::after 
  {
      margin-left: -5px;
  }
  .tooltip .tooltiptext2::after 
  {
      margin-left: 65px;
  }
  .tooltip .tooltiptext3::after 
  {
      margin-left: -65px;
  }
  
  .tooltip:hover .tooltiptext,.tooltip:hover .tooltiptext2,.tooltip:hover .tooltiptext3  
  {
    visibility: visible;
    z-index: 2000;
    position: absolute;
  }
  
  .days li .star, .days2 li .star
  {
    font-size: 2em;
    //padding-left:2%;
    padding-top: 34px;
    //text-align: center;
    //padding-right: 20px;
    //padding-left: 0px;
    //display: inline;
		//font-weight: bold;
    position:absolute;
    //float:left;
    //margin:auto;
    //top:10px;
    margin-left:-2%;
    //left: -20px;
	}
  .bgs_1
  {
		color: #FFCC00;
	}
  .bgs_2
  {
		color: #FFCC00;
	}
  .bgs_3
  {
		color: #FF6600;
	}
  .bgs_4
  {
		color: #FF0000;
	}
  .bgs_5
  {
		color: #33CC00;
	}
  .bgs_6
  {
		color: #767676;
	}
  .tab_list .col_ico_list
  {
    color: #33CC00;
	}
  .col_ico_list:hover
  {
		color: #333333;
	}
  .list_status
  {
		font-size: 1.6em;
    //color: #33CC00;
	}
  .div_cli_app
  {
      width: 100%;
      height: auto;
  		position: relative;
      display: none;
  		padding: 0px;;
  		margin-top: 10px;
  		border: 1px solid black;
      //background-color: #FFFF99;    
  }
  
  @media screen and (max-width: 768px) 
  {      
      div#login 
      {          
       width: 90%;
       height:50%;
      }
      .top, .menu, .main, .right, .footer  
      {
        width:100%;
      }
      .top
      {
         height: 120px;
      }
      .top_cont2
      {
         height: 80px;
      }
      div.top1,div.top3
      {
         width: 50%;
         height: 40px;
         diplay:inline;
         line-height: 40px;
         font-size: 1.6em;
      }
      div.top1
      {
         border-right: 0;
         border-bottom: 1px solid #CECECE;
      }
      div.top3
      {
         //position:relative;
         //top:   -120px;
         margin-left: 50%;
         float: left;
         font-size: 1.6em;
         padding: 2px;
      }
      div.top2  
      {
         top: 40px;
         width:100%;
         position:fixed;
         //white-space: nowrap;
         height: 80px;
         line-height: 80px;
         margin:0px;
         background-color: #8c8c8c;
         //border: 1px solid #000000;
      }
      .opt_item 
      {
       //display: flex;
       //overflow: auto;
       -webkit-overflow-scrolling: touch; /* [3] */
       -ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */
       //PER SAFARI
        /*overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;*/
        /**/
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        
      }
      .opt_item::-webkit-scrollbar 
      {
        display: none; 
      }
  
      .menu
      {
         top: 120px;
         height: 40px;
         position: fixed;
         //border: 1px solid #000000;
      }
      .main
      {
         padding-top: 120px;
         margin-left: 0;
         //clear: both;
      }
      .main_pos_d
      {
         width:100%;
      }
      .main_pos
      {
         padding-top: 160px;
      }
      .right
      {
         margin-top: 0;
      }
      .footer
      {
         margin-left: 0;
      }
      div#menu_icon
      {
        display: none;
      }
      
      .navbar 
      {
        height: 40px;
        z-index: 1000; /* Stay on top */
        top: 120px;
        position: fixed;
        //overflow:hidden;
        display: inline;
        left: 0px;
                
      }
      .navbar a 
      {
        float: left;
        display: inline;
        width: 150px;
        font-size: 1.2em;
        padding:9px;
        border-bottom: 0px solid #CECECE;
      }
      span.active_sx 
      {
        float: left;
        width: 150px;
        display: inline;
        padding:9px;
        border-bottom: 0px solid #CECECE;
      }
      .navbar .closebtn
      {
        display:none;
      }
      .navbar .app_menu
      {
        display:none;
      }
      div#spacer_menu_sx
      {
        display:none;
      }
      .sx_close
      {
        display:none;
      }
      .menu_sx_top
      {
        display:none;
      }
      .fill_l
      {
         display:none;
      }
      
      table.admin_form td.label
      {
    	  width: 35%;
        text-align: right;
      }
      table.admin_form td.field
      {
    	  width: 60%;
        text-align: left;
      }
      table.admin_form td.close
      {
    	  width: 5%;
      }
      
      .tipo_app
      {
    	  display:none;
      }
      .calendar_cont 
      {
        margin: auto;
        width: 100%;
      }
      .calendar_cont2 
      {
        margin: auto;
        float: left;
        width: 100%;
        border-bottom: 1px solid #CECECE;
      }
      .view_day 
      {
        position:relative;
        float: left;
        width: 100%;
        background-color: #FFFFFF;
        border-bottom: 1px solid #33CC00;
      }
      .days 
      {       
        padding-left:5%;
      }
      .days2 
      {
        padding-left:2%;
      }
      .days li 
      {
        width: 12.6%;
        height: 50px;
      }
      .days2 li 
      {
        width: 12.6%;
        height: 50px;
      }
      .weekdays li 
      {
        width: 12.0%;
      }
      .weekdays2 li 
      {
        width: 12.0%;
      }
      .days li .star, .days2 li .star
      {
        font-size: 1em;
        padding-top: 24px;
        padding-left: 0px;
        //position:absolute;
        margin-left:-4.5%;
    	}
      
      .tooltip .tooltiptext 
      {
        margin-left: -160px;
      }
      .tooltip .tooltiptext::after 
      {
        margin-left: 65px;
      }
      p.din 
      {
       font-size: 0.875em;
      }
      /*div#menu_sx_admin 
      {
         width: 100%;
         //top: 200px;
         height: 40px;
      }*/
      
      
  
  }

  @media screen and (max-width: 1024px) 
  {


  }

  @media screen and (max-width: 1280px)
  {

  }

  @media screen and (max-width: 1600px) 
  {
  

  
  }
    

