/*!
 *   Estilos personalozados para casanovas
 *   Author: Ultracore
 *   Website: Ultracore Soluciones IT <https://www.ultracore.com.ar>
 */

.btn-xs {
margin-left: 3px
}

ul.ui-autocomplete {
    z-index: 1100;
}

input.mayusculas, textarea.mayusculas{
  text-transform:uppercase;
}

input:valid, textarea:valid {

}

input:invalid, textarea:invalid {
  border: 1px solid orange;
  /*background:red;*/
}

div.dom_wrapper {
  position: sticky;  /* Fix to the top */
  top: 0;
  padding: 5px;
  background: rgba(255, 255, 255, 1);  /* hide the scrolling table */
}

.tablaComprobantes td, th{
	/*border: grey solid 1px !important;*/
	border-bottom: #e1e1e1 solid 1px !important;
	border-right: #e1e1e1 solid 1px !important;
}

.tablaFacturas td, th{
  /*border: grey solid 1px !important;*/
  border-bottom: #cccccc solid 1px !important;
  border-right: #cccccc solid 1px !important;
}

.tablaRetenciones td, th{
  /*border: grey solid 1px !important;*/
  border-bottom: #cccccc solid 1px !important;
  border-right: #cccccc solid 1px !important;
}

.tablaPagos td, th{
  /*border: grey solid 1px !important;*/
  border-bottom: #cccccc solid 1px !important;
  border-right: #cccccc solid 1px !important;
}

.tablaComprobantes{
	border: #e1e1e1 solid 1px !important;
}

.tablaFacturas{
  border: #cccccc solid 1px !important;
}

.tablaRetenciones{
  border: #cccccc solid 1px !important;
}

.tablaPagos{
  border: #cccccc solid 1px !important;
}

.tablaComprobantes td:last-child, th:last-child {
  border-right: none !important;
}


.tablaFacturas td:last-child, th:last-child {
  border-right: none !important;
}

.tablaRetenciones td:last-child, th:last-child {
  border-right: none !important;
}

.tablaPagos td:last-child, th:last-child {
  border-right: none !important;
}

.datePicker{z-index:1151 !important;}