/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 19, 2020, 9:21:44 AM
    Author     : kemper
*/

* {
    font-family: 'Smooch Sans', sans-serif;
    font-size: 1.2rem;
}

body{
    background-color: #f5f5f5;
}

.modal-header{
    background-color: rgba(40, 40, 128, 0.1);
}

.page-title{
    font-size: 1.2rem;
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #33ccff;
}

.page-app-title{
    font-size: 0.9rem;
    font-family: "Audiowide", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #ff9900;
}

.page-title-info{
    font-size: 0.9rem;
    color: #999999;
}

.background {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #3c3c3f;
    background-size: cover;
}

.youtube-video{
    background-image: url('/_assets/img/video-placeholder.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.widget-select-container{
    background-color: #e9e9e9;
    border-style: solid;
    border-color: #8d8d8d;
    border-radius: 0.25rem;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    overflow: hidden;
}

.widget-select-title{
    background-color: #8d8d8d;
    color: white;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-top: -0.5rem;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    font-size: 1.1rem;
}

.widget-select-info, .widget-select-escopo{
    font-size: 0.9rem;
    margin-top: 0.5rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.icon-v-2:after{
    content: "\F470";
    font-family: "bootstrap-icons";
    margin-left: 0.5rem;
    font-size: 1rem;
    display: block;
    margin-top: 0.25rem;
}

.icon-v-2{
    color: #33ccff;
}

.logo-filial{
    margin-left: 1rem;
    margin-right: 1rem;
}

.crud-data-table-pages-buttons{
    display: inline-flex;
}

.drop-down-item-unidade-negocio{
    cursor: pointer;
    display: block;
    margin: 0.2rem;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0.25rem;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    justify-content: start;
    align-items: center;

    width: min-content;
    white-space: nowrap;
    min-width: 200px;
    letter-spacing: -0.05rem;
}

.drop-down-item-unidade-negocio:hover{

}

.widget-dark{
    background-color: #362d2d;
}

.widget-dark-titulo-1{
    background-color: #404040;
    color: white;
    text-align: center;
    font-size: 1.4rem;
}

.widget-dark-titulo-2 {
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    line-height: 110%;
    background-color: #606060;
    color: white;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
}

.widget-dark-titulo-3 {
    text-align: center;
    background-color: rgba(0,0,0,0.25);
    color: #808080;
    font-size: 1rem;
}

.widget-dark-border-2 {
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    border-color: #606060;
}


.widget-dark-big-text-green{
    font-size: 1.6rem;
    line-height: 110%;
    color: #baf834;
}

.widget-dark-big-text-white{
    font-size: 1.6rem;
    line-height: 110%;
    color: white;
}

.widget-dark-big-text-red{
    font-size: 1.6rem;
    line-height: 110%;
    color: #ffd9d9;
}


.widget-dark-medium-text-green{
    font-size: 1.4rem;
    line-height: 110%;
    color: #baf834;
}

.widget-dark-medium-text-white{
    font-size: 1.4rem;
    line-height: 110%;
    color: white;
}

.widget-dark-medium-text-red{
    font-size: 1.4rem;
    line-height: 110%;
    color: #ffd9d9;
}

.widget-dark-small-text-green{
    font-size: 1.4rem;
    line-height: 110%;
    color: #baf834;
}

.widget-dark-small-text-white{
    font-size: 1.4rem;
    line-height: 110%;
    color: white;
}

.widget-dark-small-text-red{
    font-size: 1.4rem;
    line-height: 110%;
    color: #ffd9d9;
}

.fluxus-menu-header{
    background-color: #2f4766;
    color: white;
}


.pencil-edit-avatar{
    margin-top: -32px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    text-align: center;
    color: #333333;
    cursor: pointer;
    background-color: rgba(255,255,255,0.5);
    padding-top: 8px;
    padding-bottom: 8px;
}

.user-avatar-editor{
    width: 100%;
    height: auto;
    border-style: solid;
    border-width: 2px;
    border-color: #333333;
    cursor: pointer;
}

.user-avatar{
    border-radius: 50%;
}

.user-avatar-top-bar{
    max-height: 20px;
    width: auto;
    border-style: none;
    margin-top: 5px;
}

.filial-ativa, .filial-ativa:hover, .filial-ativa:visited {
    color: #008000;
}

.filial-expirada, .filial-expirada:hover, .filial-expirada:visited{
    color: #cfcfcf;
}

.app-title-desktop{
    font-size: 1.6rem;
    font-weight: 500;
}

.menu-item i {
    font-size: 1rem;
}

.form-inline{
    margin-block-end: 0px;
}

label, .form-control{
    margin-bottom: 0px;
}

label{
    font-size: 0.8rem;
}

.app-sub-title{
    font-size: 1.4rem;
    color: white;
    padding-left: 1rem;
}

.app-sub-title-black{
    font-size: 1.2rem;
    color: #333333;
    padding-left: 1rem;
}

.apps-menu{
    position: fixed;
    left: 2rem;
    top: 2rem;
    right: 2rem;
    background-color: white;
}

.blur  {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.system-version {
    font-size: 2rem;
    font-family: "Squada One";
    color: #999999
}

.wellcome {
    max-width: 300px;

}

.error-http-code{
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    color: #003399
}

.div-selecionar-campo{
    margin-bottom: 0.25rem;
    border-style: solid;
    border-width: 1px;
    border-color: #ededed;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.5rem;
    background-color: #e9eff1;
}

.error-http-description{
    text-align: center;
    font-size: 0.8rem;
    color: #666666;
}

.in-app-icons{

}

.input-crud-busca{
    min-width: 200px;
}

.in-app-icons .data-icon{

}

.in-app-icons .icons-home-container{

}

.in-app-icons .icons-home-container{

}

.crud-busca{
    width: 400px;
}

.icon-container{
    display: flex;
    justify-content: start;
}

.msg-aguarde-crud-carregando{
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem;
    text-align: center;
    color: white;
}

.in-app-icons .icon-container:hover{
    background-color: white;
}

.from-login-logo {
    max-width: 100%;
    height: auto;
}

.btn-paginator-go-to-page{
    min-width: 2rem;
}

.modal-90{
    max-width: 90%;
}

.lbl-form-login{
    margin-bottom: 0;
    padding: 0;
}

.home-top-logo{
    max-height: 32px;
}

.btn-home-apps{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.text-pre-line {
    white-space: pre-line;
}


.app-area-container {
    position: absolute;
    right: 12px;
    top: 60px;
    background-color: white;
    width: 50%;
    border-radius: 0.5rem;
    padding: 2rem;
    max-height: 50vh;
    overflow: hidden;
    overflow-y: scroll;
    display: block;
    -webkit-box-shadow: 10px 10px 35px 12px rgba(168,168,168,1);
    -moz-box-shadow: 10px 10px 35px 12px rgba(168,168,168,1);
    box-shadow: 10px 10px 35px 12px rgba(168,168,168,1);
    z-index: 9999999;
    box-sizing: content-box;
}

.icons-area-container {
    border-radius: 0.3rem;
}

.icons-home-container{
    align-items: stretch;
    justify-content: center;

}

.icon-container{
    cursor: pointer;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0.25rem;
    min-width: 100px
}

.widgets-container{

    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;

    margin: 0.5rem;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

.chart-container{
    border-radius: 0.15rem;
    margin-bottom: 0.15rem;
}

.h2-widget-header{
    font-size: 1.2rem;
    margin: 0;
}

.p-widget-info{
    font-size: 0.8rem;
    color: #666666;
    margin: 0;
}

.widget-single-value {
    border-style: solid;
    border-width: 1px;
    border-color: #414141;
    border-radius: 0.3rem;
    padding: 0.5rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    display: inline-block;
    background-color: #e3e3e3;
}

.widget-single-value h2 {
    font-size: 0.9rem;
    text-align: center;
    margin: 0;
    font-weight: 200;
    padding: 0;
}

.widget-single-value h3 {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 0;
}

.widget-single-green{
    background-color: #41b01f;
    color: white;
    border-color: #0d460f;
}

.widget-single-red{
    background-color: #b01f1f;
    color: white;
    border-color: #460d0d;
}


.widget-single-black{
    background-color: #2b2b2b;
    color: white;
    border-color: #460d0d;
}

.icon-container:hover{
    background-color: #d0d0d0;
}

.icon-image-container{
    display: flex;
    justify-content: center;
}

.icon-image-container img {
    max-width: 64px;
    max-height: 64px;
}

.top-nav{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.icon-label-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-label-container label {
    text-align: center;
    font-size: 1.1rem;
    color: #909090;
    margin-left: 1rem;
    white-space: pre;
    text-overflow: ellipsis;
    cursor: pointer;
}

.icon-container:hover .icon-label-container label{
    color: #ffffff;
    font-weight: bold;
}

.data-icon{
    max-height: 64px;
}

.app-title, .lbl-unidade-negocio-selecionada {
    font-size: 1.1rem;
}


.menu-container{
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    overflow: hidden;
    width: 100%;
}

.btn{
    font-size: 1.2rem;
}

.form-control{
    font-size: 1.2rem;
}

.menu-child{
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    cursor: pointer;

    border-style: none;

    background-color: rgba(128, 128, 128,0.06);

    margin: 0.1rem;

    /*
    -webkit-box-shadow: 3px 3px 3px 0px rgba(230,230,230,1);
    -moz-box-shadow: 3px 3px 3px 0px rgba(230,230,230,1);
    box-shadow: 3px 3px 3px 0px rgba(230,230,230,1);
    */


}


.menu-item{
    cursor: pointer;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}

.menu-ident{
    width: 1rem;
    display: inline-block;
}

.menu-item:hover {
    background-color: #5a86be;
}

.fluxus-menu-icon-color{
    color: #2f4766;
}

.menu-item:hover .menu-text, .menu-item:hover .menu-text i, .menu-item:hover i{
    /*    color: white!important; */
}

.menu-text{
    margin-left: 0.2rem;
    font-size: 1.2rem;
    font-weight: 500;
    width: 100%;
    line-height: normal;
}

.menu-text-dropdown {
    font-weight: 400;
    color: #333333;
}

.tool-bar{
    padding: 0.1rem;
    background-color: #4f4f4f;
}

.crud-load-time{
    margin-left: 1rem;
    font-size: 0.5rem;
}

.crud-load-time::after{
    content: "ms";
    margin-left: 0.15rem;
}

.crud-title{
    color: #3c4043;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.7rem;
}

.bg-crud-title{
    background-color: #cacfd5;
}

.toolbar-btn-text{
    font-size: 0.75rem;
}


.crud-data-table-content{
    max-width: 100%;
    overflow-x: scroll;
    padding-bottom: 12px;
}

.crud-data-table-content.overflow{
    overflow: initial;
}


.data-table{
    border-style: solid;
    border-width: 1px;
    border-color: rgba(52, 58, 64,0.3);
    width: 100%;
}

.data-table tr:nth-of-type(even){
    background-color: rgba(0,0,0,0.05);
}

.td-crud-status-circle{
    max-width: 24px;
    min-width: 24px;
    width: 24px;
}

.td-crud-menu-button{
    min-width: 32px;
    width: 32px;
    text-align: center;
    vertical-align: middle;

}

.data-field{
    font-size: 0.9rem;
    white-space: nowrap;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.data-field.overflow{
    overflow: initial;
}

.normal-field{
    color: #414141;
}

.fk-field{
    background-color: rgba(0,128,0,0.07);
}

.widget-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.data-table-fk-th{
    background-color: rgba(0,128,0,0.07);
    color: #008000;
}

.data-table-fk-th::before{
    content: url('../img/bootstrap-icons/link-45deg.svg');
    position: relative;
    top: 0.25rem;
}

.data-field-default{
    font-weight: bold;
}

.data-table-header th {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(52, 58, 64,0.3);
    font-size: 0.75rem;
    font-weight: normal;
    white-space: nowrap;
    color:  #0066cc;
    background-color: rgba(0,0,0,0.12);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;

}

.data-table-row td {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(52, 58, 64,0.3);
    cursor: pointer;
    vertical-align: middle;
    padding:0;
}

.data-table-row:hover{
    background-color: rgba(0,0,0,0.1);
}

.crud-status-circle{

    border-width: 1px;
    border-color: #999999;
    border-style: solid;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;

}

.ui-tabs-anchor{
    font-size: 0.8rem;
}

.crud-data-table-paginator{
    magin-bottom: 0.25rem;
}

.data-table-row-clicked, .data-table-row-clicked:hover{
    background-color: #fad472!important;
}

.data-mobile-row{
    border-style: solid;
    border-color: #efefef;
    border-width: 1px;
    border-radius: 0.25rem;
    display: flex;
    align-content: flex-start;
    align-items: stretch;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.19);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.19);

}

.div-row-status{
    background-color: red;
    width: 3px;
}

.div-row-fields{
    padding-left: 0.25rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
    padding-bottom: 0.25rem;
    overflow: hidden;
    background-color: white;
    width: 100%;
}

.div-col-label{
    padding-left: 0.25rem;
    font-size: 0.75rem;
    color: #808080;
}

.div-col-value{
    font-size: 1rem;
    text-overflow: ellipsis;
    border-style: solid;
    border-color: #dedede;
    border-width: 1px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    border-radius: 0.25rem;
}

.div-col-container{
    margin-right: 0.5rem;
    margin-left: 0.5;
}

.div-col-id .div-col-value{
    font-weight: bold;
    color: #003399;
    font-size: 1.2rem;
}

.div-col-default{
    width: 100%;
}

.div-col-default .div-col-value{
    font-weight: bold;
    color: #007bff;
    font-size: 1.2rem;
}

.div-mobile-first-row-fields-container{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
}

.div-mobile-others-fields-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}

.crud-fields-title-group{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    font-size: 1.25rem;
    color:#3c3c3f;
    font-weight: bold;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.field-container{
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    margin-bottom: 0.5rem;
}

.app-title-mobile h5{
    margin-bottom: 0px;
}

.default-input-field{
    max-width: 100% !important;
}


.informacoes-versao-page {
    color: #666666;
}

.informacoes-versao-page * {
    margin: 0px;
    padding: 0px;
}

.informacoes-versao-page h1 {
    font-size: 1.2rem;
}

.informacoes-versao-page h2 {
    font-size: 1.1rem;
    margin-top: 1.2rem;
    text-align: center;
    color: #535353;
}

.informacoes-versao-page h3 {
    font-size: 1rem;
    margin-top: 0.5rem;
    color: #333333;
    background-color: #dfdfdf;
    padding-right: 0.15rem;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    border-radius: 0.3rem;
    padding-left: 0.5rem;
}

.informacoes-versao-page ul {
    font-size: 1rem;
    margin-left: 1rem;
}

.informacoes-versao-page p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.informacoes-versao-page li {
    font-size: 0.8rem;
    font-family: monospace;
    list-style-type: none;
    margin-top: 0.5rem;
}

.informacoes-versao-page a, .informacoes-versao-page a:visited {
    font-size: 1rem;
    font-family: monospace;
    color: #ff3300;
}


.informacoes-versao-page menu {
    display: inline-block;
    font-size: 1rem;
    border-style: dotted;
    border-width: 1px;
    border-color: #0099ff;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-transform: uppercase;
    color: #444444;
}


.informacoes-versao-page code {
    white-space: pre;
    background-color: #333333;
    display: block;
    color: white;
    padding: 1rem;
}

.informacoes-versao-page chamado {
    white-space: pre;
    display: inline;
    color: #0286af;
    font-size: 0.8rem;
    font-weight: bold;
}

.informacoes-versao-page chamado:before {
    white-space: pre;
    color: #0286af;
    content: 'Ref: ';
    font-size: 0.8rem;
    margin-right: 0.5rem;
    font-weight: normal;
}

.informacoes-versao-page bug:before {
    display: inline-block;
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-transform: uppercase;
    color: white;
    background-color: red;
    margin-right: 0.5rem;
    border-radius: 0.25rem;
    content: 'Bug';
    min-width: 60px;
    text-align: center;
    font-size: 0.5rem;
}

.informacoes-versao-page melhoria:before {
    display: inline-block;
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-transform: uppercase;
    color: white;
    background-color: #008000;
    margin-right: 0.5rem;
    border-radius: 0.25rem;
    content: 'Melhoria';
    min-width: 60px;
    text-align: center;
    font-size: 0.5rem;

}

.informacoes-versao-page ajuste:before {
    display: inline-block;
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-transform: uppercase;
    color: white;
    background-color: #db9800;
    margin-right: 0.5rem;
    border-radius: 0.25rem;
    content: 'Ajuste';
    min-width: 60px;
    text-align: center;
    font-size: 0.5rem;
}

.fechar-informacoes{
    border-style: solid;
    position: relative;
    left: -2rem;
    top: -1rem;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 2px;
    background-color: red;
    border-block-color: blue;
    border-radius: 0.25rem;
    float: left;
    color: white;
    font-family: monospace!important;
    font-weight: bold;
    cursor: pointer;
    border-color: blue;
}

.link-versao:hover{
    background-color: rgba(255,255,255,0.5);
    color: #000099
}

.the-duck{
    position: fixed;
    left: 0;
    bottom: 0;
    max-height: 50vh;
    max-width: 50vh;
}
.the-duck img{
    max-width: 100%;
    max-height: 100%;
}

.alerta-versao-dev{
    background-color: #ffffbc;
    color: #363636;
    font-size: 1.4rem;
    padding: 0.25rem;
}

.numero-versao{

}

.label-versao-form-login{
    font-size: 0.7rem;
}

.notificacao-row{
}

.notificacao-title{
    font-weight: bold;
}

.notificacao-date{
    font-size: 0.75rem;
    color: #666666;
}

.notificacao-body{
    font-size: 0.8rem;
}

.fluxus-btn-xsm{
    padding: 0.1rem 0.5rem;
    font-size: .5rem;
    border-radius: 0.2rem
}

.lbl-user-name{
    font-weight: bolder;
    color: #33ccff;
}

.dev-alert{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

/*
    CELULARES NORMAIS
*/
@media screen and (max-width: 576px){

    .page-title{
        font-size: 1rem;
    }

    .page-app-title{
        font-size: 1rem;
    }

    .from-login-logo{
        max-height: 150px;
    }

    .modal-90{
        max-width: none;
    }

    .lbl-form-login{
        font-size: 0.75rem;
    }

    .app-title, .spam.lbl-unidade-negocio-selecionada{
        font-size: 0.75rem;
    }

    .in-app-icons .data-icon{
        max-height: 64px;
    }

    .icon-image-container img{
        max-width: 32px;
        max-height: 32px;
    }

    .menu-item{
        cursor: pointer;
        padding-left: 0.2rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 1.1rem;
    }

    .menu-ident{
        width: 0.4rem;
        display: inline-block;
    }

    .app-title-desktop{
        display: none;
    }

    .toolbar-btn-text{
        display: none;
    }


    .toolbar-btn img{
        max-width: 2rem;
        min-height: 2.5rem;
    }

    .crud-title{
        font-size: 1rem;
    }


    .div-col-id .div-col-value{
        font-size: 0.9rem;
    }

    .div-col-default .div-col-value{
        font-size: 0.9rem;
    }

    .div-col-value{
        font-size: 0.8rem;
    }

}

/*
    CELULARES MUITO PEQUENOS
*/
@media screen and (max-width: 320px){
    .app-title, .spam.lbl-unidade-negocio-selecionada{
        font-size: 1rem;
    }

    .title-nav{
        display: block!important;
    }

    .crud-title{
        font-size: 0.8rem;
    }

    .btn{
        zoom: 0.8;
    }

    .icon-container{
        zoom: 0.8;
    }

    .menu-item{
        font-size: 0.9rem;
    }

}


/*
    TELAS MAIORES
*/
@media screen and (min-width: 576px){
    .app-title-mobile{
        display: none;
    }

    .btn-md-block{
        display: block;
        width: 100%;
    }
}

/*
    FULL-HD E ACIMA
*/
@media screen and (min-width: 1920px){

    .data-field{
        font-size: 1.3rem;
    }

    .data-table-header th {
        font-size: 1rem;
    }

    .data-icon{
        max-height: 72px;
    }


    .menu-text{
        font-size: 1.3rem;
    }

    .icon-label-container label {
        font-size: 1.1rem;
    }

}

/*
    4K E ACIMA
*/
@media screen and (min-width: 3840px){

    .data-field{
        font-size: 1.6rem;
    }

    .data-table-header th {
        font-size: 1.3rem;
    }

    .data-icon{
        max-height: 128px;
    }

    .menu-text{
        font-size: 1.6rem;
    }

    .icon-label-container label {
        font-size: 1.6rem;
    }

}