.item-menu.hover-open {
  position: relative;
  border-left: 5px solid #a2c5ff;
}
.item-menu.hover-open:before {
  content: " ";
  position: absolute;
  z-index: -1;
  left: 6px;
  border: 5px solid #ffea00;
}
.sidebar-icon-only .sidebar .nav .nav-item .sub-menu li{
	list-style: none!important;
}
.menu-title, .hover-open .collapse.show{
	left:65px!important;
}
.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse, .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
	left:65px!important;
}
.sidebar .nav:not(.sub-menu){
	margin-top:0!important;
}
@media (max-width: 767px){
	.navbar .navbar-brand-wrapper {
		width: 70px!important;
	}
}
@media (min-width: 768px){
	.navbar .navbar-brand-wrapper {
		width: 260px!important;
	}
}
@media (min-width:768px){
	.sidebar-icon-only .navbar .navbar-menu-wrapper {
    width: calc(100% - 260px);
}
}
@media (max-width:767px){
	.sidebar-icon-only .navbar .navbar-menu-wrapper {
    width: calc(100% - 70px);
}
}
.sidebar .nav.sub-menu .nav-item::before {
    width: 0px;
    height: 0px;
}
.sidebar-icon-only .sidebar .nav.sub-menu {
    padding: 0;
}
.sidebar-icon-only .sidebar .sub-menu .nav-item.hover-open{
	background-color:#7da0fa;
}

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;
}