@charset "utf-8";

/*
  Theme Name: SZR CRLI
  Theme URI: http://crli.szrcr.cz
  Description: Custom theme for SZR
  Version: 1.0
  Author: Petr Šťastný
  Author URI: http://crli.szrcr.cz
  Tags: custom, 
 */

* {
  padding: 0;
  margin: 0;
}

html,body,div,span,p {
  border: 0;
  font-family: Aller, Arial;
  font-size: 1em;
}
a {
  color: #82bc00;
  text-decoration: none;  
}
a:hover {
  color: #82bc00;
  text-decoration: underline;
}
a:active {
  color: #82bc00;
}
td, th {
  padding: 10px 0 ;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.psha {
    font-size: 0.7em;
}
h1 {
    font-size: 1.5em;
}
.fs1_6 {
  font-size: 1.6em;
}
.top10 {
  padding: 10px 0 0 200px;
}
.top10l {
  padding-top: 10px ;
}
.top20 {
  padding-top: 20px;
}
.top40 {
  padding-top: 40px;
}
.top50 {
  padding-top: 50px;
}
.border {
  border: 1px solid #fff9f0;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 40%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 40%);
  margin: 6px;
  padding: 7px;
  position: relative;
}
.center { 
  margin-left: auto;
  margin-right: auto;
}
.cent { 
  text-align: center;
}
.bold { 
  font-weight: bold; 
}
.body-box {
  float: left;
  width: 100%;
  background: #f2f4f5;
  padding-bottom: 50px;
}
#uvod {
  text-align: center;
}
.box {
  display: inline-block;
  height:150px;
  width: 20%;
  background: white;
  margin: 100px;
  top: 50%;
}
.box1 {
  display: inline-block;
  height:150px;
  width: 20%;
  background: white;
  top: 50%;
  text-align: center;
}
.container {
  display: flex;
  justify-content: center;
}
#page-header {
  border-bottom: 5px solid #8bb53c;
  height: 100px;
  position:fixed;
  width: 100%;
  z-index:1
}
.bg--page {
  justify-content: center;
  display: block;
  padding-top:  110px;
  padding-bottom: 110px;
}
.bg--gray {
  background: #505258;
  color: #dcdcdd;
  display: block;
}
.row, .boxes { 
  width: 70%;
}
.row1 { 
  width: 90%;
}
#leftbox {
	float:left; 
  width:50%;
}
#middlebox {
	float:left; 
  width:2%;
}
#rightbox {
	float:right;
  width:50%;
}
.col1 h1, .col2 h1 { 
  padding-left: 10px;
  margin-top: 20px;
}
.bac-w {
  background-color: white;
}
.leftBac1 {
  background-color: #d6e3bc;
}
.rightBac1 {
  background-color: #b8cce4; 
}
.impL {
  background: #a6438c;
}
.impR {
  background: #d57c1c;
}
.impC {
  background: #ffc107;
}
.imp_docs__item__title {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    color: #fff;
    padding: 0;
    line-height: 50px;
    min-width: 230px;
    max-width: calc(100% - 80px);
    margin: 0;
    display: table;
    text-transform: uppercase;
}
.imp_docs__item__title span.imp_docs__item__title__img {
    width: 80px;
    text-align: center;
    padding: 5px 0 0 0;
}
.imp_docs__item__title span {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    line-height: 110%;
    padding-right: 20px;
}
.parent {
  text-align: center;
}
.child {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
.childL {
  text-align: left;
}
.childR {
  text-align: right;
}
