body.modal-box {
	overflow: hidden;
	position: fixed;
}
.modal-box {
	display: none;
	position: fixed;
	z-index: 999999;
	width: 98%;
	max-width: 650px;
	left: 50%;
	right: 50%;
	top: 80px;
	margin-left: -250px;
	background: white;
	border-bottom: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
}
.modal-box header, .modal-box .modal-header {
	padding: 1.25em 1.5em;
	border-bottom: 1px solid #ddd;
}
.modal-box header h3, .modal-box header h4, .modal-box .modal-header h3, .modal-box .modal-header h4 {
	margin: 0;
}
.modal-box .modal-body {
	padding: 1em 1.5em;
}
.modal-box footer, .modal-box .modal-footer {
	padding: 1em;
	border-top: 1px solid #ddd;
	background: rgba(0, 0, 0, 0.02);
	text-align: right;
}
.modal-overlay {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3) !important;
}
a.close {
	line-height: 1;
	font-size: 1.5em;
	position: absolute;
	top: 2%;
	right: 2%;
	text-decoration: none;
	color: #bbb;
	border: none !important;
}
a.close:hover {
	color: #222;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}
.button-link-ilist {
	padding: 4px 15px;
	background: #EEE;
	color: #000 !important;
	border: 1px solid #ccc !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
@font-face {
	font-family: "Open Sans Light";
	font-style: normal;
	font-weight: 300;
	src: local("Segoe UI Light"), local("Open Sans Light"), local("OpenSans-Light"), url(../../../../../static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff')
}
@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: local("Segoe UI"), local("Open Sans"), local("OpenSans"), url(../../../../../static/fonts/opensans/v8/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')
}
.clear {
	clear: both
}
.icon-link-ext:before {
	content: '\f08e';
}
/*h1 {
	font: 400 2.25rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif
}*/
h1.entry-titile {
	text-align: center;
	font-size: 21px;
	line-height: 1.2;
	padding: 8px;
	margin: 0;
	color: #fff;
	background: #0072c6;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	clear: both;
}
.iframe-main {
}
.ifram-row {
	width: 100%;
	clear: both;
	margin: 0px -5px;
}
.guideline {
	font-size: 12px;
}
.ifram-row .btn {
	display: block;
	height: 35px;
	font-size: 12px !important;
	width: 100%;
	line-height: 25px;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	background-color: #EEE;
	cursor: pointer;
	color: #333;
	border-radius: 4px;
	box-shadow: none;
	border: 1px solid #EEE;
}
.ifram-sm, .ifram-lg {
	padding: 0px 5px;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.ifram-lg {
	width: 100%;
}
.ifram-sm {
	width: 25%;
}
.ifram-sm span, .qcld-span-label {
	font-size: 12px !important;
}
.igcode_textarea {
	font-size: 12px;
	box-sizing: border-box;
	max-width: 100%;
}
body.modalOn {
	overflow: hidden;
}
.ifram-sm > input, .ifram-sm > select {
	height: 35px;
	font-size:14px;
	line-height: 35px;
	border: 1px solid #EEE;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}


/* Scroll bar design css  */


a.ilist-fancybox{
	cursor: pointer;
}

.ilist-capture-wrap{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}
.ilist-capture-wrap .ilist-download-btn{
	padding: 5px 15px;
    margin: 8px;
    line-height: 18px;
    border: 1px solid #e04747;
    /*background: #f5f5f5;*/
    background: #e04747;
    color: white;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3px;
}
.ilist-capture-wrap .ilist-download-btn:hover{

    border: 1px solid indianred;
    background: indianred;
}