/*VaneSol Systems - Todos los derechos reservados*/
body
{
    background: white;
    padding-top: 50px;
}
.main-cont
{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

#body-login
{
    background-image: url("../img/grid.png");
    background-repeat: repeat;
    background-attachment: fixed;
}
.main_fpage
{
    background-image: url("../img/vero.png");
    background-attachment: fixed;
}

/*------------------CSS banner-----------------*/
.banner
{
    background-color: white;
    color: black;  
    position: fixed;
    height: 50px;
    width: 100%;
    top: 0px;
    box-shadow: 3px 3px 5px #A9A9A9;
}
.banner-app
{
    background-color: white;
    color: black;
    top: 0px;
    box-shadow: 3px 3px 5px #A9A9A9;
    border-style: none;
    height: 80px;
}
.banner-app img
{
    margin: 0 15px;
}
/*------------------CSS Sessiones--------------*/
.iniciar_session
{
    width: 100%;
    margin-top: 8vh;
}
@media (min-width: 768px) 
{
    .iniciar_session 
    {
        height: 500px;
        width: 450px;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}
.panel-titulo_color
{
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: blue;
    text-align: center;
    color: white;
    font-weight: bold;
}
.panel-sombra
{
    box-shadow: 3px 3px 5px #A9A9A9;
}
.etiqueta
{
    padding: 10px;
    margin: 1px;
    background: #337ab7;
    color: white;
    text-align: left;
    border-radius: 3px;
    font-weight: bold;
}
.label-user
{
    display: none;
}
@media (min-width: 768px) 
{
    .label-user 
    {
        display: block;
        padding-left: 1px;
    }
}
/* CSS para el menu lateral */
.sidebar
{
    display: compact;
    top: 40px;
}
@media (min-width: 768px) 
{
    .sidebar 
    {
        position: fixed;
        top: 70px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        box-shadow: 3px 3px 5px #A9A9A9;
        background-color: white;
        border-right: 1px solid #eee;
    }
}

/*Para tabla de registro*/
.tabla_titulo
{
   text-align: center;
   font-weight: bold; 
}
.tabla_celda_negro
{
    text-align: center;
    color: black;
}

/* Para contenidos de la página */
.contenido {
   margin-top: 40px;
}
@media (min-width: 768px) {
  .contenido {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.contenido .page-header {
  margin-top: 0;
}


