/*Variables css colores solamente*/
/* :root {
	--blueFade: #1A96E2;
	--blueOrigin:#0E64A5;
	--grayPause:#4D4D4D;
	--greenOK:#80BC00;
	--purpleCrea:#93278F;
	--redPending:red;
	--grayReject:#999999;
	--whiteColor:#fff;
} */
/*Variables css colores solamente*/

/*css for paginated */
#infinite-list {
	/* We need to limit the height and show a scrollbar */
	width: auto;
	height: 100%;
	overflow: auto;
	/* Optional, only to check that it works with margin/padding */
	margin: 1rem;
}

.numberHide {
	color: #fff;
	font-size: 2px;
}
/* Optional eye candy below: */
li {
	padding: 10px;
	list-style-type: none;
}

li:hover {
	background: #ccc;
}
/*css for paginated */

/*Style - sheet*/
html, body {
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	font-family: Arial;
}

tbody {
	font-size: 14px;
}

hr {
	align-self: center;
	margin-top: 1px;
	margin-bottom: 0px;
	width: 85%;
	height: 1px;
	background-color: #0E64A5;
}

.r-bottom {
	border-left: 1px solid #1A96E2;
	border-top: 1px solid #1A96E2;
	border-bottom: 1px solid #1A96E2;
	width: 9%;
	margin: 6px;
}

.rbot {
	align-self: center;
	margin-left: 5px;
	width: 100%;
}
/*Páginas con contenido fijo*/
#fixedcontent {
	margin-top: 80px;
}

#fixedcontent-1 {
	margin-top: 170px;
}

@media ( max-width : 759px) {
	#fixedcontent-2 {
		margin-top: 200px;
		margin-bottom: 75px;
	}
}

@media ( min-width : 760px) {
	#fixedcontent-2 {
		margin-top: 170px;
		margin-bottom: 75px;
	}
}

#fixedcontent-3 {
	margin-top: -470px;
	margin-bottom: 75px;
	z-index: 1029;
	position: relative
}
/*partial css*/
.showme {
	z-index: 1035 !important;
}
/*partial css*/
#fixedcontent-4 {
	margin-top: 285px;
	margin-bottom: 65px;
}

#fixedcontent-5 {
	margin-top: 280px;
	margin-bottom: 65px;
	word-break: break-word;
}

#fixedcontent-6 {
	margin-top: 320px;
	margin-bottom: 15px;
}

@media ( min-width : 759px) {
	#fixedcontent-7 {
		margin-top: 130px;
		margin-bottom: 180px;
	}
	#fixedcontent-9 {
		margin-top: 180px;
		margin-bottom: 150px;
	}
	#fixedcontent-10 {
		margin-top: 140px;
		margin-bottom: 75px;
	}
}

@media ( max-width : 759px) {
	#fixedcontent-7 {
		margin-top: 150px;
		margin-bottom: 180px;
	}
	#fixedcontent-10 {
		margin-top: 150px;
		margin-bottom: 75px;
	}
	#fixedcontent-9 {
		margin-top: 190px;
		margin-bottom: 150px;
	}
}

#fixedcontent-8 {
	margin-top: 20px;
	margin-bottom: 200px;
}

#fixedcontent-11 {
	margin-top: 200px;
}

#fixedcontent-12 {
	margin-top: 120px;
}

#fixedcontent-13 {
	margin-top: 20px;
	margin-bottom: 75px;
	z-index: 1029;
	position: relative
}

.fixed-bottom {
	z-index: 0;
}
/*Páginas con contenido fijo*/
.bgall {
	background-color: #fff;
	box-shadow: 1px 2px 3px #40404040;
	border-bottom: 1px solid #0E64A5;
	z-index: 99;
}

.bgcoment {
	background-color: #fff;
	box-shadow: 1px 2px 3px #40404040;
}

/* .bgfixed { */
/* 	background-color: #fff; */
/* 	z-index: 99; */
/* } */
.bgall-footer-scroll {
	background-color: #fff;
	box-shadow: 1px -2px 3px #40404040;
	border-top: 1px solid #0E64A5;
	z-index: 1020;
	margin-bottom: 0px;
}

.bgall-footer {
	background-color: #fff;
	z-index: 9;
}
/*etiqueta*/
.home {
	margin-top: 1px;
	margin-bottom: 0px;
	width: 85%;
	height: 1px;
	background-color: #0E64A5;
}

