﻿/*
* Fecha de creación:	26-Marzo-2015
* Autor:				Diana Flores
*
* Descripción:			Hoja de estilos los divs del sitio del Panel de Control
*/

.ContentDiv
{
	position: relative;
	margin-top:-94px;
	height: 260px;
	padding: 0px;
}

.ContentDiv .FormDiv
{	
	position:absolute;
	float: right;
	margin: 10px 250px;
	width: 330px;
}

.ContentDiv .LogoDiv
{
	position:absolute;
	background: url(/Image/Logo/SecurityLoginLogo.png) center no-repeat;
	float: left;
	height: 121px;
	margin: 60px 40px ;
	width: 160px;
}

.ContentDiv .TextDiv
{
	-webkit-font-smoothing: antialiased !important;
	color: White;
	float: left;
	font-family: Myriad Pro, Verdana, Arial;
	font-size: 18px;
	font-weight: normal;
	margin: 35px 5px 15px 30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);

	width: 315px;
}

 .ContentDiv .LoginUser
{
	position:absolute;
	background-image: url(/Image/Background/a.png);
	right: 0;
    height: 260px;
    width: 600px; 
}

.BarOpcions
{
	position:absolute;
	background: url(/Image/Background/Bar.png) center repeat;
	left: 0;
	top: 1%;
	verticales-align: inferior;
	height: 95px;
	width: 100%;
}

.BackBar
{
	position: absolute;
	background: url(/Image/Background/BackBar.png) center repeat;
	left: 0;
    clear: both;
	verticales-align: inferior;
	height: 107px;
	width: 100%;
}

.ButtonBar
{
	height: 60px;
	float:right;
	width: 181px;
	margin: 5px 5px 5px 5px;
}

 .SeparatorDiv
{
	background: url(/Image/Background/LoginSeparatorBackground.png) no-repeat;
	float: right;
	height: 91px;
    padding: 1px 1px 1px 1px;
	width: 5px;
}

.LoginLogo
{
	background: url(/Image/Background/LoginLogo.png) no-repeat;
	float: left;
	height: 50px;
	width: 125px;
	margin-top: 25px;
	margin-right: 5px;
	margin-left: 30px;
	
}

/*Popups*/

.ModalLargeDiv
{
	border-top-right-radius: 10px; 
    border-top-left-radius: 10px;
	color: #333;
    left: 50%;
    margin-left: -400px;
	margin-top: -250px;
    height: 490px;
    padding: 0px;
    position: fixed;
    top: 50%;
    width: 800px;
    z-index: 1002;
}

.ModalLargeDiv .ModalContentDiv
{
	background-color: #ffffff;
	border: 0px;
	border-spacing: 5px;
	height: 406px;
	overflow: auto;
	padding: 0px;
}

.ModalLargeDiv .ModalFooterDiv
{
	border-bottom-right-radius: 10px; 
    border-bottom-left-radius: 10px;
	background: url(/Image/Background/BarControl.png) repeat-x;
	border-spacing: 5px;
	height: 31px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.ModalLargeDiv .ModalHeaderDiv
{
	border-top-right-radius: 10px; 
    border-top-left-radius: 10px;
	background: url(/Image/Background/HeaderBarControl.png) ;
	border-spacing: 5px;
	font-size: 14px;
	font-weight: bold;
	height: 47px;
}

.ModalLargeDiv .ModalHeaderDiv .ModalTitleControl
{
	width: 70%;
	height: 100%;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.ModalLargeDiv .ModalHeaderDiv .ModalCloseControl
{
	top: 5px;
	right: 5px;
	position: absolute;
}

.ModalSmallDiv
{
	border-top-right-radius: 10px; 
    border-top-left-radius: 10px;
	color: #333;
    left: 50%;
    margin-left: -200px;
	margin-top: -115px;
    height: 225px;
    padding: 0px;
    position: fixed;
    top: 50%;
    width: 400px;
    z-index: 1002;
}

.ModalSmallDiv .ModalContentDiv
{
	background-color: #ffffff;
	border: 0px;
	border-spacing: 5px;
	height: 131px;
	overflow: auto;
	padding: 0px;
}

.ModalSmallDiv .ModalFooterDiv
{
	border-bottom-right-radius: 10px; 
    border-bottom-left-radius: 10px;
	background: url(/Image/Background/BarControl.png) repeat-x;
	border-spacing: 5px;
	height: 31px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.ModalSmallDiv .ModalHeaderDiv
{
	border-top-right-radius: 10px; 
    border-top-left-radius: 10px;
	background: url(/Image/Background/HeaderBarControl.png) ;
	border-spacing: 5px;
	font-size: 14px;
	font-weight: bold;
	height: 47px;
}

.ModalSmallDiv .ModalHeaderDiv .ModalTitleControl
{
	width: 70%;
	height: 100%;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.ModalSmallDiv .ModalHeaderDiv .ModalCloseControl
{
	top: 5px;
	right: 5px;
	position: absolute;
}

.Overlay
{
	background: url(/Image/Background/OverlayBackground.png) ;
    left: 0px;
    height: 100%;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1001;
}