html {
	overflow: hidden;
	height: 100%;
}
body {
	height: 100%;
	overflow: auto;
}
.center{
	text-align: center;
}

.margin-top{
	margin-top:25px;
}

.bold{
	font-weight: bold;
}

input[type=text],input[type=password], textarea{
	border: 1px solid #ccc;	
}

#map,
#street_view, #streetview{
	width: 100%;
	height: 300px;
}

.grey_block{
	background: #f7f7f9;
	border: 1px solid #e1e1e8;
	margin:10px;
	padding:10px 20px;
	border-radius: 3px;

}

ul{

	margin-left: 45px;
}


/************************* HEADER ***************************************/
.item-menu-prin{
	height: 60px;
}

.item-menu-prin:hover .item-menu{
	background-color: darkgray;
	color:dodgerblue;
	background-size: 100%;
	height: 60px;
}

.imagen-logo{
	margin-top: 10px;
}

.item-menu{
	color: orangered;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
}

.item-menu:hover{
	color: gold;
	background-color: silver;
}

.menu-principal{
	background-color: black; 
	color: silver; 
	min-height: 50px; 
	border: 1px solid transparent; 
	/*
	position: fixed; 
	*/
	width: 100%; 
	top: 0; 
	z-index: 99999;
}

.menu_usuario a:hover{
	padding: 20px 20px;
	color: white;
	background-color: aquamarine;
}

.menu_usuario{
	padding: 10px;
	margin: 5px;
	color: white;
	background-color:silver;
	background-size: 100%;
	border: 1px solid silver;
}
.dropdown-content{
	display: none;
	position: absolute;
	background-color: silver;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	left: auto;
	right: 0;
}

