/* Style guide

Background:									white
Text:										black
Headers + captions + legends + extra:		#D70019
Anchors (link | visited | hover + active):	#D70019 | #621588 | #D70019
Note:										#595959
Borders:									#959595
Backgrounds:								#F9F8F8

Type: Georgia, serif


*/
/* breakpoints
@include respond-to('lg') {
  color: blue;
}
*/
@media screen {
  /* @group Global */
  /* Global > Base */
  body,
  h1, h2, h3,
  address, blockquote, div, hr, iframe, object, p,
  dl, dt, dd, ul, ol, li,
  table, caption, col, colgroup, thead, tfoot, tbody, tr, th, td,
  form, fieldset, legend, label,
  img,
  a {
    border: none;
    margin: 0;
    padding: 0;
  }
  body, input, textarea, select {
    font-size: 14px;
    line-height: 1.25em;
    font-family: 'Roboto', sans-serif;
  }
  body {
    text-align: center;
    color: black;
    background-color: white;
    min-width: 360px;
    max-width: 980px;
    margin: auto;
  }
  /* Global > Heading */
  h1, .h1 {
    font: normal 1.4em/1.1 'Roboto', sans-serif;
    letter-spacing: -1px;
    color: black;
    margin: .6em 0 .6em 0;
    border-bottom: 1px solid #A7A7A7;
    padding-bottom: .45em;
  }
}

@media screen and (max-width: 990px) {
  h1, .h1 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .perex.nomargintop {
    padding: .6em 0;
    margin-bottom: .5em;
  }
}

@media screen {
  h2, .h2 {
    font: normal 1.4em/1.1 'Roboto', sans-serif;
    letter-spacing: -1px;
    color: black;
    margin: .6em 0 .6em 0;
    border-bottom: 1px solid #A7A7A7;
    padding-bottom: .45em;
  }
  h3, .h3 {
    font: normal 1em/1.3 'Roboto', sans-serif;
    margin: .4em 0 .1em 0;
    color: black;
    padding-bottom: 0;
    border-bottom: none;
  }
  h6 {
    width: 1px;
    height: 1px;
    margin: 0;
    overflow: hidden;
  }
  /* Global > Block */
  address {
    margin: .4em 0;
  }
  blockquote {
    margin: .4em 20px;
  }
  hr {
    display: block;
    height: 1px;
    overflow: hidden;
    border: solid #959595;
    border-width: 1px 0 0 0;
    margin: .8em 0;
  }
  p {
    margin: .4em 0;
  }
  /* Global > List */
  dl {
    margin: .4em 0;
  }
  dt {
    margin: .1em 0;
  }
  dd {
    margin: .1em 0 .1em 20px;
  }
  ul {
    display: block;
    list-style: none;
    margin: .4em 0;
  }
  ul li {
    display: block;
    list-style: none;
    margin: .1em 0;
    padding: 0;
  }
  ul ul {
    margin-top: 0;
    padding-left: 15px;
  }
  ol ul li {
    display: block;
    list-style: none;
    margin: .1em 0;
    padding: 0 0 0 10px;
  }
  ol {
    display: block;
    list-style: decimal;
    margin: .4em 0 .4em 30px;
  }
  ol li, ul ol li {
    display: list-item;
    list-style: decimal;
    margin: .1em 0;
    padding: 0;
    background: none;
  }
  /* Global > Table */
  table {
    border-collapse: collapse;
    margin: .8em .1em .8em .05em;
    font-family: sans-serif;
    font-size: .89em;
  }
  table table {
    font-size: 1em;
  }
  caption {
    margin: 0;
    padding: 0 0 .4em 0;
    text-align: center;
    color: #D70019;
  }
  th {
    border: 1px solid white;
    padding: 10px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    background-color: #E1E1E1;
  }
  td {
    border: 1px solid white;
    padding: 10px;
    vertical-align: top;
    background-color: #F6F6F6;
  }
  thead td {
    background-color: #F6F6F6;
    font-weight: normal;
  }
  tbody th {
    background-color: #E1E1E1;
    font-weight: bold;
  }
  table.construct {
    border-collapse: collapse;
    border: none;
    margin: .8em 0;
    background: transparent none;
    font-size: 1em;
  }
  table.construct caption {
    text-align: left;
  }
  table.construct th, table.construct td {
    border: none;
    padding: 0 10px .4em 0;
    font-weight: normal;
    background: transparent none;
    color: black;
  }
  table.t-form-bg th, table.t-form-bg td {
    background-color: #F6F6F6;
    font-weight: normal;
    border-width: 1px;
    padding: .4em 10px;
    vertical-align: middle;
  }
  /* Global > Form */
  form {
    margin: .8em 0;
  }
  fieldset {
    border: 1px solid #959595;
    margin: .8em .05em .4em .05em;
    padding: 9px;
  }
  legend {
    margin: .4em 10px .4em 0;
    padding: 0 10px;
    color: #D70019;
  }
  input, textarea, select {
    font-size: 1em;
    font-family: sans-serif;
  }
  table.construct label {
    vertical-align: middle;
  }
  /* Global > Inline */
  abbr, acronym {
    border-bottom: 1px dotted;
    font-variant: small-caps;
    cursor: help;
  }
  dfn {
    border-bottom: 1px dotted;
    cursor: help;
  }
  cite, em, q, var {
    font-style: italic;
  }
  code, kbd, samp, pre, .monospace {
    font: 1em "Lucida Console", "Andale Mono", monospace;
    letter-spacing: -1px;
  }
  sub {
    font-size: smaller;
    text-decoration: none !important;
    vertical-align: sub;
  }
  sup {
    font-size: smaller;
    text-decoration: none !important;
    vertical-align: super;
  }
  del {
    text-decoration: line-through;
  }
  ins {
    text-decoration: underline;
  }
  strong {
    font-weight: bold;
  }
  /* Global > Anchor */
  a:link {
    color: #D70019;
  }
  a:visited {
    color: #D70019;
  }
  a:active {
    color: black;
  }
  a:hover, a:focus {
    color: black;
  }
  /* @end Global */
  /* @group Layout */
  /* Layout > Base */
  #case {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 20px;
  }
  /* Layout > Header */
  #header {
    position: relative;
    width: 100%;
    max-width: 980px;
    background: url(https://icv.vlada.cz//images/icv/bg_header.gif) no-repeat 198px 0;
    border-bottom: 1px solid #959595;
  }
  #site {
    float: left;
    width: 420px;
    overflow: hidden;
    position: relative;
    z-index: 5;
  }
}

