:root {
    --bg-default-primary: #116806;
    --bg-default-secondary: #06cc0f;
    --bg-default-complement: #043d03;
    --bg-default-extraordy: #85d475;
    --default-font-span: #fff;
    --default-font-ahref: #000000;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 7px;
    background: rgba(73, 143, 64, 0.8);
}

* {
    font-family: 'RobotoMono', monospace;
}

body {
    margin: 0px;
}

.app {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: grid;
    height: 100vh;
    grid-template-rows: 40px 1fr 40px;
    grid-template-columns: 230px 1fr 230px;
    grid-template-areas: "header header header" "leftconteudo conteudo rightconteudo" "footer footer footer";
}

.app-adm {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: grid;
    height: 100vh;
    grid-template-rows: 40px 1fr 40px;
    grid-template-columns: 1fr;
    grid-template-areas: "header" "conteudo" "footer";
}

.is-enabled {
    border: none;
    background-color: #fff;
    width: 60px;
    text-align: right;
}

.is-disabled {
    background-color: #e9ecef;
    border: none;
    width: 60px;
    text-align: right;
}

.img-click:hover {
    cursor: pointer;
}

.label-modal {
    font-size: 0.9em;
}

.label-small {
    font-size: 0.75rem;
}

.label-large {
    font-size: 2rem;
}

.label-medium {
    font-size: 1.5rem;
}

.header {
    grid-area: header;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(to left, var(--bg-default-primary), var(--bg-default-secondary));
    padding: 15px;
    color: #fff;
}

.header ul {
    list-style: none;
    margin-top: 1em;
    padding: 10px 5px;
}

.header ul li {
    display: inline-block;
    padding: 5px 7px;
    text-align: right;
    margin-right: 30px;
}

.header a {
    text-decoration: none;
    color: #fff;
}

.dropdown-menu {
    background-color: var(--bg-default-secondary);
    box-shadow: 2px 0 10px 0 rgb(0, 0, 0, 0.12), 2px 0 15px 0 rgb(0, 0, 0, 0.5);
}

.dropdown-item:hover {
    background-color: #71c261;
}

.dropdown-menu a:hover {
    color: #000 !important;
}

.dropdown-menu a {
    color: #fff !important;
}

.dropdown-menu span {
    color: #fff !important;
}

.dropdown-menu span:hover {
    color: #000 !important;
    cursor: pointer;
}

.conteudo {
    grid-area: conteudo;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.leftconteudo {
    grid-area: leftconteudo;
    display: flex;
    background-color: #fff;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.rightconteudo {
    grid-area: rightconteudo;
    display: flex;
    background-color: #fff;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.footer {
    grid-area: footer;
    background: linear-gradient(to bottom, var(--bg-default-primary), var(--bg-default-secondary));
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer>span {
    padding: 15px;
    font-size: 1.1em;
    font-weight: 300;
    color: var(--default-font-span);
}

.btn:disabled {
    color: #949694;
    border-color: #949694;
}

.bg-gradient-primary {
    background: linear-gradient(to left, #d4d4f5, #02048d);
    color: #fff;
}

.bg-gradient-secondary {
    background: linear-gradient(to left, #d5d5d6, #575757);
    color: #fff;
}

.bg-gradient-info {
    background: linear-gradient(to left, #ade0f5, #0376fa);
    color: #fff;
}

.bg-gradient-success {
    background: linear-gradient(to left, #abf7a9, #015308);
    color: #fff;
}

.bg-gradient-warning {
    background: linear-gradient(to left, #f7e6ae, #fcd601);
    color: #fff;
}

.bg-gradient-danger {
    background: linear-gradient(to left, #f3b3b8, #f80404);
    color: #fff;
}

.bg-gradient-dark {
    background: linear-gradient(to left, #fefeff, #000);
    color: #fff;
}

.sub-titulo-modal {
    position: fixed;
    left: 150px;
    font-size: 1.3em;
}

.titulo-modal {
    font-size: 1.8em;
}

.total-modal {
    font-size: 1.5em;
}

.box_container {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 50px;
    padding: 10px;
    width: 50%;
    flex-direction: column;
    box-shadow: 2px 0 10px 0 rgb(0, 0, 0, 0.12), 2px 0 15px 0 rgb(0, 0, 0, 0.5);
}

.img-login {
    margin: 15px 50px;
    width: 70%;
}

.tab-esquerda {
    text-align: left;
}

.tab-centro {
    text-align: center;
}

.tab-direita {
    text-align: right;
}

.image-circulo {
    border-radius: 90%;
    width: 30px !important;
    height: 30px !important;
}

.image-circulo-large {
    border-radius: 90%;
    width: 60px !important;
    height: 60px !important;
}

.image-quadrado {
    width: 150px !important;
    height: 130px !important;
}

.image-quadrado-large {
    width: 420px !important;
    height: 257px !important;
}

.image-quadrado-small {
    width: 60px !important;
    height: 40px !important;
}

.image-retangulo {
    width: 55px !important;
    height: 35px !important;
}

@media(max-width: 768px) {
    .app {
        grid-template-columns: 1fr;
        grid-template-areas: "header" "conteudo" "footer";
    }
    .sub-titulo-modal {
        font-size: 0.8em;
    }
    .label-modal {
        font-size: 0.6rem;
    }
    .label-modal-large {
        font-size: 0.35rem;
    }
    .rightconteudo {
        display: none !important;
    }
    .leftconteudo {
        display: none !important;
    }
    .header ul li {
        font-size: 0.8rem;
        margin-right: 0px;
        padding: 0px;
    }
    .footer>span {
        font-size: 0.7em;
    }
    .box_container {
        width: 90%;
        margin-top: 20px;
    }
    .img-login {
        margin: 10px 35px;
        width: 60%;
    }
    .texto-login {
        font-size: 1em;
    }
    .btn-login {
        font-size: 1.3em;
    }
}