/* SEARCHING TLAČÍTKO */


* {
  box-sizing: border-box;
}


form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 20%;
  padding: 3.5px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

form.example button:hover {
  background: #0b7dda;
}


form.example::after {
  content: "";
  clear: both;
  display: table;
}

.wrapper-search{
  width:auto;
  height:100%; 
  float:right;
  margin-bottom: 5px;
  margin-right: 2px;
  margin-top: 2%;
}

.wrapper-order{
  width:auto;
  height:100%; 
  float:left;
  margin-bottom: 5px;
  margin-right: 2px;
}
.row_header_hr{
  margin-top: 5%;
}

.headerJmeno{
   font-size: 25px;
   margin-top: 5%;
   padding-left: 1.5%;
   margin-bottom: 2%;
}
.wrapper-underInfo{
   margin-top: 1%;
}
.underInfoPracFond{
   font-size: 20px;
}
.underInfoPozZam{
   font-size: 20px;
}
.wrapper-underInfoPracFond{
   width: 48.5%;
   float: left;
   border-left: 2px solid red;
   padding-right: 10px;
   padding-left: 10px;
   margin-left: 1.5%;
}
.wrapper-underInfoPozZam{
   width: 49%;
   float: right;
   padding-left: 10px;
   border-left: 2px solid red;
   margin-left: 1%;
}
.wrapper-underInfoTwo{
   margin-top: 1%;
   height: 100px;
}
.tableSchvaleno{
   width: 46%;
   float: right;
}
.tablePozadavky{
   width: 46%;
   float: left;
}
.wrapper-tables{
   overflow: auto;
   margin-bottom: 10%;
}
.styled-table-BZ {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1.2em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.styled-table-BZ thead tr {
    background-color: #cc0033;
    color: #ffffff;
    text-align: left;
}

.styled-table-BZ th,
.styled-table-BZ td {
    padding: 12px 15px;    
}

.styled-table-BZ th.first {
    text-align: center;
    border-bottom: 1px solid black;
 }

.styled-table-BZ tbody tr {
    border-bottom: thin;
}

.styled-table-BZ tbody tr:nth-of-type(even) {
    background-color: #FFDED6;
    
}

.styled-table-BZ tbody tr:last-of-type {
    border-bottom: 2px solid #f3f3f3;
}

.styled-table-BZ-BZ tbody tr.active-row {
    font-weight: bold;
    color: #24bdc5;
}
.buttonSend{
 display:inline-block;
 padding:0.35em 1.2em;
 border:0.11em solid #0A337F;
 margin:0 0.3em 0.3em 0;
 border-radius:0.12em;
 box-sizing: border-box;
 text-decoration:none;
 font-family:'Roboto',sans-serif;
 font-weight:300;
 color:#0A337F;
 text-align:center;
 transition: all 0.2s;
 background-color:#A5C2F8;
 cursor: pointer;
}
.buttonSend:hover{
 color:#0A337F;
 background-color:#FFFFFF;
}
.wrapper_sendButtons{
   width: 100%;
}
.wrapper-formInputs{
  width: 100%;
}