﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u,
i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu,
nav, section {
    display: block;
}

html {
    background-color: #FFF;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.div-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 6rem auto;
}

    .div-login input {
        min-width: 60vw;
    }

.conteudo-principal {
    display: flex;
    justify-content: center;
    flex-direction: column; 
    margin-top: 0.8rem;
}
.nav-principal {
    background: #FFF;
    box-shadow: 1px 1.5px 1.5px #ced4da;
}

.nav-menu-star {
    display: flex;
    background: #FFF;
    flex-direction: column;
    justify-content: center;
    border: #dee2e6 0.5px solid;
    border-radius: 8px;
    box-shadow: 1px 1.5px 1.5px #ced4da;
    padding: 0.8rem;
}

.img-rotate {
    transform: rotate(360deg);
    transition: all 0.2s ease-in-out;
}

.popup-aguarde {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 1.8rem 2.5rem 1.8rem 2.5rem;
    text-align: center;
    background-color: #FFF;
    border-radius: 15px;
    box-shadow: 3px 6px 8px #888888;
}

.select-grupo-economico option {
    width: 200px;
    white-space: normal;
}

.input-grid {
    display: inline-block !important;
}

.label-logout {
    position: absolute;
    right: 12px;
    top: 12px;
}

.filtros-secoes {
    background: #FFF;
    border: #dee2e6 0.5px solid;
    border-radius: 8px;
    box-shadow: 1px 1.5px 1.5px #ced4da;
    padding: 0.8rem;
}

.text-search {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 75vw !important;
}

a.link-button {   
    color: #000;
    text-decoration: none;
}

    a.link-button:hover {
        text-decoration: none;
        color: #212529;
    }
table a {
    text-decoration: none!important;
    color: #000!important;
}

@media (min-width: 700px) {
    .div-login input {
        min-width: 15vw;
    }

    .div-login {
        margin: 12rem auto 12rem auto;
    }

    .text-search {
        width: 400px !important;
    }
}

.border-grey {
    border: 1px solid;
    border-end-start-radius: 5px;
    border-end-end-radius: 5px;
    border-top: none;
    border-color: #dee2e6
}

.active {
    background-color: white
}

#myTab {
    background-color: #f8f9fa
}

.nav-link {
    color: #666
}