.form-richiesteprodotto .adform-content.z-window-content {
	overflow: scroll;
    padding: 0px;
}

.form-richiesteprodotto img.header-logo {
	width: 80px;
	margin-right: 10px;
	
}



.form-richiesteprodotto .page-hidden {
	display:none;
}

.form-richiesteprodotto {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.form-richiesteprodotto .form-check-input {
	margin-top: .3rem;
    margin-left: -1.25rem;
}

/* *****************************************
                  NAVBAR navbar-custom
********************************************/
/*    change the link color and padding  */
.form-richiesteprodotto .navbar-custom .navbar-nav .nav-link {   
    /* padding: .75rem ; 1rem*/
}
/* change the color and bg color of active or hovered links */
.form-richiesteprodotto .navbar-custom .nav-item.active .nav-link {
    color: #ffffff;
    background-color: #28a745;
}
.form-richiesteprodotto .navbar-custom .nav-item:hover .nav-link {
    color: #ffffff !important;
    background-color: #009245;
}


/* *****************************************
           NAVBAR fin-navbar-header
********************************************/
/*    change the link color and padding  */
.form-richiesteprodotto .fin-navbar-header{   
    background-color: black;
}

.form-richiesteprodotto .fin-navbar-header .nav-item .nav-link{   
    color:white; 
}

/* change the color and bg color of active or hovered links */
.form-richiesteprodotto .fin-navbar-header .nav-item .nav-link.active {
    color: #009245;
    font-weight: bold;
}
.form-richiesteprodotto .fin-navbar-header .nav-item:hover .nav-link {
    color: #009245;   
}





.fin-productname-ph:hover{

 /*background-color: #009245;*/

 color: #009245;

 }

 .fin-req-productname-ph:hover{

 /*background-color: #009245;*/

 color: #009245;

 }

 .cursor-pointer{

 cursor: pointer;

 }
 
 ul {

  list-style: none;
}						
/* ADDITIONAL STYLING */

/* The container */
.container {
  display: block;
  
  position: relative;
  /*padding-left: 10px;*/
  margin-bottom: 12px;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container ul {
padding-left: 0px !important;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}


/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: green;
}

/* Etichetta  */
.container label {
padding-left:30px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}


/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bd-toc-link {	
	padding-left: 30px !important;
	padding-right: 5px !important;
}

//PER MANTENERE LA SPAZIATURA AL LOGIN
.login-box-body {
  border-collapse: separate !important;
}

table {
  border-collapse: separate !important;
}

pre {
	font-family: monospace !important;
}

.fin-dropdown-wh{
	max-height:300px; 
	overflow-y:auto;}
	
.fin-dropdown-req{
	max-height:200px; 
	overflow-y:auto;}
	
.dropdown-item:active{
	color: #fff;
    background-color: #28a745;
}

	
.elementToFadeInAndOut {
			-webkit-animation: fadeinout 4s linear forwards;
			animation: fadeinout 4s linear forwards;
		}

		@-webkit-keyframes fadeinout {
		  0%,100% { opacity: 0; }
		  50% { opacity: 1; }
		}

		@keyframes fadeinout {
		  0%,100% { opacity: 0; }
		  50% { opacity: 1; }
		}
		
.chrome.dropdown-toggle::after {
    text-align: right;
    float: right;
    margin-top: 8px;
}
		
/*.menu-href img {
    width: 20px !important;
    height: 20px !important;
}

button, input, optgroup, select, textarea {
	font-family: revert !important;
	line-height: revert !important;
}*/

.btn-success.disabled, .btn-success:disabled { 
    pointer-events: none !important;
}

	 .banner {
      width: 200px;
      height: 20px;
      position: relative;
      background: #28a745;
    }
    .banner-disabled {
      background: #74c687 !important;
    }
    .banner:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 10px solid white;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
    }
    .banner:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-right: 10px solid white;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
    }
    
.dropdown-menu-head-right {
    right:0;
    left:auto;
}

.menu-href img {
    width: 20px !important;
    height: 20px !important;
}

textarea[style = "width:99%; height: 99%; margin: auto; display: inline-block;"]{
	font-family: revert !important;
	line-height: revert !important;
}

.odd{
  background-color:#f8f9fa;
}
.even{
  background-color:white;
}


/******************************************
           NAVBAR fin-navbar-request
********************************************/

.form-richiesteprodotto .fin-navbar-request .nav-item {   
	padding-top:5px;
	padding-bottom:5px;
}

.form-richiesteprodotto .fin-navbar-request .nav-item .nav-link-style {   
    font-weight: 500;
    color: rgba(0,0,0,.65);
	display: block;
}


.form-richiesteprodotto .fin-navbar-request .nav-item.active {
    border-top: 1px solid;
    border-left:1px solid;
    border-bottom: 1px solid;
    border-color:#d0d0d0;
    background-color: #f8f9fa; 
    padding-top:5px;
	padding-bottom:5px;
}

.form-richiesteprodotto .fin-navbar-request .nav-item .nav-link-style.active {
 	color: #28a745;
 }

 
 
.form-richiesteprodotto .fin-navbar-request .nav-item:hover .nav-link-style {
    color: #28a745;
    text-decoration: none;		
}

.form-richiesteprodotto .fin-navbar-request .nav-item:hover {
    background-color: #f8f9fa;  
    border-top: 1px solid;
    border-left:1px solid;
    border-bottom: 1px solid;
    border-color:#d0d0d0;
	padding-top:5px;
	padding-bottom:5px;
}

.two-columns {
  -webkit-columns: 2 300px;
     -moz-columns: 2 300px;
          columns: 2 300px;        
}

.disabledform {
    pointer-events: none;
    opacity: 0.4;
}

.favorite-wh-full{
	color: #ffff00 !important;
}

.favorite-wh-empty{
	color:#d1d5dd !important;
}

@media (min-width: 1200px) {
 .collapse.open-sm { 	
    display: block;
    height: auto !important;
    visibility: visible;
  }
  /* CASALINI: stile per chiudere e aprire il dettaglio */
}
@media (min-width: 1200px) {
 .collapseLavagna.open-sm { 	
    display: none;
    height: auto !important;
    visibility: visible;
  }
}

@media (min-width: 1200px) {
 .collapseMov.open-sm { 	
    display: none;
    height: auto !important;
    visibility: visible;
  }
}

 .divTable
    {
        display:  table;
        width:auto;
        background-color:#fff;
        border:none;
        border-spacing:5px;/*cellspacing:poor IE support for  this*/
       /* border-collapse:separate;*/
    }

    .divRow
    {
       display:table-row;
       width:auto;
    }
    
    .divCellMovMulti
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:150px;
        background-color:#fff;
    }
    
    .divCellFileF
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:150px;
        background-color:#f5f5f5;
    }

    .divCell
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:200px;
        background-color:#fff;
    }
    
    .divCell2
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:200px;
        background-color:#fff;
    }
    
    .divCell3
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:300px;
        background-color:#fff;
    }
    
     .divCell3b
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:200px;
        background-color:#fff;
    }
    
    .divCell4
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:500px;
        background-color:#fff;
    }
    
    .divCell5
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:450px;
        background-color:#fff;
    }
    
    .divCellMov {
	  float: left;
	  display: table-column;
	  width: 370px;
	  background-color: #fff;
	  margin-right: 30px;
	}
	
	.popover {z-index: 999999 !important}
	
	