﻿span.active{
	color: var(--Segundo);
}


.listaUsuario{
	 text-align: left !important;
	 margin-left: 30px;
	 padding-top: 20px;
     border-top: solid 1px;
}

div.centrarContenido{
	text-align: center;
}

.iconoGrande{
	color: var(--Segundo);
	font-size: 10rem;
	margin-top: 20px;
}

span.rutasActivas{
	color: var(--Segundo)
}

.iconoBlanco{
	color: var(--Blanco) !important;
}

select, option {
 color: #6b615a !important;
}
/*vmeneses se realiza cambio para que la informacion del pago se muestre correctamente ya que anteriormente no se visualizaba los datos de la tarjeta*/
table.fondoAzul{
	color: var(--Texto) !important;
}

.dashboardSeccion{
	padding-right: 30px;
}

.fondoModal{
	color:#fff !important;
}

.resumenBlanco{
	background-color: #fff !important;
	color: #6b615a;
	margin-top: 35px;
	padding: 10px;
}

table.seleccionFila tr{
	cursor: pointer;
}

table thead tr{
	cursor: default !important;
}

.perfil-imagen{
	float: left;
    margin-top: 19px;
}

.btnPequeno{
	width: 15% !important;
    margin: 0 auto;
	float: none !important;
	margin-top: 40px;
}

.check-icon{
	text-align: center;
}

.check-icon>i{
	color: #02d51f;
	font-size: 125px !important;
	padding-top: 35px;
}


.medio{
	width: 47%;
	float: left;
}

.espacioFormulario{
	margin-bottom: 13px !important;
}

table.headerTabla{
	background-color: #fff !important;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #6b615a;
	padding: 10px;
}

table.headerTabla p, table.headerTabla li{
	padding-left: 20px;
	padding-right: 20px;
	width: 98%;
}

table.table-pay{
	/*color: #fff !important;*/
	font-family: Montserrat, "Montserrat Light" !important;
	border: none !important;

}

table.table-pay tr td{
	border: none !important;
	padding-right: 0px;
	margin-right: 0px;
}

table.table-pay tbody tr:first-child{
	margin-top: 10px;
}

.btn_tab_menu {
 /*padding: 20px 0 20px 0;*/
}

.btn_tabs {
 border: solid 1px #ffffff;
 background-color: transparent;
 border-radius: 20px;
    padding: 3px 15px 3px 15px;
 float: left;
 margin: 20px 10px 0 0;
    /*min-width: 10rem;*/
}

.btn_tabs:hover {
 background-color: #214885 !important;
}

.ajustar-contenido-formularios{
	margin-bottom: 120px;
}

.btnPrimario{
	float: right;
	background-color: var(--Segundo) !important;
	color: var(--Blanco);
	border: none;
	border-radius: 20px;
	padding: 6px 12px 6px 12px;
	cursor: pointer;
	font-size: 16px !important;
}

/* kespinoza: se agrega la clase para eliminar borde y sombra al botón */
.btnPrimario:focus {
  outline: none !important;
  box-shadow:none !important;
}

.btnPrimario:hover{
	background-color: var(--Acciones) !important;
}
/* vmeneses: se agrega 1px al padding para que el tamano sea exacto al de los botones primarios*/
.btnSecundario{
	float: right;
	background-color: #ffffff !important;
	color: #0c2245;
	border: solid 1px #0c2245;
	border-radius: 20px;
	padding: 3px 12px 7px 12px;
	cursor: pointer;
	font-weight: normal;
	font-size: 16px;
	margin-right: 10px;
}

.btnSecundario:hover{
	background-color: #ededed !important;
}

.btn_areatrabajo {
	border: solid 1px #ffffff;
	background-color: transparent;
	border-radius: 20px;
    padding: 3px 15px 3px 15px;
	margin:  0px 5px 0 5px;
	width: 90% !important;
}

.btn_areatrabajo:hover {
	background-color: #214885 !important;
}

.descripcionFlujo{
	width: 93%;
	background-color: transparent;
  color: var(--Texto);
	border: solid 1px #7E7E7E;
	border-radius: 5px;
	margin-left: 2%;
	margin-right: 2%;
  float: left;
  height:70px;
  padding: 10px;
  resize: none;
}

.btn-Perfil{
	background: none;
	background-color: var(--Segundo) !important;
	border-radius: 30px !important;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 22px;
	border: none;
	font-size: 10px;
	font-weight: lighter !important;
	color: var(--Blanco)
}

p.textoCorreo{
	text-align: center;
	margin-top: -4px;
	color: #333 !important;
}

h4.perfilUsuario{
	text-align: center;
	color: #333 !important;
}

.icon-circle{
	font-size: 30px;
}

.notificacionesList{
	list-style: none;
}

li.header{
	color: #333;
}

.ico-color{
	color: #142748 !important;
	font-size: 90px;
	margin-top: 25%;
}

.ico-mediano{
	font-size: 6rem;
	color: var(--Texto) !important;
}

.ico-pequeno{
	font-size: 1.8rem;
	color: var(--Texto) !important;
}

.icono_titulos{
	font-size: 28px;
	cursor:pointer;
	position: absolute;
}

.ico-menu{
	border-right: 1px solid #ffffff;
	text-align: center;
	margin-top: 80px;
	cursor: pointer;
}

