.amarillo{
    color:rgb(255,205,0) !important;
}
.instituto{
    color:rgb(30,30,70) !important;
}
.preparatoria{
    color:rgb(30,55,125) !important;
}
.secundaria{
    color:rgb(0,120,200) !important;
}
.azul{
    color:#000e47 !important;
}
.bg-amarillo{
    background-color:rgb(255,205,0) !important;
}
.bg-instituto{
    background-color:rgb(30,30,70) !important;
}
.bg-bdy{
    background-color:#f8fafc !important;
}
.bg-preparatoria{
    background-color:rgb(30,55,125) !important;
}
.bg-secundaria{
    background-color:rgb(0,120,200) !important;
}
.bg-azul{
    background-color:#000e47 !important;
}
.bg-mygray{
    background-color:#e2e1dc !important;
}
.bg-secu-light{
    background-color:rgba(0, 120, 200, 0.140) !important;
}
.bg-prepa-light{
    background-color:rgb(30,55,125, 0.120) !important;
}

.texto-blanco{
    color:rgb(223, 223, 223) !important;
}


.tooltipp {
}

.tooltipp .tooltipptext {
  margin-left: -200px;
  margin-top: -50px;
  visibility: hidden;
  width: 450px;
  background-color: rgb(255, 255, 255);
  color: rgb(65, 65, 65);
  border-radius: 6px;
  border: 1px solid rgb(5, 5, 5);
  padding: 5px 0;

  /* Position the tooltipp */
  position: absolute;
  z-index: 1;
}

.tooltipp:hover .tooltipptext {
  visibility: visible;
}

.selectbottom{
    /* color: #ff585d; */
    /* appearance: none;
    background-image: url('../iconselect.png');
    background-size: 1em auto, 100%;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0; */
    border: solid #ffffff00 0px;
    border-bottom: solid rgb(255,205,0) 4px;
}

.selectbottom:focus {
    /* color: #ff585d; */
    border: solid #ffffff00 0px;
    border-bottom: solid rgb(255,205,0) 4px;
    /* box-shadow: 0 0 1px 3px #ff1c1c2f !important; */
}

.tab-buttons{
    border-top-right-radius: 7px !important;
    border-top-left-radius: 7px !important;
}

/* scroll-horizonral  scroll-horizonral   scroll-horizonral        scroll-horizonral         scroll-horizonral */
/* scroll-horizonral  scroll-horizonral   scroll-horizonral        scroll-horizonral         scroll-horizonral */
.horizontal-scroll-contenedor{
    overflow-y: hidden; 
    overflow-x: auto;
}

.vertical-scroll-contenedor{
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden; 
}


.inputmyo{
    border: solid rgb(202, 202, 202) 1px !important;
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
    /* background-color: rgb(145, 145, 145);
    background-color: rgb(186,228,186);
    background-color: rgb(255,221,166); */
}

.inputmyo:focus {
    border: solid #1c91ff 1px !important;
    box-shadow: 0 0 2px 3px #1c91ff41 !important;
}

.ancho-columnas{
    width: 80px;
}
.mitad-ancho-columnas{
    width: 39px;
}
.alto-columnas-actividades{
    height: 130px;
}
.alto-columnas-porcentajes{
    height: 23px;
}
.alto-columnas-alumnos{
    height: 54px;
}
.alto-columnas-semanas{
    height: 45px;
}

.limitar-texto{
    overflow: hidden;
}

.class-id{
}

.mostrar-load-emit{
    display: none;
}

.interlineado{
    line-height:9px;
}

/* TERMINA-scroll-horizonral  TERMINA-scroll-horizonral   TERMINA-scroll-horizonral        TERMINA-scroll-horizonral         TERMINA-scroll-horizonral */
/* TERMINA-scroll-horizonral  TERMINA-scroll-horizonral   TERMINA-scroll-horizonral        TERMINA-scroll-horizonral         TERMINA-scroll-horizonral */


.bg-sec-semestral{
    background-color: rgb(252, 249, 237) !important;
}


.bg-my-breadcrumb{
    background-color: rgb(227, 225, 225) !important;
}
.bg-grisesito{
    background-color: rgb(208, 208, 208) !important;
}

ol.my-breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
  }
  ol.my-breadcrumb li {
    display: inline;
    font-size: 18px;
  }
  ol.my-breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
  }
  ol.my-breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
  }
  ol.my-breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
  }

  .pntr-cursor{
    cursor: pointer;
  }

  .my-new-modal{
    position: fixed;
    z-index: 9999999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80%;
    overflow-x: hidden;
    overflow-y: auto;
  }