﻿@font-face {
    font-family: 'Myriad Pro semibold';
    src: url(../Fonts/MYRIADPRO-SEMIBOLD.OTF)
}

@font-face {
    font-family: 'Myriad Pro semibold';
    src: url(../Fonts/MYRIADPRO-SEMIBOLD.OTF);
}

@font-face {
    font-family: 'Myriad Pro light';
    src: url(../Fonts/MyriadPro-Light.otf);
}


.containers{
}
.rz-tabview {
    height: 100%;
}
.rz-text-body1, .rz-text-h5, .rz-text-h6, .containers {
    color: #4968b6 !important;
}
.TextPosto {
    color: #ffffff !important;
}
.TextPostoPreto {
    color: #000000 !important;
}
.rz-text-body1 {
    margin: 0 !important;
}

.rz-data-grid-data {
    text-transform: none;
}

/*.rz-card {
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
}*/

.ButoesAcao {
    background-color: #71a7fe !important;
    color: #ffffff !important;
    text-transform: capitalize;
}

.hv-100{
    height:100vh;
}

.h-100{
    height:100%;
}
.w-100{
    width:100%;
}

.numtam {
    width: 67px;
}
.txtbox22{
    width: 22px;
}
.txtbox100 {
    width: 100px;
}
.txtbox150 {
    width: 150px;
}
.txtbox180{
    width:180px;
}
.txtbox350 {
    width: 350px;
}
.txtbox600w {
   width: 600px;
}
.txtbox600 {
    max-width: 600px;
}

.lable25 {
    width: 25px;
}
.lable100 {
    width: 100px;
}
.lable200 {
    width: 200px;
}
.lable250 {
    width: 250px;
}
.lable300 {
    width: 300px;
}
.lable400 {
    width: 400px;
}

/*Ajudas view*/
.AjudaDeceicao {
    margin-block-end: 15px;
    margin-left: 15px;
}
.AjudaText {
    font-weight: normal;
    color: #000000 !important;
}
.AjudasLisr {
    color: #0066cc;
    font-weight: bold;
    margin-left: 20px;
}
/*Acerca de */
.vertical {
    border-left: 5px solid #4968b6;
    margin-left: 10px;
    margin-right: 10px;
}

.Acercade-image-center {
    max-width: 100%;
    height: auto;
    width: 379px;
}


.BoxHtmlEditor {
    height: 125px;
    width: 100%;
    max-width: 700px
}
.ConfigRelatoriosList {
 /*   width: 298px;*/
    width:100%;
    height: 140px;
}
.PerfilOperadorList {
    width: 100%;
    max-width: 400px;
    /*    height: 450px;*/
    max-height: 500px;
}
.servicoslist {
    width: 212px;
   /* height: 180px auto;*/
}
.error-message {
    color: red;
    margin-bottom: 15px;
    font-size: 15px;
}
/*Lista de senhas*/
.ListSenhasCabesalhoRodape {
    padding: 10px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0,0, 1.5);
    background-color: white;
    border-radius: 20px;
}

/*Home DachBoard*/
.StausCard {
    flex-wrap: wrap !important;
    width: 230px;
}

.estatisticagrid {
    margin-top: 15px;
}

/*Login*/
.LoginContainer {
    width: 300px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.8);
}
.errorMessage {
    color: red !important;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}
.ButoesAcaoLogin {
    background-color: #0033FF !important;
}
.error-label {
    color: white !important;
    background-color: #CC0000;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    font-size: 2em !important;
    margin: 0;
}

.authentication-label {
    color: #ffffff !important;
    background-color: #0033FF;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
}

@media (max-width:400px) {
    .rz-notification {
        inset-block-start: 0;
        inset-inline-start: 0;
        inset-inline-end: 0;
        width: 100%;
        border-radius: 0;
/*        padding: 10px;*/
        font-size: 14px;
        margin-top: 30px;
        top: 0px !important;
    }

    .rz-notification-item-wrapper {
        width: 100%;
    }
}