/**
 * Estilos
 * @package  :Sistema Base
 * @author   :Oscar Zabala
 */

body {
    font-size: 13px;
    font-family: Segoe UI Web Semibold, Segoe UI Web Regular, Segoe UI, Segoe UI Symbol,Helvetica Neue, Open Sans, Arial;
    color: gray;
    bottom: 50px;
}

#loadingImgBar{display: none}

.barraEncabezado {
    background:#0072C6 repeat-x;
    /*position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 500;*/
    border-radius: 5px;
}

#contenedorGeneral{padding-top: 80px; padding: 2px;}

#contenedorMenuActual{margin: 5px; font-size: 15px; color: #fff; width: 950px; float: left;}

.tituloForm{
    width: 50%;
    padding-top:5px;
    padding-bottom: 5px;
    height: auto;
    text-transform:uppercase;
    text-align: center;
    margin-left: 25%;
    color: #fff;
    background-color: #A9A8A4;
    background-repeat: repeat-x;
    border-radius: 5px;
    box-shadow: 7px -5px 5px #888888;
}

/*==========================TABLE===================================*/
table.table1 {
    font-size: 13px;
    font-family: Arial;
    border-spacing: 0;
    border-collapse: collapse;
}
table.table1 th {
    color:#fff;
    padding:5px 0px 5px 0px;
    border-top:1px solid #0072C6;
    border-bottom:1px solid #0072C6;
    background: #0072C6;
    background: -webkit-gradient(linear, left top, left bottom, from(#0072C6), to(#0072C6));
    background: -moz-linear-gradient(top,  #0072C6,  #0072C6);
}
table.table1 td {
    padding: 3px;
    border-top: 1px solid #e0e0e0;
}
table.table1 tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.table1 tr:last-child td {
    border-bottom:0;
}
table.table1 tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
table.table1 tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
table.table1 tr:hover td {
    background: #F6DF9E;
    background: -webkit-gradient(linear, left top, left bottom, from(#F6DF9E), to(#F6DF9E));
    background: -moz-linear-gradient(top,  #F6DF9E,  #F6DF9E);	
}

tfoot td {    
    background-color: #dddede;
}

textarea{
    resize: both;
    resize: none;
}

/*================================== Efecto cargando ========================================*/
#loadingImgBar{
    background:#000000;
    width: 100%; 
    height: 100%;
    filter: alpha(opacity=50); 
    opacity:0.5; 
    margin: 0px;
    position: absolute; 
    left: 0px; 
    top: 0px;
    right: 0px;
    z-index: 1000; 
    margin: 0px;
    padding: 0px;
}

.contenedorLoading{
    width: auto; 
    position: relative;
    margin: 15% 50%;
    padding: 1px;
}


/*================================== CUADROS FORMULARIOS ========================================*/

.main_pane_left {
    width: 100%;
    max-width: 1040px;
    margin: 0px auto;
    padding-top: 0.5em;
    margin-top: 20px;
}
.group {
    border: 1px solid #999;
    background: none repeat scroll 0% 0% #F3F3F3;
    border-radius: 4px;
    box-shadow: 3px 3px 10px #DDD;
    padding-bottom: 5px;
}

.hiTitulo {
    width: auto;
    background-color: #0072C6;
    padding: 0.1em 0.3em;
    margin-top: 0px;
    color: #FFF;
    font-size: 1em;
    font-weight: normal;
    text-shadow: 0px 1px 0px #777;
    box-shadow: 1px 1px 15px #999 inset;
    font-weight: bold; 
}

.bgAmarillo{
    background-color: #F7BE81;
}

.ui-autocomplete-loading {
    background: #000000 url('../../../public/img/autocomplete_loading.gif') no-repeat right center ;
}

.cerrar{float:right;font-size:20px;font-weight:bold;line-height:18px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.cerrar:hover{color:#000000;text-decoration:none;opacity:0.4;filter:alpha(opacity=40);cursor:pointer;}
.alert .cerrar{position:relative;top:-2px;right:-21px;line-height:18px;}


