*{
	font-size: 0.94rem;
}

.modal-lg-1 {
	max-width: 1000px;
}

.modal-lg-2 {
	max-width: 1200px;
}

.modal-lg-3 {
	max-width: 1300px;
}

.modal-lg-4 {
	max-width: 1400px;
}

.modal-lg-5 {	
	max-width: 1500px;
}

.modal-lg-6 {	
	max-width: 1600px;
}

.modal-open {
    overflow: scroll;
}

/*ESTILOS IMPORTAR INFORMACION CARTERA DESDE EXCEL*/

.outer-container {
	background: #F0F0F0;
	border: #e0dfdf 1px solid;
	padding: 40px 20px;
	border-radius: 2px;
}

.btn-importar {
	background: #333;
	border: #1d1d1d 1px solid;
    border-radius: 2px;
	color: #f0f0f0;
	cursor: pointer;
    padding: 5px 20px;
    font-size:0.9em;
}

.foto-colaborador{
	display: inline-block;
	/*background-color: red;*/
	width: 90%;
	max-width: 90%;
}

.foto-colaborador img{
	width: 10rem;
	max-width: 10rem;
}