body{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	color: #2a2d2f;
	font-size: 14px;
	background-color: #f9f9f9;
}
form{
	margin: 0;
}
.NoSpace{
	margin: 0 !important;
}
.clear{
	clear: both;
}
.AlwaysBlock{
    display: block !important;
}
div#overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 200%;
    width: 100%;
    background: #000000 no-repeat scroll center center;
    opacity: 0.3;
}
div#dialogo {
	/*position: absolute;*/
	position: fixed;
    border-radius: 3px;
	z-index: 3;
    /*padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;*/
}
input{
	padding: 0px 5px;
}
.FieldContent{
	width: 100%;
}
	.FieldContent span{
		display: block;
		margin: 0.5% 0;
	}
    .FieldContent p{
        display: inline-block;
        margin: 0;
    }
	.FieldContent input[type=text], input[type=password], select, textarea{
		width: 100% !important;
		height: 30px;
		border: 2px solid #cccccc;
		border-radius: 3px;
	}
    .FieldContent textarea{
        height: 100px;
        resize: none;
    }
.NumberSelect{
    width: 100%;
    height: 34px;
    display: block;
}
    .NumberSelect .InputSide{
        width: 85%;
        height: 100%;
        float: left;
    }
        .NumberSelect .InputSide input[type=text]{
            width: 100% !important;
            height: 30px;
            border: 2px solid #cccccc;
            height: calc(100%);
            border-radius: 3px;
            padding: 0 !important
        }
    .NumberSelect .RowsSide{
        width: calc(15% - 5px);
        height: 100%;
        float: left;
        max-width: 30px;
        margin-left: 5px;
    }
        .NumberSelect .RowsSide .Up{
        }
        .NumberSelect .RowsSide .Down{
            transform: rotate(180deg);
        }
        .NumberSelect .RowsSide .Up, .Down{
            width: calc(100% - 4px);
            height: calc(50% - 4px);
            float: left;
            cursor: pointer;
            border: 2px solid #c9c9c9;
            text-align: center;
            line-height: 19px;
            -webkit-user-select: none;
			-moz-user-select: none;
			-khtml-user-select: none;
			-ms-user-select:none;
        }
        .NumberSelect .RowsSide .Up:hover, .Down:hover{
            background-color: #cccccc;
        }

	header{
		width: 100%;
		height: 150px;
		background-color: #005bae;
		position: relative;
	}
		header .BarraNelson{
			width: 40%;
			height: 20%;
			background-color: #00a0e3;
			position: absolute;
			right: 4%;
		}
		header .Logo{
			position: absolute;
    		height: 100%;
		}
			header .Logo img{
				height: 90px;
				/*width: 14%;*/
				margin-top: 25px;
				margin-left: 35px;
			}
        header .UserData{
            display: block;
            position: absolute;
            right: 10%;
            top: 45%;
            color: #FFFFFF;
        }
            header .UserData table{
                color: #FFFFFF;
                font-size: 14px;
            }
		header .Salir{
			width: 34px;
			height: 34px;
			position: absolute;
			right: 4%;
			bottom: 40px;
			background-image: url(../images/cerrar.png);
			cursor: pointer;
		}
	.ContentMiddle{
		width: 100%;
		/*height: calc(100vh - 150px - 50px - 2% - 20px);*/
		position: relative;
		padding-bottom: 100px;
	}
		.ContentMiddle .FieldContent input[type=submit], input[type=button]{
			border: none;
			padding: 3%;
			background-color: #005bae;
			color: #FFFFFF;
			width: 30%;
			margin: 5% auto;
			display: block;
			cursor: pointer;
		}
		.ContentMiddle .FieldContent .Botones{
			height: 30px;
		}
		.Modulo .Status .BotonesStatus {
			height: 50px;
			float: right;
		}
		.Modulo .Status {
			width: calc(100% - 5%);
			height: 50px;
    		margin: auto;
		}
		Boton, .BotonStellar{
			/*
				VIEJO:
				
				border: none;
				padding: 1%;
				background-color: #005bae;
				color: #FFFFFF;
				cursor: pointer;
				display: inline-block;
				height: calc(40px - 1% - 1% - 3px);
				border-bottom: 3px solid #00A0E3;
			*/
			border: none !important;
			padding: 1%;
			background-color: #333333 !important;
			color: #FFFFFF;
			cursor: pointer;
			display: inline-block;
			box-shadow: 0px 3px 0px 0px #00a0e3;
			-webkit-user-select: none;
			-moz-user-select: none;
			-khtml-user-select: none;
			-ms-user-select:none;
		}
		Boton:active, .BotonStellar:active {
				/*
					VIEJO:
				
					padding-top: calc(0.5% + 7px);
					border: none;
				*/
				box-shadow: inset 0px 0px 0px 0px #0f0;
				vertical-align: middle;
		}
		
		Boton2{
			border: none;
			padding: 5px 20px;
			/*background-color: #ffffff;*/
			color: #333333;
			cursor: pointer;
			display: inline-block;
			border-radius: 5px;
    		border: 2px solid grey;
			/*box-shadow: 0px 3px 0px 0px #00a0e3;*/
			-webkit-user-select: none;
			-moz-user-select: none;
			-khtml-user-select: none;
			-ms-user-select:none;

		}
		Boton2:active {
				/*
					VIEJO:
				
					padding-top: calc(0.5% + 7px);
					border: none;
				*/
				box-shadow: inset 0px 0px 0px 0px #0f0;
				vertical-align: middle;
		}
		boton2.Select {
			border: 2px solid #00a0e3;
			color: #00a0e3;
		}
		.Modulo .ListadoDeFichas .Filas .Fila .StatusIcono {
			background-color: yellowgreen;
			float: left;
			width: 1%;
			height: 1%;
		}
		/******************
		*
		*	BARRA DE NAVEGACION
		*
		******************/
		.ContentMiddle .BarraDeNavegacion{
			background-color: #e0e0e0;
			padding: 0.5% 1%;
			/*position: fixed;*/
			width: calc(100% - 2%);
			/*top: 150px;*/
		}
			.ContentMiddle .BarraDeNavegacion .Menu{
				display: inline-block;
				color: #000000;
			}
				.ContentMiddle .BarraDeNavegacion .Menu a{
					text-decoration: none;
					color: #000000;
					font-weight: bold;
				}
				.ContentMiddle .BarraDeNavegacion .EsModulo{
					color: #000000;
					font-weight: normal;
				}
					.ContentMiddle .BarraDeNavegacion .EsModulo a{
						text-decoration: none;
						color: #000000;
						font-weight: normal !important;
					}
				.ContentMiddle .BarraDeNavegacion .Menu:after{
					content: " - ";
				}
				.ContentMiddle .BarraDeNavegacion .Menu:nth-last-child(1):after{
					content: "";
				}
		/******************
		*
		*	VISTA DE FICHAS
		*
		******************/
		.ContentMiddle .Modulo{
			margin-top: 2%;
		}
			.ContentMiddle .Modulo .Titulo{
				font-size: 12px;
				margin: 0;
				padding: 0;
				margin-left: 2.5%;
				margin-bottom: 3%;
				overflow: hidden;
			}
				.ContentMiddle .Modulo .Titulo .Logo{
					float: left;
				}
					.ContentMiddle .Modulo .Titulo .Logo img{
						height: 70px;	
					}
				.ContentMiddle .Modulo .Titulo h1{
					
				}
			.ContentMiddle .Modulo .BarraDeAcciones{
				width: calc(100% - 5%);
				height: 50px;
				overflow: hidden;
				display: block;
				margin: 0 auto;
				position: relative;
			}
				.ContentMiddle .Modulo .BarraDeAcciones .Botones{
					width: 50%;
					float: left;
					height: 30px;
				}
				.ContentMiddle .Modulo .BarraDeAcciones .Busqueda{
					width: 50%;
					float: right;
				}
					.ContentMiddle .Modulo .BarraDeAcciones .Busqueda .Contenedor{
						width: 40%;
						float: right;
					}
						.ContentMiddle .Modulo .BarraDeAcciones .Busqueda .Contenedor .Lupa{
							float: left;
							padding: 2px 0px;
						}
						.ContentMiddle .Modulo .BarraDeAcciones .Busqueda .Contenedor input{
							width: calc(100% - 24px - 2px - 10px - 5px);
							height: 30px;
							border: 1px solid #cccccc;
							margin-left: 5px;
						}
			.ContentMiddle .Modulo .ListadoDeFichas{
				width: calc(100% - 5%);
				margin: 0 auto;
				margin-top: 1%;
			}
				.ContentMiddle .Modulo .ListadoDeFichas table{
					font-size: 14px;
                    font-size: calc(100% - 1px);
				}
				.ContentMiddle .Modulo .ListadoDeFichas .Filas{
					width: 100%;
					border-top: 1px solid #cccccc;
				}
					.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila{
						width: 100%;
						display: inline-block;
						border-bottom: 1px solid #cccccc;
						padding: 0.5% 0;
						overflow: hidden;
					}
						.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila:hover{
							background-color: #eeeeee;
						}
						.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila .Data{
							width: 35%;
							float: left;
						}
							.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila .Data table{
								width: 100%;
							}
								.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila .Data table tr{
									width: 100%;
								}
									.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila .Data table tr td{
										width: 100%;
									}
								.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila .Data table .Name{
									color: #1C1E54;
									font-weight: bold;
									font-size: 16px;
								}
						.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila .Stadistics{
							width: 35%;
							float: left;
							margin-top: 10px;
						}
							.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila .Stadistics .Stadistic{
								width: 33%;
								float: left;
							}
								.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila .Stadistics .Stadistic table{
									
								}
									.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila .Stadistics .Stadistic table tr{
										
									}
										.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila .Stadistics .Stadistic table tr td{
											
										}
										.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila .Stadistics .Stadistic table tr .Numero{
											font-weight: bold;
                                            font-size: calc(100% - 1px);
										}
						.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila .Options{
							width: 29%;
							margin-top: 10px;
							float: left;
						}
							.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila .Options table{
								width: 100%;
							}
								.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila .Options table tr{
									
								}
									.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila .Options table tr td{
										
									}
										.ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila .Options table tr td Boton, .ContentMiddle .Modulo .ListadoDeFichas .Filas .Fila .Options table tr td .BotonStellar{
											padding: 8px;
                                            margin-left: 5%;
										}
			.ContentMiddle .Modulo .NuevoElemento{
				width: calc(100% - 5%);
				margin: 0 auto;
				margin-top: 1%;
				display: none;
			}
				.ContentMiddle .Modulo .NuevoElemento h2{
					margin: 0;
                    margin-bottom: 20px;
				}
				.ContentMiddle .Modulo .NuevoElemento .FieldContent{
					width: 35%;
					margin: 1% 0%;
				}
                    .ContentMiddle .Modulo .NuevoElemento .FieldContent.Botones{
                        width: 100%;
                    }
                        .ContentMiddle .Modulo .NuevoElemento .FieldContent.Botones.NotAllWidth{
                            width: 50%;
                        }
				.ContentMiddle .Modulo .NuevoElemento .ContainerContent{
					width: 100%;
					/*margin-bottom: 120px;*/
					display: inline-block;
				}
				.ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentLeft{
                    position: relative;
					width: calc(50% - 5%);
					border-right: 1px solid #aaa;
                }
                .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentLeft.Half{
                    width: calc(50% - 5%);
                }
                .ContentMiddle .Modulo .NuevoElemento .ContainerContent .FullWidth{
                    width: calc(100% - 5%);
                }
                    .ContentMiddle .Modulo .NuevoElemento .ContainerContent  .ContainerSearchContent{
                        position: relative;
                        height: 40px;
                        margin-bottom: 20px;
                    }
                        .ContentMiddle .Modulo .NuevoElemento .ContainerContent  .ContainerSearchContent .SearchContent{
                            height: 40px;
                            right: 2.5%;
                            overflow: hidden;
                        }
                            .ContentMiddle .Modulo .NuevoElemento .ContainerContent  .ContainerSearchContent .SearchContent Boton,
                            .ContentMiddle .Modulo .NuevoElemento .ContainerContent  .ContainerSearchContent .SearchContent .BotonStellar{
                                padding: 9px;
                            }
                            .ContentMiddle .Modulo .NuevoElemento .ContainerContent  .ContainerSearchContent .SearchContent .Lupe{
                                position: absolute;
                                right: 260px;
                                bottom: 0;
                                width: 24px;
                                padding: 5px 0%;
                            }
                            .ContentMiddle .Modulo .NuevoElemento .ContainerContent  .ContainerSearchContent .SearchContent input[type=text]{
                                width: 250px;
                                height: 40px;
                                border: none;
                                padding-left: 10px;
                                position: absolute;
                                top: 0;
                                right: 0;
                                border: 1px solid #cccccc;
                            }
                .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentLeft.Half .FieldContent{
                    width: 75%;
                }
                .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentRight{
					width: calc(50% - 5%);
					border-left: 1px solid #aaa;
    				margin: -1px 0 0 -1px;
                }
                .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentRight.Half{
                    width: calc(50% - 5%);
                }
                    .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentRight table{
                        width: 100%;
                        border-spacing: 0;
                        font-size: 12px;
                    }
                        .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentRight table p{
                            font-size: 12px;
                        }
                        .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentRight table .TitleTable{
                            background-color: #cccccc;
                            font-size: 14px;
                        }
                        .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentRight table tr{
        
                        }
                            .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentRight table tr td{
                                padding: 1% 0;
                                border-bottom: 1px solid #CCCCCC;
                            }
                            .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentRight table tr td.NonBorder{
                                border: none;
                            }
                /*
                *
                */
                .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentRight .UserPermisionsTree{
                    
                }
                    .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentRight .UserPermisionsTree ul{
                        list-style: none;
                        margin: 0;
                    }
                        .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentRight .UserPermisionsTree ul li{
                            cursor: pointer;
                        }
                            .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentRight .UserPermisionsTree ul li .Check{
                                height: 40px;
                            }
                                .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentRight .UserPermisionsTree ul li .Check .InputCheck{
                                    float: left;
                                    display: inline-block;
                                    height: 30px;
                                    width: 30px;
                                }
                                    .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentRight .UserPermisionsTree ul li .Check .InputCheck input{
                                        width: 25px;
                                        height: 25px;
                                        margin: 0;
                                        margin-top: 7.5px;
                                    }
                                .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentRight .UserPermisionsTree ul li .Check .Text{
                                    display: inline-block;
                                    line-height: 40px;
                                    margin-left: 10px;
                                }
                        .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentRight .UserPermisionsTree ul ul{
                            display: none;
                        }
                /*
                *
                */
                .ContentMiddle .Modulo .NuevoElemento .ContainerContent .ContentLeft, .ContentRight{
                    /*width: calc(50% - 5%);*/
                    margin: 0 auto;
                    float: left;
                    /*display: inline-table;*/
                    padding: 0 1.5%;
                }
				
				
				
				
				
				
			.ContentMiddle .Modulo .VentanaDeSeleccion{
				
			}
				.ContentMiddle .Modulo .VentanaDeSeleccion .Titulo{
					margin-bottom: 0;
				}
					.ContentMiddle .Modulo .VentanaDeSeleccion .Titulo h2{
						
					}
				.ContentMiddle .Modulo .VentanaDeSeleccion .OptionGroups{
					
				}
					.ContentMiddle .Modulo .VentanaDeSeleccion .OptionGroups .Option{
						
					}
						.ContentMiddle .Modulo .VentanaDeSeleccion .OptionGroups .Option .OptionTitle{
							
						}
							.ContentMiddle .Modulo .VentanaDeSeleccion .OptionGroups .Option .OptionTitle .Flechita{
								
							}
					.ContentMiddle .Modulo .VentanaDeSeleccion .OptionGroups .ContentOption{
						
					}
						.ContentMiddle .Modulo .VentanaDeSeleccion .OptionGroups .ContentOption .InputText{
							
						}
							.ContentMiddle .Modulo .VentanaDeSeleccion .OptionGroups .ContentOption .InputText .FieldContent{
								
							}
								.ContentMiddle .Modulo .VentanaDeSeleccion .OptionGroups .ContentOption .InputText .FieldContent span{
									font-weight: bold;
								}
								.ContentMiddle .Modulo .VentanaDeSeleccion .OptionGroups .ContentOption .InputText .FieldContent input[type=text]{
									
								}
			
	.FooterWizard{
		width: 100%;
		height: 60px;
		position: fixed;
		bottom: 0;
		background-color: #333333;
		color: #cccccc;
		font-size: 10px;
		display: none;
	}   
		.FooterWizard .BackWizard{
			position: absolute;
			top: 0;
			line-height: 60px;
			background-color: #333333;
			padding: 0 25px;
			font-size: 14px;
			left: 0;
			cursor: pointer;
			z-index:3;
		}
			.FooterWizard .BackWizard::before{
				font-size: 20px;
				content:"‹ ";
				vertical-align: -1px;
		}
		.FooterWizard .NextWizard{
			position: absolute;
			top: 0;
			line-height: 60px;
			background-color: #333333;
			padding: 0 25px;
			font-size: 14px;
			right: 0;
			cursor: pointer;
			z-index:3;
		}
			.FooterWizard .NextWizard::after{
				font-size: 20px;
				content:" ›";
				vertical-align: -1px;
		}
		.FooterWizard .ShowButton {
			display: block;
		}
		.FooterWizard .DontShowButton {
			display: none;
		}
		.SelectedOptionWizzard {
			background-color: #333333 !important;
			color: #FFFFFF;
		}
		.FooterWizard .ContentFotter{
			width: 100%;
			height: 100%;
			position:relative;
		}
		.FooterWizard .ContentFotter ul{
			margin: 0;
			padding: 0;
			text-align: center;
			margin: 0 auto;
			height: 100%;
			list-style: none;
		}
			.FooterWizard .ContentFotter ul li{
				line-height: 60px;
				display: inline-block;
				padding: 0 10px;
				cursor: pointer;
				font-size:13px;
				position:relative;
			}
			.FooterWizard .ContentFotter ul li::after{
				content:"›";
				font-size:20px;
				user-select:none;
				vertical-align: -1px;
				position:absolute;
				right:-4px;
				bottom:1px;
				color:grey;
			}
			.FooterWizard .ContentFotter ul li:last-child::after{
				content:"";
			}
				.FooterWizard .ContentFotter ul li:hover{
					color:#FFFFFF;
				}
				.FooterWizard .ContentFotter ul li a{
					width: 100%;
					height: 100%;
				}	
		/******************
		*
		*	LOGIN
		*
		******************/
		.ContentMiddle .Login{
			width: 18%;
			height: 40%;
			background-color: #e6e6e6;
			display: block;
			position: absolute;
			left: calc(50% - 9%);
			top: calc(50% - 20% - 25px);
			padding: 1%;
		}
			.ContentMiddle .Login h1{
				text-align: center;
			}
			.ContentMiddle .Login .FieldContent{
				margin: 5% 0;
			}
			.ContentMiddle .Login .FieldContent span{
				text-align: center;
			}
				.ContentMiddle .Login .FieldContent span h3{
					margin: 0;
				}
			.ContentMiddle .Login .FieldContent input[type=text], input[type=password], select{
				width: 50%;
				display: block;
				margin: 0 auto;
			}
		/******************
		*
		*	PRINCIPAL
		*
		******************/
		.ContentMiddle .MenuContent{
			padding: 3%;
		}
			.ContentMiddle .MenuContent a{
				text-decoration: none;
				color: #000000;
			}
				.ContentMiddle .MenuContent .Menu{
					display: inline-block;
					width: 19%;
					text-align: center;
					margin: 1% 0px;
				}
					.ContentMiddle .MenuContent .Menu a .Imagen{
						
					}
						.ContentMiddle .MenuContent .Menu a .Imagen img{
							
						}
					.ContentMiddle .MenuContent .Menu a .Descripcion{
						padding: 3% 0;
					}
