.btn-turquoise {
  background-color: #00b2a9;
  border-color: #00b2a9;
  color: #fff;
}

.mt-15 {
  margin-top: 15px;
}

.label-color-custom {
  color: #00b2a9;
}

.btn-turquoise:hover {
  background-color: #007f8d;
  border-color: #007f8d;
  color: #fff;
}

body {
  font-family: 'Quicksand', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Orbitron', sans-serif !important;
}

.label-sign-in {
  color: #fff;
}

.borde-redondo {
  border-radius: 12px !important;
}

button {
  border-radius: 24px !important;
}

.headerpanel .logopanel {
  text-align: center;
}


.logocentro {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  text-align: center;
}

@media (min-width: 992px) {
  .logocentro {
    display: none;
  }

  #menuToggle {
    display: none;
  }
}

@media (max-width: 992px) {
  .colapsarMovil {
    display: none;
  }
}

@media (min-width: 992px) {
  .colapsarDesktop {
    display: none;
  }
}

.no-separador .btn:not(.btn-default)+.btn:not(.btn-default),
.no-separador .btn:not(.btn-default)+.btn-group,
.no-separador .btn-group+.btn:not(.btn-default),
.no-separador .btn-group+.btn-group {
  margin-left: initial;
  border-left: none;
}

.homeMenu {
  margin: 0 0 0 !important;
}

.pane-he-gpol {
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
}

.panel-video-link {
  text-decoration: none;
  color: inherit;
}

.logo-panel {

  position: relative;
  background-image: url('../images/logos/logo-panel.png');
  background-repeat: no-repeat;
  background-position: right 3px bottom 3px;
  background-size: 60px;
  background-color: #fff;

}

@media (min-width: 1500px) {
  .panel-wrapper {
    max-width: 1500px;
    margin: 0 auto;
  }


}


.bg-custom {
  background-image: url('../images/fondo.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}


.panel-estadisticas {
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 25px;

}

@media (min-width: 1650px) {
  .panel-estadisticas {

    max-width: 400px;
  }

}


hr {
  border-color: darkgrey;
}

.dataTables_wrapper .dataTables_filter {
  float: right !important;
  text-align: right;
}

.dataTables_wrapper .dataTables_length {
  float: left !important;
  text-align: left;
}

.dataTables_wrapper .dataTables_paginate {
  float: right !important;
  text-align: right;
}


.dataTables_filter .form-control {
  margin-left: 5px;
}

.pane-usuarios {
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
}



@media (min-width: 767px) {
  .bg-custom-login {
    background-image: url('../images/fondo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
  }

}

.input-group-addon {
  border-right: none !important;
  background-color: #fff;
}

.input-group .form-control {
  border-left: none !important;
}

.mt-10 {
  margin-top: 10px;
}

.btn-user-add {
  min-width: 160px;
}


@media (min-width: 768px) {
  .modal-dialog.modal-alta-usuario {
    max-width: 700px;
  }
}

@media (min-width: 1200px) {
  .modal-dialog.modal-alta-usuario {
    max-width: 800px;
  }
}

@media (max-width: 767px) {
  .modal-dialog.modal-alta-usuario {
    width: 90%;
    margin: 10px auto;
    /* centrado horizontal + margen arriba */
  }

  .modal-content {
    max-height: calc(100vh - 20px);
    /* alto máximo dentro de pantalla */
    overflow-y: auto;
    /* scroll interno si se necesita */
  }

  .modal-body {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .modal-dialog.modal-alta-usuario {
    width: 95% !important;
    max-width: 95% !important;
    margin: 10px auto;
  }
}

@media (min-width: 768px) {
  .modal-dialog.modal-alta-usuario {
    width: 600px;
    max-width: 90%;
    margin: 30px auto;
  }
}

.modal-dialog.modal-alta-usuario {
  top: 38%;
}

.select2-container {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 768px) {
  .select2-container {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.alta-alumno-h3 {
  font-size: 20px;
}

.cancelar-alta-alumno {
  border-radius: 24px !important;
}

.has-error .form-control {
  border-color: #d9534f;
}

.text-error {
  color: #d9534f;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

#tablaUsuarios tbody tr {
    cursor: pointer;
}

.modal-dialog {
      position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 95%;              /* ocupa casi todo el ancho disponible */
  max-width: 720px;        /* no se estira más de esto */
  margin: 0 auto;
}





.modal-body-mensaje {
  min-height: 120px;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 30px;
}




#modalConfirmText {
  font-size: 20px;
}


@media (max-width: 767px) {
    .signin {
       
      left: 14px !important;
        
    }
}


.has-error {
  border-color: #d9534f !important;
  box-shadow: 0 0 5px rgba(217, 83, 79, 0.5);
}

.modal-dialog-recover {
  max-width: 442px !important;
}


.forgot-popup {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .forgot-popup {
    position: fixed;
    top: 14%;
    left: 50%;
    padding: 20px;
  }
}

input, textarea, select {
  font-size: 16px !important;
}



@media (max-width: 767px){
  .signin{
    left: unset !important;
    width: 100% !important;
  }
}

