@charset "utf-8";

body .keypad-popup {
   width: 300px !important;
   
}

.ui-colorpicker-button .ui-colorpicker-color-select {
                background-color: #4CAF50 !important; /* Verde */
                color:#4CAF50 !important;
            }

.keypad-key, .keypad-special {
    
    width: 5em !important;
   height: 4em !important;
}

/* Exemplo de CSS para remover bordas */
body .ui-datagrid {
    border: none !important;
}

body .ui-datagrid .ui-grid-row {
    border: none !important;
}

body .ui-datagrid .ui-grid-col {
    border: none !important;
}
body .ui-datagrid .ui-panelgrid-cell {
    border: none !important;
}




body .ui-growl, body .ui-growl  {
     position: absolute;
     top: 20%;
     left: 50%;
     transform: translate(-50%, -50%);
}

.ui-datepicker .ui-inputfield {
    width: 50px !important;
}

.ui-inputfield ui-widget ui-state-default ui-corner-all ui-state-filled ui-state-hover{
	width: 100% !important;
}

.ui-password-icon{
	float:right !important;
}


body .ui-panel .ui-panel-titlebar {
    border: 1px solid rgb(81, 81, 81);
    background: rgb(81, 81, 81);
    color: #ffffff;
    padding: 1rem;
    font-weight: 700;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

body .ui-panel .ui-panel-content {
    border: 1px solid rgb(81, 81, 81);
    background: #fff;
    color: #495057;
    padding: 1rem;
}

/* body .ui-toolbar {
    border: 1px solid #000000;
   background: white;
    color: #495057;
    padding: 1rem;
    border-radius: 4px;
}
 */
 
 body .ui-dialog .ui-dialog-titlebar {
    background: rgb(81, 81, 81);
    color: #fff;
    font-weight: 700;
    border-bottom: 0 none;
    padding: 1.5rem;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
    border: 0 none;
    padding: 0;
    margin-left: .5rem;
    width: 2rem;
    height: 2rem;
    background: transparent;
    color: #fff;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, opacity .2s;
    border-radius: 50%;
    border: 0 none;
    text-align: center;
    line-height: 2rem;
    padding: 0;
    user-select: none;
}

body .ui-datatable thead th {
    background: rgb(81, 81, 81);
    color: #fff;
    padding: 1rem 1rem;
    border: 1px solid rgb(81, 81, 81);
    border-width: 0 0 1px 0;
    text-align: left;
    box-sizing: content-box;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, opacity .2s;
}

body .ui-datatable .ui-datatable-data>tr {
    background: #ffffff;
    color: #495057;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, opacity .2s;
}

body .ui-messages .ui-messages-info {
    background: #D0F3DB;
    border: 1px solid #C4EFD1;
    border-width: 0 0 0 6px;
    color: #006125;
}

body .ui-messages .ui-messages-info .ui-messages-info-icon {
    font-family: "primeicons" !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    background: none;
    font-size: 1.5rem;
    margin: 0 .5rem 0 0;
    color: #006125;
}

body .ui-datatable .ui-datatable-data>tr table {
    border: none;
    border-collapse: collapse;
}

body .ui-datatable .ui-datatable-data>tr table td,
body .ui-datatable .ui-datatable-data>tr table th {
    border: none;
}		

.ui-panelgrid.panelgrid-noborder .ui-grid-responsive {
	border: none;
}

.ui-panelgrid .ui-panelgrid-cell {
    background-color: transparent !important;
}

body .ui-datatable .ui-datatable-footer {
   height: 30px !important;
}

body .ui-datatable thead th .ui-column-title {
    font-weight: 700;
    font-size: 9pt;
}
/* Deixa Label negrito */
.ui-outputlabel{	
	font-weight: bold !important;
}

/*responsivo ------------------------------------------------------------------*/

@media ( max-width :700px) {

.ui-panelgrid.panelgrid-noborder .ui-grid-responsive .ui-grid-row {
		border: none;
	}

.ui-chips {
    width: 50% !important;
}

.ui-chips-container {
    width: 50% !important;
}

.ui-tabs.ui-tabs-top>.ui-tabs-nav li {
		width: 100% !important;
}
	
.ui-panelgrid .ui-panelgrid-responsive	.ui.panelgrid-row{
	border:none;
} 
	
}