@CHARSET "ISO-8859-1";
/* 
    Created on : 19/02/2014, 09:46:02
    Author     : ideiatec
*/

:root{
    font-size: 14px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: #edf0f5;
}


.icone_menos {
    background: url('..\img\botoes\menos.png') no-repeat center center !important;
    display: inline-block;
    width: 16px;  /* ajusta o tamanho do ícone */
    height: 16px; /* ajusta o tamanho do ícone */
}


body .ui-widget {
    font-size: 14px;
}

body ::-webkit-input-placeholder{
    color: gray !important;
}

body :-moz-placeholder{
    color: gray !important;
}

body ::-moz-placeholder{
    color: gray !important;
}

body :-ms-input-placeholder{
    color: gray !important;
}

body input[type="text"]:disabled,input[type="password"]:disabled,select:disabled,textarea:disabled{
    background-color: #f5f6f7 !important;
    opacity: 1.0 !important;
}

body .ui-selectonemenu.ui-state-disabled{
    background-color: #f5f6f7 !important;
    opacity: 1.0 !important;
}

body .ui-selectonemenu.ui-state-disabled .ui-selectonemenu-label{
    background-color: #f5f6f7 !important;
    opacity: 1.0 !important;
}

body .ui-calendar {
    white-space: nowrap;
}

body .ui-dialog.ui-confirm-dialog .ui-dialog-content {
    display: flex;
}

body .ui-autocomplete-panel .ui-autocomplete-items .ui-autocomplete-item.ui-state-highlight {
    background-color: #F37235;
}

body .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item.ui-state-highlight {
    background-color: #F37235;
}

body .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active {
    background-color: #F37235;
}

.ui-outputlabel .ui-outputlabel-rfi {
    color: #a80000;
}

body .ui-datatable thead th.ui-state-active {
    background-color: #F37235;
}

body .ui-datatable .ui-datatable-data>tr.ui-state-highlight {
    background-color: #F37235;
}

body .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a.ui-state-active {
    background: #F37235;
}

body .ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
    background: #F37235;
}

body .p-field>label {
    display: block;
}


/**************************************************************************/
/*************************** MENU LATERAL ***************************************/
/*************************************************************************/

body .ui-panelmenu h3.ui-panelmenu-header.ui-state-active {
    /*border: 1px solid #F37235;
    background-color: #F37235;*/
    border: 1px solid #27A0FF;
    background-color: #27A0FF;
    color: #fff;
}

body .ui-panelmenu h3.ui-panelmenu-header.ui-state-hover {
    /*border: 1px solid #F37235;
    background-color: #F37235;*/
    border: 1px solid #27A0FF;
    background-color: #27A0FF;
    color: #fff;
}

body .ui-panelmenu h3.ui-panelmenu-header.ui-state-active:hover {
    /*border: 1px solid #F28A59;
    background-color: #F28A59;*/
    border: 1px solid #27A0FF;
    background-color: #27A0FF;
    color: #fff;
}

body .ui-panelmenu h3.ui-panelmenu-header {
    padding: 0.6rem 1rem;
}

/**************************************************************************/
/*************************** BASIC ***************************************/
/*************************************************************************/

.center {
    margin: 0px auto;
    vertical-align: middle;
    text-align: center;
}

.left-top {
    vertical-align: top;
    float: left;
}

.left-middle {
    vertical-align: middle;
    float: left;
}

