.curriculum .caption {
  color: blue;
  font-weight: bold;
}
.curriculum .alert-error {
  background-color: transparent !important;
  border: none !important;
  border-left: 3px solid #c0392b !important;
  box-shadow: none !important;
  color: #c0392b !important;
  font-size: 0.85em !important;
  padding: 4px 8px !important;
  margin-bottom: 0.5rem !important;
  border-radius: 0 !important;
}
.curriculum .contenedor-input-text-formulario-usuario {
  border: none !important;
  border-bottom: 1px solid #3c3c3c !important;
  padding: 8px 0 0.5rem 1rem !important;
  background-color: transparent !important;
  margin-bottom: 1rem !important;
}
.curriculum .contenedor-input-text-formulario-usuario input[type=text] {
  outline: none;
  width: 100%;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0;
  margin: 0 !important;
  font-size: inherit;
  color: #3c3c3c;
}
.curriculum input[type=file] {
  border: none !important;
  border-bottom: 1px solid #3c3c3c !important;
  box-shadow: none !important;
  outline: none !important;
  width: 100% !important;
  background: transparent !important;
  padding: 8px 0 0.5rem 0 !important;
  margin-bottom: 1rem !important;
  font-size: inherit !important;
  color: #3c3c3c !important;
}
.curriculum input[type=file]::file-selector-button {
  border: 1px solid #3c3c3c !important;
  border-radius: 4px !important;
  background: transparent !important;
  padding: 6px 16px !important;
  color: #3c3c3c !important;
  font-size: inherit !important;
  cursor: pointer !important;
  margin-right: 12px !important;
  float: right !important;
}
.curriculum .select-multiple-cabecera {
  height: 44px !important;
  box-shadow: none !important;
  font-weight: normal !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #3c3c3c !important;
  border-radius: 0 !important;
  padding: 8px 28px 0.5rem 1rem !important;
  text-align: left !important;
  width: 100% !important;
  font-size: inherit !important;
  color: #3c3c3c !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: right 4px center !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z' fill='%23c87c27'/%3E%3C/svg%3E") !important;
  margin-bottom: 1rem !important;
}
.curriculum .select-multiple-cabecera.toggler-header-expanded {
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: right 4px center !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6 1.41 1.41z' fill='%23c87c27'/%3E%3C/svg%3E") !important;
}
.curriculum .select-multiple-contenido.toggler-content.toggler-content-expanded {
  padding: 0.5rem 1rem;
}
.curriculum .select-multiple-contenido > div {
  margin-bottom: 1rem;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 0.5rem;
}

.form-control {
  background-color: white;
}

.columna100 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 1em;
}

.curriculum .alert-error {
  background-color: transparent !important;
  border: none !important;
  border-left: 3px solid #c0392b !important;
  box-shadow: none !important;
  color: #c0392b !important;
  font-size: 0.85em !important;
  padding: 4px 8px !important;
  margin-bottom: 0.5rem !important;
  border-radius: 0 !important;
}

.columna50 {
  position: relative;
  float: left;
  width: 48%;
  margin-right: 4%;
}

.columna-dcha {
  margin-right: 0 !important;
}

@media only screen and (max-width: 480px) {
  .columna50 {
    width: 100%;
  }
  .columna-dcha {
    margin-top: 0.5em;
  }
}
.boton-azul {
  /* 	background-color: #50a2f5; */
  /* 	color: white; */
  /* 	border-color: #50a2f5; */
}

/* Formulario de usuario */
.curriculum input {
  border: none;
  line-height: normal !important;
}

.curriculum h2 {
  margin-top: 0;
  margin-bottom: 0.6em;
  font-size: 200%;
  font-weight: 700;
}

.curriculum h3 {
  margin-bottom: 0.3em !important;
}

.curriculum label {
  margin-top: 0;
  font-size: 120% !important;
  font-weight: inherit !important;
  margin-bottom: 0.5em;
}

.curriculum .condiciones-label {
  font-size: 90% !important;
}

.curriculum #condiciones {
  margin-top: 0px !important;
}

.curriculum input[type=submit]:hover {
  background-color: #555559;
}

.curriculum input[type=submit]:focus {
  background-color: #555559;
}

.curriculum input[type=button] {
  margin-bottom: 11px;
  margin-top: 6px;
  text-transform: uppercase;
  color: white;
  background-color: #ff6b0b;
}

.curriculum input[type=button]:hover {
  background-color: #555559;
}

.curriculum input[type=button]:focus {
  background-color: #555559;
}

.curriculum input[type=text] {
  width: 95.2%;
  color: #555559 !important;
  font-size: 100%;
  border: 1px solid #555559 !important;
  margin-bottom: 1em !important;
}

.curriculum input[type=email] {
  width: 95.2%;
  color: #555559 !important;
  font-size: 100%;
  border: 1px solid #555559 !important;
  margin-bottom: 1em !important;
}

