/* 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;
}

.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/*
    Alterações para o template da IOTresolve
*/

/*.navbar-default-color {
    background-color: #151515;
}*/

.navbar-brand {
    padding-top: 0.20rem;
    padding-bottom: 0.20rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-evenly;
}

.navbar-toggler {
    padding: 0.15rem 0.65rem;
}
.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: 0.5rem;
    margin-right: -12rem;
    margin-left: 0rem;    
}
.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: 480px){ 
    .kv-table-wrap tr>td:first-child {
         border-top: 0 double #ccc; 
         margin-top: 0; 
         font-size: 1.1em; 
    }
}

@media screen and (max-width: 480px) {
    .kv-table-wrap td, .kv-table-wrap th {
        display: table-cell;
        width: 0 !important;
        text-align: left;
    }
}
 
/* 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;
}