/*.ui-button-text-only .ui-button-text {
        padding: 0.3em 0.4em;
    }
     
    .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox {
        visibility: hidden;
    }
     
    .ui-filter-column .ui-column-customfilter .custom-filter {
        width: 100%;
        box-sizing: border-box;
    }*/

/*.ui-panel .ui-panel-titlebar{
    height: 28px;
    padding-top: 0px;
    margin-top: 0px;
}*/
/*.ui-button-icon-only {
        border-radius: 5px !important;
        max-width: 20px !important;
        min-width: 20px !important;
    }

    .ui-button-icon-only .ui-icon.fa {
        font-size: 5em !important;
        margin-top: -5px !important;
    }

    .ui-button.ui-button-icon-only .ui-button-text{
        padding-top: 3px !important;
    }*/
:root {
    --text-color: black; /* lub inny kolor */
    --surface-a: white;
}

.center-container {
    display: flex;            /* Włącza flexbox dla kontenera */
    align-items: flex-start;  /* Wyrównuje dzieci w pionie do góry */
    justify-content: space-between;  /* Rozdziela dzieci na całej szerokości kontenera */
}

.login-button {
    margin-left: 20px;   /* Dodaje odstęp między panelem a przyciskiem */
    margin-right: 12px;
}

.center-panel {
    flex: 1;            /* Pozwala panelowi rozszerzyć się i zająć dostępną przestrzeń, zanim pojawi się przycisk */
}

.innerTable .ui-column-title {
    display: block !important; /* !important zapewnia, że ten styl będzie miał wyższy priorytet */
}

.innerTable tbody .ui-column-title {
    display: none !important; /* ukrywamy tytuły kolumn w ciele tabeli (poza nagłówkiem) */
}

.frac {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    letter-spacing: 0.001em;
    text-align: center;
}
.frac > span {
    display: block;
    padding: 0.1em;
}
.frac span.bottom {
    margin-top: 0;
    padding-top: 0;
    border-top: thin solid #312e25;
}
.frac span.symbol {
    display: none;
}
/*.mid{display:inline-block; float:left}
.top{display:inline-block; float:left}
.bottom{border-top:solid black 1px; display:inline-block; clear:left; float:left}*/
.ui-progressbar .ui-progressbar-value {
    background: #dcedcc;
}
.oze {
    background-color: #dcedcc;
    background-image: none !important;
    color: #000000;
}
.chp {
    background-color: #f9e6a9;
    background-image: none !important;
    color: #000000;
}
.heat {
    background-color: #f0cecd;
    background-image: none !important;
    color: #000000;
}
.cold {
    background-color: #d1e4eb;
    background-image: none !important;
    color: #000000;
}
.zero {
    background-color: #ffffff;
    background-image: none !important;
    color: #000000;
}
li.ui-menuitem:last-child {
    float: right !important;
}

.ui-fileupload-filename{
    font-size: 200%;
    color: #459e00;
    vertical-align: bottom;
}

.ui-widget, .ui-widget .ui-widget {
    font-size: 90% !important;
}

.ui-datatable .ui-button{
    float: left;
}

.admin-dashboard-button{
    width: 150px;
    height: 150px;
    margin: 10px;
}

.userMembersTableStyle{
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}

.userDataPanelStyle{
    margin-left: auto;
    margin-right: auto;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.summ .ui-widget-header{
    text-align: right;
}

.userDataTableStyle{
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}

.loginPanelStyle{
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    margin-top: 15%;
}

.statusPanelStyle{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /*    margin-top: 15%;*/
}

.errorPanelStyle{
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    /*    margin-top: 15%;*/
}

.adminFeeTableStyle{
    margin-left: auto;
    margin-right: auto;
    /*width: 90%;*/
    margin-top: 1%;
}

.contentStyle{
    margin-bottom: auto;
}

.userFormStyle{
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

.ui-selectmanymenu{
    width: 100% !important;
    overflow: hidden !important;
}

.ui-layout-north {
    z-index:20 !important;
    overflow:visible !important;
}
.ui-layout-north .ui-layout-unit-content {
    overflow:visible !important;
}
.ui-widget-header {
    text-align: center;
    /*text-transform: uppercase;*/
}
.ui-datatable .ui-datatable-footer .footer-section {
    text-align: left;
    min-height: 22px;
}
/* 
    Created on : 2014-01-30, 14:41:42
    Author     : amadela
*/

#divHead{
    vertical-align: central;
}

#titleHead{
    font-size: 48px;
    text-align: right;
    vertical-align: central;
}

.selectOneMenu-option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.wordWrap{
    white-space:pre-line;
    word-wrap:break-word;
}

.wordBreak{
    white-space:pre-line;
    word-break: break-word;
}

#north {
    /*background: #FFFFFF;*/
    /*        background: url(../images/tgeLogo.png) no-repeat #FFFFFF;*/
    /*background-size: 367px;*/
    /*color: whitesmoke;*/
    /*font-smooth: always;*/
    /*border: none;*/
}

#line{
    width : 100%;
    height: 2px;
    /*background: #009966;*/
    background: #459e00;
}

body{
    padding: 5px;
}

.noBorders tr, .noBorders td {
    background: none !important;
    border: none !important;
    padding: 1px !important;
    margin:  0px !important;
}

a img {
    border: 0;
}

.weak {
    background-color: #F88E7D !important;
    border: 1px solid #F95D24 !important;
    width: 33.33% !important;
}

.medium {
    background-color: #FEE379 !important;
    border: 1px solid #EDB605 !important;
    width: 66.66% !important;
}

.strong {
    background-color: #81FF6C !important;
    border: 1px solid #05E428 !important;
    width: 101% !important;
}

.bar{
    filter:alpha(opacity=80);
    opacity:0.8;
    padding:50px 0 0 50px;
    z-index: 1000;
}

.browserInfo{
    background: #FEE379
}

.ui-menu.ui-menubar.redemptionsMenu .ui-menuitem-text {
    white-space: nowrap;
}
.ui-menu.ui-menubar.redemptionsMenu .ui-menu-child {
    width: auto;
}

.redguar {
    background-color: #dcedcc;
    background-image: none !important;
}

.ui-chkbox-icon.ui-icon.ui-icon-blank.ui-c {
    background: white;
}

.ui-radiobutton-box.ui-widget.ui-corner-all.ui-state-default {
    background: white;
    /*    border-color: #d4ccb0;*/
}

div.ui-tooltip {
    z-index: 2000 !important;
}

.ui-selectonemenu-filter-container {
    width: 97% !important;
}

.redemptionTable th{
    background: #EDB605;
}

/*.ui-state-default.myBackground,
.ui-widget-content .ui-state-default.myBackground,
.ui-widget-header .ui-state-default.myBackground {
    background-color: #f2f2f2;
}*/

table.myBackground th.ui-state-default,
table.myBackground th.ui-widget-content .ui-state-default,
table.myBackground th.ui-widget-header .ui-state-default {
    background: #dcedcc;
    color: #000000;
    border-color: #dfd9c3;
}

/*.ui-menu.ui-menubar.redemptionsMenu .ui-menu-child .ui-menuitem {
    width: auto;min-width: max-content;
}*/

/*.ui-datatable .ui-sortable-column-icon {
    display: none !important;
}*/

/*.ui-datatable .ui-sortable-column-icon {
    display: none !important;
}*/

/*.ui-progressbar {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top: 8px;
    height: 18px !important;
    border: solid 1px #c2c2c2 !important;
}
 
.ui-progressbar .ui-progressbar-value {
    display: block !important;
    margin-left: -2px !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
}*/