﻿.overlay{
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(55,55,55,0.4);
	z-index: 999;
}

.modal-popup{
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 20vh auto;
    width: 700px;
    height: 350px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 9999999999;
    -webkit-box-shadow: 0 4px 10px rgba(55,55,55,0.5);
    box-shadow: 0 4px 10px rgba(55,55,55,0.5);
}

.modal-popup .header {
    height: 40px;
}

.modal-popup .wrapper {
    padding: 12px;
    height: 100%;
    box-sizing: border-box;
}

.modal-popup .button-group {
    height: inherit;
    width: 450px;
    display: inline-block;
    background-color: #424242;
    border-radius: 8px;
}

.modal-popup .button-group a{
    display: block;
    display: inline-block;
    width: 49%;
    height: inherit;
    line-height: 38px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.modal-popup .button-group a:first-child{
	border-radius: 8px 0 0 8px;
}

.modal-popup .button-group a:first-child:before{
    content: "";
    background: url(../images/app/ios.svg) no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 8px;
    left: 16px;
}

.modal-popup .button-group a:last-child{
	border-radius: 0 8px 8px 0;
	float: right;
}

.modal-popup .button-group a:last-child:before{
	content: "";
	background: url(../images/app/android.svg);
	position: absolute;
	background-size: contain;
	width: 20px;
    height: 20px;
    top: 8px;
    left: 16px;
}

.modal-popup .button-group.ios a:first-child{
	background-color: #FFC300;
	color: #424242;
	pointer-events: none;
}

.modal-popup .button-group.android a:last-child{
	background-color: rgb(166,198,79);
	pointer-events: none;
}

.modal-popup .logo{
	position: absolute;
	right: 0;
	top: 0;
	width: 193px;
    height: 62px;
    transform: scale(0.9);
	background:url(../images/app/icm_logo.png) no-repeat 0px 0px;
}

.modal-popup .content .instruction ul{
	counter-reset: instruction-counter;
	padding-top: 16px;
	width: 500px;
	display: none;
}

.modal-popup .content .instruction ul li{
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}

.modal-popup .content .instruction ul li span{
	display: block;
	color: #ffa100;
	line-height: 12px;
    padding-left: 34px;
}
.modal-popup .content .instruction ul li:before{
	content: counter(instruction-counter);
	counter-increment: instruction-counter;
	padding: 4px 9px;
	margin-right: 8px;
	width: 16px;
	height: 16px;
	background-color: #FFF;
	color: #4664B5;
	border-radius: 50%;
}

.modal-popup .qr{
	position: absolute;
	right: 0;
	top: 60px;
	width: 200px;
    height: 200px;
    transform: scale(0.8);
    background-size: 100% 100%;
}	

.modal-popup .qr > span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 23px;
	color: #fff;
	position: absolute;
	bottom: -43px;
}

.modal-popup .info{
	height: 40px;
	color: #fff;
	font-size: 15px;
	margin-top: 16px;
} 

.modal-popup .info > span:first-child{
	width: 10%;
	float: left;
	color: #FFC300;
    padding-left: 8px;	
    box-sizing: border-box;
}
.modal-popup .info > span{
    display: block;
    width: 90%;
    float: right;
}

.modal-popup .qr{
	position: absolute;
	right: 0;
	top: 60px;
	width: 200px;
	height: 200px;
	transform: scale(0.8);
	background-size: 100% 100%;
	padding: 8px;
	box-sizing: border-box;
	background: #fff;
}

.qr img{
	width:100%;
}

.barcodeURL{
	display:inline;
}
