.ui-widget-header {
    text-shadow: none;
}

.ui-panel .ui-panel-content {
    padding: 0;
}

.ui-datatable tbody td {
    white-space: normal;
    font-size: 13px;
}

.menuitempanel {
    padding-top: 5px;
    text-align: center;
}

.config-panel {
    margin: 0px; 
    padding: 0px; 
    background: transparent; 
    margin-right: auto;
}

.empty-table-border.ui-datatable tbody td {
    background: #f3f3f3;
    border: 1px solid #CCC;
}

.ui-datatable thead th {
    white-space: normal;
}

.ui-widget {
    font-size: 13px !important;
    border: 0px;
}

.ui-inputfield {
    box-shadow: none !important;
}

.break-3line {
    word-break: break-all;
    overflow: hidden;
    max-height: 3em;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.ui-widget-content .icon_przelewy24 {
    background-image: url('/resources/images/logo_przelewy24.png');
    width: 300px; 
    height: 100px;
}

.hide-column-names table thead tr {
    display: none;
}

.empty-column-names table:first-child thead:first-child th {
    background: transparent !important;
    border: none !important;
}

.noHeader.ui-datatable table thead tr {
    display: none;
}

.redcolor {
    color: #c72404;
}

.ui-growl-item {
    background: #aaa;
    color: white;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight redcolor {
    border: inherit;
    background: inherit;
    color: #c72404;
    text-shadow: inherit;
}

reset-background-scroll .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight redcolor {
    background: #aaa
}

.check-button {
    color: #c72404;
}

.clear-button {
    color: transparent;
}

.count-field {
    font-size: smaller; 
    color: gray;
}

.clean-pgrid-style .ui-widget-content {
    background: inherit !important;
}

.clean-pgrid-style .ui-widget-content td {
    border-style: none !important;
}

.clean-grid-padding .ui-widget-content td {
    padding-left: 0px;
}

tr.ui-widget-content .gridwithhorisontalseparator tr[role=row] {
    border-bottom: 2px;
    border-bottom-style: solid;
    border-color: #ededed;
}

.gridwithverticalseparator {
    border: 2px;
    border-style: solid;
    border-color: #ededed;
}

.gridwithhorisontalseparator2 {
    border-bottom: 4px;
    border-bottom-style: solid;
    border-color: #ededed;
}

.groupSelector ul[role="tablist"] {
    background: transparent;
}

.scrollerEmptyBorder .ui-datascroller-content {
    border: none;
}

.colst {
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: middle;
}

.col1st {
    width: 18px;
}
.col2st {
    width: 60px;
}
.col3st {
    width: 100%;
}
.col4st {
    width: 40px;
}
.col5st {
    width: 60px;
}
.col6st {
    width: 65px;
}

.col1streg {
    width: 160px;
}
.col2streg {
    width: 160px;
}
.colOrder {
    width: 300px;
}

.colboldform {
    font-weight: bold;
}

.formalignleft {
    text-align: left;
}

.clean-padding .ui-panel .ui-panel-content {
    padding: 0px;
}

.formalignright {
    text-align: right;
}

.summarybutton, .summarybutton:link, .summarybutton:visited {
    color: #505F79;
    border-radius: 10px;
    border: 2px solid #505F79;
    transition: all .5s ease;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    background-color: white;
}

.summarybutton:hover, .summarybutton:visited:hover {
    background: #505F79;
    color: white;
    text-decoration: none;
}

.smallbutton, .smallbutton:link, .smallbutton:visited {
    color: #505F79;
    border-radius: 8px;
    border: 1px solid #505F79;
    transition: all .5s ease;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    background-color: white;
}

.smallbutton:hover, .smallbutton:visited:hover {
    background: #505F79;
    color: white;
    text-decoration: none;
}

.redbutton, .redbutton:link, .redbutton:visited {
    color: #c72404;
    border-radius: 10px;
    border: 2px solid #c72404;
    transition: all .5s ease;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    background-color: white;
}

.redbutton:hover, .redbutton:visited:hover {
    background: #c72404;
    color: white;
    text-decoration: none;
}

.chgbutton, .chgbutton:link, .chgbutton:visited {
    background: black;
    color: white;
    transition: all .5s ease;
    text-align: center;
    padding: 8px;
    text-decoration: none;
}

.chgbutton:hover, .chgbutton:visited:hover {
    background: #D20005;
    color: white;
    text-decoration: none;
}

.topAlign {
    vertical-align: top;
}

.centerPnl {
    width: 100%;
}

.pkdbtn td, th topAlign {
    vertical-align: middle;
}

.middleAlign td, th {
    vertical-align: middle;
}

.ui-chkbox .ui-chkbox-box {
    background: transparent;
}

.ui-chkbox .ui-chkbox-box:hover {
    box-shadow: none;
}

.borderbtn {
    border: 1px solid #a8a8a8;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
}


/* Custom styles for the SlideOut */  
.feedback-panel {  
    border-color: #a8a8a8;  
    border-width: 1px;  
}  
/*  Handle defaults and "closed" state */  
.feedback-handle {  
    padding: 8px;  
    font-size: 14px;  
    border-width: 1px;  
    border-style: solid;  
    border-color: black;  
    color: black;  
    background-color: white;  
}  
/*  Style applied to handle "open" state */  
.ui-slideouttab-open>.feedback-handle {  
    color: white !important;  
    background-color: #a8a8a8;  
}




/* fa - cyferka w prawym gornym rogu */
.fa-layers-counter {
    font-weight: normal;
    font-size: 1.5em;
    background-color: #c72404;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: -3px;
    text-overflow: ellipsis;
    top: -3px;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right;   
}

.fa-layers-counter, .fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center;
}    

.fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
    transform-origin: center center;
}  

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}     

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em;
}

