:root {
	--vacaciones-color-violeta: #b200f1;
	--vacaciones-color-rosa: #CE00A0;
	--vacaciones-color-amarillo: #E9B02B;

	--gris-siete: #7A7A7A;
}

html body {
	background-color: #ffffff !important;
}

html body .content .content-wrapper {
	padding: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}

body.no-login .container-fluid,
body.no-login .content-body.bg-white {
	margin-left: 0px !important;
	padding-left: 0px !important;
}


body.no-login footer {
	margin-left: 0px !important;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.invalid.error {
	color: #e85347 !important;
	font-size: 11px;
	font-style: italic;
}

.ico-middle {
	vertical-align: middle !important;
}

/***CURSOR***/
.cursor-pointer {
	cursor: pointer !important;
}

.cursor-default {
	cursor: default !important;
}

/***END CURSOR***/

/***MODAL***/
.modal.modal-fixed-header {
	padding: 0;
	height: 70%;
}

.modal.modal-fixed-header .modal-header {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
}

.modal.modal-fixed-header .modal-header {
	border-radius: 0 0 2px 2px;
	padding: 4px 6px;
	height: 56px;
	width: 100%;
}

.modal.modal-fixed-header .modal-content {
	position: absolute;
	top: 56px;
	height: calc(100% - 56px);
	max-height: 100%;
	width: 100%;
	overflow-y: auto;
}

/***END MODAL***/

/***TOATS***/
.swal2-toast.success {
	color: #fff;
	/* background-color: #28a745;
    border-color: #28a745; */
	background: linear-gradient(149deg, rgba(22, 160, 147, 0.9) 0%, rgba(54, 115, 181, 0.7903536414565826) 100%);

}

.swal2-toast.error {
	color: #fff;
	background-color: #b71c1c;
	border-color: #b71c1c;
}

.swal2-toast.info {
	color: #fff;
	/* background-color: #26a4c3;
    border-color: #26a4c3; */
	background-color: #16A093;
	border-color: #16A093;

}

.swal2-toast.success .swal2-title,
.swal2-toast.error .swal2-title,
.swal2-toast.info .swal2-title {
	color: #fff;
	font-weight: normal;
}

.swal2-toast .swal2-icon {
	border-color: white;
	color: white;
}

.swal2-success-circular-line-right {
	color: #ffffff !important;
}

.swal2-success-circular-line-left {
	color: #ffffff !important;
}

.swal2-success-line-tip,
.swal2-success-line-long {
	background-color: #ffffff !important;
}

@media only screen and (min-width: 993px) {
	#toast-container {
		right: 1%;
	}
}

/***END TOATS***/

/**BUTTONS**/
.btn-small {
	padding: 0 0.3em;
	height: 25px;
	line-height: 25px;
}



.btn-floating.btn-small {
	padding: 0;
}

.btn:not(.note-btn),
.btn-large,
.btn-small {
	cursor: pointer;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	text-align: center;
	text-decoration: none;
	letter-spacing: .5px;
	font-weight: 400;
	color: #fff;
}

.btn-modal-note {
	border-color: #2E6095;
	background-color: transparent;
	color: #2E6095 !important;
	font-weight: 400;
}

.btn-modal-note:hover {
	background-color: #2E6095;
	color: #ffffff !important;
}


/*.btn:hover,
.btn-large:hover,
.btn-small:hover {
    background-color: #e8993c;
}*/



.btn-link,
.btn-link:hover,
.btn-link:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	/*color: red;*/
}



.btn-danger {
	color: #fff;
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
}



.btn-danger:hover {
	color: #fff !important;
	background-color: #c82333 !important;
	border-color: #bd2130 !important;
}

.btn-danger:focus,
.btn-danger.focus {
	box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}



.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
}



.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
	background-color: #c82333 !important;
	background-image: none;
	border-color: #bd2130 !important;
}



.btn-success {
	color: #fff !important;
	background-color: #2C5288 !important;
	border-color: #2C5288 !important;
}



.btn-success:hover {
	color: #fff !important;
	background-color: #2C5288 !important;
	border-color: #2C5288 !important;
}



.btn-success:focus,
.btn-success.focus {
	box-shadow: 0 0 0 3px rgba(12, 23, 116, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
	background-color: #2C5288 !important;
	border-color:#2C5288 !important;
}

.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
	background-color: #2C5288 !important;
	background-image: none;
	border-color: #2C5288 !important;
}

.btn-medium-small {
	width: 25px !important;
	height: 25px !important;
	line-height: 26px;
}

.btn-medium-small i.material-icons,
.btn-medium-small i.far,
.btn-medium-small i.fas {
	font-size: 0.9rem !important;
	line-height: 25px !important;
}

/*.nk-tb-item:hover .nk-tb-col-tools .nk-tb-action-hidden {
  background-color: #dadada;
}

.nk-tb-item:hover .nk-tb-col-tools .nk-tb-action-hidden .btn-trigger {
  background-color: transparent;
  color: #526484;
}*/
/**BUTTONS**/

/***DROPZONE***/
.dropzone .dz-preview .dz-remove {
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	background-color: #a91818;
	color: white;
	border-radius: 5px;
	height: 20px;
	cursor: pointer;
}

.dropzone .dz-preview .dz-remove em.ni-cross-circle-fill {
	cursor: pointer;
}

/***END DROPZONE***/

.note-editor .tooltip {
	font-size: 10px;
}

.note-editable {
	/*min-height: 150px;*/
}

.asRange {
	width: 100% !important;
}

/***HIGHCHARTS GRANTT***/
.highcharts-color-0>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #ca5040 !important;
}

.highcharts-color-0>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #eab9b3 !important;
}

.highcharts-color-1>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #293d72 !important;
}

.highcharts-color-1>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #a9b1c7
}

.highcharts-color-2>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #6b8fb1 !important;
}

.highcharts-color-2>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #c4d2e0 !important;
}

.highcharts-color-3>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #a9b1c7 !important;
}

.highcharts-color-3>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #dde0e9 !important;
}

.highcharts-color-4>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #c4d2e0 !important;
}

.highcharts-color-4>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #e7edf3 !important;
}

.highcharts-color-5>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #c9bed5 !important;
}

.highcharts-color-5>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #c9bed5 !important;
}

.highcharts-color-6>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #795d97 !important;
}

.highcharts-color-6>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #c9bed5 !important;
}

.highcharts-color-7>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #8c3041 !important;
}

.highcharts-color-7>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #d1acb3 !important;
}

.highcharts-color-8>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #c89ba4 !important;
}

