/*

ui-sm-* Phones max-width: 40em (640px)
ui-md-* Tablets min-width: 40.063em (641px)
ui-lg-* Desktops min-width: 64.063em (1025px)
ui-xl-* Big screen monitors min-width: 90.063em (1441px)

When the number of columns exceed 12, columns wrap to a new line.

Same can also be achieved by having two ui-g containers to semantically define a row.

Direct children of ui-g has the same height automatically.

A column has a default padding by default, to remove it you may apply ui-g-nopad style class.

Most of the time, ui-md-* styles are used with default ui-g-* classes, to customize small or large
screens apply ui-sm, ui-lg and ui-xl can be utilized.

http://www.primefaces.org/docs/guide/primefaces_user_guide_6_0.pdf

Grid Css

*/
.ui-chkbox-all {
    padding-right: 20%;
    padding-bottom: 30%;
}

.ui-tooltip {
    max-width: 400px;
}

.scrollup {
    position: fixed;
    bottom: 20px;
    right: 40px;
    text-indent: -9999px;
    display: none;

    /*   background-color: #26A69A; */
}

.ui-datalist {
    background-color: transparent !important;
    border: none !important;
    color: inherit !important;
}

.ui-datalist-content {
    background-color: transparent !important;
    border: none !important;
    color: inherit !important;
}

.ui-fieldset-legend {
    display: none !important;
}

.ui-fieldset {
    border: none !important;
}

