.JMbacAlert{
	/* font: 12px Tahoma, Helvetica, Arial, Sans-Serif; */
	position:fixed;
	display:none;
	z-index:100009999;
	min-height:210px;
	top:20%;
	left:50%;
	margin: 0 0 0 -280px;
	padding: 30px 40px 20px;
	width: 560px;
	background:#fff;
	/* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; */
	border-radius: 2px;
}

.JMbacMlock{
	text-align:left;
	margin: 10px 0 15px 0px;
}
.loadOverlay{
	background:url('') no-repeat 50% 50% rgba(255,255,255,0.7);
	position:absolute;
	z-index:999;
	left:0;
	top:0;
	bottom:0;
	right:0;
}

.JMbacSucces{
	text-align:left;
	margin:20px 0;
	background:#e3eed8;
	border:1px solid #dbe6c7;
	border-radius:3px;
	padding:15px;
	display:none;
	color:#5a8655;
	font-size:12px;
}
.JMbacAlert .JMbacAlertT{
	text-align:center;
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 34px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
}

.JMbacAlert .JMbacTitle{
	margin: 0px 0 20px 0;
	/* text-align:center; */
	/* font-size: 16px; */
	/* color:#949496; */
}

.JMbacAlert hr {
    border: 0!important;
	padding:0!important;
    height: 1px;
	width:100%;
	background:none;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(205, 205, 205, 0.5), rgba(0, 0, 0, 0)) !important;
}

.JMbacAlert .JMbacC1{
	text-align:left;
}
.JMbacAlert .JMbacInpTitle{
	display:inline-block;
	vertical-align:top;
	margin: 3px 15px 0 0;
	line-height:40px;
	height:40px;
	font-size:14px;
	text-align:right;
	width:130px;
	color:black;
	display: none;
}

.JMbacAlert .JMbacInp,.JMbacAlert textarea, .JMbacAlert select{
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	padding: 9px;
	border: 1px solid #d6d6d6;
	margin: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.JMbacAlert textarea{
	height:80px;
	line-height:1em;
}
.JMbacAlert input[type="checkbox"]{

	margin: 5px 5px 5px 150px;
}

.JMbacSubTitle{
	text-align:center;
}
.JMbacAlert .data-ok{

	border:1px solid #26887f;
	background:white !important;
}

.JMbacAlert .JMbacBut {
  margin: 15px 10px 15px 10px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #6dbe5e;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 50px;
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.JMbacAlert .JMbacBut:hover {
  background-color: #49943c;
  color: #ffffff;
}

.JMbacAlert .JMbacBut.cancel {
  color: #212121;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}
.JMbacAlert .JMbacBut.cancel:before{content:'cancel';font-family: 'Material Icons';font-weight: normal;font-style: normal;font-size: 24px;line-height: 1;letter-spacing: normal;text-transform: none;display: inline-block;white-space: nowrap;word-wrap: normal;direction: ltr;-webkit-font-feature-settings: 'liga';-webkit-font-smoothing: antialiased;}
.JMbacAlert .JMbacBut.cancel:hover {
  color: #6dbe5e;
}
  .JMbacAlert .JMbacBut.closejmbac{
	  opacity:0;
  }

 .JMbacAlert .JMbacInfos{
	 /* font-size:10px; */
	 margin:10px;
	}
 
 .JMbacComplete{
	 height:100px;
	 text-align:center;
	 font-weight:bold;
 }
.JMbacProgress {
	margin:10px 0 20px 0;
	z-index:1000;
	position:relative;
	height:1px;
	width:0px;
	background: #49943c;
	content:'';
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	display: none;
}
.JMbacProgress::before {
	height:3px;
	width:3px!important;
	border-radius:100%;
	position:absolute;
	right:0;
	top:-1px;
	background: #49943c;
	width:50%;
	content:'';
}
.JMbacProgressN{
	position:absolute;
	display:inline-block;
	right:-25px;
	top:-5px;
	font-size:10px;
	color: #49943c;
}

@media only screen and (min-width:605px) and (max-height:670px) {
.JMbacAlert{
	    top: 50%;
    transform: translateY(-50%);
}
}



/***** Standard 600 *****/
@media only screen and (max-width:600px) {
	.JMbacAlert{
		position:fixed;
		display:none;
		z-index:100009999;
		top:0;
		left:0;
		right:0;
		margin:5px;
		padding: 30px 10px;
		width:auto;
		background:#fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
		text-align:center;
                    max-height: 100vh;
    overflow-y: auto;
	}
	.JMbacAlert .JMbacInpTitle{
		/* display:block; */
		margin:0;
		text-align:center;
		width:100%;
		color:black;
	}
	.JMbacAlert .JMbacInp,.JMbacAlert textarea, .JMbacAlert select{
		width:80%;
		height:40px;
		line-height:40px;
	}
	.JMbacMlock{
		text-align:center;
	}
}