.hrcoment {
	margin-top: 1px;
	margin-bottom: 7px;
	width: 100%;
	height: 1px;
	background-color: #0E64A5;
}

#pointer {
	cursor: pointer;
}
/*etiqueta*/
.title {
	font-size: 14px;
	font-weight: bold;
	margin-left: 3.5rem;
	font-family: Arial;
}

.titleC {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0E64A5;
}

.titleB {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-left: 2rem;
}

.route {
	height: auto;
	background-color: #ececec;
	color: #404040;
	margin-bottom: 0.5rem;
}

.boxmenu {
	background-color: #fff;
	border-bottom: 2px solid #0E64A5;
	color: #0E64A5;
}

.logo {
	display: flex;
	direction: rtl;
}

.home-logo {
	margin: 32px;
	height: 70px;
}

.home-logo-h {
	display: none;
}

.inside-logo {
	margin: 10px;
	height: 35px;
}

.ofispa {
	font-size: 29px;
	font-weight: bold;
	color: #0E64A5;
}

.ofispa-sub {
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 8px;
	margin-bottom: 20px;
}

.ofispa-up {
	display: none;
}

.tabs {
	background-color: #0E64A5;
	border-radius: 8px 8px 0px 0px;
	color: #fff;
	padding: 4px 10px 3px 10px;
}

.tabs a {
	color: #fff;
	text-decoration: none;
}

.tabs:hover {
	background-color: #1A96E2;
}

