

.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 -250px;
	padding:0 40px;
	width:500px;
	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; */
}

.JMbacMlock{
	text-align:left;
	margin: 10px ;
}
.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{
	margin: 30px 0 20px 0;
	text-align:center;
	 font-size: 22px;
	 color:#488dcd;
}

.JMbacAlert .JMbacTitle{
	
	
	margin: 0 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:0 15px 0 0;
	line-height:40px;
	height:40px;
	font-size:14px;
	text-align:right;
	width:130px;
	color:black;
	
}

.JMbacAlert .JMbacInp,.JMbacAlert textarea, .JMbacAlert select{
	width:220px;
	height:40px;
	line-height:40px;
	background:white;
	display:inline-block;
	padding-left:10px;
	border:1px solid #cdcdcd;
	-webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
	font-size:14px;
	color:#878586;
}

.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 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #ffffff;
  display:inline-block;
  position:relative;
  font-size: 18px;
  padding: 7px 15px;
  margin:0 10px 10px 10px;
  text-decoration: none;
  cursor:pointer;
}

.JMbacAlert .JMbacBut:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.JMbacAlert .JMbacBut.cancel {
  background: #d84452;
  background-image: -webkit-linear-gradient(top, #f54858, #d84452);
  background-image: -moz-linear-gradient(top, #f54858, #d84452);
  background-image: -ms-linear-gradient(top, #f54858, #d84452);
  background-image: -o-linear-gradient(top, #f54858, #d84452);
  background-image: linear-gradient(to bottom, #f54858, #d84452);

}

.JMbacAlert .JMbacBut.cancel:hover {
  background: #f54858;	
  background-image: -webkit-linear-gradient(top, #d84452, #f54858);
  background-image: -moz-linear-gradient(top, #d84452, #f54858);
  background-image: -ms-linear-gradient(top, #d84452, #f54858);
  background-image: -o-linear-gradient(top, #d84452, #f54858);
  background-image: linear-gradient(to bottom, #d84452, #f54858);

}
  .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:#3cb0fd;
	content:'';
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.JMbacProgress::before {
	height:3px;
	width:3px!important;
	border-radius:100%;
	position:absolute;
	right:0;
	top:-1px;
	background:#3cb0fd;
	width:50%;
	content:'';
}
.JMbacProgressN{
	position:absolute;
	display:inline-block;
	right:-25px;
	top:-5px;
	font-size:10px;
	color:#3cb0fd;
	
}



/***** Standard 500 *****/
@media only screen and (max-width:500px) {
	.JMbacAlert{ 
		position:fixed;
		display:none;
		z-index:100009999;
		top:0;
		left:0;
		right:0;
		margin:5px;
		padding:0 5px;
		width:auto;
		background:#fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
		text-align:center;
		
	}
	.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;
	}
}