html,
body {
    height: 100%;
}

/* label color */
 .input-field label {
   color: #074677;
 }
 /* label focus color */
 .input-field input[type=email]:focus + label, .input-field input[type=password]:focus + label {
   color: #BF3364;
 }
 /* label underline focus color */
 .input-field input[type=email]:focus,.input-field input[type=password]:focus {
   border-bottom: 1px solid #BF3364;
   box-shadow: 0 1px 0 0 #BF3364;
 }
 /* valid color */
 .input-field input[type=email].valid,.input-field input[type=password].valid {
   border-bottom: 1px solid #074677;
   box-shadow: 0 1px 0 0 #074677;
 }
 /* invalid color */
 .input-field input[type=email].invalid, .input-field input[type=password].invalid {
   border-bottom: 1px solid #074677;
   box-shadow: 0 1px 0 0 #074677;
 }
 /* icon prefix focus color */
 .input-field .prefix.active {
   color: #074677;
 }

 @media only screen and (min-width: 993px) {
   .input-field-mr-25 {
     margin-right: 25%;
   }
 }

 /* Color del datepicker */
 .picker__date-display, .picker__weekday-display{
    background-color: #BF3364;
}

select.invalid ~ .select-dropdown {
      border-bottom: 1px solid #F44336;
}

@media only screen and (min-width : 601px) and (max-width : 1260px) {
.toast {
width: 100%;
border-radius: 0;} }

@media only screen and (min-width : 1261px) {
.toast {
width: 100%;
border-radius: 0; } }

@media only screen and (min-width : 601px) and (max-width : 1260px) {
#toast-container {
min-width: 100%;
bottom: 0%;
top: 90%;
right: 0%;
left: 0%;} }

@media only screen and (min-width : 1261px) {
#toast-container {
min-width: 100%;
bottom: 0%;
top: 90%;
right: 0%;
left: 0%; } }



.primary-color{
  background-color: #0096B3 !important;
}



.accent-color-dark {
    background-color: #BF3364 !important;
}

.accent-color-dark-text {
    background-color: #BF3364 !important;
}

.accent-color-text{
  color: #BF3364 !important;
}

.primary-color-text{
  color: #074677 !important;
}

.grey-color-text {
    color: #484848;
}

.checkbox-accent-color[type="checkbox"].filled-in:checked + label:after{
     border: 2px solid #BF3364;
     background-color: #BF3364;
}

.input-field input[type=text]:focus + label { color:  #BF3364; } /* label underline focus color */
.input-field input[type=text]:focus { border-bottom: 1px solid  #BF3364; box-shadow: 0 1px 0 0  #BF3364; }


textarea + label[data-error]:after {
  white-space: nowrap;
  font-size: 12px;
  margin-top:15px;
}

li.page.active{
  background-color: #BF3364 !important;
}

/*data table color */
table.table thead .sorting_asc {
    background-color: #BF3364;
    color: #fff;
    font-weight:bold;
    font-size: 13px;
}

table.table thead .sorting_desc {
    background-color: #BF3364;
    color: #fff;
    font-weight:bold;
    font-size: 13px;
}


table.table thead .sorting {
    background-color: #074677;
    color: #fff;
    font-weight:bold;
    font-size: 13px;
}

.accent-color {
  /* background: #BF3364 !important; */
  background: rgb(0,167,244);
  background: linear-gradient(0deg, rgba(0,167,244,1) 0%, rgba(0,239,242,1) 110%) !important;
}


.modal {
	width: 80%;

}

.deleteP, .estadisticaP {
    display: none;
}

.anuncio:hover .deleteP {
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
}

.anuncio:hover .estadisticaP {
    display: block;
    position: absolute;
    top: 2px;
    right: 42px;
    z-index: 100;
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #074677;
    box-shadow: 0 1px 0 0 #074677;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #074677;
}

input:not([type]).valid, input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #074677;
    box-shadow: 0 1px 0 0 #074677;
}

input:not([type]).valid + label:after,
input:not([type]):focus.valid + label:after,
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime].valid + label:after,
input[type=datetime]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
    content: attr(data-success);
    color: #074677;
    opacity: 1;
}


/**
Div contenedor para las imágenes que se cortarán al centro.
 */
.center-cropped {

    height: 280px;
    position:relative;
    overflow: hidden;
}

/* Set the image to fill its parent and make transparent */
.center-cropped img {
    position: absolute;
    left: -100%;         /* anchor the image corners outside the viewable area (increase for large images) */
    right: -100%;
    top: -100%;
    bottom: -100%;
    width: auto;         /* set height (swap these for variable height) */
    margin: auto;        /* centre the image */
}


#toast-container {
    bottom: auto !important;
    left: auto !important;
    top: 10%;
    right:2%;
}


img#image{
    margin-top: 50px;
}

.nav-wrapper .dropdown-button{
  display: flex;
}

.nav-wrapper .dropdown-content.active{
  top: 66px!important;
  width: 200px!important;
}

/* Limitar el tamaño del select */
.select-dropdown {
  max-height: 250px !important;
  overflow-y: auto !important;
  margin-bottom: 3rem;
}

