/*.alertInfo{
    border: 1px solid #f5f5f5;
    background: #f3f5f6;
    display: block;
    position: absolute;
    z-index: 30000;
    min-width: 200px;
}*/
.cabecera {
	background: #166096;
	color: #fff;
	font-size: 1em;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

#btnAlertCerrar {
	float: right;
	font-size: 1em;
	font-weight: bold;
	background: none; /*#134a73;*/
	/*padding: 3px 7px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #2975af;*/
	cursor: pointer;
	display: inline-block;
}

.btnCerrar {
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	background: none;
	cursor: pointer;
	display: inline-block;
}

.clearfix {
	content: "";
	clear: both;
	display: table;
}

.contenido {
	font-size: 0.9em;
	width: 90%;
	padding-right: 20px;
}

.footer {
	text-align: center;
	background: #eaeaea;
	width: auto;
}

#ContenedorForma td {
	vertical-align: middle;
	padding-bottom: 8px;
	padding-right: 2px;
}

/*td.separador {
	width: 25px;
}*/
.separador {
	margin-left: 10px;
}

/*input, select, textarea{
	border:solid 1px #e0e0e0;
	font-size: .70em;	
}*/
/*fieldset{
	font-size: .70em;
}*/

/*legend{
	font-size: 1.0em;	
}*/

/*input[type="radio"]{
	border:solid 1px #e0e0e0;
	font-size: .70em;	
}*/
input[type="text"]:disabled {
	background: #FFFFFF;
}

textarea:disabled {
	background: #FFFFFF;
}

textarea:readonly {
	background: #FFFFFF;
}

.texto-importante {
	color: #ff1946;
}

.contenedor-botones {
	padding-top: 15px;
}

#formaGenerica th {
	text-align: left;
	font-size: 1.95em;
}

/*.form-links {
	text-align: center;
	position: absolute;
	display: inline-block;
	bottom: 0px;
}*/
.form-links {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 20px 0;
}

#contenedorPage {
	/*padding:20px;*/
	
}

/* cuando sea considerado como invalido 
.formaGenerica input:focus:invalid, .formaGenerica textarea:focus:invalid { 
   	background: #fff url(images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}*/

/*************mensajes de error validate************/
label.error {
	color: red;
	font-family: tahoma, geneva, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: .75em;
}

td label.error {
	color: red;
	font-family: tahoma, geneva, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: .75em;
}

input.error, select.error, textarea.error {
	border: 1px solid red;
	background-color: #FFFFD5;
	margin: 0px;
	color: red;
}

/************* lista *****************/
#cajaLista {
	position: relative;
	margin: 0px 0px 0px 0px;
	border: solid 1px #DBDBDB;
	background-color: #FFFFFF;
	overflow: auto;
	/*z-index:999;*/
}

#cajaListaContenedor {
	position: relative;
	margin: 0px 0px 0px 0px;
	border: solid 1px #DBDBDB;
	background-color: #FFFFFF;
	overflow: auto;
}

#elementoLista {
	/*position: static;*/
	height: 150px;
	top: 100px;
	margin: 1px;
	padding: 1px;
	white-space: nowrap;
}

#elementoListaContenedor {
	position: relative;
	height: 150px;
	left: 10px;
	top: 100px;
	margin: 1px;
	padding: 1px;
	white-space: nowrap;
}

#elementoLista tr {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	list-style-type: none;
}

#elementoListaContenedor tr {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	list-style-type: none;
}

#elementoLista .itemsList:hover {
	background-color: #DDDDDD;
}

#elementoListaContenedor tr:hover {
	background-color: #DDDDDD;
}

#encabezadoOpcion {
	background: url("../images/encabezado_bar.jpg") repeat-x;
	height: 14px;
	padding: 0 0 0px;
	width: 100%;
	margin-left: 0px;
}

.encabezadoLista {
	background-color: #17415d;
	color: #fff;
	font-size: 1.1em;
}

#tablaLista td {
	font-size: 1em;
}

.selected td {
	color: #fff;
	background-color: #659CD8;
}

button.close {
	/*padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;*/
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	background: #134a73;
	padding: 3px 7px;
	border-radius: 5px;
	box-shadow: 0px 0px 6px #2975af;
	cursor: pointer;
}

/*****************************/
.app-menu {
	margin-bottom: 0;
	padding-left: 0;
}

.app-menu__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*padding: 12px 15px;*/
	font-size: 1.08em;
	border-left: 3px solid transparent;
	-webkit-transition: border-left-color 0.3s ease, background-color 0.3s
		ease;
	-o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
	transition: border-left-color 0.3s ease, background-color 0.3s ease;
	color: #fff;
}

.app-menu__item.active, .app-menu__item:hover, .app-menu__item:focus {
	background-color: rgba(23, 32, 42, 0.5);
	border-left-color: #ff1946;
	text-decoration: none;
	color: #fff;
}

.app-menu__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25px;
}

.app-menu__label {
	white-space: nowrap;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.treeview.is-expanded [data-toggle='treeview'] {
	border-left-color: #ff1946;
	background-color: rgba(23, 32, 42, 0.5);
}

.treeview.is-expanded .treeview-menu {
	max-height: 100vh;
}

.treeview.is-expanded .treeview-indicator {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.treeview-menu {
	max-height: 0;
	padding-left: 25px;
	overflow: hidden;
	-webkit-transition: max-height 0.3s ease;
	-o-transition: max-height 0.3s ease;
	transition: max-height 0.3s ease;
	/*background: #2a383e;*/
}

.treeview-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 5px 5px 20px;
	font-size: 1em;
	color: #fff;
}

.treeview-item.active, .treeview-item:hover, .treeview-item:focus {
	background-color: rgba(23, 32, 42, 0.5);
	text-decoration: none;
	color: #fff;
}

.treeview-item .icon {
	margin-right: 5px;
}

.treeview-indicator {
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.del.exito {
	color: #57ab2d;
}

.del.error {
	color: #ce1b3c;
}

td.details-control {
	background: url('../images/details_open.png') no-repeat center center;
	cursor: pointer;
}

tr.shown td.details-control {
	background: url('../images/details_close.png') no-repeat center center;
}

/*MCHI 12/03/2019*/
.dtbl-accion {
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	padding-right: 5px;
}

.dtbl-accion.ver {
	color: #0b9ee4;
}

.dtbl-accion.editar {
	color: #ce9108;
}

.dtbl-accion.eliminar {
	color: #ce1b3c;
}

.dtbl-accion.otro {
	color: #3c8c22bf;
}
.swal2-title {
  font-size: 40px !important;
}

.swal2-html-container{
  font-size: 20px !important;
}
.swal2-confirm {
  font-size: 15px !important;
}