@charset "UTF-8";

@font-face {
	font-family: P22 Johnston Underground;
	font-weight: bold;
	src: url('../fonts/P22 Johnston Underground-Bold.ttf');
} 

body {
	background-color: rgba(173, 173, 176, 1.0);
	color: rgba(0, 0, 0, 1.0);
	font-family: -apple-system, Helvetica, Arial, sans-serif;
	margin: 0;
}

body .ui-header {
	height: 44px;
	/* Fixed navigation bar settings */
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 500;
}

body .ui-content {
	margin-top: 0;
	padding: 0;
	/* Fixed navigation bar settings */
	position: relative;
	top: 44px;
}

form.ui-listview-filter {
	margin-top: 0;
	margin-bottom: 0;
}

.store-app a {
	padding: 0;
	margin: 0 10px 0 0;
	position: absolute;
	top: 50%;
	right: 10px;
}

.store-app a img {
	padding: 0;
	margin: -25px 0 0 0;
}

.windows_explanation {
	padding: 8px 20px;
	font-weight: 700;
	color: #F02626;
}

ul.store-app {
	display: inline-block;
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	width: 100%;
}

.store-app li {
	margin: 0;
	padding: 5px 0 15px 10px;
	width: 100%;
	clear: both;
	position: relative;
	margin: auto;
	height: 3em;
	background-color: rgb(238, 238, 238);
}

.store-app li:nth-of-type(even) {
	background-color: white;
}

.store-app h1 {
	-webkit-box-orient: vertical;  
	-webkit-line-clamp: 2;
	clear: both;
	display: -webkit-box;
	font-size: 16px;
	margin: 0 68px 0 67px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}

.store-app p {
	bottom: 5px;
	clear: both;
	font-size: 12px;
	margin: 0 68px 0 67px;
	padding: 0;
	position: absolute;
}

.disclaimer {
	font-size: smaller;
	font-style: italic;
}

.divider {
	clear: both;
	padding: 0 0 0 0;
}

ul.login {
	list-style: none;
	padding: 0;
	margin: 0 10px 10px 10px;
}

ul.login li {
	display: block;
	margin: 5px 0 5px 0;
}

ul.login li.username>div {
	width: auto;
	float: left;
}

.ui-content .ui-listview {
	margin: 0;
	padding: 0;
}

div.ui-header.ui-bar-a {
	background-color: rgb(227, 25, 55);
}

/*
 * Test make navigation button like the iOS 7+ ones
 *
div.ui-header.ui-bar-a .ui-btn {
	background-color: rgb(227, 25, 55);
	background-image: none;
	border-color: transparent;
	border-image-width: 0;
	border-radius: 0;
	border-width: 0;
 	box-shadow: none;
	color: white;
	font-weight: normal;
	outline-width: 0;
	outline-color: transparent;
	text-shadow: none;
}
*/

.ui-header .ui-title {
	margin: .6em 40px .8em;
}

.ui-field-contain input {
	margin: 0 0 0 5px;
}

.ui-content h2 {
	padding: 8px 8px;
	margin: 0;
	font-size: 1em;
}

h1.ui-title {
	text-shadow: none;
}

h2.head {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	background-color: #ccc;
}

h2.section {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	background-color: #222;
	color: white;
	text-shadow: 0 0 #fff;
}

.ui-footer {
	margin-top: 44px;
}

.ui-value {
	font-weight: normal;	
}

.file-input {
	padding: 0px 10px;
	margin: 0;
}

ul.errors {
	background: transparent;
	margin: 5px;
}

ul.errors li {
	color: red;
	padding: 4px 8px;
	text-shadow: none;
	background: transparent;
	border: none;
}

.ui-content {
	padding: 0;
}

.Icon {
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	-moz-background-size: 100%;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	background-color: white;
	background-size: 100%;
	display: inline-block;
	height: 57px;
	margin: 0 10px 0 0;
	width: 57px;
	z-index: 100;
	position: absolute;
}

.Gloss {
	-moz-border-radius: 10px; /* 85/512 */
	-moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 10px; /* 85/512 */
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.0) 55%,
		rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.35));
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.0)),
		color-stop(55%, rgba(255, 255, 255, 0.0)),
		to(rgba(255, 255, 255, 0.35)));
	height: 57px;
	width: 57px;
	z-index: 1;
	position: absolute;
}

.Gloss div {
	-moz-border-radius-topright: 10px; /* 85/512 */
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 29px 7px; /* 256/512 60/512 */
	-moz-border-radius-bottomleft: 29px 7px;
	-webkit-border-top-right-radius: 10px; /* 85/512 */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 29px 7px; /* 256/512 60/512 */
	-webkit-border-bottom-left-radius: 29px 7px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7),
		rgba(255, 255, 255, 0.2));
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.7)),
		to(rgba(255, 255, 255, 0.2)));
	height: 29px; /* 261/512 */
	width: 57px;
	z-index: 200;
	position: absolute;
}

.Logo {
	font-family: P22 Johnston Underground, sans-serif;
	font-weight: bold;
}

.Title,.Version {
	text-shadow: rgba(194, 194, 194, 1.0) 0px 1px 0px;
}

.Title {
	font-size: 16px;
	font-weight: 900;
	line-height: 18px;
	margin-bottom: 4px;
}

.Version {
	color: rgba(58, 58, 58, 1.0);
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
}

/* fileuploader */

.qq-upload-failed-text {
	display: none;
}

.qq-upload-size {
	margin-left: 1em;
}
