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;
}
a, a:after { content: normal !important; }

/**
 * Panel Overwrite
 */
.panel-heading {
	padding: 5px 10px;
}


/**
 * Vertical scrolling
 */
.vertical-scroll {
	overflow-y: auto;
}

/**
 * Archivo lineas
 */
.archivo-linea {
	display: inline-block;
	font-family: Courier;
	margin-bottom: 0px;
	font-size: 8pt;
	padding: 4px 6px;
	height: auto;
	background: #eee;
	border: 1px solid #e0e0e0;
	width: 100%;
}


/**
 * Copy on click
 */
.copy-on-click {
	cursor: copy;
}


.empresa-object .form-control,
.persona-object .form-control {
/*
	background: #fff;
	border: 1px solid #eee;
	padding: 2px 5px;
	border-radius: 0px;
	box-shadow: 0 0 0;
	height: auto;
*/
	font-weight: bold;
	color: #000;
	font-size: 12pt;
	cursor: text;
	background: #f6f6f6;
}
.empresa-object .form-control:hover,
.persona-object .form-control:hover {
	border-color: #666;
	background: #ffc;
}
.empresa-object label,
.persona-object label {
	margin-left: 5px;
	font-weight: normal;
}


span[title] {
	cursor: help;
}


money::before {
	content: "$ ";
}
money {
	text-align: right;
	width: 100%;
	display: inline-block;
}


.nowrap {
	white-space: nowrap;
}


.prestador {
	height: 40px;
}
.prestador img {
	max-height: 100%;
}

.prestador-button {
	width: 100%;
	margin-top: 15px;
	height: 120px; 
	box-shadow: 0px 0px 10px #ccc;
}

.modal-xs .modal-dialog {
	width: 350px;
}

.statusChanger {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}


@media (min-width: 1199px) {
  .modal-lg { 
    width: 1120px !important;
  }
}


@media print {
	#footer {
		display: none;
	}
	.acta .printAdjust {
		max-width: auto;
		margin: 0px;
		box-shadow: none;
	}
	.acta p {
		font-size: 9pt;
	}
	body {
		margin-bottom: 0px;
	}
	.acta .printPage {
		padding: 0px !important;
		page-break-inside: avoid;
		page-break-after: always;
		border-bottom: 0px !important;
	}
	.acta .printPage:last-child {
		page-break-after: avoid !important;
	}
}

.acta .printPage .printHead {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.acta .printPage .printHead table {
	width: 100%;
}
.acta .printPage .printHead table td:last-child {
	text-align: right;
}
.acta .printPage .printFoot table {
	width: 100%;
	text-align: center;
}
.acta .printPage .printFoot {
	bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}

.acta .printPage {
	height: 100%;
	position: relative;
	padding: 30px;
	border-bottom: 1px dashed #ccc;
}
.acta .printPage:last-child {
	border-bottom: 0px;
}

.acta table th {
	vertical-align: middle !important;
	text-align: center;
	font-size: 8pt;
}
.acta table td {
	white-space: nowrap;
	font-size: 8pt;
}
.acta p {
	text-align: justify;
}

.acta .printAdjust {
	margin: 0px auto;
	max-width: 800px;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}


.extrainfo {
	display: none;
}


div.dt-buttons {
	position:relative;
	float:left; 
    width: 40%;
	margin-left: 50px;
}

#transfExternas-mensual{
	font-size: 9pt;
}

#transfExternas-mensual{
	font-size: 7pt;
}

#transfExternas-mensual tfoot{
	font-size: 7pt;
	font-weight: bold;
}

#transfExternas-detalle thead{
	font-size: 7pt;
	font-weight: bold;
}

#transfExternas-detalle tbody{
	font-size: 7pt;
}



/*
* Callout Style
*/
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}


/*
* watermark
*/

.watermark {
  font-size: 2.5em;  
  color: rgba(52, 166, 214, 0.4);
  z-index: 9999;
 
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;	
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-45deg);
    
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}


.numberCircle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 1px;


    border: 1px solid #fff;
    color: #fff;
    text-align: center;

    font: 14px Arial, sans-serif;
}
