/*body
{
	background: transparent url("../images/line-gradient-body2.png") no-repeat left top;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

legend
{
	background: #53A6E4;
	border-radius: 2px;
	color: #FAFAFA;
}*/

.thumblogo
{
	height: 40px;
	margin: 2px;
	-webkit-transition: -webkit-transform 0.2s ease-in, margin-left 0.7s ease-in-out, margin-right 0.7s ease-in-out;
	-moz-transition: -moz-transform 1s ease-in-out, margin-left 0.7s ease-in-out, margin-right 0.7s ease-in-out;
	-o-transition: -o-transform 1s ease-in-out, margin-left 1s ease-in-out, margin-left 0.7s ease-in-out, margin-right 0.7s ease-in-out;
	z-index: 999;
}

.labeldata
{
	display: inline-block;
	width: 250px;
}

/*-----------------------------------------
Estilos para el loader en llamadas Ajax
-----------------------------------------*/
body.loading .modal
{
	display:	none;
	position:   fixed;
	z-index:	1050;
	top:	   0;
	left:	0;
	height:	100%;
	width:	100%;
	background: rgba( 255, 255, 255, .2 ) 
				url('../images/ajax-loader.gif') 
				50% 50% 
				no-repeat;
        overflow-y: auto;
}

body.loading {
	overflow: hidden;   
}

body.loading .modal {
	display: block;
}


/*-----------------------------------
Animacion de logos de empresas
-----------------------------------*/

.thumblogo:hover
{
	-webkit-transform: scale(3.0), z-index;
	-moz-transform: scale(3.0);
}

.ui-combobox
{
	position: relative;
	display: inline-block;
}
.ui-combobox-toggle
{
 	background: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* support: IE7 */
	*height: 1.7em;
	*top: 0.1em;
}
.ui-combobox-input 
{
	background: transparent !important;
	margin: 0;
	padding: 0.2em;
	font-weight: normal !important;
	color: black !important;
}

.ui-autocomplete
{
	max-height: 200px;
	overflow-y: auto; 
	overflow-x: hidden;
}

.ui-tooltip
{
	max-width: 300px;
	height: 5em;
	z-index: 2000;
}
.ui-tooltip-content
{
	margin: 0;
	padding: 0;
	position: absolute;
}

/*---------------------
	Estilos Dropbox 
---------------------*/

#dropbox{
		
	border-radius:3px;
	position: relative;
	margin:10px auto 20px;
	min-height: 190px;
	overflow: hidden;
	padding-bottom: 40px;
	width: 360px;
	
	box-shadow:0 0 4px rgba(0,0,0,0.3) inset,0 -3px 2px rgba(0,0,0,0.1);
}


#dropbox .message{
	font-size: 11px;
	text-align: center;
	padding-top:150px;
	display: block;
	color: #757575;
}

#dropbox .message i{
	color:#919191;
	font-size:10px;
}

#dropbox:before{
	border-radius:3px 3px 0 0;
}

/*-------------------------
	Image Previews
--------------------------*/

#dropbox .preview{
	width:245px;
	height: 170px;
	float:left;
	margin: 40px 0 0 60px;
	position: relative;
	text-align: center;
}

#dropbox .preview img{
	max-width: 240px;
	max-height:180px;
	border:3px solid #fff;
	display: block;
	
	box-shadow:0 0 2px #000;
}

#dropbox .imageHolder{
	display: inline-block;
	position:relative;
}

#dropbox .uploaded{
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: url('../images/done.png') no-repeat center center rgba(255,255,255,0.5);
	display: none;
}

#dropbox .preview.done .uploaded{
	display: block;
}



/*-------------------------
	Progress Bars
--------------------------*/



#dropbox .progressHolder{
	position: absolute;
	background-color:#252f38;
	height:12px;
	width:100%;
	left:0;
	bottom: 0;
	
	box-shadow:0 0 2px #000;
}

