﻿@charset "UTF-8";




 
 
	
.generalContainer{
	width: 100%;
} .mOverlay{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0; 
	background: url("/Content/pop_up/overlay.png");
	z-index: 998;
	cursor: pointer;
}.lightboxContainer{
	  
	Font-size:16px;
	font-family: ProximaNovaBold;
	/*height: 493px;*/
	background: white;
	color: #25b0d4;
	position: absolute;
	left: 48%;
    width: 658px;
	top: 175px;
	margin-left: -283px;
	padding: 5px 5px 5px 5px;
	display: block;
	z-index: 999;
	line-height: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
}

	.lightboxContainer .btnClose {
		width: auto;
		padding: 0 14px;
		font-size: 14px;
		font-family: ProximaNovaBold;
		color: white;
		background: green;
		height: 30px;
		line-height: 30px;
		display: block;
		float: right;
		border-radius: 3px;
		box-shadow: 0 2px 4px rgba(0,0,0,.5);
		margin-right: 0px;
		margin-top: 5px;
	}

	.lightboxContainer .btnTekrarGosterme {
		font-size: 14px;
		color: white;
		background: red;
		height: 30px;
		line-height: 30px;
		display: block;
		float: right;
		border-radius: 3px;
		box-shadow: 0 2px 4px rgb(0 0 0 / 50%);
		padding: 0px 40px;
		margin-right: 8px;
		margin-top: 5px;
	}



/** IE Fix **/
.ie .mainColContainer .mainCol.pollCol input{
	margin-top: 4px;
}
.ie .sectionGroup input{
	margin-top: 3px;
}
.ie input[type='checkbox']{
	border: none;
	padding: 0;
}
.ie input[type='radio']{
	border: none;
	padding: 0;
}


/*@media (max-width: 489px) {
	.lightboxContainer .btnClose {
		margin-top: -255px;
	}

	.lightboxContainer .btnTekrarGosterme {
		margin-top: -255px;
	}
}*/