@media screen and (max-width: 990px) {
  #site {
    margin-left: 1em;
  }
  #site-en {
    margin-left: 1em;
  }
}

@media screen and (max-width: 680px) {
  #site {
    width: 280px;
  }
}

@media screen and (max-width: 480px) {
  #site {
    width: 250px;
  }
}

@media screen {
  #site-en {
    float: left;
    width: 568px;
    overflow: hidden;
  }
  #logo {
    float: left;
    width: 420px;
    height: 40px;
    margin: 0;
  }
}

/* doplnÄ›no JN */

@media (max-width: 680px) {
  #site-en {
    width: 280px;
  }
  #site-en img {
    width: 280px; height: 35px;
  }
}

@media (max-width: 480px) {
  #site-en {
    width: 250px;
  }
  #site-en img {
    width: 250px; height: 29px;
  }
}

/* doplnÄ›no JN */



@media screen and (max-width: 990px) {
  #logo a, #logo img {
    width: 387px;
    height: 37px;
  }
}

@media screen and (max-width: 680px) {
  #logo {
    width: 100%;
    height: 27px;
    margin-top: .5em;
  }
  #logo a, #logo img {
    display: block;
    width: 280px;
    height: 27px;
  }
  #logo a img, #logo img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  #logo a, #logo img {
    width: 235px;
    height: 22px;
  }
}

@media screen {
  #logo-en {
    float: left;
    width: 568px;
    height: 40px;
    margin: 0;
  }
  #related-sites {
    float: left;
    clear: left;
    width: 80px;
    height: 40px;
    margin: 0;
    padding-right: 40px;
    background: url(https://icv.vlada.cz//images/icv/bg_related-sites.gif) no-repeat right top;
  }
  #related-sites-gov {
    float: left;
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #related-sites-gov span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(https://icv.vlada.cz//images/icv/ico_related-sites-gov.gif) left bottom;
    cursor: pointer;
  }
  #related-sites-gov:hover span, #related-sites-gov:active span, #related-sites-gov:focus span {
    background: url(https://icv.vlada.cz//images/icv/ico_related-sites-gov.gif) left top;
  }
  #related-sites-eu {
    float: left;
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #related-sites-eu span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(https://icv.vlada.cz//images/icv/ico_related-sites-eu.gif) left bottom;
    cursor: pointer;
  }
  #related-sites-eu:hover span, #related-sites-eu:active span, #related-sites-eu:focus span {
    background: url(https://icv.vlada.cz//images/icv/ico_related-sites-eu.gif) left top;
  }
  #accesslink {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    overflow: hidden;
    text-indent: -5000px;
  }
  #global {
    float: right;
    width: 386px;
    height: 170px;
    padding: 10px 0 10px 0;
    font: .95em sans-serif;
  }
}

@media screen and (max-width: 990px) {
  #global {
    width: 160px;
  }
}

@media screen {
  html > body #global {
    height: auto;
    min-height: 170px;
  }
}

@media screen and (max-width: 990px) {
  html > body #global {
    min-height: 1px;
  }
}

@media screen and (max-width: 480px) {
  html > body #global {
    
    right: .5em;
    z-index: 300;
    top: 0;
    padding-top: 5px;
    width: 70px;
  }
}

@media screen {
  #nav {
    float: left;
    width: 188px;
    padding-top: .4em;
  }
}

@media screen and (max-width: 990px) {
  #nav {
    display: none;
  }
}

@media screen {
  #nav h2 {
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
  }
  #nav ul {
    margin: 0;
  }
  #nav ul li {
    margin: 0 0 1px 0;
  }
  #nav a.selected, #nav strong {
    color: black;
    font-weight: bold;
  }
  #nav a {
    color: #595959;
    text-decoration: none;
  }
  #nav a:hover, #nav a:active, #nav a:focus {
    color: #D70019;
    text-decoration: underline;
  }
  * html #nav a.selected, * html #nav strong {
    padding-left: 1px;
  }
  #global-in {
    float: right;
    width: 188px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 990px) {
  #global-in {
    float: right;
    width: 70px;
    background-color: #fff;
    padding: 0 .1em;
  }
}