#dropbox .progress{
	background-color:#2586d0;
	position: absolute;
	height:100%;
	left:0;
	width:0;
	
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
	
	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}

#dropbox .preview.done .progress{
	width:100% !important;
}

/*-------------
	Wrapper
-------------*/
#alta
{
	cursor: pointer;
}

#wrapper-main {
	//background: transparent url("../images/bg-body.png") repeat-x center bottom;
	margin: 0;
	padding: 0 5px;
	clear:both;
}

#footer {
	background: transparent url("../images/bg-footer.png") repeat-x center top;
	bottom: 0;
	left: 0;
	margin: 0px;
	padding: 8px;
	//min-height: 24px;
	position: fixed;
	width: 100%;
	z-index: 1001;
}

body.front {
	background: #28587e url("../images/line-gradient-body2.jpg") no-repeat left top;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #f1f1f1;
}

#header {
	min-height:130px;
	clear:both;
	display:block;
	border-bottom: 3px solid rgba(147, 207, 255, 0.7);
	position:relative;
}
#logo_sis {
	position: absolute;
	top: 0%;
	right: 0%;
	padding-top: 23px;
	width: 11%;
}

#logo_emp {
	padding: 0.5em 0.2em 0.5em 2em;
}

#main {
}



.corner-left-top {
	background: transparent url("../images/corner-left-top.png") no-repeat left top;
	margin: 0px;
	padding: 0px;
	width: 14px;
	height: 14px;
}

.corner-right-top {
	background: transparent url("../images/corner-right-top.png") no-repeat left top;
	margin: 0px;
	padding: 0px;
	width: 14px;
	height: 14px;
}

.corner-left-bottom {
	background: transparent url("../images/corner-left-bottom.png") no-repeat left top;
	margin: 0px;
	padding: 0px;
	width: 14px;
	height: 14px;
}

.corner-right-bottom {
	background: transparent url("../images/corner-right-bottom.png") no-repeat left top;
	margin: 0px;
	padding: 0px;
	width: 14px;
	height: 14px;
}

.estira-left {
	background: transparent url("../images/estira-left-login.png") repeat-y left top;
	margin: 0px;
	padding: 0px;
}

.estira-right {
	background: transparent url("../images/estira-right-login.png") repeat-y left top;
	margin: 0px;
	padding: 0px;
}

.estira-top {
	background: transparent url("../images/estira-top-login.png") repeat-x left top;
	margin: 0px;
	padding: 0px;
}

.estira-bottom {
	background: transparent url("../images/estira-bottom-login.png") repeat-x left top;
	margin: 0px;
	padding: 0px;
}

/*LOGIN*/
.login {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 550px;
	height: 410px;
	margin-top: -200px;
	margin-left: -275px;
	overflow: auto;
}

.bg-login {
	background: transparent url("../images/bg-login.png") repeat left top;
	margin: 0px;
	padding: 0px;
}

.login-form {
	clear:both;
	width: 300px;
	margin: 0 auto;
}


.front .desarrollo {
	background: transparent url("../images/desarrollado.png") no-repeat left top;
	margin: 0px;
	padding: 0px;
	display:block;
	float: right;
	margin: -7px 38px 0 0;
}

.desarrollo {
	background: transparent url("../images/desarrollado2.png") no-repeat left top;
	margin: 0 20px 0 50px;
	padding: 0px;
	display:block;
	float: right;
}

.margin{
	margin: 2px;
	float: left;
}


#footer ul.menu {
	display: block;
	float: right;
	font-size:11px;
}
#footer ul.menu {
	margin: 5px 0;
}
#footer ul.menu li {
	display: inline;
	margin: 0;
}
#footer ul.menu li a {
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	color:#fff;
}

#footer ul.menu li.last a {
}
/*
a {
	margin: 0;
	padding: 0px;
	text-decoration: none;
	color:#03478e;
	font-size: 12px;
	font-weight: bold;
}
*/
.submenu-a{
	font-size: 10px;
}

