/*-------------------------------------------------------------------------------------*/
/*GLOBALES-----*/
/*-------------------------------------------------------------------------------------*/
  /*GLOBALES DEL BODY*/
  body {
    font-family: Arial, Helvetica, sans-serif;
  
    overflow-y: hidden;
    overflow-x: hidden;
  }
  /*PERSONALIZACION DEL SCROLL*/
  /* width */
  ::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .conpes {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    border-radius: 5px;
    box-sizing: border-box;
  }

  table td {
    border-color: #29b5fb;
    padding:5px; 
  }
  .table th {
    border-color: #0054a6;
    background-color: #0054a6;
    color: #fff;
    vertical-align:middle!important;
    text-align:center!important;
   
  }
  .table td {
   
   font-size:12px;
   
  }
  .table .th {
    border-color: #29b5fb;
    background-color: #29b5fb;
    color: #fff;
    vertical-align:middle!important;
    text-align:center!important;
     border :1px solid #FFF;
  }

  .generic-table {
    background-color: #fff;
    padding: 9px 12px!important;
    border: 4px solid #00aff3;
    width: 100%!important;
  }
   .generic-table th {
    text-align: center!important;
    border-color: #29b5fb;
    background-color: #29b5fb;
    vertical-align: middle!important;
    text-align: center!important;
    color: #196b95;
    font-size: 0.9em;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 6px;
  }

  .generic-table td {
    border-color: #29b5fb;
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 3px;
    border:3px solid #29b5fb;
    border-top:3px solid #29b5fb;
    border-bottom:3px solid #29b5fb;
  }
  
  .display_none {
    display: none !important;
  }
  .lactive {
    text-decoration: underline;
  }
  
  .convencion_tabla{
    box-sizing: border-box;
    background: #FFF;
    margin-bottom: 10px;
    margin-top: -20px;
    padding: 10px;"
  }
  .pestanha_active {
    margin-left: 3px;
    border: 1px solid #29b5fb !important;
    padding: 15px 10px 3px 10px;
    border-top-right-radius: 10px;
    background: #29b5fb !important;
    color: #fff !important;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 1px 1px 7px #d7f5f3;
  }
  .pestanha {
    margin-left: 3px;
    font-size: 16px;

    border: 1px solid #ccc;
    padding: 15px 10px 3px 10px;
    border-top-right-radius: 10px;
    background: #f8f9fa;
    color: #29b5fb;
    box-sizing: border-box;
    cursor: pointer;
  }

  .tooltiptext {
    display: none;
    width: 230px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
  }

  .tooltiptext2 {
    display: none;
    width: 500px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
  }

  .panel_divs
  {

    height:200px;
    font-size:14px;
    color:#000;
    background-color:#FFF;
    border: 1px solid #CCC;
    margin-bottom:50px;
    text-align:center;
    padding:10px;
  }
  
  .panel_divs2
  {
    width:100%;
    margin: 5px auto 20px auto;
    height:400px;
    font-size:14px;
    color:#000;
    background-color:#FFF;
    border: 1px solid #CCC;
    border-radius:5px;
    text-align:center;
    padding:10px;
 
    overflow:auto;
    
  }
  
  
  
  #aguja{
    position:absolute;
    margin-left:-265px;
    margin-top:80px;

  }

  .heigthdivs {
    height: 40px;
  }
  .notificacionesdiv {
    width: 98%;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  #notific {
    position: absolute;
    background: red;
    padding: 1px 4px;
    margin-left: 17px;
    margin-top: -35px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    display: none;
  }
  .busqueda {
    margin-left: 20px;
    padding: 5px;
    border-radius: 5px;
    background: #f8f9fa;

    cursor: pointer;
  }
  .busqueda i {
    font-size: 15px;
    color: #29b5fb;
  }
  #message {
    padding:20px;
    box-sizing:border-box;
    text-align:center;
    z-index: 1100;
    position: fixed;
    bottom: -80px;
    right: 20px;
    width: 550px;
    height: 120px;
    font-size:18px;
    border-radius: 5px;
    background-color: #00aff3;
    color: #fff;
    animation: up 0.6s;
    animation-fill-mode: forwards;
  }

  #diveva {
    padding: 10px 15px;
    overflow-x: auto;
  }
  #divsub {
    padding: 10px 15px;
    overflow-x: auto;
  }
  #divsub2 {
    padding: 10px 15px;
    overflow-x: auto;
  }
  #divcor {
    padding: 0 15px 0 15px;
    overflow-x: auto;
  }
  .thumbtack {
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);
    position: absolute;
    top: 85px;
    right: -4px;
  }
  .thumbtack2 {
    transition: all 0.5s ease;
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg);
  }
  .icon_sesion {
    cursor: pointer;
    margin-right: 5px;
    font-size: 20px;
    color: #ccc;
  }

  .icon_sesion3 {
    cursor: pointer;
    margin-right: 15px;
    font-size: 20px;
    color: red;
  }
  .icon_evalua22{
    cursor: pointer;
    margin-left: 5px;
    margin-bottom:10px;
    font-size: 15px;
  }

  .icon_sesion2 {
    cursor: pointer;
    margin-right: 15px;
    font-size: 20px;
    color: #196b95;
  }
  .icon_evalua {
    cursor: pointer;
    font-size: 25px;
    color: #196b95;
  }
  .icon_acor {
    cursor: pointer;
    right: 30px;
    font-size: 25px;
    color: #ccc;
    position: absolute;
    float: right;
  }
  .encabezadospro {
    background: #f8f9fa;
    text-align: left !important;
    cursor: pointer;
    padding: 10px;
    box-sizing: border-box;
    color: #0075b0;
    padding: 10px 0px;
    font-weight: bold;
    font-size: 18px;
    text-align: center !important;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .encabezadoseva {
    background: #f8f9fa;
    text-align: left !important;
    cursor: pointer;
    padding: 5px;
    box-sizing: border-box;
    color: #fff;
    color: #0075b0;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0px;
    text-align: center !important;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  h6 {
    font-size: 17px;
    font-weight: bold;
  }
  .icon_up {
    cursor: pointer;
    right: 15px;
    font-size: 25px;
    color: #cdeef8;
    position: fixed;
    float: right;
    transition: all 0.5s ease;
    bottom: 15px;
    z-index: 5000;
  }
  .icon_up:hover {
    -ms-transform: scale(2, 2); /* IE 9 */
    transform: scale(2, 2);
    color: #0075b0;
  }

  @keyframes up {
    from {
      bottom: -80px;
    }
    to {
      bottom: 8px;
    }
  }
  #message div[class="col-10"] {
    padding: 5px;
    text-align: center;
  }
  #message button {
    display:none;
  }
