/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9-mar-2020, 19.23.42
    Author     : silvia
*/

body,h1,h2,h3,h4,h5,h6 { font-family: "Raleway", sans-serif }
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ui-widget { font-family: "Raleway", sans-serif }
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family:  "Raleway", sans-serif;
}
.ui-commandlink {
    font-size: 100%
}
.ui-datalist {
    width:300px;
    margin-bottom: 20px;
}
.ui-datalist-item {
    padding:3px;
    list-style: none;
}
.ui-dataview-list .ui-dataview-row {
    border-bottom: 1px solid #A8A8A8;
    padding: 25px 10px;
    /* with the exported variables from Nova and Luna Themes*/
    border-bottom-color: var(--input-border-color, #A8A8A8);
}
@media only screen and (max-width: 600px) {
    .ui-ss-inputtext {
        width: 100%;
        min-width: 100% !important;
    }
    .ui-ss-selectonemenu {
        width: 100%;
        min-width: 100% !important;
    }
}
@media only screen and (min-width: 600px) {
    .ui-ss-inputtext {
        width: 60%;
        min-width: 60% !important;
    }
    .ui-ss-selectonemenu {
        width: 60%;
        min-width: 60% !important;
    }
}

/* Intestazioni dei report; la resa su carta e' definita in print.css */
.report-intestazione {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
}
.report-sottotitolo {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-bottom: 8px;
}

.logo {
    width: 5%;
}
.detail {
    width: 85%;
    padding-left: 25px;
}

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


.ui-paginator > a {
    width: 32px;
    height: 32px; 
}



.ui-paginator a {
    background-color: #1E88E5;
}


.ui-paginator a,
.ui-sortable-column-icon:before {
    font-family: FontAwesome;
}



.ui-paginator span span, 
.ui-paginator a span { 
    display: none; 
}

.ui-paginator .ui-paginator-first:before { 
    content: "\f048";
}

.ui-paginator .ui-paginator-prev:before { 
    content: "\f04a";
}

.ui-paginator .ui-paginator-next:before { 
    content: "\f04e";
}

.ui-paginator .ui-paginator-last:before { 
    content: "\f051";
}


/* Report fatturato: colore della barra soglia forfettaria */
.soglia-vicina .ui-progressbar-value {
    background: #e67e22;
}
.soglia-superata .ui-progressbar-value {
    background: #c0392b;
}
