﻿#popup-overlay{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998;
	opacity: 0.7;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70) !important;
	zoom: 1;
	background-color: #000000;
	display:none;
}

#popup-content{
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	display: none;
	position: fixed;
	z-index: 9999;
	font-size: 13px;
	color: #525252;
	font-weight: bold;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: #ffffff; /* Old browsers */	
}

#popup-content.mapContent{
	background: #FFFFFF;
	filter: none;
}

/* bottons css */

#popup-content div.btn-container {
	width: 100%;
	/*margin-bottom: 20px;*/
	float: left;
	height:0px
}

#popup-content div.btn-container input#close-btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f6851e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f6851e), to(#ed6c07));
	background: -webkit-linear-gradient(#f6851e, #ed6c07);
	background: -moz-linear-gradient(#f6851e, #ed6c07);
	background: -ms-linear-gradient(#f6851e, #ed6c07);
	background: -o-linear-gradient(#f6851e, #ed6c07);
	background: linear-gradient(#f6851e, #ed6c07);
	line-height:40px;
	height:40px;
	color:#fff;
	text-align:center;
	padding:0 15px 3px;
	-webkit-box-shadow: #282828 0px 2px 3px;
	-moz-box-shadow: #282828 0px 2px 3px;
	box-shadow: #282828 0px 2px 3px;
	font-size:24px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #292929;
	filter: dropshadow(color=#292929, offx=1, offy=1);
	margin-right: 10px;
    margin-top: 1px;
	cursor:pointer;
	border: none;
	position: absolute;
	top: 3px;
	right: 0px;
}

#popup-content div.btn-container input#close-btn:hover{
	background: #ed6c07;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ed6c07), to(#f6851e));
	background: -webkit-linear-gradient(#ed6c07, #f6851e);
	background: -moz-linear-gradient(#ed6c07, #f6851e);
	background: -ms-linear-gradient(#ed6c07, #f6851e);
	background: -o-linear-gradient(#ed6c07, #f6851e);
	background: linear-gradient(#ed6c07, #f6851e);
}

#popup-content input.close-active {
	background-position: -450px -250px;
	cursor: pointer;
}
#popup-content input.close-active:hover {
	background-position: -450px -350px;
}
#popup-content input.close-active:active {
	background-position: -450px -400px;
}
#popup-content input.close-disable {
	background-position: -450px -300px;
	cursor: default;
}

#popup-content div.btn-container > div{
	margin: auto;
	display: table;
}

#popup-content div.btn-container input#done-btn {	
   	float: right;
    height: 44px;
	line-height:42px;
    width: 112px;
	font-size: 22px;
	cursor:pointer;	
	border: none;
}

#popup-content div.btn-container input#cancel-btn {	
   	float: right;
    height: 44px;
	line-height: 42px;
    width: 112px;
	font-size: 22px;
	cursor:pointer;
	margin-left: 20px;	
	border: none;
}

/* popup header css */

#popup-content .popup-header{
	width: 100%;
	height: 50px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
	background: #00a15f;	
}

#popup-content .popup-header #popup-title{
	font-size: 32px;
	padding: 4px 10px;
	margin-left: 0px;
	font-weight:normal;
	color: #fff;	
	float: left;
	text-shadow: 0px 1px 1px #F1ECC5;
}

/* copyright text */

#popup-content .copy-container{
	width: 100%;
	height: 15px;
	float: left;
	font-size: 10px;
	padding-left: 10px;
	overflow: hidden;
}

/* alert msg css */

#popup-content .msg-text{
	float: left;
	width: 380px;
	margin: 25px 25px 20px 25px;
	height: 100px;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	overflow-y: auto;
}

/* help text msg css */

#popup-content .content-text{
	width: 569px;
	margin: 25px;
	height: 245px;
	overflow:auto;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}

#popup-content.result_popup {
	height:auto !important;
}

/* help text msg css */

#popup-content .img-zoom{
	width: auto; /*530px;*/
	height: auto; /*399px;*/
	margin: 5px;
	float: left;
	overflow: auto;
}

#popup-content .img-zoom img{
	border: 1px solid #E6AE36;
	margin: 0 auto;
	display:block;
	/*max-width: 528px;
	max-height: 528px;*/
}

/* video css */

#popup-content .video_player{
	padding:5px;
}

#popup-content .left-aligned{
	text-align: left;
}