/* *****************************************************
 * GENERAL
 ***************************************************** */
.gcommons-d-none {display: none; visibility: hidden; }
.gcommons-save {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 1.5em;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: 1px solid #a6a6a6;
  border-radius: 20em;
  background-color: #f2f1eb;
  background-image: -webkit-linear-gradient(top,#00FF00,#e7e7df);
  background-image: linear-gradient(to bottom,#00FF00,#e7e7df);
  text-shadow: 0 1px hsla(0,0%,100%,0.6);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: antialiased;
  margin-right: 1em;
  margin-left: 1em;
}
.gcommons-disabled {cursor: not-allowed; pointer-events: none; background-image: linear-gradient(to bottom, #FF0000, #e8e8e8); }

.gcommons-mensaje {font-size: 80%; }

/* *****************************************************
 * VISTAS QUE CONTIENEN EL "VIEW ENTITY FORM"
 ***************************************************** */
/* Oculto el botón de "Guardar" */
.gcommons-view-entity-form-field #edit-actions-submit {display: none; }
