﻿/*
* Fecha de creación:	29-Mayo-2015
* Autor:				Antonio Silva
*
* Descripción:			Hoja de estilos para los divs de las páginas públicas de la aplicación Web
*/

#BodyDiv .LoginBodyDiv
{
	background:#153458 url(/Image/Banner/BannerLogin.jpg) no-repeat;
	height: 100%;
	min-height: 450px;
	padding:0px 0px 0px 0px;
	width: 100%;
	position: absolute;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

#BodyDiv .LoginBodyDiv .SessionControls
{
	width: 80%; 
	height: 250px;
	position: absolute; 
	bottom: 150px;
}

#BodyDiv .LoginBodyDiv .SessionControls .LogoLoginDiv
{
	width: 50%; 
	height: 100%; 
	float: left; 
	position: relative;
}

#BodyDiv .LoginBodyDiv .SessionControls .UserAndPasswordDiv
{
	width: 49%; 
	height: 100%; 
	float: left; 
	position: relative; 
	font-weight: bold;
}

#BodyDiv .LoginBodyDiv .LoginFooterDiv
{
	background:#153458 url(/Image/Background/BackgroundFooterLogin.jpg) repeat;
	width: 100%;
	height: 149px;
	bottom: 0px;
	position: absolute;
	text-align: center;
}

#BodyDiv .LoginBodyDiv .LoginFooterDiv .PasswordControlsDiv
{
	width: 450px;
	height: 145px;
	display: inline-block;
	position: relative;
}

.PasswordControlsDiv .PasswordOptionsDiv
{
	width: 50%; 
	height: 130px; 
	float: left; 
	text-align: center; 
	position: relative;
	top: 15px;
	/*padding-top: 10px;*/
}

.LoadingDiv
{
	background: url(/Image/Background/OverlayBackground.png) repeat;
    left: 0px;
    height: 100%;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index:1030;
}

.LoadingDiv .LoadingImageDiv
{
	height: 150px;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	position: relative;
	top: 50%;
	width: 150px;
}

/*Popups*/
#ModalSmallDiv
{
	background:#ffffff;
	/*border:1px solid #000000;*/
	color:#333;
    left:50%;
    margin-left:-200px;
	margin-top:-115px;
    height:225px;
    padding:0px;
    position:fixed;
    top:50%;
    width:400px;
    z-index:1002;
}

#ModalSmallDiv .ContentDiv
{
	background-color:#ffffff;
	border:0px;
	border-spacing:5px;
	height:150px;
	margin:0 auto;
	overflow:auto;
	padding:5px;
	width:360px;
}

#ModalSmallDiv .FooterDiv
{
	background-color:#E1E1E1;
	border:0px;
	border-spacing:5px;
	height:35px;
	padding:5px;
}

#ModalSmallDiv .FooterDiv input
{
	margin-top:3px;
}

#ModalSmallDiv .HeaderDiv
{
	background: url(/Image/Background/BackgroundHeaderInternal.jpg) repeat;
	border:0px;
	border-spacing:5px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	height:20px;
	padding:5px;
}

#Overlay
{
	-moz-opacity:0.75;
	background:#000000 url(/Image/Background/OverlayBackground.png) repeat;
    filter:alpha(opacity=75);
    left:0px;
    height:100%;
    opacity:0.75;
    position:fixed;
    top:0px;
    width:100%;
    z-index:1001;
}
