/* Ajustes globais do sistema */

body {
    font-size: 0.85em;
}


/* Ajustes padrão do templante inicial do YII */
main > .container {
    padding: 70px 15px 20px;
}

.footer {
    font-size: .7em;
    height: 40px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}


a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

/*.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}*/

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}



@media(max-width:767px) {

}

.container-fluid-content {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
}

/* .dropdown-menu[data-bs-popper] {
    left: -11rem;
    margin-top: 0.125rem;
}
.dropdown-submenu[data-bs-popper] {
    margin-top: 1.5rem;
    margin-right: -2rem;
    margin-left: -10rem;    
} */
.center-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.dropdown-menu {
    font-size: 0.80rem;
}

.dropdown-item {
    padding-left: 15px;
    border-radius: 2px;
}

ul .dropdown-menu {
    background-color: #343a40;
    color: #000000;  
}

ul .dropdown-item {
    color: #dee2e6;
}

/* Pulsebar do top do cabeçalho*/
@-webkit-keyframes Animation {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@-moz-keyframes Animation {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@keyframes Animation { 
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}

.pulse-bar {
    height: 4px;
    margin-bottom:-8px;
    border:none;
    background: linear-gradient(90deg,#1b22a9,#1b22a9,#000004);
    -webkit-animation: Animation 5s ease infinite;
    -moz-animation: Animation 5s ease infinite;
    animation: Animation 5s cubic-bezier(0.4, 0, 1, 1) infinite; 
}

/* Ajustes de cores para ser utilizados no modo dark/light */


@media screen and (max-width: 800px){ 
    .kv-table-wrap td, .kv-table-wrap th {
        display: table-cell;
        width: 0 !important;
        text-align: left;
    }

    .kv-table-wrap tr>td:first-child {
         border-top: 0 double #ccc; 
         margin-top: 0; 
         font-size: 1.1em; 
    }
    .row {
        flex-wrap: nowrap;
    }
}

 
/* Atributos de ajuste do formulário MODAL */
.modal-header {
    font-size: 1.5em;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    white-space: normal;
}

.center-pdf {
    margin: auto;
    width: 98%;
    border: 2px solid gray;
    padding: 5px;
}