
.lb-option-mg{
    margin-top: 10px;
}
.table th,td{
    text-align: center;
 
}

.btn-outQ{
    height: 50px;
   font-size: 21px;

}
th,td {
    padding: 10px !important;
    margin: 10px;
}
.pading-FormQ{
    padding: 20px;
}
.btn-m-all-30{
    margin: 30px;
}
.btn-m-all-20{
  margin: 20px;
}
.btn-m-all-10{
  margin: 10px;
}
.col-md-3 label{
  display: block;
}

.autocomplete {
    position: absolute;
    display: inline-block;
    width: 80%;
    border-top: 0px !important;
    border-radius: 0 0 3px 3px;
}

.autocomplete-items {
    position: relative;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}
  
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
  }
  
  .autocomplete-items div:hover {
    background-color: #e9e9e9; 
  }
  
  .autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }
#txtUniversity {
    border-right: 0px;
    border-radius: 7px 0 0 7px;
    float: right;
}

#iconSearch {
    float: left;
    border-radius:0 7px 7px 0;
}

#txtUniversity:focus ~ #iconSearch {
    border: 2px solid #80bdff;
    border-left:0px;
    
}

#txtUniversity:focus {
    border: 2px solid #80bdff;
    border-right: 0px;
    -webkit-box-shadow: inset 0 0px 0.2px rgba(0, 0, 0, .02), 0 0 0px #fff;
    box-shadow: 0 0 0 0 0.2rem rgba(250, 250, 250, 0.25);
}

