@charset "UTF-8";
/* ----------------------------------------------------------------
	Micrositio Elecciones Elecciones 2019 - Registraduría Nacional del Estado Civil
	Version: 1.0
	Dependencia: Oficina de Comunicaciones y Prensa
	Frontend: Jhonattan Rodríguez
-----------------------------------------------------------------*/

/*
*ELEMENTOS GENERALES
*/

.box-info{
	border: 1px dashed #163478; 
	padding: 3px;
	margin-bottom: 10px;
	width: 100%
}
.box-info>.counter-small{
	color: #163478;
}
.box-info h5 {
	font-size: 12px;
}

.box-success{
	border: 1px dashed #00b0ac; 
	padding: 3px;
	margin-bottom: 10px;
	width: 100%
}
.box-success>.counter-small{
	color: #00b0ac;
}
.box-success h5 {
	font-size: 12px;
}

.box-warning{
	border: 1px dashed #fbbf1d; 
	padding: 3px;
	margin-bottom: 10px;
	width: 100%
}
.box-warning>.counter-small{
	color: #fbbf1d;
}
.box-warning h5 {
	font-size: 12px;
}

.mfp-content {
    vertical-align: top !important;
}

.badge-success {
    color: #fff;
    background-color: #00b0ac;
}

a{
    color: #333;
}
a:hover {
    color: #f26722;
}

.alert-success {
    color: #f5f5f5;
    background-color: #00b0ac;
}
.menu_navegacion li a div{
	font-size:12px;
	letter-spacing: 0px;
}
.icon-minus-sign{
	color: #ca0f22 !important;
}

.tituloA_congreso2018 {
	color: #757575 !important;
	border: 1px dashed #163478;
	padding: 10px;
	background-color: rgba(22,52,120,0.1);
}

.tituloB_congreso2018 {
	color: #757575 !important;
	border: 1px dashed #fbbf1d;
	padding: 10px;
	background-color: rgba(251,191,29,0.1);
}


.disabled {
	pointer-events: none;
	cursor: not-allowed;
	color: #777;
	background-color: #cecece;
}

.disabled_a {
	pointer-events: none;
	cursor: not-allowed;
}

.porcentaje-default {
	border: 1px dashed #cecece;
	padding:1px;
	margin-bottom: 2px;
	width: 100%;
}

.porcentaje-default .counter{
	color: #cecece;
	font-size: 17px;
}

.porcentaje-success{
	border: 1px dashed #00b0ac;
	padding:2px;
	margin-bottom: 2px;
	width: 100%;
}

.porcentaje-success .counter{
	color: #00b0ac;
	font-size: 17px;
}

.porcentaje-warning{
	border: 1px dashed #f26722;
	padding:1px;
	margin-bottom: 2px;
	width: 100%;

}

.porcentaje-warning .counter{
	color: #f26722;
	font-size: 17px;
}

.porcentaje-danger{
	border: 1px dashed #d9534f;
	padding:1px;
	margin-bottom: 2px;
	width: 100%;
}

.porcentaje-danger .counter{
	color: #d9534f;
	font-size: 17px;
}

.sm-form-control{
	font-size: 20px !important;
}
/*
*RUBRICA 4357 : ELEMENTOS PERSONALIZADOS;
*/
.numero{ position: relative;padding: 25px 0;color: #333;font-weight: 900;font-size: 64px;line-height: 1;}
.numero-title{display: block;margin: 10px 0 0 0;font-weight: 300;text-transform: uppercase;font-size: 14px;}
.inscripcion{border: dashed 1px #cecece;padding: 8px;font-weight: 400;text-transform: uppercase;}
.inscripcion-numero{color: #333;font-weight: 900;font-size: 1.4em;line-height: 1;margin: 2%;text-decoration: underline #cecece;}

.inscripcion-plus:before {
	color: black;
	content: "\e70c";
	font-family: "font-icons";
	font-size: 25px;
	color: #333;
	position: absolute;
	top: 20%;
	left: -11px;
}
.inscripcion-equal:before {
	color: black;
	content: url(https://wsr.registraduria.gov.co/IMG/png/equal-sign.png);
	font-family: "font-icons";
	font-size: 25px;
	color: #333;
	position: absolute;
	top: 20%;
	left: -11px;
}
.inscripcion-from:before {
	color: black;
	content: "\e7d5";
	font-family: "font-icons";
	font-size: 25px;
	color: #333;
	position: absolute;
	top: 20%;
	left: -11px;
}
.white-section{
	background-color: #FFF;
	padding: 10px 50px;
	-webkit-box-shadow: 0px 1px 1px 0px #dfdfdf;
	box-shadow: 0px 1px 1px 0px #dfdfdf;
	border-radius: 3px;
}
.icon-censo{
	font-size: 2em;
}
.modal-lg {
	max-width: 80% !important;
	margin: auto !important;
}
.puestoOff{
	filter: blur(5px);
}