.form-group .error{
    color:red;
    /*float:right;*/
    /*margin-top:-30px;*/
    font-size:12px;
    z-index:9999;
    font-weight: normal;
    /*background-color: #fff;*/
}



.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  /*display: inline-block;*/
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}



#cookieWarning {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 25px 20px 25px;
    border: 1px solid #2b4b75;
    background-color: #51c3c0;
    box-shadow: 10px 10px 5px #aaaaaa;
    z-index: 999;
    width: 540px;
    color: #2b4b75;
    border-radius:6px;
}


#cookieWarningMobile{
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    right: -45%;
    transform: translate(-50%, -50%);
    padding: 20px 10px 20px 10px;
    border: 1px solid #BFBFBF;
    background-color: #51c3c0;
    z-index:999;
    color: #2b4b75;
}


.childu div {
    font-size: 1.2em;

    display: inline-block;
    margin-right: 12px;
    margin-left: 12px;
}



.overlay-loader {
  position:fixed;
      top:0;
      left:0;
      background:rgba(0,0,0,0.3);
      z-index:9999;
      width:100%;
      height:100%;
      display:none;
    z-index: 9999;
}



  .highlight { background-color: yellow ;}

