﻿@import url('https://rsms.me/inter/inter.css');

:root {
    --spravce-lightblue: 0, 170, 211;
    --spravce-blue: 0, 136, 202;
    --spravce-darkblue: 48, 51, 140;
    --spravce-yellow: 255, 237, 54;
    --spravce-black: 0, 3, 23;
    --spravce-white: 255, 255, 255;
    --spravce-gray1: #CFD2D9;
    --spravce-gray2: #A5ABB6;
    --spravce-gray3: #8E96A2;
    --spravce-gray4: #66707E;
    /*BOOTSTRAP VARIABLES*/
    --bs-body-color: var(--spravce-black);
    --bs-body-font-family: 'Inter', Arial;
    --bs-body-font-size: 0.875rem;
    --bs-dark-rgb: var(--spravce-black);
    --bs-primary-rgb: var(--spravce-blue);
    --bs-warning-rgb: var(--spravce-yellow);
    --bs-link-color: var(--spravce-gray4);
    --bs-dropdown-divider-bg: rgb(var(--spravce-lightblue));
    --bs-dropdown-divider-margin-y: .5rem;
    --bs-nav-link-font-size: .95rem;
}

h1 {
    color: rgb(var(--spravce-blue));
    font-weight: bold;
    font-size: x-large;
    text-align: center;
    border-bottom: 2px solid rgb(var(--spravce-yellow));
}

h2 {
    font-weight: bold;
    font-size: large;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
}

a {
    color: rgb(var(--spravce-blue));
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.btn-primary {
    --bs-btn-color: rgb(var(--spravce-white));
    --bs-btn-bg: rgb(var(--spravce-lightblue));
    --bs-btn-border-color: rgb(var(--spravce-lightblue));
    --bs-btn-hover-color: rgb(var(--spravce-white));
    --bs-btn-hover-bg: rgb(var(--spravce-darkblue));
    --bs-btn-hover-border-color: rgb(var(--spravce-darkblue));
}

.btn-warning {
    --bs-btn-color: rgb(var(--spravce-black));
    --bs-btn-bg: rgb(var(--spravce-yellow));
}

.cursor-pointer {
    cursor: pointer;
}

.vh-75 {
    height: 75vh;
}

.textbox-vyska {
    height: 3em;
}

.max-width-grid {
    max-width: 30vh;
}

.cssRegularExpressionValidator {
    color: red;
}

.accordion-button > i {
    font-size: 1.5rem;
    color: rgb(var(--spravce-blue));
    margin-right: 1rem;
}

.rbl input[type="radio"] {
    margin-right: 2px;
}

.text-responsive {
    font-size: calc(100% + 10vw + 10vh);
}

.clusterize-scroll {
    max-height: 35rem;
    height: 68vh;
}

/* Hide blank GIF images in ReportViewer with Subreports */
body:nth-of-type(1) img[src*="Blank.gif"] {
    display: none;
}

/*#region BootstrapGridViewPagination*/
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: rgb(var(--spravce-blue));
            background-color: rgb(var(--spravce-white));
            border: 1px solid rgb(var(--spravce-blue));
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: rgb(var(--spravce-white));
            background-color: rgb(var(--spravce-blue));
            border-color: rgb(var(--spravce-blue));
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: rgb(var(--spravce-white));
            background-color: rgb(var(--spravce-lightblue));
        }
/*#endregion BootstrapGridViewPagination*/
