/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-ene-2020, 12:36:04
    Author     : david
*/
body{
    transition: transform .5s;

}


.mapea-background{
    background-color: #333333;
}



@media (max-width: 480px) {

.navbar-brand{
    font-size: .9rem;
}
}



.sidebar{
    width: 250px;
    height: 100vh;
    position: fixed;
    left: -250px;
    top: 0;
    bottom: 0;
    color: white;
    z-index: 1050;
}

body.active{
    transform: translateX(250px);
    overflow-x: hidden;
    
}

.sidebar-item{
    padding: 10px;
    border-bottom: 1px solid #c4c4c4;
    cursor: pointer;
}

.mt-56{
    margin-top: 56px;
}

.p-absolute{
    position: absolute;
}

.p-relative{
    position: relative;
}

.c-pointer{
    cursor: pointer;
}

.checked{
    background-color: #d0cfcf !important;
}