img.img-fluid {
    border-radius: 50%;
    height: 45px;
}

.login-login-img {
    /* border-radius: 50%; */
    height: 100px;
}

.permision-table {
    width: 100%;
}

.permision-table tr td,
.permision-table tr th {
    padding: 10px;
}

.permision-table tr:nth-child(even) {
    background: #efecec;
}

.bg-gradient-primary {
    background-color: #4e73df;
    background-image: linear-gradient(180deg, #16619A 10%, #084371 100%);
    background-size: cover;
}

.text-primary{
    color: #16619A !important;
}
.btn-primary,.bg-primary,.badge-primary{
    background-color: #16619A !important;
}

.text-info{
    color: #009C12 !important;
}

.bg-info,.btn-info,.badge-info{
    background-color: #009C12 !important;
}


table tr.odd {
    background-color: #f9f9f9 !important;
}


.sidebar .sidebar-brand.company{
    height: auto !important;
    padding: .5rem 1rem;
    background-color: #ececec;
}
.sidebar .sidebar-brand.company img.img-fluid{
    border-radius:0 !important;
    height: 54px !important;
    object-fit: contain;
}