body {
	font-family: 'Open Sans', sans-serif;
}
#loading_socios {
	text-align: center;    	
	margin-top: 20px;
	display: none;
}

#socios_container {
	padding: 0;
}
/*
#integrantesDropdownDivContainer {
	margin: 10px 0;
}
*/
#div_carga {
	z-index: 1051 !important;
}

#cargador {
	z-index: 1052 !important;
}

#mostrarOcultarfiltros {
	cursor: pointer;    	
	margin-left: 40px;
	float: right;
}

#mostrarOcultarfiltros:hover {
	color: #f40000;
}

#fecha_filtro_form {
	/*display: none;*/
}

#socios_table {
	width: 100%;
}

#socios_table th {
	text-align: center;
}

table a{
	color: #333;
}

table a:hover{
	color: #f40000;
}

.modal-dialog {
	width: 80% !important;
}

.modal-dialog h3 {
	padding-bottom: 5px;
	/*border-bottom: 1px solid #f40000;*/
	color: #f40000;
	margin-bottom: 15px;
}

#menuScrollableDivider {
	border-right: 1px solid #f40000;
	height: 200px;
	padding-right: 0;
}

#menuScrollable {
	padding: 0;
}

#menuScrollable li {
	color: #f40000;	
	list-style: none;
	cursor: pointer;	
	margin-bottom: 10px;	
}

#menuScrollable li.selected {
	font-weight: bold;
}

#contentUno strong{
	display: inline-block;
	margin-bottom: 5px;
}

#scrollableDiv {
	height: 400px;
	overflow: hidden;
	float: right;

}

#scrollableDiv .scrollable {
	height: 400px;			
	margin-bottom: 20px;
	overflow-y: auto;
}

#scrollableDiv .scrollable h2 {
	margin: 0 0 20px 0;
}

.inteActivo label {
	cursor: pointer;			
	padding-right: 20px;
}

@media (max-width: 990px) {
  #menuScrollableDivider {
    height: auto;
    border-right: 0;
  }
}
@media (max-width: 767px) {
	.modal-dialog {
		width: 96%;
	}
}
#modal_baja table {
	width: 100%;
}

#modal_alta {
	overflow: hidden;
}

#integrante_baja_nombre {
	margin-top: 20px;
}

#integrante_baja_nombre li, #integrante_baja_nombre {
	list-style-type: disc;
}

#modal_baja table  th {
	text-align: center;
}

#datos_contrato  div.col-md-6 {
	margin: 5px 0;
}

#integrantes_table td {
	vertical-align: middle;
}

#modal_resultado_baja th,
#modal_resultado_baja td {
	text-align: center;
	vertical-align: middle;
}

#info_titular_check {
	display: none; 	
}

#importante_baja_modal { 
	margin-bottom: 15px;
    display: inline-block;
    font-size: 1.3em;
}

#importante_baja_modal span { 
	font-size: 1.2em;
    margin-right: 10px;
    color: #f40000;
}

#importante_baja_modal strong { 	
    color: #f40000;
}