/*

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;*/
/*}*/

hr{
    height: 1px;
    width: 100%;
    border-width: 0;
    background-color: #e0e0e0;
}

.DispNone {
    display: none;
}

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

.Fright {
    float: right !important;
}

.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;
}

/* 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 .breadcaronte {
    background-color: white;
    border: transparent;
}

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

body .ui-inputswitch.ui-inputswitch-checked {
    background-color: #44C26E !important;
    border-color: #00796b !important
}

body .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-handle {
    background-color: #00796b !important;
    color: #00796b !important
}

body .ui-inputswitch.ui-widget.ui-widget-content.ui-inputswitch-checked.ui-state-disabled{
    background-color: #80bcb5 !important;
    color: #44C26E !important
}



.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;
}

.ui-selectcheckboxmenu .ui-selectcheckboxmenu-multiple-container .ui-selectcheckboxmenu-token {
    background: #00796b !important;
    color: #ffffff !important;
}

.ui-selectcheckboxmenu-multiple-container{
    min-height: 29px !important;
}

.out-panel-layout{
    border: 1px solid #ededed;
    border-radius: 3px;
    padding: 15px;
}

.card-title{
    font-size: 20px;
    font-weight: 400;
    margin: 0px 14px 15px;
    padding: 7px 0px;
}


.color-false {
    color: #d03535;
}


.color-true {
    color: #44C26E;
}

.color-partial {
    color: #F0DD0C;
}

.color-warning {
    color: #eea236 !important;
}

.warning-message{
    background-color: #ffe399;
    border: 1px solid #eea236;
    border-radius: 3px;
    color: #bd5c09;
    padding: 13px;
    margin: 10px 0px;
    font-size: 17px;
    font-weight: 500;
}


.icon-left{
    margin-right: 10px;
}

.column-group-footer{
    background-color: #def1f0 !important;
    font-weight: bold !important;;
}


.table-menu-button {
    float: right !important;
    margin-left: 0.1em !important;
}

.ui-dialog-reconfirm-fixed-top {
    margin-top: 150px !important;;
}

.ui-dialog {
    position: absolute !important;
    margin-top: calc(10vh - 100px);
    margin-left: -300px !important;
    top: 50% !important;
    left: 50% !important;
    min-width: 200px !important;
}

.ui-confirm-dialog {
    position: fixed !important;
    margin-top: -50px !important;
    margin-left: -175px !important;
    top: 50% !important;
    left: 50% !important;
}

/* FIX MENU */
.caronte-welcome {
    padding: 30px 20px;
    min-height: 512px;
}

.layout-wrapper.layout-horizontal.layout-menu-light .layout-menu-container .layout-menu > li > ul {
    z-index: 99 !important;
}

.layout-wrapper.layout-horizontal .layout-menu-container {
    min-height: 46px !important;
}

@media screen and (min-width: 896px){
    .layout-wrapper .layout-menu-container {
        height: auto !important;
    }
}

.layout-wrapper.layout-horizontal .layout-menu-container .layout-menu > li > ul {
    top: 28px !important;
    max-height: 490px !important;
}

/* END FIX MENU */