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;
}
.ilist-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: 10px 8px !important;
    background: #1e73be;
    color: #fff !important;
    border: 1px solid #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    min-height: 45px !important;
    width: 200px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    text-transform: uppercase;
    margin-top: 0px;
    padding-top: 10px;
    white-space: nowrap;
    text-decoration: none !important;
}

.button-link-ilist:hover::before {
    opacity: 1;
	
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.button-link-ilist{
    
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.button-link-ilist:hover::before {
    background: #222;
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.button-link-ilist:hover {
    color: #fff !important;
    border-color: #222;
    text-decoration: none;
}

.button-link-ilist::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-link-ilist:hover {
    color: #fff !important;
    border-color: #222;
    text-decoration: none;
}
@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(https://themes.googleusercontent.com/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(https://themes.googleusercontent.com/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;
	line-height: 15px;
}
.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;
	line-height: 15px !important;
	display: block;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
}
.ilist_igcode_textarea {
	font-size: 12px;
	box-sizing: border-box;
	max-width: 100%;
	font:initial;
}
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  */
