/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#wpm_loading_indicator {
  position: fixed;
  z-index: 9999;
  color: white;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  text-align: center;
  height: 64px;
  width: 64px;
  background: #000;
  border-radius: 10px;
  display: none; 
  opacity: 0;
  /*border: 1px solid #ffc200; */
}
#wpm_loading_indicator img {
  position: absolute;
  top: 10%;
  margin-top: -16px;
  left: 15%;
  margin-left: -2px;
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  
}
#wpm_message{
	position: fixed;
	  z-index: 9999;
	  color: #fff;
	  top: 50%;
	  left: 50%;
	  margin-top: -125px;
	  margin-left: -125px;
	  text-align: center;
	  height: 250px;
	  width: 250px;
	  background: #000;
	  border-radius: 10px;
	  display:none;
}
#wpm_message h1 {
	padding-top: 40px;
	color:#fff !important;
}
#wpm_message .wpm-close{
  float: left;
  margin-left: 10px;
  margin-top: 10px!important;

}
.wpm-close-link{
	cursor:pointer;
}
.wpm-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9998;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: rgba(0,0,0,0.6);
  perspective: 800;
  -webkit-perspective: 800;
  opacity: 0.5;
  display:none;
}
#wpmerchant-payment-form .col-md-6{
	padding-left:0px;
	padding-right:0px;
}