/*Tiendas*/
.place-name {
	min-width: 20px;
}

.state-pill {
	position: relative;
}

.panel-default>.panel-heading {
	background: #FFFFFF;
}

.panel-body {
	background: #808080;
}

.panel-default .fa-circle {
	color: #43BF33;
	font-size: 11px;
}

.panel-body td {
	padding: 7px;
}

.city-name {
	font-size: 1.8em;
}

.store-name {
	font-size: 1.4em;
}

.carets {
	left: 90%;
	top: 10px;
	position: absolute;
}

.carets  .fa-chevron-up {
	display: none;
}

.carets .fa-chevron-down {
	display: inline;
}

.collapsed  .carets .fa-chevron-up {
	display: inline;
}

.collapsed .carets .fa-chevron-down {
	display: none;
}

.tienda-div {
	height: 400px;
	max-height: 400px;
	padding: 0;
	overflow: auto;
}

#map {
	height: 75%;
}

::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.tienda-body {
	cursor: pointer;
}

.goto-map {
	text-align: center;
	line-height: 50px;
	background-color: #E0E328;
	min-height: 50px;
}

.goto-map a {
	text-decoration: none;
}

@media screen and (max-width: 756px) {
	.panel-heading {
		order: 1;
	}
	.tienda-div {
		height: auto;
		max-height: auto;
	}
}

.imagenNO {
	display: none;
}

.imagen {
	display: block;
}

/* izzi chat************************************************************ INICIO*/

.chatModal{
/*	width: 400px;
    margin: 30px auto;*/
}


.chat-head {
	background: white;
	min-height: 120px;
	border-radius: 15px 15px 0px 0px;
	padding-top: 25px;
	text-align: center;
}

.chat-head span {
	vertical-align: bottom;
	color: gray;
	font-size: 1.2em;
	font-weight: bold;
}

.panel-body-chat {
	width: 390px;
	margin: auto;
	border: 1px solid gray;
	background: #FFFEFD;
	color: #b1b1b1;
}

input.inputchat{
	border: 1px;
	
}

.panel-body-chat span{
	color: #4AA3A4;
}



.chat-body {
	
	width: 330px;
	margin: auto;
}



.chat-button {
	background: #E0E328;
	border-radius: 20px;
	webkit-border-radius;
	color: white;
	border: none;
	padding: 5px 25px;
	font: bold 12px "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	width: 300px;
}

.chatselect {
		width: 350px;
}

/* izzi chat************************************************************ INICIO*/

/* Mis Tramites */
.card-item {
    cursor: pointer;
    transition: transform 0.3s linear;
}

.card-item:hover, .card-item:focus {
    transform: scale(1.1);
}

.resize-img-icon {
    width: 35px;
    height: 35px;
}