.error{
	color: red !important;
}
.overlay {
  background: rgba(0, 0, 0, 0.5) ;
  display: none;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.innerArea {
    max-width: 600px;
    background: #fff;
    position: fixed;
    padding: 30px;
    top: 20%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.dismiss {
  background: #f99d39;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  height: 30px;
  line-height: 28px;
  position: absolute;
  right: -15px;
  text-align: center;
  text-decoration: none;
  top: -15px;
  width: 30px;
  font-weight: bold;
}
body.hideScroll {
	overflow-y: hidden;
}
.innerArea h2 {
    font-size: 22px;
    padding-bottom: 15px;
}
.success {
  color: green;
}
.buttonNew {
    width: auto;
    border: solid 2px #BDC3CC;
    color: #8C95A2;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: transparent;
    text-transform: uppercase !important;
    float: left;
}
.buttonNew:hover{
  border-color: #F99D39;
  color: #F99D39;
}

.backBace.resetForm {
    margin: 15px 0px 0px 0px;
    padding: 30px;
    border-radius: 0px;
    display: block;
    float: left;
    width: 100%;
    box-shadow: rgba(0,0,0,0.5) 0 0 20px -5px;
    border-radius: 20px;
}
.ui-widget.ui-widget-content {
  padding: 10px;
}
.ui-widget.ui-widget-content li:not(:last-child) {
  margin-bottom: 8px;
  border-bottom: #eee 1px solid;
  padding-bottom: 5px;
  display: block;
}
.ui-widget.ui-widget-content {
  border: 1px solid #e8e8e8;
  padding: 10px;
  box-shadow: rgba(0,0,0,.3) 0 12px 10px -5px;
  border-top: none;
}

.hidePopup{
  display: none;
}
.showPopup{
  display: block;
}