/* FACEBOOK SURVEY STYLES */
@import url('font-awesome.min.css');

.survey-container {
	background-color: #F7F7F5;
}
.survey-box {
	padding: 15px;
	margin-bottom: 15px;
}
.sweepsLogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
.survey-box .row {
	margin: 0px;
}
.survey-wrapper {
	width: 500px;
	margin: 15px auto;
	position: relative;
	padding: 20px 30px;
	background: #fff;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.4);
}
.survey-wrapper h4 {
	margin-bottom: 20px;
}
.survey-wrapper ol {
	padding-top: 5px;
	display: block;
}
.survey-wrapper ol li {
	margin-bottom: 15px;
	font-size: 16px;
	list-style: decimal;
}
.survey-wrapper label, .login-wrapper label {
	display: block;
	margin-bottom: 5px;
}
input[type="checkbox"] {
	margin: 4px 4px 0 0;
	line-height: normal;
}
.survey-wrapper .radio {
	margin: 10px 0px;
}
.survey-wrapper .checkbox {
	padding-left: 20px;
	min-height: 25px;
	cursor: pointer;
	margin: 4px 0 0;
}
.survey-button-container {
	margin-top: 25px;
}
.survey-button-container input {
	width: 100%;
}
.survey-button-container button {
	width: 100%;
}
.survey-button-container .button, .login-wrapper .button {
	display: inline-block;
	background: #F7F7EB;
	padding: 7px 22px;
	border: none;
	border-radius: 10px;
	color: #85a33e;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}
.survey-button-container .button:hover, .button-container .button:hover {
	background: #85a33e;
	text-decoration: none;
	color: #fff;
}
.row-fluid {
	width: 100%;
}
.row-fluid:before, .row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.56410256%;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .span6 {
	width: 48.71794872%;
}
.row-fluid .span12 {
	width: 100%;
}
.row-fluid .offset3:first-child {
	margin-left: 25.64102564%;
}
form {
	margin: 0 0 25px;
	display: block;
}
form input[type="text"], form input[type="email"], form textarea {
	border: 1px solid #ccc;
	background: #fff;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #ffffff;
	border: 1px solid none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display: inline-block;
	height: 25px;
	padding: 4px 6px;
	margin-bottom: 12.5px;
	font-size: 15px;
	line-height: 25px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	width: 80%;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.login-wrapper {
	width: 500px;
	margin: 15px auto;
	position: relative;
	padding: 20px 30px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.4);
}
.login-wrapper h1 {
  	font-size: 35px;
 }
.login-wrapper p {
  	margin: 15px;
 }
/*.login-wrapper .form-control {
	height: 25px;
	font-size: 14px;
}*/
/*.login-wrapper label {
	font-size: 15px;
}*/
#altLogin {
	cursor: pointer;
}
.logo-container {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: -30px;
}
.fb-login {
	display: block;
	box-sizing: border-box;
}
.fb-login .fb_iframe_widget {
	width: 123px !important;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.fb-login .fb_iframe_widget:hover {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
}

/*  Popup Styles */
#popUp {
    position: fixed;
    bottom: 0;
    right: 5%;
    overflow: hidden;
}
#popUpHead {
    height: 35px;
    width: 200px;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: rgb(34,34,34);
    background: -webkit-linear-gradient(rgba(34,34,34,1), rgba(34,34,34,0.9));
    background: linear-gradient(rgba(34,34,34,1), rgba(34,34,34,0.9));
}
#popUpBody {
    width: 200px;
    height: 150px;
    padding-top: 10px;
    text-align: center;
    background: rgb(34,34,34);
    background: -webkit-linear-gradient(rgba(34,34,34,0.9), rgba(34,34,34,0.8));
    background: linear-gradient(rgba(34,34,34,0.9), rgba(34,34,34,0.8));
}
#popUpBody p {
  color: #fff;
  font-size: 20px;
  margin: 0px 0px 20px 0px;
}
#popUpBody label {
  color: #ffffff;
}
#popUpBody input {
  margin: 0px;
}
#popUpBody .btn {
  width: auto;
  border: none;
  margin-top: 10px;
}
#popUpHead .fa{
    color: #fff;
    line-height: 35px;
    margin-left: 10px;
    transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
}
.rotate {
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}