@CHARSET "UTF-8";

/******************** GENERAL *******************/
.div_hidden {
	display: none;
}

.error_message {
	font-weight: bold;
	color: red;
}

/*Arregla problemes amb scroll a partir d'iOS 5+*/
div {
	/*overflow: scroll;*/
	-webkit-overflow-scrolling: touch;
}

div > * {
    -webkit-transform: translateZ(0px);
}

/******************** LOGIN ********************/
.logo_login, #msg_login_incorrect {
	position:relative;
	float: left;
}

.logo_login {
	width: 100%;
	text-align: center;
}

.logo_login img {
	border: 0;
	max-height: 10em;
}

#msg_login_incorrect {
	margin: 1em, 0em;
	width: 100%;
}

/**************** LIST VIEWS ****************/
.listview_content {
	display: none;
}

/****************** TABLE ******************/
.table_list {
	width: 100%;
	border-collapse: collapse;
}

.table_list tr th, .table_list tr td {
	border: 1px solid #999999;
}

.table_list tr th {
	text-align: center;
}

.table_list tr td {
	text-align: right;
}

/****************** FORMS ******************/
.error {
	color: red;
	font-weight: bold !important;
	font-size: 12px !important;
}
.input-erroni {
	-moz-box-shadow: 0px 0px 1px 1px #C1272D;
	-webkit-box-shadow: 0px 0px 1px 1px #C1272D;
	box-shadow: 0px 0px 1px 1px #C1272D;
}
@media screen and (min-width: 445px) {
	.ui-field-contain .ui-listview, .ui-field-contain .ui-input-search {
		margin-left: calc(20% + 1em) !important;
	}
}
