/* login page */

html { font-size:100%; } 

body{
	background-color: #ddd;
	padding:0px;
	margin:0px;
}
hr {
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	
}


.content-main {
	margin-left: 10%;
	margin-right: 10%;
}

.login-main {
	background-image: url(../images/logo-main.png);
	height: 400px;
	width: 100%;
}

.login-form {
	margin: 20px;
	text-align: center; 
	float: right;
	padding-right: 20%;
	font-size: 0.9em;
}

.footer-main {
	text-align: center; 
	font-size: 0.7em;
}

/* main layout */
#container {
	width: 90%;
	margin: 10px auto;
	height:100%;
	background-color: #fff;
	color: #333;
	line-height: 130%;
	font-size: .8em;
	/** borders top **/
	-moz-border-radius-topright: 6px; 
	-webkit-border-top-right-radius: 6px; 
	-khtml-border-top-right-radius: 6px; 
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px; 
	-webkit-border-top-left-radius: 6px; 
	-khtml-border-top-left-radius: 6px; 
	border-top-left-radius: 6px;
	
   box-shadow: 0 0 20px #cccccc;
   -webkit-box-shadow: 0 0 20px #cccccc;
   -moz-box-shadow: 0 0 20px #cccccc;
	
}
#global-top{
	font-size: .7em;
}
#top {
	box-shadow: 0 0 20px #cccccc;
   -webkit-box-shadow: 0 0 20px #cccccc;
   -moz-box-shadow: 0 0 20px #CCCCCC;
	margin:0px;
	padding-top: 0px;
	border-bottom: 1px solid gray;
	width:100%;
	height:50px;
	background-color: #ddd;
	background: #cb842e url(humanity/images/ui-bg_glass_25_cb842e_1x400.png) 100% 100% repeat-x;
}
#nav-global{
	background-color: #ddd;
	padding: .3em;
}
#top div {
	display: inline-block;
	
}


#leftnav {
	float: left;
	width: 200px;
	margin: 0;
	font-size: .9em;
	padding-top: 1em;
}

#uicontent {
	margin-top:10px;
	/*margin-left: 200px;*/
	padding: 1em;
	
/* 	max-width: 36em; */
}

#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #ddd;
	text-align: center; 
	font-size: 0.7em;
	line-height: 1.6em;
}

/* navigation */
li.menu-title {
	font-weight: bold;
}

/* logo */


/* logo */
#logo_window {
	float: left;
	background-image: url(../images/logo_2.png);
	background-repeat: no-repeat;
	width: 350px;
	height: 70px;
}

/* panel sesion */

 #panel_sesion {
	padding-left: 0;
	height: 100%;
	line-height: .9em;
	width:8%;
	}
	#menu {
		padding-left: 70;
		height: 100%;
		line-height: .9em;
		width:	85%;
	}
	#logo {
	
	background-image: url(../images/logo_2.png);
	background-repeat: no-repeat;
	width: 5%;
	height: 100%;
	
	}  

/* Tablet Landscape */
@media screen and (max-width: 1060px) {
    #panel_sesion {
	padding-left: 0;
	height: 100%;
	line-height: .9em;
	width:8%;
	}
	#menu {
		padding-left: 70;
		height: 100%;
		line-height: .9em;
		width:	85%;
	}
	#logo {
	
	background-image: url(../images/logo_2.png);
	background-repeat: no-repeat;
	width: 5%;
	height: 100%;
	
	}  
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {
    #panel_sesion {
		display: none;
	}
	#menu {
		padding-left: 70;
		height: 100%;
		line-height: .9em;
		width:	85%;
	}
	#logo {
	
	background-image: url(../images/logo_2.png);
	background-repeat: no-repeat;
	width: 5%;
	height: 100%;
	
	}  
}

@media (min-width: 640px) { body {font-size:1.0rem;} } 
@media (min-width:960px) { body {font-size:1.0rem;} } 
@media (min-width:1100px) { body {font-size:1.0rem;} }/**/ 


/* menu */
.menu {
	list-style-type: none;
}

/* links */
a:visited, a:link, a:active {
	color:#FF7817;
	text-decoration: none;
}

a:hover {
	color:blue;
}

.fr{
	float: right;
}

.ui-widget .ui-dialog{
	font-size:0.9em;
	}

div.fieldz
{  
    padding: 1em 1em 0 1em;  
   
}
	
fieldset.main ol, ol.fieldz 
{  
    padding: 1em 1em 0 1em;  
    list-style: none;
}
fieldset.main ol li , ol.fieldz li
{  
    /* Control leading between rows. */
    padding-bottom: .7em;
}