@media screen {
  #global-in .searchBtn {
    display: none;
  }
  #global-in .search--toggle {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  #global-in .searchBtn {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1216 832q0-185-131.5-316.5t-316.5-131.5-316.5 131.5-131.5 316.5 131.5 316.5 316.5 131.5 316.5-131.5 131.5-316.5zm512 832q0 52-38 90t-90 38q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225-55.5-273.5 55.5-273.5 150-225 225-150 273.5-55.5 273.5 55.5 225 150 150 225 55.5 273.5q0 220-124 399l343 343q37 37 37 90z' fill='%23898989'/%3E%3C/svg%3E");
    background-size: 100%;
    cursor: pointer;
    float: left;
    position: relative;
    top: 0px;
    margin-right: 1em;
  }
  #global-in .searchBtn--active {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1490 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z' fill='%23898989'/%3E%3C/svg%3E");
  }

  #global-in .search--toggle ~ form {
    display: none;
  }
  #global-in .search--toggle:checked ~ form {
    display: block;
    position: absolute;
    left: 0;
    top: 36px;
    width: calc(100% - 21px);
    z-index: 100;
    background-color: #fff;
    padding: 1em;
    -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.75);
  }
}

@media screen {
  #search {
    margin: 0;
  }
  #search h2 {
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
  }
  #search fieldset {
    margin: 0;
    padding: 0;
    border: none;
  }
  #search legend {
    width: 1px;
    height: 1px;
    line-height: 1px;
    visibility: hidden;
    margin: 0;
  }
  #search input {
    vertical-align: middle;
  }
  #searchtype {
    width: 115px;
  }
  #search #searchsubmit {
    border: 0;
    background-color: #153B88;
    color: #fff;
    padding: .4em .8em;
    float: right;
    margin-top: 1px;
    font-size: .95em;
    cursor: pointer;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
  }
}

@media screen and (max-width: 820px) {
  #search #searchsubmit {
    width: 77px;
    padding: .4em .8em;
    margin-top: 0;
  }
}

@media screen {
  #search #searchsubmit input:focus::-webkit-input-placeholder {
    color: transparent;
  }
  #search #searchsubmit input:focus:-moz-placeholder {
    color: transparent;
  }
  #search #searchsubmit input:focus::-moz-placeholder {
    color: transparent;
  }
  #search #searchsubmit input:focus:-ms-input-placeholder {
    color: transparent;
  }
  #search #searchsubmit:hover {
    background-color: #D70019;
  }
  #searchinput {
    width: calc(100% - 19px);
    padding: .2em 8px;
  }
}

@media screen and (max-width: 990px) {
  #searchinput {
    width: calc(100% - 105px);
    margin-top: 0px;
  }
}

@media screen {
  #lang {
    margin: 0 0 10px 0;
	text-transform: uppercase;
  }
}

@media screen and (max-width: 990px) {
  #lang {
    padding: 10px 0;
    margin: 0;
    position: relative;
    top: -5px;
    float: left;
  }
}

@media screen {
  #lang .resp {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  #lang .resp {
    display: block;
  }
}

@media screen and (max-width: 990px) {
  #lang .desk {
    display: none;
  }
}

@media screen {
  #lang li {
    margin: 0 0 .1em 0;
  }
  #welcome {
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 990px) {
  #welcome {
    display: none;
  }
}

@media screen {
  #welcome dt {
    font-weight: bold;
  }
  #welcome dd {
    margin: 0;
  }
  #today {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 188px;
  }
}

@media screen and (max-width: 990px) {
  #today {
    display: none;
  }
}

@media screen {
  #today span {
    font-weight: bold;
  }
  /* Layout > Content */
  #content {
    width: 100%;
    max-width: 980px;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  * html #content {
    font-size: .95em;
  }
  * + html #content {
    font-size: .95em;
  }
  /* -- grid */
  .content-main {
    float: left;
    width: 584px;
    overflow: hidden;
  }
}