/*-------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------*/
/*LOGIN COMPONETS-----*/
/*-------------------------------------------------------------------------------------*/
  /*Contenedor del Login*/
  .cont-login {
    width: 80%;
    height: auto;
    padding: 25px 5px;
    margin: 0 auto;
    margin-top: 20%;
    background-color: #F8F8F9;
    border-radius: 25px;
    border: 1px solid #efefef;
  }
  .img-login{
    margin-top: 200px;
  }
  .tit-login {
    color: #00b0f4;
  }
  /*Formulario login*/
  .f-log {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
  /*Iconos Textos*/
  .ico-login{
    color:#0054a6;
    background:#fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 1.6rem;
    border:2px solid #0054a6;
  }
  /*Inputs formulario*/
  .inp-log {
    margin: 0 auto;
    width: 100%;
    border-radius: 25px;
    border:2px solid #0054a6;
    padding: 10px;
    background: #fff;
    color: #666;
  }
  /*Respuestas*/
  .resp-login{
    padding: 8px;
    border-radius: 15px;
    width: 60%;
    margin: 0 auto;
  }
  /*Boton del login*/
  .btn-log {
    width: 50%;
    height: 45px;
    border-radius: 45px;
    border: 1px solid #0054a6;
    background: none;
    color: #000;
    font-weight: 800;
    transition: 0.3s;
  }
  .btn-log:hover{
    background: #00aff3;
    color: #fff;
  }
  .olv-cont{
    display: block;
    margin-top: 5px;
  }
  /*Footer*/
  .footer-log {
    position: relative;
    color: #666;
    bottom: 0;
  }
/*-------------------------------------------------------------------------------------

/*-------------------------------------------------------------------------------------*/
/*USERS COMPONETS-----*/
/*-------------------------------------------------------------------------------------*/
  /*BARRA DE NAVEGACION SUPERIOR ====================*/
  /*Barra de navegacion*/
  .nav-users {
    color: #ccc;
    /*background: #00aff3;*/
    background: #fff;
    height: 70px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);  
    /*box-shadow: 5px 5px 5px #C6C6C6;  */
  }
  /*Listado de Botones Funciones*/
  .nav-btn-funs{
    border-right: 4px solid #00aff3;
    border-radius: 0px 40px 40px 0px;
    width: 80px;
    padding-right: 10px;
    transition: 0.9s;
  }
  /*Theme de la Lista*/
  .cust-nav{
    background-color: #00aff3;

  }
  /*Contenedor imagen barra*/
  .cont-img-nav{
    height: 70px;
    width: 100px;
    background: #fff;
    border-right: 3px solid #00aff3;
    border-radius: 0px 40px 40px 0px;
  }
  /*Contenedor Botones de Usuario*/
  .cont-btns-user{
    background-color: #00aff3;
    height: 70px;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 40px 0px 0px 40px;
  }
  /*Iconos botones de usuario*/
  .icon-bnt-users{
    color: #fff;
    margin: 10px;
    margin-top: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s;
    border: 4px solid #fff;
    padding: 8px;
    border-radius: 50%;

  }
  .icon-bnt-users:hover{
    color: #00aff3;
    background: #fff;
  }
  /*Boton menu de funciones*/
  .btn-menu-functions{
    margin-top: 15px;
    margin-left: 15px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    /*background-color: #fff;*/
    background-color: #fff;
    border: 1px solid #8AD9F8;
    /*color: #00aff3;*/
    color: #00aff3;
    transform: rotate(-90deg);
    transition: 1s;
  }
  /*BOTONES VISTAS DE USUARIO ROL ====================*/
  /*Botones*/
  .btn-fun-user{
    display: none;
    height: 40px;
    background-color: #fff;
    border: 1px solid #8AD9F8;
    font-size: 0.8rem;
    width: 140px;
    text-align: left;
    margin-right: 5px;
    border-radius: 40px 40px 40px 40px;
    color:#68B6FF;
    font-style: oblique;
    font-weight: 800;
    opacity: 0;
    animation: anim_btns 0.5s ease-out;
    animation-fill-mode: forwards;
    transition: 0.4s;
  }
  /*Titulo de Vista*/
  .tit-view{
    padding: 13px;
    font-size: 0.6rem;
  }
  @keyframes anim_btns {
    from{opacity: 0}
    to{opacity: 1}
  }
  .btn-fun-user:hover{
    background-color: #48CCFF;
    color: #fff;
  }
  /*Boton Activo*/
  .btn-nav-active {
    background-color: #48CCFF;
    color: #fff;
  }
  /*Espan de Iconoes*/
  .icon-btn-funs{
    z-index: 10;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #8AD9F8;
    color: #00aff3;
    background: #fff;
  }
  /*VISTAS DE INFORMACION USUARIO ROL ====================*/
  /*Contenedor*/
  .info-view{
    margin-top: 5px;
    margin-left: 10px;
    background-color: #00aff3;
    padding: 4px 50px;
    color: #fff!important;
    border-radius: 50px;
    border: 2px solid #8AD9F8;
  }
  /*Nombre de usuario*/
  .nom-user{
    border-bottom: 1px solid #fff;
  }
  /*Rol de usuario*/
  .rol-user{
    font-style: oblique;
    font-weight: 600;
  }
  /*BARRA DE NAVEGACION LATERAL ====================*/
  /*Barra*/
  .sidenav-view{
    z-index: 1000;
    width: 80px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background:#00aff3;
  }
  /*Contenedor Botnes Barra*/
  .side-btns-cont{
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    padding-top: 70px;
    background-color: #fff;
    border-radius: 0 0 40px 40px;
  }
  /*Contenendor boton set*/
  .btn-set{
    width: auto;
    margin: 0 0;
    margin-bottom: -30px;
  }
  /*Botones laterales*/
  .btn-side-view{
    z-index: 20;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 5px 0;
    /*background: #8AD9F8;*/
    background: #fff;
    color: #00aff3;
    /*border: 2px solid #8AD9F8;*/
    border: 2px solid #00aff3;
    font-size: 1.5rem;
    transition: 0.2s;
  }
  .btn-side-view:hover{
    background: #00aff3;
    border: 2px solid #8AD9F8;
    color: #fff;
  }
  .btn-side-active{
    background: #00aff3;
    border: 2px solid #8AD9F8;
    color: #fff;
  }
  /*Etiqueta del Boton*/
  .toltip-btn {
    /*display: none;*/
    opacity: 0;
    width: 0px;
    height: 30px;
    border-radius: 30px;
    position: relative;
    top: -48px;
    left: 68px;
    padding: 6px 12px;
    background:#00aff3;
    border: 2px solid #00aff3;
    font-size: 0.9rem;
    color: #fff;
    margin: 0 0;
    transition: 0.3s;
  }
  .toltip-btn-active {
    opacity: 1;
    width: 300px;
    height: 35px;
    z-index: 10000;
    /*display: block;*/
  }

  /*Boton activador latera*/
  #btn-side-on{
    margin-top: 10px;
    width: 40px;
    height: 40px;
    text-align: center; 
    font-size: 1rem;
  }
  /**/
  .sidenav {
    position: fixed;
    /*border: 1px solid red;*/
    height: 100vh;
    width: 200px;
    background:#f8f9fa;
    border-right: 1px solid #e0e0e0;
    transition: margin-left 0.5s ease;
    /*box-shadow: 1px 1px 4px #E0E0E0;*/
  }

  .sidenav2 {
    margin-left: -195px;
    transition: all 0.5s ease;
    background:#f8f9fa;
    border-right: 1px solid #e0e0e0;
    /*box-shadow: 1px 1px 4px #E0E0E0;*/
  }

  .sidenav2:hover {
    margin-left: 0;

    /*box-shadow: 1px 1px 4px #E0E0E0;*/
  }
  /*Cabezal sidenav*/
  .head-nav {
    border-bottom: 1px solid #e0e0e0;
  }
  /*Usuario sidenav*/
  .user-nav {
    color: #666;
    padding: 10px;
  }
  /*Botonera sidenav*/
  .btns-nav {
    padding: 5px;
  }
  #mtitle {
    background: #0075b0;
    color: #fff;
  }
  table td {
    text-align: left;
  }
  /*Botones sidenav*/

  .btn-nav {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 5px;

    color: #0075b0;
    border: 0px solid #29b5fb;
    background:#f8f9fa;
  }
  .btn-nav:hover {
    background: #f8f9fa;
    color: #0075b0;
  }
  /*Botones de usuario config*/
  .btn-user-nav {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #00aef1;
    background: none;
    color: #666;
    transition: border 0.3s;
  }
  .btn-user-nav:hover {
    color: #00aef1;
    border: 6px solid #00aef1;
  }
  
  /*Panel o dash*/
  .panel {
    position: relative;
    z-index: 1;
    /*margin-left: 200px;*/
    padding-top: 75px;
    padding-left: 100px; 
    padding-right: 50px; 
    background-color: #f8f9fa;
    transition: margin-left 0.5s ease;
    height: 100vh;
    overflow-y: scroll;
  }
  .panel2 {
    /*border: 1px solid red;*/
    margin-left: 0px;
    transition: all 0.5s ease;
    
  }
   
  /*CONTENEDOR DE TABS ====================*/
  .tabs-content{
    overflow-x: hidden;
    padding-bottom: 20px;
  }
