@CHARSET "ISO-8859-1";
.w3-pda,.w3-hover-pda:hover{color:#ef3927!important;background-color: #2e3c56!important}
.w3-text-pda,.w3-hover-text-pda:hover{color:#484d50!important}
.w3-border-pda,.w3-hover-border-pda:hover{border-color:#f0ebde!important}
.w3-pda-background{background-color:#2e3c56!important}
.w3-pda-table-header{color:#484d50!important}
.w3-container,.w3-panel{padding:5em 16px 0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
table tr[data-href] {
    cursor: pointer;
}

.tbl tr {
    cursor: pointer;

}
.suggestionsBox {
		position: relative;
		left: 10px;
		margin: 0px 0px 0px 0px;
		width: 150px;
		background-color: #f9939d;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #d04055;
	}

.patente {
    padding: 5px;  
    background-color: #42b6f4; 
    color: white;
    border-radius:5px
}
.patente2 {
    border-color: #42b6f4;      
    padding: 10px;
    border-radius: 6px;
    border-style: solid;
}

.highlight_row {
    background: #eee;
}

.no_highlight_row {
    background: #fff;
}

.w3-pointer{
	cursor:pointer;
}

#upBtn {
   display: none;
  position: fixed;
  bottom: 50px;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: blue;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  opacity:0.4;
}

#upBtn:hover {
  background-color: #555;
}

#tablaArticulos td
{
	padding: 1px 1px;
}


.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
 
}

.btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 6px 15px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;

}

.upload-btn-wrapper input[type=file] {
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.foto {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
}

.foto:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}


#i_dep {
	color:#808080;
}

#i_dep:hover{
	cursor: pointer;
	color: #d9d9d9;
}

#i_edit {
	color:#009900;
}

#i_edit:hover{
	cursor: pointer;
	color: #99ff99;
}

#i_del {
	color:#ff0000;
}

#i_del:hover{
	cursor: pointer;
	color: #ffb3b3;
}

#i_del_alt{
	cursor: pointer;
	color: #ffb3b3;
}

#i_list {
	color:#ff9900;
}

#i_list:hover{
	cursor: pointer;
	color: #ffe0b3;
}

#i_receipt{
	color:#b3b3b3;
}

#i_receipt:hover{
	cursor: pointer;
	color: #e6e6e6;
}

#i_invoice{
	color:#004de6;
}

#i_invoice:hover{
	cursor: pointer;
	color: #99bbff;
}

#i_print{
	color:#996633;
}

#i_print:hover{
	cursor: pointer;
	color: #e6ccb3;
}

#i_img{
	color:#cc66ff;
}

#i_img:hover{
	cursor: pointer;
	color: #eeccff;
}

#i_pago{
	color:#669900;
}

#i_pago:hover{
	cursor: pointer;
	color: #88cc00;
}

#i_cc{
	color:#666699;
}

#i_cc:hover{
	cursor: pointer;
	color: #b3b3cc;
}

#i_pre{
	color:#000000;
}

#i_pre:hover{
	cursor: pointer;
	color: #bfbfbf;
}

#i_exit{
	color:#00ccff;
}

#i_exit:hover{
	cursor: pointer;
	color: #ccf5ff;
}

.awesomplete{
	display:block;
}

#signArea{
	width:304px;
	margin: 15px auto;
}
.sign-container {
	width: 90%;
	margin: auto;
}
.sign-preview {
	width: 150px;
	height: 50px;
	border: solid 1px #CFCFCF;
	margin: 10px 5px;
}
.tag-ingo {
	font-family: cursive;
	font-size: 12px;
	text-align: left;
	font-style: oblique;
}


table.calendar {
	border-left: 1px solid #999;
}
tr.calendar-row {
}
td.calendar-day {
	min-height: 80px;
	font-size: 10px;
	position: relative;
	vertical-align: top;
}
* html div.calendar-day {
	height: 80px;
}
td.calendar-day:hover {
	background: #eceff5;
}
td.calendar-day-np {
	background: #eee;
	min-height: 80px;
}
* html div.calendar-day-np {
	height: 80px;
}
td.calendar-day-head {
	background: #ccc;
	font-weight: bold;
	text-align: center;
	width: 120px;
	padding: 5px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
div.day-number {
	background: #999;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	float: right;
	margin: -5px -5px 0 0;
	width: 20px;
	text-align: center;
}

div.today-number {
	background: #e61e50;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	float: right;
	margin: -5px -5px 0 0;	
	text-align: center;
	 -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

td.calendar-day, td.calendar-day-np {
	width: 120px;
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

#reserva-day {
	background: #33cc33;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	float: left;	
	width: 20px;
	text-align: center;
}

#reserva-day:hover{
	cursor: pointer;
}

#i_fin{
	color:red;
}

#i_fin:hover{
	cursor: pointer;
	color: red;
	opacity:0.5;
}

.caja_comprobantes {
  height: 500px;
  line-height: 1em;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  border: 1px solid;
}

.pagination {
	list-style-type: none;
	padding: 10px 0;
	display: inline-flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.pagination li {
	box-sizing: border-box;
	padding-right: 10px;
}
.pagination li button {
	box-sizing: border-box;
	background-color: #e2e6e6;
	padding: 8px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #616872;
	border-radius: 4px;
}
.pagination li button:hover {
	background-color: #d4dada;
}
.pagination .next button, .pagination .prev button {
	text-transform: uppercase;
	font-size: 12px;
}
.pagination .currentpage button {
	background-color: #518acb;
	color: #fff;
}
.pagination .currentpage button:hover {
	background-color: #518acb;
}