.ui-menu-bg{
	background: rgba(255, 255, 255, 0.31) !important;
}

#login-admin {
	background: url("../images/bg-logged.png") repeat-x center top transparent;
	height:inherit;
}

.login-admin-A {
	background: url("../images/bg-logged-left.png") no-repeat left top transparent;
	height:inherit;
	padding-left:23px;
}

.login-admin-B {
	background: url("../images/bg-logged-right.png") no-repeat right top transparent;
	padding-right:19px;
	position:absolute;
	top:0px;
	right:0px;
	height:24px;
}

a.logout {
	font-weight: bold;
	color:#FFF;
	margin:0px 0px 0px 20px;
	position:relative;
	top:4px;
}

span.name {
	color:#FFF;
	position:relative;
	top:4px;
}

#respuesta{ background-color: rgba(255, 0, 0, 0.48); text-align: center; border-radius: 5px;}
#respuesta p{color:#DADADA; font-weight: bold;}


.notify{
	z-index: 1000;
	background-color: #333;
	color: #FFF;
	width: 250px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.notify p{
	padding: 10px;
	margin: 0;
}
.notify.error{
    background-color: #e74c3c;
}
.notify.aviso{
    background-color: #2ecc71;
}
.notify.tip{
    background-color: #34495e;
}

.tipCampos{
	background-color: #333;
	color: #FFF;
	width: 250px;
	height:auto;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:5px;
	z-index: 1000;
}
.tipCampos p{
	padding: 10px;
	margin: 0;
}
.tipCampos.tip{
	background-color: #042675;
}

/*------------------------------
		Formulario
------------------------------*/
#labelRight{
	text-align: right; 
	float:right;
}
.labelForm{
	display: inline-block;
	margin-bottom: 10px; 
	text-align: right;
	width: 10em; 
}
.labelFormCombo
{
	display: inline-block; 
	width: 125px; 
	text-align: right;
}
.inputForm{
	display: inline-block;
}
.newInput{
	display: inline-block;
	margin: 0 4px 0px;
}
.newInputAu{
	margin: 0 0 0 4px;
}
.labelFormAu{
	display: inline-block;
	margin-bottom: 10px; 
	text-align: right;
	width: 13em; 
}

/*------------------------------------------------*/
#compGroupA {
	float: left;
	width: 58%;
}
#compGroupB {
	float: right;
	width: 38%;
}
.demoHeaders {
	font-size: 1.3em;
	font-weight: normal;
	margin: 2em 0 1em;
	clear: both;
}
.demoHeaders span {
	font-size: .8em;
}
#components #dialog_link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}
#components #dialog_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
	zoom: 1;
}
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left; list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}
/* ---------------------------------------------------------------
Clearfix
--------------------------------------------------------------- */
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

.setstyle
{
	min-width: 580px;
}

.address
{
	/*max-width: 300px;*/
	display: inline-block;
}

.info-tip
{
	display: inline-block;
	float: right;
	margin-top: -3px;
}

/*----------------------------------------------------------------------
Map
------------------------------------------------------------------------*/
.gist {
  margin-top: 10px;
  font-size: 12px;
}

.map-wrapper
{
  float:left;  
  margin: 0 10px 0 10px;
}

#map {
  border: 1px solid #DDD; 
  width:300px;
  height: 300px;
  margin: 10px 0 10px 0;
  -webkit-box-shadow: #AAA 0px 0px 15px;
}

#legend {
  font-size: 12px;
  font-style: italic;
}

.ui-menu .ui-menu-item a {
  font-size: 12px;
}

.input {
  float:left;  
}

.input-positioned
{
  padding: 35px 0 0 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
* html .clearfix {
	height: 1%;
}
/* ---------------------------------------------------------------
Celdas jqgrid
--------------------------------------------------------------- */
span.cellColorJQgrid
{
	display:block;
	background-image:none;
	margin-right:-2px;
	margin-left:-2px;
	min-height:14px;
	padding:4px;
	width: 100%;
}
