/* 
    Document   : sap
    Created on : Sep 7, 2011, 3:34:37 PM
    Author     : josefloressv
    Description:
        Archivo General para el subdominio sap.pagadito.com
*/

root { 
    display: block;
}

body{
    background: url("../imagenes/FondoPagina.jpg") repeat-x scroll 0 0 #FFFFFF;
    font-family: Arial;
    font-size: 12px;
}

a {
    font-size: 12px;
    font-family: Arial;
    color: #410448;
}

a:visited {
    font-size: 12px;
    font-family: Arial;
    color: #410448;
}

a:hover {
    font-size: 12px;
    font-family: Arial;
    color: blue;
}

a img{
    border: none;
}

#wrapper{
    width: 1150px;
    margin:0 auto 0 auto;
    background: #FFF;
    min-height: 700px;
    border: 1px solid #D8D8D8;
}

#header{
    margin: 10px;
    background: #FFF;
    min-height: 135px;
    /*border: 1px solid #000;*/
}

#logo{
    width: 700px;
    float: left;
    min-height: 135px;
    /*border: 1px solid #000;*/
}

#logo a img{
    margin-top: 35px;
}

#sesion{
    width: 220px;
    float: right;
    background: #3A818F;
    font-size: 12px;
    height: 135px;
    border: 1px solid #410448;
    color: #FFF;
}

#formLogin{
    font-size: 12px;
    padding: 12px 8px 0 8px;
}

#formLogin input[name=btnLogin]{
    float:right;
}

#info_sesion{
    font-size: 12px;
    padding: 0 8px 0 8px;
}

.sesion_botones{
    text-align: right;
}

#content{
    margin: 10px;
    background: #FFF;
    min-height: 450px;
    /*border: 1px solid #000;*/
}

#left{
    width: 220px;
    float: left;
    background: #E6EFFF;
    min-height: 450px;
    height: inherit;
}

#menu{
    list-style: none;
    padding-left: 0;
}

#menu li{
    border-top: 1px solid #CEE3F6;
}

#menu li a{
    font-size: 15px;
    display: block;
    width: 200px;
    padding: 10px;
    text-decoration: none;
}

#menu li:nth-child(1){
    border-top: none;
}

#menu li a:hover,
#menu li a.activo{
    background: rgb(195,217,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(195,217,255,1) 0%, rgba(177,200,239,1) 41%, rgba(152,176,217,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(195,217,255,1)), color-stop(41%,rgba(177,200,239,1)), color-stop(100%,rgba(152,176,217,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(195,217,255,1) 0%,rgba(177,200,239,1) 41%,rgba(152,176,217,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(195,217,255,1) 0%,rgba(177,200,239,1) 41%,rgba(152,176,217,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(195,217,255,1) 0%,rgba(177,200,239,1) 41%,rgba(152,176,217,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d9ff', endColorstr='#98b0d9',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(195,217,255,1) 0%,rgba(177,200,239,1) 41%,rgba(152,176,217,1) 100%); /* W3C */
}

#right{
    width: 900px;
    float: right;
    min-height: 450px;
    border: 1px solid #F2F1EB;
}

#sub_menu{
    width: 100%;
    background: #F2F1EB;
    min-height: 40px;    
}

#sub_menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#sub_menu ul li{
    display: block;
    float:left;
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #000;
}

#sub_menu ul li:nth-child(1){
    border-left: none;
}

.actual{
    background-color: #C9D7DC !important;
    font-weight: bold;
}

#sub_menu ul li a{
    text-decoration: none;
    font-size: 14px;
    padding: 0 10px;
    color: #232176;
    display: block;
    height: 40px;
    line-height: 40px;
}

#sub_menu ul li a:hover{
    background-color: #DEDEDE;
}

#area{
    width: 100%;
    min-height: 407px;
}

#footer{
    padding-top: 10px;
    background: #ccc;
    min-height: 73px;
}

#footer p{
    padding: 10px;
    margin: 0;
    text-align: right;
}

#footer a{
    text-decoration: none;
}

#footer a:visited{
    color: blue;
}

.clear{
    clear: both;
}

#logo_grande{
    margin: 139px 0 0 111px;
}

.ok{
    font-size: 12px;
    text-align: center;
    background: #A9F5A9;
    border: 1px solid #00FF00;
    color: #000;
}

.warning{
    font-size: 12px;
    text-align: center;
    background: #F2F5A9;
    border: 1px solid #FFFF00;
    color: #000;
}

.info{
    font-size: 12px;
    text-align: center;
    background: #A9D0F5;
    border: 1px solid #0080FF;
    color: #000;
}

.error{
    font-size: 12px;
    text-align: center;
    background: #F5A9BC;
    border: 1px solid #FF0040;
    color: #000;
}

