/* body styles */
body {
    padding-top: 30px;
    background-color: #f2f6fa;
}

/* header styles */
.header {
    background-color: #3c4f65;
    color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

/* highlight styles */
.highlight {
    background-color: #132D4A;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    margin-top: auto;        
}

/* footer styles */
.footer {
    background-color: #3c4f65;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    z-index: 999;
}

/* legend styles */
legend {
    font-size: 32px;
    font-weight: bold;
    color: white;
    padding: 10px 0px;
}

/* subtitle styles */
.subtitle {
    font-size: 24px;
    font-weight: bold;
    color: #4d6182;
    background-color: #d5d8dc;
    padding: 5px 15px;    
    margin-bottom: 10px;
}

/* label styles */
label {
    font-size: 18px;
    color: #555;
    font-weight: bold;
}

/* fieldset styles */
fieldset {
    border: none;                        
}

/* input[type="file"] styles */
input[type="file"] {
    border: none;
    background-color: #f2f6fa;
    padding: 8px 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    color: #555;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}

#fileList{
    color:white;
}

/* select styles */
select {
    border: none;
    background-color: #f2f6fa;
    padding: 8px 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    color: #555;
    font-weight: bold;
    width: 100%;
}

/* button[type="submit"] styles */
button[type="submit"], .btn-denuncia-submit {
    display: block;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background-color: #4d6182;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

button[type="submit"]:hover:not(disabled),
.btn-denuncia-submit:hover:not(disabled) {
    background-color: #3c4f65;
}

[data-trigger="hover"] {
    cursor: help;
}

.vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

table.dados-manifestacao {
    border-collapse: collapse;
}

.dados-manifestacao tr, .dados-manifestacao td{
    border: 1px solid white;
}

.dados-manifestacao td.label {    
    width: 25%;
}

@media print {
    .card {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        border: none;
        box-shadow: none;
        page-break-inside: avoid;
        color: black;
    }    
}
  
  
.navbar-brand-new {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;    
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.navbar-toggler {
    border-color: #ffffff;
}

.nav-link {
    white-space: nowrap;
}

.nav-link:hover {
    background-color: #4d6182;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);    
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

.table-dados {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
}
    
.table-dados th {
    background-color: #f2f2f2;
    color: #333;
    font-weight: bold;
    text-align: left;
    border: 1px solid white;
}
    
.table-dados td {
    border: 1px solid white;
}
    
.table-dados th:first-child,
.table-dados td:first-child {
    border-left: none;
}
    
.table-dados th:last-child,
.table-dados td:last-child {
    border-right: none;
}
    
.table-dados th:hover {
    background-color: #e6e6e6;
}
    
.table-dados td {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
}

.table-dados tbody td {
    font-size: 12px;
}

.table-dados .odd {
    background-color: #f9f9f9;
}
    
.table-dados .even {
    background-color: #fff;
}
    
.table-dados .highlight {
    background-color: #ffd;
}

.dataTables_wrapper .dataTables_length select{
    width:auto;
}
  
.card-manager {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    margin-top: auto;    
}
label {    
    color: white;    
}
.btn-success {
    color: #fff;
    background-color: #E6B731;
    border-color: #E6B731;
}
.btn-success:hover {
    color: #fff;
    background-color: #c99f2a;
    border-color: #c99f2a;
}
.alert-danger {
    color: #132D4A;
    background-color: #E6B731;
    border-color: #132D4A;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select,
.dados-manifestacao,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate{
    color: white !important;
}