@media screen and (max-width: 990px) {
  .content-main {
    width: calc(100% - 2em);
    float: none;
    margin: auto;
    font-size: 16px;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 990px) {
  .content-main .col.lastcol {
    width: 100%;
    float: none;
    margin: auto;
  }
}

@media screen {
  .content-side {
    float: right;
    width: 386px;
    overflow: hidden;
  }
}

@media screen and (max-width: 990px) {
  .content-side {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 420px) {
  .content-side .col {
    width: calc(100% - 2em);
  }
}

@media screen {
  .content-full {
    width: 100%;
    max-width: 980px;
    overflow: hidden;
  }
  .cols-1 {
    width: 188px;
    overflow: hidden;
  }
  .cols-2 {
    width: 386px;
    overflow: hidden;
  }
}

@media screen and (max-width: 990px) {
  .cols-2 {
    width: 100%;
  }
}

@media screen {
  .cols-3 {
    width: 584px;
    overflow: hidden;
  }
}

@media screen and (max-width: 990px) {
  .cols-3 {
    width: 100%;
  }
}

@media screen {
  .cols-5 {
    clear: both;
    width: 100%;
    max-width: 980px;
    overflow: hidden;
  }
}

@media screen and (max-width: 990px) {
  .cols-5 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}

@media screen {
  .cols-5-negative-right {
    margin-right: -10px;
    width: 990px;
    overflow: hidden;
  }
  .cols-1.cols-left, .cols-2.cols-left, .cols-4.cols-left {
    float: left;
  }
  .cols-1.cols-right, .cols-2.cols-right, .cols-4.cols-right {
    float: right;
  }
  .col {
    float: left;
    width: 188px;
    overflow: hidden;
    margin: 0 10px 0 0;
  }
}

@media screen and (max-width: 990px) {
  .col {
    width: calc(50% - 2em);
    margin: 0 1em !important;
  }
}

@media screen and (max-width: 480px) {
  .col {
    width: calc(100% - 2em);
    margin: 1em !important;
  }
}

@media screen {
  .col .nomargintop {
    text-align: center;
  }
  .col.mergecols-2 {
    float: left;
    width: 386px;
    overflow: hidden;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 480px) {
	.col.mergecols-2 {
    
    margin: 0 10px 0 0;
  }
}

@media screen and (max-width: 990px) {
  .col.mergecols-2 {
    width: 100%;
    float: none;
    margin: auto;
  }
}

@media screen {
  .mergecols-2 .cols-case {
    width: 396px;
    margin-right: -10px;
  }
  .col.lastcol {
    margin: 0;
  }
}

@media screen and (max-width: 990px) {
  .col.lastcol {
    margin: 0 1em;
  }
}

@media screen {
  .col.col-1-5-left {
    float: left;
    width: 287px;
    overflow: hidden;
    margin: 0;
  }
  .col.col-1-5-right {
    float: right;
    width: 287px;
    overflow: hidden;
    margin: 0;
  }
  /* -- common */
  .color-standard {
    color: black;
  }
  .color-body {
    color: white;
  }
  p.info {
    font: .95em sans-serif;
    margin-bottom: 0;
  }
  p.info .date {
    display: inline-block;
    width: 6em;
  }
  p.next {
    font: .95em sans-serif;
    margin-top: 10px;
  }
  ul.next li {
    font: .95em sans-serif;
    margin: 0;
  }
  p.more {
    font: .95em sans-serif;
    margin-top: 0;
  }
  .mm-ctrl {
    width: 188px;
    overflow: hidden;
    margin: .4em 0;
  }
  ul.menulist li {
    margin: .8em 0;
  }
  ul.menulist a.selected {
    font-weight: bold;
  }
  ul.lightlist li {
    padding-left: 10px;
    background: url(https://icv.vlada.cz//images/icv/bullet-lightlist.gif) no-repeat 0 0.6em;
  }
  dl.lightlist dd {
    margin-left: 0;
    padding-left: 10px;
    background: url(https://icv.vlada.cz//images/icv/bullet-lightlist.gif) no-repeat 0 0.6em;
  }
  .hidden {
    width: 1px;
    height: 1px;
    line-height: 1px;
    visibility: hidden;
    margin: 0;
  }
  .offset-before {
    margin-top: 10px;
  }
  .offset-after {
    margin-bottom: 10px;
  }
  .offset-before-double {
    margin-top: 20px;
  }
  .offset-after-double {
    margin-bottom: 20px;
  }
  .offset-before-minus {
    margin-top: -10px;
  }
  .offset-after-minus {
    margin-bottom: -10px;
  }
  .box-light {
    height: 1%;
    overflow: visible;
    background-color: #F9F8F8;
    padding: 10px 0;
  }
  .box-light:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .perex {
    font-size: 1.8em;
    line-height: 1.1;
    margin-bottom: 40px;
    border-bottom: none;
    padding-bottom: 0;
  }
  h2 .subtitle {
    display: block;
    margin-top: .4em;
    color: black;
    font-size: .75em;
    letter-spacing: 0;
  }
  .imgobject {
    display: block;
    background-color: #EBEBEB;
    width: 188px;
    height: 106px;
    text-align: center;
  }
  .imglabel {
    display: block;
    padding-top: .2em;
    font-family: sans-serif;
    font-size: .95em;
  }
  .type-sans {
    font-family: sans-serif;
  }
  h2.subheading {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 1.2em;
    margin-top: 1em;
  }
  .record-offset .record {
    margin: 20px 0;
  }
  .pager {
    position: relative;
    /* sindlarv: definuje sirku odkaz pro navrat ke clanku */
    padding-left: 198px;
    text-align: right;
    font-family: sans-serif;
    font-size: .95em;
    margin-bottom: 10px;
    height: 1.3em;
  }
  html > body .pager {
    height: auto;
    min-height: 1.3em;
  }
  * html .pager {
    display: inline-block;
  }
  .pager .counter {
    position: absolute;
    left: 0;
    /* definuje rekneme odstup od okraje pro cislovani */
    /*	width: 188px; */
    margin: 0;
    text-align: left;
  }
  .pager ul.control {
    display: inline;
    margin: 0;
  }
  .pager ul.control li {
    /* sindlarv: v pripade inline a kodu, ktery vklada znacky li za sebe (nikoli 1 polozku na 1 radek), se cely seznam nezalamuje na potrebnou delku */
    display: inline;
    /*	display: inline-block; */
    margin: 0;
    padding: 0;
  }
  .pager ul.control li.skip {
    padding: 0 20px;
  }
  .required {
    color: #D70019;
  }
  .col .record-img, .col .record {
    width: 188px;
    margin-bottom: 10px;
  }
  .col.mergecols-2 .record {
    width: 386px;
  }
  .col.mergecols-2 .col .record {
    width: 188px;
  }
  .col.col-1-5-left .record-img, .col.col-1-5-right .record-img,
  .col.col-1-5-left .record, .col.col-1-5-right .record {
    width: 287px;
  }
  .col .record-img h3, .col .record h3 {
    margin-top: 0;
  }
  .col .record-img .txt {
    float: right;
    width: 113px;
  }
  .col.col-1-5-left .record-img .txt, .col.col-1-5-right .record-img .txt {
    width: 212px;
  }
  .col .record-img .txt h3, .col .record .txt h3 {
    color: black;
  }
  .col .record-img .img {
    float: left;
    width: 65px;
    overflow: hidden;
  }
  .h2.noborderbottom, h2.perex {
    border-bottom: none;
    padding-bottom: 0;
  }
  .record h2, .record-img h2 {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .search-find {
    background-color: #FAF4A9;
    padding: 2px 4px;
    font-style: normal;
    font-weight: normal;
  }
  .keyword {
    background-color: #FAF4A9;
    padding: 2px 4px;
    font-style: normal;
    font-weight: normal;
  }
  caption.std {
    color: black;
  }
  .w-50-px {
    width: 50px;
  }
  .w-100-px {
    width: 100px;
  }
  .w-120-px {
    width: 120px;
  }
  .w-310-px {
    width: 310px;
  }
  .w-100-pct {
    width: 100%;
  }
  #toc ul {
    padding-left: 40px;
  }
  #toc ul li {
    margin: .4em 0;
  }
  .content-main .record-offset .record-img {
    width: 584px;
  }
}

@media screen and (max-width: 990px) {
  .content-main .record-offset .record-img {
    width: 100%;
  }
}

@media screen {
  .content-main .record-offset .record-img .txt {
    float: right;
    width: 494px;
    overflow: hidden;
  }
}

@media screen and (max-width: 990px) {
  .content-main .record-offset .record-img .txt {
    width: calc(100% - 95px);
  }
}

@media screen {
  .content-main .record-offset .record-img .img {
    float: left;
    width: 80px;
    overflow: hidden;
  }
  .widetable {
    width: 100%;
    overflow: scroll;
    margin: 1em 0;
  }
  html > body .widetable {
    overflow: auto;
  }
  * + html > body .widetable {
    overflow: scroll;
  }
  .widetable table {
    margin: 0;
  }
  #top-news h2 {
    width: 584px;
    border-bottom: none;
    margin-bottom: 0;
  }
  #top-news dl {
    width: 584px;
    height: 315px;
    overflow: visible;
    margin: -1px 0 0 0;
    background-color: #D70019;
  }
}

@media screen and (max-width: 990px) {
  #top-news dl {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 990px) {
  #menu {
    display: none;
  }
}

@media screen {
  #top-news dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #top-news dt {
    float: right;
    width: 396px;
    height: 315px;
    overflow: hidden;
    margin: 0;
    line-height: 1px;
  }
}

