/* you can add your own custom css here if you don't want to worry about SASS/SCSS */


.idsk-blue-banner {
    background-color: #003078;
    padding: 30px 0;
    margin: 30px 0;
    height: 100%;
    position: relative;
    display: inline-block;
    color: white;
}

.idsk-blue-banner .govuk-heading-l,
.idsk-blue-banner .govuk-caption-l,
.idsk-blue-banner .govuk-link {
    color: white;
}

.idsk-blue-banner .govuk-link:focus {
    color: black;
}

.idsk-blue-banner .govuk-grid-column-two-thirds {
    padding: 0;
}

.idsk-blue-banner::before {
    content: "";
    background: #003078;
    position: absolute;
    width: calc((100vw - 100%) / 2);
    height: 100%;
    left: calc((100vw - 100%) / -2);
    top: 0;
    overflow: hidden;
}

.idsk-blue-banner::after {
    content: "";
    background: #003078;
    position: absolute;
    width: calc((100vw - 100%) / 2);
    height: 100%;
    right: calc((100vw - 100%) / -2);
    top: 0;
    overflow: hidden;
}

.idsk-blue-banner__wrapper {
    display: flex;
    flex-flow: row;
    text-align: right;
}

.idsk-blue-banner_description {
    text-align: left;
}

.idsk-blue-banner__image {
    align-self: center;
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width: 40.0625em) {
    .idsk-blue-banner__wrapper {
        flex-flow: column;
        flex-direction: column-reverse;
        text-align: center;
    }

    .idsk-blue-banner__image {
        display: block;
        margin-bottom: 30px;
    }
}

/* toto je pre blog stranku, obrazky by mali byt vlavo ale nefunguje to
.blog .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog .item .item-image {
    flex: 0 0 55%;
    max-width: 55%;
}
.blog .item > div:nth-child(2) {
    flex: 0 0 40%;
    max-width: 40%;
}
.blog .item h1 {
    font-size: 140%;
}
.blog .item table td span {
    font-size: 12px !important;
}
.blog .item .readmore {
    margin: 0 0 0 auto !important;
}
.blog .item .readmore a {
    font-size: 80%;
}
*/

.idsk-hr-separator, .idsk-hr-separator-until-tablet {
    background: #003078;
    height: 5px !important;
    margin-top: 30px;
    margin-bottom: 0;
    border: none;
    opacity: 1;
}
.ar-gray-banner {
    background: #DEE0E2;
    color: black;
}
.ar-gray-banner::before {
    background: #DEE0E2;
}
.ar-gray-banner::after {
    background: #DEE0E2;
}

.ar-green-menu {
    background: #00703C;
}

.ar-green-menu-link:visited {
    color: white;
}
.ar-green-menu-link:link {
    color: white;
}
.ar-gray-menu-link:visited {
    color: #0065B3;
}
.ar-gray-menu-link:link {
    color: #0065B3;
}


/*  SIDEBAR MENU LEFT  */
.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
    border-radius: 0;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-size: 16px;
    /*font-weight: 600;*/
    /*color: #003078;*/
    color: black; /*rgba(0, 0, 0, .65);*/
    background-color: transparent;
    border: 0;
    font-family: Source Sans Pro,sans-serif;
}

.btn-toggle-not-collapsed {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-size: 16px;
    /*font-weight: 600;*/
    /*color: #003078;*/
    color: black; /*rgba(0, 0, 0, .65);*/
    background-color: transparent;
    border: 0;
    font-family: Source Sans Pro,sans-serif;
}

.btn-toggle:hover,
.btn-toggle:focus {
    /*color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;*/
    text-decoration: underline;
    color: #003078;
}

.btn-toggle::before {
    /*width: 1.25em;*/
    line-height: 0;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-caret-right-fill" viewBox="0 0 16 16"><path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/></svg>');
    /*content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");*/
    transition: transform .35s ease;
    transform-origin: .5em 45%;
    /*position: absolute;*/
    display: block;
    box-sizing: content-box;
    /*right: 10px;*/
    margin-right: 3px;



}

.btn-toggle[aria-expanded="true"] {
    color: #003078;
    /*color: rgba(0, 0, 0, .85);*/
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
    font-size: 15px;
    font-family: Source Sans Pro,sans-serif;
    line-height: 1.3;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    text-decoration: underline;
    color: #003078;

    /*background-color: #d2f4ea;*/
}

