/*Extra*/
.header-ficha img{
    display: inline-block !important;
    margin-left: -56px !important;
}

.col p{
    text-align: justify;
}


/* CSS Document */
html {
	min-height: 100%;
	position: relative;
  }
  div{
	  display: block;
  }
  body{
	height: 100%;
    display: flex;
	flex-direction: column;
	justify-content: space-between;
	
}
.header{
	background-color: #002d72;
	top: 0;
}
.log-top-s{
	position: relative;
    bottom: 70px;
}
.fonfam{
	font-family: sans-serif;
	font-size: 22px;
	margin: 0;
}
.row{
	--bs-gutter-x: 0;
}
.btnusu{
	margin-top: 25px;
	width: 170px;
}
.btnconv{
	margin-top: 25px;
	width: 170px;

}
.fon{
	font-family: Arial;
	font-size: 20px;
	margin-top: 42px;
	margin-left: 32px;
}
tr{
	font-family: sans-serif;
	font-size: 15px;
	text-align: center;
}
.txt-addus{
	font-size: 15px;
	font-family: sans-serif;
	background-color: #e3e4e5 ;
	border-radius: 5px;
	border-color: transparent;
}
.txt-adduss{
	font-size: 15px;
	font-family: sans-serif;
	background-color: #e3e4e5 ;
	border-radius: 5px;
	border-color: transparent;
}
div.tippy-box{
	width: 100%;
	position: relative;
}
a{
	font-family: sans-serif;
}
.inp-txt-a{
	margin-bottom: 10px;
}

.imgupdate{
	height: 30px;
	width: 30px;
	margin-left: 35px;
}
.txt-table-adduser{
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.btnadduser{
	font-family: sans-serif;
	font-size: 22px;
	margin-top: 42px;
}
.rut, .password{
	padding-left: 12px;
	margin-left: 32px;
	width: 220px;
}
.modbut{
	margin-top: 12px;
	margin-left: 148px;
}

.as{
	padding-left: 125px;
}
.as1{
	padding-left: 70px;
}
/*Maps Buscar*/
.box {
    border:1px solid #444;
    width:300px;
	height:36px;
	margin-left: 100px;
	text-align: initial;
}

.box input {
    display:inline-block;
    outline:0;
    border:0;
    padding: 5px;
	width: 260px;
}

.box .button {
    font-weight: bold;
    border:none;
    float:right;
    padding: 5px;
	background-color: #0000ff;
}
.ulb{
	list-style: none;
    background: #f6f6f6;
	width: 260px;
	position:absolute;
}
/*Autocomplete*/
.etiqueta {
	width: 120px;
	float: left;
	line-height: 28px;
	font-size: 20px;
}
.input_container {
	height: 30px;
	float: left;
}
.input_container input {
	height: 30px;
	width: 200px;
	padding: 3px;
	border: 1px solid #cccccc;
	border-radius: 0;
}
/*ul li {
	width: 208px;
	border: 1px solid #eaeaea;
	position: absolute;
	z-index: 9;
	background: #f3f3f3;
	list-style: none;
    margin-top: 0;
	margin-bottom: 1rem;
	font-size: 15px;
	padding:0;
}*/
.input_container ul li {
	padding: 2px;
}
.input_container ul li:hover {
	background: #eaeaea;
}
#country_list_id {
	display: none;
}
.tippy-box{
	background-color: #fff;
    color: #000;
	text-align: initial;
	border-bottom: 3px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
}
.tippy-arrow {
    color: #cdcdcd;
}
div#tippy-15, div#tippy-35, div#tippy-55{
	z-index: 9999;
    visibility: visible;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(457px, 713px);
}
.heade{
text-align:initial;
}
/*Iconos*/
.iconouser {
	background-image: url("../img/user.png");
	background-size: 35px 30px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: left center;
	}
.iconokey {
	background-image: url("../img/key.png");
	background-size: 35px 30px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: left center;
	}
.iconosearch {
	background-image: url("../img/buscar.png");
	background-size: 30px 30px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: right;
	}
.responsive {
  max-width: 100%;
  height: auto;
}
.ed-im-foo{
	margin-top: -30px;
}
.nomric{
	font-family: Arial;
	font-size: 18px;
	margin-left: 32px;
	bottom: 12px;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #555; 
  }
p{
	font-family: sans-serif;
}

.leyen{
text-align: initial;
padding-left: 100px;
bottom: 60px;
position: relative;
}
.cuadrado {
	width: 25px; 
	height: 25px; 
	background: #2E4071;
}
.cuadrado-sinconv {
	width: 25px; 
	height: 25px; 
	background: #ADC3FF;
}