@media screen and (max-width: 680px) {
  #top-news dt {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 680px) {
  #top-news dt img {
    width: 100%;
    height: auto;
  }
}

@media screen {
  #top-news dd {
    float: left;
    width: 168px;
    padding: 90px 10px 10px 10px;
    margin: 0;
    color: white;
    width: calc(100% - 420px);
  }
}

@media screen and (max-width: 680px) {
  #top-news dd {
    width: calc(100% - 2em);
    padding: 1em;
  }
}

@media screen {
  #top-news h3 {
    font-size: 1.4em;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 0;
    color: white;
  }
  #top-news h3 a {
    color: white !important;
  }
  #top-news h3 a:hover, #top-news h3 a:active, #top-news h3 a:focus {
    text-decoration: none !important;
  }
  #cal table {
    margin: .4em -1px;
  }
  #cal caption {
    /*position: relative;*/
    background-color: #9A9A9A;
    color: white;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 0;
    font-size: 11px;
  }
  #cal caption img {
    vertical-align: middle;
  }
  #cal-previous {
    /*position: absolute;
	top: 5px;
	left: 11px;
	width: 4px;
	height: 7px;*/
    padding-right: 20px;
  }
  #cal-next {
    /*position: absolute;
	top: 5px;
	right: 11px;
	width: 4px;
	height: 7px;*/
    padding-left: 20px;
  }
  #cal th {
    border: 1px solid white;
    padding: 0;
    width: 26px;
    height: 26px;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    background-color: #EDEDED;
    color: black;
    text-transform: uppercase;
    font-size: 11px;
  }
  #cal td {
    border: 1px solid white;
    padding: 0;
    width: 26px;
    height: 26px;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    background-color: #F6F6F6;
    color: #DDDDDD;
    font-size: 13px;
  }
  #cal td.cal-standard {
    background-color: #DCDCDC;
    color: black;
  }
  #cal td.cal-standard a {
    color: black;
  }
  #cal td.cal-event {
    background-color: #D70019;
    color: white;
  }
  #cal td.cal-today {
    background-color: black;
    color: white;
  }
  #cal td.cal-event a, #cal td.cal-today a {
    color: white;
    text-decoration: none;
  }
  #cal td.cal-event a:hover, #cal td.cal-today a:hover, #cal td.cal-event a:active, #cal td.cal-today a:active, #cal td.cal-event a:focus, #cal td.cal-today a:focus {
    text-decoration: underline;
  }
  #menu {
    font: .95em sans-serif;
  }
  #menu a {
    color: #636363;
    text-decoration: none;
  }
  #menu h2 a {
    text-decoration: underline !important;
  }
  #menu a:hover, #menu a:active, #menu a:focus {
    color: #D70019;
    text-decoration: underline;
  }
  #menu a.selected {
    font-weight: bold;
    color: black;
  }
  #menu span.selected {
    display: inline-block;
    padding-left: 15px;
    font-weight: bold;
    background: url(https://icv.vlada.cz//images/icv/bullet.gif) no-repeat 0 0.25em;
  }
  #menu ul span.selected {
    margin-left: -15px;
  }
  #mainphoto {
    width: 584px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #mainphoto dt {
    margin: 0;
    line-height: 1px;
  }
  #mainphoto dd {
    position: relative;
    margin: 0;
    padding: 5px 150px 5px 10px;
    font-family: sans-serif;
    font-size: .85em;
    background-color: #EBEBEB;
  }
  #mainphoto dd.full {
    padding-right: 10px;
  }
  #mainphoto-more {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 168px;
    padding: 5px 10px;
    background-color: #CDCDCD;
  }
  p.tools {
    margin: 20px 0;
    padding: 5px 10px;
    background-color: #F6F6F6;
    text-align: center;
  }
  p.tools a {
    font-family: sans-serif;
    font-size: .85em;
    text-transform: uppercase;
    padding: 0 10px;
  }
  .quote {
    margin: 0 0 20px;
  }
  .quote h3 {
    font: normal 1.4em/1.1 Georgia, serif;
    letter-spacing: -1px;
    color: black;
    margin: 0 0 .6em 0;
    border-top: 1px solid #A7A7A7;
    padding: .6em 0 .3em 0;
  }
  .quote-img {
    margin: 0;
    line-height: 1px;
  }
  .quote-txt {
    margin: 0;
    padding: 10px 10px 20px 10px;
    background-color: #BFDEFE;
  }
  .quote-txt q {
    font-weight: bold;
    font-style: normal;
  }
  dl.related dt {
    font: .95em sans-serif;
    margin: .4em 0 .1em 0;
  }
  dl.related dd {
    margin: .1em 0 .4em 0;
  }
  dl.inquiry dt {
    font: .95em sans-serif;
    margin: .4em 0;
  }
  dl.inquiry dd {
    margin: .1em 0 .4em 0;
  }
  dl.large-inquiry {
    margin: 20px 0;
  }
  dl.large-inquiry dt {
    position: relative;
    width: 100%;
    font-size: 1.25em;
    margin: .4em 0;
  }
  /*dl.large-inquiry span.reply {
	color: #D70019;
}*/
  dl.large-inquiry span.counter {
    position: absolute;
    right: 0;
  }
  dl.large-inquiry dd {
    margin: .1em 0 .4em 0;
  }
  #toc {
    font-family: sans-serif;
  }
  .terms {
    font-family: sans-serif;
    font-size: .95em;
  }
  .terms dd {
    margin-left: 0;
    background: url(https://icv.vlada.cz//images/icv/bullet-lightlist.gif) no-repeat 0 0.5em;
  }
  .terms dd:first-letter {
    padding-left: 10px;
  }
  #qa {
    font-family: sans-serif;
    font-size: .95em;
  }
  #qa dt {
    margin: 8px 0;
  }
  #qa .from {
    font-weight: bold;
  }
  #qa dd {
    background-color: #DEE8FD;
    margin: 8px 0;
    padding: 4px 8px;
    font-weight: bold;
  }
  .gallery-cols-3 {
    width: 594px;
    margin-right: -10px;
  }
  .gallery {
    margin: 10px 0;
    height: 1%;
    overflow: visible;
  }
  .gallery:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .gallery li {
    float: left;
    margin: 0 10px 10px 0;
    width: 188px;
  }
  .gallery li.end-row {
    margin-right: 0;
  }
  .gallery li.next-row {
    clear: left;
  }
  /* Layout > Footer */
  #footer {
    margin: 20px 0 0 0;
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
    font-style: normal;
    font-family: sans-serif;
    font-size: .85em;
	clear: both;
  }
}