.bottom-primary {
	background-color: #0E64A5;
	color: #fff;
	font-weight: bold;
	border: 0.5px solid #51b4ff;
	/* box-shadow: 0px 2px 5px #40404040; */
	cursor: pointer;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	padding: .375rem .75rem;
	font-family: Arial;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bottom-primary.disabled {
	background-color: #b3b7bb;
}

.bottom-secondary {
	background-color: #f7f7f7;
	color: #404040;
	font-weight: bold;
	border: 0.5px solid #1A96E2;
	/* box-shadow: 0px 2px 5px #40404040; */
	cursor: pointer;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-family: Arial;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bottom-secondary.disabled {
	color: #b3b7bb;
}

.bottom-search {
	cursor: pointer;
	background-color: #fff;
	color: #404040;
	font-weight: bold;
	border: 0.5px solid #1A96E2;
	width: 100%;
	height: 45px;
	border-radius: 3px;
}

.bottom-search span {
	margin-right: 8px;
}

.form-control::placeholder {
	color: #989898;
	opacity: 1;
}

.message {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.messageVD {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-left: 35px;
	margin-right: auto;
}

.messageAvisoTramitador {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding-top: 15%;
}

.messageConfirmacion {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding-top: 20%;
}

.message-wrong {
	color: red;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin-top: -1rem;
	margin-left: auto;
	margin-right: auto;
}

.correo {
	background-color: #ececec;
	display: flex;
	justify-content: center;
	color: #0E64A5;
	font-weight: bold;
	font-style: italic;
}

.coment-box {
	border: 1px solid #ececec;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0.5px 1px 3px #40404020;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	cursor: pointer;
}

.no-exist {
	margin-left: 1.5rem;
	margin-top: 0.5rem;
	color: #40404080;
}

.shadow-1 {
	box-shadow: 0.5px 2px 7px #40404030;
	font-size: 14px;
	border-radius: .25rem;
}

.table td {
	padding: .65rem;
	width: 50%;
	vertical-align: top;
	text-align: left;
	/*border: 1px solid #dee2e6;*/
	cursor: pointer;
	font-size: 14px;
}

.table th {
	padding: .65rem;
	width: 50%;
	vertical-align: middle;
	text-align: left;
	font-weight: unset;
	/*border: 1px solid #dee2e6;*/
	cursor: pointer;
}

.leyend td {
	width: auto !important;
}

.leyend th {
	width: auto !important;
}

@media ( max-width : 759px) {
	.leyend td {
		width: auto !important;
		font-weight: bold;
	}
}

.table {
	display: table;
	font-family: Arial;
}
/*colores leyenda*/
.com {
	color: #000;
}

.dc {
	color: #1A96E2;
}

.dl {
	color: red;
}

.do {
	color: #ff7f50;
}

.dl span, a {
	color: red;
	/* 	padding-left: 4px;
 */
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.dp {
	color: #4D4D4D;
}

.df {
	color: #80BC00;
}

.dcc {
	color: #93278F;
}

.de {
	color: #999999;
}
/*colores leyenda*/
.custom-select {
	border: 0.5px solid #1A96E2;
	color: #404040;
	height: 45px;
	background: none;
}
/* Habilitar posición absoluta */
.inner-addon {
	position: relative;
}

.head-download {
	border-radius: 3px 3px 0px 0px;
	background-color: #1A96E2;
	margin-right: 0.5rem;
	margin-left: 0.4rem;
	color: #fff;
}

.head-download-doc {
	border-top: 0.5px solid #ececec;
	background-color: #1A96E2;
	color: #fff;
	margin-right: 0.5rem;
	margin-left: 0.4rem;
	justify-content: space-between;
	padding: 0.5rem;
	cursor: pointer;
}

.head-document {
	border-color: #ececec;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	color: #404040;
	margin-right: 0.5rem;
	margin-left: 0.4rem;
	justify-content: space-between;
	padding: 0.5rem;
	cursor: pointer;
	font-size: 14px;
}
/* .irDocumentoConsulta{ */
/* 	border-color: #ececec; */
/*     border-style: solid; */
/*     border-width: 0px 1px 1px 1px; */
/*     padding: .5rem!important; */
/* } */
/* .irDocumentoConsulta span{ */
/* 	margin-left: 24px; */
/* } */
.bt-tabla {
	border-top: 1px solid #ececec;
}
/*documentos pendientes tabla*/
.doc-pendding {
	background-color: #1A96E2;
	color: #fff;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	border-radius: 3px 3px 0px 0px;
	padding: 0.5rem;
	cursor: pointer;
}

.signer td {
	background-color: #1A96E2;
	color: #fff;
	border-radius: 5px 5px 0px 0px;
	justify-content: center;
	border: none;
}

.textLeft th {
	text-align: left;
}

.signer th {
	background-color: #1A96E2;
	color: #fff;
	border-radius: 5px 5px 0px 0px;
	justify-content: center;
	border: none;
}

.find td {
	background-color: #1A96E2;
	color: #fff;
	border-radius: 0px 5px 0px 0px;
	justify-content: center;
	border: none;
}

.find th {
	background-color: #1A96E2;
	color: #fff;
	border-radius: 5px 0px 0px 0px;
	justify-content: center;
	border: none;
}

.doc-pendding span {
	color: #fff;
}
/*documentos pendientes tabla*/
.g-document {
	box-shadow: 1px 1px 4px #40404040;
}
/*espacio entre los iconos del Doc*/
.space-ico i {
	margin-left: 3px;
}

.spaceV-ico i {
	margin-left: 16px;
}
/*Info documentos tabla*/
/*iconos de descarga personalizado*/
.own-ico {
	font-size: 36px;
	cursor: pointer;
	color: #fff;
}

.own-ico-off {
	font-size: 36px;
	cursor: default;
	color: rgba(255, 255, 255, 0.25098039215686274);
}

.trash {
	font-size: 18px;
	cursor: pointer;
	color: #fff;
}

.user {
	font-size: 16px;
	cursor: pointer;
	color: #fff;
}
/*iconos de descarga personalizado*/
/*---------------------------------------------
/*Tablas de doc*/
.info-download {
	margin-right: 0.5rem;
	margin-left: 0.4rem;
	border: 1px solid #ececec !important;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 0px 1px 4px #40404040;
}

.info-document {
	margin-right: 0.5rem;
	margin-left: 0.4rem;
	border: 1px solid #ececec !important;
	border-radius: 0px 0px 3px 3px;
	color: #1A96E2;
}

.info-doc {
	border-left: 1px solid #1A96E2;
}

.row-download {
	border-bottom: 1px solid #ececec;
}

.col-download {
	border-right: 1px solid #ececec;
	width: 33%;
}

.col-download-info-doc {
	border-right: 1px solid #ececec;
	min-width: 27%;
	max-width: 27%;
}

.col-firma {
	border-right: 1px solid #ececec;
	font-weight: bold;
	color: #565656;
	text-align: left;
}

.valorDesde, .valorHasta, .valorProceso {
	font-weight: normal;
}

/*Tablas de doc*/
/*Switched design*/
/*------------------------------------------------------------------------------*/
.custom-control-input:checked ~.custom-control-label::before {
	color: #fff;
	border-color: #1A96E2;
	background-color: #0E64A5;
}

.custom-switch .custom-control-label::before {
	left: -3rem;
	width: 2.8rem;
	pointer-events: all;
	border-radius: .9rem;
}

.custom-control-label::before, .custom-file-label, .custom-select {
	transition: background-color .15s ease-in-out, border-color .15s
		ease-in-out, box-shadow .15s ease-in-out;
}

.custom-control-label::before {
	position: absolute;
	top: .18rem;
	left: -2.5rem;
	display: block;
	width: 3rem;
	height: 1.5rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.custom-switch .custom-control-input:checked ~.custom-control-label::after
	{
	background-color: #fff;
	-webkit-transform: translateX(.75rem);
	transform: translateX(1.28rem);
}

.custom-switch .custom-control-label::after {
	top: calc(.28rem + 2px);
	left: calc(-67px + 23px);
	width: calc(1.3rem - 4px);
	height: calc(1.3rem - 4px);
	background-color: #adb5bd;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s
		ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s
		ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s
		ease-in-out, border-color .15s ease-in-out, box-shadow .15s
		ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s
		ease-in-out, border-color .15s ease-in-out, box-shadow .15s
		ease-in-out, -webkit-transform .15s ease-in-out;
}

.custom-control-label::after {
	position: absolute;
	top: .23rem;
	left: -2rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%;
}
/*Switched design*/
/*------------------------------------------------------------------------------*/
/*----------------------------------/* style icon */
/*content icono after*/
.icon {
	display: block;
}

.icon:after {
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	padding-left: 15px;
	color: #0E64A5;
	content: "\f138";
}

.iconColor {
	color: #0E64A5;
}

a.icon[aria-expanded="true"]:after {
	font-family: "Font Awesome 5 Free";
	content: "\f13a";
}
/*-----------------------------*/
/*content icono after*/
/*----------------------------
/*content icono before*/
.carpet {
	display: block;
	width: 100%;
	font-size: 14px;
}

.carpet:before {
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	color: #fff;
	content: "\f07b";
}

.carpet a {
	color: #fff;
	text-decoration: none;
}
/*codigo agregado por mi*/
.iconW:after {
	font-family: "fontello";
	font-size: 16px;
	color: #fff;
	speak: none;
	content: "\e809";
}

.iconW[aria-expanded="true"]:after {
	font-family: "fontello";
	content: "\e808";
	speak: none;
}

.preIconH {
	display: block;
	width: 100%;
}

.iconH {
	padding-right: 7px;
}

.iconH:after {
	font-family: "fontello";
	font-size: 16px;
	color: #1f1e1e;
	speak: none;
	content: "\e809";
}

.iconH[aria-expanded="true"]:after {
	font-family: "fontello";
	content: "\e808";
	speak: none;
}

.iconComent:after {
	font-family: "fontello";
	font-size: 16px;
	color: #1A96E2;
	speak: none;
	content: "\e80b";
}

.iconComent[aria-expanded="true"]:after {
	font-family: "fontello";
	content: "\e80a";
	speak: none;
}
/*fin del codigo agregado por mi*/
/*--Input claendar--*/
/* .calendar {
display: flex;
font-size: 14px;
width: 100%;
}
.calendar:after {
display: inline-block;
font-family: "fontello";
margin-left: auto;
top: 5px;
color: #0E64A5;
font-size: 16px;
speak: none;
content: "\e805";
} */
[type="date"]::-webkit-inner-spin-button {
	display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
}
/*--Input claendar--*/
/*---------------------------*/
.iconB {
	display: block;
	padding-left: 8px;
	padding-right: 8px;
}

.iconB:before {
	font-family: "fontello";
	font-size: 16px;
	color: #1A96E2;
	speak: none;
	content: "\e809";
}

a.iconB[aria-expanded="true"]:before {
	font-family: "fontello";
	content: "\e808";
	color: #1A96E2;
	speak: none;
}

.icon-pdf:before {
	font-family: "fontello";
	content: "\e80c";
	font-size: 40px;
	color: rgba(64, 64, 64, 0.5019607843137255);
	speak: none;
}
/*content icono before*/
/*----------------------------
/* style ruta */
.bold {
	font-weight: bold;
	font-size: 14px;
}

.cursive {
	font-style: italic;
	font-size: 14px;
}

#submenuli, #submenuli2 {
	padding: 0px;
	border: none;
}

#heading-1 {
	padding: 18px;
	border-bottom: 0.5px solid #1A96E2;
}

#heading-2 {
	padding: 18px;
	border-bottom: 0.5px solid #1A96E2;
}

#search {
	margin-top: 10px;
	background-color: #fff;
}

.searchOne {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 5px;
}

#accordionMenu {
	width: 100%;
	padding: 0px;
}

