/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap'); */
:root{
	--sidebar-color:#111;
	--sidebar-background-color:#fff;
	--sidebar-hover-color:#e83e34;
	--sidebar-hover-background-color:#f3f3f3;
	--sidebar-hover-border-color:#012340;
	--background-color:#eee;
	--color:#111;
	--wlnaranja1:#e83e34;
	--wlnaranja2:#f37f1c;
	--wlazul1:#012340;
	--wlazul2:#033f73;
	--wlazul3:#0359a3;
}

::after,
::before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar li {
	list-style: none;
}

#sidebar h1 {
	font-weight: 600;
	font-size: 1.5rem;
}

body {
	/* font-family: 'Poppins', sans-serif; */
	font-family:Arial, Helvetica, sans-serif;
	background-color: var(--background-color);
	/* background-color: red; */
	margin-top:0px;
	padding:0;
}

.wrapper {
	display: flex;
}

.main {
	min-height: 100vh;
	/* width: 100%; */
	/* overflow: hidden; */
	transition: all 0.35s ease-in-out;
	background-color: var(--background-color);
	color: var(--color);
	margin-left: 260px;
	margin-top:0;
	/* padding:0; */
	/* border:1px solid black; */
}

.main.min-main{
	margin-left: 70px;
}

#sidebar {
	width: 260px;
	min-width: 260px;
	min-height: 100vh;
	z-index: 1000;
	transition: all .25s ease-in-out;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	position: fixed;
}

#sidebar.collapsed {
	width: 70px;
	min-width: 70px;
}



.toggle-btn {
	background-color: transparent;
	cursor: pointer;
	border: 0;
	/* padding: 1rem 1.5rem; */
	padding: 1rem 1rem;
}

.toggle-btn img {
	width:40px;
	/* font-size: 1.5rem; */
	/* color: #FFF; */
}

.sidebar-logo {
	margin: auto 0;
}

.sidebar-logo a {
	color: var(--sidebar-color);
	font-size: 1.15rem;
	font-weight: 600;
}

/* #sidebar:not(.expand) .sidebar-logo, */
/* #sidebar:not(.expand) a.sidebar-link span  */
#sidebar.collapsed .sidebar-logo,
#sidebar.collapsed a.sidebar-link span{
	display: none;
	/* transition: all 0.5s ease; */
}

.sidebar-nav {
	padding: 2rem 0;
	flex: 1 1 auto;
}

a.sidebar-link {
	padding: .625rem 1.625rem;
	color: var(--sidebar-color);
	display: block;
	font-size: 0.9rem;
	white-space: nowrap;
	border-right: 4px solid transparent;
	transition: display 0.5s ease;
}

a.sidebar-link.active{
	color:var(--wlnaranja2);
}

#sidebar a.sidebar-sub{
	padding-left: 40px;
}

.sidebar-link i {
	font-size: 1.1rem;
	margin-right: .75rem;
}

#sidebar a.sidebar-link:hover {
	/* background-color: rgba(255, 255, 255, .075); */
	background-color: var(--sidebar-hover-background-color);
	color:var(--sidebar-hover-color);
	border-right: 4px solid var(--sidebar-hover-border-color);
}

.sidebar-item {
	position: relative;
	background-color: #fff;
}

/* #sidebar:not(.expand) .sidebar-item .sidebar-dropdown { */
#sidebar.collapsed .sidebar-item .sidebar-dropdown {
	position: absolute;
	top: 0;
	left: 70px;
	background-color: var(--sidebar-background-color);
	padding: 0;
	min-width: 15rem;
	display: none;
	transition: all 0.5s ease;
}

/* #sidebar:not(.expand) .sidebar-item:hover .has-dropdown+.sidebar-dropdown { */
#sidebar.collapsed .sidebar-item:hover .has-dropdown+.sidebar-dropdown {
	display: block;
	max-height: 15em;
	/* width: 100%; */
	opacity: 1;
	transition: all 0.5s ease;
}

