/*     Document   : estilos
Created on : 10/02/2010, 20:03:44
Author     : martin
Description:        Purpose of the stylesheet follows.
*//*    TODO customize this sample style
  Syntax recommendation http://www.w3.org/TR/REC-CSS2/*//* CSS Document */
body
{
    font-family: 'Hind', Sans-Serif;
    /*line-height: 1.6em;*/
}
a
{
    font-size: 18px;
    color: #666678;
}
/* Tabla para los listados*/
.tabla
{
    font-size: 18px;
    margin: 10px;
    width: 98%;
    text-align: left;
    border-collapse: collapse;
}
.tabla thead th.rounded-company
{
    background: #205c11 url('table-images/left.png') left -1px no-repeat;
}
.tabla thead th.rounded-q4
{
    background: #205c11 url('table-images/right.png') right -1px no-repeat;
}
.tabla th
{
    padding: 2px;
    font-size: 16px;
    color: #ffffff;
    background: #205c11;
}
.tabla td
{
    padding: 4px;
    background: #f0eeeb;
    border-top: 1px solid #fff;
    color: #666678;
}
.tabla tfoot td.rounded-foot-left
{
    background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
.tabla tfoot td.rounded-foot-right
{
    background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
.tabla tbody tr:hover td
{
    background: #bdbbb9;
}






/* Tabla para los menu*/
.tablamenu
{
    font-size: 18px;
    margin: 10px;
    width: 98%;
    text-align: left;
    border-collapse: collapse;
}
.tablamenu thead th.rounded-company
{
    background: #ffffff url('table-images/left.png') left -1px no-repeat;
}
.tablamenu thead th.rounded-q4
{
    background: #ffffff url('table-images/right.png') right -1px no-repeat;
}
.tablamenu th
{
    padding: 2px;
    font-weight: normal;
    font-size: 18px;
    color: #666678;
    background: #ffffff;
}
.tablamenu td
{
    padding: 4px;
    background: #ffffff;
    border-top: 1px solid #fff;
    color: #666678;
}
.tablamenu tfoot td.rounded-foot-left
{
    background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
.tablamenu tfoot td.rounded-foot-right
{
    background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}

.pagination
{
    font-size: 13px;
    text-align: center;
    width: 98%;
}
#Menu
{
    display: none;
}
#MenuItemV
{
    line-height:1.5;
    list-style: none;
}
#MenuItemV a
{
    font-size: 20px;
    text-decoration: none;
    color: #666678;
}
#MenuItemV a:hover
{
    text-decoration: none;
}


#MenuItemH a{
      text-decoration:underline;
      color:#666678;
      }
            
#MenuItemH li{
      display:inline-block;
      width:150px;
      height:30px;
      padding:5px 10px;
      background-color:#fff;
      text-align:center;
      color:#fff;
      position:relative;
}
            
#MenuItemH li:hover{
      background-color:#fff;
      color:#000;
      }
            
#MenuItemH li>ul{
      display:none;
      }

#MenuItemH li:hover>ul{
      display:block;
      position:absolute;
      top:40px;
      left:0px;
}
/*
#MenuItemH {
    padding: 0;
}
#MenuItemH li {
    display: inline;
}
#MenuItemH li a {
    text-decoration: none;
    float: left;
    padding: 10px;
    color: #205c11;
    text-decoration:underline;
 }
 #MenuItemH li a:hover {
    font-weight: bold;
    margin-top: -2;
    padding-bottom: 12px;
 }
*/
.titulo
{
    font-size: 18px;
}
.subtitulo
{
    font-weight: bold;
    font-size: 18px;
}
.titulotabla
{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #666678;
}
#piepagina
{
    font-size: 9px;
    text-align: center;
    color: #666678;
}
.boton a
{
    font-size: 16px;
    text-decoration: none;
    color: #666678;
}
.boton a:hover
{
    text-decoration: none;
    background-color: #e8edff;
}
.form label, input, select, button
{
    font-size: 18px;
    color: #666678;
}
.error
{
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}
.buscar
{
    font-size: 18px;
    color: #666678;
}
.isueldo
{
    font-size: 9px;
}
.isueldo tr
{
    height: 14px;
}
.itabladetalle tr
{
    height: 13px;
}
.texto
{
    font-size: 18px;
    color: #666678;
}

div.ui-datepicker{
 font-size:11px;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('images/loading.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}




#MenuItemVNav {
	margin: 35px 0;
}
#MenuItemVNav ul {
        padding: 0;
        margin: 10;
	list-style: none;
	position: relative;
	}	
#MenuItemVNav ul li {
	display:block;
	background-color: #FFFFFF;
	}
#MenuItemVNav a {
	padding:0;	
        background-color: #FFFFFF;
}
#MenuItemVNav a:hover { 
	background-color: #bdbbb9; 
}
#MenuItemVNav ul ul {
	display: none;
	position:absolute;
        left: 120px;
        margin-top: -30px;
}	
#MenuItemVNav ul li:hover > ul {
	display:inherit;
}	
#MenuItemVNav ul ul li {
	width:130px;
	float:none;
	display:list-item;
	position: relative;
}
#MenuItemVNav ul ul ul li {
	position: relative;
	top:-60px; 
	left:230px;
}
#MenuItemVNav ul ul li {
	border: 1px solid white;
}


/*
#MenuItemHNav {
	margin: 35px 0;
}
#MenuItemHNav ul {
        padding: 0;
        margin: 10;
	list-style: none;
	position: relative;
	}	
#MenuItemHNav ul li {
	display:block;
	background-color: #FFFFFF;
	}
#MenuItemHNav a {
	padding:0;	
	color:#FFF;
        text-decoration:none;
}
#MenuItemHNav a:hover { 
	background-color: #bdbbb9; 
}
#MenuItemHNav ul ul {
	display: none;
        padding:0px 10px;
        background-color: #FFFFFF; 
}	            
#MenuItemHNav li:hover{
      background-color:#fff;
      color:#000;
      }

#MenuItemHNav ul li:hover > ul {
	display:list-item;
        position:relative;
        top:80px;
        left:570px;
}	
#MenuItemHNav ul ul li {
	width:130px;
	float:none;
	display:list-item;
	position:relative;
}
#MenuItemHNav ul ul ul li {
	position: relative;
	top:-60px; 
	left:230px;
}
#MenuItemHNav ul ul li {
	border: 1px solid white;
}
*/

i {
  border: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.down {
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
}
