/*
    Created on : 12 de out de 2022, 17:27:16
    Author     : maurosf
*/
@charset "UTF-8";

/* @import url('https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css'); */
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css');

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital@1&display=swap');
@import url('theme.css');

@font-face {
    font-family: 'FonteLogo';
    /* src: url("../_fonts/bubblegum-sans-regular.otf"); */
    src: url("../font/Pacifico-Regular.ttf");
}

html {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    /* background-color: rgb(200, 200, 205);
    color: rgb(15, 15, 15); */
    background-color: rgb(235, 235, 235);
    color: rgb(30, 30, 30);
    font-size: 12pt;
}

/* header#cabecalho h1 {
    font-family: FonteLogo, Helvetica, sans-serif;
    font-size: 36pt;
    color: #606060;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    padding: 0px;
    margin-bottom: 0px;
} */

.sysbody {
    margin-top: -5px;
    margin-bottom: -2vh;
    padding-bottom: 100px;
    max-height: 85vh;
    overflow-x: auto;
    overflow-y: auto;
}

/* .options li:hover  */
.sysname {
    font-family: FonteLogo;
    /* font-size: 36pt; */
    /* color: #122448; */
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); */
}

/* .sysname:hover {
    color: #000000;
    opacity: 0.75;
} */

a.sysname {
    /* font-family: FonteLogo; */
    /* font-size: 36pt; */
    /* color: #606060; */
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); */
    margin-top: -22px;
    margin-bottom: -25px;
    /* padding-top: -30px;
    padding-bottom: -25px; */
}

body {
    background-size: cover;
    background-color: rgb(235, 235, 235);
    color: rgb(30, 30, 30);
    /* margin-top: 5px; */
    /* margin-left: 1vw; */
    /* margin-right: 1vw; */
    /* min-height: 90vh; */
    /* min-height: 600px; */
    /* height: 85vh; */
    /* padding-bottom: 25px; */
    overflow-x: hidden;
    overflow-y: hidden;
}

.buttonList {
    max-width: 15vw;
}

.titleList {
    max-width: 15vw;
}

.hrList {
    margin-top: 0;
    margin-bottom: 0;
}

.form-control:disabled,
.form-select:disabled {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(33, 33, 33, 0.66);
}

.prevent-select {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    display: none;
}

.modulo {
    min-height: 85vh;
    /* padding-bottom: -50px; */
    /* margin-bottom: -50px; */
}

.menu-bar {
    margin-top: -5px;
    padding-bottom: 2px
}

/* .menu-bar:hover {
    background-color: #414a7a;
} */

.menu-item {
    min-width: 60px;
}

/* .menu-item:hover {
    opacity: 0.75;
} */

.page-title {
    margin-top: -5px;
    margin-bottom: -15px
}

.central {
    margin: auto;
    text-align: center;
}

.btn {
    justify-content: center;
    align-items: center;
}

.btn-back {
    border-color: rgb(175, 175, 200);
    width: 100px;
}

.btn-home {
    width: 125px;
    height: 48px;
    margin: 4px;
    margin-bottom: 8px;
}

.btn-home:hover {
    color: white;
    opacity: 0.75;
}

a {
    color: #252525;
    text-decoration: none;
    font-weight: bold;
    font: 12pt Helvetica;
}

a:hover {
    text-decoration: underline;
}

.zindexTop {
    position: relative;
    z-index: 1;
    margin-right: 10px;
    margin-bottom: 10px !important;
}

div.zindexNew {
    float: right;
    margin-top: -76px;
    margin-right: -1px;
    width: 68px;
    height: 68px;
    background-color: rgba(0, 50, 0, 0.25);
}

.greenColor {
    background-color: #33CC33;
}

.redColor {
    background-color: #E60000;
}

.loader {
    z-index: 999;
    animation: rotating 1s infinite;
    border: 6px solid #cacaca;
    border-radius: 50%;
    position: absolute;
    margin-left: -25px;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
}

.loaderDark {
    border-top-color: #111111;
}

.loaderBlue {
    border-top-color: #122448;
}

@keyframes rotating {
    to {
        transform: rotate(1turn);
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 999;
}
