/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01.10.2018, 15:15:51
    Updated    : 11.10.2018, 13:10:28
    Author     : VladimÃ­r
*/

/* START utilized classes - just add_class */

/* neviditelny hover - idealne pro itemy, kde je vizualizace nezadouci */

.like_display {
    border-color: transparent;
    background-color: transparent;
    min-height: 2.4rem;
    box-shadow: none;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 24px;
}

.like_display_sm {
    border-color: transparent;
    background-color: transparent;
    min-height: 2.4rem;
    box-shadow: none;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 24px;
}

.no_hover:hover {
    background-color: transparent !important;
}

.no_bold {
    font-weight: initial;
}

.region_320 {
    min-height: 320px;
}

.apex_logo {
    border-top: 2px solid rgb(245, 251, 255);
}

.ahold_blue {
    color: #007bc2;
}

.ahold_blue_bg {
    background-color: #007bc2;
}

.u-orange-text {
    color: #ffa500!important;
}

.t-Card-icon .t-Icon.fa {
    border-radius: 100%;
    box-shadow: 0px 0px 2px 0px #bfbfbf;
}

.t-Card-icon.ahold_blue_bg .t-Icon.fa {
    border-radius: 100%;
    box-shadow: 0px 0px 2px 0px #017bc2;
}

.t-Card-icon.ahold_blue_card .t-Icon.fa {
    color: #017bc2;
    background-color: white;
    border: 1px solid #017bc2;
    border-radius: 100%;
    box-shadow: 0px 0px 2px 0px #017bc2, 0px 0px 2px 0px #017bc2 inset;
}

.lower {
    text-transform: lowercase;
}

.nowrap {
    white-space: nowrap;
}

/* END utilized classes - just add_class */

/* START upravy APEX 18.1 */

/* max width display only itemu - reseni pro kombinaci s u-tC nebo u-tR */
.t-Form-itemWrapper .display_only {
    width: 100%;
}

/* uprava pro nezalamovani important labelu */
.t-Form-labelContainer label {
    white-space: nowrap;
}

/* uprava height obrazovky - nezobrazovani scrollbaru pri dostatku obsahu */
.t-Body-content {
    min-height: calc(100vh - 48px);
}

/* END upravy APEX 18.1 */
@media (max-width: 800px) {
    .t-PageBody--login .t-Body {
        display: flex;
/*
        background-image: none !important;
        background-color: #f1f3f4 !important;
    }
*/
}

@media (max-width: 480px) {
    .t-PageBody--login .t-Body .t-Body-wrap {
        width: 90%;
    }
}

.session-timeout-container {
    margin: 8px;
}

.t-AVPList--leftAligned .t-AVPList-value {
    word-break: break-word;
   /* width: auto; */
}