/* 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%;
}
.dot{
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
}
.dot_full{
  float: left;
  margin-right: 20px;
}
.wrapper_dots{
  float: right;
  margin-bottom: 20px;
  margin-right: 40px;
}
.wrapper_dots_other{
  float: right;
  margin-bottom: 20px;
}
.puvodniZprava{
  font-family: sans-serif;
  border: 1px solid black;
  background-color: #dee9fc;
  padding: 10px;
  width: 80%;
  margin-left: 10%;
  margin-top: 5%;
  border-radius: 5px;
  cursor: pointer;
  padding: 30px;
  position: relative;
}

.puvodniHodnoceni{
  font-family: sans-serif;
  border: 1px solid black;
  background-color: #dee9fc;
  padding: 10px;
  width: 80%;
  margin-left: 10%;
  margin-top: 5%;
  border-radius: 5px;
  cursor: pointer;
  padding: 30px;
  position: relative;
}
.puvodniZprava h4{
    font-size: 1.9em;
}

#puvodniZpravaShort{
  border: 1px solid black;
  background-color: #dee9fc;
  padding: 10px;
  width: 80%;
  margin-left: 10%;
  margin-top: 5%;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  padding: 30px;
}

#puvodniHodnoceniShort{
  border: 1px solid black;
  background-color: #dee9fc;
  margin-top: 5%;
  cursor: pointer;
  display: none;
}

#puvodniHodnoceniShort p{
 margin-bottom: 0px;
}
.ovladaniSipkaLeva{
  margin-right: 5%;
}
.ovladaniSipkaPrava{
  margin-left: 5%;
  margin-top: 5px;
}
.headlineInRow{
  margin-top: -40px;
  text-align: center;
  width: 40%;
  margin-left: 30%;
  background-color: #dee9fc;
  border-radius: 30px;
  border-top: 1px solid black;
}
.headlineInRowHodnoceni{
  margin-top: -40px;
  text-align: center;
  width: 50%;
  margin-left: 25%;
  background-color: #dee9fc;
  border-radius: 30px;
  border-top: 1px solid black;
}
.upravaPostupu{
  border: 1px solid black;
  background-color:  #dee9fc;
  padding: 10px;
  margin-top: 3%;
  border-radius: 5px;
  padding: 30px;
}
.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;
}

#wrap {
    /* Your styling. */
    position: absolute;
    z-index: 999999;
    right: 0;
    height: 60%;
    text-align: center;

    /* Solution part I. */
    display: table;
}

/* Solution part II. */
#inside {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.wrapper_comentRepair{
  border: 1px solid black;
  border-radius: 5px;
  padding: 15px;
  margin-left: 1%;
  margin-right: 1%;
  width: 48%;
  background-color: #98BFEC;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}
.wrapper_form{
  padding: 15px;
  border: 1px solid black;
  border-radius: 5px;
  margin-right: 1%;
  margin-left: 1%;
  width: 48%;
  background-color: #dee9fc;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}
.wrapper_form_first{
  padding: 15px;
  border: 1px solid black;
  border-radius: 5px;
  margin-left: 5%;
  width: 90%;
  background-color: #dee9fc;
  margin-bottom: 3%;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}
.textZhodnoceni{
  border: 1px solid #184981;
  padding: 10px 10px 0px 10px;
  margin-top: -2%;
  margin-bottom: 2%;
  border-radius: 5px;
  background-color: #dee9fc;
}
.textCommnet{
  border: 1px solid #184981;
  padding: 10px 10px 0px 10px;
  margin-top: -2%;
  margin-bottom: 3%;
  border-radius: 5px;
  background-color: #dee9fc;
}
.textCommnetSmall{
  border: 1px solid #184981;
  padding: 10px 10px 0px 10px;
  margin-top: -2%;
  margin-bottom: 3%;
  border-radius: 5px;
  background-color: #dee9fc;
}
.nadpisShrnuti{
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.nadpisShrnutiShort{
  float: left;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 20px;
}
.nadpisShrnutiUzivatel{
  margin-right: 5px;
  margin-top: -45px;
  margin-bottom: 20px;
  float: right;
}
.formCelkoveVyhodnoceni{
  height: 100%;
}
.row{
  margin-left: 0px;
  margin-right: 0px;
}
.celkoveVyhodnoceniAdmin{
  position: fixed;
  border: 1px solid #184981;
  padding: 10px 10px 0px 10px;
  border-radius: 5px;
  background-color: #dee9fc;
  z-index: 999;
  margin-left: -15px;
  text-align: center;
  width: 120px;
  margin-top: 34px;
  cursor: pointer;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

.celkoveVyhodnoceniAdmin h6{
  font-size: 16px;
}
.wrapper_comentRepair{
  height: 100%;
}

.formularProVyhodnoceniAdmin{
  display: none;
  overflow: auto;
  width: 60%;
  position: fixed;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  border: 1px solid #184981;
  padding: 10px 10px 0px 10px;
  border-radius: 5px;
  background-color: #98BFEC;
  z-index: 999;
}
.wrapper_form_vyhodnoceni_admin{
   border: 1px solid black;
  background-color:  #dee9fc;
  padding: 10px;
  margin-top: 3%;
  border-radius: 5px;
  padding: 30px;
}
.finalZhodnoceniAdmin{
  padding: 10px;
  border: 1px solid black;
  border-radius: 5px;
  margin-bottom: 2%;
  background-color: #dee9fc;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}
.closingCross{
  font-size: 20px;
  float: left;
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
}
.example_c {
  margin-top: 4%;
  color: #494949 !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #ff6f61;
  padding: 20px;
  border: 3px solid #494949 !important;
  display: inline-block;
  transition: all 0.4s ease 0s;
}

.example_c:hover {
  color: #ffffff !important;
  background: #bc243c;
  border-color: #bc243c !important;
  transition: all 0.4s ease 0s;
}
.cara {
  border: 1px solid #dd4124;
  width: 100%;
}
.cara2 {
  border: 1px solid #dd4124;
  width: 80%;
}
.endRetrospectiveShow{
  padding: 20px;
  background-color: #98BFEC;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  width: 90%;
  margin-left: 5%;
  border: 1px solid #184981;
  border-radius: 5px;
  margin-top: 3%;
  margin-bottom: 3%;
}
.backFromEnd{
   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;
   width: 10%;
   margin-left: 45%;
   cursor: pointer;
}
.backFromEnd:hover{
   color:#0A337F;
   background-color:#FFFFFF;
}
.wrapperFirstBoxRetrospective{
   margin-top: 30px;
}
.headerTask{
   width: 47%;
   float: left;
}
.deadlineTask{
   width: 47%;
   float: right;
}
/* CSS - buttons nastaveni aplikace */
.custom-btn {
  margin: 20px;
  outline: none;
  width: auto;
  height: auto;
  font-size: 22px;
  padding: 20px 30px;
  border: 2px solid #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

/* 1 */
.btn-1 {
  transition: all 0.3s ease;
}
.btn-1:hover {

}

.vypni:hover{
   background-color: #DC143C;
   box-shadow:
   -7px -7px 20px 0px #DC143C,
   -4px -4px 5px 0px #DC143C,
   7px 7px 20px 0px #DC143C,
   4px 4px 5px 0px #DC143C;
}
.zapni:hover{
   background-color: #47ed47;
   box-shadow:
   -7px -7px 20px 0px #47ed47,
   -4px -4px 5px 0px #47ed47,
   7px 7px 20px 0px #47ed47,
   4px 4px 5px 0px #47ed47;
}
