@CHARSET "UTF-8";
.container-carousel
{
	position: relative;
}
.carousel
{
    position: relative;
	align-items: center;
	justify-content: center;
    display: flex;
	/*
	border:1px solid black;
	*/
}

.slider-nav1 {
	width: 100%;
	text-align: center;
	margin: 0.5rem 0;
	padding: 0px;
	display:none;
}

.slider-nav2 {
	width: 100%;
	text-align: center;
	margin: 0.5rem 0;
	padding: 0px;
	display:none;
}

.slider-nav-item {
	display: inline-block;
}

.slider-nav-label
{
	font-size: 13px;
	background-color: #4d4d4d;
	display: block;
	height: 1.5em;
	line-height: 1.5em;
	width: 1.5em;
	text-align: center;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	transition: background-color .25s, color .25s ease-in-out;
}
.nav-active {
	background-color: #3faa96;
	outline-color: transparent;
	height: 2em;
    line-height: 2em;
    width: 2em;
}

 
.step-container1 img
{
	max-width: 100%;
    display: flex;
}

.step-container2 img
{
	max-width: 100%;
    display: flex;
}

.carousel-item{
  /*	
  width: 100%;
  position: absolute;
    height: 100%;
  */
	overflow: hidden;
	position: absolute;
	top:0;
	z-index: 4;
	opacity: 0;
	width: 50%;
	transition: opacity .5s ease-in-out;
	  text-align: center;	
}

.trigger:checked + .carousel-item {
	z-index: 5;
	opacity: 1;
}
.trigger
{
	display:none;
}

.step-body{
	padding-top:5px;
	padding-bottom:0px;
	
	/*
	height:80px;
	max-height:80px;
	*/
	word-break: break-word;
}

.step-body1{
	padding-top:5px;
	padding-bottom:0px;
	
	/*
	height:80px;
	max-height:80px;
	*/
	word-break: break-word;
}

.step-body2{
	padding-top:5px;
	padding-bottom:0px;
	
	/*
	height:80px;
	max-height:80px;
	*/
	word-break: break-word;
}

.popupOverlay {
	background-color: rgba(0, 0, 0, 0.7);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000)";     
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000); 

	zoom: 1;
    display: none;
    height: auto;
    position: fixed;
    width: auto;
    z-index: 999999;	 
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.center-container
{
	position: relative;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
/*
	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;   
    flex-wrap: wrap;
    */
}
.popup
{
	margin: 50px;
    width: auto;
/*  height: 90%; 
	height: 27px; */
    background: #fff;
    border-radius: 5px;
    position: relative;
    display: inline-block;
	font-size: 14px;
	padding-left:10px;
	padding-right:10px;
}

.close
{
	position: relative;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	width: 30px;
	height: 30px;
	background: url(close-icon@2x.png) center center no-repeat;
	background-size: 30px;
	border: none;
	float:right;
	cursor: pointer;
}
.modalHeader
{
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #3faa96;
}
.timeline {
    padding: 0;
    border-top: 1px solid #3faa96;
    list-style: none;
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-bottom: 0px;
    margin-top: 40px;
}
.timeline-item {
	position: relative;
	display: table-cell;
}
.timeline-item:first-of-type:before,
.timeline-item:last-of-type:before
{
    content: "";
    width: 50%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: -2px;
    left: 0;
}
.timeline-item:last-of-type:before 
{
	left: 50%;
}
.timeline-badge 
{
	width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    background: #ddd;
    color: #4d4d4d;
    position: relative;
    margin: 0 auto;
    top: -15px;
	
	font-size:13px;
	font-weight:bold;
	line-height:28px;
}
.timeline-panel
{
	position: relative;
    color: #4d4d4d;
    text-align: center;
    margin: 0 auto;
    top: -80px;
}

.brownColor
{
    color:#990000 !important;
}	

.brownBadge
{
    background:#990000 !important;
	color: #fff !important;
}

.liteGreenBadge
{
	background:#3faa96 !important;
	color: #fff !important;
}
.liteGreenColor
{
	color:#3faa96 !important;
}

.liteOrangeBadge
{
	background:#e57c11 !important;
	color: #ffff !important;
}
.liteOrangeColor
{
	color:#e57c11 !important;
}
.align-items-center
{
	display: flex;
	position: relative;
	align-items: center !important;
	justify-content: center !important;
}

.buttoneID {
background:    #660000;
background:    linear-gradient(#660000, #073763);
border-radius: 5px;
padding:       8px 20px;
color:         #ffffff;
display:       inline-block;
font:          normal normal 20px/1 "Zenhei", sans-serif;
text-align:    center;
text-shadow:   1px 1px #000000;
cursor: pointer;
}

.alertMsg {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #003300;
}

.greetingMsg{
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}
.greetingMsg i.loadingSpinner {
  display: block;
  background: url(loading.gif) center center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
/* @media only screen and (min-width: 768px) */
@media only screen and (min-width: 861px)
{	
	.popup
	{
		width: auto;
		height: auto;
	}
	
	.carousel-item{
		overflow: hidden;
		position: relative;
		opacity: 1;
		left: 0;
		margin-left:10px;
		margin-right:10px;
		
	}
	.step-body1{
		height:70px;
	}
	
    .step-body2{
		height:70px;
	}
}

/* @media only screen and (max-width: 768px) */
@media only screen and (max-width: 861px)
{
	.carousel-item{
		-ms-transform:translateX(-50%);
	}
	.container-carousel
	{
		
		height:280px;

			
	.popup
	{
	/* width: 80% */
		width: auto;
		margin: 5px;
		height: auto;
	}
	
	.step-body1{
		height:60px;
	}
	
	.step-body2{
		height:60px;
	}
	
	.slider-nav1 
	{
		position:relative;
		bottom:0;
		z-index:6;	
		display:block;
	}
	
	.slider-nav2 
	{
		position:relative;
		bottom:0;
		z-index:6;	
		display:block;
	}
}