/**
* S3WF Framework
*
* Framework desenvolvido pela S3WF
*
* @package		S3WFCORE
* @author		Equipe S3WF
* @copyright	Copyright (c) 2007 - 2013
* @license		http://s3wf.com.br/
* @link			http://s3wf.com.br
* @since		Version 1.0
* @filesource
*/

#SgiContainerBannerPopupPromocao .close{
	z-index: 1;
	cursor: pointer;
}

.SgiWindowBannerPopupPromocao {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
}

.SgiWindowBannerPopupPromocao:last-child {
	clear: both;
}

.SgiContainerBannerPopupPromocao {
	background-color: #f0f0f0;
	top: 77px;
	position:fixed;
	left: 50%;
	/*
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	*/
}


.SgiContainerBannerPopupPromocao .SgiColunaSobreposta {
	position:absolute;
	padding:0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	/*background-color: #fff;*/
	/*background-color: rgba(255, 255, 255, 0.2);*/
	left: auto;
	border-right: none;
}

.SgiContainerBannerPopupPromocao .SgiColunaSobreposta .SgiLogo {
	margin: 40px auto 0;
    width: 200px;
}

.SgiContainerBannerPopupPromocao .SgiColunaSobreposta .SgiTitle {
	font-size: 25pt;
	margin-top:40px;
	text-align: center;
}

.SgiContainerBannerPopupPromocao .SgiColunaSobreposta .SgiText1 {
	color: #333333;
	font-size: 13pt;
	margin-top: 15px;
	text-align: center;
}

.SgiContainerBannerPopupPromocao .SgiColunaSobreposta .SgiText2 {
	color: #333333;
	font-size: 13pt;
	margin-top: 15px;
	text-align: center;
}

.SgiContainerBannerPopupPromocao .SgiColunaSobreposta .SgiText3 {
	font-size: 16pt;
	font-weight: bold;
	margin-right: 5px;
}

.SgiContainerBannerPopupPromocao .SgiColunaSobreposta .SgiCloseBanner {
	width:30px;
	height:30px;
	background:url(../../imgweb/site/fechar-video.png);
	background-position:center 0px;
	position:absolute;
	right:-16px;
	top:-16px;
	cursor:pointer;
}

.SgiContainerBannerPopupPromocao .SgiColunaSobreposta .SgiCloseBanner:hover {
	background-position:0px -30px;
}

.SgiContainerBannerPopupPromocao .SgiColunaSobreposta .SgiContainerEnviarEmail {
	position: absolute;
	top: 300px;
	left: 275px;
    margin: 30px auto 0;
    /*width: 430px;*/
}

.SgiContainerBannerPopupPromocao .SgiColunaSobreposta .SgiContainerEnviarEmail .SgiInputEmailBannerPopup {
	background-color: #FFFFFF;
    border: 0 none;
    border-radius: 2px 2px 2px 2px;
    font-size: 15pt;
    height: 35px;
    text-indent: 5px;
    width: 325px;
    float: left;
}

.SgiContainerBannerPopupPromocao .SgiColunaSobreposta .SgiContainerEnviarEmail .SgiBtnEmailBannerPopup {
	position:relative;

	background: #8ec600; /* Old browsers */
	background: -moz-linear-gradient(top, #8ec600 0%, #659b00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ec600), color-stop(100%,#659b00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8ec600 0%,#659b00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8ec600 0%,#659b00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8ec600 0%,#659b00 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8ec600 0%,#659b00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ec600', endColorstr='#659b00',GradientType=0 ); /* IE6-9 */
	
	border: 1px solid #659b00;
	border-radius:3px;
	
	box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
	
	cursor: pointer;
	
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	text-align: center;
	font-size: 16pt;
	
	position: relative;
	
	height: 33px;
    line-height: 33px;
    width: 90px;
    float: left;
    margin-left: 10px;
	
}

.SgiContainerBannerPopupPromocao .SgiColunaSobreposta .SgiContainerEnviarEmail .SgiBtnEmailBannerPopup:hover {
	background: #a2dd00; /* Old browsers */
	background: -moz-linear-gradient(top, #a2dd00 0%, #77b200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2dd00), color-stop(100%,#77b200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a2dd00 0%,#77b200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a2dd00 0%,#77b200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a2dd00 0%,#77b200 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a2dd00 0%,#77b200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2dd00', endColorstr='#77b200',GradientType=0 ); /* IE6-9 */
}

.SgiContainerBannerPopupPromocao .SgiColunaSobreposta .SgiContainerEnviarEmail .SgiBtnEmailBannerPopup:active {
	box-shadow: inset 0 2px 3px rgba(0,0,0,.5);
}

.SgiContainerBannerPopupPromocao .SgiColunaSobreposta .SgiContainerEnviarEmail .SgiBtnEmailBannerPopup .loader {
	/*background-image: url(../../imgweb/site/loading5.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size:24px 24px;*/
	display: none;
}
