
body .ui-inputfield.ui-state-focus {
    border-color: transparent;
    box-shadow: 0 0 0 0.2em transparent;
}

body .ui-button.ui-button-success, body .ui-splitbutton.ui-button-success > .ui-button {
    background: #fff;
    color: #fff;
    border: 1px solid #ced4da;
    border-left-color: rgb(206, 212, 218);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: 1px solid #fff;
}

.layout-wrapper .header-content .header-icon-search .ui-icon {
  color: #00B13A;
}

.layout-wrapper .header-content .header-valor-cotacao {
  font-weight: bold;
}



.layout-wrapper .layout-header .header {
    background: #00b13a;
}
.layout-wrapper .header-content .header-valor-cotacao {
    color: #fff;
}
.layout-wrapper .layout-header .header  .header-menu-topo{
    display: initial;
}


/*abaixo o codigo enviado pelo Marcelo*/

body .ui-inputfield.ui-state-focus {
    border-color: transparent;
    box-shadow: 0 0 0 0.2em transparent;
}

body .ui-button.ui-button-success, body .ui-splitbutton.ui-button-success > .ui-button {
    background: #fff;
    color: #00000;
    border: 1px solid #ced4da;
    border-left-color: rgb(206, 212, 218);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: 1px solid #fff;
}

.layout-wrapper .header-content .header-icon-search .ui-icon {
  color: #000000;
}

.layout-wrapper .header-content .header-valor-cotacao {
  font-weight: bold;
}



.layout-wrapper .layout-header .header {
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffffff 20%, #ffffffeb 80%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    box-shadow: 0px 30px 40px -30px rgb(0 0 0 / 10%);
    transition: all 0.2s linear;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transition-property: box-shadow;
    backdrop-filter: blur(15px) saturate(30);
    -webkkit-backdrop-filter: blur(15px) saturate(30);
}
.layout-wrapper .header-content .header-valor-cotacao {
    color: #fff;
}
.layout-wrapper .layout-header .header  .header-menu-topo{
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
}


.header-menu-topo #botao-menu-topo {
    background-color: #D9EED6;
    color: #00B13A;
    border: none !important;
    display: flex;
    align-items: center;
    border-radius: 8px;
    align-content: center;
}

.header-menu-topo #botao-menu-topo:hover {
    background-color: #00B13A!important;
    color: #FFFFFF!important;
    border: none !important;
    display: flex;
    align-items: center;
    border-radius: 8px;
    align-content: center;
  
}

.header-menu-topo #botao-menu-topo.ui-state-hover {
    background-color: #00B13A!important;
    color: #FFFFFF!important;
    border: none !important;
    display: flex;
    align-items: center;
    border-radius: 8px;
    align-content: center;
  
}

.botao-menu-topo.ui-state-hover {
    color: #ffffff;
    background-color: #00B13A !important;
    border: none;
}

.botao-menu-topo.ui-state-active{
    color: #ffffff;
    background-color: #00B13A !important;
    border: none;
}


.layout-wrapper .layout-header .header .botao-menu-topo .ui-button-text {
    font-size: 22px;
    margin-left: 0;
    padding: 10px;
    display: none;
}


.header-menu-topo .ui-button.ui-button-text-icon-left .ui-icon {
    position: relative;
    top: unset;
    padding: 11px;
    left: unset;
    margin: 0;
}


#tieredMenuTopo {
    padding: 10px;
    border-radius: 8px!important;
    width: 300px!important;
    font-size: 16px!important;
}

#tieredMenuTopo .ui-menuitem-text{
    font-size: 0.95rem;
}


body .ui-menu .ui-menu-list .ui-menu-child.ui-shadow,
#tieredMenuTopo {
    border-radius: 4px;
    border: 0 none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    width: 250px;
}