.accordionSubMenu {
	width: 100%;
	padding: 0px;
}

/*--------------------para input tipo password icono interno------*/
input {
	width: 100%;
	height: 40px;
	border: 0.5px solid #1A96E2;
	border-radius: 5px;
	margin: 5px 0;
	outline: none;
	padding: 8px;
	box-sizing: border-box;
	transition: 0.3s;
	background-color: transparent;
	cursor: pointer;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	width: 35px;
	height: auto;
	margin-left: 0px;
}

input[type=text].disabled {
	background-color: lightgray;
}

input[type=number].disabled {
	background-color: lightgray;
}

input:focus {
	border-color: #1A96E2;
	box-shadow: 0 0 2px 0 #1A96E2;
}

.passStren {
	text-align: center;
	margin-top: -15px;
	margin-left: 10px;
	margin-bottom: 0;
	font-size: 14px;
	color: #a7a7a7;
}

.inputWithIcon {
	position: relative;
}

.inputWithIcon i {
	position: absolute;
	justify-content: flex-end;
	margin-left: -35px;
	top: 2px;
	padding: 12.5px 8px;
	color: #1A96E2;
	transition: 0.3s;
	cursor: pointer;
}

.inputCalendar {
	position: relative;
	color: #0e64a5;
	background: url('../img/editables/calendar-01.svg') no-repeat;
	background-size: 20px;
	background-position: calc(100% - 10px) center;
	display: flex;
	align-items: flex-end;
}

