@charset "UTF-8";

body .ui-card .ui-card-content {
    padding: 0rem 0 !important; 
/*    display: flex;*/
    justify-content: space-between;
    width: 100%;
} 

body .ui-toolbar {
    padding: 0rem 1rem 0rem 1rem;
}

.ui-card-content > h1 {
    margin: 0;
}

.ui-card-content > h2 {
    margin: 0;
}

.ui-card-content > h6 {
    margin: 0 0 2px;
}

.ui-card.blue{
    background: #69B7FF;
    color: #FFFFFF;
}
.ui-card.gray {
  background: rgba(41, 50, 65, 0.4);
  color: #FFFFFF;
}
.ui-card.darkgray {
  background: rgba(41, 50, 65, 0.8);
  color: #FFFFFF;
}
.ui-card.orange {
  background: linear-gradient(90deg, #FFB340 0%, #FFA740 100%);
  color: #FFFFFF;
}
.ui-card.mini .div-card-body {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.ui-card.mini .ui-card-body{
    padding: 0;
}
.card.mini {
    padding: 10px;
}

.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul{
    min-width: 170px;
}

.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul{
    min-width: 170px;
}

.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a i{
    color: var(--primary-color);
    background-color: transparent;
}

.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a i{
    color: var(--primary-color);
    background-color: transparent;
}

.div-card-body{
    display: flex;
    width: 100%;
    justify-content: space-between;
/*    align-items: center;
    height: 100%;*/
}

.div-card-content{
    display: flex;
}

.div-card-content > h1 {
    margin: 0;
    margin-right: 2px;
}

.div-card-content > h6 {
    margin: 0 0 2px;
}

.ui-card-body{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 24px;
    height: 100%;
    min-width: 240px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1.5rem 0 1rem 0;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
}

.ui-card {
    -moz-border-radius: 21px !important;
    -webkit-border-radius: 21px !important;
    border-radius: 21px !important;
}

.p-jc-center {
    justify-content: center;
}

.card{
    min-width: 200px;
    height: 100%;
}

canvas{
    width: 100% !important;
}

article {
  position: relative;
  min-width: 250px;
  box-shadow: 0 4px 1px -1px rgb(0 0 0 / 20%), 0 2px 1px 0 rgb(0 0 0 / 14%), 0 2px 3px 0 rgb(0 0 0 / 12%);
}

.article-img {
    max-height: 350px;
    min-width: 200px;
    width: 100%;
    object-fit: cover;
}

.disabled .article-img{
  filter: brightness(30%);
  cursor: default;
}

.article-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

.disabled .article-title {
  color: dimgray;
  cursor: default;
}

.box {
    background-color: var(--surface-e);
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 2px;
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
}

.ui-sticky{
    z-index: 900 !important;
}

.toolbarBotoes{
    -webkit-border-radius: 21px !important;
    border-radius: 21px !important;   
}

.breadCrumbOndeEstou{
    border: 0px !important;
    background: transparent !important;
}

.colunaVermelha {
    background-color: #FFCDD2;
    color: #73000c;
}

.colunaAmarela {
    background-color: #FFECB3; 
    color: #6d5100;
}

.colunaVerde {
    background-color: #55ce8c; 
    color: #235738;
}

.colunaVermelha.textMoeda { 
    background-color: #FFCDD2;
    color: #73000c;
    text-align: right;
}

.colunaAmarela.textMoeda { 
    background-color: #FFECB3; 
    color: #6d5100;
}

.colunaVerde.textMoeda { 
    background-color: #00FF00; 
}

.eventoVermelho .fc-event,
.eventoVermelho .fc-event-main,
.eventoVermelho a,
.eventoVermelho .fc-event-inner,
.eventoVermelho .fc-day-grid-event,
.eventoVermelho .fc-content{
   background-color: #FFCDD2 !important;
   color: #73000c !important;
   border: 1px solid #73000c !important;
}

.eventoVerde .fc-event,
.eventoVerde .fc-event-main,
.eventoVerde a,
.eventoVerde .fc-event-inner,
.eventoVerde .fc-day-grid-event,
.eventoVerde .fc-content{
   background-color: #00FF00 !important; 
   color: black !important;
   border: 1px solid black !important;
}

.eventoAmarelo .fc-event,
.eventoAmarelo .fc-event-main,
.eventoAmarelo a,
.eventoAmarelo .fc-event-inner,
.eventoAmarelo .fc-day-grid-event,
.eventoAmarelo .fc-content{
   background-color: #FFECB3 !important; 
   color: #6d5100 !important;
   border: 1px solid #6d5100 !important;
}

.eventoAzul .fc-event,
.eventoAzul .fc-event-main,
.eventoAzul a,
.eventoAzul .fc-event-inner,
.eventoAzul .fc-day-grid-event,
.eventoAzul .fc-content{
   color: black !important;
   border: 1px solid black !important;
}

.textMoeda { 
    text-align: right;
}

body .ui-dialog {
/*    background-color: rgb(33 60 102 / 76%);*/
    background-color: var(--primary-light-color);
    padding: 3px;
}

body .ui-dialog .ui-dialog-titlebar {
    border-radius: 6px 6px 0px 0px;
    box-shadow: 0px 12px 9px 0px rgb(0 0 0 / 20%), 0px 24px 17px 3px rgb(0 0 0 / 14%), 0px 19px 46px 8px rgb(0 0 0 / 12%);
}

body .ui-dialog .ui-dialog-content{
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0px 12px 9px 0px rgb(0 0 0 / 20%), 0px 24px 17px 3px rgb(0 0 0 / 14%), 0px 19px 46px 8px rgb(0 0 0 / 12%);
}

body .ui-dialog.ui-confirm-dialog .ui-dialog-content {
    border-radius: 0px 0px 0px 0px;
    box-shadow: none;
}

body .ui-dialog .ui-dialog-footer {
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0px 12px 9px 0px rgb(0 0 0 / 20%), 0px 24px 17px 3px rgb(0 0 0 / 14%), 0px 19px 46px 8px rgb(0 0 0 / 12%);
}

.ui-dialogFlexContent .ui-dialog-content{
    max-height: 80vh;
    max-width: 80vw;
    overflow: auto;
}

@media screen and (min-width: 1200px){
    .ui-dialogFlexContent .ui-dialog-content{
/*        max-height: 85%;*/
        max-width: 960px;
        overflow: auto;
    }
}

.ui-float-label {
    margin-top: 19px;
}

.p-grid, .p-grid>div {
    align-self: flex-start;
}

body .ui-datatable .ui-datatable-header {
    border-width: 1px 1px 0 1px;
    padding: 0.2rem 0.2rem;
}

body .ui-datatable thead > tr > th {
    border-width: 1px;
    padding: 0.2rem 0.5rem;
}

body .ui-datatable tfoot td {
    border-width: 1px;
    padding: 0.2rem 0.5rem;
}

body .ui-datatable .ui-datatable-data > tr > th {
    border-width: 1px;
    padding: 0.2rem 0.2rem;
}

body .ui-datatable .ui-datatable-data > tr > td {
    border-width: 1px;
    padding: 0.2rem 0.2rem;
}

body .ui-datatable .ui-paginator.ui-paginator-top {
    border-width: 1px;
    padding: 0.2rem 0.2rem;
}
body .ui-datatable .ui-paginator.ui-paginator-bottom {
    border-width: 1px;
    padding: 0.2rem 0.2rem;
}

.ui-inputfield-required{
    border-bottom-color: var(--primary-light-color) !important;
}

.ui-inputfield-required:hover{
    border-bottom-color: var(--primary-light-color) !important;
}

.ui-inputfield-required input {
    border-bottom-color: var(--primary-light-color) !important;
}

.ui-inputfield-required:hover input{
    border-bottom-color: var(--primary-light-color) !important;
}

.ui-inputfield-required div {
    border-bottom-color: var(--primary-light-color) !important;
}
.device-status .device span.status {
  font-size: 14px;
  color: var(--text-color);
  margin-top: 0px;
  display: inline;
}
.timeline > ul > li.red > i {
  color: #cc2525;
}
.timeline > ul > li.yellow > i {
  color: #e4eb63;
}
.card .card-header-centralizado {
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 16px;
  text-align: center
}
.dataVermelha,
.dataVermelha a,
.dataVermelha ui-state-default{
    background-color: #F0040B; 
    color: white !important;
    font-weight: normal !important;
}

.dataAzul,
.dataAzul a,
.dataAzul ui-state-default {
    background-color: #8FB4E2; 
    color: black !important;
    font-weight: normal !important;
}

.dataVerde,
.dataVerde a,
.dataVerde ui-state-default {
    background-color: #92D050; 
    color: black !important;
    font-weight: normal !important;
}

.dataCinza,
.dataCinza a,
.dataCinza ui-state-default {
    background-color: #BFBFBF; 
    color: black !important;
    font-weight: normal !important;
}

.coluna50{
    width: 50%;
}

body .ui-button.ui-button-warning, body .ui-splitbutton.ui-button-warning > .ui-button {
  background: #c4a966;
  color: var(--primary-color-text);
  border: 1px solid transparent;
}
body .ui-button.ui-button-warning.ui-state-hover, body .ui-splitbutton.ui-button-warning > .ui-button.ui-state-hover {
  background: #c4a966;
  color: var(--primary-color-text);
  border: 1px solid transparent;
}
body .ui-button.ui-button-warning.ui-state-focus, body .ui-splitbutton.ui-button-warning > .ui-button.ui-state-focus {
  box-shadow: 0 0 0 0.2rem #fde6ab;
}
body .ui-button.ui-button-warning.ui-state-active, body .ui-splitbutton.ui-button-warning > .ui-button.ui-state-active {
  background: #c4a966;
  color: var(--primary-color-text);
  border-color: #DABB69;
}
body .ui-button.ui-button-warning.ui-button-flat, body .ui-splitbutton.ui-button-warning > .ui-button.ui-button-flat {
  background-color: transparent;
  color: #c4a966;
  border-color: transparent;
  text-decoration: underline !important;
}
body .ui-button.ui-button-warning.ui-button-flat:enabled:hover, body .ui-splitbutton.ui-button-warning > .ui-button.ui-button-flat:enabled:hover {
  background-color: transparent;
  color: #c4a966;
  border-color: transparent;
  text-decoration: underline !important;
}
body .ui-button.ui-button-warning.ui-button-flat:enabled:active, body .ui-splitbutton.ui-button-warning > .ui-button.ui-button-flat:enabled:active {
  background-color: transparent;
  color: #c4a966;
  border-color: #c4a966;
  text-decoration: underline !important;
}

tr.ui-state-highlight .ui-commandlink{
    text-decoration: underline;
    color: #683C11;
}
