@import "view/cliente-home.css";

select:disabled {
    background-color: #dedede !important;
}
.tarjeta-detalle-slider {
	border-top: 1px solid #000;
}
.error {
	color: #fd397a;
}
#loader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}
#loader > img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}
/**
**
** workflow
**
**/
.operacion-select {
	display: inline-block;
}
.add-more , .add-less {
	font-size: 30px;
	vertical-align:middle;
}
.error-label {
	color: #721c24;
}
.elementos-operacion > div {
	vertical-align: top;
}

.kt-header__topbar {
	align-items:center;
	justify-content: space-between;
	width:100%;
}