.text-bold{
	font-weight: bold;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.ver-align{
	width: 100%;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform:
	translateY(-50%);
	transform: translateY(-50%);
}

.center {
	margin: auto;
	width: 50%;
	border: 3px solid green;
	padding: 10px;
}

.col-centered{
	float: none;
	margin: 0 auto;
}

ul.ks-cboxtags {
	list-style: none;
	margin: 0px;
}

ul.ks-cboxtags li{
	display: inline;
	padding: 5px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul.ks-cboxtags li label{
	width: 80px;
	display: inline-block;
	background-color: rgba(255, 255, 255, .9);
	border: 0px solid rgba(139, 139, 139, .3);
	color: #adadad;
	border-radius: 25px;
	white-space: nowrap;

	-webkit-box-shadow: 3px 10px 15px -7px rgba(0,0,0,0.35);
	-moz-box-shadow: 3px 10px 15px -7px rgba(0,0,0,0.35);
	box-shadow: 3px 10px 15px -7px rgba(0,0,0,0.35);


		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
		transition: all .2s;
}

ul.ks-cboxtags li label {
		padding: 8px 12px;
		cursor: pointer;
}

ul.ks-cboxtags li label::before {
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 12px;
		padding: 2px 6px 2px 2px;
		content: "\f067";
		transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
		content: "\f00c";
		transform: rotate(-360deg);
		transition: transform .3s ease-in-out;

}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
		border: 0px solid #3b67b8;
		background-color: #4579d9;
		-webkit-box-shadow: 3px 10px 34px -7px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 10px 34px -7px rgba(0,0,0,0.75);
		box-shadow: 3px 10px 34px -7px rgba(0,0,0,0.75);
		color: #fff;
		transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
	display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.tu-toggle {
	isolation: isolate;
	position: relative;
	height: 10px;
	width: 20px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow:
	  -4px -2px 4px 0px #ffffff,
	  4px 2px 6px 0px #d1d9e6,
	  2px 2px 2px 0px #d1d9e6 inset,
	  -2px -2px 2px 0px #ffffff inset;
  }

  .tu-toggle-state {
	display: none;
  }

  .tu-indicator {
	height: 100%;
	width: 200%;
	background: #94373b;
	border-radius: 15px;
	transform: translate3d(-75%, 0, 0);
	transition: transform 0.4s cubic-bezier(0.85, 0.05, 0.18, 1.35);
	box-shadow:
	  -8px -4px 8px 0px #ffffff,
	  8px 4px 12px 0px #d1d9e6;
  }

  .tu-label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
  }

  .tu-label-text {
	margin-left: 6px;
	margin-right: 6px;
	color:#999999;
	font-size:11px;
	font-weight: bold;
  }

  .tu-label-text-xl{
	font-size:11px;
	color:#000000;
  }

  .tu-toggle-xl{
	height: 15px;
	width: 30px;
  }

  .tu-toggle-state:checked ~ .tu-indicator {
	transform: translate3d(25%, 0, 0);
	background: #5a0218;
  }

  .tu-toggle-state:checked ~ .tu-label-text {
	color: #000000;
  }

   .lhcb {
      line-height:1.6
   }

   .maph{
	height:100vh
   }

   .month1 thead {
		font-size: 12px;
  }

  .w-70{
	  width: 70%;
  }

  /*Estilos desglose de solicitudes*/
  .card-gray-custom{
	background-color: #eaeaea;
	color: #55585a;
  }

  .card-orange-custom{
	background-color:rgba(172, 109, 20, 0.15);
	color:#ac6d14;
  }

  .card-red-custom{
	background-color: rgba(227, 6, 19, 0.1);
	color:#e30613;
  }

  .card-green-custom{
	background-color:rgba(2, 122, 53, 0.1);
	color: #027a35;
  }

  .card-purple-custom{
	background-color: rgba(142, 72, 149, 0.10) !important;
	color: #8e4895 !important;
  }

  .card-body-purple-custom{
    background-color: rgba(142, 72, 149, 0.05);
   	color: #8e4895 !important;
  }

  .card-purple-custom.card-header {
    background-color: rgba(142, 72, 149, 0.20);
    color: #8e4895;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  /* Quitar color azul y subrayado de los enlaces del accordion */
  .card-header a {
   color: inherit;           /* toma el color del card */
   text-decoration: none;    /* quita subrayado */
   cursor: pointer;          /* indica que es clicable */
  }

  /* Opcional: hover/focus */
 .card-header a:hover,
 .card-header a:focus {
   color: inherit;
   text-decoration: none;
 }

  /* Flecha pegada al texto, con transición */
  .rotate {
    margin-left: 0.25rem;
   transition: transform 0.3s ease;
  }

  /* Rotación */
  .rotate.open {
   transform: rotate(180deg);
  }