.OptionGroups{
    width: 100%;
}
    .OptionGroups .Option{

    }
        .OptionGroups .Option .OptionTitle{
            width: 95%;
			height: 40px;
			line-height: 40px;
            margin: 0 auto;
            cursor: pointer;
            background-color: #FFFFFF;
            position: relative;
        }
        .OptionGroups .Option .OptionTitle:hover{
            background-color: #808080;
            color: #FFFFFF;
        }
            .OptionGroups .Option .OptionTitle h4{
                font-weight: normal;
            }
            .OptionGroups .Option .OptionTitle .Flechita{
                float: left;
                margin-right: 15px;
				margin-top: 10px;
                border-left: 15px solid #f0ad4e;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
            }
    .OptionGroups .Option .ContentOption{
        display: none;
		padding: 0% 5%;
    }

/*MODAL GRANDE*/
.ModalGrande {
	padding: 0 !important;
	/* width: 40vw; */
	width: 70vw;
	/* max-height: 60vh; */
	height: 63vh;
	/* left: calc(50vw - 20vw); */
	left: calc(35vw - 20vw);
	/* top: calc(50vh - 30vh); */
	top: calc(45vh - 30vh);
}

.ModalGrande .header, .ModalExtraGrande .header, .Modal .header, .ModalCentrado .header {
	height: 30px;
	background-color: #005bae;
	line-height: 30px;
	padding: 0 1%;
	color: #FFFFFF;
	font-size: 15px;
}