.inputCalendar i {
	position: absolute;
	justify-content: flex-end;
	margin-left: calc(100% - 33px);
	top: 0px;
	padding: 12.5px 0px;
	color: #0e64a5;
	transition: 0.3s;
	cursor: pointer;
	font-size: 25px;
	z-index: 1;
}

input[type="date"]::-webkit-clear-button {
	z-index: 1;
	display: none;
}

.inputWithIcon input:focus+i {
	color: dodgerBlue;
}

.inputWithIcon.inputIconBg i {
	background-color: #aaa;
	color: #fff;
	padding: 9px 4px;
	border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input:focus+i {
	color: #fff;
	background-color: dodgerBlue;
}

.passChange {
	margin-top: 7rem;
}
/*--------------------para input tipo password icono interno------*/
.iText>input {
	width: 100%;
}
/* Bootstrap 4 Buscar Usuario*/
.busca .form-control {
	margin-right: 5.375rem;
	cursor: pointer;
}

.busca .form-control-feedback {
	position: absolute;
	z-index: 0;
	display: block;
	width: 100%;
	line-height: 2.285rem;
	text-align: right;
	pointer-events: none;
	color: #0E64A5;
	font-size: 16px;
	padding-right: 1.6rem;
	cursor: pointer;
}
/*--------------------------------------------
/* Bootstrap 4 Select Proceso*/
.select .form-control {
	margin-right: 5.375rem;
	cursor: pointer;
}

.select .form-control-feedback {
	position: absolute;
	z-index: 0;
	display: block;
	width: 100%;
	line-height: 3.085rem;
	text-align: right;
	pointer-events: none;
	color: #0E64A5;
	font-size: 18px;
	padding-right: 1.4rem;
	cursor: pointer;
}

.reject {
	width: 100%;
	position: relative;
}

.reject .form-control-reject {
	margin-right: 5.375rem;
	cursor: pointer;
}

.reject .form-control-reject {
	z-index: 0;
	display: inline-block;
	width: 100%;
	line-height: 0.5rem;
	text-align: right;
	pointer-events: none;
	color: #0E64A5;
	font-size: 18px;
	padding-right: 1.6rem;
	cursor: pointer;
}

.reject .form-control-reject {
	position: absolute;
	top: 15px;
	left: 18px;
}
/*--------------------------------------------
/* Bootstrap 4 Coment Proceso*/
@media ( min-width : 760px) {
	.over-edit-coment {
		z-index: 10;
		height: 65px;
		margin-left: 5px;
		margin-right: 15px;
		margin-bottom: 15px;
		position: absolute;
		padding-top: 25px;
		padding-left: 24%;
	}
}

@media ( max-width : 759px) {
	.over-edit-coment {
		z-index: 10;
		height: 65px;
		margin-left: 5px;
		margin-right: 15px;
		margin-bottom: 15px;
		position: absolute;
		padding-top: 25px;
		padding-left: 45%;
	}
}

.edit-coment {
	height: 65px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.edit-coment .form-control {
	margin-right: 3.375rem;
	align-self: top;
}

.edit-coment .form-control-contador {
	/*position: absolute;*/
	z-index: 0;
	width: 100%;
	height: 5px;
	line-height: 8.7rem;
	text-align: right;
	color: #1A96E2;
	font-size: 12px;
	margin-left: -15px;
}

textarea {
	width: 100%;
	border: 0.5px solid #1A96E2;
	border-radius: 5px;
	margin: 5px 0;
	outline: none;
	background-color: transparent;
	padding: 8px 12px 15px 8px;
	box-sizing: border-box;
	transition: 0.3s;
	resize: none;
}

textarea[disabled] {
	opacity: 0.3;
}

.edit-coment-1 {
	height: 160px;
}

.edit-coment-1 .form-control {
	margin-right: 3.375rem;
	align-self: top;
}

.edit-coment-1 .form-control-contador {
	z-index: 0;
	width: 100%;
	height: 0px;
	line-height: 19.5rem;
	text-align: right;
	color: #1A96E2;
	font-size: 10px;
	padding-right: 0.3rem;
}

.textComent {
	width: 50px;
	height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.textComent:hover {
	width: 100%;
	white-space: initial;
	overflow: visible;
	cursor: pointer;
}

.msgError {
	color: red;
}
/*-----------------------------------------------------------------------------*/
/*M side bar*/
html, body {
	overflow-x: hidden;
	height: 100%;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
}

.header {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	position: fixed;
	background: #fff;
	height: 60px !important;
	overflow: hidden;
	border-bottom: 2px solid #0E64A5;
	z-index: 10;
}

.main {
	margin: 0 auto;
	display: block;
	height: 100%;
	margin-top: 60px;
}

.mainInner {
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}

.mainInner div {
	display: table-cell;
	vertical-align: middle;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 1.25px;
}

#sidebarMenu {
	height: 100%;
	position: fixed;
	left: 0;
	width: 100%;
	margin-top: 63px;
	transform: translateX(-100%);
	transition: transform 250ms ease-in-out;
	background: #fff;
	z-index: 1;
}

.sidebarMenuInner {
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.sidebarMenuInner li a:hover {
	/*background-color: #1A96E2;*/
	color: #1A96E2;
}

.sidebarMenuInner li {
	list-style: none;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	padding: 18px;
	cursor: pointer;
	border-bottom: 0.5px solid #1A96E2;
}

.submenu {
	padding-inline-start: 0px;
}

.subsubmenu {
	margin-left: 14px;
}

.submenu li {
	font-size: 15px;
	border-bottom: 0.5px solid #1A96E2;
	background-color: #fff;
}

.submenu li a:hover {
	color: #1A96E2;
}

.sidebarMenuInner li span {
	display: block;
	font-size: 15px;
	padding-left: 14px;
}

#collapse-2 li span {
	margin-left: 14px;
}

.sidebarMenuInner li a {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
	transform: translateX(0);
}

input[type=checkbox] {
	transition: all 0.3s;
	box-sizing: border-box;
	display: none;
}

.sidebarIconToggle {
	transition: all 0.3s;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	height: 100%;
	width: 100%;
	top: 20px;
	left: 10px;
	height: 60px;
	width: 30px;
}

.spinner {
	transition: all 0.3s;
	box-sizing: border-box;
	position: absolute;
	height: 5px;
	width: 100%;
	background-color: #0E64A5;
}

.horizontal {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
}

.diagonal.part-1 {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
}

.diagonal.part-2 {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle>.horizontal {
	transition: all 0.3s;
	box-sizing: border-box;
	opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle>.diagonal.part-1 {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(135deg);
	margin-top: 9px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle>.diagonal.part-2 {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(-135deg);
	margin-top: -14px;
}
/*M side bar*/
.growUp {
	display: flex;
	width: 100%;
	height: 45px;
	margin: 0.5rem;
}

.growDown {
	display: flex;
	height: 45px;
	flex: 1 1;
	margin: 0.5rem;
}

.textCut {
	width: 25%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.textCut:hover {
	overflow: visible;
}

.viewBottom {
	margin-bottom: 0px;
	margin-top: auto;
}

.onlyComent {
	margin-top: 60px;
}
/*prueba texto cortado css3*/
.module {
	width: 250px;
	margin: 0 0 1em 0;
	overflow: hidden;
}

.module p {
	margin: 0;
}

.fade {
	position: absolute;
	height: 3.6em; /* exactly three lines */
}

.fade:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70%;
	height: 1.2em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1) 50%);
}

.content-xl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
/* .contentHome{
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, 0%);
margin-top: 35%;
}
.contentBtn{
position: relative;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, 100%);
}
.contentBody{
position: relative;
left: 50%;
transform: translate(-50%, 0%);
} */
.movilidadHome {
	margin-top: 5rem;
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 !important;
	align-content: space-between;
}

.modalAll {
	position: absolute;
	top: 0px;
}

.mUserPass {
	width: 100%;
}

.mBotones {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tabsCont {
	width: 95%;
	left: 0;
}

.back {
	font-size: 25px;
	margin-left: 1rem;
}
/*prueba texto cortado css3*/

/*pass stronger*/
.progress {
	height: 5px;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-bar-danger {
	background-color: #d9534f;
}

.form-horizontal {
	padding: 25px 20px;
	border: 1px solid #eee;
	border-radius: 5px;
}

.validPass {
	text-align: center;
	color: #898989;
	font-size: 12px;
}

.validPass>span>i {
	font-size: 8px;
	align-self: center;
}
/*pass stronger*/

/* modal - login */
.dark-overlay {
	display: flex;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 1028;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 600ms cubic-bezier(0.200, 0.965, 0.000, 1.005);
	transition: all 600ms cubic-bezier(0.200, 0.965, 0.000, 1.005);
}

.fab, .firma, .avisarTramitadorModal {
	z-index: 9998;
	position: absolute;
	width: 100%;
	cursor: pointer;
	font-weight: 100;
	-webkit-transition: all 600ms cubic-bezier(0.2, 0.965, 0, 1.005);
	transition: all 600ms cubic-bezier(0.2, 0.965, 0, 1.005);
}

.ventanaConfirmar {
	z-index: 9999;
	position: absolute;
	width: 100%;
	cursor: pointer;
	font-weight: 100;
	-webkit-transition: all 600ms cubic-bezier(0.2, 0.965, 0, 1.005);
	transition: all 600ms cubic-bezier(0.2, 0.965, 0, 1.005);
}

.active .fab-icon {
	display: none;
}

.active .protect {
	background: none;
}

.cntt-wrapper {
	display: none;
}

.active .cntt-wrapper {
	display: block;
}
/* modal - login */

/*------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*resoluciones de pantallas adaptadas ----------------------------------------*/
@media ( min-width : 760px) {
	hr {
		width: 50%;
	}
	.pass {
		width: 50%;
	}
	.user {
		width: 50%;
	}
	.passNew {
		width: 50%;
	}
	.passRep {
		width: 50%;
	}
	.progress {
		height: 5px;
		width: 48%;
		left: 25%;
		top: 100%;
		position: relative;
	}
	#onlyInput {
		width: 50%;
	}
	#pinInput {
		width: 50%;
	}
	.inputWithIcon {
		position: relative;
	}
	.inputWithIcon {
		text-align: center;
	}
	.inputWithIcon i {
		position: absolute;
		justify-content: flex-end;
		margin-left: -35px;
		top: 5px;
		padding: 12.5px 8px;
		color: #1A96E2;
		transition: 0.3s;
		cursor: pointer;
	}
	.form-control-feedback {
		width: 70% !important;
	}
	.route {
		width: 70%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		border-radius: 5px;
	}
	#selectResp {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}
	.tabsCont {
		width: 65%;
		left: 0;
	}
	.tableMessage {
		width: 50%;
		margin-right: auto;
		margin-left: auto;
	}
	.tablegeneral {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
		word-break: break-all;
	}
	.tableShowDoc {
		width: 50%;
		margin-right: auto;
		margin-left: auto;
	}
	.movilidadHome {
		margin-top: 1rem;
		display: flex;
		flex-wrap: wrap;
		flex: 1 1 !important;
		align-content: space-around;
		justify-content: center;
	}
	.growUp {
		display: flex;
		width: 25%;
		height: 45px;
		margin: 0.5rem;
		flex: 1 1;
	}
	.growDown {
		display: flex;
		flex: 1 1;
		margin: 0.5rem;
		height: 45px;
		justify-content: center;
	}
	.mUserPass {
		width: 50%;
	}
	.mBotones {
		width: 55%;
	}
	.viewBottom {
		margin-bottom: auto;
	}
	#btnVolver {
		width: 50%;
	}
	.cancelWidth {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.cancelWidthBusqueda {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
	}
	#cancel {
		width: 50%;
	}
	#close {
		width: 50%;
	}
	.btnContinuarContraSenia {
		width: 35%;
	}
}

@media ( max-width : 1024px) and (min-width: 759px) {
	.tableShowDoc {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}
	#fixedcontent-11 {
		margin-top: 180px;
	}
	#fixedcontent-12 {
		margin-top: 70px;
	}
}

