.ui-page, .ui-panel-content-wrap, .ui-page-theme-a .ui-panel-wrapper {
    background: url('../images/gsv-aruhaz.jpg') no-repeat fixed center center !important;
    background-size: cover !important;
}
.login-block {
    width: 295px;
    padding: 10px 15px 10px 15px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #ff656c;
    margin: 0 auto;
}
.ui-field-contain {
    margin-bottom: 20px;
}
.respwidth {
    width: 400px;
}
.displaynone {
    display: none !important;
}
/* jótállás lista */
#id_table_items {
    margin: 0 auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
    background: none;
    color: #000;
}
#id_table_items > div {
    float: left;
    width: calc(100% - 2em);
    margin: 0 1em;
}
.data_header .card > div {
    float: left;
    width: 33.333333%;
    margin-bottom: 1em;
}
.data_header div:not(.exitbutton) > span {
    line-height: 34px;
}
.header_title {
    font-size: 16px;
    font-weight: bold;
}
.item_name {
    font-size: 13px;
    font-weight: bold;
}
.item_value {
    font-size: 13px;
}
.exitbutton {
    float: right;
    border: 2px solid #ff656c;
    border-radius: 4px;
    padding: 5px 10px;
    color: #ff656c;
    cursor: pointer;
}
.exitbutton:hover {
    background-color: #ff656c;
    color: #fff;
}
.exitbutton > span {
    font-size: 14px;
    font-weight: bold;
}
.data_items {
    float: left;
    padding: 0;
}
.card_item {
    float: left;
    width: 100%;
    margin: 2px 0;
}
.card_item > span {
    float: left;
}
.card_item > .item_name {
    width: calc(40% - 8px);
    padding-right: 8px;
}
.card_item > .item_value {
    width: 60%;
}

.card_cont {
    padding: 0 0.75em;
    margin-bottom: 0.75em;
}
.card {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #555;
    margin-bottom: 1em;
    height: calc(100% - 1em);
    padding: 0.75em 0.75em 0 0.75em;
}

.nodata {
    float: left;
    background-color: #fff;
    padding: 12px;
    color: #000;
    font-size: 14px;
    text-align: center;
    border: 1px solid #555;
    width: calc(100% - 24px);
}
.center {
    text-align: center;
}
.center > span {
    width: 100%;
    float: left;
    line-height: 17px !important;
}
.center > .item_value {
    margin-top: 4px;
    margin-bottom: -4px;
}
.downloadButtonCont {
    float: left;
    width: 100%;
    margin: 1em 0;
    text-align: center;
    position: relative;
    top: -88px;
}
.downloadButton {
    background-color: #ff656c;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 50px;
    width: fit-content;
    display: inline-block;
    font-family: sans-serif;
    border: 2px solid #ff656c;
}
.downloadButton:hover {
    background-color: #fff;
    color: #ff656c;
}
/* reszponzív */
@media (max-width: 850px) {
    .data_header .card > div {
        width: 100%;
    }
    .data_header .card > div:last-child {
        position: absolute;
        right: calc(1em + 12px);
    }
}
@media (min-width: 28em) {
    .ui-field-contain>label, .ui-field-contain .ui-controlgroup-label, .ui-field-contain>.ui-rangeslider>label {
        width: 25%;
    }
    .ui-field-contain>label~[class*=ui-], .ui-field-contain .ui-controlgroup-controls {
        width: 73%;
    }
}
@media (max-width: 480px) {
    .respwidth {
        width: calc(100% - 34px);
    }
}
/* silent */
.silent .data_header .card > div {
    width: 50%;
}
.silent .data_header .card > div:last-child {
    display: none;
}
.silent .data_header .card > div:nth-child(2) .center {
    text-align: right;
}