.scrollarea {
    overflow-y: auto;
}

.fw-semibold { /*font-weight: 600; */}
.lh-tight { line-height: 1.25; }

.link-dark { color: black; }

.sub-left { padding-left: 15px }

.footer-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.footer-centered-margin { margin: 10px;}

/* oprava breadcrumbs */
.px-3 { padding-left: 0px !important;}



/* Joomla native class */

body {
    font-size: 1.1875rem;
    line-height: 1.31579;
    color: #0b0c0c;
    font-family: "Source Sans Pro", "Arial", sans-serif !important;
    -webkit-font-smoothing: antialiased;

}

.item-title {
    margin-bottom: 30px;
    font-size: 2.25rem;
    line-height: 1.11111;
    color: #0b0c0c;
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    display: block;
    margin-top: 0;
}

.item-title a {
    color: #0065b3;
}

.item-content p {
    margin-bottom: 20px;
    font-size: 1.1875rem;
    line-height: 1.31579;
    color: #0b0c0c;
    font-family: "Source Sans Pro", "Arial", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin-top: 0;
}

.published time, .form-inline label {
    font-size: 1.1875rem;
    line-height: 1.31579;
    color: #0b0c0c;
    font-family: "Source Sans Pro", "Arial", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin-top: 0;
}

h1 {
    margin-bottom: 30px;
    font-size: 3rem;
    line-height: 1.04167;
    color: #0b0c0c;
    font-family: "Source Sans Pro", "Arial", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    display: block;
    margin-top: 0;
}

.com-content-article__body p {
    margin-bottom: 20px;
    font-size: 1.1875rem;
    line-height: 1.31579;
    color: #0b0c0c;
    font-family: "Source Sans Pro", "Arial", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin-top: 0;
}

.pagination a {
    font-size: 1.5rem;
    line-height: 1;
    color: white;
    background-color: #00703c;
    font-family: "Source Sans Pro", "Arial", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    border-radius: 0 !important;
    text-decoration: none;
    padding:8px 10px 7px;
    border: 2px solid transparent;
    box-shadow: 0 2px 0 #002d18;
}

.pagination a:hover {
    background-color: #204e2e;

}

.btn-primary {
    font-size: 1.5rem;
    line-height: 1;
    color: white;
    background-color: #00703c;
    font-family: "Source Sans Pro", "Arial", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    border-radius: 0 !important;
    text-decoration: none;
    padding:8px 10px 7px;
    border: 2px solid transparent;
    box-shadow: 0 2px 0 #002d18;
    margin-right: 10px;
}

.btn-primary:hover {
    background-color: #204e2e;
    border-color: #002d18;
}

.btn-secondary {
    font-size: 1.5rem;
    line-height: 1;
    color: #0b0c0c;
    background-color: #f3f2f1;
    font-family: "Source Sans Pro", "Arial", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    border-radius: 0 !important;
    text-decoration: none;
    padding:8px 10px 7px;
    border: 2px solid transparent;
    box-shadow: 0 2px 0 #929191;
}

.js-finder-search-query {
    font-size: 1.1875rem;
    line-height: 1.31579;
    color: #0b0c0c;
    font-family: "Source Sans Pro", "Arial", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    box-sizing: border-box;
    margin-top: 5px;
    padding-right: 10px;
    height: 40px;
    border: 2px solid #0b0c0c;
    border-radius: 0;
    width: 95%;
}

.js-finder-search-query:focus {
    outline: 3px solid #ffdf0f;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px;
    border-color: black;
}

.card-body {
    font-size: 1.1875rem;
    line-height: 1.31579;
    color: #0b0c0c;
    font-family: "Source Sans Pro", "Arial", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    box-sizing: border-box;
    padding-right: 10px;
    border: 2px solid #0b0c0c;
    border-radius: 0;
}

.controls {
    font-size: 1.1875rem;
    line-height: 1.31579;
    color: #0b0c0c;
    font-family: "Source Sans Pro", "Arial", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    box-sizing: border-box;
    padding-right: 10px;
    border-radius: 0;
}

.controls select {
    font-size: 1.1875rem;
    line-height: 1.25;
    box-sizing: border-box;
    max-width: 100%;
    height: 40px;
    padding: 5px;
    border: 2px solid #0b0c0c;
}

.controls select:focus {
    outline: 3px solid #ffdf0f;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px;
    border-color: black;
}