.highcharts-color-8>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #e9d7db !important;
}

.highcharts-color-9>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #e0a3c2 !important;
}

.highcharts-color-9>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #f3dae7 !important;
}

.highcharts-color-10>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #cc6699 !important;
}

.highcharts-color-10>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #ebc2d6 !important;
}

.highcharts-color-11>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #d8d0ca !important;
}

.highcharts-color-11>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #efecea !important;
}

.highcharts-color-12>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #a09c91 !important;
}

.highcharts-color-12>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #d9d7d3 !important;
}

.highcharts-color-13>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #8c98af !important;
}

.highcharts-color-13>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #d1d6df !important;
}

.highcharts-color-14>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #55668f !important;
}

.highcharts-color-14>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #bbc2d2 !important;
}

.highcharts-color-15>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #917749 !important;
}

.highcharts-color-15>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #d3c9b6 !important;
}

.highcharts-color-16>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #cacb6f !important;
}

.highcharts-color-16>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #eaeac5 !important;
}

.highcharts-color-17>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #9bb093 !important;
}

.highcharts-color-17>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #d7dfd4 !important;
}

.highcharts-color-18>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #4e7670 !important;
}

.highcharts-color-18>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #b8c8c6 !important;
}

.highcharts-color-19>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #d6873a !important;
}

.highcharts-color-19>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #efcfb0 !important;
}

.highcharts-color-20>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #a03b5a !important;
}

.highcharts-color-20>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #d9b1bd !important;
}

.highcharts-color-21>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #646b59 !important;
}

.highcharts-color-21>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #c1c4bd !important;
}

.highcharts-color-22>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #86a252 !important;
}

.highcharts-color-22>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #cfdaba !important;
}

.highcharts-color-23>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #527244 !important;
}

.highcharts-color-23>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #bac7b4 !important;
}

.highcharts-color-24>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #bfbc94 !important;
}

.highcharts-color-24>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #e5e4d4 !important;
}

.highcharts-color-25>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #a7964c !important;
}

.highcharts-color-25>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #dcd5b7 !important;
}

.highcharts-color-26>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #ddc145 !important;
}

.highcharts-color-26>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #f1e6b5 !important;
}

.highcharts-color-27>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #663300 !important;
}

.highcharts-color-27>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #f3e2d7 !important;
}

.highcharts-color-28>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #e0b79b !important;
}

.highcharts-color-28>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #ebcfbc !important;
}

.highcharts-color-29>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #c2a693 !important;
}

.highcharts-color-29>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #e7dbd4 !important;
}


.highcharts-color-30>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #996b4b !important;
}

.highcharts-color-30>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #d6c4b7 !important;
}

.highcharts-color-31>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #6b9b3b !important;
}

.highcharts-color-31>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #c4d7b1 !important;
}

.highcharts-color-32>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #ff6600 !important;
}

.highcharts-color-32>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #ffc299 !important;
}

.highcharts-color-33>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #6633cc !important;
}

.highcharts-color-33>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #c2adeb !important;
}

.highcharts-color-34>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #ffcc00 !important;
}

.highcharts-color-34>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #ffeb99 !important;
}

.highcharts-color-35>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #ff0000 !important;
}

.highcharts-color-35>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #ff9999 !important;
}

.highcharts-color-36>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #f73e96 !important;
}

.highcharts-color-36>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #fcb2d5 !important;
}

.highcharts-color-37>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #43a6ff !important;
}

.highcharts-color-37>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #b4dbff !important;
}

.highcharts-color-38>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #d18577 !important;
}

.highcharts-color-38>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #edcec9 !important;
}

.highcharts-color-39>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #bf6587 !important;
}

.highcharts-color-39>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #e5c1cf !important;
}


.highcharts-color-40>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #a78411 !important;
}

.highcharts-color-40>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #dccea0 !important;
}

.highcharts-color-41>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #655596 !important;
}

.highcharts-color-41>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #c1bbd5 !important;
}

.highcharts-color-42>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #6d0f74 !important;
}

.highcharts-color-42>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #c59fc7 !important;
}

.highcharts-color-43>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #a3bd31 !important;
}

.highcharts-color-43>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #dae5ad !important;
}

.highcharts-color-44>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #9b5395 !important;
}

.highcharts-color-44>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #d7bad5 !important;
}

.highcharts-color-45>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #a13a4b !important;
}

.highcharts-color-45>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #d9b0b7 !important;
}

.highcharts-color-46>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #57a161 !important;
}

.highcharts-color-46>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #bcd9c0 !important;
}

.highcharts-color-47>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #bdc1de !important;
}

.highcharts-color-47>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #e5e6f2 !important;
}

.highcharts-color-48>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #c39e96 !important;
}

.highcharts-color-48>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #e7d8d5 !important;
}

.highcharts-color-49>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #d69049 !important;
}

.highcharts-color-49>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #efd3b6 !important;
}

.highcharts-color-50>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #697784 !important;
}

.highcharts-color-50>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #c3c9ce !important;
}

.highcharts-color-51>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #b51a65 !important;
}

.highcharts-color-51>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #e3adbc !important;
}

.highcharts-color-52>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #d98918 !important;
}

.highcharts-color-52>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #f5cea1 !important;
}

.highcharts-color-53>.highcharts-partfill-overlay {
	/*porcentaje de avance*/
	fill: #6f437f !important;
}

.highcharts-color-53>.highcharts-partfill-original {
	/*BARRA COMPLETA*/
	fill: #c2aec9 !important;
}

/***END HIGHCHARTS GRANTT***/

.fc-content {
	/*cursor: pointer;*/
}

.note-editable>ul {
	display: block !important;
	list-style-type: disc !important;
	margin-block-start: 1em !important;
	margin-block-end: 1em !important;
	margin-inline-start: 0px !important;
	margin-inline-end: 0px !important;
	padding-inline-start: 40px !important;
}

.note-editable>ol {
	display: block !important;
	list-style-type: decimal !important;
	margin-block-start: 1em !important;
	margin-block-end: 1em !important;
	margin-inline-start: 0px !important;
	margin-inline-end: 0px !important;
	padding-inline-start: 40px !important;
}

/*estilos para comunicacion interna*/
.carousel-indicators li {
	background-color: #dc6442 !important;
}

.modal-comunicado {
	min-height: 650px !important;
	height: 90% !important;
}

.card-body::-webkit-scrollbar {
	display: none;
}


/*.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
  background-image: none;
}*/

.carousel-control-prev {
	margin-left: -100px;
	color: #dc6442 !important;
}

