body {
    padding-top: 70px;
  }
 html {
   position: relative;
   min-height: 100%;
 }
 body {
   /* Margin bottom by footer height */
   margin-bottom: 60px;
 }
 .footer {
   position: absolute;
   bottom: 0;
   width: 100%;
   /* Set the fixed height of the footer here */
   height: 60px;
   background-color: #f5f5f5;
 }
 .email-list {
  max-height: 400px;
  overflow:scroll;
  -webkit-overflow-scrolling: touch;
}
.company-detail {
  background-color: bisque;
}
.company-detail-close {
  background-color: #ffbfb6;
}
.errorlist  li {
  color: red;
}
.company_list {
  max-width: 100%;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}