/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

a, button {
	outline: 0;
}

#map {
	width: 100%;
	height: 600px;
	background-color: #f2f2f2;
}

.red {
	color: #d70000;
}

.green {
	color: #2ab367;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.padding-10 {
	padding: 15px !important;
}

.padding-15 {
	padding: 15px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.no-margin {
	margin: 0 !important;
}

.border-none {
	border: none !important;
}

.menu-header {
	list-style: none;
	margin: 0 0 0 40px;
	padding: 0;
}

	.menu-header li {
		float: left;
		margin: 0 10px;
	}

		.menu-header li a {
			font-size: 12px;
			text-decoration: none;
			color: #818e95;
			text-transform: uppercase;
		}

			.menu-header li.active a, .menu-header li a:hover {
				color: #d70000;
			}

.register-header {
	color: #7e8c93;
	text-decoration: none;
	font-size: 14px;
}

	.register-header i {
		vertical-align: middle;
		font-size: 18px;
	}

	.register-header:hover {
		color: #d70000;
	}

.link-close {
	color: #7e8c93;
	position: absolute;
	text-decoration: none;
	font-size: 31px;
	right: 10px;
	top: 5px;
}

dialog {
	border: none;
}

.demo-ribbon {
	width: 100%;
	height: 0;
	/*background-color: #d70000;*/
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.demo-main {
	margin-top: 10px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.demo-header .mdl-layout__header-row {
	padding: 0 20px;
	background: #fff;
	height: 50px;
	/*width: 85%;*/
	margin: auto;
}

.demo-header .header-login-width {
	width: 91%;
}

.demo-container {
	max-width: 1600px;
	min-width: 900px;
	margin: 0 auto;
}

.mdl-layout__header--scroll .mdl-layout__header-row {
	min-width: 900px;
}

.demo-content {
	border-radius: 2px;
	padding: 0;
	margin-bottom: 0;
	text-align: left;
}

.demo-layout.is-small-screen .demo-content {
	padding: 0; /*width: 100%;*/
}

.demo-content h3 {
	margin-top: 48px;
}

footer p {
	text-align: center;
	font-size: 12px;
	letter-spacing: 0;
	margin: 25px 20px 25px;
	color: #818e95;
}

.demo-footer .mdl-mini-footer--link-list a {
	font-size: 13px;
}

.headerbar-right .header-nav {
	display: inline-block;
	float: left;
}

.login-form {
	box-sizing: border-box;
	width: 500px;
	margin: 100px auto 200px;
	padding: 0 40px 40px;
	border-radius: 3px;
}

	.login-form h1 {
		box-sizing: border-box;
		padding: 20px;
	}

	.login-form input {
		margin: 20px 0;
		width: 420px;
		display: block;
		font-size: 14px;
		padding: 20px 10px;
		border: solid 1px #cccccc;
		-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
		transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
		color: #0e6252;
		background: #fff
	}

		.login-form input:focus, .login-form input:valid {
			box-shadow: none;
			outline: none;
			background-position: 0 0;
		}

			.login-form input:focus::-webkit-input-placeholder, .login-form input:valid::-webkit-input-placeholder {
				color: #d70000;
				font-size: 14px;
				-webkit-transform: translateY(-20px);
				transform: translateY(-20px);
				visibility: visible !important;
			}

	.login-form button {
		font-size: 14px;
		border: none;
		background: #d70000;
		cursor: pointer;
		border-radius: 3px;
		padding: 15px 25px;
		color: white;
		margin-left: 25px;
	}

		.login-form button:hover {
			background: #b80101;
		}

.content-dialog input {
	margin: 0 0 15px;
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 20px 10px;
	border: solid 1px #cccccc;
	-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	color: #0e6252;
	background: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	.content-dialog input:focus, .login-form input:valid {
		box-shadow: none;
		outline: none;
		background-position: 0 0;
	}

		.content-dialog input:focus::-webkit-input-placeholder, .login-form input:valid::-webkit-input-placeholder {
			color: #d70000;
			font-size: 14px;
			-webkit-transform: translateY(-20px);
			transform: translateY(-20px);
			visibility: visible !important;
		}

.content-dialog button {
	font-size: 14px;
	border: none;
	background: #d70000;
	cursor: pointer;
	border-radius: 3px;
	padding: 15px 25px;
	color: white;
}

	.content-dialog button:hover {
		background: #b80101;
		cursor: unset;
	}

	.content-dialog button:disabled {
		background: #7e8c93;
	}

	.content-dialog button:hover:disabled {
		background: #717E84;
	}

.login-form a {
	color: #7e8c93;
	line-height: 40px;
}

.titul-home {
	color: #7e8c93;
	text-align: center;
	width: 70%;
	margin: 100px auto;
	font-size: 28px;
	line-height: 38px;
}

.home-content {
	background: url(../images/bg_home.jpg) no-repeat center center;
}

.home-content-ok {
	text-align: center;
	padding: 150px 0;
}

	.home-content-ok i {
		color: #2ab367;
		font-size: 100px;
	}

	.home-content-ok h2 {
		color: #2ab367;
		font-size: 22px;
		margin: 0;
		padding: 50px 0;
		text-align: center;
		width: 100%;
	}

	.home-content-ok a {
		color: #818e95;
		text-decoration: underline;
		font-size: 16px;
	}

.home-content-ko {
	text-align: center;
	padding: 150px 0;
}

	.home-content-ko i {
		color: #d70000;
		font-size: 100px;
	}

	.home-content-ko h2 {
		color: #d70000;
		font-size: 22px;
		margin: 0;
		padding: 50px 0;
		text-align: center;
		width: 100%;
	}

	.home-content-ko a {
		color: #818e95;
		text-decoration: underline;
		font-size: 16px;
	}

.right-aling {
	float: right;
}

.select-style {
	position: relative;
	margin: 0;
	width: 215px;
	display: block;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 0;
	overflow: hidden;
	background-color: #fff;
	background: #fff url("../images/arrow.png") no-repeat 95% center;
}

	.select-style i {
		position: absolute;
		right: 10px;
		top: 22px;
		color: #818e95;
	}

	.select-style select {
		padding: 25px 8px;
		width: 100%;
		border: none;
		font-size: 14px;
		color: #818e95;
		box-shadow: none;
		background-color: transparent;
		background-image: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

		.select-style select:focus {
			outline: none;
		}

.content-dialog .select-style {
	margin: 0 0 15px;
}

.custom-label-form {
	margin: 17px 0px 33px;
	padding-left: 45px !important;
	color: #7e8c93;
}

.mdl-switch.is-checked .mdl-switch__track {
	background: rgba(215, 0, 0, .5);
}

.mdl-switch.is-checked .mdl-switch__thumb, .mdl-switch__ripple-container .mdl-ripple {
	background: #d70000;
}

.recuperar .content-dialog input {
	width: 100% !important;
}

.recuperar h3, .recuperar p {
	color: #7e8c93;
}

.center-charts {
	margin: 0 auto;
	width: 306px
}

.chart {
	display: inline-block;
	width: 130px;
	margin: 0 auto;
	padding: 0 10px;
}

.easyPieChart {
	position: relative;
	text-align: center;
}

	.easyPieChart canvas {
		position: absolute;
		top: 0;
		left: 0;
	}

.percentage, .label {
	margin-bottom: 0.5em;
	text-align: center;
	font-weight: 100;
}

.percentage {
	font-size: 22px;
}

	.percentage span {
		line-height: 115px;
	}

sup {
	top: -0.2em;
	margin-left: 1px;
	font-size: 11px;
}

.ctrl {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #c4cdcc;
	word-spacing: 5px;
}

	.ctrl span {
		cursor: pointer;
		-moz-transition: color 0.5s ease-in-out;
		-o-transition: color 0.5s ease-in-out;
		-webkit-transition: color 0.5s ease-in-out;
		transition: color 0.5s ease-in-out;
	}

		.ctrl span:hover {
			color: #000;
		}

.meta {
	margin: auto;
	max-width: 280px;
	border-top: 1px solid rgba(155, 155, 155, 0.2);
	text-align: center;
}

h2.titul-dashboard {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.mdl-data-table {
	width: 100%;
}

.orange {
	color: #fdb74a;
}

.mdl-data-table i {
	font-size: 18px;
	vertical-align: middle;
}

.mdl-data-table th {
	color: #0c0c0d;
}

h3.titul-mapping {
	color: #7e8c93;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	margin: 15px 0 0;
	padding: 0;
}

	h3.titul-mapping strong {
		color: #0c0c0d;
		font-weight: bold;
	}

.mdl-button--icon i {
	color: #7e8c93;
	font-size: 32px;
}

.mdl-button--icon {
	height: 42px;
	min-width: 42px;
	width: 42px;
}

header .mdl-button--icon .material-icons {
	position: absolute;
	left: 17px;
	/* -webkit-transform: translate(-12px,-12px); */
	-ms-transform: translate(-12px, -12px);
	/* transform: translate(-12px,-12px); */
	line-height: 24px;
	/* width: 42px; */
	color: #7e8c93;
}

.mapping-hotels {
	position: relative;
	overflow: hidden;
}

.left-content {
	width: 25%;
	float: left;
	position: absolute;
	z-index: 7;
	background: #fff;
}

.right-content {
	position: relative;
	float: right;
	width: 75%;
}

.list-content-data {
	list-style: none;
	margin: 0;
	padding: 5px 5px 16px;
	display: block;
	clear: both;
	min-height: 65px;
}

	.list-content-data li {
		float: left;
		width: 46%;
		margin: 0 2%;
		padding: 5px 0;
		border-bottom: 1px solid #dddddd;
		font-size: 12px;
		line-height: 14px;
		color: #7e8c93;
	}

		.list-content-data li a {
			color: #7e8c93;
			text-decoration: none;
		}

			.list-content-data li a:hover {
				text-decoration: underline;
			}

.no-border {
	border-bottom: none !important;
}

.list-content-data li a strong {
	float: right;
	font-weight: bold;
	color: #0c0c0d;
}

.list-content-data li strong {
	font-weight: bold;
	color: #d70000;
}

.content-bar-progress {
	width: 90%;
	margin: 25px auto 0;
}

	.content-bar-progress .progress-bar {
		background-color: #eee;
		height: 10px;
		padding: 0;
		margin-bottom: 10px;
		border-radius: 10px;
		overflow: hidden;
	}

		.content-bar-progress .progress-bar span {
			display: inline-block;
			height: 100%;
			box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
			transition: width .4s ease-in-out;
		}

	.content-bar-progress .red span {
		background-color: #d70000;
	}

.text-grey {
	font-size: 12px;
	color: #7e8c93;
}

	.text-grey a i {
		top: 5px;
		position: relative;
		font-size: 16px;
		color: #7e8c93;
		min-width: 16px !important; /* align-content: center; */
	}

.mdl-shadow--3dp {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.search-bar {
	background: #7e8c93;
	padding: 5px 10px;
}

.download-template {
	width: 100%;
	height: 470px;
	/*overflow: scroll;*/
}

.search-bar h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
}

.badge {
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	border-radius: 5px;
	color: #fff;
	padding: 3px;
}

.green-badge {
	background: #3bcd72;
}

.red-badge {
	background: #d70000;
}

.filter-search-bar {
	font-size: 11px;
	color: #fff;
	display: block;
	clear: both;
}

	.filter-search-bar input.margin-left {
		margin-left: 10px;
	}

.search-bar label {
	width: 49%;
	float: left;
	padding: 0 2% 0 0;
	position: relative;
	margin: 5px 0 10px;
}

	.search-bar label i {
		position: absolute;
		top: 8px;
		right: -181px;
		color: #7e8c93;
	}

input.search-bar-input-mappingtool {
	font-size: 12px;
	color: #7e8c93;
	background: #fff;
	padding: 10px;
	width: 185%;
	padding-right: 25px;
}

input.search-bar-input {
	font-size: 12px;
	color: #7e8c93;
	background: #fff;
	padding: 10px;
	width: 100%;
	padding-right: 25px;
}

input.search-bar-inputProfile {
	font-size: 12px;
	color: #7e8c93;
	background: #fff;
	padding: 10px;
	width: 100%;
	padding-right: 25px;
}

form label:last-of-type {
	padding: 0;
}

	form label:last-of-type i {
		right: -189px;
	}

.filter-search-bar button {
	font-size: 12px;
	background: transparent !important;
	color: #fff !important;
	box-shadow: none;
	border: 1px solid #fff;
	padding: 5px 0;
	line-height: 12px;
	height: 23px;
}

	.filter-search-bar button i {
		font-size: 14px;
	}

.message-search-bar {
	text-align: center;
	margin: 30% 20% 0;
}

	.message-search-bar i {
		font-size: 90px;
		color: #7e8c93;
	}

	.message-search-bar p {
		margin: 20px 0 0;
		font-size: 16px;
		line-height: 22px;
		color: #7e8c93;
	}

.results-hotels-list {
	width: 100%;
	height: 470px;
	overflow: scroll;
}

	.results-hotels-list .item-list {
		border: 1px solid #dddddd;
		padding: 10px;
		margin: 10px 15px 0 10px;
		position: relative;
	}

		.results-hotels-list .item-list:hover {
			background: #f2eed8;
			cursor: pointer;
		}

.red-list {
	border-right: 3px solid #d70000 !important;
}

.green-list {
	border-right: 3px solid #3bcd72 !important;
}

.orange-list {
	border-right: 3px solid #ff7a00 !important;
}

.results-hotels-list .item-list h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #0c0c0d;
	line-height: 13px;
}

.results-hotels-list .item-list p.direction {
	margin: 5px 0 0;
	padding: 0;
	font-size: 10px;
	line-height: 14px;
	color: #7e8c93;
}

	.results-hotels-list .item-list p.direction i {
		font-size: 9px;
	}

.results-hotels-list .item-list .stars-list i {
	font-size: 12px;
	letter-spacing: -4px;
}

.results-hotels-list .item-list .map-location {
	font-size: 10px;
	line-height: 10px;
	color: #0c0c0d;
	margin: 5px 0 0;
}

.info-mapping-hotel {
	width: 30%;
	position: absolute;
	z-index: 6;
	background: #fff;
	border-left: 1px solid #dddddd;
	left: -30.1%;
}

.top-info {
	background: #f1df7a;
	padding: 10px;
	height: 110px;
}

	.top-info h4 {
		color: #584c0a;
		font-weight: normal;
		font-size: 14px;
		margin: 0;
		padding: 0;
	}

	.top-info h2 {
		color: #584c0a;
		font-size: 18px;
		line-height: 22px;
		font-weight: bold;
		margin: 20px 0 0;
		padding: 0;
	}

	.top-info p {
		font-weight: normal;
		color: #584c0a;
		font-size: 12px;
		line-height: 14px;
		margin: 5px 0 0;
		padding: 0;
	}

		.top-info p i {
			font-size: 10px;
		}

	.top-info .link-close {
		font-size: 18px;
		color: #584c0a;
		font-weight: bold;
		margin: 0;
	}

.results-mapping {
	padding: 10px 15px 10px 10px;
	overflow: scroll;
	height: 450px;
}

	.results-mapping h4 {
		margin: 0;
		padding: 0;
		font-size: 14px;
		color: #7e8c93;
	}

	.results-mapping .item {
		border: 1px solid #dddddd;
		padding: 10px 10px 5px;
		margin: 10px 0 0;
		position: relative;
	}

		.results-mapping .item:hover {
			background: #f2eed8;
			cursor: pointer;
		}

		.results-mapping .item a {
			font-size: 11px;
			color: #0367f1;
		}

			.results-mapping .item a:hover {
				text-decoration: none;
			}

		.results-mapping .item h4 {
			margin: 0;
			padding: 0;
			font-size: 14px;
			color: #0c0c0d;
			line-height: 13px;
		}

		.results-mapping .item p.direction {
			margin: 5px 0 0;
			padding: 0;
			font-size: 10px;
			line-height: 12px;
			color: #7e8c93;
		}

			.results-mapping .item p.direction i {
				font-size: 9px;
			}

		.results-mapping .item .stars-list i {
			font-size: 12px;
			letter-spacing: -4px;
		}

		.results-mapping .item .map-location {
			font-size: 10px;
			line-height: 10px;
			color: #0c0c0d;
			margin: 5px 0 0;
		}

.message-mapping-bar {
	background: #ececed;
	padding: 10px;
	margin: 10px 0 50px 0;
}

	.message-mapping-bar h3 {
		color: #7e8c93;
		font-size: 18px;
		margin: 0;
		padding: 0;
		line-height: 18px;
	}

		.message-mapping-bar h3 i {
			color: #7e8c93;
			font-size: 18px;
		}

	.message-mapping-bar p {
		color: #7e8c93;
		font-size: 12px;
		line-height: 18px;
		margin-top: 10px;
	}

	.message-mapping-bar button, .message-mapping-bar .link-as-button {
		font-size: 12px;
		background: transparent !important;
		color: #7e8c93 !important;
		box-shadow: none;
		border: 1px solid #7e8c93 !important;
		padding: 5px;
		line-height: 12px;
		height: 23px;
		border-radius: 3px;
		text-decoration: none;
	}

.mdl-dialog .home-content-ok {
	padding: 40px 0 0 !important;
}

.mdl-menu__item {
	line-height: 25px;
	height: auto;
}

.mdl-menu__container.is-visible .mdl-menu__item {
	padding: 0;
}

.mdl-menu__item a {
	color: #7e8c93;
	text-decoration: none;
	display: block;
	padding: 0 16px;
	width: 100%;
}

	.mdl-menu__item a:hover {
		color: #d70000;
	}

.top-filters-dash label {
	width: 428px;
	padding: 0;
	display: block;
	position: relative;
	margin: 6px 0px;
	float: left;
}

.top-filters-dash .input-base {
	position: relative;
	width: 225px;
	float: right;
}

.top-filters-dash label i {
	position: absolute;
	top: 8px;
	right: 10px;
	color: #7e8c93;
}

.top-filters-dash input {
	font-size: 14px !important;
	color: #424242;
	padding: 10px !important;
	width: 100% !important;
}

.top-filters-dash label p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #7e8c93;
	width: 193px;
	float: left;
	height: 40px;
	line-height: 40px;
}

.top-filters-dash ul {
	list-style: none;
}

	.top-filters-dash ul li {
		padding: 0;
		margin: 0;
		line-height: 17px;
	}

		.top-filters-dash ul li a, .stats_dash span a, .spt_latestBookingsPanel h2 a {
			color: #7e8c93;
			font-size: 12px;
			line-height: 12px;
		}

			.stats_dash ul li a:hover, .stats_dash span a:hover, .spt_latestBookingsPanel h2 a:hover {
				color: #d70000;
				text-decoration: none;
			}

.dash-box-left h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #7e8c93;
	text-align: center;
}

.dash-box-left label {
	width: 300px;
	padding: 0;
	display: block;
	margin: 5px auto 10px;
}

	.dash-box-left label i {
		position: absolute;
		top: 8px;
		right: 10px;
		color: #7e8c93;
	}

.dash-box-left input {
	font-size: 12px;
	color: #7e8c93;
	padding: 10px 25px 10px 10px;
	width: 100%;
	position: relative;
}

.dash-box-left .input-base {
	position: relative;
}

.tt-menu {
	display: block;
	background: #fff;
	position: absolute;
	width: 100%;
	z-index: 99;
}

.tt-suggestion {
	padding: 10px 10px;
	width: 100%;
	cursor: pointer;
}

	.tt-suggestion:hover, .tt-suggestion:active {
		color: #d70000;
		background: #ddd;
	}

.titul-market {
	padding: 30px 20px;
}

	.titul-market h2 {
		color: #d70000;
		text-align: left;
		font-size: 22px;
		line-height: 24px;
		margin: 0;
		padding: 0;
	}

	.titul-market p {
		color: #7e8c93;
		text-align: left;
		font-size: 14px;
		line-height: 16px;
		margin: 0;
		padding: 0;
	}

.mdl-data-table--selectable td span {
	display: block;
	font-weight: bold;
}

.mdl-data-table th span {
	font-weight: normal;
	line-height: 12px;
	color: #7e8c93;
}

ul.menuses-custom {
	margin: 0;
	padding: 0;
	list-style: none;
}

	ul.menuses-custom li {
		float: left;
		margin: 0 5px 0 0;
	}

.content-profile .mdl-button {
	box-shadow: none;
}

.mdl-button--menu {
	background: #7e8c93;
	color: #fff;
	border-radius: 5px;
	font-size: 12px;
}

	.mdl-button--menu:hover, .active-menu {
		background: #fff;
		color: #7e8c93;
		border-radius: 5px;
		background-color: #fff !important;
		box-shadow: none !important
	}

.mdl-button--search {
	background-color: transparent;
	border: 1px solid #7e8c93;
	border-radius: 5px;
	color: #7e8c93;
	margin: 0;
	padding: 0;
	min-width: 38px;
}

	.mdl-button--search i {
		margin: 7px 0 0 0;
	}

.mdl-button--print {
	background: #7e8c93;
	color: #fff;
	border: 1px solid #7e8c93;
	border-radius: 5px;
	margin: 0;
	padding: 0;
	min-width: 38px;
}

	.mdl-button--print:hover {
		background: #fff;
	}

	.mdl-button--print i {
		margin: 7px 0 0 0;
	}

	.mdl-button--print:hover i {
		color: #7e8c93;
	}

.mdl-button--publicar {
	background: #d70000;
	border: 1px solid #d70000;
	color: #fff;
	border-radius: 5px;
}

	.mdl-button--publicar:hover {
		background: #b80101;
		border: 1px solid #b80101;
		color: #fff;
		border-radius: 5px;
	}

.mdl-button--guardar {
	background: #d70000;
	border: 1px solid #d70000;
	color: #fff;
	border-radius: 5px;
}

	.mdl-button--guardar:hover {
		background: #b80101;
	}

.menuses-custom {
	margin: 20px 0;
}

.accordion-content {
	clear: both;
	padding: 20px;
	margin: 0 0 20px;
	background: #7e8c93;
	text-align: right;
	overflow: hidden;
	min-height: 38px;
}

.accordion__group {
	clear: both;
	padding-top: 20px;
}

	.accordion__group .box {
		padding: 20px;
		border-bottom: 1px solid #ddd;
		min-height: 50px;
		overflow: hidden;
	}

	.accordion__group .accordion__group-title {
		color: #000;
		font-style: italic;
		font-size: 25px;
	}

	.accordion__group .field-collection-view {
		padding: 0px;
	}

	.accordion__group textarea {
		padding: 10px;
		width: 100%;
		min-height: 85px;
		border: solid 1px #cccccc;
		-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
		transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
		color: #0e6252;
		background: #fff;
	}

	.accordion__group .accordion__item .field:first-child {
		background: #ddd;
		color: #7e8c93;
		font-size: 16px;
		text-transform: uppercase;
		padding: 10px;
		line-height: 16px;
		margin: 0 0 5px;
		cursor: pointer;
	}

	.accordion__group .accordion__item .field i {
		float: right;
	}

	.accordion__group .accordion__item .field.field-expand {
		background: #d70000;
		color: white;
	}

	.accordion__group .accordion__item .field:nth-child(2) {
		display: none;
	}

	.accordion__group .accordion__item .field.default {
		display: block;
	}

.toggle-expand {
	color: #7e8c93;
	text-decoration: none;
	display: inline-flex;
	vertical-align: middle;
	font-size: 14px;
}

	.toggle-expand:hover {
		color: #d70000;
	}

	.toggle-expand i {
		font-size: 18px;
		margin-left: 5px;
	}

.titul-block {
	background: #ddd;
	padding: 10px;
	font-size: 16px;
	color: #7e8c93;
	text-transform: uppercase;
}

.left-box {
	width: 30%;
	float: left;
	color: #7e8c93;
	font-size: 12px;
}

.right-box {
	width: 70%;
	float: right;
}

.custom-file-upload-hidden {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
}

.custom-file-upload {
	display: block;
	width: auto;
	font-size: 16px;
}

	.custom-file-upload label {
		display: block;
		margin-bottom: 5px;
	}

.file-upload-wrapper {
	position: relative;
	margin-bottom: 5px;
}

.file-upload-input {
	width: 50%;
	color: #fff;
	font-size: 12px;
	padding: 10px 17px;
	background-color: #fff;
	border: 1px solid #ddd;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	float: left; /* IE 9 Fix */
}

	.file-upload-input:hover, .file-upload-input:focus {
		background-color: #eee;
		outline: none;
	}

.file-upload-button {
	cursor: pointer;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 11px 20px;
	border: none;
	margin-left: -1px;
	background-color: #7e8c93;
	float: left;
	/* IE 9 Fix */
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

	.file-upload-button:hover {
		background-color: #d70000;
	}

.data_full-input {
	font-size: 12px;
	color: #7e8c93;
	padding: 10px;
	width: 100%;
	margin: 0 0 10px 0;
}

.table-contact-group {
	padding-top: 30px;
	clear: both;
	display: block;
}

	.table-contact-group .select-style {
		position: relative;
		margin: 0;
		width: 100%;
		display: block;
		padding: 0;
		border: 1px solid #ccc;
		border-radius: 0;
		overflow: hidden;
		background-color: #fff;
		background: #fff url("../images/arrow.png") no-repeat 95% center;
	}

		.table-contact-group .select-style select {
			padding: 10px 8px;
			width: 130%;
			border: none;
			font-size: 14px;
			color: #818e95;
			box-shadow: none;
			background-color: transparent;
			background-image: none;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		}

			.table-contact-group .select-style select:focus {
				outline: none;
			}

@media screen and (max-width: 900px) {
	.mdl-layout {
		overflow-y: auto;
		overflow-x: scroll;
	}

	.mdl-layout__container.has-scrolling-header .mdl-layout__content {
		overflow-y: auto;
		overflow-x: auto;
		width: 900px;
	}
}

@media screen and (min-width: 300px) and (max-width: 1000px) {
	.text-map {
		width: 56%;
	}

	canvas {
		width: 80px !important;
		height: 80px !important;
	}

	.percentage span {
		line-height: 80px !important;
	}

	.percentage {
		width: 80px !important;
		height: 80px !important;
		line-height: 80px !important;
	}

	.dash-box-left label {
		width: 100% !important;
	}

	.mdl-cell--8-col, .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
		width: calc(76.666667% - 16px) !important;
	}

	.mdl-cell--4-col, .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
		width: calc(23.333333% - 16px) !important;
	}

	.chart {
		display: block;
		width: 80px;
		margin: 0 auto 10px;
		padding: 0 10px;
	}

	.center-charts {
		margin: 0 auto;
		width: 100%;
	}

	h2.titul-dashboard {
		font-size: 18px;
		margin: 0;
	}

	.spt_header .content-bar-progress .right-aling {
		float: left !important;
	}

	.left-content {
		width: 28%;
	}

	.right-content {
		width: 72%;
	}

	.info-mapping-hotel {
		width: 40%;
		left: -40.1%;
	}

	.list-content-data li {
		float: none;
		width: 96%;
	}

		.list-content-data li.no-border {
			border-bottom: 1px solid #dddddd;
		}

	.list-content-data {
		padding: 5px;
	}

		.list-content-data li a span {
			overflow: hidden;
			height: 10px;
			line-height: 12px;
			white-space: nowrap;
			text-overflow: ellipsis;
			width: 120px;
			display: inline-block;
		}

		.list-content-data li:last-child {
			border-bottom: none;
		}

	#floating-panel-cluster {
		left: 24% !important;
	}

	.mdl-data-table__cell--non-numeric {
		max-width: 130px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1366px) {
	#floating-panel-cluster {
		left: 24% !important;
	}

	.text-map {
		width: 56%;
	}

	.mdl-data-table__cell--non-numeric {
		max-width: 130px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.list-content-data li a span {
		overflow: hidden;
		height: 10px;
		line-height: 12px;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 60px;
		display: inline-block;
	}
}

.select-style-header {
	position: relative;
	margin: 0 10px 0 0;
	width: 160px;
	display: block;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 0;
	overflow: hidden;
	background-color: #fff;
	background: #fff url("../images/arrow.png") no-repeat 95% center;
	background-size: 10px;
	float: right;
}

	.select-style-header i {
		position: absolute;
		right: 10px;
		top: 22px;
		color: #818e95;
	}

	.select-style-header select {
		padding: 5px 8px;
		width: 130%;
		border: none;
		font-size: 12px;
		color: #818e95;
		box-shadow: none;
		background-color: transparent;
		background-image: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

		.select-style-header select:focus {
			outline: none;
		}

.men-nodata {
	font-size: 14px;
	color: #ccc;
	text-align: center;
	line-height: 58px;
}

	.men-nodata i {
		font-size: 16px;
		text-align: right;
		vertical-align: text-bottom;
	}

.icon-help {
	font-size: 12px;
	color: #0367f1;
	vertical-align: bottom;
}

.background-color-White {
	background-color: white;
}

.mt-16 {
	margin-top: 16px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-16 {
	margin-bottom: 16px;
}

.pb-20 {
	padding-bottom: 20px;
}

.sweet-modal-content {
	padding: 20px !important;
	text-align: left !important
}

.sweet-modal-buttons {
	border-top: none !important;
}

	.sweet-modal-box .disabledElement, .sweet-modal-buttons .button {
		font-size: 14px !important;
		border: 1px solid #d70000 !important;
		background: #d70000 !important;
		cursor: pointer !important;
		border-radius: 3px !important;
		padding: 10px 25px !important;
		color: #fff !important;
	}

.sweet-modal-box .flat {
	font-size: 14px !important;
	background: #fff !important;
	cursor: pointer !important;
	border-radius: 3px !important;
	padding: 10px 25px !important;
	color: #7e8c93 !important;
	border: 1px solid #7e8c93 !important;
}

.sweet-modal-content div:first-child {
	font-size: 34px;
	line-height: 40px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400 !important;
	color: #7e8c93;
}

.sweet-modal-content .mt-50 {
	margin-top: 25px !important;
	color: #7e8c93;
}

	.sweet-modal-content .mt-50 div {
		font-size: 14px !important;
		line-height: 18px !important;
	}

	.sweet-modal-content .mt-50 input[type='checkbox'] {
		margin-top: 25px !important;
		color: #7e8c93;
	}

	.sweet-modal-content .mt-50 a {
		margin-right: 10px;
	}

.icon-help {
	font-size: 12px;
	color: #0367f1;
}

.item .jp-code {
	font-size: 11px;
	color: #0c0c0d;
	position: absolute;
	right: 10px;
	bottom: 3px;
}

.mapped_ok {
	border: 1px solid #3bcd72 !important;
	background: #dff0e6;
}

.mapped_ko {
	border: 1px solid #d70000 !important;
	background: #f5e4e4;
	padding: 10px !important;
}

	.mapped_ko h4 {
		color: #d70000 !important;
	}

.mdl-data-table tbody tr:nth-child(even) {
	background-color: #eee;
}

.mdl-data-table td {
	padding: 16px 18px 0;
	border: none !important;
}

	.mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {
		padding-top: 16px;
	}

.mdl-data-table {
	border: none !important;
}

	.mdl-data-table tbody tr:hover {
		background-color: #fff;
	}

img.centerimage {
	width: 60px;
	height: auto;
}

.mdl-data-table thead tr {
	border-bottom: 1px solid #dddddd;
}

.mdl-layout__header {
	min-height: 50px !important;
	width: 100%;
	background: #fff !important;
	box-shadow: none;
}

.ui-widget-content {
	border: 1px solid #dddddd !important;
	padding: 10px !important;
}

	.ui-widget-content li {
		font-size: 12px;
		line-height: 12px;
		margin: 0 0 10px !important;
		color: #7e8c93 !important;
		width: auto !important;
		cursor: pointer !important;
	}

	.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
		border: none !important;
		background: #f1df7a !important;
		color: #584c0a !important;
		width: auto !important;
		padding: 5px !important;
	}
/*.sweet-modal-box.alert {
    width: 30% !important;
    left: 35% !important;
}*/

.disabledElement {
	opacity: 10 !important;
}

.market-share-data-table .mdl-data-table td {
	padding: 16px 18px 16px !important;
}

	.market-share-data-table .mdl-data-table td:first-of-type, .market-share-data-table .mdl-data-table th:first-of-type {
		padding-top: 24px !important;
	}

input[type="text"]:disabled {
	opacity: 0.4;
}

.ui-autocomplete-loading {
	background-image: none !important;
	background: #fff !important;
}

.mdl-data-table__cell--non-numeric a {
	color: #7e8c93;
	text-decoration: none;
}

mdl-data-table__cell--non-numeric a:hover {
	color: #d70000;
	text-decoration: underline;
}

.mapet_user_name {
	background: #3bcd72;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.spt_loading_marketshare_charts img, .spt_loading_customer_charts img, .results-mapping .loading img, .demo-content img {
	width: 60px;
	height: auto;
}

.spt_downloadExcel {
	min-width: 25px !important;
}

.spt_modalmoduledescription {
	width: 100%;
	height: 90%;
	overflow-y: scroll;
}

.suggestion .item {
	border: 1px solid #f1df7a;
	background-color: #f2eed8;
	padding: 10px 10px 5px;
	margin: 10px 0 0;
	position: relative;
}

	.suggestion .item:hover {
		background: #f2eed8;
		cursor: pointer;
	}

	.suggestion .item a {
		font-size: 11px;
		color: #0367f1;
	}

		.suggestion .item a:hover {
			text-decoration: none;
		}

	.suggestion .item h4 {
		margin: 0;
		padding: 0;
		font-size: 14px;
		color: #0c0c0d;
		line-height: 13px;
	}

	.suggestion .item p.direction {
		margin: 5px 0 0;
		padding: 0;
		font-size: 10px;
		line-height: 12px;
		color: #7e8c93;
	}

		.suggestion .item p.direction i {
			font-size: 9px;
		}

	.suggestion .item .stars-list i {
		font-size: 12px;
		letter-spacing: -4px;
	}

	.suggestion .item .map-location {
		font-size: 10px;
		line-height: 10px;
		color: #0c0c0d;
		margin: 5px 0 0;
	}

.suggestion .select-style {
	margin-bottom: 15px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	.suggestion .select-style select {
		padding: 20px 8px;
	}

.suggestion .content-dialog button {
	font-size: 14px;
	border: none;
	background: #d70000;
	cursor: pointer;
	border-radius: 3px;
	padding: 15px 25px;
	color: white;
	margin-top: 14px;
}

.suggestion p {
	margin: 0 0 5px;
}

.suggestion .mdl-cell {
	margin: 0 8px 8px;
}

.suggestion h3, .suggestion p {
	color: #7e8c93;
}

.suggestion label {
	color: #7e8c93;
	font-size: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.bots_modal_box {
	text-align: right;
	width: 100%;
	margin: 0 8px 0;
}

	.bots_modal_box .cancel {
		background: #fff !important;
		color: #7e8c93 !important;
		padding: 14px 25px !important;
		border: 1px solid #7e8c93 !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 10px;
	}

		.bots_modal_box .cancel:hover {
			background: #fff;
		}

	.bots_modal_box button:hover {
		background: #b80101;
	}

.lat-long {
	width: 50%;
	float: left;
}

.lat-maps input {
	border-right: none !important;
}

.margin-none {
	margin: 0 !important;
}

.margin-bottom-none {
	margin-bottom: 0 !important;
}

.padding-top-none {
	padding-top: 0 !important;
}

.link-custom-mappet {
	position: absolute;
	top: 176px;
	z-index: 1;
	left: 50%;
	background: #fdb74a;
	border-radius: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: -15px;
}

.suggestion textarea {
	margin: 0 0 15px;
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 20px 10px;
	border: solid 1px #cccccc;
	-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	color: #0e6252;
	background: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-lateral {
	list-style: none;
	margin: 0;
	padding: 20px;
}

	.menu-lateral li {
		padding-bottom: 15px;
		text-align: left;
	}

		.menu-lateral li i {
			vertical-align: bottom;
			color: #7e8c93;
			margin-right: 10px;
		}

		.menu-lateral li a {
			color: #7e8c93;
			text-decoration: none;
		}

			.menu-lateral li a:hover {
				color: #d70000;
				text-decoration: underline;
			}

		.menu-lateral li.active-menu a, .menu-lateral li.active-menu i {
			color: #d70000;
		}

.custom-titul-user {
	text-align: center;
	color: #7e8c93;
	font-size: 10px;
	margin: 0 0;
}

.custom-titul-data {
	text-align: center;
	color: #7e8c93;
	padding: 0;
	line-height: 10px;
	font-size: 10px;
	margin: 0;
	text-transform: uppercase;
}

.custom-titul-user strong {
	color: #0c0c0d;
}

.custom-list-user {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

	.custom-list-user li {
		text-align: left;
		color: #7e8c93;
		font-size: 10px;
		padding: 0;
		margin: 0;
		line-height: 12px;
		width: 50%;
		float: left;
		text-transform: uppercase;
		box-sizing: border-box;
		-moz-box-sizing: border-box; /* Firefox */
		-webkit-box-sizing: border-box; /* Safari */
	}

		.custom-list-user li strong {
			display: block;
			padding: 3px 0;
			font-size: 12px;
			float: left;
		}

.content-button-tables {
	padding: 20px;
	text-align: right;
}

.content-bar-progress-user .progress-bar {
	width: 30%;
	float: right;
	background-color: #eee;
	height: 5px;
	padding: 0;
	margin-top: 6px;
	margin-bottom: 5px;
	border-radius: 5px;
	overflow: hidden;
}

	.content-bar-progress-user .progress-bar span {
		display: inline-block;
		height: 100%;
		box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
		transition: width .4s ease-in-out;
	}

.content-bar-progress-user .red span {
	background-color: #d70000;
}

.content-bar-progress-user .green span {
	background-color: #2ab367;
}

.content-contacts {
	padding: 20px;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

	.content-contacts .card-contact {
		float: left;
		margin: 10px;
		border: 1px solid #eee;
		padding: 20px 20px 20px 69px;
		position: relative;
		box-sizing: border-box;
		-moz-box-sizing: border-box; /* Firefox */
		-webkit-box-sizing: border-box; /*
	Safari */
		text-align: left;
	}

		.content-contacts .card-contact h3 {
			padding: 0;
			margin: 0;
			font-size: 22px;
			line-height: 22px;
		}

		.content-contacts .card-contact span {
			padding: 0;
			margin: 0;
			font-size: 12px;
			line-height: 16px;
			color: #7e8c93;
			font-style: italic;
		}

		.content-contacts .card-contact p.datos_contact {
			padding: 10px 0;
			margin: 0;
			font-size: 12px;
			line-height: 16px;
			color: #7e8c93;
		}

		.content-contacts .card-contact p.comments {
			padding: 0;
			margin: 0;
			font-size: 12px;
			line-height: 16px;
			color: #7e8c93;
			width: 88%;
		}

		.content-contacts .card-contact a i {
			color: #7e8c93;
			font-size: 16px;
		}

		.content-contacts .card-contact a:hover i {
			color: #d70000;
			font-size: 16px;
		}

		.content-contacts .card-contact a.edit_contact {
			position: absolute;
			bottom: 20px;
			right: 40px;
		}

		.content-contacts .card-contact a.trash_contact {
			position: absolute;
			bottom: 20px;
			right: 20px;
		}

		.content-contacts .card-contact .datos_contact strong, .content-contacts .card-contact .comments strong {
			font-size: 12px;
			text-transform: uppercase;
		}

		.content-contacts .card-contact .lang-contact {
			position: absolute;
			right: 20px;
			top: 20px;
			color: #7e8c93;
			font-size: 10px;
			text-transform: uppercase;
		}

			.content-contacts .card-contact .lang-contact strong {
				font-weight: bold;
				color: #424242;
			}

	.content-contacts .create_card {
		text-align: center;
		font-size: 22px;
		text-decoration: none;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		line-height: 50px;
		background: #d70000;
		display: block;
		color: #fff;
		margin: 50px auto 0;
	}

		.content-contacts .create_card:hover {
			background: #b80101;
		}

	.content-contacts .card_user_name {
		background: #3bcd72;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		position: absolute;
		left: 10px;
		top: 10px;
		color: #fff;
		text-align: center;
		line-height: 50px;
	}

.text-map {
	width: 45%;
	position: absolute;
	right: 50px;
	bottom: 24px;
	background: #f2eed8;
	color: #7e8c93;
	z-index: 7;
	padding: 5px;
	font-size: 10px;
	line-height: 13px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	border-radius: 2px;
}

.item-filter {
	width: 15%;
	float: left;
	margin-right: 10px;
	text-align: left;
}

	.item-filter label {
		font-size: 10px;
		line-height: 10px;
		padding: 0 0 5px 0;
		color: #fff;
		text-align: left;
		text-transform: uppercase;
	}

.display-block {
	display: block;
}

.item-filter .select-style {
	width: 100%;
}

	.item-filter .select-style select {
		padding: 10px 8px;
	}

.item-filter .input-base {
	position: relative;
}

	.item-filter .input-base i {
		position: absolute;
		right: 2px;
		top: 9px;
		color: #7e8c93;
	}

.item-filter p {
	margin: 7px 0 0;
}

.mdl-data-table .edit_contact i, .mdl-data-table .trash_contact i, .mdl-data-table .modulestatus_icon i, .mdl-data-table .category_icon i, .mdl-data-table .spt_masiveopmodules i {
	color: #7e8c93;
	font-size: 22px;
	padding: 7px 0 0;
	text-align: center;
}

.spt_masiveopmodules i {
	float: left;
}

.modulestatus_icon i, .category_icon i {
	cursor: default !important;
}

.sweet-modal-close a.sweet-modal-close-link:hover {
	background-color: #3bcd72 !important;
}

.pie {
	float: right;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.pie-red {
	background: #d70000;
	background-image: linear-gradient(to right, transparent 50%, #7e8c93 0);
}

.pie-green {
	background: #7e8c93;
	background-image: linear-gradient(to right, transparent 50%, #3bcd72 0);
}

.pie::before {
	content: '';
	display: block;
	margin-left: 50%;
	height: 100%;
	border-radius: 0 100% 100% 0 / 50%; /*hide border*/
	background-color: inherit;
	transform-origin: left; /*0 50*/
	animation: spin 50s linear infinite, bg 100s step-end infinite;
	animation-play-state: paused;
	animation-delay: inherit;
}

@keyframes spin {
	to {
		transform: rotate(.5turn);
	}
}

@keyframes bg {
	50% {
		background: #3bcd72;
	}
}

.gray-badge {
	background: #bbbbbb;
}

.disable-status {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

.dos-items {
	background: #f3f3f3;
	border-radius: 5px;
	padding: 14px !important;
	margin: 10px;
	display: grid;
}

.cuatro-items {
	margin: 5px 10px 0px;
	border-bottom: 1px solid #eee;
	display: grid;
}

main {
	text-align: center;
}

	main .pie {
		display: inline-block;
	}

.mdl-button--fab[disabled][disabled], .mdl-button--fab.mdl-button--disabled.mdl-button--disabled, .mdl-button--raised[disabled][disabled], .mdl-button--raised.mdl-button--disabled.mdl-button--disabled {
	background-color: transparent !important;
	box-shadow: none !important;
	border: none !important;
}

.stats_dash {
	float: left;
	padding: 18px 15px 0 20px;
	text-align: left;
}

	.stats_dash span {
		padding-bottom: 5px;
		font-size: 18px;
		color: #7e8c93;
		display: block;
	}

		.stats_dash span strong {
			font-size: 18px;
			color: #333;
		}

		.stats_dash span i {
			vertical-align: text-top;
			font-size: 22px;
		}

.no-padding {
	padding-bottom: 0 !important;
}

.mensaje-error div.sweet-modal-content {
	text-align: center !important;
	color: #f8cb86;
	font-size: 16px;
}

.demo-list-item {
	width: 650px;
}

#autocomp ul {
	max-height: 350px;
	overflow: auto;
}

@font-face {
	font-family: 'IconsSP';
	src: url('../css/fonts/glyphicons-halflings-regular.eot');
	src: url('../css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../css/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'IconsSP';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #d70000;
	padding-left: 2px;
	padding-right: 4px;
	-moz-osx-font-smoothing: grayscale;
}


.glyphicon-map-marker-hotel:before {
	content: "\e021";
}

.glyphicon-map-marker-zone:before {
	content: "\e062";
}

.messages-container {
	margin: 10px auto;
	width: 100%;
	padding: 20px
}

	.messages-container.messages-error {
		color: #d70000;
		background-color: #fadede;
		text-align: left
	}