.carousel-control-next {
	margin-right: -100px;
	color: #dc6442 !important;
}

/*.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 0;  
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 0; 
}*/

.min-vh-25 {
	min-height: 25vh !important;
}

.min-vh-50 {
	min-height: 50vh !important;
}

.min-vh-75 {
	min-height: 75vh !important;
}

#DigiCertClickID_Lo7Cmj5Q img {
	width: 4em !important;
}

#show-date {
	text-transform: capitalize;
}

.outlook-color {
	background: #0072C6 !important;
}

.google-color {
	background: #db4a39 !important;
	border-color: #db4a39 !important;
}

.meeting-color {
	background: #702f8a !important;
	border-color: #702f8a !important;
}

.swal2-content img {
	width: 100%;
	height: 100%;
}

.bg-white-custom {
	border-color: #b4bdd3 !important;
	border-width: 1px;
	border-style: solid;
	background: #b4bdd3;
}

.white-custom {
	border-color: #b4bdd3 !important;
	border-width: 1px;
	border-style: solid;
	background: #b4bdd3;
}



/***KANBAN***/
.jqx-kanban-item {
	padding-top: 0px !important;
	margin: 2px 2px 8px 2px !important;
}

.jqx-kanban-item-text {
	padding-top: 6px !important;
}

.jqx-kanban-item-avatar {
	top: unset !important;
	/*bottom: 5px !important;*/
	background: transparent !important;
	margin-top: 8px;
}

.jqx-kanban-item-avatar img {
	border-radius: 50%;
}

.jqx-kanban-template-icon {
	position: absolute !important;
	right: 3px !important;
	top: 12px !important;
}

.jqx-kanban-item .jqx-kanban-item-keyword {
	font-size: 10px !important;
	font-weight: normal;
	padding: 4px 6px;
	border-radius: 12px;
}

.jqx-kanban-column-header,
.jqx-kanban-column-header-collapsed {
	color: black;
	font-weight: bold;
}

/*POR HACER*/
.jqx-kanban-column-header.bg-status-1,
.jqx-kanban-column-header-collapsed.bg-status-1 {
	background: #f4b647 !important;
}

/*EN CURSO*/
.jqx-kanban-column-header.bg-status-2,
.jqx-kanban-column-header-collapsed.bg-status-2 {
	background: #3fa9f5 !important;
}

/*DETENIDA*/
.jqx-kanban-column-header.bg-status-3,
.jqx-kanban-column-header-collapsed.bg-status-3 {
	background: #93b0c1 !important
}

/*CANCELADA*/
.jqx-kanban-column-header.bg-status-5,
.jqx-kanban-column-header-collapsed.bg-status-5 {
	background: #9a7db2 !important;
}

/*FINALIZADA*/
.jqx-kanban-column-header.bg-status-4,
.jqx-kanban-column-header-collapsed.bg-status-4 {
	background: #8cc63f !important;
}

.jqx-widget-header-metro {
	font-size: 12px !important;
	font-family: 'Arson Pro' !important;
	color: #fff !important;
	border-color: #e5e5e5 !important;
	background-color: #f4f4f4 !important;
}

.jqx-widget-light {
	font-family: 'Arson Pro' !important;
}

.badge {
	border-radius: 10px;
}

.jqx-fill-state-normal-metro {
	font-size: 12px;
	font-family: 'Arson Pro' !important;
	border-color: #853c32 !important;
	color: #fff !important;
	background: #853c32 !important;
}

.jqx-kanban-item-footer {
	border-top: 0px solid transparent !important;
}

/***END KANBAN***/

/***CARD***/
.card-inner.sticky-top {
	position: sticky;
	top: 80px;
	z-index: 795;
	border-top: 1px solid #dbdfea;
}

/***END CARD***/


.data-list-mis-colaboradores-notifacion .user-avatar span.ucap {
	color: white !important
}

.width-refe{
	height: 15px;
    width: 15px;
}
.bg-danger-custom {
	background: #c1272d !important;

}

.bg-warning-custom {
	background: #f9a332 !important;
}

.bg-success-custom {
	background: #39b54a !important;
}

.bg-white-custom {
	background: #1769A3 !important;
}



.swall-overlay {
	z-index: 100005;
}

.swal-modal {
	z-index: 99999;
}


.card-custom {
	font-size: 16px;
	padding: 18px 20px 17px 18px;
	background: #fff;
	text-align: left;
}

.card--shadow {
	-webkit-box-shadow: 4px 3px 15px hsl(0deg 0% 53% / 20%);
	box-shadow: 4px 3px 15px hsl(0deg 0% 53% / 20%);
}

.fkBQOr {
	width: 100%;
	display: flex;
	-webkit-box-align: center;
	align-items: flex-start;
}

.CXWkw {
	width: 35px;
	height: 35px;
	position: relative;
	margin: 0px 12px 0px 14px;
	animation: 1s linear 0s infinite normal forwards running geIiwl;
	background: -webkit-linear-gradient(left, rgb(228, 231, 237) 0%, rgb(195, 202, 217) 20%, rgb(228, 231, 237) 40%, rgb(228, 231, 237) 100%) 0% 0% / 980px 898px rgb(228, 231, 237);
	border-radius: 100%;
}

.gZBAqX {
	width: 18%;
	height: 10px;
	position: relative;
	margin: 0px 12px 14px 14px;
	animation: 1s linear 0s infinite normal forwards running geIiwl;
	background: -webkit-linear-gradient(left, rgb(228, 231, 237) 0%, rgb(195, 202, 217) 20%, rgb(228, 231, 237) 40%, rgb(228, 231, 237) 100%) 0% 0% / 980px 898px rgb(228, 231, 237);
	border-radius: 4px;
}

.gaUrJT {
	width: 54%;
	height: 10px;
	position: relative;
	margin: 0px 12px 14px 14px;
	animation: 1s linear 0s infinite normal forwards running geIiwl;
	background: -webkit-linear-gradient(left, rgb(228, 231, 237) 0%, rgb(195, 202, 217) 20%, rgb(228, 231, 237) 40%, rgb(228, 231, 237) 100%) 0% 0% / 980px 898px rgb(228, 231, 237);
	border-radius: 4px;
}

