@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 900px) {

	.cuentas-accesos-columna {
		width: 50%;
	}
	
	.cuentas-accesos-columna-doble {
		width: 100%;
	}
	
	.accesos-pass-main {
		width: -moz-calc(100% / 2 - 20px);
		width: -webkit-calc(100% / 2 - 20px);
		width: -o-calc(100% / 2 - 20px);
		width: calc(100% / 2 - 20px);
	}
	
}



@media only screen and (max-width: 800px) {
	
	.prematrimoniales-tabla-td-id {
		height: 60px;
		line-height: 60px;
	}
	
	.prematrimoniales-tabla-td-participantes {
		width: -moz-calc(100% - 190px);
		width: -webkit-calc(100% - 190px);
		width: -o-calc(100% - 190px);
		width: calc(100% - 190px);
		height: 60px;
	}
	
	.prematrimoniales-tabla-td-novios {
		width: 100%;
	}

	.prematrimoniales-tabla-td-acciones {
		height: 60px;
		padding-top: 10px;
	}
	
	.tabla-texto {
		height: 60px;
		line-height: 30px;
	}

}



@media only screen and (max-width: 710px) {
	
	.cuentas-accesos-columna {
		width: 100%;
	}
	
}



@media only screen and (max-width: 650px) {
	
	.ocultar-responsive {
		display: none;
	}
	
	.intranet-accesos-inline {
		text-align: center;
	}
	
	.foto-perfil-main {
		float: none;
		width: 180px;
		height: 180px;
		display: inline-block;
	}
	
	.foto-perfil {
		width: 180px;
		height: 180px;
		float: none;
		display: inline-block;
		margin-bottom: 30px;
	}
	
	.cuentas-accesos-info {
		width: 100%;
		margin-left: 0px;
	}
	
	.cuentas-accesos-columna {
		width: 50%;
		min-width:  0px;
		height: 50px;
		margin-bottom: 10px;
	}
	
	.cuentas-accesos-columna-doble {
		width: 100%;
		min-width:  0px;
		height: 50px;
		margin-bottom: 10px;
	}
	
	.cuentas-accesos-data {
		width: -moz-calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: -o-calc(100% - 10px);
		width: calc(100% - 10px);
		font-size: 1.2rem;
		margin-left: 5px;
	}
	
	.accesos-tabla {
		margin-left: 20px;
	}
	
	.btn-editar {
		margin-right: 5px;
	}
	
	.btn-cancelar {
		margin-right: 5px;
	}
	
	.accesos-pass-main {
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: -o-calc(100% - 20px);
		width: calc(100% - 20px);
	}

}



@media only screen and (max-width: 500px) {	
	
	.prematrimoniales-tabla-td-id {
		height: 100px;
		padding-top: 10px;
	}
	
	.prematrimoniales-tabla-td-participantes {
		width: -moz-calc(100% - 140px);
		width: -webkit-calc(100% - 140px);
		width: -o-calc(100% - 140px);
		width: calc(100% - 140px);
		height: 100px;
		padding: 10px 0px;
	}
	
	.prematrimoniales-tabla-td-novios {
		height: 40px;
		line-height: 20px;
	}
	
	.prematrimoniales-tabla-td-acciones {
		width: 70px;
		height: 100px;
		padding: 25px 0px;
		display: inline-block;
	}
	
	.tabla-texto {
		height: 100px;
		line-height: 20px;
	}
	
	.apellidos-participantes,
	.nombres-participantes {
		width: 100%;
		height: 20px;
		text-align: left;
		float: left;
		overflow: hidden;
	}
	
}



@media only screen and (max-width: 450px) {	
	
	.cuentas-accesos-columna {
		width: 100%;
	}
	
	.cuentas-accesos-data {
		font-size: 1rem;
	}
	
}