.paginacion{
    clear: left;
    float: left;
    width: 100%;
    border: 0 none;
    /*background: none repeat scroll 0 0 #F7F7F7;*/
    color: #666666;
    line-height: 20px;
    margin: 10px 0;
    padding: 5px 0;
    text-align: center;
}
/*PAGINACION DE ITEMS*/
.paginacion a:link,
.paginacion a:visited,
.paginacion a:active {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    color: #636363;
    font-size: 12px;
    margin: 8px 3px;
    padding: 2px 6px;
    text-decoration: none;
}
.paginacion a:hover {
    background:#E6EFF6/*#ccc*/;
    color:#000;
    border-color:#bed4e3;
}
.paginacion span{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #CCCCCC;
    font-size: 12px;
    margin: 8px 3px;
    padding: 2px 6px;
    text-decoration: none;
}

div._msg {
    clear: left;
    float: left;
    margin: 5px 0;
    padding: 5px;
    width: 890px;
}
div._msg span {
    float: right;
    font-size: 10px;
    line-height: 14px;
    text-align: left;
    width: 90%;
}
div._msgError {
    background: url("/imagenes/war.gif") no-repeat scroll left center #F6DFDF;
    border: 1px solid #F9C9C9;
}
div._msgError span {
    color: #F05C60;
}
div._msgOk {
    background: url("/imagenes/ok.png") no-repeat scroll left center #E1F8EB;
    border: 1px solid #A7C5A3;
}
div._msgOk span {
    color: #2A3923;
}
/*CAPA PROCESANDO*/
#loading {
    border: 1px solid #CCCCCC;
    height: auto;
    left: 45%;
    margin-left: -45px;
    padding: 2px;
    position: absolute;
    top: 30%;
    z-index: 20001;
}

#loading .loading-indicator {
    background: none repeat scroll 0 0 white;
    color: #444444;
    font: bold 13px tahoma,arial,helvetica;
    height: auto;
    margin: 0;
    padding: 10px;
}
#loading .loading-indicator img {
    float: left;
    margin-right: 8px;
    vertical-align: top;
}
#loading-msg {
    font: 10px arial,tahoma,sans-serif;
    color:#666666
}      
.overlay {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    filter:alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    display: none;
}

/******************************************************************************/
/* TABLAS DE ADMINISTRACION PARA EL SAP */
/******************************************************************************/

/***********************/
/* columnas */
/***********************/

.sap_main_content {
    margin: 20px 0 20px 0;
}

