#tp-container::-webkit-scrollbar-track {
   -webkit-border-radius: 5px;
   border-radius: 5px;
   background-color: #f5f5f5
}

#tp-container::-webkit-scrollbar {
   width: 6px;
   background-color: #f5f5f5
}

#tp-container::-webkit-scrollbar-thumb {
   -webkit-border-radius: 5px;
   border-radius: 5px;
   background-color: #00b4f0
}

.boleteria table {
   margin: 0 auto;
   color: #333;
   background: #fff;
   border: 1px solid grey;
   font-size: 12px;
   border-collapse: collapse
}

.boleteria table tfoot th,
.boleteria table thead th {
   color: #777;
   background: rgba(0, 0, 0, .1)
}

.boleteria table caption {
   padding: .5em
}

.boleteria table td,
.boleteria table th {
   padding: .5em;
   border: 1px solid #d3d3d3
}



.input-boletera ::-webkit-input-placeholder {
   padding: 10px
}

.input-boletera :-moz-placeholder,
.input-boletera ::-moz-placeholder {
   padding: 10px
}

.input-boletera :-ms-input-placeholder {
   padding: 10px
}