.idrxEV {
	width: 100%;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.hvJMgY .circles {
	width: auto;
}

.lnyUon {
	width: 20px;
	height: 20px;
	position: relative;
	margin: 0px 0px 0px 14px;
	animation: 1s linear 0s infinite normal forwards running geIiwl;
	background: -webkit-linear-gradient(left, rgb(228, 231, 237) 0%, rgb(195, 202, 217) 20%, rgb(228, 231, 237) 40%, rgb(228, 231, 237) 100%) 0% 0% / 980px 898px rgb(228, 231, 237);
	border-radius: 100%;
}

@-webkit-keyframes geIiwl {
	0% {
		background-position: -490px 0px;
	}

	100% {
		background-position: 490px 0px;
	}
}

.verde {
	color: green !important;
}

.naranja {
	color: orange !important;
}

.user-avatar,
[class^="user-avatar"]:not([class*="-group"]) {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: linear-gradient(149deg, #16a093e6 0%, #3673b5c9 100%);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	flex-shrink: 0;
	position: relative
}

.user-avatar+.user-info,
[class^="user-avatar"]:not([class*="-group"])+.user-info {
	margin-left: 1rem
}

.user-avatar+.user-name,
[class^="user-avatar"]:not([class*="-group"])+.user-name {
	margin-left: 0.75rem
}

.user-avatar img,
[class^="user-avatar"]:not([class*="-group"]) img {
	border-radius: 50%
}

.user-avatar.md+.user-info,
[class^="user-avatar"]:not([class*="-group"]).md+.user-info {
	margin-left: 1.5rem
}

.user-avatar.md+.user-name,
[class^="user-avatar"]:not([class*="-group"]).md+.user-name {
	margin-left: 1.25rem
}

.user-avatar .edit,
[class^="user-avatar"]:not([class*="-group"]) .edit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background-color: rgba(31, 43, 58, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	opacity: 0;
	transition: opacity .3s
}

.user-avatar:hover .edit,
[class^="user-avatar"]:not([class*="-group"]):hover .edit {
	opacity: 1
}

.user-avatar .status,
[class^="user-avatar"]:not([class*="-group"]) .status {
	border: 2px solid #fff;
	position: absolute;
	bottom: 0;
	right: 0
}

.user-avatar-multiple {
	background-color: transparent !important
}

.user-avatar-multiple .user-avatar {
	position: absolute;
	height: 70%;
	width: 70%;
	font-size: 80%;
	border: 2px solid #fff
}

.user-avatar-multiple .user-avatar:nth-child(1) {
	top: 0;
	right: 0
}

.user-avatar-multiple .user-avatar:nth-child(2) {
	bottom: 0;
	left: 0
}

.user-card .user-avatar.d-none {
	margin-right: 1rem
}

.user-card .user-avatar.d-none+.user-info,
.user-card .user-avatar.d-none+.user-name {
	margin-left: 0
}

.user-avatar-xl,
.user-avatar.xl {
	height: 110px;
	width: 110px;
	font-size: 40px;
	font-weight: 400
}

.user-avatar-lg,
.user-avatar.lg {
	height: 80px;
	width: 80px;
	font-size: 28px;
	font-weight: 400
}

.user-avatar-md,
.user-avatar.md {
	height: 60px;
	width: 60px;
	font-size: 18px
}

.user-avatar-sm,
.user-avatar.sm {
	height: 32px;
	width: 32px;
	font-size: 12px
}

.user-avatar-xs,
.user-avatar.xs {
	height: 26px;
	width: 26px;
	font-size: 9px;
	font-weight: 700
}

.user-avatar[class*="-blue-dim"] {
	color: #559bfb
}

.user-avatar[class*="-azure-dim"] {
	color: #1676fb
}

.user-avatar[class*="-indigo-dim"] {
	color: #2c3782
}

.user-avatar[class*="-purple-dim"] {
	color: #816bff
}

.user-avatar[class*="-pink-dim"] {
	color: #ff63a5
}

.user-avatar[class*="-orange-dim"] {
	color: #ffa353
}

.user-avatar[class*="-teal-dim"] {
	color: #20c997
}

.user-avatar[class*="-primary-dim"] {
	color: #854fff
}

.user-avatar[class*="-secondary-dim"] {
	color: #364a63
}

.user-avatar[class*="-success-dim"] {
	color: #1ee0ac
}

.user-avatar[class*="-info-dim"] {
	color: #09c2de
}

.user-avatar[class*="-warning-dim"] {
	color: #f4bd0e
}

.user-avatar[class*="-danger-dim"] {
	color: #e85347
}

.user-avatar[class*="-dark-dim"] {
	color: #1f2b3a
}

.user-avatar[class*="-gray-dim"] {
	color: #8091a7
}

.user-avatar[class*="-lighter"] {
	color: #8094ae
}

.user-avatar[class*="-light"] {
	color: #526484
}

#pagination div .backg-header {
	background-color: #6a2494;
}

.owl-systems .card-body {
	padding: 15px;
	background: rgb(224 219 224);
	backdrop-filter: blur(30px);
}

.system-box {
	width: 100%;
	padding: 15px 5px;
	background: rgb(229 224 229);
	box-shadow: 0 6px 25px rgb(0 0 0 / 13%);
	display: inline-block;
	border-radius: 5px;
}

.system-box>a {
	line-height: 1.8;
}

.system-icon {
	width: 60px !important;
	height: 60px !important;
	display: inline-block !important;
}

.owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-nav .owl-prev {
	left: -20px;
	font-size: 20px !important;
	position: absolute;
	/*top: 38%;*/
	top:7%;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	padding: 4px 0 !important;
	color: #333 !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	/*top: 40%;*/
	top: 7%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #333 !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #ed2a26 !important;
	border: 1px solid #ed2a26 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #ed2a26 !important;
	background: #ed2a26 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.owl-nav .disabled {
	opacity: .4 !important;
	cursor: default;
}

.pagination .page-link {
	color: #2E6095;
	border: 1px solid #1769A3;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #1769A3 !important;
	border-color: #1769A3 !important;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 23px 0;
	border-radius: 3px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 20px;
	line-height: 1.71;
	text-decoration: none;
	color: #999;
	background-color: transparent;
	border: 1px solid;
	margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #fff;
	background-color: #e7e7e7;
	border-color: none
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 2;
	color: #999;
	font-weight: 700;
	/* font-size: 15px; */
	border-color: none;
	cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #aaa;
	background-color: #fff;
	border-color: none;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 30px;
	font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 15px;
	font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px
}

.dropdown-toggle {
	background-color: none !important;
	border: none !important;
}

.btn-secondary {
	/* background-color:transparent !important; */
	color: #ffffff !important;
}
/*,
.select2-container--default .select2-results__options .select2-results__option[aria-selected=true]*/
.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
	background-color: #1769A3 !important;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__options .select2-results__option[aria-selected=true] .user-name {
	color: #fff !important;
}

