/* Body */

body
{
	margin: 50px 0 50px 0;
	padding: 0;
	/*background-color: #f5f5f5;*/
	/*font-family: "trebuchet ms", arial, "liberation sans";*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img.logo-img { width: 200px; height: auto; max-height: 100%; margin: 30px 0; }

.hidden { display: none; }
.clear { clear: both; }

.prenotazione-effettuata {
	font-size: 16px;
}

/* Dialog */
.ui-dialog .ui-dialog-titlebar-close { /*display: none;*/ }
.ui-dialog .ui-dialog-title { width: 100%; }
#dialog-form input.text, #dialog-form label { width:90%; }

#dialog-form input.text { margin-bottom:12px; padding: .4em; }
#dialog-form fieldset { padding:0; border:0; margin-top:0; }
#dialog-form .label_halb { width: 50%; float: left; }

#dialog-form .evidenzia { background-color: #ffff00; }

.ui-draggable .ui-dialog-titlebar { background: #ccff00; margin-top: 20px; text-align: center; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: none; text-align: center; }

.ui-dialog .ui-dialog-buttonpane { padding: .3em 1em .3em 1em; }

.ui-button.ui-primary, html .ui-button.ui-primary.ui-state-disabled:hover,
html .ui-button.ui-primary.ui-state-disabled:active {
	background-color: #ffff00;
	font-weight: bold;
	margin: .5em 0 .5em 0 !important;
	color: #000;
	border-color: #000;
	padding: 20px 30px;
}
.ui-button.ui-primary:hover, .ui-button.ui-primary:focus {
	background-color: #ffff00;
}


/* Divisions */

div#notification_div
{
	display: none;
	position: fixed;
	top: 0;
	z-index: 200;
	width: 100%;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	pointer-events: none;
}

div#notification_inner_div
{
	display: table;
	margin: 0 auto;
	height: 100%;
	background-color: #ffffaa;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

div#notification_inner_cell_div
{
	display: table-cell;
	min-width: 500px;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
}

div#header_div
{
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 40px;
	background-color: #2d2d2d;
	box-shadow: 0px 2px 10px #2d2d2d;
	-webkit-box-shadow: 0px 2px 10px #2d2d2d;
	color: #fff;
	font-size: 17px;
	overflow: hidden;
	white-space: nowrap;
}

div#header_inner_div
{
	display: table;
	width: 100%;
	height: 100%;
}

div#header_inner_left_div
{
	display: table-cell;
	width: 250px;
	padding-left: 10px;
	vertical-align: middle;
	text-align: left;
}

div#header_inner_center_div
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

div#header_inner_right_div
{
	display: table-cell;
	width: 250px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: right;
}

div#content_div
{
	opacity: 0;
	margin-top: 20px;
	width: 100%;
}

div#preload_div
{
	display: none;
}

div.box_div
{
	margin: 0 auto;
	background-color: #005596;
	border: 1px solid #005596;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #2d2d2d;
	-webkit-box-shadow: 2px 2px 10px #2d2d2d;
}

div.box_top_div
{
	padding: 8px 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

div.box_body_div
{
	background-color: #fff;
	padding: 25px;
	color: #000;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}

div#griglia-div
{
	width: 1100px;
}

div#about_div
{
	width: 600px;
}

div#login_div
{
	width: 600px;
}

div#new_user_div
{
	display: table;
	width: 100%;
	position: relative;
}

div#new_user_div div:first-child
{
	display: table-cell;
	padding-right: 15px;
}

div#new_user_div div:last-child
{
	display: table-cell;
	width: 300px;
}

div#new_user_div ul { list-style: none; padding-left: 20px; }

.evidenzia
{
	padding: 10px;
	font-size: 14px;
	background: #ccff00;
	color: red;
}
.evidenzia.evidenzia-grosso {
	text-align: center;
}

.evidenzia.evidenzia-res {
	margin-bottom: 50px;
	font-size: 17px;
}

div#user_secret_code_div {
	position: absolute;
	top: 280px;
	right: 0;
	opacity: 0;
	width: 280px;
}

div#reservation_div
{
	width: 750px;
}

div#reservation_top_div
{
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 8px 0;
}

div#reservation_top_left_div
{
	display: table-cell;
	width: 150px;
	padding-left: 15px;
	text-align: left;
}

div#reservation_top_center_div
{
	display: table-cell;
	text-align: center;
}

div#reservation_top_right_div
{
	display: table-cell;
	width: 150px;
	padding-right: 15px;
	text-align: right;
}

div#reservation_table_div
{
	display: none;
	opacity: 0;
}

div.reservation_time_div
{
	display: table;
	width: 100%;
	border: 1px solid #005596;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

div.reservation_time_div:hover {
	cursor: pointer;
	background-color: #eee;
}
div.reservation_time_div.reservation_time_div_active {
	cursor: pointer;
	background-color: #ccff00;
}

div.reservation_time_cell_box
{
	display: table-cell;
	width: 100%;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	font-family: arial, "liberation sans";
	font-size: 14px;
}

div#reservation_details_div
{
	display: none;
	position: absolute;
	z-index: 200;
	padding: 5px;
	background-color: #ffffaa;
	font-size: 12px;
	box-shadow: 2px 2px 10px #2d2d2d;
	-webkit-box-shadow: 2px 2px 10px #2d2d2d;
}

div#help_div
{
	width: 800px;
}

div#cp_div
{
	width: 800px;
}

div#user_details_div
{
	display: table;
}

div#user_details_div div
{
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
	text-align: left;
}

/* Spans */

span.error_span
{
	color: #e53138;
}

span#today_span
{
	color: #005596;
	font-weight: bold;
}

/* Tables */

table th
{
	text-align: left;
	font-weight: bold;
}

table#forgot_password_table th, table#forgot_password_table td
{
	padding: 5px 50px 5px 5px;
}

table#reservation_table
{
	width: 100%;
	border-spacing: 0;
}

table#reservation_table th, table#reservation_table td
{
	padding: 5px 15px;
	vertical-align: middle;
	text-align: left;
	border-right: 1px solid #ccc;
}

table#reservation_table colgroup#reservation_time_colgroup
{
	width: 23%;
}

table#reservation_table colgroup#reservation_day_colgroup
{
	/*width: 13%;*/
}

table#reservation_table th#reservation_corner_td
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

table#reservation_table th.reservation_time_th
{
	border-right: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

table#reservation_table th.reservation_day_th
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

table#users_table
{
	width: 100%;
	border-collapse: collapse;
}

table#users_table th, table#users_table td
{
	padding: 5px;
}

table#users_table thead th {
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
}

table#usage_table th, table#usage_table td
{
	padding: 5px 50px 5px 5px;
}

table#users_table tr td.divisore {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #888;
	margin: 0;
	padding: 5;
	background-color: #efefef;
}
table#users_table tr td.divisore.divisore-fine {
	background-color: #ffff00;
}

/* Inputs and buttons */

input
{
	font-family: arial, "liberation sans";
	font-size: 12px;
}

input[type=text], input[type=password]
{
	width: 200px;
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-appearance: none;
}

input[type=button], input[type=submit]
{
	padding: 12px;
	background-color: #e53138;
	color: #fff;
	border: 0;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #2d2d2d;
	-webkit-box-shadow: 0px 1px 2px #2d2d2d;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-transform:uppercase;
}

.checkbox {
	position: relative;
	display: block;
}

.checkbox label {
	display: inline-block;
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	cursor: pointer;
}
.checkbox label input {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px;
}

input[disabled], input[readonly], fieldset[disabled] input {
	background-color: #eee;
	opacity: 1;
}

input.small_button
{
	padding: 4px;
}

input.blue_button
{
	background-color: #005596;
}

input#price_input
{
	width: 20px;
	text-align: center;
}

input#reservation_today_button
{
	visibility: hidden;
}

/* Headlines */

h1
{
	margin: 5px 0;
	color: #2d2d2d;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

h2
{
	margin: 5px 0;
	color: #2d2d2d;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h3
{
	color: #005596;
	font-size: 14px;
	font-weight: bold;
}

/* Paragraphs */

p.center_p
{
	text-align: center;
}

p.smalltext_p
{
	font-size: 12px;
}

p.bold_p
{
	font-weight: bold;
}

p.blue_p
{
	color: #005596;
}

p#login_message_p
{
	display: none;
}

p#new_user_message_p
{
	display: none;
}

p#user_administration_message_p
{
	display: none;
}

p#database_administration_message_p
{
	display: none;
}

p#system_configuration_message_p
{
	display: none;
}

p#usage_message_p
{
	display: none;
}

p#settings_message_p
{
	display: none;
}

/* Lists */

ul
{
	padding: 0 0 0 30px;
}

li
{
	padding-bottom: 10px;
}

/* Links */

a
{
	color: #005596;
}

div.box_top_div a
{
	color: #fff;
}

div#header_div a
{
	color: #fff;
}

div#reservation_top_div a
{
	color: #fff;
	text-decoration: none;
}

/* Vertical lines */

hr
{
	width: 100%;
	height: 1px;
	margin: 30px 0;
	background-color: #ccc;
	border: 0;
}

hr.blue_hr
{
	background-color: #005596;
}

hr.thick_hr
{
	height: 2px;
}

/* Animations */

.div_fadein
{
	opacity: 1 !important;
	-webkit-transition: opacity 0.25s ease-in;
	-moz-transition: opacity 0.25s ease-in;
	-o-transition: opacity 0.25s ease-in;
	-ms-transition: opacity 0.25s ease-in;
}

.ui-widget-overlay {
    background: #000000;
    opacity: 1;
    filter: Alpha(Opacity=50);
}

#dialog-mayor-form {
	height: 70px !important;
}

[aria-describedby="dialog-mayor-form"].ui-dialog .ui-dialog-buttonpane {
	border: 0;
}