.right-top {
    vertical-align: top;
    float: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.top {
    vertical-align: top;
}

.clear {
    clear: both;
}

.padding0 {
    padding: 0px;
}

.color-bold-red{
    color: red !important;
    font-weight: bold !important;
}

.color-bold-green{
    color: green !important;
    font-weight: bold !important;
}

/**************************************************************************/
/*************************** LAYOUT GRID ***************************************/
/*************************************************************************/
.p-grid {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.nopad{
    padding: 0 !important;
}

.nopad-top{
    padding-top: 0 !important;
}

.nopad-top-bottom{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/**************************************************************************/
/*************************** LOGIN ***************************************/
/*************************************************************************/
body .login-bgimg {
    background: url('../resources/img/login-bg.svg') no-repeat;
    background-size: auto 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -999;
}

/**************************************************************************/
/*************************** TOP-BAR ***************************************/
/*************************************************************************/
.wrapper .topbar {
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    position: fixed;
    right: 0px;
    left: 0px;
    height: 52px;
    background-color: #007ad9;
    padding: .5em 1em 0em .5em;
    box-sizing: border-box;
    color: #ffffff;
    z-index: 1001;
    text-align: center;
}

.wrapper .main {
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
    margin-left: 0px;
    padding: 50px 16px 16px 16px;
}

.wrapper .topbar .panel-menu-button{
    float: left;
    width:60px;
    height: 50px;
    text-align: center;
    /*background-color: #007abe;*/
    background-color: #0061d9;
    position: relative;
    top: -0.5em
}

.wrapper .topbar .menu-button-icon {
    font-size: 24px;
    text-decoration: none;
    color: #ffffff;
    margin-top: 3px;
    height: 24px;
}

.wrapper .topbar .menu-button-text span {
    color: #ffffff;
}

.wrapper .topbar .topbar-logo {
    float: left;
    margin: 0px 0px 0px 20px;
}

.wrapper .topbar .topbar-text-empresa {
    display: inline-block;
    margin-top: 9px;
    overflow:hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    vertical-align: top;
}

.wrapper .topbar .topbar-logo-empresa {
    border-radius: 50%;
    margin: 2px 5px 0px 0px;
}

.wrapper .topbar .topbar-icon {
    color: white;
    font-size: 20px !important;
}

.wrapper .topbar a span.topbar-badge {
    position: absolute !important;
    font-size: 10px !important;
    color: #ffffff !important;
    padding: 2.2px 4px !important;
    background-color: #ef6262 !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}

.wrapper .msg-list {
    max-height: 90vh !important;
    overflow: auto !important;
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    text-align: left !important;
}

.wrapper .msg-panel {
    border-bottom: 1px solid #c8c8c8;
    color: black;
}

.wrapper .msg-title {
    margin: 8px !important;
    padding-left: 5px;
    font-weight: bold;
    color: #000;
    font-size: 12px;
}

.wrapper .msg-title-nao-lido {
    border-left: 5px solid #FF6600;
}

.wrapper .msg-title-lido {
    border-left: 5px solid #c8c8c8;
    font-weight: normal;
}

.wrapper .msg-descricao {
    margin: 0px 8px 8px 20px !important;
    color: #000;
    text-align: justify;
    font-size: 12px;
}

.wrapper .msg-lbl-lido-nao-lido {
    margin: 10px;
    display: block;
    font-size: 12px;
}

.wrapper .topbar .ui-autocomplete input {
    display: inline-block;
    border: 0 none;
    font-size: 14px;
    background: transparent;
    border-bottom: 2px solid #ffffff;
    outline: 0 none;
    color: #ffffff;
    width: 100px;
    padding: 1px 20px 1px 1px;
    margin: 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.wrapper .menu-over-panel {
    min-width: 300px;
    border: none! important;
}

.wrapper .menu-panel {
    max-height: 90vh;
    overflow: auto;
    margin: 0px;
    padding: 0px;
}

.wrapper .menu-text-user {
    width: 280px;
    margin: 20px 5px 20px 12px;
}

.wrapper .menu {
    min-width: 300px;
    margin: 0px;
}

/**************************************************************************/
/*************************** CONTEUDO ***************************************/
/*************************************************************************/

body .ui-menu.ui-menubar {
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 4px;
}

body .wrapper .content{
    padding: 51px 0px 30px 0px;
    min-height: 89vh;
}

body .wrapper fieldset {
    border: 1px solid #ccc;
    background-color: #fff;
}

.rt-dt-column{
}

.rt-dt-column100{
    width: 100%;
}

.ui-fluid .ui-button {
    width: auto;
}

.ui-button.ui-state-default.rt-red-button {
    background-color: #b8312e;
    border-color: #9c1627;
}

.ui-button.ui-state-default.rt-red-button.ui-state-hover {
    background-color: #d2524f;
}

.ui-button.ui-state-default.rt-green-button {
    background-color: #1f9e53;
    border-color: #107533;
}

.ui-button.ui-state-default.rt-green-button.ui-state-hover {
    background-color: #2eb971;
}

.ui-button.ui-state-default.rt-yellow-button {
    background-color: #eed511;
    border-color: #cdb80d;
}

.ui-button.ui-state-default.rt-yellow-button.ui-state-hover {
    background-color: #f8e653;
}

.ui-button.ui-state-default.rt-navy-button {
    background-color: #1f3b59;
    border-color: #21374f;
}

.ui-button.ui-state-default.rt-navy-button.ui-state-hover {
    background-color: #3c6592;
}

.ui-button.ui-state-default.rt-black-button {
    background-color: #353535;
    border-color: #212121;
}

.ui-button.ui-state-default.rt-black-button.ui-state-hover {
    background-color: #4a4a4a;
}

.ui-button.ui-state-default.rt-gray-button {
    background-color: #8b8b8b;
    border-color: #CCCFD2;
}

.ui-button.ui-state-default.rt-gray-button.ui-state-hover {
    background-color: #f5fbff;
}

body .rt-datatable.ui-datatable .ui-datatable-header {
    height: 10px;
}

.ui-button.ui-state-default.rt-orange-button {
    background-color: #e76a3b !important;
    border-color: #212121;
}


/**************************************************************************/
/*************************** RODAPE ***************************************/
/*************************************************************************/

.wrapper .footer {
    text-align: center;
    font-size: 12px !important;
}

/**************************************************************************/
/*************************** FORM ***************************************/
/*************************************************************************/

.form-bar-title{
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    position: fixed;
    right: 0px;
    left: 0px;
    height: 55px;
    background-color: #fff;
    z-index: 1000;
    padding-right: 26px !important;
}

.form-bar-button{
    border: 1px solid #ccc;
    background: #f8f9fa;
    height: 50px;
    margin-top: 3px;
}

.form-content{
    padding: 61px 10px 30px 10px !important;
}

/**************************************************************************/
/*************************** DATA GRID ***************************************/
/*************************************************************************/

.dtgrid-column-null{
}

.dtgrid-column-100{
    width: 100%;
}


/**************************************************************************/
/*************************** DIALOG ***************************************/
/*************************************************************************/
body .ui-dialog .ui-dialog-titlebar {
    padding: .4em .4em .4em 1em;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    display: inline-block;
    margin-top: 4px;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
    color: #fff;
}

body .ui-dialog .ui-dialog-content {
    max-height: 96vh;
    background-color: #edf0f5;
}

body .ui-dialog.dlg-form .dlg-form-bar-button {
    background-color: #fff;
    margin-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
}

body .ui-dialog.dlg-form .dlg-form-content {
    background-color: #fff;
}

/**************************************************************************/
/*************************** NOVOS ESTILOS ***********************/
/**************************************************************************/
body .nav-menu {
    flex: 1;
    margin: 0 9px;
    padding-right: 0px;
}

.nav-menu-container {
    display: flex;
    justify-content: space-between
}

.nav-menu-container > .nav-menu {
    margin-right: 0px;
    border-right-width: 0px;
}

.nav-menu-action {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-left-width: 0px;
    border-radius: 3px;
    padding: 0px 5px;
    margin-right: 9px;
}

.form-new {
    padding: 0px 0px;
}


.sidebar-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    padding-top: 5px;
}

.sidebar-menu-action {
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
}

.sidebar-menu-action-rel {
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 94%;
    align-self: flex-start;
}
@media (min-width: 1000px) {
    .form-new  {
        padding: 0px 10%;
    }

}

.input-form-new-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.input-form-new-label-number {
    display: flex;
    margin-bottom: 2px;
    opacity: 0.8;
    font-size: 15px !important;
    font-weight: 600;
    width: 100%;
    text-align: right;
}

.input-form-new-label {
    display: flex;
    margin-bottom: 2px;
    opacity: 0.8;
    font-size: 15px !important;
    font-weight: 600;
    width: 100%;
}

span.input-form-new > input {
    width: 100%;
    height: 100%;
}

.input-form-new-required {
    display: flex !important;
    min-height: 35px;
    padding: 9px 16px;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
}

.input-form-new-required:nth-of-type(1) {
    color: red;
}

.ui-inputgroup-addon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ui-inputgroup input {
    padding-left: 15px !important;
    width: 100%;
}

.png-top-info {
    display: flex;
    align-items: center
}

.png-top-info  > * {
    margin-right: 10px !important;
}

.png-text-title {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    justify-content: center;
}

.png-text-title > label {
    font-size: 20px;
    font-weight: bold;
}

.png-text-title > .subtitle {
    font-size: 12px;
    font-weight: normal;
    margin-left: 2px;
    opacity: 0.8;
}

.table-new {
    margin-top: 10px;
    white-space: nowrap;
    width: 99vw;
}

body .ui-tabs .ui-tabs-panels .ui-tabs-panel {
    padding: 0px;
}

body .text-comment {
    font-size: 12px !important;
    opacity: 0.7;
}

.icon-periodo-control {
    font-size: 2rem;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    border-radius: 2rem;
    border-color: #00000059;
    cursor: pointer;
}


.labelPurple {
    color: purple !important;
}

.labelRed{
    color: red !important;
}

.labelBoldRed{
    color: red !important;
    font-weight: bold;
}

.labelGreen{
    color: green !important;
}

.labelBoldGreen{
    color: green !important;
    font-weight: bold;
}

.labelBoldBlue{
    color: blue !important;
    font-weight: bold;
}

.labelBlue{
    color: blue !important;
}

.labelBoldBlack{
    color: black !important;
    font-weight: bold;
}

.labelBoldYellowV1{
    color: #fe6137 !important;
    font-weight: bold;
}

.labelYellowGold{
    color: gold !important;
}

.labelYellow {
    color: gold !important;
}

.labelBoldYellowGold{
    color: gold !important;
    font-weight: bold;
}

.labelBoldWhite{
    color: white !important;
    font-weight: bold;
}

.labelGrey {
    color: #7f7f7f !important;
}

.labelBoldGrey {
    color: #7f7f7f !important;
    font-weight: bold;
}

.labelBoldPurple {
    color: purple !important;
    font-weight: bold;
}

.labelRowPago {
    color: green !important;
    font-weight: bold;
}

.labelRowCompesado {
    color: #833589 !important;
    font-weight: bold;
}

.rowBackgroundPurble {
    background-color: #ddecef  !important;
}

.rowBackgroundBlue {
    background-color: #e3e3e3  !important;
}

/*Cabe�alho de tabela flutuante... chat�o, aparece baixo, nengue*/
.ui-datatable-sticky {
    z-index: 100;
}

.chip-filter {
    cursor: pointer;
    margin: 2px 5px !important;
    padding: 4px 10px  !important;
}

.chip-filter-selected {
    cursor: pointer;
    margin: 2px 5px !important;
    padding: 4px 10px  !important;
    color: white !important;
    background-color: #007ad9 !important;
}

.labelDataAgendamentoRestricao {
    color: #c94545d4 !important;
    font-size: 15px;
    font-weight: bold
}

.contato-status {
    border-radius: 2px  !important;
    padding: .25em .5rem  !important;
    text-transform: uppercase  !important;
    font-weight: 700  !important;
    font-size: 12px  !important;
    letter-spacing: .3px  !important;
}

.contato-status-AGUARDANDO {
    background-color: #FFD8B2 !important;
    color: #805B36  !important;
}

.contato-status-EM_ANDAMENTO {
    background-color: #B3E5FC  !important;
    color: #23547B  !important;
}

.contato-status-FINALIZADO {
    background-color: #C8E6C9  !important;
    color: #256029  !important;
}

.contato-status.status-ERRO {
    background-color: #FFCDD2  !important;
    color: #C63737  !important;
}

.contato-status-CANCELADO {
    background-color: #FEEDAF  !important;
    color: #8A5340  !important;
}

.evento-automatico {
    filter: brightness(0.9);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.evento-status {
    border-radius: 2px  !important;
    padding: .25em .5rem  !important;
    font-weight: 700  !important;
    font-size: 12px  !important;
    letter-spacing: .3px  !important;
}

.evento-status-AGUARDANDO {
}

.evento-status-EM-FILA {
    background-color: #429ec970 !important;
    color: #23547B  !important;
}

.evento-status-EM-ANDAMENTO {
    background-color: #B3E5FC  !important;
    color: #23547B  !important;
}

.evento-status-FINALIZADO {
    background-color: #C8E6C9  !important;
    color: #256029  !important;
}

.evento-status-ERRO {
    background-color: #FFCDD2  !important;
    color: #C63737  !important;
}

.evento-status-CANCELADO {
    background-color: #FEEDAF  !important;
    color: #8A5340  !important;
}

.painel-title {
    font-size: 17px;
    font-weight: bold;
    opacity: 0.7;
}

.tab-grade {
    display: flex;
}

.tab-deselecionada {
    border-bottom-color: #607D8B;
    border-bottom-style: solid;
    margin-right: 10px
}
.tab-selecionada {
    border-bottom-color: #007ad9;
    border-bottom-style: solid;
    margin-right: 10px
}
.tab-btn {
    --surface-a: #ffffff !important;
    --surface-b: #f4f4f4 !important;
    --surface-c: #eaeaea !important;
    --surface-d: #c8c8c8 !important;
    --surface-e: #ffffff !important;
    --surface-f: #ffffff !important;
    --text-color: #333333 !important;
    --text-color-secondary: #848484 !important;
    --primary-color: #007ad9 !important;
    --primary-color-text: #ffffff !important;
    --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
    visibility: visible !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    position: relative !important;
    padding: 0 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    text-align: center !important;
    overflow: visible !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    margin: 0 !important;
    outline: 0 none !important;
    border-radius: 3px !important;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s !important;
    font-size: 14px !important;
    background: #607D8B !important;
    border: 1px solid #607D8B !important;
    background-color: transparent !important;
    color: #607D8B !important;
    border-color: transparent !important;
}

.tab-btn-selecionada {
    --surface-a: #ffffff !important;
    --surface-b: #f4f4f4 !important;
    --surface-c: #eaeaea !important;
    --surface-d: #c8c8c8 !important;
    --surface-e: #ffffff !important;
    --surface-f: #ffffff !important;
    --text-color: #333333 !important;
    --text-color-secondary: #848484 !important;
    --primary-color: #007ad9 !important;
    --primary-color-text: #ffffff !important;
    --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
    visibility: visible !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    position: relative !important;
    padding: 0 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    text-align: center !important;
    overflow: visible !important;
    font-size: 1.15rem !important;
    font-weight: bold !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    background: #007ad9 !important;
    border: 1px solid #007ad9 !important;
    margin: 0 !important;
    outline: 0 none !important;
    border-radius: 3px !important;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s !important;
    background-color: transparent !important;
    color: #007ad9 !important;
    border-color: transparent !important;
}

.btn-inferior-flutuante {
    position: fixed;
    height: 3.5rem !important;
    width: 3.5rem !important;
    bottom: 2px !important;
    right: 15px !important;
    font-size: 20px !important;
    z-index: 10 !important;
}


.tabela-header {
    background: #007ad9;
    border: 1px solid #c8c8c8;
    border-width: 1px 1px 0 1px;
    color: #ffffff;
    padding: 0.857rem 1rem;
    font-weight: 700;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}