/*-------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------*/
/*FUNCIONES DE NODO-----*/
/*-------------------------------------------------------------------------------------*/
  /*Navegacion de las Fuciones de nodo*/
  /*Titulo del Nodo*/
  .tit-nodo {
    display: none;
    background-color: #fff;
    color: #207DAD;
    border:4px solid #8AD9F8;
    text-align: center;
    border-radius: 40px;
    width: 300px;
    opacity: 0;
    margin-left: -25px;
    margin-top: 10px;
    animation: anTit 0.4s ease forwards;
  }
  @keyframes anTit {
    from{opacity: 0; margin-left: -25px;}
    to{opacity: 1; margin-left: 0}
  }
  /*Navegacion del Nodo*/
  .nav-functions {
    /*display: none;*/
    padding: 5px;
    width: contain;
    margin-top: 10px;
    border-bottom: 2px solid #8AD9F8;
  }
  #conv{
    display:none;
  }
  /*Botones de navegacion nodo*/
  .btn-functions {
    padding: 8px 25px;
    margin: 5px 5px;
    background: #fff;
    border: 1px solid #666;
    border-radius: 40px;
    color: #207DAD;
    width: 250px;
  }
  /*Iconos Botones*/
  .incons-function {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #29b5fb;
  }
  .btn-functions-active {
    background: #29b5fb;
    color: #f8f9fa;
  }
  
  .menu_tools img{
      
      cursor:pointer;
  }
  
  .btn_menuMED{
     background: #ADE2F8; 
      
  }
  .btn_menuMED_active{
     background: #0054a6; 
     color:#FFF;
      
  }
  .btn_menuMED2{
     background: #ADE2F8; 
      
  }
  .btn_menuMED_active2{
     background: #0054a6; 
     color:#FFF;
      
  }
/*-------------------------------------------------------------------------------------*/