.ui-datatable table tbody tr td {
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectcheckboxmenu-item label {
    white-space: normal !important;
}

.ui-selectcheckboxmenu-item {
    white-space: normal !important;
}

.ui-selectonemenu-list-item {
    white-space: normal !important;
}

.ui-inputnumber .ui-inputfield {
    text-align: right !important;
}

.ui-treetable tbody td {
    white-space: normal !important;
}

.ui-state-highlight .ui-link {
    color: #ffffff !important;
    margin-right: 5px !important;
}

.ui-link {
    color: #27aae1 !important;
    margin-right: 5px !important;
}

.DispNone {
    display: none;
}

/* Floating */
.Fleft {
    float: left;
}

.Fright {
    float: right !important;
}

.Fcenter {
    float: right;
    position: relative;
    left: -25%;
    text-align: left;
}

.Fnone {
    float: none !important;
}

/* Text Aligns */
.TexAlCenter {
    text-align: center;
}

.TexAlLeft {
    text-align: left;
}

.TexAlRight {
    text-align: right !important;
}

/* Font Sizes */
.Fs9 {
    font-size: 9px !important;
}

.Fs10 {
    font-size: 10px !important;
}

.Fs11 {
    font-size: 11px !important;
}

.Fs12 {
    font-size: 12px !important;
}

.Fs13 {
    font-size: 13px !important;
}

.Fs14 {
    font-size: 14px !important;
}

.Fs15 {
    font-size: 15px !important;
}

.Fs16 {
    font-size: 16px !important;
}

.Fs17 {
    font-size: 17px !important;
}

.Fs18 {
    font-size: 18px !important;
}

.Fs19 {
    font-size: 19px !important;
}

.Fs20 {
    font-size: 20px !important;
}

.Fs21 {
    font-size: 21px !important;
}

.Fs22 {
    font-size: 22px !important;
}

.Fs23 {
    font-size: 23px !important;
}

.Fs24 {
    font-size: 24px !important;
}

.Fs25 {
    font-size: 25px !important;
}

.Fs26 {
    font-size: 26px !important;
}

.Fs27 {
    font-size: 27px !important;
}

.Fs28 {
    font-size: 28px !important;
}

.Fs29 {
    font-size: 29px !important;
}

.Fs30 {
    font-size: 30px !important;
}

.Fs40 {
    font-size: 40px !important;
}

.Fs50 {
    font-size: 50px !important;
}

.Fs60 {
    font-size: 60px !important;
}

.Fs100 {
    font-size: 100px !important;
}

.Fs130 {
    font-size: 130px !important;
}

/* Text Decoration */
.Underline {
    text-decoration: underline;
}

.UnderlineHover:hover {
    text-decoration: underline;
}

/* Display */
.DispBlock {
    display: block;
}

.DispTable {
    display: table;
    vertical-align: middle;
}

.DispTableCell {
    display: table-cell;
    vertical-align: middle;
}

.DispNone {
    display: none;
}

.DispInlBlock {
    display: inline-block;
}

.DispInline {
    display: inline;
}

/* Overflows */
.OvHidden {
    overflow: hidden;
}

.OvScroll {
    overflow: scroll;
}

.OvAuto {
    overflow: auto;
}

.OvVisible {
    overflow: visible;
}

.OvXScroll {
    overflow-x: scroll;
}

.OvYScroll {
    overflow-y: scroll;
}

.OvXHidden {
    overflow-x: hidden;
}

.OvYHidden {
    overflow-y: hidden;
}

.BordRight {
    border-right: solid 1px transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.BordLeft {
    border-left: solid 1px transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.BordTop {
    border-top: solid 1px transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.BordBottom {
    border-top: solid 1px transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.BordAll {
    border: solid 1px transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* Height */
.Hei100 {
    height: 100%;
}

.Hei90 {
    height: 90%;
}

.Hei80 {
    height: 80%;
}

.Hei70 {
    height: 70%;
}

.Hei60 {
    height: 60%;
}

.Hei40 {
    height: 40%;
}

.Hei50 {
    height: 50%;
}

.Hei30 {
    height: 30%;
}

.Hei20 {
    height: 20%;
}

.Hei10 {
    height: 10%;
}

/* Margins */
.MarTopPerc5 {
    margin-top: 5%;
}

.MarTopPerc10 {
    margin-top: 10%;
}

.MarTopPerc20 {
    margin-top: 20%;
}

.MarTopPerc30 {
    margin-top: 30%;
}

.MarTopPerc40 {
    margin-top: 40%;
}

.MarTopPerc50 {
    margin-top: 50%;
}

.MarAuto {
    margin-left: auto;
    margin-right: auto;
}

.MarTop5 {
    margin-top: 5px;
}

.MarTop10 {
    margin-top: 10px;
}

.MarTop20 {
    margin-top: 20px;
}

.MarTop30 {
    margin-top: 30px;
}

.MarTop40 {
    margin-top: 40px;
}

.MarTop50 {
    margin-top: 50px;
}

.MarTopQuarter {
    margin-top: 25%;
}

.MarTopHalf {
    margin-top: 50%;
}

.MarBot10 {
    margin-bottom: 10px;
}

.MarBot20 {
    margin-bottom: 20px;
}

.MarBot30 {
    margin-bottom: 30px;
}

.MarRight5 {
    margin-right: 5px;
}

.MarRight10 {
    margin-right: 10px;
}

.MarRight20 {
    margin-right: 20px;
}

.MarRight30 {
    margin-right: 30px;
}

.MarLeft5 {
    margin-left: 5px;
}

/* Paddings */
.NoPadding {
    padding: 0px !important;
}

.PaddingTopPercent10 {
    padding-top: 10%;
}

/* Padding With Transparent Border*/
.Padding1 {
    padding: 1px;
    box-sizing: border-box;
}

.Padding3 {
    padding: 3px;
    box-sizing: border-box;
}

.Padding5 {
    padding: 5px;
    box-sizing: border-box;
}

.Padding10 {
    padding: 10px;
    box-sizing: border-box;
}

.Padding15 {
    padding: 15px;
    box-sizing: border-box;
}

.Padding20 {
    padding: 20px;
    box-sizing: border-box;
}

.PadLeftRightZero {
    padding-left: 0px;
    padding-right: 0px;
}

.PadTopBottomZero {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Font Type */
.FontBold {
    font-weight: bold;
}

.FontLight {
    font-weight: lighter;
}

.FontNormal {
    font-weight: normal;
}

.FontItalic {
    font-style: italic;
}

.iconAlCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.clearLeft {
    clear: left;
}

body .ui-breadcrumb {
    padding: 10px 16px;
}

body .ui-breadcrumb a {
    color: #000;
    font-size: 16px;
}

body .ui-breadcrumb li:first-child a {
    position: relative;
    font-size: 24px;
    margin-top: 0;
}

body .ui-breadcrumb li:first-child a span {
    display: none;
}

body .ui-widget-header .ui-icon {
    color: black;
}

body .breadsurf {
    background-color: white;
    border: transparent;
}

body .bordiSurf {
    border: solid 1px #BDC4C7;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.menu-button-style {
    width: auto !important;
}

#breadCrumb {
    background-color: white;
}

.Separator {
    border-bottom: dashed 1px #d1d3d4;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 0px;
    margin: 1.2rem 0px;
    clear: both;
}

.ui-button.purple-btn {
    background-color: #bf00ed;
}

.ui-button.purple-btn.ui-state-hover {
    background-color: #D838FF;
}

.ui-button.purple-btn.ui-state-focus {
    outline: 0 none;
    background-color: #a108c6;
}

.textRed {
    color: red;
}

.colorBox1 {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    background-color: #0753b6;
    font-weight: bold;
    border-style: solid;
    line-height: 25px;
}

.colorBox2 {
    text-align: center;
    overflow: hidden;
    font-size: 30px;
    color: #ffffff;
    background-color: #054291;
    font-weight: bold;
    border-style: solid;
    line-height: 25px;
}

.colorBoxDashProgramma {
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    color: #ffffff;
    background-color: #0753b6;
    font-weight: bold;
    border-style: solid;
    padding: 15px;
    margin-bottom: 25px;
}

.RedButton {
    background-color: red;
}

.scala {
    max-width: 70%;
    height: auto;
    width: auto;
}

redClass {
    background-color: red;
}

.blueClass {
    background-color: blue;
}

.yellowClass {
    background-color: yellow;
}

.greyClass {
    background-color: grey;
}

.orangeClass {
    background-color: orange;
}

.highlight1 {
    background: #FFDBA4 !important;
}

.highlight2 {
    background: #ff6740 !important;
}

.colorBox1DashProgetti {
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    background-color: #0753b6;
    font-weight: bold;
    border-style: solid;
    line-height: 25px;
}

.colorBox2DashProgetti {
    text-align: center;
    overflow: hidden;
    font-size: 22px;
    color: #ffffff;
    background-color: #054291;
    font-weight: bold;
    border-style: solid;
    line-height: 25px;
}

.scala {
    max-width: 70%;
    height: auto;
    width: auto;
}

.custom-file-upload > .ui-fileupload-content,
.custom-file-upload > .ui-fileupload-progress {
    display: none;
}

.custom-file-upload > .ui-fileupload-buttonbar {
    background-color: transparent;
    border: none;
}

.ui-fascicolo-file-upload {
    display: inline-flex;
    align-items: center;
}

.ui-fascicolo-file-upload > .ui-fileupload-content,
.ui-fascicolo-file-upload > .ui-fileupload-progress {
    border: none;
}

.ui-fascicolo-file-upload > .ui-fileupload-buttonbar {
    background-color: transparent;
    border: none;
    padding: 20px 10px 20px 0!important;
}

.ui-g-fascicolo-h-bg {
    background-color: #0753b6;
}

.ui-g-fascicolo-button {
    width: auto!important;
    background-color: #07abb6!important;
}

.ui-fascicolo-table {
    width: 100%;
    border: none!important;
}

.ui-fascicolo-table td {
    width: 50%;
    padding: 10px;
}

.custom-ui-treetable-scrollable {
    max-height: 400px;
    overflow-y: auto;
    display: block;
}