/* TAAP Color
  Verde Agua
  #2cc3ba
  Azul Oscuro
  #133558
*/




.modal-header{
  background-color: #2cc3ba !important;
}

.btn-text-left{
  text-align: left; 
}

.btn-text-right{
  text-align: right;
}

.div-el {
      background-color: #2cc3ba; /*#EE5402*/
}

.nav-tabs {
  border-bottom: none;
  margin-bottom: 15px;
}
.nav .nav-item{
  width: 50%;
  /* border: 1px solid #ccc; */
  margin-bottom: 2px;
}
.nav .nav-item.active a{
 background:#2cc3ba;
 color: #fff;
 border-radius: 4px;
 text-align: center;
}
.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #2cc3ba;
  border-radius: 4px;
  text-align: center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #fff;
  cursor: default;
  background-color: #2cc3ba;
  border-radius: 4px;
}
.nav-item:not(:last-child) {
  padding-right: 1rem;
}

.modal-dialog.modal-1200 {
    width: 1200px;
    margin: 30px auto;
}

$("#frmPregunta").css("display", "none");

$("#frmAlternativa").css("display", "none");



img.zoom {
    width: 350px;
    height: 200px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(15); 
    -moz-transform: scale(15);
    -o-transform: scale(15);
    transform: scale(15);
}

.loader {
    display: none;
  }

.loader.active {
    display: block;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #2cc3ba !important;
}

.nav, .nav-link, .nav-link:hover, .nav-link:active, .nav-link:visited {
    color: #fff;
    background-color: #2cc3ba !important;
}

.float-right, .float-right:hover, .float-right:active, .float-right:visited {
    color: #2cc3ba !important;
}

.card-curso {
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  height: 100%;
}

.card-curso .card-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px;
}

.card-curso .card-body {
  padding: 15px;
}

.curso-imagen img {
  border-radius: 4px;
}

.avatar {
  border-radius: 50%;
  border: 2px solid #ddd;
}

.card-sin-cursos {
  background-color: #f8f9fa;
  border: 2px dashed #ddd;
  padding: 40px 20px;
  margin-top: 20px;
}

.card-sin-cursos .card-content {
  margin-top: 20px;
  padding: 20px;
}

.btnIngresarCursoAsignado {
  margin-top: 10px;
}

.instructor-info {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

@media (max-width: 768px) {
  .col-xs-7, .col-xs-5 {
    width: 100% !important;
  }
  
  .curso-imagen {
    margin-top: 15px;
  }
}

.video-changed {
    border: 2px solid #4CAF50;
    transition: border 0.3s ease;
}

/*=============================================
Videos
=============================================*/

.videos .visorVideos{
  position:relative;
  width:75%;
  background:black;
}

.videos .visorVideos video{
  width:100%;
  height:100vh;
}

.videos .visorVideos h5{
  position:absolute;
  top:0;
  left:0;
  background: rgba(0,0,0,.6);
  z-index:100;
}

.videos .visorVideos h5 .velocidadVideo{
    color: white;
    cursor:pointer;
}

.videos .visorVideos h5 .velocidadVideo .dropdown-menu{
    background:rgba(0,0,0,.7);
  min-width: 0rem !important;
}

.videos .visorVideos h5 .velocidadVideo .dropdown-menu a{
    color:white;
}

.videos .visorVideos h5 .velocidadVideo .dropdown-menu a:hover{
  background:black;
}

.videos .visorVideos .fa-bars{
  position:absolute;
  top:0;
  width:55px;
  line-height:55px;
  z-index:100;
  right:0px;
  color:white;
  text-align:center;
  cursor:pointer;
  font-size:22px;
  text-shadow: 0px 0px 2px #000;
  background:rgba(0,0,0,.5);
}

.videos .botonesVideos{
  width:25%;
  position:absolute;
  right:0;
  top:0;
  background:white;
  z-index:100;
  overflow-y:scroll;
}

.videos .botonesVideos::-webkit-scrollbar {
   width: 12px;
}

.videos .botonesVideos::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;  
}

.videos .botonesVideos::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  border-radius: 10px;  
}

.videos .botonesVideos ul li img{
  width:60px;
  height:35px;
}


@media (max-width:768px) and (min-width:577px){
  
  .videos .visorVideos{
    width:70%;
  }

  .videos .visorVideos h5{
    font-size:20px;
  }
  
  .videos .botonesVideos{
    width:30%;
  }

}

@media (max-width:576px){

  .videos .visorVideos{
    width:100%;
  }

  .videos .visorVideos h5{
    font-size:14px;
  }

  .videos .visorVideos video{
    height:auto;
  }

  .videos .botonesVideos{
    position:relative;
    width:100%;
    overflow: hidden;
  }

  .videos .visorVideos .fa-bars{
    display:none;
  }

}

