﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;

}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 45px; /* Vertically center the text there */
}

/* u kampani a u akci stylovani entit po platnosti */
.inactive-tr {
    color: #a3a3a3;
    font-style: italic;
}

/* toggle button korektura pro toggle handle*/
/* Bootstrap Toggle v2.2.2 corrections for Bootsrtap 4*/
.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}

.bg-light-blue {
    background-color: #ace8fd;
}

.sp-modal {
    background: #EFEFEF;
}

.campaigns-thermometer-text {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 90%;
    font-weight: 700;
}

/* ----------------Tooltip---------------- */
.tooltip {
    pointer-events: none; /* průchozí pro klik, aby nebokoval proklik na tlačítko*/
}

/* ----------------LOADING---------------- */
/*Styly pro - Wait_Screen - Results*/
#loading_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 125px;
    height: 125px;
}

#loading_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 50%;
    text-align: center;
}

#loading {
    position: fixed;
    inset: 0;
    z-index: 50001 !important;
}

.blur-overlay {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); /* Safari */
}

.nobreak {
    white-space: nowrap
}

#appNotification {
    top: 10%;
    left: 30%;
    width: 40%;
    margin: 0 auto;
    z-index: 50000 !important;
    position: fixed;
}

.msg-box {
    width: 50%;
    margin: 0 auto;
    z-index: 2000;
    height: auto;
}

.menu-icon-margin {
    margin-right: 4px;
    margin-left: 1px;
}

.small-icon-margin {
    margin-left: 3px;
    margin-right: 6px;
}

.big-icon-margin {
    margin-right: 3px;
}

.margin-top-15 {
    margin-top: 15px;
}

.width-100 {
    width: 100px;
}

.d-none {
    display: none;
}

.wb-ba {
    word-break: break-all;
}

.margin-left15 {
    margin-left: 15px;
}

.margin-left0 {
    margin-left: 0px;
}

.mb-3, .my-3 {
    margin-bottom: 2rem !important;
}

.pagination {
    margin-top: 15px;
}

.margin-left10 {
    margin-left: 10px;
}


/* SP - multiselect classes*/
.bootstrap-select.filter-ms .dropdown-menu.inner li {
    border-left: 0;
    padding: .25em 0.3rem;
    border-left: 3px solid transparent;
}

.bootstrap-select.filter-ms .dropdown-menu.inner li:hover,
.bootstrap-select.filter-ms .dropdown-menu.inner li:focus {
    border-left: 3px solid #007bff;
    background-color: rgba(0, 123, 255, 0.5);
    color: #fff;
}


.attachment-removed {
    text-decoration: line-through;
    opacity: 0.7;
}