@media (max-width: 998px) {
    .modal-dialog {
        min-width: 90%;
    }

    #topo {
        width: 100% !important;
    }
}


@media (max-width: 700px) {
    .max_700_10 {
        /* max-width: 8ch;*/
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .max_700_50 {
        max-width: 50ch;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .altura-m-150 {
        overflow: auto;
        min-height: 400px;
        max-height: 700px;
    }

    .table th,
    .table td {
        /* padding: 0.2rem 0.1rem !important;*/
        font-size: 0.9rem !important;

    }
}

@media print {
    @page {
        margin: 2mm 2mm 30mm 2mm;
    }

    * {
        font-size: small !important
    }
}



.altura-m-150 {
    overflow: auto;
    min-height: 400px;
    max-height: 700px;
}

.altura-50,
.altura-70,
.altura-125,
.altura-100,
.altura-150,
.altura-200,
.altura-300,
.altura-350 {
    overflow-x: hidden;
    /* min-height: 400px;
max-height: 720px;*/
}

.altura-50,
.altura-100 {
    /*min-height: 300px !important;
  max-height: 720px !important;*/

}


.rounded-4 {
    border-radius: 0.4rem !important;
}

.rounded-5 {
    border-radius: 0.5rem !important;
}

.rounded-6 {
    border-radius: 0.6rem !important;
}

.rounded-7 {
    border-radius: 0.7rem !important;
}

.rounded-10 {
    border-radius: 1rem !important;
}



/* label */



.pirra-floating {
    position: relative;
}

.pirra-floating>label:not(.error) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    padding: 0.2rem .60rem;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.pirra-floating>.form-control:focus~label:not(.error),
.pirra-floating>.form-control:not(:placeholder-shown)~label:not(.error),
.pirra-floating>.form-select~label:not(.error) {
    opacity: .65;
    transform: scale(.85) translateY(-1.2rem) translateX(.1rem);
}

/**/

.form-floating>.error {
    top: 45px !important;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #a09e9e;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

::-webkit-scrollbar-thumb:active {
    background: #000000;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: #666666;
}

::-webkit-scrollbar-track:active {
    background: #333333;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

#topo {
    width: 250px;
}

#corpo {
    flex: auto;
    width: min-content;
}

.full {
    position: fixed;
    height: 100%;
    width: 100%;
    margin: 0px !important;
    top: 0px;
}

.menu-lateral {
    width: 100%;
}

table {
    text-shadow: 1px -1px 5px white;
}


.menu a.active {

    border-top: 2px solid red;
    background: #e3e7e9;
}

.menu a:hover {
    background: #e3e7e9;

}



.menu_doc a:hover,
.menu_doc a.active {
    background-color: powderblue;
    animation: mymove .5s;

}

.menu-lista {
    min-width: 130px;
    margin-bottom: 1em;
    padding-bottom: 2px;
    text-decoration: none !important;
    background-color: whitesmoke;
    box-shadow: 0px 0px 2px;
}

.menu-lista:hover {
    box-shadow: 0px 0px 13px;
}

.menus a {
    text-decoration: none !important;
}

.menu-lateral a {
    padding: 7px;
    font-size: medium;
}

.error {
    color: red;
    font-size: small;
}

input:-webkit-autofill {
    background: content-box;
    -webkit-text-fill-color: blueviolet;
    transition: background-color 6000s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.pirra_up input[type="text"],
.pirra_up input[type="password"],
.pirra_up input[type="email"],
.pirra_up input[type="tel"],
.pirra_up input[type="date"],
.pirra_up input[type="number"],
.pirra_up input[type="search"],
.pirra_up select,
.pirra_up textarea {
    border-width: 0px 0px 1px 0px !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.pirra_up label.form-label {
    color: #816e6e;
}

.ul_login {
    padding-top: 60px;
    list-style-type: disclosure-closed;
    text-align: left;
    color: #FFFFFF;
    font-size: 30px;
    text-shadow: 0px 0px 7px black
}

#nav-user a:hover,
#nav-user a.active {
    background: gainsboro;
}

.table-active-1 {
    background-color: antiquewhite !important;
}

.fs-7 {
    font-size: 0.8em;
}

.form-control:focus {
    border-color: rgba(82, 168, 236, .8);
    outline: 0 !important;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6) !important;
    box-shadow: 0 0 8px rgba(82, 168, 236, .6) !important;
}

.btn:focus {
    box-shadow: 0 0 8px rgba(82, 168, 236, .6) !important;
}

/* chat */
.seta-end::before {

    float: right;
    border: 6px solid white;
    top: -10px;
    -ms-transform: rotate(-90deg);
    transform: rotate(233deg);
    position: relative;
    content: "";

}

.seta-start::before {
    float: left;
    border: 6px solid white;
    top: -10px;
    -ms-transform: rotate(-90deg);
    transform: rotate(233deg);
    position: relative;
    content: "";
}

.textarea-msg {
    max-height: 50px;

}

.corpo-chat {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    transform: rotate(180deg);
    text-align: left;

}

.corpo-chat>div {
    overflow: hidden;
    transform: rotate(180deg);
}

.digitando {
    bottom: -27px;
}

.bg-purple {
    --bs-bg-opacity: 1;
    background-color: rgba(75, 0, 130, var(--bs-bg-opacity)) !important
}

.border-purple {
    border-color: purple !important;
}

.text-purple {
    color: purple !important;
}

/*Fim chat*/


/*[data-anima="direita"] {

    left: 50%;
    opacity: 0;
    transition: 1s;

}

[data-anima="esquerda"] {
    left: -50%;
    opacity: 0;
    transition: 1s;

}

.animacao2 {
    transition: 1s;
    position: relative !important;
    left: 0px;
    opacity: 1;
}

.animacao {
    transition: 1s;
    position: relative !important;
    transform: rotate3d(1, 1, 1, 0deg);
    opacity: 1;
}*/

.tampinhas {
    height: 300px;
    padding-top: 20px;
    font-size: 145px;
    color: white;
    background-image: url('/img/tampinhas/tampinha.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

.efeito_tampinha {
    transform: rotate(360deg);
    transition: 2s ease
}

/*Menu*/
.btn-toggle {
    padding: .25rem .5rem;
    font-weight: 600;
    color: var(--bs-emphasis-color);
    background-color: transparent;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
    background-color: var(--bs-tertiary-bg);
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::before {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
}

.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: var(--bs-tertiary-bg);
}

.scrollarea {
    overflow-y: auto;
}

.a-m-100 {
    max-height: 100px;
}
.a-m-300 {
    max-height: 300px;
}