button.accent-color:disabled,
button.accent-color[disabled] {
  background-color: #aaa !important;
}
.btn-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.very-small {
  width: 20px !important;
  height: 20px !important;
  margin-right: 6px;
}
.success-operation {
  background-color: #07467777 !important;
}
.anim-item {
  transition: all .3s;
}
.toast {
  word-break: break-word !important;
}
.rounded-toast {
  border-radius: 24px !important;
}

.pagination li.active {
  background: linear-gradient(0deg, rgba(0, 167, 244, 0.5) 0%, rgba(0,239,242,0.5) 110%) !important;
}

.static-label {
  transform: translateY(0) !important;
}

.required-field {
  color: #f44336;
  margin-left: 2px;
}

.error {
  text-transform: none;
}

.convocatoria_imagen_preview {
  margin: 1rem auto auto;
  height: 290px;
  display: block;
  object-fit: contain;
  width: 100%;
}

hr.separator {
  border: 1px solid #f1f1f1;
}

.convocatoria-info p {
  margin: 2px;
}

.overflow-visible {
  overflow-y: visible;
}

input.accent-color:disabled {
  background: #aaa !important;
  cursor: not-allowed;
}

input.accent-color:disabled:hover {
  background: #aaa !important;
  box-shadow: none;
  outline: none;
}

.cke-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.tag {
  border-radius: 2px;
  height: 24px;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
}
.tag-yellow {
  background-color: #fbbf24;
  color: white;
}
.tag-light-green {
  background-color: #2dd4bf;
  color: white;
}
.tag-green {
  background-color: #22c55e;
  color: white;
}

.modal-reconocimiento {
  max-width: 700px;
}

.image-label {
  display: flex !important;
  align-items: center;
  gap: 1rem;
}

.modal-delete {
  max-width: 600px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner-white-only {
  border-color: white;
}

.danger-color {
  background-color: #dc2626;
}

.danger-color:hover, .danger-color:focus, .danger-color:active {
  background-color: #7f1d1d;
}

.tag-counter {
  position: absolute;
  font-size: 11px;
  color: #999;
  margin-top: -10px;
  right: 12px;
}

.overlay-loader {
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: #1E3C79;
  opacity: .5;
  z-index: 9999;
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}

.spinner {
  width: 90px;
  height: 90px;
  display: inline-block;
  border-width: 5px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

.progress-bar {
  position: relative;
  height: 25px;
  width: 50vw;
  margin: auto;
  background-color: #0ea5e930;
  margin-top: 2rem;
}

.progress-bar-loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #0ea5e9;
  transition: .4s all;
}

.progress-bar-text {
  font-size: 21px;
  color: white;
  font-weight: bold;
  text-align: center;
}

@keyframes spin {
  100% {
      transform: rotate(360deg);
  }
}

.subtitle-modulos {
  font-size: 14px;
  margin-left: 22px;
  text-transform: uppercase;
  font-weight: bold;
}

.sort-here {
  border-radius: 4px !important;
  border: 2px dashed #777 !important;
}

.leccion-list, .modulo-list {
  padding: 4px 0px;
}

.sortable-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.card-stacked {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.25rem;
  padding-left: 0.5rem;
}

.card-stacked .card-content {
  width: 100%;
}

.dragdrop-resource {
  padding: 4px;
  height: 30px;
  cursor: move;
}

.dragdrop-resource img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.loading-img {
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
}

.pulse-animation-primary:not([disabled]) {
  animation: pulse-primary 2s infinite;
}

.pulse-animation-white:not([disabled]) {
  animation: pulse-white 2s infinite;
}

@keyframes pulse-primary {
  0% {
    box-shadow: 0 0 0 0 rgba(59, 189, 228, 0.7)
  }

  70% {
    box-shadow: 0 0 0 12px rgba(29, 138, 227, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(29, 154, 227, 0);
  }
}

@keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(207, 222, 250, 0.7)
  }

  70% {
    box-shadow: 0 0 0 10px rgba(30,29,227, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(30,29,227, 0);
  }
}

.simbology-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 236px;
  border: 1px solid #c9c9c9;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.simbology-header {
  font-weight: bold;
  border-bottom: 2px solid #074677;
  padding-bottom: 4px;
}

.simbology-item {
  display: flex;
  gap: 5px;
  align-items: center;
}

.simbology-icon {
  width: 14px;
  height: 14px;
}

.simbology-icon.total {
  background-color: #00000067;
}

.simbology-icon.compared {
  background-color: #000000DE;
}

.spinner.small {
  width: 30px;
  height: 30px;
  border-width: 3px;
}

.spinner.blue-color {
  border-top-color: #00C5CC;
}

.btn-ghost, .btn-ghost:hover {
  background: transparent;
  color: #555555;
  box-shadow: none;
}

.btn-list {
  cursor: pointer;
  display: flex;
  padding: 8px;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  border-radius: 12px;
  width: 60px;
  min-width: 60px;
  height: 43px;
  min-height: 43px;
}

.info-item-cv {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}