body{
  overflow: hidden;
} 

 #dataTable th { 
    font-size: 137%;
    padding: 1%;
}

.box{ 
  margin-bottom: 0px;
}

.listTable{
  padding: 10px;
  max-height: 90%;
  overflow-y: scroll;
}

.main-content {
  height: 90vh;
}

.centered{
     text-align:center;
 }

 .left {
    float: left;
 }

 .align-center {
  text-align: center;
}

 .hidden{
   display:none;
 }

 .formDiv{
     overflow:auto; 
     max-height:300px;
 }

 .message-content{
    text-align: center;
    font-size: 16px;
 }

 .detailBody .left{
  width:50%;float:left;margin-bottom:15px;
}

.detailBody .right{
  width:50%;float:right;margin-bottom:15px;
}
.phone-code{
  display: none;
}

.error-data{
  display: none;
}

@media (max-width: 768px) {
  .detailBody .left{
      width:100%;;
  }

  .detailBody .right{
      width:100%;;
  }
}


