
.crud_title {
  font-size:22px!important;
  margin-bottom:15px;
}

#molt_abm_table_container {
  width:95%;
  margin-top:15px;
  display:block;
}
#molt_abm_table_container #navigator {
  margin-top:5px;
  width:100%;
  text-align:center;

}
  

#molt_abm_table_container table {
  width:100%;
}

#molt_abm_table_container table tr:nth-child(odd) td {
  width:20%;
  background-color: white;
  border-left:solid #f7f7f7 1px;
  padding:5px;
  color:black;
}

#molt_abm_table_container table tr:nth-child(even) td {
  width:20%;
  background-color: #CCCCCC;
  border-left:solid #f7f7f7 1px;
  padding:5px;
  color:white;
}


#molt_abm_table_container table tr:first-child 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_abm_table_container table tr:first-child td:last-child {
  width:20%;
  background-color: none;
  opacity:0
}


#molt_abm_form_container_wp_gp_em_divisa_cotizaciones .form-group {
  width:24%;
  white-space:nowrap;
  display:inline-block;
  margin-right:3px;
}

#molt_abm_form_container_wp_gp_em_usuarios .form-group {
  width:24%;
  white-space:nowrap;
  display:inline-block;
  margin-right:3px;
}

#molt_abm_form_container_wp_gp_em_personas_juridicas .form-group {
  width:45%;
  white-space:nowrap;
  display:inline-block;
  margin-right:3px;
}