html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 38px;
  background-color: #f5f5f5;
}
#footer .container p {
	text-align: right;
	margin: 10px 0px;
	color: #666;
	font-size: 9pt;
}

button {
	outline: none;
}
@media print {
  a[href]:after {
    content: none;
  }
}


/**
 * Common
 */
.overlay {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAHUlEQVQIW2NkYGD4D8SM6DRIAAQwJDFUwhRRUQcALRkSBISGlPAAAAAASUVORK5CYII=');
}
.nowrap {
	white-space: nowrap;
}
.btn-group {
	white-space: nowrap;
}


/**
 * Fiscalizacion
 */
.fiscalizacion .btn {
	width: 100%;
	padding-bottom: 12px;
	padding-top: 0px;
	margin-bottom: 20px;
}



/**
 * Carga upload
 */
#carga-alert-info,
#carga-alert-danger,
#carga-alert-working,
#carga-progress {
	display: none;
}


money {
	float: right;
}
money:before {
	content: '$ ';
	font-size: 0.7em;
	color: #666;
}


.panel-graph-wrap {
	width: 100%;
}


/**
 *
 */
.year-view h2 {
	margin: 10px;
}
.year-view .panel-title {
	font-size: 18pt;
	text-align: center;
}



.table-no-borders td {
	border-top: 0px !important;
}



.alignRight {
	text-align: right;
}

/*hide colums datatable*/
.hide_column{
    display : none;
}