.sap_col {
    width: 50%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.sap_left {
    float: left;
}

.sap_right {
    float: right;
}

/***********************/
/* titulos y subtitulos */
/***********************/

.sap_header_1 {
    font-size: 13px;
    color: #025A8D;
    margin: 0 1% 1% 1%;
    padding: 0 0 0 0;
}

.sap_header_2 {
    font-size: 12px;
    color: #025A8D;
    margin: 0 1% 1% 1%;
    padding: 0 0 0 0;
}

/***********************/
/* formulario de filtros */
/***********************/

.sap_frm_filtrar {
    width: 98%;
    margin: 1% 1% 1% 1%;
    padding: 0 0 0 0;
}

.sap_tbl_filtrar {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0px none;
    border-spacing: 1px;
}

.sap_total {
    margin: 0 1% 0 1%;
    padding: 0 0 0 0;
    text-align: right
}

/***********************/
/* tabla general */
/***********************/

.sap_tbl_general {
    float: left;
    width: 98%;
    margin: 1% 1% 1% 1%;
    padding: 0 0 0 0;
    background-color: #F3F3F3;
    border: 0px none;
    border-spacing: 1px;
}

.sap_tbl_general thead th {
    padding: 3px 3px 3px 3px;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    color: #025A8D;
    background-color: #F7F7F7;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

.sap_tbl_general tfoot th {
    padding: 3px 3px 3px 3px;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    color: #025A8D;
    background-color: #F7F7F7;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

.sap_tbl_general tbody tr td {
    padding: 3px 3px 3px 3px;
    font-size: 12px;
    color: #666666;
    border: 1px solid #FFFFFF;
    background-color: #ffffff;
    cursor: pointer;
}

.sap_tbl_general tbody tr:nth-child(even) td {
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
}

.sap_tbl_general tbody tr:nth-child(odd) td {
    border: 1px solid #FFFFFF;
    background-color: #ffffff;
}

.sap_tbl_general tbody tr:hover td {
    border: 1px solid #E8F6FE !important;
    background-color: #E8F6FE !important;
}

.sap_tbl_general tbody tr.activo td {
    background-color: #FFD504;
}

.sap_tbl_general tbody tr.activo:hover td {
    background-color: #FFD504 !important;
    font-weight: bold !important;
}

.sap_tbl_general tbody tr.nuevo td {
    background-color: #F0F0F0;
}

.sap_tbl_general tbody tr.tr_d_hidden {
    padding: 0px 0px 0px 0px;
    border: 0px none;
    border-spacing: 0px;
}

.sap_tbl_general tbody tr.tr_d_hidden td {
    cursor: default;
    padding: 0px 0px 0px 0px;
    border: 0px none;
    border-spacing: 0px;
    background-color: #FFFFFF;
}

.sap_tbl_general tbody tr.tr_d_hidden:hover td {
    background-color: #FFFFFF !important;
}

.sap_tbl_general tbody tr.tr_d_hidden td .div_detalle {
    display: none;
}

.sap_tbl_general tbody tr.tr_d_visible {
    padding: 0px 0px 0px 0px;
    border: 0px none;
    border-spacing: 0px;
}

.sap_tbl_general tbody tr.tr_d_visible td {
    cursor: default;
    padding: 0px 0px 0px 0px;
    border: 0px none;
    border-spacing: 0px;
    background-color: #FFFFFF;
}

.sap_tbl_general tbody tr.tr_d_visible:hover td {
    background-color: #FFFFFF !important;
}

.sap_tbl_general tbody tr.tr_d_visible td .div_detalle {
    display: block;
}

.sap_tbl_general .cell_right {
    text-align: right;
}

.sap_tbl_general .cell_left {
    text-align: left;
}

.sap_tbl_general .cell_center {
    text-align: center;
}

.sap_tbl_general .extra_small {
    width: 25px;
}

.sap_tbl_general .cell_small {
    width: 50px;
}

.sap_tbl_general .cell_medium {
    width: 100px;
}

.sap_tbl_general .cell_large {
    width: 200px;
}

.sap_tbl_general .cell_extra_large {
    width: 300px;
}

/***********************/
/* tabla detalle */
/***********************/

.sap_tbl_detalle {
    width: 80% !important;
    margin: 1% auto 1% auto !important;
    padding: 0 0 0 0 !important;
    background-color: #F3F3F3 !important;
    border: 0px none !important;
    border-spacing: 1px !important;
}

.sap_tbl_detalle thead th {
    padding: 2px 2px 2px 2px !important;
    font-size: 12px !important;
    text-align: center !important;
    font-weight: normal !important;
    color: #025A8D !important;
    background-color: #F7F7F7 !important;
    border-bottom: 1px solid #CCCCCC !important;
    border-left: 1px solid #FFFFFF !important;
}

.sap_tbl_detalle tbody tr td {
    padding: 2px 2px 2px 2px !important;
    font-size: 12px !important;
    color: #666666 !important;
    border: 1px solid #FFFFFF !important;
    background-color: #FFFFFF !important;
}

.sap_tbl_detalle tbody tr th {
    padding: 2px 2px 2px 2px !important;
    font-size: 12px !important;
    text-align: center !important;
    font-weight: normal !important;
    color: #025A8D !important;
    background-color: #F7F7F7 !important;
    border-bottom: 1px solid #CCCCCC !important;
    border-right: 1px solid #CCCCCC !important;
}

.sap_tbl_detalle tbody tr td pre {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

.sap_tbl_detalle tfoot tr td.td_right {
    text-align: right;
}

.sap_tbl_batch {
    width: 80% !important;
    margin: 1% auto 1% auto !important;
    padding: 0 0 0 0 !important;
    background-color: #F3F3F3 !important;
    border: 0px none !important;
    border-spacing: 1px !important;
}

.sap_tbl_batch thead th {
    padding: 2px 2px 2px 2px !important;
    font-size: 12px !important;
    text-align: left !important;
    font-weight: normal !important;
    color: #025A8D !important;
    background-color: #F7F7F7 !important;
    border-bottom: 1px solid #CCCCCC !important;
    border-left: 1px solid #FFFFFF !important;
}

.sap_tbl_batch tbody tr td {
    padding: 2px 2px 2px 2px !important;
    font-size: 12px !important;
    color: #666666 !important;
    border: 1px solid #FFFFFF !important;
    background-color: #FFFFFF !important;
}

.sap_tbl_batch tbody tr th {
    padding: 2px 2px 2px 2px !important;
    font-size: 12px !important;
    text-align: left !important;
    font-weight: normal !important;
    color: #025A8D !important;
    background-color: #F7F7F7 !important;
    border-bottom: 1px solid #CCCCCC !important;
    border-right: 1px solid #CCCCCC !important;
}

.sap_tbl_batch tbody tr td pre {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

.sap_tbl_batch tfoot tr td.td_right {
    text-align: right;
}

.resaltar_celda {
  color: #b53c33;
  font-weight: 900;
}

/***********************/
/* paginacion */
/***********************/
.sap_paginator_class {
    margin: 1%;
    padding: 0;
    width: 98%;
}

.sap_paginator_class .paginate {
    font-family: Arial;
    font-size: 12px;
}

.sap_paginator_class a.paginate {
    border: 1px solid #cccccc;
    color: #636363;
    padding: 2px 6px;
    text-decoration: none;
    background-color: #f9f9f9;
}

.sap_paginator_class a.paginate:hover {
    background-color: #e6eff6;
    color: #000;
    text-decoration: underline;
}

.sap_paginator_class a.current {
    background: #e6eff6 none repeat scroll 0 0;
    border: 1px solid #bed4e3;
    color: #000;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    text-decoration: none;
}

.sap_paginator_class span.inactive {
    border: 1px solid #999;
    color: #999;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    padding: 2px 6px;
}

.tpsv{
    background-color: #552F44;
    border: 1px solid #4B0082;
    float: left;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
}
.tpsv span{
    color: #FFF;
    font-weight: bold;
}

.text-center {
    text-align: center;
}