/*inputs*/
.custom-field {
  position: relative;
  font-size: 14px;
  padding-top: 20px;
  margin-bottom: 5px;
}

.custom-field input {
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2;
  border-radius: 3px;
  outline: none;
  padding:5px;
  width:130px;
}

.custom-field .placeholder {
  position: absolute;
  top: 25px;
  left: calc(50% + 10px);
  transform: translate(10px,0);
  color: #aaa;
  transition: 
    left 0.3s ease,
    color 0.3s ease,
    font-size 0.3s ease;
}

.custom-field input:valid + .placeholder,
.custom-field input:focus + .placeholder {
  left: 100px;
  font-size: 10px;
  color: #222;
}

/* TWO */
.custom-field.two input {
  border-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background:
    linear-gradient(90deg, #1482d7, #1482d7) center bottom/0 0.15em no-repeat,
    linear-gradient(90deg, #ccc, #ccc) left bottom/100% 0.15em no-repeat,
    linear-gradient(90deg, #fafafa, #fafafa) left bottom/100% no-repeat;
  transition: background-size 0.3s ease;
}

.custom-field.two input:valid,
.custom-field.two input:focus {
  background-size: 100% 0.15em, 100% 0.1em, 100%;
}
.i-info {
	font-size: 20px;
    align-self: center;
}
/*inputs*/

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
input::-ms-reveal,
input::-ms-clear {
	display: none;
}

ul.ui-autocomplete {
    list-style: none;
    font-size: 12px;
    background: #ffffff;
    z-index: 2000;
    overflow-y: scroll;
	overflow-x: hidden;
	border: none;
    border-radius: 0px 0px 10px 10px;
    max-height: 170px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.ui-menu-item {
    background: white;
	margin: 5px 1px;
}
.ui-widget-content .ui-state-active{
	border:0px;
	color: #177dff;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  	border-radius: 5px;
	border:0.5px solid #CACBCF;
	background-color: rgb(255 255 255);
}
::-webkit-scrollbar-thumb {
  background-color:  #6babfc;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #177dff;
  
}
.avatar {
	vertical-align: middle;
	border-radius: 50%;
	border: 2px solid #bdbdbd;
}

.logo-nav2, .sidebar_minimize_hover.sidebar_minimize .logo-nav2{
	width: 40%;
	height: 40%;
}
.sidebar_minimize .logo-nav2{
	width: 100%;
	height: 100%;
}
@media screen and (max-width:991px ){
	.logo-nav2{
	width: 40%!important;
	height: 40%!important;
	}
	.sidebar-content .fa-thermometer-half{
	margin-left: 0px!important;
	}
}
.sidebar_minimize_hover.sidebar_minimize .fa-thermometer-half, .fa-thermometer-half{
	margin-left: 0px;
}
.sidebar_minimize .fa-thermometer-half{
	margin-left: 5px;
}
.custom-select{
	height: auto;
}
.niche{
	cursor: pointer;
	align-content: center;
}
.custom-control{
	margin-top: 10px;
	display: flex;
  	align-items: center;
}
label.niche{
	font-size: 14px!important;
}
.checkbox {
  --background: #fff;
  --border: #BBC1E1;
  --border-hover: #BBC1E1;
  --border-active: green !important;
  --tick: #fff;
  position: relative;
}
.checkbox input[type="checkbox"]:focus{
  outline: 0 !important;
  -webkit-box-shadow:  0px 5px 20px rgba(0,0,0,0.2)!important;
  box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border)) !important; 
}
.checkbox input,
.checkbox svg {
  width: 21px;
  height: 21px;
  display: block;
}
.checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
  background: var(--background);
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
}
.checkbox input:hover {
  --s: 2px;
  --b: var(--border-hover);
}
.checkbox input:checked {
  --b: var(--border-active);
}
.checkbox svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--stroke, var(--border-active));
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  -webkit-transform: scale(var(--scale, 1)) translateZ(0);
          transform: scale(var(--scale, 1)) translateZ(0);
}
.checkbox.path input:checked {
  --s: 2px;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.checkbox.path input:checked + svg {
  --a: 16.1 86.12;
  --o: 102.22;
}
.checkbox.path svg {
  stroke-dasharray: var(--a, 86.12);
  stroke-dashoffset: var(--o, 86.12);
  -webkit-transition: stroke-dasharray .6s, stroke-dashoffset .6s;
  transition: stroke-dasharray .6s, stroke-dashoffset .6s;
}
#eraser{
	background-color: #0078D4;
	color:white;
}
@media (min-width: 767px) {
	#btn-activate {
		display: flex;
  		align-items: center;
  		justify-content: center;
	}
	#btn-activate .btn{
		margin-left: 5px;
		margin-right: 1px;
	}
	#btn-submodulos{
		margin-top: 2rem;
	}
}
@media (max-width: 768px) {
	#btn-activate i,#eraser i{
		transform: rotate(90deg);
	}
	#btn-submodulos{
		display: flex;
  		align-items: center;
  		justify-content: center;
	}
	#eraser{
		margin-left: 1rem;
	}
}
.select-menus{
	font-size: 16px;
	font-weight: 300;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Roboto;
}
#izquierda option[value], #derecha option[value]{
	margin-left: 10px;
}
#t-usuarios,#t-usuarios_up, #t-roles, #customSwitch1, #FU1C07{
	display: flex;
  	align-items: center;	
}
#customSwitch1:checked ~ label span#activo, #F02C07:checked ~ label span#activo2, #FU1C07:checked ~ label span#activo3, #inactivo, #inactivo2, #inactivo3, #inactivo4{
	display: block;
}
#customSwitch1:checked ~ label span#inactivo, #F02C07:checked ~ label span#inactivo2, #FU1C07:checked ~ label span#inactivo3, #FU1C07:checked ~ label span#inactivo4, #activo, #activo2, #activo3, #activo4{
	display: none;
}
.tooltip > .tooltip-inner {
	background-color: black; 
	color: white; 
	padding: 10px;
	font-size: 15px;
}
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: black; /* Red */
}
.bs-tooltip-top .arrow::before {
  border-top-color: black; /* Red */
}
.bs-tooltip-left .arrow::before {
  border-left-color: black; /* Red */
}
.bs-tooltip-right .arrow::before {
  border-right-color: black; /* Red */
}
.caps{
	position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
}
.passeye{
	position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
}