.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
	background: #fff;
	border: 3px solid red;
	border-radius: 6px;
	box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
}

#TablaDOTdetalles td{
	vertical-align:middle;
}
.graphLabel{
	font-family: "Open Sans", sans-serif;

}

.modal
{
  overflow: scroll !important;
}


.modal-sm2 {
	max-width: 490px;
  }
  
  @media (min-width: 510px) {
	.modal-sm2 {
	  margin-right: auto;
	  margin-left: auto;
	}
  }


.gaalunidades {
	width: 60px;
	height: 40px;
	border-style: dashed;
	border-width: 1px;
	border-color: grey;

} 

.gaalconductor {
	width: 210px;
	height: 30px;
	border-style: dashed;
	border-width: 1px;
	border-color: #67a1db;

} 

#areaconductores li{
	font-size: x-small;
}

.table-email .detpersonal li{
	font-size: x-small;
}

.detpersonal li{
	font-size: x-small;
}

.detpersonal{
	font-size: x-small;
}

  .gaaltanque1 {
	border: 1px;  
	border-style: dashed;
	width: 250px;
	height: 250px;
	border-radius: 7%;
	border-color: black;
	color: black;
	padding: 5px;
	background-size: 200% 200%;
	background-image: 
	linear-gradient(to top, #708090 50%, transparent 50%);
	background-position: 0 var(--tanque1-nivel);
	transition: background-position 3000ms, color 3000ms ease, border-color 3000ms ease;
  }

  .gaaltanque2 {
	border: 1px;  
	border-style: dashed;
	width: 250px;
	height: 250px;
	border-radius: 7%;
	border-color: black;
	color: black;
	padding: 5px;
	background-size: 200% 200%;
	background-image: 
	linear-gradient(to top, #708090 50%, transparent 50%);
	background-position: 0 var(--tanque2-nivel);
	transition: background-position 3000ms, color 3000ms ease, border-color 3000ms ease;
  }

.gaaltanque3 {
	border: 1px;
	border-style: dashed;
	width: 250px;
	height: 250px;
	border-radius: 7%;
	border-color: black;
	color: black;
	padding: 5px;
	background-size: 200% 200%;
	background-image:
			linear-gradient(to top, #708090 50%, transparent 50%);
	background-position: 0 var(--tanque3-nivel);
	transition: background-position 3000ms, color 3000ms ease, border-color 3000ms ease;
}

.modal-dialog{
	overflow-y: auto !important
}

.modal{
	overflow-y: initial !important
}

.chosen-multiple-list {
	list-style: none;
}
.chosen-multiple-list li::before {
	content: "";
	font-size: 35%;
	background-color: rgb(125,94,51);
	background-size: contain;
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
	top: 0.1rem;
	margin-right: 0.1rem;
}

.chosen-multiple-list li {
	font-size: 90%;
	color: rgb(125,94,51);

}