body {
    background: #f7f7f7;
}

body.login {
    /* background:#25378b!important; */
    background: url("../img/bg-regularizacao.jpg");
    background-size: cover;
}

a:hover {
    text-decoration: none;
}

#app .navbar .container-xl,
#app .navbar .container-lg,
#app .navbar .container-md,
#app .navbar .container-sm,
#app .navbar .container {
    max-width: inherit;
}

.title {
    color: #006699;
    border-bottom: 1px solid #efefef;
    padding: 6px 0px;
}

.container {
    max-width: 90%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

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

.green-text {
    color: green;
}
.red-text {
    color: red;
}

/* TABLES */

table.dataTable thead th,
table.dataTable thead td {
    background-color: #f4f4f4;
    border-bottom: 1px solid #c8c8c8;
}

table {
    font-size: 12px;
}

/* MENU LATERAL */
.menu-left {
    /* border-bottom: 1px solid #d8d8d8; */
    background: #f7f7f7;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 8px;
}

.menu-left a {
    color: #333;
    padding: 0px 14px;
}

.menu-left a.active {
    border-bottom: 2px solid #25378b;
    padding: 9px;
}

/* TAGS GERAIS */

.card {
    border-radius: 0;
    border-left: 0;
    border-bottom: 0;
}

i.fa {
    width: 28px;
    text-align: center;
}

.byby {
    color: red;
}
