/*! ESTILOS AGREGADOS */
@import "notificacionesportiempo-siat.css";

body	{
   padding: 0px;
  /*  background-image: linear-gradient(0deg,#e9ecef, #FFF); */
}
.calendario {color:red;}
.pregunta {color:blue;}

p.cr{font-size:0.75em; color:#666; background:#eee; padding:5px; margin-top:20px;}
p.cr > strong{color:#F1645E;}

.row2 { padding-bottom:20px; text-align: center;  }
.row2 > div	{ font-weight: bold; font-size: 1.5em; margin-left:5px; margin-bottom:5px; text-align: center; color: #333; width: 60px;}
.t1{background: #5F8EFC;}
.t2{background: #FEBA00;}
.t3{background: #F1645E;}

.btn-regular {

    background: lightblue;
    color: black;
}

.icono {
 font-weight: bold; font-size: 0.7em; margin-left:5px; margin-bottom:5px; text-align: right;
color: green;
}
.iconodos {
 font-weight: bold; font-size: 0.7em; margin-left:5px; margin-bottom:5px; text-align: right;
color: red;
}
.iconotres {
 font-weight: bold; font-size: 0.7em; margin-left:5px; margin-bottom:5px; text-align: right;
color: grey;
}



@media (max-width:991px){

.dropcontraido {display:none;}
.dropcontraido.collapse {display:block;}
.dropcontraido.collapse.show {display:none;}

}

@media (min-width:991px){

.collapse.show {display:block;}

}



@media (max-width:991px){

.dropcontraido2 {display:none;}
.dropcontraido2.collapse {display:block;}
.dropcontraido2.collapse.show {display:none;}
}

@media (min-width:991px){

.collapse2.show2 {display:block;}

}
/* orientar dropdown

@media (min-width:768px){

.izquierda {right:0;}

}

@media (max-width:991px){

.izquierda {left:0;}

}
*/

/* Estilos de Alertas Tope */
.alerta-topRojo{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  overflow:visible;
  z-index:10000;
  text-align:center;
  color: #721c24;
  font:bold 1.2em/170% Arial, Helvetica, sans-serif;
  background:#f8d7da;
  padding:18px 0;
  border-bottom:3px solid #f5c6cb;
}

.alerta-topAmarillo{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  overflow:visible;
  z-index:10000;
  text-align:center;
  color: #856404;
  font:bold 1.2em/170% Arial, Helvetica, sans-serif;
  background:#fff3cd;
  padding:18px 0;
  border-bottom:3px solid #ffeeba;
}

.alerta-topImagen{
   background-position: 50% 50%;
   padding-left:20px;
   background-color:#d1ecf1;
   color:#0c5460;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 90px;
   overflow: visible;
   z-index: 10000;
   text-align: center;
   /*font: bold 1.2em/170% Arial, Helvetica, sans-serif;*/

   padding: 18px 0;
   border-bottom: 3px solid #bee5eb;
 }

/* Estilos de textos */
 p, td {font-size: 1em; color: #222; margin: 5px 5px 10px 1px;}
 ul {margin: 2px 2px 2px 20px; list-style-type: square;}
 ul ul {list-style-type: square;}
 li {margin: 1px; color: #222;font-size: 1em}
 dl,dd,dt {margin:0;padding:0}
 dl.listaTabulada dd {float: left;line-height: 190%;}
 dl.listaTabulada dt {line-height: 190%;}
 label {font-family: Arial, Helvetica, sans-serif; font-size: 1em;}
 fieldset {padding: 1px 3px 5px 8px; border: 1px dashed #999;}
 legend {padding: 1px 3px 1px 3px; margin: 0 0 10px 0; background-color: #fff; color: #c33; font-size: 0.9em; font-weight: bold;width:inherit;}
  /* Agregado por boostrap  */

.celeste {
 background-color: #daeef3;
 padding: 10px 10px;
 color: #183f52;
 margin: 20px 0px 20px 0px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.aulaactiva {
 background-color: #e9ecef;
 margin-left:0px;
}

  /* YouTube Responsive CSS for HubSpot */

 .hs-responsive-embed {
   position: relative;
 height: 0;
 overflow: hidden;
 padding-top: 0;
 padding-left: 0;
 padding-right: 0;
  }

 .hs-responsive-embed iframe,
 .hs-responsive-embed object,
 .hs-responsive-embed embed {
  position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: 0;
  }

 .hs-responsive-embed,
 .hs-responsive-embed.hs-responsive-embed-youtube,
 .hs-responsive-embed.hs-responsive-embed-wistia,
 .hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 56.25%;
 }

/* Calendario*/

@media (max-width:575px) {
    .display-4 {
        font-size: 1.5rem;
    }
    .day h5 {
        background-color: #f8f9fa;
        padding: 3px 5px 5px;
        margin: -8px -8px 8px -8px;
    }
    .date {
        padding-left: 4px;
    }
}

@media (min-width: 576px) {
    .day {
        height: 14.2857vw;
    }
}


/*Upload*/
    .upload {
      max-width: 600px;
      max-height: 105px;
    }

      .upload .upload-box {
        border: solid 1px #cfcfcf;
        padding: 10px 20px;
        position: relative;
      }

        .upload .upload-box .fa {
          color: #cfcfcf;
        }

        .upload .upload-box .edit {
          display: inline-block;
          margin-left: 10px;
        }

          .upload .upload-box .edit > span {
            color: #666;
            display: block;
            line-height: 2rem;
            margin-bottom: .5rem;
          }

        .upload .upload-box.hover, .upload.hover .upload-box {
          border-color: #00a8e6;
        }

          .upload .upload-box.hover .fa, .upload.hover .upload-box .fa {
            color: #00a8e6;
          }

      /*Photos*/
      .upload .photo-box .edit {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        cursor: pointer;
      }

      .upload .photo-box .photo {
        border: solid 1px #cfcfcf;
        padding: 2px;
        width: 96px;
        max-height: 96px;
        display: inline-block;
        overflow: hidden;
        cursor: default;
      }

        .upload .photo-box .photo img {
          width: 100%;
        }


      /*Files*/
      .upload .file-box.hide {
        display: none;
      }

      .upload .file-box .file {
        padding: 4px;
        margin: 0;
        border: 1px solid #cfcfcf;
        border-radius: 2px;
        position: relative;
      }

        .upload .file-box .file a.download {
          display: inline-block;
          width: 95%;
        }

        .upload .file-box .file a.remove {
          position: absolute;
          right: 0;
          top: 2px;
          text-indent: -10000px;
          background-image: url(/assets/v4.old/shared/images/inline-clear-red.png);
          display: inline-block;
          height: 18px;
          width: 18px;
          background-position: 50% 50%;
          background-repeat: no-repeat no-repeat;
          z-index: 10;
        }

    /*Button*/
    .button {
      text-align: center;
      vertical-align: top;
      display: inline-block;
      height: auto;
      line-height: 1.3rem;
      margin: 0;
      padding: 4px 1rem 6px 1rem;
      border: 1px solid rgba(0, 0, 0, 0);
      border-color: #b5b5b5;
      color: #5e5e5e;
      text-decoration: none;
      cursor: pointer;
      background-color: #f1f1f1;
      background-image: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#e9e9e9));
      background-image: -webkit-linear-gradient(top,#f8f8f8,#e9e9e9);
      background-image: linear-gradient(to bottom,#f8f8f8,#e9e9e9);
      background-repeat: repeat-x;
      border-radius: 2px;
      -moz-background-clip: padding-box;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -moz-appearance: none;
    }

      .button.primary {
        color: #fff;
        border-color: #0084dd;
        text-shadow: -1px -1px 1px #1278a2;
        box-shadow: inset 1px 1px 1px 0 #65c9e4;
        background-color: #29aee0;
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#39b9e3),to(#19a3dd));
        background-image: -webkit-linear-gradient(top,#39b9e3,#19a3dd);
        background-image: linear-gradient(to bottom,#39b9e3,#19a3dd);
        background-repeat: repeat-x;
      }

      .button.primary:hover, .button.hover.primary {
        z-index: 99999 !important;
        cursor: pointer;
        color: #fff;
        background-color: #2dbcf2;
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#40c4ef),to(#1ab4f5));
        background-image: -webkit-linear-gradient(top,#40c4ef,#1ab4f5);
        background-image: linear-gradient(to bottom,#40c4ef,#1ab4f5);
        background-repeat: repeat-x;
      }



.aulashistoricas {
background: rgba(243,226,199,1);
background: -moz-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(233,212,179,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,226,199,1)), color-stop(100%, rgba(233,212,179,1)));
background: -webkit-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(233,212,179,1) 100%);
background: -o-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(233,212,179,1) 100%);
background: -ms-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(233,212,179,1) 100%);
background: linear-gradient(to right, rgba(243,226,199,1) 0%, rgba(233,212,179,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=1 );

}  


  /*AYUDA GUIADA*/

a{
  text-decoration: none;
}

.bar_wpp {
  position: fixed;
  bottom: 5px;
  right: 10px;
  z-index: 120;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.bar_wpp a {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.bar_wpp .icon_wpp i {
  color: #ffffff;
  font-size: 20px;
}

.bar_wpp .icon_wpp {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffc107;;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  float: left;
  z-index: 2;
}

.bar_wpp .txt_wpp {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #0b2f3a;
    color: #ffffff;
    padding: 0px 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-right: 11px;
    padding-left: 45px!important;
    margin-left: -35px;
    z-index: 1;
    border-radius: 50px;
}


.bar_wpp a:hover{text-decoration: none !important;}
.bar_wpp a:hover .icon_wpp{background-color: #1f7a96;}
.bar_wpp a:hover .txt_wpp{background-color: #072027;}


@media(max-width: 475px){
  .bar_wpp{right: auto;right: 5px;bottom: 15px;}
  .bar_wpp .icon_wpp i{font-size: 25px;}
  .bar_wpp .txt_wpp{display: none;}
}

  /*Paleta de colores corregido adaptable*/
@media (max-width:991px){
.colpick {
  z-index: 99999;
  width:100% !important;
  left: 0% !important;
    }
.colpick_rgbhex {
  z-index: 99999;
  width:100% !important;
  left: 0% !important;
    }
.colpick_dark {
  z-index: 99999;
  width:100% !important;
  left: 0% !important;
    }
}


 /*Ancho de modal de calendario*/
@media (max-width:991px){
.modal-dialog {
      max-width: 90% !important;
  }

}


  /*CURSOR GRANDE*/  
.cursor-active {
  cursor: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyOS4xODhweCIgaGVpZ2h0PSI0My42MjVweCIgdmlld0JveD0iMCAwIDI5LjE4OCA0My42MjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI5LjE4OCA0My42MjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHN0cm9rZT0iI0Q5REFEOSIgc3Ryb2tlLXdpZHRoPSIxLjE0MDYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIyLjgsNC41NDkgMjYuODQ3LDE5LjkwMiAxNi45NjQsMjIuNzAxIDI0LjIzOSwzNy43NDkgMTguMjc4LDQyLjAxNyA5Ljc0MSwzMC43MjQgMS4xMzgsMzUuODA5ICIvPjxnPjxnPjxnPjxwYXRoIGZpbGw9IiMyMTI2MjciIGQ9Ik0yOS4xNzUsMjEuMTU1YzAuMDcxLTAuNjEzLTAuMTY1LTEuMjUzLTAuNjM1LTEuNTczTDIuMTY1LDAuMjU4Yy0wLjQyNC0wLjMyLTAuOTg4LTAuMzQ2LTEuNDM1LTAuMDUzQzAuMjgyLDAuNDk3LDAsMS4wMywwLDEuNjE3djM0LjE3MWMwLDAuNjEzLDAuMzA2LDEuMTQ2LDAuNzc2LDEuNDM5YzAuNDcxLDAuMjY3LDEuMDU5LDAuMjEzLDEuNDgyLTAuMTZsNy40ODItNi4zNDRsNi44NDcsMTIuMTU1YzAuMjU5LDAuNDgsMC43MjksMC43NDYsMS4yLDAuNzQ2YzAuMjM1LDAsMC40OTQtMC4wOCwwLjcwNi0wLjIxM2w2Ljk4OC00LjU4NWMwLjMyOS0wLjIxMywwLjU2NS0wLjU4NiwwLjY1OS0xLjAxM2MwLjA5NC0wLjQyNiwwLjAyNC0wLjg4LTAuMTg4LTEuMjI2bC02LjM3Ni0xMS4zODJsOC42MTEtMi43NDVDMjguNzA1LDIyLjI3NCwyOS4xMDUsMjEuNzY4LDI5LjE3NSwyMS4xNTV6IE0xNi45NjQsMjIuNzAxYy0wLjQyNCwwLjEzMy0wLjc3NiwwLjUwNi0wLjk0MSwwLjk2Yy0wLjE2NSwwLjQ4LTAuMTE4LDEuMDEzLDAuMTE4LDEuNDM5bDYuNTg4LDExLjc4MWwtNC41NDEsMi45ODVsLTYuODk0LTEyLjMxNWMtMC4yMTItMC4zNzMtMC41NDEtMC42NC0wLjk0MS0wLjcyYy0wLjA5NC0wLjAyNy0wLjE2NS0wLjAyNy0wLjI1OS0wLjAyN2MtMC4zMDYsMC0wLjU4OCwwLjEwNy0wLjg0NywwLjMyTDIuOCwzMi41OVY0LjU0OWwyMS41OTksMTUuODA2TDE2Ljk2NCwyMi43MDF6Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg=='), auto;
 
 
}

.cursor-active a:{cursor: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyOS4xODhweCIgaGVpZ2h0PSI0My42MjVweCIgdmlld0JveD0iMCAwIDI5LjE4OCA0My42MjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI5LjE4OCA0My42MjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHN0cm9rZT0iI0Q5REFEOSIgc3Ryb2tlLXdpZHRoPSIxLjE0MDYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIyLjgsNC41NDkgMjYuODQ3LDE5LjkwMiAxNi45NjQsMjIuNzAxIDI0LjIzOSwzNy43NDkgMTguMjc4LDQyLjAxNyA5Ljc0MSwzMC43MjQgMS4xMzgsMzUuODA5ICIvPjxnPjxnPjxnPjxwYXRoIGZpbGw9IiMyMTI2MjciIGQ9Ik0yOS4xNzUsMjEuMTU1YzAuMDcxLTAuNjEzLTAuMTY1LTEuMjUzLTAuNjM1LTEuNTczTDIuMTY1LDAuMjU4Yy0wLjQyNC0wLjMyLTAuOTg4LTAuMzQ2LTEuNDM1LTAuMDUzQzAuMjgyLDAuNDk3LDAsMS4wMywwLDEuNjE3djM0LjE3MWMwLDAuNjEzLDAuMzA2LDEuMTQ2LDAuNzc2LDEuNDM5YzAuNDcxLDAuMjY3LDEuMDU5LDAuMjEzLDEuNDgyLTAuMTZsNy40ODItNi4zNDRsNi44NDcsMTIuMTU1YzAuMjU5LDAuNDgsMC43MjksMC43NDYsMS4yLDAuNzQ2YzAuMjM1LDAsMC40OTQtMC4wOCwwLjcwNi0wLjIxM2w2Ljk4OC00LjU4NWMwLjMyOS0wLjIxMywwLjU2NS0wLjU4NiwwLjY1OS0xLjAxM2MwLjA5NC0wLjQyNiwwLjAyNC0wLjg4LTAuMTg4LTEuMjI2bC02LjM3Ni0xMS4zODJsOC42MTEtMi43NDVDMjguNzA1LDIyLjI3NCwyOS4xMDUsMjEuNzY4LDI5LjE3NSwyMS4xNTV6IE0xNi45NjQsMjIuNzAxYy0wLjQyNCwwLjEzMy0wLjc3NiwwLjUwNi0wLjk0MSwwLjk2Yy0wLjE2NSwwLjQ4LTAuMTE4LDEuMDEzLDAuMTE4LDEuNDM5bDYuNTg4LDExLjc4MWwtNC41NDEsMi45ODVsLTYuODk0LTEyLjMxNWMtMC4yMTItMC4zNzMtMC41NDEtMC42NC0wLjk0MS0wLjcyYy0wLjA5NC0wLjAyNy0wLjE2NS0wLjAyNy0wLjI1OS0wLjAyN2MtMC4zMDYsMC0wLjU4OCwwLjEwNy0wLjg0NywwLjMyTDIuOCwzMi41OVY0LjU0OWwyMS41OTksMTUuODA2TDE2Ljk2NCwyMi43MDF6Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg=='), auto !important;
  }  
 

  /*Desaturar*/
.desaturate-active {
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important;
}

/*Mouse Calendario */
.fc-content {
cursor: pointer !important;
}


.fc-event-inner {
cursor: pointer !important;
}


/* Calendario deshabilitado */
.custom-control-input:disabled~.custom-control-label {
 
    color: #F5F5F5 !important;
    background-color: #070235 !important;
    padding: 3px !important;
    border: 1px solid !important;

 }

.close {
 /* color: #000 !important; */
}

/* Mis materiales titulo azul  */
.optGroup  {

    color: #F5F5F5 !important;
    background-color: #070235 !important;
    padding: 3px !important;
    border: 1px solid !important;

}

/* Opciones links de aulas  */
.opcionHistorica {

    color: #F5F5F5 !important;
    background-color: #E0A05A !important;
    padding: 5px;
}

.opcionActiva {

    color: #F5F5F5 !important;
    background-color: #007bff !important;
    padding: 5px;
}


.loading {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid lightblue;
  border-top-color: green;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}


.loadinggrande {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 0.25rem solid lightblue;
  border-top-color: green;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}



.loadingBoton {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 0.25rem solid #f5f5f5;
  border-top-color: #111;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}



.estiloRadioButton {
    /* padding: 1px 3px 1px 3px; */
    background-color: #e7ebee;
    display: -webkit-inline-box;
}

.ui-datepicker-trigger {
    background: transparent !important;
    border: none !important;
	
	
	/* tablas en materiales  */
	table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td a {
    border-top: 1px solid #ddd;
    color: black !important;
}
}


a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}


.tooltipcompartidos a{
    background:#efefef;
    border:1px solid #aaa;
    padding:2px 5px;
    color: #000;
    text-decoration: none;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}


.tooltipmismateriales {
    display:none;
    background:url(../imagenes/jquery/white_arrow_big.png);    
    height:163px;
    padding:40px 30px 10px 30px;
    width:310px;
    font-size:09px;
    color:#000;
    /* overflow-x: scroll;
    overflow-y: scroll;*/    
}
.tooltipmismaterialeschico{
    display:none;
    background:url(../imagenes/jquery/white_arrow.png);    
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;    
    color:#000;    
}



  /* tablas en actividades  */

#contenido ul.leyendaDestacada {
  padding:10px 1px;
}

ul.leyendaDestacada li {
  display: -webkit-inline-box;
  font:normal 0.82em Arial, Helvetica, sans-serif;
  /*background:#FAFCFF;*/
}

#contenido ul.leyendaDestacada li label { 
  border:1px solid #AECEEF; 
  padding: 5px 5px 5px 5px;

  text-decoration:none;
  -moz-border-radius:2px; 
  -webkit--border-radius:2px; 
  border-radius:2px;
  margin-bottom: 0rem !important; 
}

#contenido ul.leyendaDestacada li.iconoinfo {
  background:url(../imagenes/iconos/help.png) 4px -1px no-repeat;
}




 /* tablas comprimida  */
table.dataTable.tablaComprimida tbody th, table.dataTable.tablaComprimida tbody td {
     padding: 0px 10px !important; 
}
table.dataTable.tablaComprimida, table.dataTable.tablaComprimida th, table.dataTable.tablaComprimida td {
     box-sizing: unset !important; 
}


/* HINT accesibilidad y aulas históricas */
[data-message] {
  position: relative;
}

[data-message]:hover:after {
  opacity: 1;
  transition: all .3s ease;
  bottom: 50px;
  left: 10px;
}

[data-message]:after {
  content: attr(data-message);
  position: absolute;
  left: 0;
  bottom: 0px; 
  font-size: .8em;
  opacity: 0;
  padding: 5px 10px;
  background: rgba(0,0,0, .8);
  border-radius: 5px;
  transition: all .3s ease;
  white-space: nowrap;
  color: #fff;
}

[data-message]:before {
  height: 0;
  width: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; 
  border-top: 5px solid rgba(0,0,0, .8);
  position: absolute;
  left: 5px;
  opacity: 0;
  bottom: 15px;
  transition: all .3s ease;
}

[data-message]:hover:before {
  opacity: 1;
  bottom: 45px;
  transition: all .3s ease;
  left: 20px;
}


/* ......... Estilos de la sección foro ......... */
.foroMensajeModerador { /*Este ya esta en siat_v44*/
	margin: 10px 0px 10px 0;
	padding: 5px 5px;
	background-color: #F8FFE5;
	border: 1px solid #FFDC6B;	
        border-radius: 4px 4px 4px 4px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
	
.foroMensajeModerador td {
	background-color: #F8FFE5 !important;
}
	
.foroMensajeModerador h3 {margin: 0;}	

/* Para destacar las valoraciones en el foro*/
.foroValoracion {
	padding: 5px 5px;
	background-color: #E6FFE6;
	border: 2px solid #6BFFB3;
        border-radius: 4px 4px 4px 4px;	
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.foroValoracion tr td {
	background-color: #E6FFE6 !important;
}

.foroValoracion tr td p {
	background-color: #E6FFE6 !important;
}

.foroValoracion h3 {margin: 0;}

/* Para destacar el mensaje inicial del foro*/
.foroMensajeInicial {
	margin: 10px 0px 10px 0;
	padding: 5px 5px;
	background-color: #e9ecf7;
	border: 4px solid #3262F3;	
        border-radius: 4px 4px 4px 4px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
	


.foroMensajeInicial p {
	background-color: #e9ecf7;

}
	
.foroMensajeInicial h3 {margin: 0;}	

/*Para remarcar los mensajes de los alumnos en el foro*/
.foroMensajeAlumno {
	margin: 10px 0px 10px 0;
	padding: 5px 5px;
	border: 1px solid #C1BFBF;	
        border-radius: 4px 4px 4px 4px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
	
.foroMensajeAlumno h3 {margin: 0;}	

.foroMensajeAlumnoElim {
	margin: 10px 0px 10px 0;
	padding: 5px 5px;
	border: 2px dotted #ff0000;
    border-radius: 4px 4px 4px 4px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

 background-color:#eae8e6;
  background-image: linear-gradient(-45deg,
	#eae8e6 47%, rgba(255,114,67,.4) 15%, rgba(255,114,67,.4) 50%,
	#eae8e6 50%, #eae8e6 97%, rgba(255,114,67,.4) 75%, rgba(255,114,67,.4));
background-size:30px 30px;


}

.foroMensajeAlumnoElim h3 {margin: 0;}	


/*Para remarcar los moderadores del foro*/
.foroModerador {
    border: 1px solid #CCC;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 5px;
}    

.limiteMensaje {
	max-height:300px;
	overflow:auto;
	width: 100%;
}

.limiteMensajeInicial{
	max-height:300px;
	overflow:auto;
	margin-bottom: 20px;
	width: 100%;
}

/*Fin de estilos de la seccion foro*/


/* tarjetaboostrap */

.tarjetab {
    padding-left: 3%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    margin-bottom: 2%;
    z-index: 1;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f9f9f9;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);

}



 /*Línea de Fecha, hora y Cronómetro*/
@media (max-width:991px){
.displayFlex {
          display: flex;
  }

}


 /*Ocultar texto de fecha y hora*/
@media (max-width:991px){
.hora {
  /* font-size: 0; */
  }

}

/*Dropdown de usuario*/
@media (max-width:991px){
.dropizquierda {
  left: 0;
  }

}



/* Estilos de la seccion clase */
.ClaseBorrador::after {

  content: "\f044";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color:  #ffc107 !important; 
}

.ClasePublicada::after {
 font-weight: 900;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  color:  #28a745 !important; 
  
}

.nav-link{
  padding: .5rem 0.4rem !important;
}

.botonNotificaciones{
  top: -136px; 
  position: relative;"

}

@media(max-width: 990px){
  .botonNotificaciones{
   top: 0px !important; 
 
  position: unset !important; }
}

.botonTabla{
  background-color: #ffa500eb !important;
  font-weight: 700 !important;
}