@media screen and (max-width: 990px) {
  #footer {
    width: calc(100% - 2em);
    padding: .5em 1em;
    text-align: center;
  }
}

@media screen {
  ul#footer li {
    display: inline;
    margin: 0;
    padding: 0 10px 0 0;
    background: none;
  }
  /* -- gallery */
  #g-detail {
    width: 584px;
    overflow: hidden;
    margin-bottom: 25px;
    background-color: #DCDCDC;
  }
  #g-detail dt {
    width: 584px;
    height: 388px;
    overflow: hidden;
    line-height: 388px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
  }
  #g-detail dt img {
    vertical-align: middle;
  }
  #g-detail dd {
    width: 584px;
    margin: 0;
    padding: 5px 10px;
    font-family: sans-serif;
    font-size: .9em;
  }
  #g-thumbs {
    width: 600px;
    margin: 10px 0 0 0;
    height: 1%;
    overflow: visible;
  }
  #g-thumbs:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #g-thumbs li {
    float: left;
    margin: 0 11px 10px 0;
    width: 88px;
  }
  #g-pager {
    margin-bottom: 40px;
  }
  #g-pager .control li {
    margin-left: 20px;
  }
  #g-pager .control li .selected {
    font-weight: bold;
    text-decoration: none;
  }
  /* @end Layout */
  /* @group My styles */
  .mergecols-2 .cols-case .record-img p.img {
    padding-bottom: 20px;
  }
  .min-height-100px {
    height: 100px;
  }
  html > body .min-height-100px {
    height: auto;
    min-height: 100px;
  }
  .content-main a {
    text-decoration: underline !important;
  }
  .content-main h1.color-body {
    color: #000;
  }
}

