a{
    color: #2f4050;
}



.btn-navbar-pers {
    color: #fff;
    background-color: #80959f;
    border-color: #80959f;
}
.btn-navbar-pers: hover{
    color: #fff;
    background-color: #dc220a;
    border-color: #1ab394;
}

/** estilo para pagina detalhes inventario*/
.figura-legenda{
    position: relative;
    border: 8px solid white;
    box-shadow: 1px 1px 4px black;
    margin: 0;
}

.figura-legenda img{
    width: 100%;
    height: 100%;
}

.figura-legenda figcaption{
    opacity: 0;
    position: absolute;
    top: 0px;
    background-color: rgba(0,0,0,.4);
    color: white;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    transition: opacity 1s;
}

.figura-legenda:hover figcaption{
    opacity: 1;
}

/* estilo da pagina detalhes inventario**/

.eli_multimedia:hover{
    cursor: pointer;
}
.edi_multimedia:hover{
    cursor: pointer;
}

#divlogin {
    background-color: #dddddd !important;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    border-radius: 5px !important;
}


.login-image {
    position: relative !important;
    width: 90% !important;
    padding: 17px !important;
    bottom: 20px;
}

.gray-bg, .bg-muted {
    background-color: #ffffff !important;
}

.esconder{
    
}

.mostrar{
    
}