.dropbtn{
	/*background-color: #4CAF50;*/
	color: orangered;
	padding: 20px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

/* Links inside the dropdown */
.dropdown-content a {
	/*color: black;*/
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color:#f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}


.imagen:hover {
	opacity: 1;
	background-size: 75%;
}

a.imagen:link{
	color: red;
}

a.imagen:visited{
	color: red;
}

.wrapper_mensajes{
	position:absolute;
	top:20px;
	text-align: center;
	width: 100%;
	overflow: visible;
	z-index:999999;
}

.wrapper_mensajes .error{							
	color: #fff;
	margin: auto;
	padding: 20px 40px;
	background: #9a0b0b;
	max-width: 300px;
	text-align: center;
	box-shadow: 0px 0px 10px #333;
	font-weight: bold;
	font-size: 16px;
}


.wrapper_mensajes .mensaje{							

	color: #fff;
	margin: auto;
	padding: 20px 40px;
	background: #007d23;
	max-width: 300px;
	text-align: center;
	box-shadow: 0px 0px 10px #333;
	font-weight: bold;
	font-size: 16px;
}







/*************************** FOOTER *****************************************/





.footer-background-wrap{
	font-family: 'Open Sans', sans-serif; 
}
.footer-wrap{
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 25px 0 10px;
	position: relative;
	background-size: 100% 100%;

}

.footer-wrap li{
	list-style-type: none;
} 

.informacion a{
	color: white;
}

ul{
	padding-left: 3px;
}

.widgettitle{
	border-bottom: 1px solid white;
}

.widgettitle::after {
	content: '';
	width: 100%;
	border-bottom: 2px dotted #999999;
	display: block;
	position: relative;
	top: 3px;
	z-index: 0;
}

.widgets-wraps .widgettitle_wrap .widgettitle::after {
	border-bottom: 2px solid #e5e5e5;
	/*top: 5px;*/
}

footer.footer-wrap .widgettitle_wrap .widgettitle, footer.footer-wrap .widgettitle_wrap .widgettitle::after {
	border-color: white;
}

.titulo-footer{
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 600;
}

.transition {
	-webkit-transform: scale(2); 
	-moz-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}

.widgets-wraps{
	padding: 0 15px;
	margin-bottom: 30px;
	color: white;
}

.widgettitle{
	margin-top: 0px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: right center;
	font-size: 22px;
}

h2.widgettitle{
	font-size: 13px;
	line-height: 30px;
}

.footer-bottom li{
	float: left;
	margin-left: 27px;
}

.footer-bottom a{
	font-family: roboto;
	font-size: 12px;
	color: #969595;
}

a:hover{
	text-decoration: none;
	color: green;
}













/************************************ ?????????????? ***********************************/


.container_derecha{
	/*width: 80%; 
	float: right; */
	/*
	padding-left: 40px;
	*/
	margin-bottom: 100px;

	/*
	border-left: 1px solid #ccc;
	*/
}



.barra_lateral_izq{
	/*width: 20%; 
	float: left;*/
}








/************************************ CUENTA *****************************************************/


.titulo-info{
	font-family:'Open Sans',Arial,Helvetica,Sans-Serif;
	font-size: 22px;
}

.my-home-label{
	float: left;
	width: 25%;
	font-weight: bold;
	color: black;
}

.my-home-content{
	width: 75%;
	float: left;	

}

.page-header_info{
	padding-bottom: 9px;
	margin: 10px 0 20px;
	border-bottom: 1px solid #e3e3e3;
}

.lista{
	padding: 20px;
}


table.data{
	border-radius: 6px;
	width: 100%;
	overflow: scroll;

}
table.data tr{
	border:1px solid #ddd;
}

table.data.no-border tr{
	border:none;
}
table.data tr td{

	padding:8px 25px;
}
table.data tr td:first-child{
	font-weight: bold;
}


/************************************ EDITAR PROMO *****************************************************/



.titulo-form{
	border-bottom: 1px solid #eee;
	padding-bottom: 9px;
	margin-bottom: 35px;
	background-color: #545454;
	color: white;
	padding-left: 5px;
	padding-top: 1px;
}

.form_editar_promo{

}

.input_editar_promo{

}

.input_editar_promo[type="file"]{
	display: inline-block;
}

.select_fecha_dia{
	width: 70px;

}

.select_fecha_mes{
	width: 70px;

}

.select_fecha_ano{
	width: 80px;

}

.div_fecha_dia{
	float: left;
	margin: 10px;
	margin-left: 26px;
}

.div_fecha_mes{
	float: left;
	margin: 10px;
}

.div_fecha_ano{
	float: left;
	margin: 10px;
}

.activar_fecha_inicio{
	margin-left: 30px;
	font-size: 14px;
}

.activar_fecha_final{
	margin-left: 30px;
	font-size: 14px;
}

.imagen{	
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	background-size: 100%;
	float: left;
}







/************************************ TIENDA *****************************************************/

etiqueta{
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

.input-form{
/*	width: 400px;*/
}

.contenedor-form{
	background-color:#545454;
	color: silver;
	padding: 10px;
	margin-bottom: 50px;
	border: 2px solid silver;
	width: 500px;
}
/************************************ PROMOS TIENDA *****************************************************/

.imagen_promo{
	max-width: 100px;
}

.image{

}

.image img{
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}

.lista_promos .thumbnail{
	/*float: left;
	width: 150px;	*/
	/* Positioning elements in lines */
	display:  inline-block;
	position: relative;
	overflow: hidden;
}
/*
.thumbnail:hover{
width: 20%;

display: block;
}

.image:hover img {
-webkit-transform:scale(1.25); /* Safari and Chrome * /
-moz-transform:scale(1.25); /* Firefox * /
-ms-transform:scale(1.25); /* IE 9 * /
-o-transform:scale(1.25); /* Opera * /
transform:scale(1.25);
}

.image:hover .info_promo{
margin-left: 20px;
}
*/

.lista_promos .promo{
	position: relative;
}
.info_promo{
	display: inline-block;
	/*margin-left: 20px;*/
	position: relative;
}

.lista_promos .promo .opciones_promo{

	margin: 15px 0px
}

.lista_promos hr{
	margin-top: 5px;
	margin-bottom: 5px;
}
.lista_promos .list-group-item{
	border:none;
	border:1px solid #ddd;
	background: #f7f7f9;
	margin-bottom: 30px;
	padding-bottom: 0px;
}

/************************************ CREAR PROMO *****************************************************/

.contenedor_promos{
	width: 600px;
	border: 1px solid silver;
	margin-bottom: 50px;
}

.titulo_promos{
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Oswald', serif;
	border-bottom: 1px solid silver;
	width: 100%;
	background-color: #545454;
	position: relative;
	padding: 3px;
}

.titulo_promos h3{
	margin-left: 10px;
}



.input_promos{
	width: 400px;
	margin: 10px;
	display: inline-block;
}

.input_promos[type="file"]{
	border: none;
	height: 40px;
	display: block;
}

.label_promos{
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 5px;
}



.select_fecha_dia{
	width: 70px;

}

.select_fecha_mes{
	width: 70px;

}

.select_fecha_ano{
	width: 80px;

}

.div_fecha_dia{
	float: left;
	margin: 10px;
	
}

.div_fecha_mes{
	float: left;
	margin: 10px;
}

.div_fecha_ano{
	float: left;
	margin: 10px;
}

.activar_fecha_inicio{
	margin-left: 30px;
	font-size: 14px;
}

.activar_fecha_final{
	margin-left: 30px;
	font-size: 14px;
}




#container, .container.main{
	margin-top:50px;
}

.block{

	margin: 20px 0px;
	padding: 10px 20px;

}

.contenedor_login{

	margin-top: 30px; 

}

.h2-titulo_login{
	font-family: 'Oswald', sans-serif; 
	color: lightsteelblue;
}

.link_titulo_login{
	color: lightsteelblue;
}

.contenedor-form_login{
	max-width: 500px; 
	margin-top: 10px; 
	background-color: #D8D8D8; 

	border-radius: 5px; 
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}



ul.menu_lista_tiendas{
	list-style: none;
	margin-left: 50px;
}

ul.menu_lista_tiendas li{
	padding: 5px 0px; 
}



.titulo-info{
	font-family:'Open Sans',Arial,Helvetica,Sans-Serif;
	font-size: 22px;
}

.my-home-label{
	float: left;
	width: 25%;
	font-weight: bold;
	color: black;
}

.my-home-content{
	width: 75%;
	float: left;
	font-family: 'Slabo 18px', serif;
	font-weight: 10%;
}

.page-header_info{
	padding-bottom: 9px;
	margin: 10px 0 0px;
	border-bottom: 1px solid #e3e3e3;
}

.lista{
	padding: 20px;
}


.boton_tienda{

	color: #000;
	padding: 10px;

}

.boton_tienda:hover{


}

.link_tienda{
	color: #000;

}



.barra_navegacion_adminPrincipal{
	float: left; 
	color: silver; 
	width: 300px; 
	text-align: center; 
	margin-left: 30px;
}

.saludo_adminPrincipal{
	float: right; 
	margin-right: 40px; 
	color: silver; 
	margin-top: 25px;
}



.glificon-mas_adminPrincipal{
	margin-right: 10px;
}

.contenedor_tiendas_adminPrincipal{
	margin-top: 80px;
	background-color: aliceblue; 
	max-height:800px; 
	height: 500px;
}



.body_crear_tienda{
	font-family: 'Georgia';
}

.barra_navegacion_crear_tienda{
	float: left; 
	color: silver; 
	width: 300px; 
	text-align: center; 
	margin-left: 30px;
}

.saludo_crear_tienda{
	float: right; 
	margin-right: 40px; 
	color: silver; 
	margin-top: 25px;
}

.commonField_crear_tienda {
	position: relative;
}

.commonField_crear_tienda label {
	font-family: "Oswald",sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 17px;
}
.commonField_crear_tienda input {
	border: 1px solid #dddddd;
	height: 50px;
	padding: 0 20px;
	width: 100%;
	margin-bottom: 26px;
	color: #888888;
}

.commonField_file_crear_tienda{
	position: relative;
	font-family: "Oswald",sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 17px;
	height: 50px;

	width: 100%;
	margin-bottom: 26px;

}

.myAccForm_crear_tienda {
	margin: 0 0 55px;
	position: relative;
}

.myAccForm_crear_tienda select {
	width: 100%;
	min-height: 30px;
	padding: 5px 10px;
	border: 1px solid #dddddd;

	color: #888888;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.droparrow_crear_tienda:after{
	/*content: "ï„‡";*/
	font-family: fontawesome;
	position: absolute;
	right: 29px;
	top: 51px;
	pointer-events: none;
}

.bikeBtn_crear_tienda{
	/*font-size: 17px;
	margin-right: 12px;*/
	display: block;
	font-family: 'oswald',sans-serif;
	font-size: 14px;
	font-weight: 500;
	height: 50px;
	margin: 15px 0;
	text-align: center;
	text-transform: uppercase;
	padding: 0 58px;
	letter-spacing: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btnright_crear_tienda {
	float: right;
}

.btnstyle1_crear_tienda{
	background: #bada55;
	color: #333333;
}



.cuerpo_editar_tienda{
	font-family: 'Georgia';
}

.barra_cabecera_editar_tienda{
	float: left; 
	color: silver; 
	width: 300px; 
	text-align: center; 
	margin-left: 30px;
}

.saludo_editar_tienda{
	float: right; 
	margin-right: 40px; 
	color: silver; 
	margin-top: 25px;
}

.commonField_editar_tienda {
	position: relative;
}

.commonField_editar_tienda label {
	font-family: "Oswald",sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 17px;
}
.commonField_editar_tienda input {
	border: 1px solid #dddddd;
	height: 50px;
	padding: 0 20px;
	width: 100%;
	margin-bottom: 26px;
	color: #888888;
}

.commonField_file_editar_tienda{
	position: relative;
	font-family: "Oswald",sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 17px;
	height: 50px;

	width: 100%;
	margin-bottom: 26px;

}

.myAccForm_editar_tienda {
	margin: 0 0 55px;
	position: relative;
}

.myAccForm_editar_tienda select {
	width: 100%;
	height: 50px;
	padding: 0 16px;
	border: 1px solid #dddddd;
	margin-bottom: 26px;
	color: #888888;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.droparrow_editar_tienda:after{
	/*content: "ï„‡";*/
	font-family: fontawesome;
	position: absolute;
	right: 29px;
	top: 51px;
	pointer-events: none;
}

.bikeBtn_editar_tienda{
	/*font-size: 17px;
	margin-right: 12px;*/
	display: block;
	font-family: 'oswald',sans-serif;
	font-size: 14px;
	font-weight: 500;
	height: 50px;
	margin: 15px 0;
	text-align: center;
	text-transform: uppercase;
	padding: 0 58px;
	letter-spacing: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btnright_editar_tienda {
	float: right;
}

.btnstyle1_editar_tienda{
	background: #bada55;
	color: #333333;
}



.barra_navegacion_info_tienda{
	float: left;
	color: silver;
	width: 300px; 
	text-align: center; 
	margin-left: 30px
}




@media (max-width: 480px) {
	.barra_navegacion{
		background: red;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.barra_navegacion{
		background: blue;
	}	
}
@media (min-width: 768px) and (max-width: 979px) {

}

@media (min-width: 1200px) {

}


.barra_nombre_info_tienda{
	float: right; 
	margin-right: 40px; 
	color: silver; 
	margin-top: 25px;
}

.boton_editar_tienda_info_tienda{
	float:right;
}

.contenedor_info_tienda{
	margin-top: 30px;
}

.ficha_empresa_info_tienda{
	background-color: black; 
	border: solid grey; 
	width: 100%; 
	height: 500px; 
	color: cornflowerblue;
}

.nombre_empresa_info_tienda{
	float: left;
}

.logo_empresa_info_tienda{
	margin-top: 40px;
}

.logo_img_info_tienda{
	width: 400px;
	height: 300px;
}

.ficha_info_info_tienda{
	padding: 0 0 0 10px;
}

.tabla_info_tienda{
	color: #ccc;
}

.direccion_info_tienda{
	float: left;
}

.telefono_info_tienda{
	float: left;
}

.div_boton_contacto_info_tienda{
	text-align: center;
}

.link_editar_tienda_info_tienda{
	color: #b0c5b3;
}



.textarea_imagen{
	height: 200px;
	width: 300px;
	background-position:  center center;
	background-repeat:  no-repeat;
	background-size: 100%;
	font-size: 0px;
	max-width: 100%;
}












/************************************************** TARJETA (tipos_cuenta) ********************************************************/






#div_stripe {
	color: rgb(51, 51, 51);
	text-align: left;
	width: 380px;							
	background: rgb(242, 243, 243) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(51, 51, 51);
	font: normal normal normal normal 16px / 24px Roboto, lato, sans-serif;
	margin: 40px 140px 0px;							
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	max-width: 100%;
}
#div_stripe form{
	color: rgb(51, 51, 51);
	text-align: left;



	margin: 0px;

	padding: 0px 0px 0px 10px;
}

#div_stripe .label {
	color: rgb(51, 51, 51);
	display: block;
	height: 24px;
	text-align: left;
	text-shadow: rgb(255, 255, 255) 0px -1px 2px;
	vertical-align: middle;
	width: 158px;

	border: 0px none rgb(51, 51, 51);
	margin: 3px 0px 0px;
	outline: rgb(51, 51, 51) none 0px;
	padding: 1px;

	color: rgb(51, 51, 51);
	display: block;
	text-align: left;
	text-shadow: rgb(255, 255, 255) 0px -1px 2px;
	vertical-align: middle;
	width: 318px;							
	border: 0px none rgb(51, 51, 51);
	margin: 3px 0px 0px;
	outline: rgb(51, 51, 51) none 0px;
	padding: 1px;


	font-size: 15px;

}/*#LABEL_15, #LABEL_44*/




#div_stripe h3 {
	color: rgb(51, 51, 51);
	text-align: left;								
	margin: 0px;								
	padding: 0px 0px 10px;
}/*#H3_4*/
#div_stripe h3.center {
	text-align: center;
}