/* #sidebar.expand .sidebar-link[data-bs-toggle="collapse"]::after { */
#sidebar:not(.collapsed) .sidebar-link[data-bs-toggle="collapse"]::after {
	border: solid;
	border-width: 0 .075rem .075rem 0;
	content: "";
	display: inline-block;
	padding: 2px;
	position: absolute;
	right: 1.5rem;
	top: 1.4rem;
	transform: rotate(-135deg);
	transition: all .2s ease-out;
}

/* #sidebar.expand .sidebar-link[data-bs-toggle="collapse"].collapsed::after { */
#sidebar:not(.collapsed) .sidebar-link[data-bs-toggle="collapse"].collapsed::after {
	transform: rotate(45deg);
	transition: all .2s ease-out;
}


/* --------------------------------------------------------- TABLE */

.tblBase tbody tr td{
	font-size: 0.85rem;
	text-wrap:nowrap ;
	/* font-family: 'Courier New', Courier, monospace; */
}
.tblBase tbody tr th{
	font-size: 0.9rem;
	font-weight: 400;
	text-align: center;
	/* font-family: 'Courier New', Courier, monospace; */
}
/* .tblBase .tdOptions{
	visibility: hidden;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: end;
	font-weight: normal;
} */

.tblBase tbody tr td i[menu]{
	visibility: hidden;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: end;
	font-weight: normal;
}

.tblBase tbody tr:hover td i[menu]{
	visibility: visible;
}

/* .tblBase tbody tr:hover .tdOptions{
	visibility: visible;
} */

.tblBase tbody tr th a{
	text-decoration: none;
}
.tblBase tbody tr th a:hover{
	text-decoration:underline;
}

.tblBase thead tr th{
	text-align: center;
	padding:5px 5px;
}
.tblMaxHeight{
  display: block;
  height: 82vh;
  overflow-y: scroll;
}

.tblFooter{
	position:sticky;
	bottom:0;
}

.caption{
	font-size: .85rem;
	opacity: .6;
}

/* registros no vigente que desean que se sigan mostrando */
.inhabilitado{
	opacity: .3;
}
.inhabilitado td{
	color:red;
	/* background-color: rgb(248, 240, 227); */
}
.inhabilitado th{
	color:red;
	/* background-color: rgb(248, 240, 227); */
	
}
.inhabilitado td a{
	color:red;
	
}

/* ------------------------------------------------- cuadros de altura minima */
ol.olh200 li i{
	cursor: pointer;
	margin-left: 5px;
	visibility: hidden;
}


ol.olh200 li p{
	margin-bottom: 0;
}

ol.olh200 li:hover{
	background-color: #eee;
}

ol.olh200 li:hover i{
	visibility: visible;
}


/* --------------------------------------------------TAB PANEL  */
.tabContenido{
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}
.tabContenido div.tab-pane {
	min-height: 500px;
	padding:15px 10px;
}

.perfiltrabajador div span{
	font-size:.9rem;
	font-weight: normal;
	display:flex;
	flex-direction: row;
}
.perfiltrabajador div span a{
	margin-left: 5px;
	font-weight: bold;
	text-decoration: none;
}

.clavepais{
	max-width: 120px;
}

/* ---------------------------------------------- FILEDROP */
.drop-body {
	margin: 20px 60px;
}

.drop-container {
	position: relative;
	display: flex;
	gap: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* height: 400px; */
	padding: 10px;
	border-radius: 10px;
	border: 1px dotted #999999;
	/* color: #444; */
	color: var(--bs-primary-text-emphasis);
	cursor: pointer;
	transition: background .2s ease-in-out, border .2s ease-in-out;
}

.drop-container:hover,
.drop-container.drag-active {
	background: var(--bs-secondary-bg);
	/* background: var(--bs-secondary-bg); */
	/* background: #eee; */
	/* border-color: #111; */
	border-color: var(--bs-primary);
	border-width: 1px;
	border-style:dotted;
}

.drop-container:hover .drop-title,
.drop-container.drag-active .drop-title {
	color: #222;
}

