/*
    Created on : 31-may-2017, 13:57:43
    Author     : Carlos Pinto
*/

* {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	@font-face {
		font-family: OPTIVenBolCon;
		src: url("/css/modulo/OPTIVenBolCon.otf") format("truetype");
	}
	@font-face {
		font-family: AustinText;
		src: url("/css/modulo/AustinText-Roman.otf") format("truetype");
	}
	.ui-widget-header {
		border: 0;
	}
	.ui-widget-header, .ui-datepicker th {
		text-transform: uppercase;
	}
	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
		border: 1px solid #686868;
		text-align: center;
		font-size: 18px;
		color: #686868;
	}
	.ui-datepicker .ui-datepicker-title {
		font-family: OPTIVenBolCon;
		font-size: 21px;
		color: #686868;
	}
	.ui-datepicker table {
		color: #686868;
	}
	#personas_box, #hour_box {
		width: 100%;
		text-transform: uppercase;
		font-family: AustinText;
		font-size: 20px;
		color: #686868;
	}
	#personas_box label, #hour_box label {
		margin-bottom: 0;
	}
	#people-box-select, #hour-box-select {
		border: 0;
		border-top: 1px solid #686868;
		padding: 0 .5em .5em 0;
		font-size: 18px;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 14px;
	}
	.reservarButton {
		color: #ffffff;
		background: #686868;
		border-radius: 0;
		border: 0;
		font-family: OPTIVenBolCon;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: normal;
		padding: 0 12px;
		display: inline-block;
		width: auto;
		float: right;
	}
	.form-control:focus {
		box-shadow: none;
	}

