#molt_abm_form_container_usuarios .p_field {
    width:19.5%;
    display:inline-block;
    
}

#molt_abm_table_container{
    overflow:auto!important;
    width:80vw!important;
    display:block;
}


.crud_title {
  color:#013e7D!important;
}

.btn-primary:hover {
  background-color:orange!important;
  
}

.btn-primary {
	background-color:#013e7D!important;
}

/*#molt_abm_table_container table tr:nth-child(2n+3) td {
  width:20%;
  background-color: white;
  border-left:solid #f7f7f7 1px;
  padding:5px;
  color:black;
}

#molt_abm_table_container table tr:nth-child(2n+4) td {
  width:20%;
  background-color: #CCCCCC;
  border-left:solid #f7f7f7 1px;
  padding:5px;
  color:white;
}


#molt_abm_table_container table tr:nth-child(2) td:not(:last-child) {
  width:20%;
  background-color: #235a9a;
  border-left:solid #f7f7f7 1px;
  padding:5px;
  color:white;
  border-top-right-radius:10px;
  border-top-left-radius:10px;
}
*/

.molt_commons_subhead_pagos,
.molt_commons_subhead_ventas,
.molt_commons_subhead_usuarios,
.molt_commons_subhead_conceptos,
.molt_commons_subhead_medios {
  background: #27415d;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-bottom: solid 1px #999;
  border-left: solid 1px #999;
  border-right: solid 1px #999;
}
.molt_commons_subhead_pagos td,
.molt_commons_subhead_ventas td,
.molt_commons_subhead_usuarios td,
.molt_commons_subhead_conceptos td,
.molt_commons_subhead_medios td {
  padding: 10px 5px;
}



.molt_commons_record_container_ {
  border-radius: 0;
  padding: 5px;
  color: #222;
  border-bottom: solid 1px #999;
  border-left: solid 1px #999;
  border-right: solid 1px #999;
  font-size: 11px;
  text-transform: uppercase;
}
.molt_commons_record_container_ td {
  padding: 10px 5px;
}
.molt_commons_record_container_par {
  background-color: #e4e4e4;
}
.molt_commons_record_container_impar {
  background-color: #fffefe;
}

.molt_commons_record_container_par:hover {
  background-color: #d2fbff;
}
.molt_commons_record_container_impar:hover {
  background-color: #d2fbff;
}
.new_crud_record_CRUDPagos_buttons,
.new_crud_record_CRUDVentas_buttons,
.new_crud_record_CRUDUsuarios_buttons,
.new_crud_record_CRUDConceptos_buttons,
.new_crud_record_CRUDMedios_buttons {
  text-align: right;
}

.new_crud_header_CRUDVentas_agente_id {
  width: 12%;
}
.new_crud_header_CRUDVentas_fecha {
  width: 10%;
}
.new_crud_header_CRUDVentas_concepto_id {
  width: 8%;
}
.new_crud_header_CRUDVentas_monto_total_venta {
  width: 12%;
}
.new_crud_header_CRUDVentas_fee_agencia {
  width: 10%;
}
.new_crud_header_CRUDVentas_fee_agente {
  width: 10%;
}
.new_crud_header_CRUDVentas_estado_id {
  width: 6%;
}
.new_crud_header_CRUDVentas_codigo_reserva {
  width: 10%;
}
.new_crud_header_CRUDVentas_fecha_checkin {
  width: 6%;
}
.new_crud_header_CRUDVentas_fee_total {
  width: 8%;
}
.new_crud_header_CRUDVentas_medio_id {
  width: 10%;
}
.new_crud_header_CRUDVentas_observaciones {
  width: 10%;
}
.new_crud_record_CRUDVentas_buttons .btn.btn-primary,
.new_crud_record_CRUDPagos_buttons .btn.btn-primary,
.new_crud_record_CRUDUsuarios_buttons .btn.btn-primary,
.new_crud_record_CRUDConceptos_buttons .btn.btn-primary,
.new_crud_record_CRUDMedios_buttons .btn.btn-primary {
  font-size: 10px;
  font-weight: 400;
}
.new_crud_record_CRUDVentas_medio_id,
.new_crud_record_CRUDVentas_observaciones {
  text-transform: none;
  line-height: 13px;
}

#molt_abm_table_container,
.molt_dashboard_query {
  width: 100% !important;
}

#alta_venta .modal-footer {
	display:none!important;
}

#alta_venta .modal-body .crud_title {
	display:none!important;
}

.modal-xl {
	width:90vw;
}