#div_stripe .label span {
	color: rgb(51, 51, 51);
	cursor: default;
	text-align: left;
	text-shadow: rgb(255, 255, 255) 0px -1px 2px;
	column-rule-color: rgb(51, 51, 51);
	border: 0px none rgb(51, 51, 51);
	outline: rgb(51, 51, 51) none 0px;
}


#fecha_caducidad,#cvc{
	color: rgb(51, 51, 51);
	

	text-align: left;
	/*float: left;
	width:50%;*/

}


#input_tarjeta_nombre {
	box-sizing: content-box;
	color: rgb(51, 51, 51);
	max-width: 100%;
	width: 270px;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 4px 4px 4px 4px;
	margin: 10px 0px;
	outline: rgb(51, 51, 51) none 0px;
	padding: 5px 5px 5px 15px;
}/*#INPUT_8*/

#input_tarjeta_numero {
	background-position: 100% 50%;
	box-sizing: content-box;
	color: rgb(51, 51, 51);
	width: 270px;
	max-width: 100%;
	background: rgb(255, 255, 255) url("https://refractionproductions.com/wp-content/images/payment-cards-stripe.png") no-repeat scroll 100% 50% / auto padding-box border-box;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 4px 4px 4px 4px;
	margin: 10px 0px;
	outline: rgb(51, 51, 51) none 0px;
	padding: 5px 5px 5px 15px;
}/*#INPUT_12*/