.ModalGrande .header .Boton, .ModalExtraGrande .header .Boton, .Modal .header .Boton, .ModalCentrado .header .Boton {
	float: right;
	height: 100%;
}
.ModalGrande .header .Boton img, .ModalExtraGrande .header .Boton img, .Modal .header .Boton img, .ModalCentrado .header .Boton img {
	padding: 8px 0px;
	cursor: pointer;
	height: 15px;
}
.ModalGrande .body{
	/*padding: 3% 2%;*/
	padding: 1% 2%;
	overflow: auto;
	/*max-height: calc(60vh - 30px - 4%);*/
	max-height: calc(60vh - 30px);
	width: calc(100% - 4%);
}
.ModalGrande .body .FieldContent, .ModalExtraGrande .body .FieldContent, .Modal .body .FieldContent {
	margin: 2% 0;
}
.ModalGrande .body .ContentMiddle, .ModalExtraGrande .body .ContentMiddle, .Modal .body .ContentMiddle {
	padding-bottom: 10px;
}

/*MODAL EXTRAGRANDE*/
.ModalExtraGrande {
	padding: 0 !important;
    /* width: 40vw; */
    width: 60vw;
    /* max-height: 60vh; */
    max-height: 80vh;
    /* left: calc(50vw - 20vw); */
    left: calc(40vw - 20vw);
    /* top: calc(50vh - 30vh); */
    top: calc(40vh - 30vh);
}
	.ModalExtraGrande .body{
		/* padding: 3% 2%; */
		padding: 1% 2%;
		overflow: auto;
		/* max-height: calc(60vh - 30px - 4%); */
		max-height: calc(77vh - 30px);
		width: calc(100% - 4%);
        
	}
	

