@CHARSET "UTF-8";

/*
* Propios
*/

:root {
	--azul-claro: #5ac1dd;
	--verde-azul: #14b8ce;
	--azul-claro-2: #00aeef;
	--azul-gov: #3366cc;
	--azul-oscuro-gov: #004884;
	--gris-claro: #f4f4f4;
	--gis: #909090;
	--violeta: #ae3e97;
	--naranja: #ff8403;
	--verde: #00904c;
	--font-family: "Work Sans","Roboto Condensed", sans-serif;
	--font-size: 14px;
	--texto-negro-2: #1e1e1e;
	--texto-negro: #000000;
	
	--color-red-1: #e12a2a;
	--color-red-2: #fc0032;
	--color-red-3: #dd0a0ade;
	--info: #5ac1dd;
}

body {
	font-family: var(--font-family);
	font-size: var(--font-size);
	color: var(--texto-negro-2);
}

.help-identidad {
	background-image: url('/epsisbe/images/cedula_frontal-min.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    /*width: 200px;*/
    height: 151px;
}

.help-identidad2 {
	background-image: url('/epsisbe/images/cedula_posterior-min.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 245px;
    height: 151px;
}

.help-factura {
	background-image: url('/epsisbe/images/factura_servicios.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 245px;
    height: 151px;
}

table.dataTable {
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap:break-word;
}

.header-title {
	text-transform: uppercase;
}

.header-title-logo p {
	font-size: 12px;
	margin-bottom: 1.2rem;
	text-align: end;
}

.header-logo {
	background-image: url(/epsisbe/images/logo_sisben.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: -1rem;
	height: inherit;
	width: 20%;
}

.header-logo-alcaldia {
	background-image: url(/epsisbe/images/alcaldia2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: 1.7rem;
	background-position-y: 0rem;
	height: 100%;
	width: 100%;
}

.letter-spacing {
	letter-spacing: 1px;
}

.require {
	/*background-color: #f8d0d061 !important;*/
    border: 1px solid #e12a2a;	
}

.border-custom {
	border-left: 0;
    background-color: initial;
}

.add-direccion {
	cursor: pointer;
}

.letter-spacing {
	letter-spacing: 0.6px;
}

.cursor-pointer {
	cursor: pointer;
}

.loading {
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	z-index: -1000;
	overflow: hidden;
    display: none;
}

.loading-show {
	opacity: 1;
	z-index: 1000;
	display: flex;
}

.w-67 {
	width: 67px;
}

.mw-96 {
	min-width: 96px;
}

.max-height-tb {
	max-height: 240px;
}

.hw-icon {
	width: 2.5rem !important;
	height: 2.5rem !important;
}

.icon-color-info {
	color: var(--azul-oscuro-gov);
}

.icon-color-warning {
	color: var(--naranja);
}

.icon-color-danger {
	color: var(--color-red-1);
}

.youtube-custom {
	width: 2rem!important;
	height: 1.5rem;
	color: #f00;
	margin-bottom: -5px;
}

.fw-bold {
	font-weight: bold;
}

/**
*****************************************************	Sobre escritos(bootstrap) **********************************************************************
*/

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	/*padding-right: 30px;
	padding-left: 30px;*/
}

@media screen and (max-width: 900px) {
	.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
		/*min-width: 900px;*/
	}
}

.input-lg {
	border-radius: initial;
	font-weight: bold;
	font-size: 20px;
}

.form-control-custom[readonly] {
	background-color: #fff;
}

.input-group-custom {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
	/*height: calc(1.5em + .5rem + 2px);*/
	padding: .25rem .5rem;
	font-size: .875rem;
}

.input-group>.input-group-prepend>.input-group-text {
	 border-top-right-radius: 0.2rem;
	 border-bottom-right-radius: 0.2rem;
}

.custom-file {
	height: calc(1.5em + .5rem + 2px);
}

.custom-file-input {
	height: calc(1.5em + .5rem + 2px);
}

.custom-file-label {
	height: calc(1.5em + .5rem + 2px);
	line-height: 1.2;
}

.custom-file-label::after {
	line-height: 1.2;
}

.modal-header {
	padding: .4rem 1rem;
}

.modal-footer {
	padding: .4rem .75rem;
}

.btn-primary {
	color: #fff;
	background-color: var(--azul-oscuro-gov);
	border-color: var(--azul-oscuro-gov);
}

.btn-primary:hover {
	color: #fff;
	background-color: var(--azul-gov);
	border-color: var(--azul-gov);
}

.text-danger {
	color: var(--color-red-1);
}

/*
 ***************************************************************** Callouts *********************************************************************
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */ /* Common styles for all types */
.bs-callout {
	padding: 10px;
	margin: 12px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.bs-callout-border {
	border: 0;
}

.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

.bs-callout p:last-child {
	margin-bottom: 0;
}

.bs-callout code {
	border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout+.bs-callout {
	margin-top: -5px;
}

/* Variations */
.bs-callout-danger {
	border-left-color: #ce4844;
}

.bs-callout-danger h4 {
	color: #ce4844;
}

.bs-callout-warning {
	border-left-color: #aa6708;
}

.bs-callout-warning h4 {
	color: #aa6708;
}

.bs-callout-info {
	border-left-color: var(--azul-oscuro-gov);
}

.bs-callout-info h4 {
	color: var(--azul-oscuro-gov);
}
