*{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
	padding: 0;
	margin:0;
}
body{
	font-family : 'Source Sans Pro', sans-serif;
	background-color: #E2E6EA;
}

input, a, h1, h2, h3, h4, p{
	font-family: 'Source sans pro', sans-serif;
	color: #4D585B;
	margin: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
table {
	width: 100%;
	color: #4D585B;
}
form, label {
	margin: 0;
}
label {
	display: inline-block;
	color: #4D585B;
}
header {
	background-color: #F3F4F5;
  width: 100%;
  height: 65px;
  position: fixed;
	top: 0;
  z-index: 99;
	border-bottom: 2px solid #CAD1D6;
}
/*BOUTTONS*/
.button {
	display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
	font-weight: 400;
  text-align: center;
  padding: 10px 12px;
	margin: 0 15px 10px 0;
  text-decoration: none;
	border: none;
}
.button.blue {
  background-color: #4D90FE;
  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
  background-image: linear-gradient(top,#4d90fe,#4787ed);
  color: #fff;
	text-decoration: none;
}
.button.blue:hover {
	background-color: #357AE8;
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
	background-image: linear-gradient(top,#4d90fe,#357ae8);
	text-decoration: none;
}
.button.red {
  display: inline-block;
  background-color: #D14836;
  background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
  background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
  background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
  background-image: -o-linear-gradient(top,#dd4b39,#d14836);
  background-image: linear-gradient(top,#dd4b39,#d14836);
  color: white;
	text-decoration: none;
}

.button.red:hover {
  background-color: #C53727;
  background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
  background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
  background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
  background-image: -o-linear-gradient(top,#dd4b39,#c53727);
  background-image: linear-gradient(top,#dd4b39,#c53727);
	text-decoration: none;
}

.button.green {
  background-color: #3d9400;
  background-image: -webkit-linear-gradient(top,#3d9400,#398a00);
  background-image: -moz-linear-gradient(top,#3d9400,#398a00);
  background-image: -ms-linear-gradient(top,#3d9400,#398a00);
  background-image: -o-linear-gradient(top,#3d9400,#398a00);
  background-image: linear-gradient(top,#3d9400,#398a00);
  color: white;
	text-decoration: none;
}

.button.green:hover {
  background-color: #368200;
  background-image: -webkit-linear-gradient(top,#3d9400,#368200);
  background-image: -moz-linear-gradient(top,#3d9400,#368200);
  background-image: -ms-linear-gradient(top,#3d9400,#368200);
  background-image: -o-linear-gradient(top,#3d9400,#368200);
  background-image: linear-gradient(top,#3d9400,#368200);
	text-decoration: none;
}
input[type="radio"], input[type="checkbox"] {
	margin: 0 5px 0 0;
}
/* HEADER STYLES */
#header{
	background-color: #143040;
	height: 90px;
	border-bottom: solid;
	border-bottom-color: #e2565d;
	border-bottom-width: 2px;
	box-shadow: 0px 3px 25px #000000;
	width: 100%;
}

#logo{
	margin-left: 35px;
	margin-top: 15px;
	width: 170px;
}
#logo_header {
	height: 100%;
	width: auto;
}
.logo-header-wrapper {
	float: left;
	background: #EA5353;
	height: 65px;
	width: 200px;
	display: inline-block;
	border-bottom: 2px solid #923030;
}
.customers-number-wrapper{
  float: left;
  display: flex;
  align-items: center;
  height: 100%;
	padding: 0 10px;
	border-left: 1px solid #CAD1D6;
	border-right: 1px solid #CAD1D6;
	background: #f9f9f9;
}
.customers-icon {
	width: 30px;
	margin-right: 10px;
}
.customers-icon img {
	width: 100%;
	height: auto;
}
.customers-number {
  font-size: 18px;
  font-weight: 400;
	color: #4D585B;
}
.profile-wrapper {
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
	padding-right: 30px;
}
.profile-user {
	display: flex;
	align-items: center;
	transition: 0.25s;
}
.profile-user:hover .img-profile {
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	transition: 0.25s;
}
#company-name {
  font-size: 16px;
  text-align: left;
	margin: 0;
	margin-right: 50px;
}
.profile-user:hover {
	cursor: pointer;
	text-decoration: none;
}
.img-profile {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
	margin-right: 10px;
}

.img-profile img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
.logout {
	font-size: 16px;
  text-align: left;
	margin: 0;
}
.logout:hover {
	text-decoration: none;
	color: #EA5353;
}
#head_buttons {

}
footer {
  width: 100%;
}

#logo_footer {
	width: 170px;
	margin: 0 auto;
}

#menu{
	display:inline-block;
	float: right;
	margin-top: 40px;
	margin-right: 40px;
}

.option-menu{
	display:inline-block;
	width: 100px;
	text-align: right;
	visibility: hidden;
}
.body-login
{  background: -webkit-radial-gradient( #143040, #0f232f); /* Safari 5.1 to 6.0 */
background: -o-radial-gradient( #143040, #0f232f); /* For Opera 11.6 to 12.0 */
background: -moz-radial-gradient( #143040, #0f232f); /* For Firefox 3.6 to 15 */
background: radial-gradient( #143040, #0f232f); /* Standard syntax */}

a.option-menu-link{
	text-decoration:none;
	color:#96c6c8;
	font-family: 'Open Sans';
	font-weight: 300;
}

a.option-menu-link:hover {
	border-bottom: solid;
	border-bottom-color: #e2565d;
	border-bottom-width: 2px;
}


/* CONTENT STYLES */
#login-content{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-background{
	background-image: url("/img/bglogin.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
}

#login{
	background: rgba(0,0,0,0.25);
	width: 350px;
	border-radius: 4px;
	padding: 20px;
	padding-bottom: 0;
	text-align: center;
	    margin-top: -120px;
}
#login img {
	width: 230px;
	margin-bottom: 20px;
}

#wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
    background-color: #CCCCCC;
}


input.input-form-login{
	display: block;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.25);
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	height: 40px;
	width: 100%;
	padding: 5px 8px;
	margin-bottom: 15px;
	border: none;
	border-radius: 4px;
}
input.input-form-login:focus {
	box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}
input.input-form-login::-webkit-input-placeholder { color: rgba(255,255,255,0.3); }

input.input-form.send-form-login {
	width: 110px;
	border: none;
	background-color: #EA5353;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	padding: 10px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	transition: 0.2s;
}
input.input-form.send-form-login:hover {
	background-color: #FC5E5E;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
	transition: 0.2s;
}


.div-input-form{
	margin-bottom:25px;
}



.squaredThree {
	width: 145px;
	height: 25px;
	margin: 0 auto;
	position: relative;
}
.squaredThree label {
	cursor: pointer;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	border-radius: 1px;
	background-color: rgba(255,255,255,0.25);
}

.squaredThree label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 7px;
	height: 3px;
	background: transparent;
	top: 3px;
	left: 2px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.squaredThree label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.squaredThree input[type=checkbox]{
	display: none;
}
.squaredThree input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#login_error {
	text-align: center;
	color: #FFC929;
	margin-bottom: 10px;
}

#error{
	text-align: center;
	color: rgb(226, 86, 93);
	margin-bottom: 10px;
	margin-top: 10px;
}


#rememberme-text{
	width: 165px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 15px;
}

div#text-sycket-commerce {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	margin-top:0px;
	color: white;
}

div#text-sycket-commerce > b{
	font-weight:400;
}

#content-offer{
	background: -webkit-radial-gradient( #143040, #0f232f);
	background: -o-radial-gradient( #143040, #0f232f);
	background: -moz-radial-gradient( #143040, #0f232f);
	background: radial-gradient( #143040, #0f232f);
}

#form-content{
	width: 70%;
	margin: 0 auto;
	background-color: #2c4453;
}

#form-container{
	width:90%;
	padding-top: 50px;
	padding-bottom: 40px;
	margin-left: 20px;
}

#prize-form-container{
	width:100%;

}
/*******tablas de regalos************/

/* OFFER */

.add_feature{
	width: 70px;
	background-color: transparent;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 15px;
	color: #f2f2f2;
	border-color: #e2565d;
	border-radius: 4px;
	border-style: solid;
}

.plus_mark{
	display: inline-block;
	margin-left: 5px;
	color: #e2565d;
	font-family: 'Open Sans';
	vertical-align: middle;
}

.feature-select{
	text-align:center;
	display:inline-block;
	padding-left: 10px;
	line-height: 30px;
	vertical-align: top;
}

.dataCmp{
	padding-left: 10px;
	display:inline-block;
	text-align: center;
	line-height: 30px;
	vertical-align: top;
}

.dataSelect{
	padding-left: 10px;
	display:inline-block;
	text-align: center;
	line-height: 30px;
	vertical-align: top;

}
.select-filter{
	width : 125px;
}

.select-age{
	width : 60px;
}

.remove-feature {
	font-size: 30px;
	font-family: 'Open Sans';
	font-weight: 300;
	color: #e2565d;
	cursor: pointer;
	margin-left: 10px;
	display: inline-block;
}

.shop_name_container {
	display: inline-block;
	vertical-align: top;
	width: 70%;
	padding-left: 5px;
}
.squaredOne{
	display: inline-block;

}

/* SQUARED ONE */
.squaredOne {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	background: #fcfff4;
	display: inline-block;
	border: 0;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}
input.squaredOne{
	visibility: hidden;
}
.squaredOne label {
	cursor: pointer;
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0px;
	top: 0px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	background: #00bf00;

	background-color:#e2565d;

	top: 2px;
	left: 2px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.squaredOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.detail_text {
	font-size: 12px;
	margin-top: 20px;
}

.textarea-offer{
	width: 55%;
	height: 70px;
	background-color:#dee0e2;
}

.dates-form {
	margin: 0 auto;
}

.dates-form {
	margin: 0 auto;
	margin-top: 5;
	margin-bottom: 5;
}

.date-form{
	text-align:left;
	display:inline-block;
	margin-bottom: 5px;
}

input.date-input{
	height: 30px;
	cursor: pointer;

}

input.pass-input{
	height: 30px;
	margin-bottom:0;
	margin-left:10px;
	width: 120px;
}

.pass-div{
	margin-top:120px;
}


#add_image::-webkit-file-upload-button {
  visibility: hidden;
}

#add_image::before {
  content: 'Subir imagen';
}

#add_image{
	cursor: pointer;
	width: 95px;
	text-align: center;
	padding-left: 2px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 29px;
	height: 35px;
	font-size: 15px;
	border-width: 1px;
}

.send-offer{
	background-color: transparent;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 20px;
	color: #193240;
	border-color: #193240;
	border-radius: 10px;
	padding: 3px;
	border-style: solid;
	width:300px;
	margin-top: 10px;
}

.btn-unselected {
  background-color: transparent;
  font-family: 'Open Sans';
  font-weight: 300;
  color: #193240;
  border-color: #193240;
  border-radius: 10px;
  border-style: solid;
  padding: 3px;
}

.btn-selected{
	background-color: #193240;
	font-family: 'Open Sans';
	font-weight: 300;
	color: #f2f2f2;
	border-color: #193240;
	border-radius: 10px;
	padding: 3px;
	border-style: solid;
}

input.input-form.send-offer {
	width: 220px;
}

#upload-image-form{
	display:inline-block;
	margin-left:15px;
}

div#preview_image {
	border: solid;
	border-width:1px;
	width: 300px;
	height: 300px;
	position:relative;

}

input.freq-shop{
	height:30px;
	width: 40px;
	margin-right:10px;
}

input.amount-input{
	height:30px;
	width: 40px;
	margin-right: 10px;
	vertical-align: middle;
}
div#points{
	display: inline-block;
  	margin-top: 20px;
}


span#datepicker1 {
  height: 30px;
}

span.datepicker-icon {
    height: 30px !important;
}
span#datepicker2 {
  height: 30px;
}

input[readonly] {

  background-color: #FFFFFF;
}
#login-error {
	text-align: center;
	color: #FFC929;
	margin-bottom: 10px;
}
 #footer {
	 position: fixed;
	 z-index: 99;
	 left: 0;
	 bottom: 0;
	 width: 100%
 }

.handpointer{
	cursor: pointer; 
}