﻿/* ******************************************************* */
/* LOADER */
/* ******************************************************* */

.preloaderApp {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/sfondoSemiTrasparente.png");
  text-align: center;
}

.preloaderApp .preloader-container 
{
    display: inline-block;
    vertical-align: middle; 
}

.preloaderApp .preloader-container .clipLoader {
      border-radius: 50%;
      padding: 5px;
      background-color: #FFFFFF; 
}

.vhelper {
  display: inline-block;
  vertical-align: middle;
  height: 100%; 
}


/* ******************************************************* */
/* REPOSITIRY											   */
/* ******************************************************* */


.FullOverlay
{
	height:100%;
	width:100%;
	position:fixed!important;
	left:0;
	top:0;
	overflow:auto;
	/*z-index:2000 !important;*/
	z-index:1049 !important;
	background:url("../vendor/fancybox/fancybox_overlay.png")
}


.FullOverlayContent
{
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin:20px 20px 20px 20px;
	background-color:white!important;
	padding-top:2px;
	padding-bottom:2px;
}


/* ******************************************************* */
/* PATCH											   */
/* ******************************************************* */

.datepicker {
	z-index:2000!important;
}


/* ******************************************************* */
/* INVALID											   */
/* ******************************************************* */

img.is-invalid {
    border-color: #dc3545!important;
}


textarea.is-invalid {
    border-color: #dc3545!important;
}



/* ******************************************************* */
/* INVALID											   */
/* ******************************************************* */

/*
<hr class="hr-text" data-content="SCHEDA PRODOTTO" /><br>&nbsp;<br>
*/

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
  cursor:pointer;
}
.hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #818078, transparent); 
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	/*color: #818078;*/
	color: #007bff;
	background-color: #fcfcfa;
	font-weight: bold;
}


/* ******************************************************* */
/* multiselct											   */
/* ******************************************************* */

.multiselect-container {
}

.multiselect-native-select .multiselect-container {
    max-height: 300px;
    overflow-y: scroll;
    z-index: 99999
}