﻿/* FOOTER */
.wrapper_sf {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
}
.footer_sf, .push_sf {
	height: 75px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

html, body {
  background-image: url('../images/black_linen.png');
}

.aspform {
    height: 100%;
}

#main_header {
	width: 100%;
	height: 100px;
	background-image: url('../images/main_header_background.png');
	text-align: center;
}

#main_header img {
    margin-top: 15px;
}

#main_container {
    margin-top: 15px;
}

.error_container {
    position: fixed;
    top: 15px;
    left: 50%;
    width: 800px;
    margin-left: -400px;
}

.toolbar_button {
	background-repeat: no-repeat;
	background-position: 0% 50%;
	display: block;
	padding-left: 20px;
}
.user_button {
    background-image: url('../images/status_online.png');
}
.export_button {
    background-image: url('../images/page_white_excel.png');
}
.print_button {
    background-image: url('../images/printer.png');
}
.logout_button {
    background-image: url('../images/status_offline.png');
}

.help_link{
    background-image: url('../images/help.png');
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.search_table_box {
    float: right;
}

ul, ol {
  margin: 0 0 18px 0px;
}

table.table_with_small_text{
  font-size: 11px;
}

table th {
  background-color: #FFFFFF;
}

.topbar {
  position: relative;
}

.topbar.blue {
  z-index: 20000;
}

.topbar.blue .fill {
  background-image: url('../images/menu_background.png');
}

.topbar .fill.secondary {
  background-image: url('../images/toolbar_background.png');
}

.topbar a {
  color: #ffffff;
}

.topbar.blue a:hover {
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none;
}

.topbar.blue a.blue:hover, .topbar ul li.active a {
  background-image: url('../images/menu_background_hover.png');
}

/* Quitar el background azul de los elementos de un menú */
.topbar ul li.active ul a {
  background-image: none;
}

.dropdown:hover ul, .menu:hover ul {
  display: block;
}

.topbar .menu ul {
  /*background-image: url('../images/black_linen.png');*/
  /*background-color: #004D99;*/
  /*background-color: #1F1F1F;*/
  background-color: rgba(0, 0, 0, 0.8);
}

.modal_complete {
  width: 100%;
  /*margin: -280px 0 0 -250px;*/
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal_complete .modal-header {
  border-bottom: 1px solid #eee;
  padding: 5px 20px;
}
.modal_complete .modal-header .close {
  color: #999;
  line-height: 10px;
  font-size: 18px;
}
.modal_complete .modal-body {
  padding: 20px;
}
.modal_complete .modal-footer {
  background-color: #f5f5f5;
  padding: 14px 20px 15px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 18px;
  margin-bottom: 0;
}
.modal_complete .modal-footer:before, .modal .modal-footer:after {
  display: table;
  content: "";
}
.modal_complete .modal-footer:after {
  clear: both;
}
.modal_complete .modal-footer .btn {
  float: right;
  margin-left: 10px;
}

table tbody tr td {
  color: #404040;
}

.modal-backdrop {
  z-index: 30000;
  background-color:rgba(0, 0, 0, 0.8);
}

.modal {
  z-index: 40000;
}

@media print {
    .topbar, .btn {
        display: none;
    }
}


/*JVV*/
.ListaCtes
{
    font-family: Calibri; 
    font-size: medium; 
    font-weight: bold; 
    left:auto; 
    color: #404040;
}
.ListaPDFs
{
    font-family: 'Inconsolata', sans-serif; 
    font-size: medium; 
    font-weight: bold; 
    left:auto; 
    color: #404040;
}
.encabezadosImpuestosPorPagar span
{
    display: block;
    color: #404040;
    font-weight: bold;
    margin-bottom: -10px;
        
}

.numero
{
    text-align:right;
}

.float_left 
{
    float: left;
    margin-right: 10px;
}

.float_right
{
    float: right;
}

/* Oscurecer los renglones de las tablas */
.zebra-striped tbody tr:nth-child(odd) td
{
    background-color: #EDEDED;
}

/* Para agrupar datos en las tablas */
.table-row-header, .table-row-footer
{
    font-weight: bold;
    padding: 15px 10px;
    color: #404040;
    background-color: #E0E0E0;
}