@font-face {
    font-family: 'Charter';
    src: url('https://cdn.prod.website-files.com/659433b09f0541d4e4fe7006/65954f134872a6f3fb65fab8_Charter%20Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Charter';
    src: url('https://cdn.prod.website-files.com/659433b09f0541d4e4fe7006/65954f13085f7fe7b49e39c1_Charter%20Bold%20Italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Charter';
    src: url('https://cdn.prod.website-files.com/659433b09f0541d4e4fe7006/65954f13364dfffb2dd19f4e_Charter%20Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Charter';
    src: url('https://cdn.prod.website-files.com/659433b09f0541d4e4fe7006/65954f13842d15ce08e6dd0e_Charter%20Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
body{
	margin:0;
	padding:0;
}
.mp .container {
    width: 100%;
    margin: 0 auto;
}
.mp .container.small {
    max-width: 1200px;
}
.mp svg {
    width: 100%;
    height: auto;
}
.mp svg a polygon { stroke: #fff !important; stroke-width: 0; }
.mp svg a.reservado polygon { fill: #8D721F !important; }
.mp svg a.vendido polygon { fill: #7C3725 !important; }
.mp .loader {
	display: none;
	width: 150px;
	text-align: center;
	position: fixed;
	top: 47%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10002;
}
.mp .loader h1 { text-align: center; color: #ffffff; margin: 15px 0; }
.mp .loader > div {
	width: 18px;
	height: 18px;
	background-color: #F9EDD7;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.mp .loader > div.bounce1 { background-color: #F86532; }
.mp .loader > div.bounce3 { background-color: #F86532; }
.mp .loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.mp .loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
.mp {
	font-family: Charter, sans-serif;
	color: #866840;
}
.mp .capaNegra {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: #000;
	opacity: 0.7;
	display: none;
}
.ui-tooltip {
    background: #AEB59D;
    color: #fff;
    border-radius: 8px;
    padding: 10px;
    font-size: 12px;
}
.ui-tooltip .underline{
	border-bottom: 1px solid #FFF;
	display:inline-block;
	line-height:18px;
	margin-bottom:8px;
}
table.jy { min-width: 100%; }
.table-responsive { width: 100%; overflow-x: auto; }
.jy-logged, .jy-login { display: none; }
.jy-login { text-align: center; }
.jy-login form {
    width: 500px;
    max-width: 95%;
    margin: 0 auto;
    border: 1px solid #866840;
    box-sizing: border-box;
    padding: 15px;
}
.jy-login form label,.jy-login form input {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
table.jy input[type="file"] { width: 132px; }