/* fa - koniec */
.remainTable td:last-child {
    width: 20px; 
}

.ui-datatable.borderless thead th,
.ui-datatable.borderless tbody,
.ui-datatable.borderless tbody tr,
.ui-datatable.borderless tbody td {
    border-style: none;
}

.emptydatapnl {
    background: #eeeeee;
}

.customTitleBar > .ui-panel-titlebar {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: unset;
    font-size: 1.6vw;
    font-weight: normal;
}

.rmt-pkd-desc {
    background: papayawhip;
}

.rmt-pkd-icon {
    margin-right: 6px;
}

.empty-paginator .ui-paginator {
    background: transparent;
    border: none;
}

.brand-name-column {
    width: 200px;
}


.osmmap {
    height: 400px;
    width: 100%;
}

.stattexth1 {
    font-size: 1.71428571em !important;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 1.16666667;
    color: #333;
}

.stattexth2 {
    font-size: 1.41428571em !important;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.1333;
    color: #333;
}

.stattextclass {
    font-size: 1.41428571em; color: white;
}

.footerNavContent {
    background-color: #2D3039;
    color: #A4A4A7;
    min-height: 7em;
}

.poweredByContent {
    background: #1D1F25; 
    color: #A4A4A7;
    min-height: 3em;
}

.verticallyCenteredContainer {
    display: flex;
    align-items: center;
}

.centeredContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rodoNotificationBar {
    filter:alpha(opacity=80);
    opacity:0.8;
    z-index: 1000;
}

.ui-autocomp .ui-autocomplete-token-label {
    padding-right: 1em;
    padding-left: 0.1em;
    font-weight: normal;
    color: white;
    font-family: "latoregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: none;

    width: 174px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;                
}
.ui-autocomp .ui-autocomplete-token {
    background: #186ba0;
    display: table;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.ui-autocomp .ui-icon {
    background-image: url(/javax.faces.resource/images/ui-icons_ffffff_256x240.png.xhtml?ln=primefaces-aristo) !important;
}


.ui-chips-token-icon {
    background-image: url(/javax.faces.resource/images/ui-icons_ffffff_256x240.png.xhtml?ln=primefaces-aristo) !important;
}

.ui-chips-token {
    background: #186ba0 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.ui-chips-token-label {
    color: white;
    text-shadow: none;
    font-family: "latoregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.ui-chips-container {
    width: 100%;
}

@media screen and (max-width : 640px) {
    .phoneshide {
        display: none !important;
    }
}

