.panel-body ul{
    height: 200px !important;
    overflow-y: auto !important;
    max-height: 200px !important;
    min-height: 200px !important;
}

.panel-title{
    height: 50px !important;
    max-height: 50px !important;
    line-height: 20px !important;
}

.pot {
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 2s;
  }
  @-webkit-keyframes run {
    0% {
      left: 0;
    }
    50% {
      left: 3%;
    }
    100% {
      left: 0;    
    }
  }

  #frontpage{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
  }

  #begin{
    width: 500px;
    height: 200px;
    font-size: 100px;
    line-height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -100px;
    color: white;
    text-align: center;
    background: black;
    border-radius: 10px;
  }

  .thead-cico{
    width: 800px;
    height: 100px;
    font-size: 50px;
    line-height: 100px;
    margin : 20px auto;
    color: white;
    text-align: center;
    background: black;
    border-radius: 10px;
  }

  .row h5{
    text-align: center;
    font-size: 40px;
    line-height: 55px;
  }

  #confirm_scanner, #cancel_scanner{
     opacity: 0;
  }

.half{
  float: left;
  width: 40%;
  margin-left: 5%;
  height: auto;
  margin-right: 5%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.half-btn{
  width: 250px;
  font-size: 50px;
  line-height: 60px;
  border-radius: 10px;
  border: solid  3px black;
  box-shadow: 5px 10px black;
  text-align: center;
  margin: 0 auto;
}

#qrscanner h3{
    text-align: center;
    border-radius: 10px;
    border: solid 3px black;
    color: white;
    width: 300px;
    margin: 0 auto;
    background: black;
}

#qrscanner .modal-header{
  border-bottom: none !important;
}

#qrscanner .modal-footer{
  display: none;
}
#qrscanner .modal-body-html{
  padding-top: 0 !important;
  padding-bottom:30px
}

#qrscanner > .modal-body > div:nth-child(1){
  display: none;
}




#warning h3{
    text-align: center;
    border-radius: 10px;
    border: solid 3px black;
    color: white;
    width: 300px;
    margin: 0 auto;
    background: black;
    margin-bottom:20px;
}


.half {
  text-align:center;
  font-size:30px;
  text-align:center;
}

.big-title{
  font-size:30px;
  line-height: 40px;
  text-align: center;
  font-weight: 800;
}


.half h5{
  font-size: 30px;
  line-height: 50px;
}