.Modal{
	padding: 0 !important;
	width: 40vw;
	max-height: 62vh;
	left: calc(50vw - 20vw);
    top: calc(50vh - 30vh);
}
	.Modal .body{
		/*padding: 3% 2%;*/
        padding: 1% 2%;
		overflow: auto;
		/*max-height: calc(60vh - 30px - 4%);*/
        max-height: calc(60vh - 30px);
		width: calc(100% - 4%);
        
	}

.ModalCentrado {
	padding: 0 !important;
	width: 40vw;
	height: 25vh;
	left: calc(50vw - 20vw);
	top: calc(60vh - 30vh);
}

.ModalCentrado .body {
    padding: 1% 2%;
    overflow: auto;
    max-height: calc(60vh - 30px);
    width: calc(100% - 4%);
    text-align: center;
    margin-top: 10%;
    font-weight: b;
}

.Selected{
    background-color: #00a0e3;
}
    .Selected:hover{
        background-color: #00a0e3 !important;
	}
	
/*6/28/19*/
.FieldContent input[type=text], input[type=password], input[type=date], input[type=number], select, textarea {
	width: 100% !important;
	height: 30px;
	border: 2px solid #cccccc;
	border-radius: 3px;
}
.accordion {
	background-color: #f9f9f9;
	color: #000000;
	cursor: pointer;
	padding: 18px 18px 10px 18px;
	width: 100%;
	height: 70px;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	border-bottom: 2px solid rgb(0, 91, 174);
	font-size: 20px;
	position: relative;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
	background-color: #eeeeee;
}
.table-1 {
	width: 100%;
	margin: 0 auto;
	border: none;
	border-spacing: 2px;
	text-align: center;
	background-color: #aaa;
}
.table-1 th {
	text-transform: uppercase;
	color: white;
	font-size: 12px;
}
.table-1 td {
	background-color: #f5f2f2;
	padding: 5px 0;
}
.table-1 td input[type=text], .table-1 td input[type=number] {
	width: 100%;
	height: 100%;
	border: none;
	background-color: #f5f2f2;
	text-align: center;
	font-size: 16px;
	padding: 5px;
}
.table-1 td input[type=text]:focus, .table-1 td input[type=number]:focus {
	outline-width: 0;
}
.panel {
	background-color: #f9f9f9;
	display: none;
	overflow: hidden;
}
.panel-content {
	padding: 15px 0;
	overflow: hidden;
}
.panel-content .FieldContent {
	width: 30%;
	float: left;
	margin: 0 20px 10px 20px;
}
.footerData {
	width: 100%;
	padding-left: 1.5%;
	margin: 15px 0;
	position: relative;
}
.submitApplication {
	text-align: center;
}
.box-content-1#AplicacionEnviada {
	width: 500px;
	margin: 10% auto;
}
.box-content-1#AplicacionEnviada .div-1 {
	border-left: 2px solid blue;
	padding-left: 8%;
	height: 90px;
	display: inline-block;
}
.box-content-1#AplicacionEnviada .div-2 {
	text-align: center;
}
.box-content-1#AplicacionEnviada .div-2 .left-a {
	border-right: 2px solid blue;
	padding-right: 15px;
}
.box-content-1#AplicacionEnviada .div-2 .right-a {
	padding-left: 10px;
}