.overflowText{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .profile-pic{
	border: 1px solid #ffffff;
	border-radius: 5px;
	text-align: center;
	width: 150px;
    padding: 0;
} */

/*Eurena:30092018*/
/* .profile-pic{
	cursor:pointer;
	height: 150px;
	width:150px;
	background-size:cover;
} */
.profile-pic{
	border: 1px solid #ffffff;
	cursor:pointer;
	border-radius: 5px;
	text-align: center;
	width: 150px;
	height: 150px;
	background-size:cover;
	padding: 0;
}
.profile-pic.open > .dropdown-menu {
	min-width:auto !important;

}

.profile-pic:hover{
	/*border:none;
	border-radius:5px;*/
	background-color:#1ABB9C !important;
	min-width:125px;
	color:#FFFFFF;
	background-image:url(../../img/perfil_over.png);
	z-index:11;
	opacity:0.6;
}

.line-div{
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.ajustar-contenido{
	margin-bottom: 30px;
}

.pequeAreatexto{
	font-size: 11px;
}

.blanco{
	color: #fff !important;
}

.areaIzquierda{
	float: left;
	width: 20%;
}

.areaDerecha{
	float: left;
	width: 80%;
	text-align: right;
}

.transparente{
	background-color: transparent !important;
}
table.areaTrabajo tr td:last-child{
	width: 12%;
	text-align: center;
}

table.areaTrabajo tr td:nth-child(2), table.areaTrabajo th:nth-child(2), table.areaTrabajo tr td:nth-child(3), table.areaTrabajo th:nth-child(3), table.areaTrabajo th:last-child{
	text-align: center;
}

.bolitaVerde{
	font-size: 10px;
	color: #4CAF50 !important;
	cursor: pointer;
}
.bolitaAmarilla{
	font-size: 10px;
	color: #efe821 !important;
	cursor: pointer;
}
.bolitaRoja{
	font-size: 10px;
	color: #f4392b !important;
	cursor: pointer;
}

.FAB {
  position: absolute;
  bottom: 0px;
  right: 60px;
  width: 50px;
}

.borde{
	border-right: solid 1px var(--GrisOscuro);
	min-height: 200px;
}

.FAB__action-button {
  cursor: pointer;
  position: absolute;
}
.FAB__action-button {
  bottom: 0;
  right: 0;
}
.FAB__action-button:hover .action-button__icon {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.14), 0 8px 16px rgba(0, 0, 0, 0.28);
}
.action-button__icon {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  background-color: #0c2245;
  border-radius: 50%;
  color: #fff;
  padding: 16px;
}
.action-button__text--hide {
  display: none;
}
.action-button__text--show {
  background-color: #829cc8;
  border-radius: 3px;
  color: #fff;
  right: 75px;
  font-size: 14px;
  font-family: Montserrat, "Montserrat Light" !important;
  font-weight: lighter;
  opacity: .8;
  padding: 5px 9px;
  position: absolute;
  top: 0px;
  white-space: nowrap;
}

.listas ul > li > a {
    position: relative;
    display: block;
    padding: 0px 0px !important;
	color: var(--Texto) !important;
}

.listas ul > li > a:active {
    position: relative;
    display: block;
    padding: 0px 0px !important;
	color: #ffffff !important;
}

span.texto_tramite{
	margin-left: 20px;
	vertical-align: super;
}

.espacio_opciones{
	line-height: 70px;
}

a.tramitesiconos{
	text-decoration: none;
	color: var(--Texto);
}

::placeholder{
	color: var(--Texto) !important;
}

li.selecciontramites{
	color: var(--Texto) !important;
	font-size: 14px;
	line-height: 3rem;
}

li.selecciontramites.activo{
	color: #fff !important;
}

ul li.tramites{
	color: var(--Texto) !important;
	font-size: 12px;
}

.lupabusqueda{
	background-color: transparent;
	border: none;
	color: #829cc8;
}

/**gbermudez
06/02/2019/
motivo: se elimina
.material-icons{
	color: var(--GrisOscuro);
ya que las flechas del calendario no se estaban viendo en el fondo blanco
*/

.user-icon{
	text-align: center;
	padding-top: 20px;
}

.dataTables_filter{
	text-align: right !important;
}

.dataTables_paginate{
	text-align: right;
}

h1.titular{
	font-weight: lighter !important;
}

h1.titular2 {
    font-weight: lighter !important;
	font-size: 30px;
}

h1.titulardashboard{
	font-weight: lighter !important;
	margin-left: 0px;
	margin-bottom: 50px;
	margin-top: 40px;
}

p.subtitular{
}

.nav-tab{
	margin: 0 auto;
	width: 100%;
/*	text-align: center !important;*/
}

small.etiquetas_expedientes{
	color: var(--Texto);
	font-size: 10px;
}

small.porcentaje_expedientes{
	color: var(--Texto);
	font-size: 10px;
	float: right;
	padding-top: 4px;
}

p.datos{
	color: var(--Texto);
	margin-top: -20px;
	padding: 0px;
	margin-bottom: 0px;
}

.notificacion{
	color: #fff !important;
}

.notificacion-ico{
	margin-top: 0px;
}

input[type="text"].knob{
	margin-top: 35px !important;
	color: var(--Texto) !important;
}

h2.dashboard{
	margin-bottom: 70px !important;
}

.legal{
	background-color: #fff;
	height: 5rem;
	width:100%;
	z-index: 1000;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
/*	border-bottom: solid 1px var(--GrisOscuro);
*/	border-top: solid 1px var(--GrisOscuro);
}

b.links{
	margin-right: 10px;
	margin-left: 20px;
	cursor: pointer;
	font-size: 12px;
}

.theme-red .navbar {
  background-color: var(--Segundo); }

.theme-red .navbar-brand {
  color: var(--Blanco); }
  .theme-red .navbar-brand:hover {
    color: var(--Blanco); }
  .theme-red .navbar-brand:active {
    color: #fff; }
  .theme-red .navbar-brand:focus {
    color: #fff; }

.theme-red .nav > li > a {
  color: #fff; }
  .theme-red .nav > li > a:hover {
    background-color: transparent; }
  .theme-red .nav > li > a:focus {
    background-color: transparent; }

.theme-red .nav .open > a {
  background-color: transparent; }
  .theme-red .nav .open > a:hover {
    background-color: transparent; }
  .theme-red .nav .open > a:focus {
    background-color: transparent; }

.theme-red .bars {
  color: #c8cccd; }

.theme-red .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-red .sidebar .menu .list li.active > :first-child i, .theme-red .sidebar .menu .list li.active > :first-child span {
    /*color: #F44336;*/ }

.theme-red .sidebar .menu .list .toggled {
  background-color: #08163a; }

.theme-red .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-red .sidebar .legal {
  background-color: #fff; }
  .theme-red .sidebar .legal .copyright a {
    color: #F44336 !important; }

.theme-pink .navbar {
  background-color: #E91E63; }

.theme-pink .navbar-brand {
  color: #fff; }
  .theme-pink .navbar-brand:hover {
    color: #fff; }
  .theme-pink .navbar-brand:active {
    color: #fff; }
  .theme-pink .navbar-brand:focus {
    color: #fff; }

.theme-pink .nav > li > a {
  color: #fff; }
  .theme-pink .nav > li > a:hover {
    background-color: transparent; }
  .theme-pink .nav > li > a:focus {
    background-color: transparent; }

.theme-pink .nav .open > a {
  background-color: transparent; }
  .theme-pink .nav .open > a:hover {
    background-color: transparent; }
  .theme-pink .nav .open > a:focus {
    background-color: transparent; }

.theme-pink .bars {
  color: #fff; }

.theme-pink .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-pink .sidebar .menu .list li.active > :first-child i, .theme-pink .sidebar .menu .list li.active > :first-child span {
    color: #E91E63; }

.theme-pink .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-pink .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-pink .sidebar .legal {
  background-color: #fff; }
  .theme-pink .sidebar .legal .copyright a {
    color: #E91E63 !important; }

.theme-purple .navbar {
  background-color: #9C27B0; }

.theme-purple .navbar-brand {
  color: #fff; }
  .theme-purple .navbar-brand:hover {
    color: #fff; }
  .theme-purple .navbar-brand:active {
    color: #fff; }
  .theme-purple .navbar-brand:focus {
    color: #fff; }

.theme-purple .nav > li > a {
  color: #fff; }
  .theme-purple .nav > li > a:hover {
    background-color: transparent; }
  .theme-purple .nav > li > a:focus {
    background-color: transparent; }

.theme-purple .nav .open > a {
  background-color: transparent; }
  .theme-purple .nav .open > a:hover {
    background-color: transparent; }
  .theme-purple .nav .open > a:focus {
    background-color: transparent; }

.theme-purple .bars {
  color: #fff; }

.theme-purple .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-purple .sidebar .menu .list li.active > :first-child i, .theme-purple .sidebar .menu .list li.active > :first-child span {
    color: #9C27B0; }

.theme-purple .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-purple .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-purple .sidebar .legal {
  background-color: #fff; }
  .theme-purple .sidebar .legal .copyright a {
    color: #9C27B0 !important; }

.theme-deep-purple .navbar {
  background-color: #673AB7; }

.theme-deep-purple .navbar-brand {
  color: #fff; }
  .theme-deep-purple .navbar-brand:hover {
    color: #fff; }
  .theme-deep-purple .navbar-brand:active {
    color: #fff; }
  .theme-deep-purple .navbar-brand:focus {
    color: #fff; }

.theme-deep-purple .nav > li > a {
  color: #fff; }
  .theme-deep-purple .nav > li > a:hover {
    background-color: transparent; }
  .theme-deep-purple .nav > li > a:focus {
    background-color: transparent; }

.theme-deep-purple .nav .open > a {
  background-color: transparent; }
  .theme-deep-purple .nav .open > a:hover {
    background-color: transparent; }
  .theme-deep-purple .nav .open > a:focus {
    background-color: transparent; }

.theme-deep-purple .bars {
  color: #fff; }

.theme-deep-purple .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-deep-purple .sidebar .menu .list li.active > :first-child i, .theme-deep-purple .sidebar .menu .list li.active > :first-child span {
    color: #673AB7; }

.theme-deep-purple .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-deep-purple .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-deep-purple .sidebar .legal {
  background-color: #fff; }
  .theme-deep-purple .sidebar .legal .copyright a {
    color: #673AB7 !important; }

.theme-indigo .navbar {
  background-color: #3F51B5; }

.theme-indigo .navbar-brand {
  color: #fff; }
  .theme-indigo .navbar-brand:hover {
    color: #fff; }
  .theme-indigo .navbar-brand:active {
    color: #fff; }
  .theme-indigo .navbar-brand:focus {
    color: #fff; }

.theme-indigo .nav > li > a {
  color: #fff; }
  .theme-indigo .nav > li > a:hover {
    background-color: transparent; }
  .theme-indigo .nav > li > a:focus {
    background-color: transparent; }

.theme-indigo .nav .open > a {
  background-color: transparent; }
  .theme-indigo .nav .open > a:hover {
    background-color: transparent; }
  .theme-indigo .nav .open > a:focus {
    background-color: transparent; }

.theme-indigo .bars {
  color: #fff; }

.theme-indigo .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-indigo .sidebar .menu .list li.active > :first-child i, .theme-indigo .sidebar .menu .list li.active > :first-child span {
    color: #3F51B5; }

.theme-indigo .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-indigo .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-indigo .sidebar .legal {
  background-color: #fff; }
  .theme-indigo .sidebar .legal .copyright a {
    color: #3F51B5 !important; }

.theme-blue .navbar {
  background-color: #2196F3; }

.theme-blue .navbar-brand {
  color: #fff; }
  .theme-blue .navbar-brand:hover {
    color: #fff; }
  .theme-blue .navbar-brand:active {
    color: #fff; }
  .theme-blue .navbar-brand:focus {
    color: #fff; }

.theme-blue .nav > li > a {
  color: #fff; }
  .theme-blue .nav > li > a:hover {
    background-color: transparent; }
  .theme-blue .nav > li > a:focus {
    background-color: transparent; }

.theme-blue .nav .open > a {
  background-color: transparent; }
  .theme-blue .nav .open > a:hover {
    background-color: transparent; }
  .theme-blue .nav .open > a:focus {
    background-color: transparent; }

.theme-blue .bars {
  color: #fff; }

.theme-blue .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-blue .sidebar .menu .list li.active > :first-child i, .theme-blue .sidebar .menu .list li.active > :first-child span {
    color: #2196F3; }

.theme-blue .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-blue .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-blue .sidebar .legal {
  background-color: #fff; }
  .theme-blue .sidebar .legal .copyright a {
    color: #2196F3 !important; }

.theme-light-blue .navbar {
  background-color: #03A9F4; }

.theme-light-blue .navbar-brand {
  color: #fff; }
  .theme-light-blue .navbar-brand:hover {
    color: #fff; }
  .theme-light-blue .navbar-brand:active {
    color: #fff; }
  .theme-light-blue .navbar-brand:focus {
    color: #fff; }

.theme-light-blue .nav > li > a {
  color: #fff; }
  .theme-light-blue .nav > li > a:hover {
    background-color: transparent; }
  .theme-light-blue .nav > li > a:focus {
    background-color: transparent; }

.theme-light-blue .nav .open > a {
  background-color: transparent; }
  .theme-light-blue .nav .open > a:hover {
    background-color: transparent; }
  .theme-light-blue .nav .open > a:focus {
    background-color: transparent; }

.theme-light-blue .bars {
  color: #fff; }

.theme-light-blue .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-light-blue .sidebar .menu .list li.active > :first-child i, .theme-light-blue .sidebar .menu .list li.active > :first-child span {
    color: #03A9F4; }

.theme-light-blue .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-light-blue .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-light-blue .sidebar .legal {
  background-color: #fff; }
  .theme-light-blue .sidebar .legal .copyright a {
    color: #03A9F4 !important; }

.theme-cyan .navbar {
  background-color: #00BCD4; }

.theme-cyan .navbar-brand {
  color: #fff; }
  .theme-cyan .navbar-brand:hover {
    color: #fff; }
  .theme-cyan .navbar-brand:active {
    color: #fff; }
  .theme-cyan .navbar-brand:focus {
    color: #fff; }

.theme-cyan .nav > li > a {
  color: #fff; }
  .theme-cyan .nav > li > a:hover {
    background-color: transparent; }
  .theme-cyan .nav > li > a:focus {
    background-color: transparent; }

.theme-cyan .nav .open > a {
  background-color: transparent; }
  .theme-cyan .nav .open > a:hover {
    background-color: transparent; }
  .theme-cyan .nav .open > a:focus {
    background-color: transparent; }

.theme-cyan .bars {
  color: #fff; }

.theme-cyan .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-cyan .sidebar .menu .list li.active > :first-child i, .theme-cyan .sidebar .menu .list li.active > :first-child span {
    color: #00BCD4; }

.theme-cyan .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-cyan .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-cyan .sidebar .legal {
  background-color: #fff; }
  .theme-cyan .sidebar .legal .copyright a {
    color: #00BCD4 !important; }

.theme-teal .navbar {
  background-color: #009688; }

.theme-teal .navbar-brand {
  color: #fff; }
  .theme-teal .navbar-brand:hover {
    color: #fff; }
  .theme-teal .navbar-brand:active {
    color: #fff; }
  .theme-teal .navbar-brand:focus {
    color: #fff; }

.theme-teal .nav > li > a {
  color: #fff; }
  .theme-teal .nav > li > a:hover {
    background-color: transparent; }
  .theme-teal .nav > li > a:focus {
    background-color: transparent; }

.theme-teal .nav .open > a {
  background-color: transparent; }
  .theme-teal .nav .open > a:hover {
    background-color: transparent; }
  .theme-teal .nav .open > a:focus {
    background-color: transparent; }

.theme-teal .bars {
  color: #fff; }

.theme-teal .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-teal .sidebar .menu .list li.active > :first-child i, .theme-teal .sidebar .menu .list li.active > :first-child span {
    color: #009688; }

.theme-teal .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-teal .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-teal .sidebar .legal {
  background-color: #fff; }
  .theme-teal .sidebar .legal .copyright a {
    color: #009688 !important; }

.theme-green .navbar {
  background-color: #4CAF50; }

.theme-green .navbar-brand {
  color: #fff; }
  .theme-green .navbar-brand:hover {
    color: #fff; }
  .theme-green .navbar-brand:active {
    color: #fff; }
  .theme-green .navbar-brand:focus {
    color: #fff; }

.theme-green .nav > li > a {
  color: #fff; }
  .theme-green .nav > li > a:hover {
    background-color: transparent; }
  .theme-green .nav > li > a:focus {
    background-color: transparent; }

.theme-green .nav .open > a {
  background-color: transparent; }
  .theme-green .nav .open > a:hover {
    background-color: transparent; }
  .theme-green .nav .open > a:focus {
    background-color: transparent; }

.theme-green .bars {
  color: #fff; }

.theme-green .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-green .sidebar .menu .list li.active > :first-child i, .theme-green .sidebar .menu .list li.active > :first-child span {
    color: #4CAF50; }

.theme-green .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-green .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-green .sidebar .legal {
  background-color: #fff; }
  .theme-green .sidebar .legal .copyright a {
    color: #4CAF50 !important; }

.theme-light-green .navbar {
  background-color: #8BC34A; }

.theme-light-green .navbar-brand {
  color: #fff; }
  .theme-light-green .navbar-brand:hover {
    color: #fff; }
  .theme-light-green .navbar-brand:active {
    color: #fff; }
  .theme-light-green .navbar-brand:focus {
    color: #fff; }

.theme-light-green .nav > li > a {
  color: #fff; }
  .theme-light-green .nav > li > a:hover {
    background-color: transparent; }
  .theme-light-green .nav > li > a:focus {
    background-color: transparent; }

.theme-light-green .nav .open > a {
  background-color: transparent; }
  .theme-light-green .nav .open > a:hover {
    background-color: transparent; }
  .theme-light-green .nav .open > a:focus {
    background-color: transparent; }

.theme-light-green .bars {
  color: #fff; }

.theme-light-green .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-light-green .sidebar .menu .list li.active > :first-child i, .theme-light-green .sidebar .menu .list li.active > :first-child span {
    color: #8BC34A; }

.theme-light-green .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-light-green .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-light-green .sidebar .legal {
  background-color: #fff; }
  .theme-light-green .sidebar .legal .copyright a {
    color: #8BC34A !important; }

.theme-lime .navbar {
  background-color: #CDDC39; }

.theme-lime .navbar-brand {
  color: #fff; }
  .theme-lime .navbar-brand:hover {
    color: #fff; }
  .theme-lime .navbar-brand:active {
    color: #fff; }
  .theme-lime .navbar-brand:focus {
    color: #fff; }

.theme-lime .nav > li > a {
  color: #fff; }
  .theme-lime .nav > li > a:hover {
    background-color: transparent; }
  .theme-lime .nav > li > a:focus {
    background-color: transparent; }

.theme-lime .nav .open > a {
  background-color: transparent; }
  .theme-lime .nav .open > a:hover {
    background-color: transparent; }
  .theme-lime .nav .open > a:focus {
    background-color: transparent; }

.theme-lime .bars {
  color: #fff; }

.theme-lime .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-lime .sidebar .menu .list li.active > :first-child i, .theme-lime .sidebar .menu .list li.active > :first-child span {
    color: #CDDC39; }

.theme-lime .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-lime .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-lime .sidebar .legal {
  background-color: #fff; }
  .theme-lime .sidebar .legal .copyright a {
    color: #CDDC39 !important; }

.theme-yellow .navbar {
  background-color: #FFEB3B; }

.theme-yellow .navbar-brand {
  color: #fff; }
  .theme-yellow .navbar-brand:hover {
    color: #fff; }
  .theme-yellow .navbar-brand:active {
    color: #fff; }
  .theme-yellow .navbar-brand:focus {
    color: #fff; }

.theme-yellow .nav > li > a {
  color: #fff; }
  .theme-yellow .nav > li > a:hover {
    background-color: transparent; }
  .theme-yellow .nav > li > a:focus {
    background-color: transparent; }

.theme-yellow .nav .open > a {
  background-color: transparent; }
  .theme-yellow .nav .open > a:hover {
    background-color: transparent; }
  .theme-yellow .nav .open > a:focus {
    background-color: transparent; }

.theme-yellow .bars {
  color: #fff; }

.theme-yellow .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-yellow .sidebar .menu .list li.active > :first-child i, .theme-yellow .sidebar .menu .list li.active > :first-child span {
    color: #FFEB3B; }

.theme-yellow .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-yellow .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-yellow .sidebar .legal {
  background-color: #fff; }
  .theme-yellow .sidebar .legal .copyright a {
    color: #FFEB3B !important; }

.theme-amber .navbar {
  background-color: #FFC107; }

.theme-amber .navbar-brand {
  color: #fff; }
  .theme-amber .navbar-brand:hover {
    color: #fff; }
  .theme-amber .navbar-brand:active {
    color: #fff; }
  .theme-amber .navbar-brand:focus {
    color: #fff; }

.theme-amber .nav > li > a {
  color: #fff; }
  .theme-amber .nav > li > a:hover {
    background-color: transparent; }
  .theme-amber .nav > li > a:focus {
    background-color: transparent; }

.theme-amber .nav .open > a {
  background-color: transparent; }
  .theme-amber .nav .open > a:hover {
    background-color: transparent; }
  .theme-amber .nav .open > a:focus {
    background-color: transparent; }

.theme-amber .bars {
  color: #fff; }

.theme-amber .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-amber .sidebar .menu .list li.active > :first-child i, .theme-amber .sidebar .menu .list li.active > :first-child span {
    color: #FFC107; }

.theme-amber .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-amber .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-amber .sidebar .legal {
  background-color: #fff; }
  .theme-amber .sidebar .legal .copyright a {
    color: #FFC107 !important; }

.theme-orange .navbar {
  background-color: #FF9800; }

.theme-orange .navbar-brand {
  color: #fff; }
  .theme-orange .navbar-brand:hover {
    color: #fff; }
  .theme-orange .navbar-brand:active {
    color: #fff; }
  .theme-orange .navbar-brand:focus {
    color: #fff; }

.theme-orange .nav > li > a {
  color: #fff; }
  .theme-orange .nav > li > a:hover {
    background-color: transparent; }
  .theme-orange .nav > li > a:focus {
    background-color: transparent; }

.theme-orange .nav .open > a {
  background-color: transparent; }
  .theme-orange .nav .open > a:hover {
    background-color: transparent; }
  .theme-orange .nav .open > a:focus {
    background-color: transparent; }

.theme-orange .bars {
  color: #fff; }

.theme-orange .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-orange .sidebar .menu .list li.active > :first-child i, .theme-orange .sidebar .menu .list li.active > :first-child span {
    color: #FF9800; }

.theme-orange .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-orange .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-orange .sidebar .legal {
  background-color: #fff; }
  .theme-orange .sidebar .legal .copyright a {
    color: #FF9800 !important; }

.theme-deep-orange .navbar {
  background-color: #FF5722; }

.theme-deep-orange .navbar-brand {
  color: #fff; }
  .theme-deep-orange .navbar-brand:hover {
    color: #fff; }
  .theme-deep-orange .navbar-brand:active {
    color: #fff; }
  .theme-deep-orange .navbar-brand:focus {
    color: #fff; }

.theme-deep-orange .nav > li > a {
  color: #fff; }
  .theme-deep-orange .nav > li > a:hover {
    background-color: transparent; }
  .theme-deep-orange .nav > li > a:focus {
    background-color: transparent; }

.theme-deep-orange .nav .open > a {
  background-color: transparent; }
  .theme-deep-orange .nav .open > a:hover {
    background-color: transparent; }
  .theme-deep-orange .nav .open > a:focus {
    background-color: transparent; }

.theme-deep-orange .bars {
  color: #fff; }

.theme-deep-orange .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-deep-orange .sidebar .menu .list li.active > :first-child i, .theme-deep-orange .sidebar .menu .list li.active > :first-child span {
    color: #FF5722; }

.theme-deep-orange .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-deep-orange .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-deep-orange .sidebar .legal {
  background-color: #fff; }
  .theme-deep-orange .sidebar .legal .copyright a {
    color: #FF5722 !important; }

.theme-brown .navbar {
  background-color: #795548; }

.theme-brown .navbar-brand {
  color: #fff; }
  .theme-brown .navbar-brand:hover {
    color: #fff; }
  .theme-brown .navbar-brand:active {
    color: #fff; }
  .theme-brown .navbar-brand:focus {
    color: #fff; }

.theme-brown .nav > li > a {
  color: #fff; }
  .theme-brown .nav > li > a:hover {
    background-color: transparent; }
  .theme-brown .nav > li > a:focus {
    background-color: transparent; }

.theme-brown .nav .open > a {
  background-color: transparent; }
  .theme-brown .nav .open > a:hover {
    background-color: transparent; }
  .theme-brown .nav .open > a:focus {
    background-color: transparent; }

.theme-brown .bars {
  color: #fff; }

.theme-brown .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-brown .sidebar .menu .list li.active > :first-child i, .theme-brown .sidebar .menu .list li.active > :first-child span {
    color: #795548; }

.theme-brown .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-brown .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-brown .sidebar .legal {
  background-color: #fff; }
  .theme-brown .sidebar .legal .copyright a {
    color: #795548 !important; }

.theme-grey .navbar {
  background-color: #9E9E9E; }

.theme-grey .navbar-brand {
  color: #fff; }
  .theme-grey .navbar-brand:hover {
    color: #fff; }
  .theme-grey .navbar-brand:active {
    color: #fff; }
  .theme-grey .navbar-brand:focus {
    color: #fff; }

.theme-grey .nav > li > a {
  color: #fff; }
  .theme-grey .nav > li > a:hover {
    background-color: transparent; }
  .theme-grey .nav > li > a:focus {
    background-color: transparent; }

.theme-grey .nav .open > a {
  background-color: transparent; }
  .theme-grey .nav .open > a:hover {
    background-color: transparent; }
  .theme-grey .nav .open > a:focus {
    background-color: transparent; }

.theme-grey .bars {
  color: #fff; }

.theme-grey .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-grey .sidebar .menu .list li.active > :first-child i, .theme-grey .sidebar .menu .list li.active > :first-child span {
    color: #9E9E9E; }

.theme-grey .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-grey .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-grey .sidebar .legal {
  background-color: #fff; }
  .theme-grey .sidebar .legal .copyright a {
    color: #9E9E9E !important; }

.theme-blue-grey .navbar {
  background-color: #607D8B; }

.theme-blue-grey .navbar-brand {
  color: #fff; }
  .theme-blue-grey .navbar-brand:hover {
    color: #fff; }
  .theme-blue-grey .navbar-brand:active {
    color: #fff; }
  .theme-blue-grey .navbar-brand:focus {
    color: #fff; }

.theme-blue-grey .nav > li > a {
  color: #fff; }
  .theme-blue-grey .nav > li > a:hover {
    background-color: transparent; }
  .theme-blue-grey .nav > li > a:focus {
    background-color: transparent; }

.theme-blue-grey .nav .open > a {
  background-color: transparent; }
  .theme-blue-grey .nav .open > a:hover {
    background-color: transparent; }
  .theme-blue-grey .nav .open > a:focus {
    background-color: transparent; }

.theme-blue-grey .bars {
  color: #fff; }

.theme-blue-grey .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-blue-grey .sidebar .menu .list li.active > :first-child i, .theme-blue-grey .sidebar .menu .list li.active > :first-child span {
    color: #607D8B; }

.theme-blue-grey .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-blue-grey .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-blue-grey .sidebar .legal {
  background-color: #fff; }
  .theme-blue-grey .sidebar .legal .copyright a {
    color: #607D8B !important; }

.theme-black .navbar {
  background-color: #000; }

.theme-black .navbar-brand {
  color: #fff; }
  .theme-black .navbar-brand:hover {
    color: #fff; }
  .theme-black .navbar-brand:active {
    color: #fff; }
  .theme-black .navbar-brand:focus {
    color: #fff; }

.theme-black .nav > li > a {
  color: #fff; }
  .theme-black .nav > li > a:hover {
    background-color: transparent; }
  .theme-black .nav > li > a:focus {
    background-color: transparent; }

.theme-black .nav .open > a {
  background-color: transparent; }
  .theme-black .nav .open > a:hover {
    background-color: transparent; }
  .theme-black .nav .open > a:focus {
    background-color: transparent; }

.theme-black .bars {
  color: #fff; }

.theme-black .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-black .sidebar .menu .list li.active > :first-child i, .theme-black .sidebar .menu .list li.active > :first-child span {
    color: #000; }

.theme-black .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-black .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-black .sidebar .legal {
  background-color: #fff; }
  .theme-black .sidebar .legal .copyright a {
    color: #000 !important; }

/*********************************/
/*******Estilos Reportes**********/
/*********************************/

.lighter{
   font-size: 12px;
   font-weight: lighter;
}

.repTitulo{
   font-size: 14px;
   font-weight: 600;
}

.ico-costo{
	text-align: right;
	padding-right: 10px;
}

/*Estilo para dropdown*/
.combo_select{
  border: none !important;
  border-bottom: 1px solid #CCC !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  color: var(--Texto) !important; /*vmeneses: se realiza cambio ya que los combos de la tarjeta del pago no se visualizaban*/
}

.form-header{
  font-size: 15px;
  color: var(--GrisOscuro);
}

.titulo-seccion{
  font-size: 40px;
  font-weight: 600;
  color: var(--Segundo);
}

.division-azul{
  background-color: var(--Segundo);
  height: 10px;
  margin-bottom: 50px;
}

.numTramite{
  background-color: var(--GrisOscuro);
  width: 200px;
  border-radius: 20px;
  color: #ffffff;
  padding: 4px 0 4px 0;
  text-align: center;
  margin-left: 40px;
  float: right;
  position: relative;
  top: 100px;
}

.wrapper{
  text-align: right;
  left: 110px;
  font-size: 13px;
}

.titulo-textarea{
  text-align: left !important;
  color: var(--Segundo);
}

.btnGuardar{
  float: left;
  margin-left: 45%;
}

.alinear-derecha{
  float: right;
}

#cid_38{
  width: 100px;
}

.hr-form{
  border-top: 1px solid var(--GrisOscuro) !important;
}

label{
  padding-right: 15px;
  padding-top: 5px;
}

.label-radio{
  padding: 0px 5px 0px 25px;
}

.date-form{
  width: 450px !important;
}

.file-container{
  border: 1px solid var(--GrisOscuro);
  height: 30px;
  border-radius: 7px;
  padding: 3px;
  margin-bottom: 10px;
}

	/*****************************************************************/
/*********estilos para la pantalla de resumen*********************/
/*****************************************************************/

.lighter{
   font-size: 12px;
   font-weight: lighter;
}

.repTitulo{
   font-size: 14px;
   font-weight: 600;
}

 .vista{
      display: inline-block;
      width: 30%;
	 font-size: 10px;
	 float: left;
  }

  .card-registro {
   background-color: #ffffff !important;
   margin: 2% 10% 0 10% !important;
}


table.tablaCuentas td, table.tablaCuentas th{
    font-size: 14px;
    font-family: "Montserrat", "Helvetica", Arial, sans-serif;
    font-weight: 100;
    color: var(--Texto) !important;
}
/*acordoba 04/10/2018 se cambia el margen para que la ventana no quede muy abajo. cambio autorizado por Pablo Murillo del departamento de diseño*/
.card-firma{
    background-color: #ffffff !important;
    margin: 5% 25% 0 25% !important;
}

.card-mensaje{
    background-color: #ffffff !important;
    margin: 10% 35% 0 35% !important;
}


	/*****************************************************************/
/*********Estilo para botón de inicar trámite en dispositivos pequeños*********************/
/*****************************************************************/





@media only screen and (max-width:767px){
.btnPrimario{
width: 94% !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
}

.textoDerecha{
  text-align: right !important;
}
.camposformulario{
 /* margin-left: -28px;*/
	text-align: right !important;
}
.camposformularioUSO{
  margin-left: -20px;
}
.notaPie{
  text-align: left;
  color: var(--Segundo);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

/*****************************************************************/
/*********aalfaro 22.08.2018 Estilos para ventana de atención de trámites*********************/
/*****************************************************************/

.info-box {
	/*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
	height: 90px;
	display: flex;
	cursor: pointer;
	background-color: var(--Blanco);
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 5px;
}
.add_circle {
	line-height: 10px;
	float: right;
}
input {
	min-width: 50px;
}
[type="checkbox"] + label {
	padding-left: 0px;
	height: 25px;
	line-height: 21px;
	font-size: 13px;
	font-weight: normal;
}
.dataTables_wrapper input[type="search"] {
	border: none !important;
	border-radius: 0;
	border-bottom: 1px solid gray !important;
}
/*.card .body {
	padding: 5px;
}*/
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
	/*aalfaro 28.08.2018: se comenta para que se muestren checks alineados en datatables*/
	/*position: relative;*/
	left: -9999px;
	opacity: 0;
}
[type="checkbox"] + label {
	padding-left: 25px;
	height: 10px;
	line-height: 21px;
	font-size: 13px;
	font-weight: normal;
}
.dash-text {
	line-height: 60px;
}
.row-add {
	width: 90%;
	margin: auto;
}
.row-add > .input-group > .form-line > .form-control {
	width: 100%;
}
/*Estilos de el tracking*/

.progress-tracker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 40px auto;
	padding: 0;
	list-style: none;
}
.progress-step {
	display: block;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	margin: 0;
	padding: 0;
	min-width: 28px;
}
.progress-step:last-child {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
.progress-step:not(:last-child)::after {
	content: '';
	display: block;
	position: absolute;
	z-index: -10;
	top: 12px;
	bottom: 12px;
	right: -14px;
	width: 100%;
	height: 4px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.progress-step.is-active .progress-title {
	font-weight: 400;
}
.progress-step > a {
	display: block;
}
.progress-marker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 20;
	width: 28px;
	height: 28px;
	padding-bottom: 2px;
	color: white;
	font-weight: 400;
	border: 2px solid transparent;
	border-radius: 50%;
	-webkit-transition: background-color, border-color;
	transition: background-color, border-color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.progress-text {
	display: block;
	padding: 14px 9.3333333333px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.progress-title {
	margin-top: 0;
}
.progress-step .progress-marker {
	color: white;
	background-color: lightgray;
}
.progress-step::after {
	background-color: lightgray;
}
.progress-step .progress-text, .progress-step .progress-step > a .progress-text {
	color: dimgray;
}
.progress-step.is-active .progress-marker {
	border: 2px solid var(--Segundo);
}
.progress-step.is-complete .progress-marker {
	background-color: var(--Segundo);
}
.progress-step.is-complete::after {
	background-color: dimgray;
}
.progress-step:hover .progress-marker {
	background-color: var(--Segundo);
}
.progress-tracker--center .progress-step {
	text-align: center;
}
.progress-tracker--center .progress-step:last-child {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.progress-tracker--center .progress-step::after {
	right: -50%;
}
.progress-tracker--center .progress-marker {
	margin-left: auto;
	margin-right: auto;
}
.progress-tracker--right .progress-step {
	text-align: right;
}
.progress-tracker--right .progress-step:last-child {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.progress-tracker--right .progress-step::after {
	right: calc(-100% + 14px);
}
.progress-tracker--right .progress-marker {
	margin-left: auto;
}
.progress-tracker--border {
	padding: 5px;
	border: 2px solid dimgray;
	border-radius: 38px;
}
.progress-tracker--spaced .progress-step::after {
	width: calc(100% - 48px);
	margin-right: 24px;
}
.progress-tracker--word {
	padding-right: 38.6666666667px;
	overflow: hidden;
}
.progress-tracker--word .progress-text {
	display: inline-block;
	white-space: nowrap;
}
.progress-tracker--word .progress-title {
	margin: 0;
}
.progress-tracker--word-center {
	padding-right: 38.6666666667px;
	padding-left: 38.6666666667px;
}
.progress-tracker--word-center .progress-text {
	padding-right: 0;
	padding-left: 0;
	-webkit-transform: translateX(calc(-50% + 14px));
	transform: translateX(calc(-50% + 14px));
}
.progress-tracker--word-right {
	padding-right: 0;
	padding-left: 38.6666666667px;
}
.progress-tracker--word-right .progress-text {
	padding-left: 0;
	-webkit-transform: translateX(calc(-100% + 28px));
	transform: translateX(calc(-100% + 28px));
}
.progress-tracker--text .progress-step:last-child {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.progress-tracker--text-top .progress-step::after {
	top: auto;
}
.progress-tracker--text-top .progress-text {
	height: 100%;
}
.progress-tracker--text-top .progress-marker {
	bottom: 28px;
}
.progress-tracker--text-inline .progress-step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.progress-tracker--text-inline .progress-text {
	position: relative;
	z-index: 30;
	max-width: 70%;
	white-space: nowrap;
	padding-top: 0;
	padding-bottom: 0;
	background-color: white;
}
.progress-tracker--text-inline .progress-title {
	margin: 0;
}
.progress-tracker--square .progress-step {
	padding-top: 0;
}
.progress-tracker--square .progress-marker {
	-webkit-transform: scaleX(0.33) translateY(-12px);
	transform: scaleX(0.33) translateY(-12px);
	border-radius: 0;
}

@media (max-width: 399px) {
.progress-tracker-mobile {
	overflow-x: auto;
}
.progress-tracker-mobile .progress-tracker {
	min-width: 200%;
}
}
.progress-tracker--vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.progress-tracker--vertical .progress-step {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.progress-tracker--vertical .progress-step::after {
	right: auto;
	top: 14px;
	left: 12px;
	width: 4px;
	height: 100%;
}
.progress-tracker--vertical .progress-marker {
	position: absolute;
	left: 0;
}
.progress-tracker--vertical .progress-text {
	padding-top: 7px;
	padding-left: 42px;
}
.progress-tracker--vertical .progress-step:not(:last-child) .progress-text {
	padding-bottom: 42px;
}
 @-webkit-keyframes scale-up {
 from {
 opacity: 1;
 -webkit-transform: translate(-50%, -50%) scale(0);
 transform: translate(-50%, -50%) scale(0);
}
 to {
 opacity: 0;
 -webkit-transform: translate(-50%, -50%) scale(1);
 transform: translate(-50%, -50%) scale(1);
}
}
 @keyframes scale-up {
 from {
 opacity: 1;
 -webkit-transform: translate(-50%, -50%) scale(0);
 transform: translate(-50%, -50%) scale(0);
}
 to {
 opacity: 0;
 -webkit-transform: translate(-50%, -50%) scale(1);
 transform: translate(-50%, -50%) scale(1);
}
}
.anim-ripple .progress-marker::before, .anim-ripple-large .progress-marker::before, .anim-ripple-splash .progress-marker::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 30;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	visibility: hidden;
}
.anim-ripple :not(:active) .progress-marker::before, .anim-ripple-large :not(:active) .progress-marker::before, .anim-ripple-splash :not(:active) .progress-marker::before {
	-webkit-animation: scale-up 0.3s ease-out;
	animation: scale-up 0.3s ease-out;
}
.anim-ripple :focus .progress-marker::before, .anim-ripple-large :focus .progress-marker::before, .anim-ripple-splash :focus .progress-marker::before {
	visibility: visible;
}
.anim-ripple-large .progress-marker::before {
	width: 200%;
	height: 200%;
}
.anim-ripple-splash .progress-marker::before {
	width: 200%;
	height: 200%;
	box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.35);
}
.anim-ripple-double .progress-marker::before, .anim-ripple-double .progress-marker::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 30;
	/*background: rgba(0, 0, 0, 0.3);*/
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	visibility: hidden;
	background: none;
	border: 3px solid rgba(0, 0, 0, 0.3);
}
.anim-ripple-double :not(:active) .progress-marker::before, .anim-ripple-double :not(:active) .progress-marker::after {
	-webkit-animation: scale-up 0.3s ease-out 0s;
	animation: scale-up 0.3s ease-out 0s;
}
.anim-ripple-double :not(:active) .progress-marker::after {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.anim-ripple-double :focus .progress-marker::before, .anim-ripple-double :focus .progress-marker::after {
	visibility: visible;
}
.anim-path .progress-step::after {
	background-image: -webkit-linear-gradient(left, gray 50%, gray 50%);
	background-image: linear-gradient(to right, gray 50%, gray 50%);
	background-size: 200% 100%;
	background-position: 0% 100%;
	-webkit-transition: background-position 0.3s ease-out;
	transition: background-position 0.3s ease-out;
}
.anim-path .progress-step.is-complete::after {
	background-position: -100% 100%;
}
.track-container {
width: 26%;
position: absolute;
margin-left: 61%;
margin-top: -6%;
}
/*Estilos del circulo sin completar*/
.halfCircleLeft {
	height: 24px;
	width: 13px;
	border-radius: 90px 0 0 90px;
	background: limegreen;
	display: inline-block;
	z-index: 50;
	position: absolute;
	margin-top: 2px;
	margin-left: 2px;
}
.quarterCircleBottomLeft {
	width: 11px;
	height: 15px;
	background: limegreen;
	border-radius: 0 0 90px 0;
	/*margin-left: -8px;*/
	display: inline block;
	z-index: 50;
	position: absolute;
	margin-left: 15px;
	margin-top: 11px;
}
/*Fin estilos de circulo sin completar*/

/*Fin estilos tracking*/

.icon-container {
	margin-bottom: 60px;
}
.ico-text {
	font-family: Montserrat, "Montserrat Light" !important;
	font-weight: lighter;
	display: inline-block;
	position: relative;
	font-size: 16px;
	bottom: 7px;
}
.btnSecundario:hover {
	background-color: white !important;
}

.iconoResponder{
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: “FlipH”;
}

/*estilos Pablo*/
#titulo-registro{
	text-align: center;
	color: #000f35;
	font-weight: bold;
}

.line{
	border-bottom: 1px solid #000;
}
/*acordoba 04/10/2018 se cambia el margen para que la ventana no quede muy abajo. cambio autorizado por Pablo Murillo del departamento de diseño*/
.card-firma{
	background-color: #ffffff !important;
	margin: 5% 25% 0 25% !important;
}

.card-mensaje{
	background-color: #ffffff !important;
	margin: 10% 35% 0 35% !important;
}

/*ESTILOS OLVIDÉ MI CONTRASEÑA PABLO*/

/* .btn-primary{
	margin-left: 5%;
	width: 90%;
} estilo repetido */

.ico_grande{
	font-size: 150px;
}

.center-text{
	text-align: center;
}

.card-password{
    background-color: #ffffff !important;
    margin: auto;
    margin-top: 6%;
    width: 400px;
}

.ico_grisClaro{
	color: var(--GrisClaro) !important;
}

.card-registro-medium{
	width: 600px !important;
	align-content: center;
	margin-left: 400px !important;
}

/*Pantalla de registro nueva*/

.reg_bg{
	background-image: url(../../../gestion/img/bg_registro.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	min-height: 600px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	color: #fff;
	text-align: center;
}

.card .body_registro{
	padding: 0px;
}

.acomodo_bg_reg{
	margin-left: -16px;
	margin-top: -1px;
	margin-bottom: -1px;
}

.footer_reg{
	padding-left: 10px;
	padding-right: 10px;
	height: 100px;
    bottom: 35px;
    position: absolute;
    width: 90%;

}

.textoCentrado{
    text-align: center;
}

.formato_ayuda{
	position: absolute;
    bottom: -20px; display: none;
    font-size: 75%;
	z-index: 3000;
}


h1.tituloModal{
	text-align: center !important;
}

.iconoVisa{
	width: 61px;
	height: 40px;
	background-image: url('/cfmx/plantillas/gestion/img/visa_icon.png');
}

.iconoMasterCard{
	width: 61px;
	height: 40px;
	background-image: url('/cfmx/plantillas/gestion/img/mastercard_icon.png');
}

.iconoAmerican{
	width: 61px;
	height: 40px;
	background-image: url('/cfmx/plantillas/gestion/img/americanExp_icon.png');
}

h1.titularlogin {
    margin-left: 0px;
	font-size: 26px;
    color: #fff;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 10px;
	font-weight: bold !important;
	text-align: center;
}

.card-login {
    background-color: #ffffff !important;
    margin: 2% auto !important;
    margin-top: 15% !important;
    width: fit-content;
    width: -moz-fit-content;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

/*aaflaro 29.01.2019 se corrige estilo para boton de area personal se acomoda para alinearlo a los widgets*/
#btnPersonal{
	margin-right:30px !important;
}

/*gbermudez
02/04/2019
motivo: se agregan estilos necesarios para pantalla de firma PDF*/
.circle-box{
    border-radius: 50%;
	border: solid 1px #33617d;
	width: 200px; height: 200px;
	text-align:center;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #fff;
    padding: 10px
}

.text_circle_titulo {
    font-size: 5rem;
    font-weight: bold;
    color: #5a5a5a;
}

.text_circle {
    font-size: 1.3rem;
    color: #5a5a5a;
}

.icono_circle{
    font-size: 5rem;
    color: #33617d !important;
}

.circle_btn{
    background-color: #33617d !important;
	color:#fff;
    width: 70%;
    height: 20px;
    cursor: none !important;
    border-radius: 10px;
    font-size: 1rem;
    padding-top: 2px;
    margin: 0 auto;
    margin-top: 20px;
}

.linea_circle{
    width: 60%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top:67%;
    margin-left: 5%;
}


/*gbermudez
27/05/2019
motivo: se agregan los siguientes estilos para la pantalla donde se visualizan los manuales de usuario en forma de video*/
.contenerVideo{
	position:relative;
	width:95%;
	height:0;
	padding-bottom:56.25%;
	margin-bottom:20px;
}

.contenerVideo iframe{
	position:absolute;
	width:95%;
	height:100%;
	top:0;
	left:0;
}


.Video{
	width:100%;
}

.resaltarVideo{
	position:relative;
	width:95%;
	height:0;
	padding-bottom:56.25%;
	margin-bottom:20px;
}


div.videoTexto p{
	width:98%;
	max-height:65px;
    overflow: hidden;
}

div.videoTexto h5{
	width:95%;
	min-height:40px;
    overflow: hidden;
}

.iframeOver{
	border:solid 5px #e73b4c;
}

/*gbermudez
03/06/2019
motivo: se agregan estilo para pantalla se seguimiento de los pasos del trámite*/
.pasosSeguimiento{
	background-color: white !important;
	color: var(--Segundo) !important;
	font-size: 35px;
	text-align: center;
	padding-bottom: 21px;
	border: 3px solid var(--Segundo);
}

.headerModal{
	background: var(--Segundo);
    color: #ffffff;
	padding: 15px;
}

/*líneas de una tabla sean de color blanco*/
.tableBlanca tbody tr td {
	border:none !important;
}

/*clase para mostrar línea azul vertical en un modal*/
.step-modal:before {
 content: "";
 display: inline-block;
 position: absolute;
 width: 5px;
 height: 55px;
 background-color: var(--Segundo);
 margin-left: 12px;
}

/*clase para que no se muestre línea vertical*/
.last-step-modal:before {
 content: "";
 display: inline-block;
 position: absolute;
 width: 5px;
 height: 55px;
 background-color: transparent;
 margin-left: 12px;
}

.clic {
	cursor: pointer;
}
.logo-racsa-interna{
  width: 90px;
  float: right;
  margin-right: 20px;
}

.logo-racsa-register{
  width: 90px;
  margin: 0 auto;
  position: absolute;
  bottom: 25%;
  margin-left: 30%;
}

.content_logo{
  bottom: 0rem;
  position: fixed;
  right: 0rem;
  z-index: 1000;
}

.NombreEmpresa{
  position: absolute;
  left: 100px;
  top: 15px;
}

.NombreEmpresa h1{
  font-size: 20px;
  margin: 0px;
  font-weight: normal;
}

.NombreEmpresa p{
  font-size: 12px;
  margin: 0px;
  font-weight: normal;
}