html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}


body {
	color: #333;
	font: 11px verdana, arial, helvetica, sans-serif;
	background-color: #fff;
	/*background-image: url(../images/comfa/bg-header-extranet.jpg); */
	background-image: url(../images/login/bg-01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#grailsLogo {
	padding:20px;
}

a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

a.tcc{
	color: red !important;
}

h1 {
	color: #195DA8;
	font-weight: normal;
	font-size: 20px;
	font-family: "Arial Black", Arial, Helvetica, "MS Reference Sans Serif";
	letter-spacing: -1px;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}

h2{
	color: #195DA8;
	margin: 5px 0 10px 0;
}

ul {
    padding-left: 15px;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
	float: left;
	width: 90%;
	margin: 0;
	padding: 0px;
}
.bodyEmp {
	float: left;
	width: 85%;
	margin: 0;
	padding: 0px;
}

/* NAVIGATION MENU */

.nav {
/** padding-top: 5px;**/
 	padding-right: 12px;
 	margin-bottom: 20px;
 	padding-left: 12px;
 margin: 0px;
 background-color: #fff;
 background-image: url(../images/skin/shadow.jpg);
 background-repeat: no-repeat;
 background-position: left center;
  height: 35px;
}

.menuButton {
	font: 11px verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 0 2.5px;
}
.menuButton a {
	color: #333;
	padding: 4px 6px;
	font-weight: normal;
	line-height: 35px;
}
.menuButton a.home {
	background: url(../images/skin/house.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
	font-weight: bold;
}
.menuButton a.back {
	background: url(../images/skin/go_back.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}
.menuButton a.edit {
	background: url(../images/skin/database_edit.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}
.menuButton a.report {
	background: url(../images/skin/report2.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}
.menuButton a.excel {
	background: url(../images/skin/excel.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}
.menuButton a.upload {
	background: url(../images/skin/export.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}
.menuButton a.list {
	background: url(../images/skin/database_table.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.verify {
    background: url(../images/skin/accept.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.delete {
    background: url(../images/skin/delete.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.aumento {
    background: url(../images/skin/add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.actualizar {
    background: url(../images/skin/refresh_page.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.search {
	background: url(../images/skin/search.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
	font-weight: bold;
}
.menuButton a.deliveryTruck {
	background: url(../images/skin/delivery_truck.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
	font-weight: bold;
}
/* MESSAGES AND ERRORS */

#messageAlert{
    color: #FF0000;
    font-weight: bold;
}

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}
#rightcol #errors {
	background: #fff3f3;
	border: 1px solid red;
	color: #cc0000;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

table {
	width: 100%
}
tr {
    border: 0;
}
td, th {
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 6px;
}

.tablath{
font: 11px verdana, arial, helvetica, sans-serif;
	 font-weight: bold;
	 color: #1B5EAC;
}

.tablathtotales{
font: 11px verdana, arial, helvetica, sans-serif;
	 font-weight: bold;
	 color: #1B5EAC;
	 background-color:white;
	 border:1px;
	 text-align: right;
	 
}

.tablathtotalesVal{
font: 11px verdana, arial, helvetica, sans-serif;
	 font-weight: bold;
	 color: black;
	 background-color:white;
	 border:1px;
	 text-align: right;
	 border: 1px solid #D8D8D8
}
.tablathtotalesEspacio{
font: 11px verdana, arial, helvetica, sans-serif;
	 font-weight: bold;
	 color: black;
	 background-color:white;
	 text-align: right;
	
}


th {
	background: #b2d1ff;
	color: #666;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	height: 25px;
}
th a:link, th a:visited, th a:hover {
	color: #1B5EAC;
	display: block;
	font-size: 11px;
	text-decoration: none;
	width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}

.list td {
    border-left: 1px solid #ddd;
}
.list tr:hover   {
	background-color: #D5E6FF;
}

/* PAGINATION */

.paginateButtons {
  /**  background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;**/
    padding-right: 12px;
    margin-bottom: 20px;
    padding-left: 12px;
    margin: 0px;
 	background-color: #fff;
 	background-repeat: no-repeat;
 	background-position: left center;
 	height: 35px;
  	overflow: hidden;
  	border-top-width: 1;
 	border-right-width: 0px;
	border-bottom-width: 0px;
 	border-left-width: 0px;
 	border-top-style: solid;
 	border-right-style: none;
 	border-bottom-style: none;
 	border-left-style: none;
 	border-top-color: #ccc;
}
.paginateButtons a {
	background: #fff;
	border: 1px solid #ccc;
	border-color: #ccc #aaa #aaa #ccc;
	color: #666;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	 line-height: 35px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog {
 padding-top: 15px;
 padding-right: 0;
 padding-bottom: 0px;
 padding-left: 0;
}

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    vertical-align: middle;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
 /**   background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;**/
    padding-right: 12px;
    margin-bottom: 20px;
    padding-left: 12px;
    margin: 0px;
 	background-color: #fff;
 	background-image: url(../images/skin/shadow.jpg);
 	background-repeat: no-repeat;
 	background-position: left center;
  	height: 35px;
  	overflow: hidden;
}

.buttons input, .buttons a {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
	font-size: 15px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
    font-size: 15px;
}
.buttons input.report, .buttons a.report {
    background: transparent url(../images/skin/report2.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.excel, .buttons a.excel {
    background: transparent url(../images/skin/excel.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.cancelar {
    background: transparent url(../images/skin/database_cancelar.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.layoutSeccionDatosUsuario {
	width: 22%;
	height: 50px;
	background-color: #195DA8;
}
.layoutSeccionDatosUsuario table td {
	color: #FFF;
}


.layoutSeccionHeader{
	height: 130px;
	background-color: transparent;
	background-image: url(../images/login/bg-01.jpg);
	background-repeat: no-repeat;
}
.head {
	margin-left: 5px;
	margin-top: 15px;
	color: #195DA8;
	font-style: italic;
}
.red {
	color: #C41102;
}
.nombrecliente {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	line-height: 24px;
	font-weight: bold;
}



.layoutSeccionOpciones{
	/**height: auto; **/
    /**height: 800px;**/
	width: 18%;
	 /**background-repeat: no-repeat;
	background-position: right;**/
}



.ygtvlabel{
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.bg-thead {
	background-color: #195DA8;
}
.sub-head {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #1A5EA9;
	font-style: italic;
}
.sub-head span {
	font-size: 12px;
	color: #666;
}

.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
background-color:red;
cursor:pointer;
margin-left:2px;
text-decoration:none;
}


/* CSS de TreeView */
.ygtvlabel { color: black; background: transparent; }
.ygtvlabel:link,.ygtvlabel:visited,.ygtvlabel:hover {
	background-color: transparent;
	margin-left:2px;
	text-decoration:none;
}

.antetitulo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	display: block;
}

.subtitulo {
	color: #144D8B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	display: block;
	font-weight: normal;
}

.subtitulo3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #5A6272;
	width: 710px;
	font-size: 12px;
}

.salida {
	background-image: url(../images/login/ico-salida.png);
	background-repeat: no-repeat;
	background-position: 115px center;
	padding-right: 40px;
	display: block;
	height: 36px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 36px;
	color: #185DA7;
	text-decoration: none;
	margin-left: 540px;
	margin-top: 0px;
}

#bienvenido {
	width: 1024px;
	margin-right: auto;
	margin-left: 0;
	height: 100px
}

#leftcol {
	width: 270px;
	float: left;
	
}
#leftcol ul  {
	display: block;
	/**margin-bottom: 20px;**/
	padding-top: 20px;
	text-align: left;
}
#leftcol ul li  {
	margin-bottom: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	/**line-height: 18px;**/
	padding-left: 40px;
	list-style-type: none;

}
#leftcol ul li a  {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #185DA7;
	/**display: block;**/
	padding-top: 0px;
	line-height: 18px;
	padding-left: 18px;
	background-image: url(../images/login/icon-vineta.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#leftcol ul li a:hover  {
	color: #600;
	font-size: 12px;
	background-image: url(../images/login/icon-vineta.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.contactenos {
	background-image: url(../images/login/ico-contactos.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-indent: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.contactenos a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #3F5E83;
	text-decoration: none;
	letter-spacing: 1px;

}
.contactenos a:hover {
	color: #00F;
	text-decoration: underline;
}

#footer {
	clear: none;
	float: right;
	width: 700px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

.mini {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#footerFor {
	clear: none;
	float: right;
	width: 1200px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

.captura50:disabled{
	color: grey !important;
	background-color: silver;
}
.captura50Req:disabled{
	color: grey !important;
	background-color: silver;
}
.captura50{
	color: #333;
	height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-right: 0px;
	padding-left: 5px;
	border: 1px solid #999;
	width: 50%;
}
.captura50Req {
	color: #333;
	height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-right: 0px;
	padding-left: 5px;
	border: 1px solid #999;
	width: 50%;
	background-image: url(../images/login/bg-03.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.captura4 {
	color: #333;
	height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-right: 0px;
	padding-left: 5px;
	border: 1px solid #999;
	width: 140px;
	background-image: url(../images/login/bg-03.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.capturaEmail {
	color: #333;
	height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-right: 0px;
	padding-left: 5px;
	border: 1px solid #999;
	width: 350px;
	background-image: url(../images/login/bg-03.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.InfoCrearEmpleado{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: red;
	font-size: 16px;
	padding-top: 10px;
	margin-top: 20px;
	}
	
.InfoCambiarClave{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: red;
	font-size: 14px;
	padding-top: 10px;
	margin-top: 20px;
	}

#rightcol #errores {
	margin-left: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #B08283;
	/* background-image: url(../images/login/ico-error.png); */
	background-position: 10px center;
	background-repeat: no-repeat;
	height: 100%;
	padding-left: 20px;
	line-height: 18px;
	margin-top: 20px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFCACB;
	width: 600px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AB878D;
	border-left-color: #DFCACB;
	background-color: #FFEAEA;
	border-bottom-color: #AB878D;
}

#rightcol #errores-wider {
	margin-left: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #B08283;
	/* background-image: url(../images/login/ico-error.png); */
	background-position: 10px center;
	background-repeat: no-repeat;
	height: 36px;
	padding-left: 20px;
	line-height: 36px;
	margin-top: 20px;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFCACB;
	width: 400px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AB878D;
	border-left-color: #DFCACB;
	background-color: #FFEAEA;
}

 em {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 0px;
	margin: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 14px;
	color: #5A6272;
	line-height: 13px;
	text-align: justify;
}


/* FILTER PANE*/
.filterPaneButtons {
   background: #fff url(../images/skin/shadow.jpg); 
   background-repeat: no-repeat;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 5px 2px;
}

.filterPaneButtons input { 
    border: 1;
    color: #666;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}

.acceptNav {
	padding: 4px 10px;
	margin: 0px;
	background-color: #fff;
	background-image: url(../images/skin/shadow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 120px 20px;
	
}

.acceptButton {
	border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
    background: transparent url(../images/skin/accept.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.infoText{
	color: #36b504 !important;
}

h3{
	color: #195DA8;
}

.hiddenElement{
	position: absolute !important;
	left: -9999px !important;
	display: none !important;
}

.politica{
	font-size: 15px !important;
}

.name .info{
	font-weight: bold;
	color: #195DA8;
	cursor: pointer;
}

#alertdatosPersonales{
	font-size: 10px !important;
	text-align: justify !important;
}

.bodyEmp a.edit {
	background: url(../images/skin/database_edit.png) left no-repeat;
}
.bodyEmp a.delete {
    background: url(../images/skin/database_delete.png) left no-repeat;
}
.bodyEmp a.search {
	background: url(../images/skin/search.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
	font-weight: bold;
}

td a.report {
	background: url(../images/skin/report2.png) center left no-repeat;
	padding-left: 20px;
}
td a.excel {
	background: url(../images/skin/excel.png) center left no-repeat;
	padding-left: 20px;
}

.infoImportant{
	color: #195DA8;
	font-size: 15px;
}

.infoBold{
	font-weight: bold;
}

.list-card .card {
    float: left;
    border: solid black 1px;
    margin: 0 5px;
    padding: 5px;
	width: 150px;
}
.list-card .card.selected {
    background-color: #c8e5fd;
}

.list-card .card .card-logo {
    text-align: center;
}

.list-card .card .card-name {
    text-align: center;
	padding: 5px 0 0 0;
}