* {
    font-size: 0.8rem;
}

html {
    scroll-behavior: smooth;
}

#comTomTicketChatWidget {
    min-width: 50px!important;
}

#comTomTicketChatWidget span.tomticketChat-status {
    display: none!important;
}

#comTomTicketChatWidget:hover {
    min-width: 80px!important;
}

#comTomTicketChatWidget:hover span.tomticketChat-status {
    display: inline-block!important;
}

.fluxus-field-group tbody:first-child{
    display: table;
    width: 100%;
}

.bs-button{
    display: inline-block;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}

.bs-btn-red{
    color: #fff!important;
    background-color: #dc3545;
    border-color: #dc3545;
}

.bs-btn-white{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.bs-btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.blueBody {
    background: #f1f1f1;
    margin: 0px;
    padding: 0px;
    font-size:100%;
    height: 100%;
}

.icon-v-3:after{
    content: "3.0";
    float: right;
    background-color: red;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    border-radius: 0.3rem;
    color: white;
}

.seleciona-unidade-negocio ul{
    width: 600px;
    display: flex;
    flex-wrap: wrap;
}

.seleciona-unidade-negocio ul li.ui-menuitem {
    display: block;
    width: 200px;
}

.p-datepicker{
    min-width: inherit!important;
}

.seleciona-unidade-negocio .ui-menuitem-link{
    font-size: 1.2rem!important;
    font-weight: bold!important;
}

.nb-printer {
    background-color: #fcffba;
    width: 200px;
    right: 20px;
    height: 200px!important;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(161,161,161,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(161,161,161,1);
    box-shadow: 5px 5px 5px 0px rgba(161,161,161,1);
}



.text-ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ui-layout-unit{
    z-index: auto!important;
}

ul, ol {
    padding-left: 20px;
}

.top-logo{
    margin-right: 1rem;
    height: 32px;
    width: auto;
    margin-bottom: 4px;
    margin-top: 4px;    
}

.ql-editor img{
    display: block;
    margin-bottom: 0.5rem;
}

.link-home{
    font-size: 1.3rem!important;
}

h1.fluxus-help{
    font-size: 2rem;
    color: black;
}

.page-title-un{
    flex: 2;
    display: flex;
    align-items: center;
}

.report-view-container{
    background-color: red;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-attachment: fixed;
    background-size: cover;
}

.report-div{
    width: 95%;
}

.item-filtro-relatorio{
    -webkit-box-shadow: 5px 5px 5px 0px rgba(196,196,196,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(196,196,196,1);
    box-shadow: 5px 5px 5px 0px rgba(196,196,196,1);
    margin: 0.8rem;
    box-sizing: content-box;
    min-width: 29%;
    min-height: 200px;
}

.item-filtro-relatorio-inner {
    margin: 1rem;
}

.item-filtro-relatorio-obrigatorio{
    background-color: #fffdcc;
}

.rpt-viewer-main-form{
    width: 100%;
    height: 100%;
}

.printer-box {
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.printer-container{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    background-color: rgba(0,0,0,0.5);
}

.printer-working{
    font-size: 3rem;
    text-align: center;
    width: 100%;
    background-color: rgba(255,255,255,0.75);
    padding: 2rem;
    border-radius: 16px;

}

.printer-working-msg{
    font-size: 1rem;
    text-align: center;
    margin-top: 2rem;
    color: red;
}

.titulo-relatorio-concluido{
    font-size: 4rem;
    line-height: 120%;
    margin-top: 24px;
    width: 100%;
    text-align: center;
}

.botoes-relatorio-container{

    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;

}

.botao-relatorio{

    width: 200px;
    height: 200px;

    margin: 4rem;
    padding: 4rem;

    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;

    flex-wrap: wrap;

    border-radius: 50%;

}

.botao-relatorio:hover{
    background-color: rgba(200,200,200,0.5);
}

.label-botao-relatorio{
    font-size: 2rem;
    font-weight: bold;
    color: #353535;
    line-height: 110%;
    margin-top: 0.5rem;
}

.close-painel-relatorio{
    margin: 1rem;
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
}

.un-negocio-container{
    display: flex;
    align-content: space-between;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.bnt-trigger-un-negocio button{
    zoom: 0.82;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    -moz-transform: scale(0.82);
}

.un-negocio-container-mobile {
    display: none;
    align-items: center;
    overflow: hidden;
}

.un-negocio-nome{
    display: inline-block;
    white-space: nowrap;
    font-size: 1rem;
}

.cmd-sair-un-negocio{
    margin-right: 0.25rem;
}

.cmd-sair-un-negocio  .ui-c {
    color: #660000;
}

.yellow-row:nth-child(even)  {
    background-color: rgba(254, 252, 234, 1);
}
.yellow-row:nth-child(odd){
    background-color: rgba(234, 252, 254, 1);
}

.col-buscar-outras-un{
    margin-top: 1rem!important;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.div-info-outra-un{
    background-color: #f8f6d6;
    padding: 0.3rem;
    font-weight: bold;
}

.h1-crud{
    color: #666666;
    font-size: 2.2rem;
    margin: 0px;
    margin-top: -30px;
}

.ql-editor img{
    transition: width 0.7s ease-in-out;

    width: 300px;
    border-radius: 4px;
    cursor: pointer;
}

.ql-editor img:hover{
    transition: width 0.7s ease-in-out;

    width:100%;

}

.search-container{
    margin-left: auto;
    margin-right: auto;
}

.search-text-box{
    width: 50vw;
    max-width: 50vw;
    font-size: 1.5rem!important;
}

.search-text-box-result{
    width: 50vw;
    max-width: 50vw;
    font-size: 1.5rem!important;
}

.top-search-text-box{
    max-width: 10vw!important;
    width: 10vw!important;
    font-size: 1rem!important;
}

h2.fluxus-help{
    font-size: 1.4rem;
}

.manual-filter, .user-filter, .system-filter, .historic-filter{
    font-size: 3rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ui-autocomplete-query{
    background-color: yellow;
    font-size: 100%;
}

.start-chat-trigger-button{
    background-color: #1ce6be;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    z-index: 1000;
    -webkit-box-shadow: 12px 12px 16px -7px rgba(194,194,194,1);
    -moz-box-shadow: 12px 12px 16px -7px rgba(194,194,194,1);
    box-shadow: 12px 12px 16px -7px rgba(194,194,194,1);
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.start-chat-trigger-button i{
    color: white;
    font-size: 2rem;
}

.manual-filter{
    color: #008000;
}

.user-filter{
    color:#0066ff;
}

.system-filter{
    color: #cc3300;
}

.ui-selectlistbox-item span{
    font-size: 1rem;
}

.historic-filter{
    color:#ffcc00;
}

.ui-datatable .ui-datatable-header .ui-button{
    border-style: none!important;
    margin-top: 0px!important;

}

.fluxus-app-icon{
    padding: 1em;
    width: 72px;
    height: 72px;
}

.video-icon{
    cursor: pointer;
}

.shadowBox {
    background-color: transparent;
    padding: 0.7rem;
    width: 10%;
    box-sizing: content-box;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;

    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-radius: 0.25rem;

}

.shadowBox:hover {
    border-color: #becfd9;
    background-color: #ececec;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(230,230,230,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(230,230,230,1);
    box-shadow: 5px 5px 5px 0px rgba(230,230,230,1);
}

.video-side-bar{
    width: 350px;
    background-color: rgba(40,40,40,0.8);
    color: white;
    overflow-y: auto;
}

.videos-h1{
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: 'Roboto Condensed' !important;

}

.video-title{

    font-size: 1.4rem;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed' !important;
    text-align: left;
}

.video-item{
    margin: 32px;
}

.video-description{

    font-size: 1rem;
    margin-top: 1.2rem;
    font-family: 'Roboto Condensed' !important;

    padding-bottom: 1.2rem;
    border-bottom-style: solid;
    border-bottom-color: white;
    border-bottom-width: 1px;

}

.videos-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.video-thumb-img{
    width: 100%;
    box-sizing: content-box;
    border-radius: 0.5rem;
}

.video-full-screen{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.9);
    z-index: 9000;
}

.video-fullscreen-title{
    font-size: 2.5rem;
    color: white;
    margin-left: 4rem;
    margin-top: 4rem;
    line-height: initial;
}

.video-fullscreen-embed{
    height: 80vh;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.video-fullscreen-embed iframe{
    width: 800px;
    height: 450px;
}

.video-fullscreen-descripton{
    color: white;
    font-size: 1.3rem;
    margin-left: 4rem;
    line-height: initial;
}




article.fluxus-help-header{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

div.fluxus-help-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
}

.fluxus-help-conteudo{

}

.mnu-favoritos {
    display: flex;
    align-items: center;
}

.menu-contexto-crud{
    width: 32px;
    min-width: 32px;
    max-width: 32px;
}

.fluxus-help-conteudo h1 {
    font-family: "Arial", "Helvetica";
    color: #666666;
    padding-left: 2rem;
}

.status-circle{
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 50%;
    width: 20px!important;
    height: 20px!important;
}

.mdl-menu__item a{
    display: block;
    width: 100%;
    height: 100%;
}

.div-registro-vencendo{
    font-size: 1.1rem;
    font-family: 'Roboto Condensed';
    color: white;
    margin-right: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 0.3rem;
}

.div-user-icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-logo{
    margin: 12px
}

.overlay-inline-field-help, .overlay-inline-field-help .ui-overlaypanel-content{
    background-color: #0099ff;

}

.inline-field-help{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    max-width: 300px;
}

.inline-field-help h1{
    font-size: 2rem;
    padding: 0.25rem;
    border-radius: 0.5rem;
    margin-bottom: 0.3rem;
    margin-top: 0;
    color: white;
    background-color: rgba(255,255,255,0.1)

}

.inline-field-help p{
    font-size: 1.2rem;
    color: white;
    margin: 0;
}

.inline-field-help p a, .inline-field-help p a:visited{
    font-size: 1rem;
    color: #0099ff;
    margin: 0;
    text-decoration: none;
}

.inline-field-help p a:hover, .inline-field-help p a:active{
    text-decoration: underline;
    color: #000099;
}

.row{
    display: flex;
    align-items: flex-start;
}

.col-6{
    width: 50%;
}

.img-fluid{
    box-sizing: border-box;
    max-width: 100%;
}

.img-shadow{
    -webkit-box-shadow: 2px 2px 5px 2px rgba(214,214,214,1);
    -moz-box-shadow: 2px 2px 5px 2px rgba(214,214,214,1);
    box-shadow: 2px 2px 5px 2px rgba(214,214,214,1);
}


.iframe-help-video{
    cursor: pointer;
}


.iframe-help-video-youtube{
    height: 720px;
    width: 100%;
}


.fluxus-help-conteudo p, .fluxus-help-conteudo li{
    font-size: 1rem;
    margin-bottom: 0;
}

.fluxus-help-conteudo table tr th, .fluxus-help-conteudo table tr td {
    font-size: 0.9rem;
    padding: 0.5rem;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
}

.fluxus-help-conteudo table tr:even {
    background-color: rgba(128,128,128,1);
}

.fluxus-help-conteudo h1 {
    font-size: 2rem;
    margin-bottom: 0;
}
.fluxus-help-conteudo h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0;
}
.fluxus-help-conteudo h3 {
    font-size: 1.4rem;
    margin-bottom: 0;
}
.fluxus-help-conteudo h4 {
    font-size: 1.3rem;
    margin: 0;
}
.fluxus-help-conteudo h5 {
    font-size: 1.2rem;
    margin: 0;
}
.fluxus-help-conteudo h6 {
    font-size: 1.1rem;
    margin: 0;
}

article.fluxus-help{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: white;
    margin-top: 3rem;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(199,199,199,1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(199,199,199,1);
    box-shadow: 3px 3px 5px 0px rgba(199,199,199,1);


}

.blueBodyInsert {
    background: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-size:100%;
    height: 100%;
}

.cmdIncluirSubCrud{
    background-color: #008000;
    border-radius: 50%!important;
    margin-left: 4px;
    min-width: 10px!important;
    min-height: 10px!important;
    width: 18px !important;
    height: 18px;
    margin-top: 9px;
}

.mainStaticBody {
    background-color: white;
    margin: 0px;
    padding: 0px;
    font-size:100%;
    height: 100%;
}


form {
    margin: 0px;
    padding: 0px;
}

.ui-inputfield.ui-inputtextarea {
    font-family: monospace !important;
    font-size: 1.3rem !important;
}

.ui-datatable-tablewrapper{
    margin: 0px;
}
.ui-datatable{
    border: none;
}

.logo-rel-home{
    max-width: 220px;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.fluxusAjaxStatusContainer{
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.35);
    justify-content: center;
    align-items: center;
    z-index: 9000;
}

.fluxusAjaxStatusProcessando{
    color: white;
    font-size: 2rem;
    text-align: center;
    font-weight: 900;
    font-family: 'Arial', 'Helvetica', 'Sans';
}

.pt-ch{
    color: rgba(0,0,0,0.15);
    text-align: center;
    font-size: 1.2rem;
}

.fluxusAjaxStatusContainerModal{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.fluxusAjaxStatus{
    width: auto;
    background-color: transparent;
}

.pnlAdmin {
    position: absolute;
    display: none;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
    margin-bottom: 64px;

}

.fluxusAjaxStatus h1{
    font-size: 2em;
    letter-spacing: 3px;
    font-weight: normal;
}

.ui-datatable table tbody td{
    padding-left: 5px!important;
    padding-right: 5px!important;
    padding-top: 1px!important;
    padding-bottom: 1px!important;
}

.ui-datatable table tbody td .ui-outputlabel {
    font-size: 1rem;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    display: inline-block;
    max-width: 100%;
}

.fluxus-field-group{
    display: block;
    margin-left: 1rem;
    margin-right: 1rem;
    background-color: transparent;
    box-sizing: content-box;
}

.overlayHome{
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
    background-color: #f7f7f7;
}



.fluxusTitle{
    font-family: "Arial Black", Charcoal, sans-serif !important;
    font-size: 1.4em;
    color: #93ac93;
}

.fluxusTitleUser{
    font-family: "Arial Black", Charcoal, sans-serif !important;
    margin-right: 32px;
    font-size: 0.8em;
    color: #93ac93;
}

.fluxusTitleAmbiente{
    font-family: "Arial Black", Charcoal, sans-serif !important;
    margin-right: 32px;
    font-size: 1.5em;
    color: #93ac93;
}

.fluxusSubTitle{
    font-family: "Arial Black", Charcoal, sans-serif !important;
    font-size: 1.2em;
    color: #1b1b24;
    margin-left: 32px;
}

.appsTitle{
    font-family: "Arial Black", Charcoal, sans-serif !important;
    color: #7c916f;
    margin-bottom: 4px;
    padding:  8px;
    background-color: white;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #93ac93;
}

.crudTitle{
    font-family: "Arial Black", Charcoal, sans-serif !important;
    color: black;
    display: inline-block;
    font-size: 2rem;
    padding-top: 4px;
    font-weight: normal;
}

.notificacao .ui-dialog-titlebar {
    background-color: #7c916f !important;
}

.titleSecao{
    font-family: "Arial Black", Charcoal, sans-serif !important;
    color: #1b1b24;
    font-size:  14pt;
    display: table-cell;
    text-align: left;
}

.divTitleSecao{
    display: table;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #4f5d46;
    border-radius: 4px;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 8px;
    background-color: #dfe5df;
}

.appsInfo{
    font-family: "Arial Black", Charcoal, sans-serif !important;
    font-size: 1em;
    color: #1b1b24;
    margin-top: 12px;
    margin-bottom: 12px;
}

.gridCrud {
    display: inline-table;
    margin: 4px;
}

.ui-confirm-dialog{
    top: 200px !important;
    z-index: 10000;
}

.ui-outputlabel{
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    font-size: 10pt;
    color: #4f5d46!important;
}

.ui-datatable table thead tr th, .ui-datatable table tfoot tr td{
    background-color: #f1f1f1;
    color: #4f5d46!important;
}

.linkBottom, .linkBottom:visited, .linkBottom:active {
    color: white !important;
    text-decoration: none;
}

.linkBottom:hover{
    text-decoration: underline;
}

.fluxus-container{
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

h1.bem-vindo-ao-fluxus{
    font-size: 3rem;
    font-weight: bold;
    font-family: "Arial";
    color: #666666;
    margin-top: 6vh;

}

h2.bem-vindo-ao-fluxus{
    font-size: 1.5rem;
    font-family: "Arial";
    color: #9f9f9f;
}

h2.data-compilacao{
    font-size: 1rem;
    font-weight: bold;
    font-family: "Arial";
    color: #666666;
    margin-top: 6vh;
}

.bem-vindo-ao-fluxus-text {
    color: #535353;
    line-height: 150%;
}


.btn-acessar-fluxus{
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: block;
}

.btn-acessar-fluxus .ui-c {
    font-size: 1.5rem!important;
    background-color: #404040;
    border-radius: 5px;
}

.ui-panelgrid, .ui-panelgrid-cell {
    border-style:  none !important;
    border-width: 0px !important;
    background-color: transparent !important;
}

.ui-inputfield {
    font-family:  "Trebuchet MS", Helvetica, sans-serif !important;
    padding-top: 0.4rem !important;
    padding-right: 0.4rem !important;
    padding-bottom: 0.4rem !important;
    padding-left: 0.4rem !important;
}

.label-campo-obrigatorio{
    font-weight: bold !important;
}

.label-campo-obrigatorio::after{
    content: '*';
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

.label-campo-normal{
    margin-right: 0.3rem;
}

.ui-tabs .ui-tabs-panel{
    padding: 0px !important;
}

.field-info-icon{
    height: 15px;
    padding-bottom: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}

.info-panel{
    border-radius: 0.5rem;
    display: inline-block;
    margin: 0.7rem;
    padding: 0.5rem;
    min-width: 120px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(219,219,219,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(219,219,219,1);
    box-shadow: 5px 5px 5px 0px rgba(219,219,219,1);
}

.info-panel-title{
    font-size: 1.3rem;
    color: white;
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: normal!important;
}

.info-panel-value {
    font-size: 2rem;
    color: white;
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: normal!important;
}

#loadingDiv{
    background-color: red;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}


.ui-messages-info, .ui-messages-error, .ui-messages-warn {
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0!important;
}
.ui-messages-info ul li, .ui-messages-error ul li, .ui-messages-warn ul li {
    display: flex;
    align-items: baseline;

}

.ui-messages-info, .ui-messages-error, .ui-messages-warn {
    border-radius: 4px;
}

.fluxusTopBar{
    background-color:  #4d4d4d!important;
    height: 8vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.fluxusBotomBar{
    background-color:  #4d4d4d!important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;

}

.fluxusMidBar{
    vertical-align: top;
    height: 80vh;
    margin-top: 8vh;
    display: block;
}

.imgTblHome, .bem-vindo-ao-fluxus-home, .data-compilacao-home{
    display: none;
}

.ui-messages-info {
    background-color: #daffff !important;
}

.ui-messages-error {
    background-color: #ffdae3!important;
}

.ui-messages-warn {
    background-color: #fff3ab!important;
}

.ui-messages-info-icon, .ui-messages-warn-icon, .ui-messages-error-icon, .ui-messages-fatal-icon, .ui-message-info-icon, .ui-message-warn-icon, .ui-message-error-icon, .ui-message-fatal-icon{
    margin-top: 10px !important;
}

.ui-messages .ui-messages-close{
    margin-right: 16px;
    margin-top: 16px;
}

.ui-messages-error-summary, .ui-messages-info-summary, .ui-messages-warn-summary,
.ui-message-error-summary, .ui-message-info-summary, .ui-message-warn-summary {
    display: inline-block;
    margin-left: 0px !important;
    font-size: 2em;
}

.ui-messages-error-detail, ui-messages-info-detail, ui-messages-warn-detail,
.ui-message-error-detail, ui-message-info-detail, ui-message-warn-detail {
    display: inline-block;
    margin-left: 32px !important;
}


.homeSeparator{
    border-style: none;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 12px;
    background-color: #046;

}


div a, div a:hover, div a:visited, div a:active {
    color: #98AFC7;
    text-decoration: none;

}


.colMenuApps{
    vertical-align: top;
    width: 200px;
}

.appLinkContainer{
    display: table-cell;
    text-align: center;
    background-color: transparent;
    padding: 0px;
}

.cmdShadowBox {
    background-color: transparent;
    color: #26363e;
}

.ui-datatable .ui-datagrid-header, .ui-datatable .ui-datatable-header, .ui-datatable .ui-datatable-subtable-header, .ui-datatable .ui-datatable-summaryrow{
    background-color: #93ac93;
}

.fc-toolbar{
    background-color: rgba(147, 172, 147, 0.3);
    color: #4f5d46;
    display: flex;
    align-items: center;
    padding: 0.3rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fc-toolbar .fc-left{
    order: 0;
}
.fc-toolbar .fc-center{
    order: 1;
}
.fc-toolbar .fc-right{
    order: 2;
}

.fluxus-help a,.fluxus-help a:visited, a.fluxus-help, a.fluxus-help:visited{
    color: #0099ff;
}

.fluxus-help li{
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.fluxus-help a:hover, a.fluxus-help:hover {
    color: #000099;
    text-decoration: underline;
}

.ui-datatable-footer{
    background-color: rgba(147, 172, 147, 0.3);
    color: #4f5d46;
}

.ui-datatable table tbody tr td, .ui-datatable table tbody tr th {
    border-color: #93ac93 !important;
}

.ui-datatable table thead tr th, .ui-datatable table tfoot tr td{
    border-color: #93ac93 !important;
}

.fc-view-container table thead tr th{
    background-color: rgba(147, 172, 147, 0.6);
    color: #4f5d46;
}

.fc-view-container table thead tr .fc-sun, .fc-view-container table thead tr .fc-sat {
    background-color: rgba(147, 172, 147, 0.9);
    color: #4f5d46;
}

.fc-toolbar .fc-center{
    color: #4f5d46;
}

.fc-minor{
    background-color: rgba(147, 172, 147, 0.1);
}

.fc-toolbar button{
    background-color: #4f5d46;
    color: white;
}

.fc-toolbar .ui-state-active, .fc-toolbar .ui-state-hover{
    background-color: rgba(147, 172, 147, 0.6)!important;
    color: #4f5d46;
}

.ui-accordion-header{
    background-color: #93ac93;
}

.ui-accordion .ui-accordion-header.ui-state-hover, .ui-accordion .ui-accordion-header.ui-state-active{
    background-color: rgba(147, 172, 147, 0.6)!important;
    color: #4f5d46;
}

.ui-paginator-bottom{
    background-color: rgba(147, 172, 147, 0.6)!important;
    color: #4f5d46;
}

.ui-wizard .ui-wizard-step-titles li.ui-state-highlight{
    background-color: #4f5d46;
    color: white;
}

.ui-wizard .ui-wizard-step-titles li{
    background-color: rgba(147, 172, 147, 0.6);
    color: #4f5d46;
}


.ui-panel .ui-panel-titlebar {
    background-color: #93ac93;
}

.ui-paginator .ui-state-active, .ui-paginator .ui-paginator-pages .ui-state-active{
    background-color: #4f5d46;
}

.ui-paginator .ui-state-active, .ui-paginator .ui-paginator-pages .ui-state-hover{
    background-color: rgba(0,0,0,0.5);
}

.ui-tabs-top .ui-tabs-nav{
    background-color: rgba(128,128,128,0.25)!important;
}

.ui-tabs .ui-tabs-nav li, .ui-wizard .ui-wizard-step-titles li{
    background-color: rgba(0,0,0,0.05)!important;
}

.ui-wizard .ui-wizard-step-titles li{
    color: #404040;
}

.ui-tabs .ui-tabs-nav li a{
    font-size: 0.8rem;
}

.ui-tabs-top .ui-tabs-nav li.ui-tabs-selected, .ui-tabs-top .ui-tabs-nav li.ui-tabs-active{
    background-color: #4f5d46!important;
}

.ui-inputnum{
    display: inline-block;
}

.ul-float-left {
    vertical-align: top;
}

.ul-float-left li {
    list-style-type: none;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,0.5);
    border-bottom-width: 1px;
    padding-bottom: 3px;
    padding-top: 3px;

}

.ul-float-left li a, .ul-float-left li a:visited {
    font-size: 12pt;
    background-color: rgba(255,255,255,0);
    display: block;
    padding: 6px;
}

.ul-float-left li a:hover, .ul-float-left li a:active {
    background-color: rgba(255,255,255,0.1);
}

.footer-copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12pt;
}

.footer-copyright1 {
    font-size: 12pt;
}

.pe-inputNumber {
    text-align: right !important;
}

.ui-menuitem-link {
    display: flex!important;
}

.item-historico{
    background-color: rgba(255,255,255,0.05);
    font-size: 0.8rem!important;
}

ul.ui-menu-child {
    white-space: nowrap;
    width: auto!important;
}

.ui-selectonemenu .ui-selectonemenu-trigger{
    z-index: 0;
}


.ui-dialog-titlebar{
    background-color: #7c916f!important;
    font-family: "Arial Black", Charcoal, sans-serif !important;
    color: white !important;
}



.mainHolder{
    background-color: #FFFFFF;
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 8px;
    padding-right: 8px;

}

.mainHolderInsert{
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.contentHolder{
    display: block;
    left: 30px;
    right: 30px;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.contentContainer {
    width: 100%;
}

.mainMenuHolder{
    background-color: red;
    width: 0px;
}


.mainMenuHolderContainer {

}

.pnlMenuTrigger{
    display: block;
    position: fixed;
    right: 8px;
    bottom: 8px;
    z-index: 90000;
}

.appMenuTrigger{
    display: block;
    position: fixed;
    right: 48px;
    bottom: 8px;
    z-index: 90000;
}

.bntMenuTrigger {
    background-color: #800000 !important;
}

.bntAppMenuTrigger {
    background-color: #008000 !important;
}

.rpt-viewer{
    width: 100%;
    height: 100%;
}

.topMenuBar {
    background-color: #f0f0f0;
    color: #7c916f!important;
    border-style: none;
    border-bottom-style: solid;
    border-radius: 0px;
}

ui-menuitem-text .ui-icon{
    color: #7c916f !important;
}

.topMenuBar .ui-menu-list  {
    background-color: #f0f0f0!important;
    color: #7c916f!important;
}

.topMenuBar a {
    color: #7c916f!important;
}

.contentHolderNotification {
    width: 100%;
    text-align: center;
    padding-top: 60px;
}

.contentHolderNotification .contentContainer {
    background-color: #ffffe3;
}

.ui-panelgrid .ui-panelgrid-cell {
    padding: 0px !important ;
}

.ui-timepicker{
    background-color:  #29506b !important;
}

.ui-timepicker-hours table, .ui-timepicker-minutes table {
    background-color:  white !important;
}

.ui-selectonemenu-filter-container input {
    width: 100% !important;
}

.lblInfoSubTable{
    font-family: "Lucida Console", Monaco, monospace !important;
    font-size: 14pt;
}

.ui-column-title{
    white-space: nowrap;
}

.ui-menu.ui-menu-dynamic {
    width: auto !important;
}

.dock-app-menu{

}

.ui-dock-bottom{
    position: fixed!important;
}

.pbTimeOut{
    color: #93ac93 !important;
}

.ui-button {
    background-color: #93ac93;
}

.ui-button.ui-state-hover {
    background-color: #7c916f;
}

.ui-button.ui-state-focus {
    background-color: #4f5d46
}


.ui-selectonemenu, .ui-selectcheckboxmenu{
    border-color: #7c916f;
}

.ui-splitbutton .ui-button.ui-splitbutton-menubutton{
    margin-right: auto;
}

.ui-widget {
    box-sizing: border-box;
}

.ui-dialog .ui-dialog-title{
    font-size: 1.4rem;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon .ui-icon-closethick{
    background-color: rgba(0,0,0,0.4);
    border-radius: 25%;
}

.ui-toolbar-group-right, .ui-toolbar-group-left{
    display: flex;
    align-items: center;
}

.ui-chkbox .ui-chkbox-box,
.ui-radiobutton .ui-radiobutton-box{
    box-sizing: content-box;
}

.ui-widget.ui-state-focus {
    box-shadow:  none;
    border-color: #7c916f;
}

.ui-selectonemenu .ui-selectonemenu-trigger, .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger{
    background-color:  #93ac93;
}

.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger.ui-state-hover,
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger.ui-state-focus,
.ui-selectonemenu .ui-selectonemenu-trigger.ui-state-hover,
.ui-selectonemenu .ui-selectonemenu-trigger.ui-state-focus {
    background-color: #7c916f;
}

.gridMenuButton .ui-button {
    display: inline-block;
    height: 18px!important;
}

.gridMenuButton  {
    height: 18px!important;
}

.crudContainer{
    padding-top: 8px;
    padding-bottom: 8px;
}

.iframeCadastro {

    border-style: none;
    width: 100%;
    height: 100%;

}

.tblHome{
    position: fixed;
    display: block;
    left: 0px;
    bottom: 4px;
    padding:4px;
    right: 0px;
    background-color: rgba(0,0,0,0.25)!important;
}

.height-auto{
    height: auto !important;
}

.ui-toolbar {
    border: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    background-color: rgba(200,200,200,0.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.ui-toolbar::before {
    display: none;
}

.ui-toolbar::after {
    display: none;
}



.app-filtro-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: baseline;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    max-width: 100%;
    padding: 2rem;
    box-sizing: border-box;
}

.app-filter-icon {
    text-align: center;
    background-color: white;
    min-width: 120px;
    margin: 0.25rem;
    padding: 0.75rem;
    border-radius: 6px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(158,158,158,1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(158,158,158,1);
    box-shadow: 3px 3px 5px 0px rgba(158,158,158,1);

}

.app-filter-icon a{
    font-size: 1rem;
}

.app-filter-icon:hover {
    background-color: #ffffcc;
}

.app-slide-overlay{
    background-color: white;
    left: 0px!important;
}

.ui-overlaypanel .ui-overlaypanel-content{
    padding: 0px !important;
}

.ui-inputswitch{
    box-sizing:content-box;
}

.material-header{
    max-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color:  #212529!important;
    padding-left: 1rem;
    padding-right: 1rem;
    color: white;
    font-size: 1rem;
    font-weight: bold;
}

.mdl-layout-title{
    font-size: 1.2rem;
}

.logo-rel-low-res {
    max-height: 32px;
    margin-right: 1rem;
    margin-left: 1rem;
    border-radius: 0.3rem;
}

.login-container{
    background-color: rgba(255,255,255,0.85);
    margin: 2rem;
    border-radius: 4px;
    -webkit-box-reflect: below 1rem -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255,255,255,0.4)));
}

.bg-dark{
    background-color: #212529;
}

.login-safe-area{
    position: absolute;
    width: 100%;
    height: 180vh;
    z-index: 10000;
    background-image: url('http://www.topresult.com.br/Fluxus/login-bg-desktop/1.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-color: black;
}

.login-logo-container{
    padding: 2rem;
}

.login-logo-img{
    max-width: 100%;
}

.ambientes-container{
    margin: 1.5rem;
    padding: 0.8rem;
}

.login-label{
    font-size: 1.3rem;
}

input.txtUsuario, input.txtSenha {
    font-size: 1.5rem!important;
    background-color: white !important;
    font-weight: normal;
}

.login-fields-container{
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
}

.opcao-nome-ambiente{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    border-style: solid;
    border-radius: 6px;
    border-width: 1px;
    border-color: #0066ff;
    background-color: #0066ff;
    color: white;
    -webkit-box-shadow: 5px 5px 5px -1px rgba(214,214,214,1);
    -moz-box-shadow: 5px 5px 5px -1px rgba(214,214,214,1);
    box-shadow: 5px 5px 5px -1px rgba(214,214,214,1);
    cursor: pointer;
}

.opcao-nome-ambiente:hover{
    background-color: #ffffff;
    color:  #0066ff;
    border-color: white;
}

.titulo-selecione-ambiente{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.login-logo-container img{
    width: 100%;
    margin-bottom: 3rem;
}

.login-button-row {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.info-copyright-login{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.lbl-msg-broadcast{
    background-color: #ff2424 !important;
    display: flex;
    justify-content: center;
    align-content: center;
    position: fixed;
    left: 0;
    bottom:0;
    right: 0;
    z-index: 100000;
}

.lbl-msg-broadcast-message{
    font-size: 1.3rem;
    font-weight: bold;
    color: white!important;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
}

.link-apps-container-mobile{
    display: none;
}

.un-negocio-container-left-panel{
    display: none;
}

.d-block{
    display: block;
}


.link-versao, .link-versao:visited, .link-versao:active{
    font-size: 1.3rem;
    color: #333333;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 0.25rem;
    background-color: white;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    cursor: pointer;
}

.informacoes-versao-container{
    background-color: #333333;
    padding: 3rem;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

.informacoes-versao-page {
    max-width: 80%;
    width: 80%;
    border-style: solid;
    border-color: #333333;
    border-width: 0.1rem;
    background-color: white;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
    color: #666666;
}

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

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

.informacoes-versao-page h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
}

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

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

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

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

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


.informacoes-versao-page article{
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    border-bottom-width: 1px;

}

.informacoes-versao-page header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    border-bottom-width: 1px
}

.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 bug:after {
    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: 80px;
    text-align: center;
    font-size: 0.75rem;
}

.informacoes-versao-page desenvolvendo:after {
    display: inline-block;
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-transform: uppercase;
    color: white;
    background-color: #0099ff;
    margin-right: 0.5rem;
    border-radius: 0.25rem;
    content: 'Em desenvolvimento';
    min-width: 80px;
    text-align: center;
    font-size: 0.75rem;
}

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

.informacoes-versao-page chamado {
    white-space: pre;
    display: block;
    color: #0286af;
    font-size: 1.2rem;
    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 melhoria:after {
    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: 80px;
    text-align: center;
    font-size: 0.75rem;

}

.informacoes-versao-page ajuste:after {
    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: 80px;
    text-align: center;
    font-size: 0.75rem;
}

.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
}

@media screen and (min-width: 960px){

    .un-negocio-container-left-panel {
        display: block;
    }

}

@media screen and (min-width: 600px){
    .login-container{
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .login-field-row{
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        margin-bottom: 1rem;
    }
    .login-safe-area{
        height: 100vh;
    }
}

@media only screen and (max-width: 1024px) {

    .shadowBox{
        margin-left: auto;
        margin-right: auto;
        width: 15%;
    }

    .colMenuApps{
        vertical-align: top;
        width: 0px;
        display: none
    }

    .appLinkContainer{
        padding: 0px;
    }

    .appsTitle{
        margin-bottom: 2px;
        padding:  4px;
    }

    .titleSecao{
        font-family: "Arial Black", Charcoal, sans-serif !important;
        color: #4f5d46;
        font-size:  12pt;
        display: table-cell;
        text-align: left;
        padding: 2px;
    }

}


@media (max-width: 1366px){

    .the-duck{
        height: 56px;
    }

}


@media (min-width: 576px) {
    .fluxus-container{
        max-width: 480px;
    }
}


@media (min-width: 768px) {
    .fluxus-container{
        max-width: 740px;
    }

}



@media only screen and (max-width: 600px) {

    .app-filtro-container{
        justify-content: center;
    }

    .shadowBox{
        margin-left: auto;
        margin-right: auto;
        width: 33%;
    }

    .item-filtro-relatorio{
        min-width: 95%;
    }

    .contentContainer {
        overflow: hidden;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        box-shadow: none;
    }

    .mainMenuHolderContainer {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        box-shadow: none;
    }


    .ui-panelgrid .ui-panelgrid-cell{
        padding: 4px
    }

    .mainMenuHolder{
        width: 100%;
        text-align: center;
        left:0;
        top:0;
        right: 0;
    }

    .search-text-box{
        width: 90vw;
        max-width: 90vw;
        font-size: 1.5rem!important;
    }

    .search-text-box-result{
        width: 90vw;
        max-width: 90vw;
        font-size: 1.5rem!important;
    }

    .ui-column-title{
        display: block !important;
    }

    .ui-datatable-reflow .ui-datatable-data td[role="gridcell"] {
        text-align: left !important;
    }

    .contentHolder {
        margin-bottom: 200px;
    }

    .fluxusTitleUser{
        font-size: 0.8em;
    }

    .fluxusTitleUser{
        margin-right: 12px;
        font-size: 0.6em;
    }

    .fluxusTitleAmbiente{
        display: none;
    }

    h1.bem-vindo-ao-fluxus{
        font-size: 2rem;
    }

    h2.bem-vindo-ao-fluxus{
        font-size: 1rem;
        font-family: "Arial";
        color: #9f9f9f;
    }

    h2.data-compilacao{
        font-size: 0.8rem;
    }

    td.td-rodape-main-static{
        display: block;
    }

    .tblHome{
        position: fixed;
        display: block;
        left: 0px;
        top: 0px;
        bottom: 0px;
        padding: 20px;
        right: 20%;
        background-color: rgba(0,0,0,0.75)!important;
        overflow-y: auto;
    }

    .tdTblHome{
        display: block!important;
        z-index: 10000;
    }

    .btnHome, .btnHome button, span.btnHome  {
        display: block!important;
        width: 100%!important;
        box-sizing: content-box;
        margin-bottom: 1rem;
    }

    .btnHome-relatorios {
        background-color: rgba(160,0,0,1) !important;
        font-weight: bold;
        display: block!important;
        width: 100%!important;
        box-sizing: content-box;
        margin-bottom: 1rem;
    }

    .imgTblHome, .bem-vindo-ao-fluxus-home, .data-compilacao-home{
        display: block;
        height: 6vh;
        margin-top: 1vh;
    }


    h1.bem-vindo-ao-fluxus-home{
        font-size: 2.5rem;
        font-weight: bold;
        font-family: "Arial";
        color: white;
        margin: 0;
        margin-top: 1rem;
    }


    h2.data-compilacao-home{
        font-size: 1rem;
        font-weight: bold;
        font-family: "Arial";
        color: #cccccc;
        margin: 0;
        margin-top: 1rem;

    }
    .fluxusTopBar{
        position: initial;
        top: auto;
        left: auto;
        right: auto;
    }

    .fluxusMidBar{
        vertical-align: initial;
        height: inherit;
        margin-top: auto;
        display: block;
    }

    .fluxusBotomBar{
        position: absolute;
        display: block;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
    }

    .ui-toolbar-group-right, .ui-toolbar-group-left {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .mainHolder {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }



    .crudTitle {
        font-size: 1.5rem;
    }

    .mdl-layout__title, .mdl-layout-title{
        font-size: 1.1rem;
        white-space: normal;
    }

    .mdl-layout__drawer-button{
        width: 24px;
    }

    .row{
        flex-wrap: wrap;
    }

    article.fluxus-help{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .iframe-help-video img{
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }


    h1.fluxus-help{
        font-size: 1.4rem;
    }

    h2.fluxus-help{
        font-size: 1.2rem;
    }

    .fluxus-help-conteudo p, .fluxus-help-conteudo li{
        font-size: 0.8rem;
    }

    .fluxus-help-conteudo h1 {
        font-size: 1.5rem;
    }
    .fluxus-help-conteudo h2 {
        font-size: 1.4rem;
        font-weight: bold;
    }
    .fluxus-help-conteudo h3 {
        font-size: 1.3rem;
    }
    .fluxus-help-conteudo h4 {
        font-size: 1.2rem;
    }
    .fluxus-help-conteudo h5 {
        font-size: 1.1rem;
    }
    .fluxus-help-conteudo h6 {
        font-size: 1rem;
    }

    .col-6{
        width: 100%;
    }

    .dialog-filtro-crud{
        position: fixed;
        left:0px;
        top:0px;
        right: 0px;
        bottom:0px;
        margin-top: 57px;

    }

    .ui-button.ui-button-icon-only .ui-button-text,
    .ui-button-text-only .ui-button-text{
        padding-left: 8px!important;
        padding-right: 8px!important;
        padding-top: 6px!important;
        padding-bottom: 6px!important;
    }

    .ui-button-text-icon-left .ui-button-text{
        padding-top: 6px!important;
        padding-bottom: 6px!important;

    }

    tbody{
        display: table-row-group;
        width: 100%;
    }

    tbody.ui-datatable, tbody.ui-datatable-data{
        display: table-row-group;
    }

    .ui-messages-error-summary, .ui-messages-info-summary, .ui-messages-warn-summary,
    .ui-message-error-summary, .ui-message-info-summary, .ui-message-warn-summary {
        display: block;
        margin-left: 0px !important;
        font-size: 2em;
    }

    .ui-messages-error-detail, ui-messages-info-detail, ui-messages-warn-detail,
    .ui-message-error-detail, ui-message-info-detail, ui-message-warn-detail {
        display: block;
        margin-left: 32px !important;
    }

    .ui-messages-info-detail, .ui-messages-warn-detail, .ui-messages-error-detail, .ui-messages-fatal-detail, .ui-message-info-detail, .ui-message-warn-detail, .ui-message-error-detail, .ui-message-fatal-detail{
        margin-left: 0px!important;
    }

    .inline-field-help h1{
        font-size: 1.2rem;
    }

    .inline-field-help p{
        font-size: 0.8rem;
    }

    .ui-messages-info ul li, .ui-messages-error ul li, .ui-messages-warn ul li {
        display: inherit ;
        align-items: inherit;
    }

    .top-logo{
        max-width:48px;
        margin-right: 0.5rem;
        height: auto;
        max-height: 56px;
    }

    .the-duck{
        position: fixed;
        z-index: 999;
        bottom: 0px;
        right: 0px;
    }


    .login-logo{
        margin: 0px!important;
        max-width: 65%;
        margin-top: 1rem;

    }

    .div-registro-vencendo{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin-right: 0;
    }

    .ui-datatable table tbody td span {
        font-size: 1rem !important;
    }

    .ui-datatable table tbody td .ui-outputlabel {
        font-size: 1.5rem !important;
    }


    .gridMenuButton .ui-button {
        display: inline-block;
        height: 32px!important;
    }

    .gridMenuButton  {
        height: 32px!important;
    }

    .menu-contexto-crud{
        width: 48px;
        min-width: 48px;
        max-width: 48px;
    }

    .link-apps-container{
        display: none;
    }

    .link-apps-container-mobile {
        display: flex;
        position: absolute;
        left: 0.5rem;
        bottom: 0.5rem;
        z-index: 99999;
        background-color: rgba(0,0,0,0.7);
        width: 4rem;
        height: 4rem;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        cursor: pointer;
    }


    .link-apps-container-mobile a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .link-apps-container-mobile a i.mdl-color-text--blue-grey-400 {
        color: white;
    }


    .fluxus-field-group{
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .ui-tabs .ui-tabs-panel{
        padding: 0px!important;
    }


}

.info-receber-mes-bottom-row{
    display: flex;
    justify-content: center;
    align-content: center;
}

.info-receber-mes-box-recebido{
    background-color: #404040;
    width: 50%;
}

.info-receber-mes-box-aberto{
    background-color: #404040;
    width: 50%;

}

.info-receber-mes-total, .info-receber-mes-percentual{
    color: #baf834;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
}


.info-receber-mes-total::before{
    content: 'R$';
    font-size: 0.8rem;

}

.info-receber-mes-percentual::after{
    content: '%';
    font-size: 0.8rem;
}

.info-receber-mes-title{
    text-align: center;
    background-color: rgba(0,0,0,0.05);
    color: #808080;
    font-size: 0.7rem;
}

.info-container-title{
    font-size: 1.4rem;
    text-align: center;
    background-color: #404040;
    color: white;
    padding: 0.35rem;
    display: block;
    width: 100%;

}

.info-receber-mes{
    font-size: 1rem;
    width: 100%;
    text-align: center;
    line-height: 110%;
    background-color: #606060;
    color: white;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;



}

.info-receber-delta::after{
    content: '%';
    color: #808080;
}

.info-receber-total-emitido::before{
    content: 'R$';
    font-size: 1rem;
    color: #baf834;
    font-weight: normal;
    font-style: italic;
}



.info-receber-delta{
    font-size: 1.2rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e0e0e0;

}

.info-receber-delta img{
    margin-right: 0.75rem;
}

.info-receber-total-emitido{
    font-size: 1.5rem;
    line-height: 110%;
    color: #baf834;
}

.info-receber-mes-top-row, .contrato-row{
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
}

.info-receber-mes-container, .contratos-mes-container{
    width: 25%;
    min-width: 330px;
    box-sizing: border-box;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #808080;
    flex: 1;
}

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

.info-container-col{
    display: block;
    width: 100%;
    background-color: #362d2d;
    overflow: hidden;
    padding-bottom: 4px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(184,184,184,1);
    -moz-box-shadow: 3px 3px 3px 0px rgba(184,184,184,1);
    box-shadow: 3px 3px 3px 0px rgba(184,184,184,1);

}

.info-rede-container{
    width: 33%;
    height: 100px;
    background-color: blue;
}

.info-atendimento-container{
    width: 33%;
    height: 100px;
    background-color: red;
}

.main-dashboard-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.servidor-container{
    min-width: 350px;
    width: 25%;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #808080;
    box-sizing: border-box;
    flex: 1;
}

.box-contratos{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.info-contratos-in {
    font-size: 2rem;
    font-weight: bold;
    color: #baf834;
    width: 50%;
    line-height: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-contratos-in img{
    margin-right: 1rem;
}

.servidores-container {
    display: flex;
    flex-wrap: wrap;
}

.info-contratos-out {
    font-size: 2rem;
    font-weight: bold;
    color: #ffd9d9;
    width: 50%;
    line-height: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-contratos-out img {
    margin-left: 1rem;
}

.server-container{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.server-info{
    width: 100%;
    padding-top: 1rem;
}

.server-icon {
    width: 70px;
    text-align: center;
}



.server-name{
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}

.server-users-container{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1rem;
}

.connection-users-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    width: 50%;

}

.lbl-usuarios-conectados,
.lbl-usuarios-offline,
.lbl-tx, .lbl-rx {
    font-size: 1.3rem;
}

.lbl-usuarios-offline, .lbl-tx{
    color: #ffd9d9;
}

.lbl-usuarios-conectados, .lbl-rx{
    color: #baf834;
}

.lbl-usuarios-offline::after{
    content: 'offline';
    font-size: 0.9rem;
}

.lbl-usuarios-conectados::after{
    content: 'online';
    font-size: 0.9rem;
}

.lbl-rx::after{
    content: 'up';
    font-size: 0.9rem;
}

.lbl-tx::after{
    content: 'down';
    font-size: 0.9rem;
}

.server-last-check{
    text-align: center;
    color: #e0e0e0;
}

.top-box{
    min-width:  180px;
    min-height: 80px;
    background-color: rgba(255, 255, 255, 0.1) ;
    margin: 1.5rem;
    border-radius: 8px;
    display: inline-block;
    flex: 1;
}

.top-box-unity{
    font-size: 0.9rem;
    display: inline-block;
    color: #baf834!important;
}

.top-box-label {
    font-size: 1.2rem;
    text-align: center;
    line-height: 110%;
    color: #e0e0e0;
    text-transform: uppercase;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.top-box-info-container{
    display: flex;
    margin: 1rem;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
}

.top-box-icon{
    width: 32px;
}

.top-box-icon img{
    margin-bottom:1rem;
    width: 32px;
}

.top-box-value{
    font-size: 2rem;
    font-weight: bold;
    color: #baf834;
    text-align: center;
    margin-left: 1rem;
    margin-right: 1rem;
}

.top-dash-container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.mdl-layout__header{
    min-height: unset!important;
}

.mdl-layout__header-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 600px){

    .mdl-layout__header-row{
        height: auto;
    }

    .info-container-col{
        width: 100%;
        max-width: 100%;

    }

    .info-receber-mes-container{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .info-receber-mes-top-row{
        width: 65%;
    }
    .info-receber-mes-bottom-row{
        width: 35%;
    }

    .contratos-mes-container{
        width: 50%;
        min-width: 50%;
    }

    .contrato-row{
        width: 100%;
    }

    .servidor-container{
        min-width: 350px;
        width: 100%;
    }

    .top-box{
        width: 50%;
        margin:0.25rem;
        box-sizing: content-box;
        min-width: inherit;
        min-height: inherit;
        flex: inherit;
    }

    .top-box-unity{
        display: block;
        text-align: center;
        font-size: 0.8rem;
    }

    .top-box-value{
        font-size: 1rem;
    }

    .top-box-label{
        font-size: 0.8rem;
    }

    .top-box-info-container{
        margin: 0.3rem;
        display: block;
    }

    .top-box-icon{
        width: 0px;
        height: 0px;
        display: none;
    }
    .top-box-icon img{
        display: none;
    }

    .top-dash-container{
        align-items: stretch;
    }

}


@media screen and (min-width: 1367px){
    .mdl-layout--fixed-drawer>.mdl-layout__header .mdl-layout__header-row{
        padding-left: 10px;
        padding-right: 10px;
    }
}