.drop-title {
	/* color: #444; */
	color: var(--bs-primary-text-emphasis);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	transition: color .2s ease-in-out;
}

.drop-container input[type=file] {
	width: 80%;
	max-width: 100%;
	/* color: #444; */
	color: var(--bs-primary-text-emphasis);
	padding: 5px;
	/* background: #fff; */
	background: var(--bs-primary-bg-subtle);
	border-radius: 10px;
	border: 1px dotted #999999;
}

.drop-container input[type=file]::file-selector-button {
	border: none;
	background: var(--bs-primary);
	padding: 5px 5px;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	transition: background .2s ease-in-out;
}

.drop-container input[type=file]::file-selector-button:hover {
	background: var(--bs-link-hover-color);
}

.drop-container.disabled, 
.drop-container.disabled input[type=file], 
.drop-container.disabled input[type=file]::file-selector-button{
	background-color: #ede7e5;
	cursor: not-allowed;
	color:#999999;
}

/* ----------------------------- COLORES */
.text-wl-hl{
	color:var(--wlazul3);
}

ol li p q{
	color:var(--wlazul3);
}

ol li q{
	color:var(--wlazul3);
}

.text-indicadores{
	font-size: .9em;
	color:#999999;
	/* color:var(--wlnaranja1); */
}

.i-indicadores{
	opacity: .7;
	font-size: 2em;
}

.txtWLnaranja1{color:var(--wlnaranja1);}
.txtWLnaranja2{color:var(--wlnaranja2);}
.txtWLazul1{color:var(--wlazul1);}
.txtWLazul2{color:var(--wlazul2);}
.txtWLazul3{color:#0057a2;opacity: .8;}
/* .txtWLazulTitle{color:#733e0f;opacity: .8;font-weight: bold;} */
.bgWLnaranja1{background-color:var(--wlnaranja1);}
.bgWLnaranja2{background-color:var(--wlnaranja2);}
.bgWLazul1{background-color:var(--wlazul1);}
.bgWLazul2{background-color:var(--wlazul2);}



/* ------------------------------  TAMAÑOS  */
.olh200{
	min-height:20vh;
	max-height:20vh;
	overflow:scroll;
	font-size: .85em;
}

.olh300{
	min-height:30vh;
	max-height:30vh;
	overflow:scroll;
	font-size: .85em;
	-webkit-overflow-scrolling: auto;
}

.olh600{
	min-height:60vh;
	font-size: .85em;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}

.mh-350{
	min-height: 350px;
}

.preview70vh{
	min-height:70vh;
	max-height:70vh;
	overflow:scroll;
	/* border:1px solid blue; */
	margin:0;
	padding: 0;
}
.preview70vh div{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	/* border:1px solid green; */
}
.preview70vh div embed{
	/* height: 100%; */
	height:auto;
	min-height: 70vh;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	/* border:1px solid red; */
}

/* -------------------------------- BARRA */
.isearch {
	font-size: 1rem;
	color: #333;
	top: .5rem;
	left: .35rem;
}

.inputsearch {
	padding-left: 1.6rem;
}


/* -------------------------------- FOOTER */
footer{
	position:absolute;
	bottom:0;
	width: 100%;
}

.willnotrender { 
	transform: translateZ(0); 
}


/* -------------------------------- REQUERIDOS */
.required::after {
  content: '*';
	font-size: .8;
	margin-left: 5px;
	font-weight: bolder;
  color: red;
}


/* -------------------------------- LOGIN */
.login-fondo{
  height: 100vh;
  width: 100vw;
  display:flex;
  align-items: center;
  justify-content: center;
  /* justify-items: center; */
  /* align-items: center; */
  flex-direction: row;
  /* border:solid 1px #000; */
}

.login-div{
  /* padding:10px; */
  width: 400px;
  height: 350px;
  /* border:solid 1px #bbb; */
  /* border-radius: 10px; */
  /* background-color: #ffffff; */
  /* box-shadow: #000; */
  font-size: .85rem;
}

main{
  margin:0;
  background-color: #eee;
}



.app-brand-text{
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size:xx-large;
  font-weight: bold;
  line-height: 2.5em;
  text-align: center;
  width: 100%;
  /* text-decoration: none; */
  color:#333;
  font-style: normal;
}

.app-brand-link{
  text-decoration: none;
  /* width: 100%; */
  text-align: center;
  display:flex;
  flex-direction: row;
  /* justify-content: space-between; */
  align-items: end;
}

.app-brand-link img{
  width: 50px;
  margin-right: 15px;
}

::-ms-reveal {
  display: none;
}

/* ----------------------------------- CONTACTOS */
#contactos{
	display:flex;
	flex-direction: row;
	color:#999;
	/* align-items: flex-end; */
	flex-flow: row wrap;
	/* justify-content:; */
}
.contactos{
	border: solid 1px #666;
	border-radius: 5px;
	margin:3px;
	display:flex;
	flex-direction: row;
	align-items: center;
}
.contactos i{
	/* background-color: #eee; */
	padding: 5px;
	color:#666;
}
.contactos i:nth-child(1){
	margin-right:5px;
	border-radius: 5px 0 0 5px;
}
.contactos i:nth-child(2){
	margin-left:5px;
	border-radius: 0 5px 5px 0;
	visibility: hidden;
}
.contactos:hover i:nth-child(2){
	color:red;
	cursor: pointer;
	visibility: visible;
}
.contactos i.bxs-phone{color:green;}
.contactos i.bxs-envelope{color:gray;}
.contactos i.bxl-facebook{color:blue;}
.contactos i.bxl-twitter{color:cyan;}
.contactos i.bx-x{color:dark;}
.contactos i.bxl-tiktok{color:dark;}
.contactos i.bxl-instagram{color:brown;}
.contactos:hover{
	background-color: #eee;
}

