/*
 * --------------- Last change ------------------------
 * $HeadURL: http://svn.labinfo.land.it:18080/svn/loffice/2/modules/core/branches/2.9/src/ci/css/lofficeNewStyle.css $
 * $Id: lofficeNewStyle.css 8749 2025-03-13 11:01:10Z aaverardi $
 * $Date: 2025-03-13 12:01:10 +0100 (gio, 13 mar 2025) $
 * $Author: aaverardi $
 * $Revision: 8749 $
 * ----------------------------------------------------
 */

.child {margin: 0 auto;}

.logo { padding:40px 0 0 10px; float:left; width:auto; }
		
.header { height:113px; color:#f0f0f0; }
		
.header_resize { margin:0 auto; padding:0; width:970px !important; }
		
.menu_nav { float:right; }
		
.menu_nav ul li { margin:0; padding:0 16px 0 0; float:left; background:no-repeat right center; }
		 
@media only screen and (max-width: 799px) {
	#navbar-mobile { display: block; }
	#navbar-full { display: none; }
	.navbar-header { padding-left: 5px; }
	.navbar-default { height: auto; }
    .margin-first {margin-top:10px;text-align:right;padding-right:35px !important}
    .margin-nofirst {text-align:right;padding-right:35px !important}
}

@media only screen and (min-width: 800px) {
	#navbar-mobile { display: none; }
	#navbar-full { display: block; }
	.navbar-header { padding-left: 52px; }
	.navbar-default { height: 80px; }	
}

#links a { display: block; } 


fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  margin-top: 30px !important;
}

legend.scheduler-border {
  text-align: center !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  margin-top: -15px;
  background-color: white;
  color: black;
}


.color-item-menu {
	stroke : #15477a;
    background-color: #154778;
    border-color: #154778;
    color: #fff;
}

.rowmargin{
   background-color: #ddd;
   color: black;
}

.category-title{
	background: #15477a !important;
	color: white;
}

.category-content{
	 background-color: #ddd  !important;
	 color: #15477a !important;
}

.sidebar-secondary{
	 background-color: #ddd  !important;
}

.content-wrapper{
	 background-color: white  !important;
}

.navigation>li.active>a .badge, .navigation>li.active>a .label {
    background-color: #154778;
    border-color: #154778;
}

.homebgsection {
  background-color: #ddd;
  border-color: #ddd;
  color: #2a3c39;
}



h4,a {
   
}


.textsite {
  
}

.textfooter {
  
}

.flipbook-tocItem .title {
    display: inline-block;
    padding-top: 0;
    border-bottom: 0;
    text-align: left;
} 

.centerpdfpreview {
  display: flex;
  justify-content: center;
  width: 95%;
  height: 95%;
}

.loginLogo {
  width: 160px;
}

.infoLogo {
  height: 160px;
}

.headerLogo {
	height:80px !important;
	margin-bottom: 5px;
}

.navbar-brand-lo{
  float: left;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}

    .tooltip-container {
      position: relative;
      display: inline-block;
      cursor: pointer;
    }

    .tooltip-container .tooltip-text {
      visibility: hidden;
      width: 220px;
      background-color: #333;
      color: #fff;
      text-align: left;
      border-radius: 6px;
      padding: 10px;
      position: absolute;
      z-index: 1;
      bottom: 125%; /* Sopra l'elemento */
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      transition: opacity 0.3s;
      font-size: 0.9rem;
      line-height: 1.4;
    }

    .tooltip-container .tooltip-text::after {
      content: "";
      position: absolute;
      top: 100%; /* Punta in basso */
      left: 50%;
      transform: translateX(-50%);
      border-width: 6px;
      border-style: solid;
      border-color: #333 transparent transparent transparent;
    }

    .tooltip-container:hover .tooltip-text,
    .tooltip-container:focus-within .tooltip-text {
      visibility: visible;
      opacity: 1;
    }

img.tooltip-img {
  max-width: 150px;
  border-radius: 6px;
}
 
 