#input_tarjeta_mes {
	min-height: 15px;
	width: 45px;
	border: 1px solid #ccc;
	border-radius: 5px 5px 5px 5px;
	margin: 15px 0px 10px;
}/*#SELECT_17*/

#input_tarjeta_anyo {
	min-height: 15px;
	width: 63px;

	border: 1px solid #ccc;
	border-radius: 5px 5px 5px 5px;
	margin: 15px 0px 10px;
}/*#SELECT_31*/


#input_tarjeta_cvc {
	box-sizing: content-box;
	color: rgb(51, 51, 51);
	height: 17px;
	width: 38px;

	border: 1px solid rgb(204, 204, 204);
	border-radius: 4px 4px 4px 4px;
	margin: 10px 0px;
	outline: rgb(51, 51, 51) none 0px;
	padding: 5px;
}


.payment-errors{
	text-align: center;
	color: red;
	padding: 10px;
}






/************************************************************************************************************************************/




/****************************************************************** POPUPS **********************************************************/





#popups .close_popup{
	position: relative;
	top:15px;
	display: block;
	width:440px;
	text-align: right;
	color: #000;
	margin: auto;
	margin-top:90px;
	font-size: 38px;
	text-decoration: none;
}

#popups{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	background-color: rgba(0,0,0,0.3);
	z-index: 99999;
	display:none;
}

#popups .popup{
	width:400px;

	background: white;
	/*box-shadow: 0px 0px 2px #ccc;*/
	margin: auto;
	/*margin-top:100px;*/
	padding: 20px;
	display:none;
}

#popups .popup .header{
	font-size: 22px;
	padding: 15px;
	text-align: center;
	padding: 5px 10px 25px 10px;
}

#popups .popup #popup_error{

}



#popup_mensaje{

}



/************************************************************************************************************************************/



.informacion_tienda .visitas table{
	width:100%;text-align:center
}

.informacion_tienda .visitas table td.datos{
	width:130px;
}
.informacion_tienda .visitas table td,
.informacion_tienda .visitas table th{
	padding: 10px;
	border:1px solid #ccc;
}

.informacion_tienda .visitas table tr.datos td{
	max-width:100px;	
}

.informacion_tienda .btn{
	min-width: 140px;
}



div.table > div{
	padding:10px 0px 10px 0px;;
	clear: both;
	border-bottom:1px solid #ccc;
}


.btn-primary{
	max-width: 100%;
}