﻿.pop-up-background {
	background: rgba(0,0,0,.8);
	cursor: pointer;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 6000;
}
.pop-up-background-modal {
	cursor: default;
	z-index: 6000;
}
.pop-up {
	visibility: hidden;
	left: 50%;
	margin-left: -400px;
	max-width: 800px;
	position: absolute;
	top: 20px;
	width: 90%;
	z-index: 100;
}
.pop-up.small {
	margin-left: -200px;
	max-width: 400px;
}
.pop-up.medium {
	margin-left: -300px;
	max-width: 600px;
}
.pop-up.large {
	margin-left: -400px;
	max-width: 800px;
	z-index: 6000;
}
.pop-up-content {
	background: #fff;
	-webkit-box-shadow: 0px 1px 10px 2px #000;
	-moz-box-shadow: 0px 1px 10px 2px #000;
	box-shadow: 0px 1px 10px 2px #000;
	min-height: 30px;
}
.pop-up-content .close, .pop-up-footer {
	text-align: right;
}
.pop-up-footer {
	padding-top: 24px;
}
.pop-up-body {
	font-size: 16px;
	color: #666;
}
.pop-up-display-content {
	display: none;
}
.pop-up .close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
}
.pop-up .close a {
	font-size: 18px;
	color: #d22;
	width: 24px;
	height: 24px;
	background: url(icon-cross.png) no-repeat 0 0;
	display: inline-block;
}
.pop-up .close a:hover {
	opacity: 0.6;
}
.pop-up-btn {
	padding: 8px 15px;
	display: inline-block;
	background: #3B4658;
	border-radius: 3px;
	margin-left: 10px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
.pop-up-btn:hover, .pop-up-btn:focus {
	background: #6A798E;
}
.pop-up .screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.ie6 .pop-up {
	border: 10px solid #CED4E2;
	width: 600px;
}

input[type=checkbox], input[type=radio] { opacity:0; display: none; }
input[type=checkbox] + label:before, input[type=radio] + label:before { font-family: FontAwesome; display: inline-block;}

input[type=checkbox] + label:before { content: "\f096"; padding-right:10px; font-size: 20px; color:#333; vertical-align: middle; position:relative; top:-1px;}
input[type=checkbox]:checked + label:before { content: "\f046"; padding-right:7px; color:#0290fe;}

input[type=radio] + label:before { content: "\f10c"; padding-right:10px; font-size: 19px; color:#333; vertical-align: middle;}
input[type=radio]:checked + label:before { content: "\f192"; color:#0290fe;}

@media only screen and (max-width:767px) {
.pop-up.large {
	left: 5%;
	margin: 0;
	top: 0px!important;
}
.pop-up-background {
	background: #fff;
}
.well {
	padding-top: 0px!important;
}
.pop-up-content {
	box-shadow: none!important;
	width: 100%;
}
}

@media only screen and (max-width:480px) {
.pop-up.small,  .pop-up.medium {
	left: 5%;
	margin: 0;
}
.pop-up-content {
	position: absolute;
}
.pop-up-footer {
	padding-top: 12px;
}
}
