@import url('//fonts.googleapis.com/css?family=PT+Sans:400,700');

#flash-popup-wrap {
	float: right;
	z-index: 25050;
	line-height: 20px;
	padding-right: 15px;
}

.flash-popup {
	z-index: 25050;
	color: #000;
	top: 50% !important;
	left: 50% !important;
	width: 630px !important;
	height: auto;
	overflow: visible !important;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px !important;
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
	position: fixed !important;
	background-color: white;
	padding: 0 !important;
	margin: -355px 0 0 -315px !important;
	font-family: "PT Sans", sans-serif !important;
}

#flash-popup-header-img {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	height: 158px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	background-color: #ADF2EA;
}

.flash-popup-header {
	padding: 10px 25px;
}

.flash-popup-content {
	padding: 0 25px;
}

.flash-popup a {
	color: #498bfa;
}

.flash-popup ul li {
	background: none;
	margin: 0;
	padding: 0;
}

#flash-popup-button-close {
	position: absolute !important;
	top: -12px !important;
	right: -12px !important;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	width: 28px;
	height: 28px;
	background-image: url("/.s/img/popup/close-btn.png");
}

.flash-popup input[type="text"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: solid #d8dcde 2px;
	padding: 6px 14px;
	display: block;
	background: none;
	font-weight: 400;
}

.flash-popup button {
	margin: 0 !important;
	display: inline-block;
	position: relative;
	height: 37px;
	background-color: #09c47e !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	outline: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.flash-popup-dropdown {
	font-size: 16px;
	margin: 18px 0 0 20px;
	padding: 0;
	display: inline-block;
	position: relative;
}

.flash-popup-dropdown-toggle {
	margin: 0;
	padding: 12px 36px 12px 12px;
	height: auto;
	cursor: pointer;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	color: #787d82;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: solid #d8dcde 2px;
	display: inline-block;
}

.flash-popup-dropdown-toggle:after {
	position: absolute;
	font-size: 20px;
	color: #787d82;
	content: ">";
	right: 12px;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.flash-popup-dropdown-toggle.flash-popup-focus {
	color: #498bfa;
	border-color: #498bfa;
}

.flash-popup-dropdown-toggle.flash-popup-focus:after {
	color: #498bfa;
}

.flash-popup-dropdown-toggle:not(.flash-popup-focus) + .flash-popup-dropdown-list {
	visibility: hidden;
}

.flash-popup-dropdown-toggle.flash-popup-focus + .flash-popup-dropdown-list:before {
	position: absolute;
	content: '';
	right: 20px;
	top: -7px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgba(23, 25, 28, 0.93);
}

.flash-popup-dropdown-list {
	margin: 5px 0;
	padding: 10px;
	position: absolute;
	background-color: rgba(23, 25, 28, 0.93);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	overflow-y: scroll;
}

.flash-popup-dropdown-list-item {
	margin: 0;
	height: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flash-popup-dropdown-list-item:not(:last-child) {
	border-bottom: solid 1px #787d82
}

.flash-popup-dropdown-list-item label {
	font-size: 14px;
	color: #787d82;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 30px;
	padding: 0 0 0 5px;
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}

.flash-popup-dropdown-list-item label:hover {
	color: white;
}

/* popup footer */
#flash-popup-footer-wrap {
	clear: both;
	overflow: hidden;
	text-align: right;
	margin-top: 20px;
}

#flash-popup-wps-hr {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background: url("/.s/img/welcome/dotted-hr.png") repeat-x;
}

#flash-popup-wp-footer {
    padding: 10px;
    overflow: hidden;
}

@media only screen and (max-height: 768px) {
	.flash-popup {
		top: 65% !important;
	}

	#flash-popup-header-img {
		display: none;
	}
}