@media screen and (max-width: 990px) {
  .content-main h1.color-body {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen {
  .galleryDefLink {
    color: #000000;
  }
  .galleryPagerItem {
    margin-right: 5px;
  }
  .galleryPageLink {
    white-space: nowrap;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    margin-left: 10px;
  }
  .galleryPageLinkActive {
    white-space: nowrap;
    text-decoration: underline;
    color: #D70019;
    cursor: pointer;
    margin-left: 10px;
  }
  /* -- sitemap */
  #sitemap {
    margin: 30px 0;
    font-size: 1.4em;
    word-spacing: -1px;
    letter-spacing: -1px;
    padding: 15px 30px 30px 30px;
    background-color: #F6F6F6;
  }
  #sitemap li {
    margin: 20px 0;
    padding: 0;
    background: no-repeat;
  }
  #sitemap ul {
    margin: 20px 0 0 30px;
    padding: 0 0 0 30px;
    border-left: 1px solid #E1E1E1;
    font-size: .75em;
    word-spacing: normal;
    letter-spacing: normal;
  }
  #sitemap li li {
    margin: 20px 0;
  }
  #sitemap ul ul {
    margin: 20px 0 0 60px;
    padding: 0;
    border-left: none;
    font-family: sans-serif;
  }
  #sitemap li li li {
    margin: 5px 0;
    font-size: 1em;
    background: url(https://icv.vlada.cz//images/icv/reformy/bullet.png) 0 0.75em no-repeat;
    padding: 5px 0 5px 20px;
  }
  #sitemap ul a {
    color: black;
  }
  #sitemap ul a:hover {
    color: #D70019;
  }
  /* @end My styles */
  /* @group Universal */
  .fix-after {
    height: 1%;
    overflow: visible;
  }
  .fix-after:after, .fix {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .note {
    color: #595959;
    word-spacing: -.1em;
  }
  p.note {
    line-height: 1.2;
  }
  .float-left {
    float: left;
    margin: .8em 10px .8em 0;
  }
  .float-right {
    float: right;
    margin: .8em 0 .8em 10px;
  }
  .noscreen, .noshow {
    display: none;
  }
  .clear {
    clear: both;
  }
  .center {
    text-align: center !important;
  }
  .right {
    text-align: right !important;
  }
  .left {
    text-align: left !important;
  }
  .middle,
  .middle th, .middle td,
  .middle label, .middle input, .middle select, .middle img {
    vertical-align: middle;
  }
  .larger {
    font-size: 1.4em;
    letter-spacing: -1px;
  }
  .smaller {
    font-size: .95em;
  }
  .extra {
    color: #D70019;
  }
  .bold {
    font-weight: bold;
  }
  .italic {
    font-style: italic;
  }
  .nowrap {
    white-space: nowrap;
  }
  .nomargin {
    margin: 0 !important;
  }
  .nomargintop {
    margin-top: 0 !important;
  }
  .w-300px-form td input, .w-300px-form td textarea {
    width: 300px;
  }
  .w-200px-form td input, .w-200px-form td textarea {
    width: 200px;
  }
  .w-200px-form th {
    width: 100px;
  }
  /* @end Universal */
}

@media print {
  body {
    font-family: georgia, serif;
  }
  table {
    border-collapse: collapse;
    border: none;
  }
  th, td {
    border: 1px solid;
    text-align: left;
  }
  .noprint, .noshow, .fix, #accesslink, #related-sites, #global, .tools, .content-side, .mm-ctrl, .pager {
    display: none !important;
  }
  #header {
    border-bottom: 1px solid black;
  }
  h1 {
    font: normal 1.4em/1.1 Georgia, serif;
    letter-spacing: -1px;
    color: black;
    margin-bottom: 10pt;
  }
  h2 {
    font: normal 1.4em/1.1 Georgia, serif;
    letter-spacing: -1px;
    color: black;
    border-bottom: 1px solid #A7A7A7;
    padding-bottom: 5pt;
    margin-bottom: 5pt;
  }
  .bold {
    font-weight: bold;
  }
  .larger {
    font-size: larger;
  }
  .info {
    font: normal .95em sans-serif;
  }
  #footer {
    margin: 10pt 0 0 0;
    border-top: 1px solid #CCCCCC;
    padding: 5pt 0 0 0;
    display: block;
    list-style: none;
    font: normal .95em sans-serif;
	clear: both;
  }
  #footer li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  img {
    border: none;
  }
  a {
    border: none;
    color: black;
  }
}

/* Special print add-ons (all media) */
#p {
  text-align: left;
  padding: 0 5pt;
}

#p #header {
  width: auto;
  background: none;
}

#content h2 { 
  font: normal 1.4em/1.1 'Roboto', sans-serif;
}
#content h2.color-body {
	color: #000;
}

#p #content {
  width: auto;
}

#p-info {
  margin: 20pt 0 10pt 0;
  font-style: italic;
}

.detail ul li {
  padding-left: 15px;
  background: url(../images/vlada/bullet.gif) no-repeat 0 0.35em;
}

.detail {
  line-height: 1.5;
}

.detail p {
  margin: 1.6em 0 1.6em;
}

.archiv a:link {
  color: #666666;
  text-decoration: underline;
}

.archiv a:visited {
  color: #666666;
  text-decoration: underline;
}

.archiv {
  font-style: italic;
  color: #666666;
}

.responsiveNav {
  position: relative;
  clear: both;
  display: none;
}

@media (max-width: 990px) {
  .responsiveNav {
    display: block;
  }
}

.responsiveNav .shortNav {
  margin: 0 1em;
  padding: .8em 60px .8em 0;
  background-color: #fff;
}

.responsiveNav .shortNav a {
  display: inline-block;
  text-decoration: none;
  padding: .2em 0;
  color: #000;
}

.responsiveNav .shortNav a:last-child:after {
  display: none;
}

.responsiveNav .shortNav a.act {
  font-weight: bold;
}

.responsiveNav .shortNav a:after {
  content: '|';
  display: inline-block;
  padding: 0 .2em 0 .4em;
}

