video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

span.input-group-btn > button.btn.btn-default {
    padding-bottom: 0px;
}

a#aciona {
    padding-top: 12px;
}

.page-header {
    margin-top: 1px;
}

.btn.btn-green {
    background-color: #3c763d;
    color: white;
}

.btn.btn-red {
    background-color: #b71c1c;
    color: white;
}

.checkbox label,
.radio label {
    font-weight: bold;
}

.panel-primary > .panel-heading {
    background-color: #004d7a;
    border-color: #004d7a;
}

.panel-primary {
    border-color: #004d7a;
}

.indigo-text {
    color: #004d7a;
}

.indigo-background {
    background-color: #004d7a;
}

table {
    background-color: #ffffff;
}

.panel-primary > a {
    color: #004d7a;
}

.panel-purple > .panel-heading {
    color: white;
    background-color: #4a148c;
    border-color: #4a148c;
}

.panel-purple {
    border-color: #4a148c;
}

.panel-purple > a {
    color: #4a148c;
}

.panel-green > .panel-heading {
    color: white;
    background-color: #1b5e20;
    border-color: #1b5e20;
}

.panel-green {
    border-color: #1b5e20;
}

.panel-green > a {
    color: #1b5e20;
}

.btn-circle.btn-lg {
    padding: 0px 0px;
    font-size: 0px;
}

.erro {
    color: #b71c1c;
    font-weight: bold;
}

td.green,
td.green a {
    background-color: #1b5e20;
    color: #fff;
}

td.red,
td.red a {
    background-color: #b71c1c;
    color: #fff;
}

button.btn.btn-primary {
    padding-top: 3 px;
    padding-bottom: 1 px;
    padding-right: 12 px;
    padding-left: 12 px;
}

span.input-group-btn > button.btn.btn-default {
    padding-top: 3px;
    border-top-width: 1px;
}

label {
    font-weight: normal;
}

form label {
    font-weight: bold;
}

@media print {
    table {
        page-break-after: always;
    }
}

.material-icons.md-18 {
    font-size: 18px;
}
.material-icons.md-24 {
    font-size: 24px;
}
.material-icons.md-36 {
    font-size: 36px;
}
.material-icons.md-48 {
    font-size: 48px;
}
.material-icons.md-72 {
    font-size: 72px;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}

.sombra {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

h1.page-header {
    text-align: center;
}

.page-subtitle {
    text-align: center;
    margin-top: -15px;
}

h3.page-header {
    text-align: left;
}

.navbar {
    margin-bottom: 20px;
}

.btn-primary {
    margin-right: 3px;
}

.noPadding {
    padding: 0px;
}

.noBorder {
    border: 0px solid transparent;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 2px 2px 32px 2px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px; /* 5px rounded corners */
    margin: 15px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.2);
}

/* Add some padding inside the card container */
.cardBody {
    padding: 2px 16px;
}

/* Add rounded corners to the top left and the top right corner of the image */
img {
    border-radius: 5px 5px 0 0;
}

a .card p {
    color: #333;
}

@media print {
    .noprint {
        display: none;
    }
    body {
        background: #fff;
    }
}

.capitalize {
    text-transform: capitalize;
}

.footer {
    padding: 50px;
    left: 0px;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background: #f8f8f8;
    /*opacity: 0;
   filter: alpha(opacity=0); /* For IE8 and earlier */
}

#aciona {
    position: fixed;
    display: block;
    right: 0;
    bottom: 0;
    margin-right: 40px;
    margin-bottom: 40px;
    z-index: 900;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#retorna {
    padding-top: 10px;
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    margin-left: 20px;
    margin-top: 65px;
    z-index: 900;
}

#anuncio {
    padding-top: 10px;
    position: fixed;
    display: block;
    right: 0;
    top: 0;
    margin-right: 20px;
    margin-top: 65px;
    z-index: 900;
}

.red {
    color: #b71c1c;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 2px 2px 32px 2px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px; /* 5px rounded corners */
    margin: 15px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.2);
}

/* Add some padding inside the card container */
.cardBody {
    padding: 2px 16px;
}

.checkbox {
    margin-top: 30px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Estilo para fixar o cabeçalho (thead) */
#tabelaDados thead {
    /* Garante que o thead flua com o scroll, mas permaneça no topo */
    position: sticky;
    top: 0; /* Fixa o elemento thead no topo (posição 0) da div de rolagem */
    z-index: 10; /* Garante que o cabeçalho fique acima do corpo da tabela ao rolar */
    background-color: #f8f9fa; /* Cor de fundo para evitar transparência ao rolar (pode ajustar) */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4); /* Sombra sutil para destacar */
}