.accordion .arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid rgb(0, 91, 174);
    position: absolute;
    top: 1.6em;
    left: 6em;
    transform: rotate(90deg);
    transition: 0.5s;
}
.accordion .arrow-down-1 {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 14px solid rgb(0, 91, 174);
	position: absolute;
	top: 1.6em;
	left: 10em;
	transform: rotate(90deg);
	transition: 0.5s;
}
.accordion .arrow-down-2 {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 14px solid rgb(0, 91, 174);
	position: absolute;
	top: 1.6em;
	left: 12.8em;
	transform: rotate(90deg);
	transition: 0.5s;
}
.accordion .arrow-down-3 {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 14px solid rgb(0, 91, 174);
	position: absolute;
	top: 1.6em;
	left: 17em;
	transform: rotate(90deg);
	transition: 0.5s;
}

/*PLANILLA SOLICITUD LICENCIAS*/
.accordion .arrow-down-1b {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 14px solid rgb(0, 91, 174);
	position: absolute;
	top: 1.6em;
	left: 8.2em;
	transform: rotate(90deg);
	transition: 0.5s;
}
.accordion .arrow-down-2b {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 14px solid rgb(0, 91, 174);
	position: absolute;
	top: 1.6em;
	left: 7.8em;
	transform: rotate(90deg);
	transition: 0.5s;
}
.accordion .arrow-down-3b {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 14px solid rgb(0, 91, 174);
	position: absolute;
	top: 1.6em;
	left: 5.6em;
	transform: rotate(90deg);
	transition: 0.5s;
}

