/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 .linkVer {cursor: pointer;}
.invalid{ color: red; font-style: italic; }
.no-sort{ min-width: 100px;}
.trSaldoInicial{ background-color: #EFE1B3}
.tabla_chica{
font-size: 11px;
}
a:hover{ color:#EC8C32;}
 .scroll {overflow:auto; height: 1200px; display: inline-block;}
 .row_hscroll{
 overflow: auto;
}

/*
// Basic print styles
// --------------------------------------------------
// Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
*/
@media print {
	body { 
width:100% !important;
margin:0 !important;
padding:0 !important;
line-height: 1.00; 
font-family: Arial,"Times New Roman", serif; 
color: #000; 
background: none; 
font-size: 10px; }

/* Headings */
h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
h1{font-size:14px;}
h2{font-size:12px;}
h3{font-size:12px;}
h4,h5,h6{font-size:12px;}


p, h2, h3 { orphans: 3; widows: 3; }

code { font: 12pt Courier, monospace; } 
blockquote { margin: 1.2em; padding: 1em;  font-size: 12pt; }
hr { background-color: #ccc; }

/* Images */
img { float: left; margin: 1em 1.5em 1.5em 0; max-width: 100% !important; }
a img { border: none; }

/* Links */
a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline;color:#333; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }

abbr[title]:after { content: " (" attr(title) ")"; }

/* Don't show linked images  */
a[href^="http://"] {color:#000; }
a[href$=".jpg"]:after, a[href$=".jpeg"]:after, a[href$=".gif"]:after, a[href$=".png"]:after { content: " (" attr(href) ") "; display:none; }

/* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol .. taken from html5boilerplate */
a[href^="#"]:after, a[href^="javascript:"]:after {content: "";}

/* Table */
table { margin: 0px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
td.text-right {text-align: right;}
th,td { padding: 0px; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
img,tr {page-break-inside: avoid;} 

#scripts
{display:none;}
/* Hide various parts from the site
#header, #footer, #navigation, #rightSideBar, #leftSideBar 
{display:none;}
*/
}

.box_comments{
	min-height: 100px; min-width: 500px; border: 1px solid #000; padding: 15px;
}

.box_comments_visto{
	min-height: 100px; min-width: 500px; border: 2px solid #99FF00; padding: 15px;
}

.box_comments_novisto{
	min-height: 100px; min-width: 500px; border: 1px solid #ff0000; padding: 15px;
}

.textarea {
min-height: 150px;
}

.inputChica{
	width: 50px;
}
.inputMini{
	width: 12px;
}

.tdProdAceites {
	background-color: #2b1870; color: #fff;
}

.scrollRepAceites {
	overflow: auto;
}

.ticketVenta {
	width:150px;
	height: 180px; 
	float: left; 
	border: 1px solid #000;
	padding: 2px;
}
.mesDonacion {
	width:190px;
	height: 450px; 
	float: left; 
	border: 1px solid #000;
	padding: 2px;
}

.clearTicket {

	clear: both;
}

#map {
        height: 450px;
        width: 650px;
        border: 1px solid #000;
      }


#map1 {
        height: 300px;
        width: 300px;
        border: 1px solid #000;
      }
      
#map-panel {
  width: 650px;
  top: 10px;
  left: 25%;
  z-index: 5;
  padding: 5px;
  text-align: left;
  line-height: 30px;
  padding-left: 10px;
}

.notasReportePagosRentas{
	width: 260px;
}

.divRentas {
	padding: 2px;

}

.verificando {
	color: black;
	font-size: larger;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.descargarDatos {
	padding-right: 20px;
}