fieldset.main ol li label, ol.fieldz  li label
{  
    float: left;
    width: 10em;        
    margin-right: 1em;
}

label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	display: block;
	margin-left: 1em;
	width: auto;
}

div.error { display: none; }
input.error { border: 2px dotted red; }
select.error { border: 2px dotted red; }
input[disabled], select[disabled]{
 
/* border:none; 
 border-bottom:1px solid gray;

  color	: black;
  background: transparent;*/
  color:black;
}

ol.horizontal {
	margin:0px;padding:5px; display:inline-block;list-style-type: none;
}
ol.horizontal li{
	float: left;
	margin-left: 1em;
}

ol.fieldset 
{  
    padding: 1em 1em 0 1em;  
    list-style: none;
}
ol.fieldset li 
{  
    /* Control leading between rows. */
    padding-bottom: .7em;
}

ol.fieldset li label 
{  
    float: left;
    width: 20em;        
    margin-right: 1em;
}

ol.fieldset li label.error 
{  
    float: right;
    width: 10em;        
    margin-right: 1em;
}

label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	display: block;
	margin-left: 1em;
	width: auto;
}


.ui-buscar {
display:table;margin:0;padding:0;list-style:none;border:none;	
	
}

.ui-buscar li{
	display:table-cell;margin:0;list-style:none;padding-left:5px;
	 width:80px;
	}


.n_form{
	margin:0px;
	padding:5px; 
	display:inline-block;
	list-style-type: none;
}
.n_form li {
	float: left;
}
.n_form li:last-child {
	margin-left:5px;
	float: left;
}
/*
input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"],select,textarea,.is-looking-like-select{
	-webkit-background-clip:padding;
	-moz-background-clip:padding;
	background-clip:padding-box;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:rgba(0,0,0,0.05) 1px 1px 0px 0px inset;
	-moz-box-shadow:rgba(0,0,0,0.05) 1px 1px 0px 0px inset;
	box-shadow:rgba(0,0,0,0.05) 1px 1px 0px 0px inset;
	padding-top:1.0px;
	padding-top:0.042857rem;
	padding-bottom:1.0px;
	padding-bottom:0.035714rem;
	font-size:11.99996px;
	font-size:0.85714rem;
	line-height:22px;
	line-height:1.57143rem;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #c3cad5;
	color:#525b65;
	font-weight:300;
	
	outline:0;
	padding-left:1em;
	padding-right:1em;
	text-align:left;
	vertical-align:top
}

input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="email"]:focus,input[type="month"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="week"]:focus,select:focus,textarea:focus,.is-looking-like-select:focus{
	-webkit-box-shadow:#5596c8 0 0 5px 0,rgba(0,0,0,0.05) 1px 1px 0px 0px inset;
	-moz-box-shadow:#5596c8 0 0 5px 0,rgba(0,0,0,0.05) 1px 1px 0px 0px inset;
	box-shadow:#5596c8 0 0 5px 0,rgba(0,0,0,0.05) 1px 1px 0px 0px inset;
	
}
*/

input[readonly="readonly"], input[disabled="disabled"], input[readonly="true"], textarea[disabled="disabled"]
{
    background-color:#eceae9;
    border: 1px solid #ada9a5; 
     border-radius: .3em;
     padding:.2em;
     color: black;
}

.shadow {
  				-moz-box-shadow:    1px 1px 5px 3px #ccc;
  				-webkit-box-shadow: 1px 1px 5px 3px #ccc;
  				box-shadow:         1px 1px 5px 3px #ccc;
}

.dialog_class{ 
			height:50%;
			width:50%;
			padding:.2em;
			display:none;
			}
@media screen and (max-width: 768px) {
		.dialog_class{ 
			height:95%;
			width:95%;
			padding:.2em;
			display:none;
			}
	}
	
th.headerSortUp span {
        
                display: inline; overflow: hidden; background-repeat: no-repeat; float:right;
                width: 16px; height: 16px;
                background-image: url(../js/themes/smoothness/images/ui-icons_222222_256x240.png);
                /*background-position: 0 -32px;*/
                background-position: 0 -16px;
       
        /*      float:right;  background-color: #3399FF; */
            } 
    
th.headerSortDown span { 
                display: inline; overflow: hidden; background-repeat: no-repeat; float:right;
                width: 16px; height: 16px;
                background-image: url(../js/themes/smoothness/images/ui-icons_222222_256x240.png);
                /*background-position: 0 -32px;*/
                background-position: -64px -16px;
            }
a.link_order{
	color: white;
	text-decoration: underline;
 
}


 table.ui-widget.ui-widget-content tbody tr:hover {
          background-color: #e0cfc2;
        }