.responsiveNav ul {
  overflow: hidden;
  max-height: 0;
  padding: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 99;
  top: 45px;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.75);
  background-color: rgba(255, 255, 255, 0.98);
}

.responsiveNav ul li {
  position: relative;
  padding: 0;
}

.responsiveNav ul li.act > a {
  font-weight: bold;
}

.responsiveNav ul li a,
.responsiveNav ul li span {
  display: block;
  padding: .5em 1em;
  border-bottom: 1px solid #EBEBEB;
  text-decoration: none;
  color: #000;
}

.responsiveNav ul li a.selected,
.responsiveNav ul li span.selected {
  font-weight: bold;
}

.responsiveNav ul li label {
  display: inline-block;
  width: 35px;
  height: 26px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1675 971q0 51-37 90l-75 75q-38 38-91 38-54 0-90-38l-294-293v704q0 52-37.5 84.5t-90.5 32.5h-128q-53 0-90.5-32.5t-37.5-84.5v-704l-294 293q-36 38-90 38t-90-38l-75-75q-38-38-38-90 0-53 38-91l651-651q35-37 90-37 54 0 91 37l651 651q37 39 37 91z' fill='%23000'/%3E%3C/svg%3E");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  top: 0;
}

.responsiveNav ul li .responsiveNav--toggle:checked ~ label {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.responsiveNav ul li .responsiveNav--toggle:checked ~ ul {
  padding: 0;
}

.responsiveNav ul li ul {
  position: relative;
  padding: .2em 0;
  border-bottom: 0;
  top: 0;
  left: 0;
}

.responsiveNav ul li ul li a {
  border-bottom: 0;
  padding: .2em 1em .2em 2em;
}

.responsiveNav ul li ul li ul li a {
  border-bottom: 0;
  padding: .2em 1em .2em 3em;
}

.responsiveNav--toggle {
  display: none;
}
.responsiveNav > .responsiveUl--active {
  max-height: 1000px;
  padding: 1em 0;
  display: block;
}

.responsiveNav > .responsiveNavBtn {
  position: absolute;
  top: .5em;
  right: 1em;
  text-transform: uppercase;
  padding: .5em 0 .5em .5em;
  font-weight: bold;
  display: none;
  cursor: pointer;
  /* on activation */
}

@media (max-width: 990px) {
  .responsiveNav > .responsiveNavBtn {
    display: block;
  }
}

.responsiveNav > .responsiveNavBtn span {
  top: .3em;
  margin-left: .3em;
}

.responsiveNav > .responsiveNavBtn span:after,
.responsiveNav > .responsiveNavBtn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}

.responsiveNav > .responsiveNavBtn span:after {
  top: 9px;
}

.responsiveNav > .responsiveNavBtn span,
.responsiveNav > .responsiveNavBtn span:after,
.responsiveNav > .responsiveNavBtn span:before {
  width: 100%;
  height: 5px;
  background-color: #D70019;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}

.responsiveNav > .responsiveNavBtn span {
  position: relative;
  display: block;
  width: 30px;
  float: right;
}

.responsiveNav > .responsiveNavBtn--active span {
  background-color: transparent;
}

.responsiveNav > .responsiveNavBtn--active span:before {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

.responsiveNav > .responsiveNavBtn--active span:after {
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
          transform: rotate(-45deg) translate(7px, -8px);
}

.responsiveNav > .responsiveNavBtn #toggle.on span {
  background-color: transparent;
}

.responsiveNav > .responsiveNavBtn #toggle.on span:before {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

.responsiveNav > .responsiveNavBtn #toggle.on span:after {
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
          transform: rotate(-45deg) translate(7px, -8px);
}
/*# sourceMappingURL=generic-icv.css.map */


.no-padding {
  padding: 0 !important;
}

.no-padding ul {
    display: inline;
    margin: 0;
    padding: 0;
}

.no-padding ul li {
    padding: 0 !important;
}

.cookies-settings span {
  color: #D70019;
  text-decoration: underline;
  cursor: pointer;
}

#cookie-settings-float_button {
/*display: none !important;*/
}

.cc-compliance a.cc-btn.cc-dismiss,
.cc-compliance a.cc-btn.cc-deny {
    min-width: 140px;
    border-color: initial;
}

.cc-compliance a.cc-btn.cc-allow {
    border-color: initial;
    background: transparent;
}

.cc-compliance a.cc-btn.cc-allow:hover, .cc-compliance a.cc-btn.cc-deny:hover,
.cc-compliance a.cc-btn.cc-allow:active, .cc-compliance a.cc-btn.cc-deny:active,
.cc-compliance a.cc-btn.cc-allow:focus, .cc-compliance a.cc-btn.cc-deny:focus {
    color: #001a4f !important;
    background: white;
    text-decoration: none;
    border: 2px solid white;
}

.cc-compliance a.cc-btn.cc-allow, .cc-compliance a.cc-btn.cc-deny {
    transition: .3s;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.cc-window.cc-banner {
    padding: 2em;
}

body {
    position: relative;
}
.cc-banner .cc-message {
    text-align: left;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.cc-revoke {
    position: absolute !important;
    transform: none !important;
    left: calc(50% - 50px) !important;
    bottom: 9px !important;
    width: 100px;
    text-align: center;
    display: block !important;
    padding: 0 !important;
    font-size: 11.9px !important;
    text-decoration: underline;
    font-family: sans-serif !important;
    background-color: white !important;
    color: #153B88 !important;
}

.cc-revoke:hover {
    color: #D70019 !important;
    text-decoration: underline;
}