html {
    scroll-padding-top: 160px;
    scroll-behavior: smooth;
}
strong {
    color: #555555;
}
input[readonly="readonly"] {
    color: #999999;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.row.blurred,
.card.blurred,
tr.blurred td {
    filter: blur(3px);
    opacity: 0.25;
}
.row.blurred:hover,
.card.blurred:hover,
tr:hover.blurred td {
    filter: blur(0);
    opacity: 1;
}
.hidden {
    display: none !important;
}
.manualni_datum_svodky,
.edit_value_with_json_inputs,
.edit_prihlaseni_na_termin,
.edit_value_fake,
.edit_value {
    border-bottom: #000 1px dotted;
    cursor: pointer;
    padding: 0 5px;
}
.delete_dokonceny_nakup,
.delete_row {
    cursor: pointer;
}
.accept_benefit_payment,
.accept_cash_payment {
    cursor: pointer;
}
.cursor_pointer {
    cursor: pointer;
}
#graph {
    height: calc(100vh - 340px);
}
.graph_vsichni_zajemci {
    height: calc(75vh - 340px);
    min-height: 340px;
}
.display_table {
    width: 100%;
    display: table;
}
.display_table_cell {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
a.color_white {
    color: #FFFFFF !important;
}
.border_top {
    border-top: #DDDDDD 1px solid;
}
.border_top_bold {
    border-top: #DDDDDD 2px solid;
}
.border_bottom_bold {
    border-bottom: #DDDDDD 2px solid;
}
.border_bottom {
    border-bottom: #DDDDDD 1px solid;
}
.border_bottom_dashed {
    border-bottom: #DDDDDD 2px dashed;
}
.border_bottom_none,
.border_bottom_none td {
    border-bottom: none;
}
.border_top_none,
.border_top_none td {
    border-top: none;
}
.basic_select_width {
    width: 200px;
}
.chci_zmenit_termin_width {
    width: 287px;
}
.a_name {
    position: absolute;
    margin-top: 20px;
}
.old_price {
    color: #FFFFFF;
    background: linear-gradient(171deg, rgba(255,255,255,0) 40%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 55%);
}
#bootstrap_helper {
    padding: 5px;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 1.5em;
    z-index: 10000;
}
.arrow-down {
    display: block !important;
}
.header-profile-user-initials   {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    position: absolute;
    margin-top: 8px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.0em;
}
.header-profile-user {
    background: none !important;
}
.outer  {
    width: 100%;
    height: 100%;
    display: table;
}
.outer .inner {
    width: 100%;
    height: 100%;
    display: table-cell;
    /*text-align: center;*/
    vertical-align: middle;
}
.tab_clone_for_mobile {
    background-color: #F6F6F6;
    height: 90px;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
}
.tab_clone_for_mobile::after {
    content: "";
    background-image: url("../../assets-2/images/arrow-down.png");
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 35px;
    right: 20px;
    opacity: 0.5;
}
.tab_clone_for_mobile.open {
    background-color: #FFFFFF !important;
}
.tab_clone_for_mobile.open::after {
    opacity: 0;
}
.tab_to_clone {
    background-color: #ECE8DF;
    margin-right: 10px;
}
.tab_to_clone.active {
    background-color: #FFFFFF !important;
    position: relative;
    z-index: 10;
}
.open .blank_pill,
.active .blank_pill {
    opacity: 0;
}
.bg-eshop {
    background-color: #F9BC0B;
}
.btn-eshop,
.btn-eshop:hover {
    background-color: #01636d;
    color: #FFFFFF;
}
.text-eshop {
    color: #01636d;
}
.text_black {
    color: #000000;
}
.text_white {
    color: #FFFFFF !important;
}
.text_gray {
    color: #777777;
}
.text_red_bold {
    color: #FF0000;
    font-weight: 900;
}
.main-content { /* fix that allows position:sticky */
    overflow: unset;
}
.topnav { /* fix that allows position:sticky */
    top: 0;
}
.position_sticky {
    position: sticky;
    top: 150px;
}
.employee_profile_pic {
    height: 135px;
}
.employee_profile_pic_small {
    width: 32px;
    height: 32px;
    position: absolute;
    display: inline-block;
    background-size: cover;
    background-position: center;
    left: 0;
    margin-top: -16px;
}
.employee_profile_pic_small:hover {
    width: 500px;
    height: 500px;
    z-index: 90;
    box-shadow: #666666 2px 2px 4px;
    background-color: #FFFFFF;
}
.h5_sticky  {
    position: sticky;
    top: 125px;
    background-color: #FFFFFF;
    z-index: 90;
}
.social_icon {
    width: 24px;
}
.email_decoy {
    position: absolute;
    top: -500px;
    opacity: 0;
}
.text_purple {
    color: #5F0890;
}
.btn_purple {
    background-color: #5F0890;
}
.accordion h5 a::before {
    transform: rotate(0deg) !important;
}
.accordion h5 a.collapsed::before {
    transform: rotate(0deg) !important;
}
.responsive_embed {
    height: 800px;
}
@media (max-width: 992px) {
    .responsive_embed {
        height: 500px;
    }
}
.vertical_mirror {
    display: inline-block;
    transform: rotate(180deg) scaleY(-1);
}
.text_faded {
    color: #AAAAAA;
}
.progress_height {
    height: 25px;
}
.bg_pataci {
    background-color: #9858A9 !important;
}
.bg_sedmaci {
    background-color: #4964C0 !important;
}
.bg_beige {
    background-color: #FAF8F4;
}
.bg-soft-neprectena-notifikace {
    background-color: #FFF7E7;
}
.text_underline {
    text-decoration: underline !important;
}
.text_underline_dashed {
    text-decoration: underline dashed !important;
}
.exclamation_icon {
    float: left;
    width: 22px;
    margin-right: 10px;
}
.nadchazejici_vikendy_icon {
    height: 22px;
    margin-right: 5px;
}
.slimak_icons_in_circle {
    width: 32px;
    margin-right: -10px;
}
.float_right {
    float: right;
}
.den_v_tydnu_ctverec {
    width: 50px;
    height: 50px;
    background-color: #ECE8DF;
    font-weight: 900;
    font-size: 1.5em;
    border-radius: 10px;
    display: inline-block;
}
#zvolene_terminy:disabled {
    opacity: 0.25;
}
.box_shadow_none {
    box-shadow: none !important;
}
.bg_hover_no_hover,
.bg_hover:hover {
    background-color: #F5FDFF !important;
}
.margin_top_minus_one {
    margin-top: -1px !important;
}
.nejblizsi_termin_border {
    border-left: #28D270 3px solid !important;
}
.dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
}
.tab_image {
    width: 50px;
}
.nav-tabs .nav-item {
    margin-bottom: -2px;
}
#accordionExample .card-header h5 button.collapsed::before {
    content: "\f1ce";
}
#accordionExample .card-header h5 button::before {
    content: "\f192";
}
#accordionExample .card-header h5 button.no_before::before {
    content: "";
}
.swal_inputs_container {
    height: 50px;
}
.w_49 {
    width: 49%;
}
.azure_blob {
    width: 250px;
}
.download_arrow {
    width: 15px;
    margin-right: 5px;
}
.white_space_unset {
    white-space: unset;
}
.white_space_collapse {
    white-space: collapse;
}
.white_space_no_wrap {
    white-space: nowrap;
}
.font_weight_400 {
    font-weight: 400;
}
.app_bg {
    background: url("../../assets-2/images/app-bg.jpg?v=3") no-repeat center right;
    background-size: cover;
}
.cd_timeline_content {
    border: none;
    background: none;
}
.cd_timeline_content::before {
    display: none;
}
.cd_timeline_img {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 5px solid #FFF2D2;
    margin-left: -10px;
}
@media (max-width: 1169px) {
    .cd_timeline_img {
        margin-left: 10px;
    }
}
.cd-date {
    opacity: 1 !important;
}
.nejblizsi_termin_outline {
    border-radius: 1000px;
    outline: #28D270 3px solid;
    position: relative;
}
.misa {
    width: 54px;
}
.w_50_px {
    width: 50px;
}
.text_strike {
    text-decoration: line-through;
}
.text_tmave_zluta {
    color: #474539 !important;
}
.bg_navbar_name {
    background-color: #D7F4F5;
}
.bg_bg {
    background-color: #F3F0E9;
}
.border_radius_05 {
    border-radius: 0.5em;
}
.bg_primary_2025,
.bg_navlink.active a,
.nav-link.bg_navlink.active {
    background-color: #17A4C2 !important;
}
.bg_primary_2025,
.bg_navlink.active a,
.border_navlink {
    border-color: #17A4C2 !important;
}
.text_primary_2025 {
    color: #17A4C2 !important;
}
.bg_soft_primary_2025 {
    background-color: #eafaff;
}
.margin_0 {
    margin: 0;
}
.text_muted_2 {
    color: #8F8C82;
}
.bg_tab {
    background-color: #ECE8DF;
}
.bg_distancni {
    background-color: #DAFCE9;
}
.bg_soft_danger {
    background-color: #FBDCE6;
}
.text_distance {
    color: #23A359;
}
.bg_text_distance {
    background-color: #23A359;
}
.text_soft_danger {
    color: #EB5957;
}
.percentil_bg {
    background-color: #28D270;
}
.vzkaz_negative_margin {
    margin-top: -9px;
}
@media (max-width: 991px) {
    .vzkaz_negative_margin {
        margin-top: 10px;
    }
}
.bg_prijimacky_box {
    background-color: #EEFFF5;
}
.border_color_1 {
    border-color: #B1AEA3 !important;
}
.bg_soft_info_2025 {
    background-color: #E7FBFF;
}
.border_radius_25 {
    border-radius: 25px;
}
.icon_left_in_button {
    position: absolute;
    font-size: 30px;
    left: 10px;
    top: -7px;
}
.margin_0_auto {
    margin: 0 auto;
}
.bg_orange {
    background-color: #FFE8D4;
}
.bg_orange_percentil {
    background-color: #F2994A;
}
.bg_red_percentil {
    background-color: #EB5957;
}
.text_orange {
    color: #CB6E1C;
}
.bg_peach_light {
    background-color: #FFF5EB !important;
}
.border_success {
    border: #23A259 1px solid;
}
.border_danger {
    border: #D32320 1px solid;
}
.border_light {
    border: #DDDDDD 1px solid;
}
.bg_soft_danger_2025 {
    background-color: #FFEFF4;
}
.bg_soft_warning_2025 {
    background-color: #FFF6EE;
}
@media (max-width: 991.98px) {
    .topnav {
        max-height: unset;
    }
}
.btn_outline_primary_2025 {
    color:#17A4C2;
    border-color:#17A4C2;
}