/* ----------------------------------- copiado de textos */
copy{
	/* font-weight: bolder; */
	padding: 0px 2px;
	margin-left: 5px;
	cursor: copy;
	color:#fff; 
	background-color: #aaa;
	height: .7rem;
	line-height: .7rem;
	/* border:1px solid #ccc; */
	border-radius: 20%;
	opacity: .2;
	/* display:none; */
}
copy::after{
	/* content:'c'; */
	content:'\2022';
}

copy:hover{
	opacity: 1; 
}

/* ----------------------------------- SEMAFOROS */
circle{
	border-radius: 50%;
	padding:0px 5px;
	margin-left:3px;
}

circle::after{
	content:'*';
}

circle.red{
	background-color: #FDA1A1;
	border-color: #FDA1A1;
	color:#FDA1A1;
}
circle.green{
	background-color: #AED581;
	border-color: #AED581;
	color:#AED581;
}
circle.gray{
	background-color: #bebbbc;
	border-color: #bebbbc;
	color:#bebbbc;
}
circle.yellow{
	background-color: #FFF176;
	border-color: #FFF176;
	color:#FFF176;
}

/* list  */

.list-group-item.list-group-item-action:not(.disabled){
	cursor:pointer;
}


/* ----------------------------------- INDICADORES */
.indicador{
	border: 1px solid #cecece;
	padding: 10px;
	background-color: #fdfdfd;
	border-radius: 7px;
	display: flex;
	flex-direction: column;
}

.indicador-header{
	min-height: 2.5lh;
	max-height: 2.5lh;
	margin-bottom: 5px;
}

.indicador-header h5{
	color:#a66fbc;
	font-weight: bold;
	margin-bottom:0;
}

.indicador-header small{
	color:#0057a2;
	font-size: .8em;
}

.indicador ul{
	margin: 0;
	padding: 0;
}

.indicador .indicador-concepto{
	font-size:.8em;
}

.indicador ul li:hover{
	cursor:pointer;
	background-color: #f9f9f9;
	outline: 1px solid #dfdfdf;
	outline-offset: 5px;
}

.indicador .indicador-concepto small{
	color:#0057a2;
}