.footer {
    height:120px;
    line-height:100px;
    background-color:#002d72;
    text-align:center;
    bottom: 0;
    left: 0;
    width:100%;

}
.div1footer{
	background-color:#002d72;
}
.divrightfooter{
background-color: #002d72; 
margin-right: 150px;
text-align: initial;
margin-left: 15px;
}
.divleftfooter{
	background-color: #002d72;
	margin-left: 150px;
}
@media only screen and (max-width: 1132px){
	body{
		margin: 0;
		padding: 0;
		flex-wrap: wrap;
		display: flex;
		min-height: 100vh;
	}
	.header{
		background-color: #002d72;
	    position:relative;
		padding: -15px;
	}
	.responsive{
		height: 100px;
		width: 100px;
	}
	.divleftfooter{
		background-color: #002d72;
		margin-left: 0;
	}
	.as{
		padding-left: 111px;
	}
	.as1{
		padding-left:60px;
	}
}
@media only screen and (max-width: 918px){
	body{
		margin: 0;
		padding: 0;
		flex-wrap: wrap;
		display: flex;
		min-height: 100vh;
	}
	.header{
		background-color: #002d72;
	    position:relative;
		padding: -15px;
	}
	.responsive{
		height: 100px;
		width: 100px;
	}
	.divleftfooter{
		background-color: #002d72;
		margin-left: 0;
	}
	.as{
		padding-left: 95px;
	}
	.as1{
		padding-left:60px;
	}
	.log-top-s{
		position: relative;
		top: 1px;
	}
	.box {
		border:1px solid #444;
    width:300px;
	height:36px;
	margin-left: 100px;
	text-align: initial;
		margin-top:20px;
	}
}
@media only screen and (max-width: 982px){
	body{
		margin: 0;
		padding: 0;
		flex-wrap: wrap;
		display: flex;
		min-height: 100vh;
	}
	.header{
		background-color: #002d72;
	    position:relative;
		padding: -15px;
	}
	.responsive{
		height: 100px;
		width: 100px;
	}
	.divleftfooter{
		background-color: #002d72;
		margin-left: 0;
	}
	.divrightfooter{
		background-color: #002d72; 
		margin-right: 0;
		}
		.as{
			padding-left:70px;
		}	
		.as1{
			padding-left:50px;
		}
}
@media only screen and (max-width: 988px){
	body{
		margin: 0;
		padding: 0;
		flex-wrap: wrap;
		display: flex;
		min-height: 100vh;
	}
	.header{
		background-color: #002d72;
	    position:relative;
		padding: -15px;
	}
	.responsive{
		height: 100px;
		width: 100px;
	}
	.divleftfooter{
		background-color: #002d72;
		margin-left: 0;
	}
	.divrightfooter{
		background-color: #002d72; 
		margin-right: 0;
		}
		.footer {
			line-height:100px;
			background-color:#002d72;
			text-align:center;
			bottom: 0;
			left: 0;
			height:200px;
			width:100%;
			margin-top:220px;
		}
		.as{
			padding-left: 62px;
		}	
		.as1{
			padding-left:10px;
		}
		.leyen{
			text-align: initial;
			padding-left: 50px;
			font-size:15px;
			bottom: 30px;
            position: relative;
			}
}
@media only screen and (max-width: 815px){
	body{
		margin: 0;
		padding: 0;
		flex-wrap: wrap;
		display: flex;
		min-height: 100vh;
	}
	.header{
		background-color: #002d72;
	    position:relative;
		padding: -15px;
	}
	.responsive{
		height: 100px;
		width: 100px;
	}
	.divleftfooter{
		background-color: #002d72;
		margin-left: 0;
	}
	.divrightfooter{
		background-color: #002d72; 
		margin-right: 0;
		}
		.footer {
			line-height:100px;
			background-color:#002d72;
			text-align:center;
			bottom: 0;
			left: 0;
			height:200px;
			width:100%;
			margin-top:220px;
		}
		.as{
			padding-left: 62px;
		}	
		.as1{
			padding-left:10px;
		}
		.box {
			border:1px solid #444;
			width:200px;
			height:36px;
			margin-left: 40px;
			text-align: initial;
			margin-top:20px;
		}
		
		.box input {
			display:inline-block;
			outline:0;
			border:0;
			padding: 5px;
			width: 162px;
			font-size: 13px;
		}
		
		.box .button {
			font-weight: bold;
			border:none;
			float:right;
			padding: 5px;
			background-color: #0000ff;
			width: 34px;
		}
		.ulb{
			list-style: none;
			background: #f6f6f6;
			width: 162px;
			position:absolute;
			font-size:13px;
		}
		.leyen{
			text-align: initial;
			padding-left: 50px;
			font-size:13px;
			bottom: 0px;
            position: relative;
			}
			.tippy-box{
				background-color: #fff;
				color: #000;
				text-align: initial;
				border-bottom: 3px solid #CDCDCD;
				border-left: 1px solid #CDCDCD;
				border-right: 1px solid #cdcdcd;
				border-top: 1px solid #cdcdcd;
				font-size: 12px;
				
			}
			.cuadrado {
				width: 22px; 
				height: 22px; 
				background: #2E4071;
			}
			.cuadrado-sinconv {
				width: 22px; 
				height: 22px; 
				background: #ADC3FF;
			}
}
@media only screen and (max-width: 575px){
	.divrightfooter{
		background-color: #002d72; 
		margin-right: 0;
		text-align:center;
		}  
		
}

@media only screen and (min-width: 600px){
	body{
		margin: 0;
		padding: 0;
		flex-wrap: wrap;
		flex-grow: 1;
		min-height: 100vh;
		display: flex;
	}
	.responsive{
		height: auto;
	}

	
	  
}

@media only screen and (max-height: 780px){
	body{
		margin: 0;
		padding: 0;
		flex-grow: 1;
		min-height: 100vh;
		flex-wrap: wrap;
		display: flex;
	}
	.header{
		background-color: #002d72;
	    position:relative;
		padding: -15px;
	}
	.responsive{
		height: 100px;
		width: 100px;
	}
}
@media only screen and (max-height: 550px){
	.log-top-s{
		position: relative;
	}
}

@media only screen and (min-height: 780px){
	body{
		margin: 0;
		padding: 0;
		min-height: 100vh;
		flex-grow: 1;
		flex-wrap: wrap;
		display: flex;
	}
	.responsive{
		height: auto;
		
	}
}

.text-justify {
  text-align: justify;
}