@media ( min-width : 759px) and (max-width: 979px) {
	.home-logo {
		margin: 5px;
		height: 50px;
	}
}

@media ( max-width : 759px) {
	.comentario {
		word-wrap: break-word;
		text-overflow: ellipsis;
		word-break: break-word;
	}
	.avisarTramitador {
		padding: 0;
		font-stretch: condensed;
	}
}

.fixicons {
	width: auto;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.name-doc {
	width: 40%;
}

.name-doc span {
	float: right;
}

.filaUsuario {
	font-weight: 100;
}

.busquedaMail {
	font-weight: bold;
}

@media ( max-width : 759px) {
	.cargarMasP {
		margin-top: 25px !important;
		margin-bottom: 25px;
	}
}

.cargarMas {
	font-weight: bold;
	color: #007bff !important;
}

.cargarMasSpinner {
	font-weight: bold;
	margin-top: 1%;
	color: #007bff !important;
}

.descargaPrincipal {
	word-break: break-word;
}
/* Color grupo estado: CREACION */
.estadoGrupoDoc1 {
	color: #663399 !important;
	padding-left: 4px;
	text-decoration: none;
}

/* Color grupo estado: LANZADO */
.estadoGrupoDoc2 {
	color: red !important;
	padding-left: 4px;
	text-decoration: none;
}
/* Color grupo estado: PAUSADO */
.estadoGrupoDoc3 {
	color: #000000 !important;
	padding-left: 4px;
	text-decoration: none;
}
/* Color grupo estado: FINALIZADO */
.estadoGrupoDoc4 {
	color: #2E8B57 !important;
	padding-left: 4px;
	text-decoration: none;
}
/* Color grupo estado: ELIMINADO */
.estadoGrupoDoc5 {
	color: #C0C0C0 !important;
	padding-left: 4px;
	text-decoration: none;
}

/* Color documento de grupo estado: pendiente */
.estadoDoc1 {
	color: red !important;
	padding-left: 4px;
	text-decoration: none;
}
/* Color documento de grupo estado: visado 
.estadoDoc2 {
	color: #80bc00 !important;
	padding-left: 4px;
	text-decoration: none;
}
*/
/* Color documento de grupo estado: conformado 
.estadoDoc3 {
	color: #80bc00 !important;
	padding-left: 4px;
	text-decoration: none;
}*/
/* Color documento de grupo estado: firmado digitalmente 
.estadoDoc4 {
	color: #80bc00 !important;
	padding-left: 4px;
	text-decoration: none;
}*/
/* Color documento de grupo estado: rechazado */
.estadoDoc5 {
	color: #999999 !important;
	padding-left: 4px;
	text-decoration: none;
}
/* Color documento de grupo estado: eliminado 
.estadoDoc6 {
	/*color: #999999 !important;
	padding-left: 4px;
	text-decoration: none; 
	
}
 Color documento de grupo estado: validado 
.estadoDoc8 {
	color: #80bc00 !important;
	padding-left: 4px;
	text-decoration: none;
}*/

/* Color documento de grupo finalizado */
.documentoFinalizado {
	color: #80bc00 !important;
	text-decoration: none;
}
/* Color documento de grupo sin turno de firma y no finalizado */
.documentoNoPermitido {
	color: #1a96e2 !important;
	text-decoration: none;
}

.documentoPrivado {
	color: #000000 !important;
	/* 	font-weight: bold;
 */
	text-decoration: none;
}

.defaultCursor {
	cursor: default;
}

.estadoEnProceso {
	color: #ff7f50 !important;
}

.visibilityHidden {
	visibility: hidden;
}
.breakWordAll{
	word-break: break-all;
}
.trashDelegacion{
	width: 25%;
    text-align: end;
}

.footerCookies {
	color: #428bca;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: underline;
}