
@font-face {
  font-family: Impresion;
  src: url(../../fonts/dotmatri.ttf);
}
.boton-colapsar {
  position: absolute;
  right: 5px;
  top: 3px;
  background-color: transparent;  
}

.boton-colapsar:hover {
  cursor: pointer;
}

body {
  overflow-x: hidden;
}
#navbar {
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
  border-bottom: thin solid #000;
  background-color: #4f398f;
  color: #fff;
  height: 50px;
}

#menu-toggle1 {
  position: fixed;
  left: 205px;
  width: 32px;
  top: 50px;
  z-index: 6;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#menu-toggle1:hover {
  border: none;
}

#wrapper.toggled #menu-toggle1 {
  left: 0;
}

#wrapper.toggled .icono-texto {
  display: none;
}

#menu-toggle2 {
  position: fixed;
  right: 10px;
  top: 5px;
  z-index: 5;
  color: #fff;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#menu-toggle2:hover {
  border: none;
}

#wrapper {
  position: relative;
  top: 0;
  padding-left: 250px;  
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 58px;
}

#sidebar-wrapper {  
  position: fixed;  
  left: 0px;
  top: 83px;
  border-right: #d9d8ee thin solid;  
  height: 100vh;
  width: 240px;
  background-color: #ccffcc;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
#wrapper.toggled #sidebar-wrapper {
  width: 35px;
}

#wrapper.toggled #sidebar-wrapper .sidebar-nav {
  width: 35px;  
}

#page-content-wrapper {
  position: relative;
  top: 50px;
  /*width: 96%;*/
  -webkit-transition: all 0.5s ease;  
  transition: all 0.5s ease;  
  margin: 20px;
  margin-left: 30!important;   
}

#wrapper.toggled #page-content-wrapper{
  /*width: 97%;*/
  margin-right: 10px;
  margin-left: 10px;  
}

/*Sidebar Styles*/

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 240px;
  height: 100vh;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 2px 2px 10px #051802;
}

.sidebar-nav li {
  text-indent: 4px;
  line-height: 35px; 
  border: #d9d8ee thin solid;  
  background-color: #ccffcc;
  height: 40px;
}
.sidebar-nav li[class="activo"] {   
  border: none;   
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #000;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: #777;
}

.sidebar-nav li.activo a:hover {
  background: #4f398f;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: gray-light;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

li.activo {
  background-color: #4f398f;  
  position: relative;
}

li.activo a {
  color: #fff;
}

li.activo .triangulo {
  position: absolute;
  top: 0;
  left: 240px;
  z-index: 5;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 10px solid #4f398f;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}

#wrapper.toggled li.activo .triangulo {
  left: 35px;
}

li span.texto {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled li.activo span.texto {
  color: #507F5D;
}
.sombra {
  -webkit-box-shadow: 2px 2px 20px 3px #ccc;
  box-shadow: 2px 2px 20px 3px #ccc;
  border-radius: 10px 10px 10px 10px;
}

.pie-pagina {
  position: relative;
  top: 100px;
}

/* fin inicio */

.enlace-blanco {
  color: #fff;
}

.enlace-blanco:hover {
  color: #f8f9fa;
}

.cuadro_afiliados{
  background-color: #00c05c;
  border-radius: 10px;   
}
.cuadro_prestamos{
  background-color: #009bdb;
  border-radius: 10px;  
}
.cuadro_usuarios_jubilacion{
  background-color: #cf7aab;
  border-radius: 10px;  
}
.cursor:hover{
  cursor: pointer;
}

.cuadro-chequera{
  background-color: #e97580ff;
  border-radius: 10px; 
}

.cuadro-usuarios{
  background-color: #db0080ff;
  border-radius: 10px; 
}
.cuadro-cambiar-password{
  background-color: #46b3b0ff;
  border-radius: 10px; 
}

.cuadro-cerrar-sesion{
    background-color: #e96a00ff;
    border-radius: 10px;  
}

@media (max-width: 768px) {
  #navbar {
    border-bottom: none;
    height: 65px;
    z-index: 5;
  }
  #menu-toggle2 {
    display: block;
    top: 30px;
  }  
  li.activo .triangulo {
    /*width: 263px;*/
    display: none;
  }  
  #wrapper.toggled .icono-texto {
    display: inline;
  }

  #wrapper.toggled li span.texto,
  #wrapper.toggled li.activo span.texto {
    color: #343a40;
  }

  #wrapper #menu-toggle1 {
    display: none;
  }

  #wrapper {
    padding-left: 0;
    padding-top: 0;
  }

  #wrapper.toggled {
    padding-left: 0;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 100%;
    height: 370px;
  }

  #wrapper.toggled #sidebar-wrapper .sidebar-nav {
    width: 250px;
  }

  .sidebar-nav {
    z-index: 5;    
  }

  #sidebar-wrapper {
    z-index: 4;
    position: absolute;
    top: 45px;
    width: 100%;
    height: 0;
    overflow-y: auto;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}
.errorlist{
    list-style: none;
    text-align: left;
}
