.headerEnSize {
    font-size: 20px;
}

.nav-item a:hover {
    color: #3AA640 !important;
}

.navbar-nav a {
    color: white !important;
}

.navbar-nav span {
    color: white !important;
}

.dropdown-menu a {
    color: black !important;
}

.box {
    background-color: #f0f0f0;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding-bottom: 15px;
    padding-top: 5px;
}

.list-group-item:hover {
    background-color: #00a563;
}

.list-group-item.active {
    background-color: #00a563;
    border-color: #00a563;
}

.list-group-item:hover a {
    color: #ffffff;
}

#list-group {
    height: 250px;
    overflow-y: scroll;
}

.retornoMarca {
    margin-top: 100px;
}

.tableEscala thead {
    display: block;
}

.tableEscala thead th {
    padding-left: 19px;
}

.tableEscala tbody {
    display: block;
    overflow-y: scroll;
    height: 200px;
}

.tableEscalaCalibracao thead {
    display: block;
    width: 100%;
}

.tableEscalaCalibracao tbody {
    display: block;
    overflow-y: scroll;
    height: 350px;
}

.registroCheckText span {
    font-size: 17px;
    color: #242424;
}

/*https://stackoverflow.com/questions/52075279/how-to-make-bootstrap-table-bordered-fixed-header-and-scroll-body*/
.tableFixHead {
    overflow-y: auto;
    height: 70vh;
}

.tableFixHead table {
    border-collapse: collapse;
    width: 100%;
}

.tableFixHead th,
.tableFixHead td {
    padding: 8px 16px;
}

.tableFixHead th {
    position: sticky;
    top: 0;
    background: #eee;
}

.min-width-9 {
    min-width: 9em;
}