.accordion.active .arrow-down, .accordion.active .arrow-down-1, .accordion.active .arrow-down-2, .accordion.active .arrow-down-3, .accordion.active .arrow-down-1b, .accordion.active .arrow-down-2b, .accordion.active .arrow-down-3b {
    transform: rotate(0deg);
}
.box-content-1 {
	width: 90%;
	margin: 0px auto;
}

/*BOTONES EN EL FOOTER ESQUINA DERECHA*/
.FooterButton {
	background-color: #333333;
	color: #FFFFFF;
	cursor: pointer;
	box-shadow: 0px 3px 0px 0px #00a0e3;
	float: left;
	margin-right: 10px;
	padding: 11px 20px;
	display: inline-block;
}
.FooterButtonModal {
	background-color: #333333;
	color: #FFFFFF;
	cursor: pointer;
	box-shadow: 0px 3px 0px 0px #00a0e3;
	margin-right: 10px;
	padding: 11px 20px;
	display: inline-block;
}
	.FooterButton:active, .FooterButtonModal:active {
		box-shadow: none;
	}
.FieldContent.FooterButtons#FooterBut {
	width: 100%;
	height: 10%;
	position: relative;
}
	.FieldContent.FooterButtons .botones-inner-container {
		position: absolute;
		right: 5px;
		bottom: 5px;
	}
	.FieldContent.FooterButtons .botones-inner-container-modal {
		text-align: right;
		right: 5px;
		bottom: 5px;
	}
.ContentMiddle .Modulo #VerCliente .panel .ViewRows .FilasView div, .ContentMiddle .Modulo #VerSocio .panel .ViewRows .FilasView div {
	float: left;
	width: 45%;
	height: 60%;
}
/*LICENSESFORM BOTON LICENSES*/
.licensesformtable.col1 {
	width: 15%;
}
.licensesformtable.col2 {
	width: 25%;
}
td.outfield-input-labels {
	text-align: right;
	font-weight: bold;
}
#PlanillaSolicitudLicencias .first-row {
	padding-bottom: 1em;
}
#SubscriptionForm .table-3 input {
	border: none;
    border-bottom: 1.5px solid #005bae;
    background-color: rgb(249, 249, 249);
    text-align: left;
    font-size: 16px;
	width: 30em;
	padding: 5px;
}
#SubscriptionForm .table-3 input:focus {
	outline-width: 0;
}
.table-3 {
	margin: 2em 0; 
	border-spacing: 1em; 
	font-family: Arial;
}
.table-1 select {
	border: none;
	outline: 0px;
	text-align-last: center;
	background-color: #f5f2f2;
}