
/*
Custom css neumaticos
*/

.badge-danger {
    color: #fff;
    background-color: #f1556c;
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #f1556c;
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem #f1556c;
    box-shadow: 0 0 0 0.2rem #f1556c;
}

.navbar-custom {
    background-color: #ffc000 !important;
}

.left-side-menu {
    background-color: #0b7f56 !important;
}

.logo-lg {
    background: #0b7f56;
}

.logo-sm{
    background: #0b7f56;
}

body.login{
    margin:0;
    min-height: 100vh;
    background-image: url("../../images/greenBack.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

body.login::before{
    content: "";
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;

    background-image: url("../../images/mapImage.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#sidebar-menu .menuitem-active .active {
    color: #fff
}
a {
    color: #fff !important;
    text-decoration: none;
    }

#sidebar-menu .menuitem-active > a{
    color: #ffc000 !important;
}

.ri-logout-box-line{
    color: #000 !important;
}

.dropdown-item{
    color: #000 !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 0px !important;

}

.table th, .table tr, .table td{
    text-align: center;
}

.breadcrumb m-0 tittle{
    color: #000 !important;
}

a.titulo{
    color: #000 !important;
}


.page-link {
    background-color: white !important;
    color: #24ad7d !important
}

.active > .page-link {
    z-index: 3;
    color: white !important;
    background-color: #24ad7d !important;
    /* border-color: transparent; */
}

div.required label:after {
    content: " *";
    color: red;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}