.ui-button-no-icon {
	padding: .4em 1em .4em 1em !important;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 767px) {

  .message18plus {

    width: 100% !important;
    margin: 25px;

  }

}

/**
* New bottom bar
*/
.bottombar-inner {
  height:70px;
  background:#FFFFFF;
  padding: 10px 25px 10px 25px;
  color: #808080;
  font-size:10px;
}
/* mac hide - reduce page to allow the scrollbar to remain visible \*/
* html .bottombar-inner,* html .bottombar-inner {
  margin-right:17px;
}
/* end hide*/
 
.bottombar-fixed{
  position:fixed;
  bottom:0;
  width:100%;
  height:70px;
  z-index:9999;
}