.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #F9FAFD !important;
}

.app-content .wizard>.steps>ul>li.current .step{
	color: #1769A3 !important;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(23, 105, 163, 0.3) !important;
}
.app-content .wizard>.steps>ul>li.done .step{
	background-color: #1769A3 !important;
	box-shadow: 0 0 20px rgb(23, 105, 163, 0.3) !important;
}
.app-content .wizard>.steps>ul>li:after, 
.app-content .wizard>.steps>ul>li:before {
	background-color: #1769A3 !important;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
section {
	font-family: "Arson Pro" !important;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.img-xs {
	width: 26px !important;
	height: 26px !important;
}




/* menú principal */
.bg-menu {
	background: linear-gradient(315deg, rgba(22, 160, 147, 0.8995973389355743) 0%, rgba(58, 48, 124, 1) 100%);
}

/* banner dashboard */
.dash-fondo {
	/* height: 8.5rem; */
	height: fit-content;
	/* border-radius: 2rem; */
	background-image: url(../img/dashboard/banner-dashboard.png);
	/* background-image: url(../img/dashboard/back-index.png); */
	background-size: cover;
	margin-bottom: 1rem;
	font-size: 2rem;
	color: #ffffff;
	background-position: 50% 0%;
}

.dash-fondo-texto {
	height: 8rem;
	/* padding: 0 20rem 2rem 0; */
	padding: 0 10% 1% 0;
}

.dash-fondo .dash-fondo-texto h2 {
	color: #ffffff;
	font-size: 2.5rem;
	font-family: "Arson Pro";
}

.border-deg {
	border-top: 3.5px solid;
	border-image-slice: 1;

}

.degrade-j2w {
	border-image-source: linear-gradient(to left, rgba(22, 160, 147, 0.9) 0%, rgba(54, 115, 181, 0.7903536414565826) 100%);
}

.degrade-k {
	border-image-source: linear-gradient(to left, rgba(77, 99, 228, 1) 0%, rgba(175, 95, 232, 1) 100%);
}

.degrade-v {
	border-image-source: linear-gradient(to left, rgba(233, 176, 43, 1) 0%, rgba(219, 94, 70, 1) 37%, rgba(206, 0, 160, 1) 67%, rgba(178, 0, 241, 1) 100%);
}

.degrade-v1 {
	border-image-source: linear-gradient(90deg, #B200F1 0%, rgba(178, 0, 241, 0.5) 100%);
	;
}

.degrade-c {
	border-image-source: linear-gradient(298.96deg, #2C2F88 37.77%, #2499b6cc 96.44%);
}

.degrade-gral {
	border-image-source: linear-gradient(to left, rgba(22, 160, 147, 0.9) 0%, rgba(58, 48, 124, 1) 100%);
}
.degrade-prod{
	border-image-source: linear-gradient(302.35deg, #00a29bcc 61.38%, #1769a3cc 83.31%);
}
.bg-prod{
	background: linear-gradient(302.35deg, #00a29bcc 61.38%, #1769a3cc 83.31%);
}

.card-time-jornada{
	margin-bottom: 0.5rem;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 30px 45px rgb(22 22 22 / 10%);
    border-radius: 10px;
	padding: 15px;
}
.zise-time{
	font-size: 4rem;
	color:#999999;
}
.section-time{
	padding: 0.5rem;
}
/* tabs-productividad */
.btn-sc-smal{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(231, 231, 231, 0) 0%, rgba(231, 231, 231, 0.73) 100%);
    filter: drop-shadow(0px 30px 45px rgba(22, 22, 22, 0.1));
    border-radius: 20px;
    width: 4rem;
    height: 4rem;
}

.btn-sc-large{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(231, 231, 231, 0) 0%, rgba(231, 231, 231, 0.73) 100%);
    filter: drop-shadow(0px 30px 45px rgba(22, 22, 22, 0.1));
    border-radius: 20px;
}
/*productividad*/
.tab-productividad{
    color: #fff !important;
	background: #16A093 !important;
	box-shadow: none !important;
}

.tab-productividad.active,
/*.tab-productividad:hover,*/
.tab-productividad:focus,
.tab-productividad:focus-within,
.tab-productividad:visited,
.tab-productividad:target{
	color: #16A093 !important;
    background-color: #fff !important;
}

.tab-comprobantes{
    color: #fff !important;
	background: #2E6095 !important;
	box-shadow: none !important;
}

/*.tab-comprobantes.active,
.tab-comprobantes:hover,
.tab-comprobantes:focus,
.tab-comprobantes:focus-within,
.tab-comprobantes:visited,
.tab-comprobantes:target{
	color: #2E6095 !important;
    background-color: #fff !important;
}*/

.tab-comprobantes.active,.tab-comprobantes:visited{
	color: #2E6095 !important;
    background-color: #fff !important;
}
#navs-j2office button:focus{
	outline: none !important;
}


.tab-permis{
    color: #fff !important;
	background: #993DBB !important;
	box-shadow: none !important;
}





.tab-permis.active,
/* .tab-permis:hover, */
.tab-permis:focus,
.tab-permis:focus-within,
.tab-permis:visited,
.tab-permis:target{
	color: #993DBB !important;
    background-color: #fff !important;
}

.tab-laterales{
    color: #fff !important;
	background: #6b6f80 !important;
	box-shadow: none !important;
}

.tab-laterales.active,
.tab-laterales:hover,
.tab-laterales:focus,
.tab-laterales:focus-within,
.tab-laterales:visited,
.tab-laterales:target{
	color: #6b6f80 !important;
    background-color: #fff !important;
}

/* sistemas */
.title-h2 {
	color: #3C3C3C;
	font-weight: bolder;
	font-family: "Arson Pro";
}

/* calendar dashboard */
.size-tab-calendar{
	/* font-size: x-small; */
}
.card-calendar {
	height: 240px;
}

.header-calendar {
	/* background-color: #2E6095; */
	background: linear-gradient(171deg, rgba(22, 160, 147, 0.9) 0%, rgba(58, 48, 124, 1) 100%);
}

.header-calendar h4,
.i-calendar {
	color: #ffffff;
}

.listas-calendar {
	list-style: none;
}

.fecha-calendar {
	color: #2E6095;
}

/* card tareas */
.title-tareas {
	color: #2E6095;
/*	font-size: 30px;*/
	font-size: 1.12rem;
	font-family: "Arson Pro";
}

.lista-tareas a {
	text-decoration: none;
	color: #3C3C3C;
}

/* vacaciones & recibo */
.bg-violeta {
	background-color: #79297D;
}

.bg-verde {
	background-color: #16A093;
}

.c-violeta {
	color: #79297D;
}

/* card cumpleaños */
.w-card {
	width: 295px;
}

.card-cumpleaños {
	color: #ffffff;
	background: rgb(121, 41, 125);
	background: linear-gradient(315deg, rgba(22, 160, 147, 0.8995973389355743) 0%, rgba(58, 48, 124, 1) 100%);
}

.text-festejos {
	color: #ffffff;
}

.text-festejos_j2o {
	color: #6b6f80;
}

/* MODAL felicitaciones */
.bg-saludar {
	background: rgb(22, 160, 147);
	background: linear-gradient(149deg, rgba(22, 160, 147, 0.9) 0%, rgba(54, 115, 181, 0.7903536414565826) 100%);
}

.bg-saludar_j2o {
	background: #6b6f80;
}

.btn-azul {
	background-color: #1769A3;
}

.color-azul {
	color: #1769A3;
}

.color-violeta {
	color: #79297D;
}

.color-verde {
	color: #16A093;
}

.btn-verde {
	background-color: #16A093 !important;
}

/* noticias */
.view-noticias {
	max-height: 260px;
	min-width: 250px;
	cursor: pointer;
}

.title-new {
	color: #2E6095;
}

.title-new::first-letter {
	text-transform: uppercase;
}

.text-mayus {
	text-transform: lowercase;
}

.text-mayus::first-letter {
	text-transform: uppercase;
}

/* Comunicación interna */
.banner-comu {
	height: 9rem;
	background-image: url(../img/dashboard/back-Comu.png);
	background-size: cover;
}

.card-c:hover {
	background: rgb(77, 99, 228);
	background: linear-gradient(298.96deg, #2C2F88 37.77%, rgba(36, 153, 182, 0.8) 96.44%);
	color: white;
	border-top: none;
}
/* DAshboard cliente */
.bg-busqueda{
	background: #f1f1f1;
}
.card-time{
	background: #F1F1F1;
}
.img-time{
	width: 40%;
}
.card-nom{
	border-left: 5px solid #2E6095;
}
/* PRODUCTIVIDAD */
.banner-prod{
	height: 9rem;
	background-image: url(../img/productividad/banner-prod.png);
	background-size: cover;
}
.card-prod:hover {
	background: #4d63e4;
	background: linear-gradient(302.35deg, #00a29bcc 61.38%, #1769a3cc 83.31%);
	color: white;
	border-top: none;
}
.title-prod {
	color: #7a7a7a;
}
.th-white{
	color: #fff;
}
.banner{
	height: 174px;
	border-radius: 1rem;
	background-image: url(../img/productividad/banner.png);
	/* background-image: url(../img/dashboard/back-index.png); */
	background-size: cover;
	/* margin-bottom: 1rem;
	font-size: 2rem; */
	color: #ffffff;
	background-position: 50% 100%;
}

.reuniones{
	background: linear-gradient(180deg, #40C1B5 0%, #16A093 100%);
	height: 174px;
}
.tareas{
	background: linear-gradient(180deg, #3F699F 0%, #2E6095 100%);
	height: 174px;
}
.objetivos{
	background: linear-gradient(180deg, #6B267F 0%, #501D5F 100%);
	height: 174px;
}
.conex{
	color: #16A093;
}
.reu{
	color: #4c2a80;
}
.obj{
	color: #501D5F;
}
.color-tareas{
	color: #2E6095;
}
.border-conex{
	border-top: 10px solid #16A093;
}

.border-reu{
	border-top: 10px solid #4c2a80;
}
.border-obj{
	border-top: 10px solid #501D5F;
}
.border-tareas{
	border-top: 10px solid #2E6095;
}
.h-card{
	height: 185px;
}
.img-card-prod{
	width: 40%;
}
.text-end{
	text-align: end;
}
.select-prod{
	height: 40px;
    border-radius: 8px;
    background: #EBEBEB;
}
.card-homeoffice{
	height: 43rem;
}
.pill-prod{
	border: 1px solid #1769A3 !important;
    color: #1769A3 !important;
}
.pill-prod-filter{
	background-color:#1769A3 ;
    color: #fff !important;
}
.pill-prod:active{
	color: #fff !important;
    background-color: #1769A3 !important;
}
.pill-prod:hover{
	color: #fff !important;
    background-color: #1769A3 !important;
}
.pill-prod:focus{
	color: #fff !important;
    background-color: #1769A3 !important;
}
.pill-prod:focus-within,
.pill-prod:visited,
.pill-prod:target{
	color: #fff !important;
    background-color: #1769A3 !important;
}

.back-form-prod{
	background-color: #16A093
}
.img-conexion{
	width: 30%;
}
.btn-conex:hover{
	border: 1px solid #16A093;
}

.card-noti{
	background: #D6DAE4;
}
.img-card-noti{
	width: 50%;
}
/* KIOSKO */
.banner-kiosko {
	height: 8rem;
	background-image: url(../img/dashboard/back-kiosko.png);
	background-size: cover;
}

.position-banner {
	position: absolute;
	bottom: 0;
	z-index: -10;
}

.logo-kiosko {
	width: 55%;
}

.li-kiosko {
	font-size: 1rem;
	list-style: none;
}

.a-card-k {
	text-decoration: none;
	color: #7a7a7a;
}

.encabezado-card-k {
	padding-top: 1rem;
}

.img-card-k {
	width: 7rem;
	padding: 1em;
	margin: 0 auto;
}

/*Se reemplaza en vista para hacer carga dinámica*/
/*.card-k:hover .img-card-k{
    content: url('../img/docs_kiosko/icon-recibos-hover.svg');
}
/**/

.border-gradient {
	border-top: 3px solid;
	border-image-slice: 1;
	border-width: 5px
}

.border-gradient-k {
	border-image-source: linear-gradient(to left, rgba(77, 99, 228, 1) 0%, rgba(175, 95, 232, 1) 100%);
}

.card-k:hover {
	background: rgb(77, 99, 228);
	background: linear-gradient(149deg, rgba(77, 99, 228, 1) 0%, rgba(175, 95, 232, 1) 100%);
	color: white;
	border-top: none;
}

.btn-violeta {
	background-color: #B200F1;
}
.bg-danger-custom .text-custom{
	color: #fff;
}

.bg-warning-custom .text-custom, 
.bg-success-custom .text-custom,
.bg-white-custom .text-custom{
	color: #464855;
}
/* VACACIONES */
.c-vacaciones {
	background-color: var(--vacaciones-color-violeta);
}

.c-administrativos {
	background-color: var(--vacaciones-color-rosa);
}

.c-permisos {
	background-color: var(--vacaciones-color-amarillo);
}

.back-gris {
	background-color: var(--gris-siete);
	color: #fff;
}

.banner-v {
	border-top: 0;
	height: 8rem;
	background-position: 0 90%;
	background-image: url(../img/dashboard/back-vacaciones.png);
	background-size: cover;
	background-position: center;
}

/* .section-k{
    height: 10rem;
    background-position: 0 90%;
  } */
.logo-v {
	width: 32%;
}

.card-v {
	background: rgb(77, 99, 228);
	background: linear-gradient(90deg, #B200F1 0%, rgba(178, 0, 241, 0.5) 100%);
	color: white;
	border-top: none;
}

.a-color-v {
	color: #ffffff;
}

/* CALENDAR VACACIONES */
.container-calendar {
	text-align: center;
	max-width: 215px;
	font-family: sans-serif;
	padding: 10px;
	font-size: 9px;
}

.calendario-v {
	background-color: #E5E5E5;
	-webkit-box-shadow: 0px !important;
	box-shadow: none;
}

.referencias-v {
	display: flex;
}

.ol-calendar {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	padding: 0;
}

.li-calendar {
	padding: 2px;
	text-align: right;
}

.first-ene {
	grid-column-start: 7;
}

.first-feb {
	grid-column-start: 3;
}

.first-mar {
	grid-column-start: 3;
}

.first-abr {
	grid-column-start: 6;
}

.first-may {
	grid-column-start: 1;
}

.first-jun {
	grid-column-start: 4;
}

.first-jul {
	grid-column-start: 6;
}

.first-ago {
	grid-column-start: 2;
}

.first-sep {
	grid-column-start: 5;
}

.first-oct {
	grid-column-start: 7;
}

.first-nov {
	grid-column-start: 3;
}

.first-dic {
	grid-column-start: 5;
}

.day-name {
	color: #2E6095;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #2E6095;
	margin-bottom: 5px;
}

.feriado {
	background-color: #B200F1;
	font-weight: 800;
	color: #000;
}
/*ayuda*/
.card-manual{
	background: #f1f1f1;
    box-shadow: 0 0.125rem 0.25rem rgb(43 55 72 / 15%) !important;
}

/* FOOTER */

.logo-footer {
	width: 60%;
	padding-right: 5rem;
}

.p-footer,
.btn-footer {
	color: #7a7a7a !important;
}

.redes-footer {
	background-color: #7a7a7a;
}

.icon-redes {
	padding: 4px;
}

/* POLITICAS DE PRIVACIDAD - TÉRMINOS DE USO*/
.privacidad-list {
	list-style: none;
}

.link-privacidad {
	color: #2E6095;
}

.table-privacidad-head {
	color: #ffffff;
	background-color: #2E6095;
}

.back-terminos {
	background-color: #E5E5E5 !important;
	font-family: "Arson Pro";
}

/* MI PERFIL */
/*CONEXIONES*/
.btn-conexiones {
	background-color: #0072C6;
	color: #FFF;
}

.t-conexiones {
	height: 65px
}

.ul-perfil {
	font-weight: 300;
}

/*TABLAS*/
/* ADMINISTRADOR */
.a-admin {
	/* background: linear-gradient(to left, #16a093e6 0%, #3673b5c9 100%); */
	background: linear-gradient(to left, rgba(22, 160, 147, 0.9) 0%, rgba(58, 48, 124, 1) 100%);

}

.back-form {
	background-color: #1769A3;
	color: #ffffff;
}

.text-th {
	font-weight: 400 !important;
}

.tablas-z {
	z-index: 20 !important;
}

/*Vacaciones*/
.back-form-v {
	background-color: #B200F1;
	color: #ffffff;
}

/* Administrador */
.enlace {
	text-decoration: none !important;
	color: #2E6095;
}




@media only screen and (max-width:1200px) {
	.title-h2 {
		font-size: 1.5rem;
	}

	.card-title {
		font-size: 1rem;
	}

}

@media only screen and (max-width:900px) {
	.dash-fondo {
		background-position: 35% 0%;
	}

	/* .dash-fondo-texto{
    padding: 0 4rem 2rem 0;
  } */
	.dash-fondo-texto {
		padding: 0 1rem 3rem 0;
	}

	.dash-fondo .dash-fondo-texto h2 {
		font-size: 1.5rem;
	}

	.p-bienv {
		font-size: 1rem;
	}

	/* VACACIONES*/
	.referencias-v {
		display: block;
	}

	.label-left {
		text-align: left !important;
	}

}
@media only screen and (max-width:450px){
	.img-card-noti{
		width: 15%;
	}
}
@media only screen and (max-width:375px) {
	.dash-fondo {
		background-position: 35% 0%;
	}

	.dash-fondo-texto {
		padding: 0 1rem 3rem 0;
	}

	.dash-fondo .dash-fondo-texto h2 {
		font-size: 1.5rem;
	}

	.p-bienv {
		font-size: 1rem;
	}

	.banner-kiosko {
		background-position: 50% 100%;
	}
	.img-produc{
		width: 30px;
		padding-right: 5px;
	}
	.img-card-noti{
		width: 15%;
	}
}

.header-navbar.navbar {
  z-index: 800;
}

.avatar-letras{
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: linear-gradient(149deg, #16a093e6 0%, #3673b5c9 100%);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    flex-shrink: 0;
    position: relative
}
.user-status {
    text-align: end !important;
}
.avatar-header {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: linear-gradient(149deg, #16a093e6 0%, #3673b5c9 100%);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	flex-shrink: 0;  
	position: relative;
}

/* CUSTOM PILLS */
.vaca_dashboard{
	color:#b200f1 ;
}
.vaca_dashboard.active, .vaca_dashboard.show {
  background-color:#b200f1 !important;
  border-color: #B200F1 !important;
  color: #fff !important;
}
.pill-per{
		border: 1px solid #b200f1 !important;
		color: #b200f1 !important;
}
.pill-per:hover, .pill-per.active, .pill-per.show{
	background-color:#b200f1 !important;
  border-color: #B200F1 !important;
  color: #fff !important;
}



.pill-prod.active, .pill-prod.show {
	background-color:#1769A3 !important;
	border-color: #1769A3 !important;
	color: #fff !important;
  }
  .pill-prod:hover{
	  background-color:#1769A3;
	border-color: #1769A3;
	color: #fff;
  }
  


.msg-leido {
  color: #abadb7;
}

.msg-leido:hover {
  color: #abadb7;
}

.msg-Noleido > a {
  color: #6967ce;
  font-weight: bold;
}

.msg-Noleido > a :hover{
  color: #6967ce;
}

.texto_avatar_in_select{
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
}

.solicitanteSelected{
	font-size: x-small;
}

.bg-vacante-1 {
	background-color: #00a89d40 !important;
  color: #3C3C3C;
}

.bg-vacante-2 {
	background-color: #CAD7E4 !important;
	color: #3C3C3C;
}

#vacantes-list [scope="row"] {
	white-space: break-spaces;
}

.badge-ausencias {
  background: linear-gradient(90deg, #e59b31 0%, rgb(190 0 205) 100%);
  color: white !important;
  padding: 3px 6px;
  max-width: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.badge-tiempo-extra {
	background: linear-gradient(90deg, #248d90 0%, rgb(123 33 130) 100%);
  color: white !important;
  padding: 3px 6px;
  max-width: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*Estrategia*/
.pill-estrategia{
	border: 1px solid #505050 !important;
    color: #505050 !important;
}
.pill-estrategiafilter{
	background-color:#505050 ;
    color: #fff !important;
}
.pill-estrategia.active{
	color: #fff !important;
    background-color: #505050 !important;
}
.pill-estrategia:hover{
	color: #fff !important;
    background-color: #505050 !important;
}
.pill-estrategia:focus{
	color: #fff !important;
    background-color: #505050 !important;
}
.pill-estrategia:focus-within,
.pill-estrategia:visited,
.pill-estrategia:target{
	color: #fff !important;
    background-color: #505050 !important;
}
.border-estatus{
	border-top: 10px solid #7a7a7a;
}
.p-child{
	font-size: 0.75rem;
}
.border-child{
	border-left: 2px solid #7a7a7a;
}
.text-act{
	font-size: 0.8rem;
}
.size-icon{
  font-size: 1.5rem;
  max-width: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.bg-critico{
	background: #dc3545;
}
.btn-more{
	padding: 0.3rem;
}

.btn-goto {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px;
	gap: 10px;

	width: 347px;
	height: 70px;

	background: radial-gradient(50% 50% at 50% 50%, rgba(231, 231, 231, 0) 0%, rgba(231, 231, 231, 0.73) 100%);
	filter: drop-shadow(15px 15px 10px rgba(22, 22, 22, 0.1));
	border-radius: 20px;

	/* Inside auto layout */

	flex: none;
	order: 1;
	flex-grow: 0;
}

.tab_btns_prod:hover {
	color: #FFF;
	background: #16A093 !important
}

.tab_btns_comprobantes:hover {
	color: #FFF;
	background: #2E6095 !important
}

.tab_btns_permisos:hover {
	color: #FFF;
	background:#993DBB !important;
}

.tab_btns_jointogether:hover {
	color: #FFF;
	background:#6b6f80 !important;

}

.tab_btns_upgrade:hover {
	color: #FFF;
	background:#6b6f80 !important;

}



.icon-comprobantes {
  display: inline-block;
  width: 1.5em;
  height:1.5em;
  background-size: cover;
}


.ico-c-pagos {
	background-image: url(../img/icons/j2office/constancias-pagos/i_pagos-white.svg);
}
.ico-c-pagos.active  {
	background-image: url(../img/icons/j2office/constancias-pagos/i_pagos.svg);
}

.ico-constancias {
	background-image: url(../img/icons/j2office/constancias-pagos/i_constancias-white.svg);
}
.ico-constancias.active  {
	background-image: url(../img/icons/j2office/constancias-pagos/i_constancias.svg);
}


.ico-convenios {
	background-image: url(../img/icons/j2office/constancias-pagos/i_convenios-white.svg);
}
.ico-convenios.active  {
	background-image: url(../img/icons/j2office/constancias-pagos/i_convenios.svg);
}

.ico-servicios {
	background-image: url(../img/icons/j2office/constancias-pagos/i_servicios-white.svg);
}
.ico-servicios.active  {
	background-image: url(../img/icons/j2office/constancias-pagos/i_servicios.svg);
}


.ico-permisos {
	background-image: url(../img/icons/j2office/constancias-pagos/i_permisos-white.svg);
}
.ico-permisos.active  {
	background-image: url(../img/icons/j2office/constancias-pagos/i_permisos.svg);
}

.ico-tiempo-extra {
	background-image: url(../img/icons/j2office/constancias-pagos/i_tiempo-extra-white.svg);
}
.ico-tiempo-extra.active  {
	background-image: url(../img/icons/j2office/constancias-pagos/i_tiempo-extra.svg);
}
.btn-help-j2office {
	position: absolute;
  right: 0px;
  z-index: 100;
  background: white;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 5px;
  top: 280px;
  width: 5rem;
  height: 5rem;
}

/* iconos tabs productividad **/

.ico-productividad  {
	background-image: url(../img/icons/j2office/productividad/i_j2office-whie.svg);;
}
.ico-productividad.active {
	background-image: url(../img/icons/j2office/productividad/i_j2office.svg);
}

.ico-evaluaciones  {
	background-image: url(../img/icons/j2office/productividad/i_evaluaciones-white.svg);
}
.ico-evaluaciones.active {
	background-image: url(../img/icons/j2office/productividad/i_evaluaciones-28.svg);
}

.ico-learn  {
	background-image: url(../img/icons/j2office/productividad/i_learn-white.svg);
}
.ico-learn.active {
	background-image: url(../img/icons/j2office/productividad/i_learn.svg);
}

.ico-estrategia  {
	background-image: url(../img/icons/j2office/productividad/i_j2strategy-white.svg);
}
.ico-estrategia.active {
	background-image: url(../img/icons/j2office/productividad/i_j2strategy.svg);
}

/* Autorizaciones Dash */
.ico-auto  {
	background-image: url(../img/icons/j2office/permisos/Check-white.svg);
}
.ico-auto.active {
	background-image: url(../img/icons/j2office/permisos/Check.svg);
}


.custom-tooltip {
    --bs-tooltip-bg: white;
}
.custom-tooltip .tooltip-inner {
    border: 1px solid rgba(0,0,0,.125);
    background-color: white;
    max-height: 70vh;
    overflow-y: auto;
}
.custom-tooltip li {
    border-left-color: transparent;
    border-right-color: transparent;
}
.custom-tooltip li:first-child {
    border-top-color: transparent;
}
.custom-tooltip li:last-child {
    border-bottom-color: transparent;
}