.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000000000;
}
.overlay .popup {
  padding: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #353131;
  min-width: 500px;
}
.overlay .popup .exclamation {
  border: 5px solid #444;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin: 0px;
  float: left;
  margin-right: 20px;
}
.overlay .popup .exclamation::before {
  content: '';
  pointer-events: none;
  background-color: #444;
  width: 5px;
  height: 27px;
  top: 20%;
  display: block;
  position: relative;
  margin: auto;
}
.overlay .popup .exclamation::after {
  content: '';
  pointer-events: none;
  background-color: #444;
  width: 5px;
  height: 5px;
  top: 27%;
  display: block;
  position: relative;
  margin: auto;
}
.overlay .popup .message {
  font-size: 20px;
}
.overlay .popup .buttonbar {
  text-align: center;
  margin-top: 20px;
}
.overlay .popup .buttonbar button.main {
  min-width: 100px;
  /*text-transform: uppercase;
				display: inline-block;
				margin-bottom: 0;
				font-weight: normal;
				text-align: center;
				vertical-align: middle;
				touch-action: manipulation;
				cursor: pointer;
				background-image: none;
				border: 1px solid transparent;
				white-space: nowrap;
				padding: 4.5px 14px;
				font-size: 13px;
				line-height: 1.84615385;
				border-radius: 2px;
				color: #fff;
				background-color: #444;
				border-color: #444;*/
}
.overlay .popup .buttonbar button {
  min-width: 100px;
  /*text-transform: uppercase;
				display: inline-block;
				margin-bottom: 0;
				font-weight: normal;
				text-align: center;
				vertical-align: middle;
				touch-action: manipulation;
				cursor: pointer;
				background-image: none;
				border: 1px solid transparent;
				white-space: nowrap;
				padding: 4.5px 14px;
				font-size: 13px;
				line-height: 1.84615385;
				border-radius: 2px;
				color: #444;
				background-color: #fff;
				border-color: #fff;*/
}
.overlay .popup .buttonbar button:over {
  text-decoration: underline;
}
/*# sourceMappingURL=domoverride.css.map */