.curriculum select {
  margin-bottom: 1em !important;
  width: 98%;
  color: #555559 !important;
  font-size: 100%;
  border: 1px solid #555559 !important;
}

.curriculum select option {
  padding-left: 0;
}

.contenedor-input-text-formulario-usuario {
  border: none !important;
  border-bottom: 1px solid #3c3c3c !important;
  padding: 8px 0 0.5rem 1rem !important;
  background-color: transparent !important;
  margin-bottom: 1rem !important;
}

.contenedor-input-text-formulario-usuario input[type=text] {
  outline: none;
  width: 100%;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0;
  margin: 0 !important;
  font-size: inherit;
  color: #3c3c3c;
}

.select-multiple-componente {
  margin-bottom: 1em;
}

.curriculum input[type=file] {
  border: none !important;
  border-bottom: 1px solid #3c3c3c !important;
  box-shadow: none !important;
  outline: none !important;
  width: 100% !important;
  background: transparent !important;
  padding: 8px 0 0.5rem 0 !important;
  margin-bottom: 1rem !important;
  font-size: inherit !important;
  color: #3c3c3c !important;
}

.curriculum input[type=file]::file-selector-button {
  border: 1px solid #3c3c3c !important;
  border-radius: 4px !important;
  background: transparent !important;
  padding: 6px 16px !important;
  color: #3c3c3c !important;
  font-size: inherit !important;
  cursor: pointer !important;
  margin-right: 12px !important;
  float: right !important;
}

.select-multiple-contenido {
  width: 100%;
}

.select-multiple-contenido .select-multiple-grupo {
  width: 100%;
  box-shadow: inset 0 0 0 1px #505050;
  background-color: #3c3c3c;
  font-weight: bold;
}

.select-multiple-contenido .select-multiple-grupo label {
  padding: 4px;
}

.select-multiple-contenido .select-multiple-opcion {
  width: 100%;
  box-shadow: inset 0 0 0 1px #505050;
  background-color: #5a5a5a;
}

.select-multiple-contenido .select-multiple-opcion.seleccionado {
  background-color: #ff6b0b;
}

.select-multiple-contenido .select-multiple-opcion:hover,
.select-multiple-opcion:focus {
  background-color: #ff6b0b;
}

.select-multiple-contenido label {
  margin-bottom: 0;
  font-size: inherit !important;
  padding-left: 4px;
  color: white !important;
}

.select-multiple-contenido label input[type=checkbox] {
  margin-top: 0;
}

.select-multiple-contenido label input[type=radio] {
  margin-top: 0;
}

.select-multiple-cabecera {
  height: 44px !important;
  box-shadow: none !important;
  font-weight: normal !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #3c3c3c !important;
  border-radius: 0 !important;
  padding: 8px 28px 0.5rem 1rem !important;
  text-align: left !important;
  width: 100% !important;
  font-size: inherit !important;
  color: #3c3c3c !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: right 4px center !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z' fill='%23c87c27'/%3E%3C/svg%3E") !important;
  margin-bottom: 1rem !important;
}

.select-multiple-cabecera.toggler-header-expanded {
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: right 4px center !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6 1.41 1.41z' fill='%23c87c27'/%3E%3C/svg%3E") !important;
}

/*Portlets de configuración y administración*/
.caja-comentario {
  margin-bottom: 2em;
}

.caja-comentario:hover button.opciones {
  display: block;
}

.contenedor-input-text {
  box-shadow: inset 0 0 2px #888;
  padding: 0.3em;
  background-color: white;
}

.contenedor-input-text input[type=text] {
  outline: none;
  width: 100%;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  margin: 0 !important;
  font-size: inherit;
}

.contenedor-textarea {
  box-shadow: inset 0 0 2px #888;
  padding: 0.3em;
}

.contenedor-textarea textarea {
  width: 100%;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  margin: 0;
  font-size: inherit;
  resize: none;
}

.contenedor-select select {
  outline: none !important;
  width: 100%;
  padding-left: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  font-size: inherit;
}

.tabla-entidades {
  width: 100%;
  /* 	border-width: 1px; */
  /* 	border-style: solid; */
  /*  border-color: rgba(81, 164, 248, 0.38); */
}

.tabla-entidades th {
  background-color: #51a4f8;
  color: white;
  padding: 0.3em 0.5em;
}

.tabla-entidades td {
  padding: 0.3em 0.5em;
}

button.opciones {
  border: none;
  background: none;
  color: #009ae5;
  padding: 0;
  outline: none;
  display: none;
}

button.sin-fondo {
  border: none;
  background: none;
  color: #009ae5;
  padding: 0;
  outline: none;
}

.tabla-entidades tr.entidad-title {
  color: #009ae5;
  background-color: rgba(229, 245, 252, 0.48);
}

.tabla-entidades tr.entidad-title:hover {
  background-color: #e5f5fc;
}

.tabla-entidades tr.entidad-title:hover button.opciones {
  display: block;
}

.tabla-entidades td.opciones-fila {
  background-color: transparent !important;
}