html {
	overflow-y: scroll;
  	box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
} 

body {
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
	-webkit-font-smoothing: antialiased;
	margin:auto;
	height:100%;
}

@media only screen and (min-width:980px) {
	body{
		background-position:top center;
	}
}

::-webkit-input-placeholder { /* Chrome */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #ccc;
}

a {
	color:#333;
	text-decoration:none;
}

a:visited{
	color:#333;
}

a:hover {
	color:black;
	text-decoration:underline;
}

.prominent{
	text-decoration:underline;
	color:navy;
}

.prominent:visited{
	text-decoration:underline;
	color:navy;
}

.appicon {
	width:76;
	height:76;
	border-radius:16px;
	margin:10px;
}

.l-main{
	position: relative;
	min-height:100%;
}

.li-main-container{
	padding-bottom:70px;
}

.l-list{
	display:block;
}

.li-listitem{
}

.l-grid-fill-center{
	display:flex;
	height:100%;
	align-items:center;
	flex-wrap:wrap;
}

.l-grid-fill{
	display:flex;
	height:100%;
	flex-direction:column;
}

.style-form-label{
	background-color:#ddd;
	padding:4px 10px 4px 10px;
	text-align:right;
}

.style-form-value{
	padding:0px 10px 0px 10px;
}

.style-form-value span{
	margin:2 0;
}

.style-form-listitem {
	background-color:white;
}

.style-input-error{
	color:white;
	background-color:red;
	padding:0 10 0 10;
	font-size:14px;
}

.style-form-listitem input{
	background-color:white;
	padding:0 10 0 10;
}

.l-flex{
	display:flex;
}

.l-max-width-std{
	padding: 5px;
	margin:0 auto; max-width: 980px;
}

.l-grid-no-wrap{
	display:flex;
	height:100%;
}

.l-grid{
	display:flex;
	flex-wrap:wrap;
}

.l-grid-justify{
	display:flex;
	justify-content:space-between;
}

.l-grid-rtl{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}

.li-grid-one-by-four{
	flex-basis:25%;
	flex-shrink:0;
}

.li-grid-grow{
	flex-grow:1;
}

.detailitem {
	flex-grow:1;
	width:100px;
	margin:5px;
}

.detailitem-fullwidth {
	flex-grow:1;
	margin:5px;
}

.detaillabel {
	color:#888;
	font-size:12px;
}

.detailvalue {
	color:#222;
	font-size:16px;
}

.detailvalue-mono {
	color:#222;
	font-family: monospace;
	font-size:12px;
}


.style-form-value ol {
	padding-left:19px;
}

.col {
	
}

p{
}

li{
	margin-bottom:4px;	
}

button {
    border: none;
    padding: 5px 10px 4px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
	border-radius: 5px;
}

input {
	border:none;
}


.submitbutton, .copybutton{
	margin:5px;
	padding:10px;
    background-color: #4CAF50;
	color:white;
	font-weight:bold;
}

.submitbutton:disabled{
	opacity:0.6;
    cursor: auto;
}

.donebutton{
	margin:5px;
	padding:10px;
    background-color: #505050;
	color:white;
	font-weight:bold;
}

.cancelbutton{
	margin:5px;
	padding:10px;
    background-color: #AF504C;
	color:white;
	font-weight:bold;
}

.cancelbutton:disabled{
	opacity:0.6;
    cursor: auto;
}

#passwordSubmit{
	margin:5px;
	padding:10px;
	background-color:white;
	display:block;
	color:black;
	width:100%;
    color: #0000EE;
}



#password{
	font-size:23px;
	background-color:lightgoldenrodyellow;
}

.li-listitem-title, .li-listitem-title-compact{
	background-color:rgba(0,0,0,0.7);
}

.style-title, .style-title-compact{
	font-family: "Nunito",monospace;
	letter-spacing: 1px;
}

#title{
	padding-right:10px;
}

.style-title a, .style-title-compact a{
	color:rgba(116,204,229,1);
    text-decoration: none;
}



.li-flex-normal{
}

.li-flex-grow{
	flex-grow:1;
}

.view, .viewtop, .dialog{
	padding:10 5;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	color:#333;
}

.viewtop p,.viewmiddle p,.viewfeatures p{
	margin:0 0 0 5;
}

.subtitle{
	font-size:32px;
	font-weight:300;
    letter-spacing:0.4em;
    text-shadow:0px 1px white;
}

.subtitlecaption{
    letter-spacing:0.1em;
	word-spacing:0.2em;
}

.subtitlefeatures{
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight:300;
	font-size:32px;
    letter-spacing:0.4em;
	word-spacing:0.4em;
}

.viewmiddle{
	padding:10 5;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	color:#333;
}

.onetimeview{
}

.logincard, .signupcard{
	height:0px;
	font-size:1.2em;
	overflow:hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.logincardopen, .activationcard, .changepasswordcard, .card{
	font-size:1.2em;
	overflow:hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.logincardopen input, .logincard input, .signupcard input, .card input{
	font-size:1.2em;
}

.dropcard{
	height:180px;
	padding:20px;
	background:#eee;
	text-align: center;
	font-family: "Nunito",monospace;
	font-size:1.2em;
	display:flex;
	border-radius:2px;
}

.dropcard span{
	align-self:center;
	margin:auto;
}

.dropview {
	align-self:center;
	flex-grow:1;
}

.fileinput {
	background-color:whitesmoke;
}

.uploadingcard{
	min-height:198px;
	font-size:1.2em;
	overflow:hidden;
	border-radius:2px;
}

.uploadingcard input{
	font-family: "Nunito",monospace;
	font-size:1.2em;
}
.uploadingcard span{
	margin:2 0;
	display:inline-block;
}

.appurl {
	font-size:1.5em;
}


.viewfeatures{
	padding:30 5;
}

.viewgrid{
	display:inline-flex;
	flex-wrap:wrap;
}

.featurecard{
	padding:5px; 
	flex-shrink:0;
	flex-grow:1;
	text-align:center;
	width:300px;
	color:#333;
	border:1px solid #ddd;
	margin:5px;
}

.featurecard ul{
	margin-left:-5px;
}

.featurecard li{
	text-align:left;
	margin:0 15 10 0;
	color:#666;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
}

.featurecardtitle{
	margin:0px;
	padding:5px;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size:20px;
	background-color:#4b4b4b;
	color:#70cce6;
}

.dashboarddropview {
	flex-grow:1;
}

.actiongrid{
	display:flex;
	flex-wrap:wrap;
}

.actioncard{
	flex-shrink:0;
	flex-grow:1;
	text-align:center;
	width:300px;
	height:150px;
	color:#555;
	border:1px solid #ddd;
	margin:5px;
	padding:5px;
	background:rgba(116,204,229,0.8);
}

.actioncardtitle{
	color:#222;
	margin:5px;
	text-align:center;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight:bold;
	font-size:24px;
}

.appgrid{
	display:flex;
	flex-wrap:wrap;
}

.appcard{
	flex-shrink:0;
	flex-grow:1;
	text-align:center;
	width:300px;
	height:280px;
	color:#888;
	border:1px solid #ddd;
	margin:5px;
}

.emptygridcard{
	display:flex;
	align-items:center;
	flex-shrink:0;
	flex-grow:1;
	height:240px;
	color:#888;
	border:1px solid #ddd;
	margin:5px;
}

.emptygridtext{
	flex-grow:1;
	text-align:center;
}

.dummyappcard{
	flex-shrink:0;
	flex-grow:1;
	width:300px;
	height:0px;
	border:1px solid transparent;
	margin:5px;
}

.appcardtitle{
	color:#111;
	margin:10px;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight:bold;
	font-size:18px;
}

#menulogin {
    cursor: pointer;
}

.style-menu-item{
	text-align: center;
	font-family: "Nunito",monospace;
	font-size:14px;
	color:#ddd;
	cursor: pointer;
}

.style-menu-item:hover{
	color:#fff;
}

.style-menu-item-wide{
	text-align: center;
	font-family: "Nunito",monospace;
	font-size:14px;
	padding:0 20 0 20;
	color:#ddd;
	cursor: pointer;
    text-decoration: none;
}

.style-menu-item-selected{
	border-bottom:solid 3px #70cce5;
}

.style-menu-item-selected a{
	color:#70cce5;
}

.style-menu-item-wide:visited{
	color:#ddd;
}

.style-menu-item-wide:hover{
	color:#fff;
    text-decoration: none;
}

#menusignup {
    cursor: pointer;
}

#menulogout {
    cursor: pointer;
}

#newappcard{
    cursor: pointer;
}

.style-form{
	padding:5px;
	background-color:#eee;
	color:#444;
	border-radius:2px;
	margin:0px;
}

.installlink {
	margin:5px;
	padding:10px;
	background-color:white;
	display:block;
	-webkit-touch-callout:none;
    text-decoration: none;
	border-radius:10px;
}

.li-main-footer{
	background-color:rgba(240,240,240,1);
	bottom:0;
	position:absolute;
	width:100%;
	height:70px;
}

.footerview{
	text-align:center;
	padding:10;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#333;
}

#namecell {
	display:-webkit-flex;
	display:flex;
}

#namediv {
	-webkit-flex-grow:2;
	flex-grow:1;
	display:-webkit-flex;
	display:flex;
}

#overlay{
    position:absolute;
	display:flex;
    top:0vh;
    left:0vw;
    height: 100vh;
    width:100vw;
	opacity:0.9;
	border-width:0px;
	margin:0;
	background-color:#ccc;
	z-index:1;
}

#dialogs{
    position:absolute;
	display:flex;
    top:0vh;
    left:0vw;
    height: 100vh;
    width:100vw;
	border-width:0px;
	margin:0;
	z-index:2;
}
.dialog{
	width:100%;
}

.fullscreencard{
	width:80%;
	background-color:#eee;
	margin:auto;
	align-self:center;
}


.fullscreencard input {
	background-color:lightgoldenrodyellow;
	font-size:24px;
	width:100%;
}

.fullscreencard input:disabled {
	background-color:white;
	color:#aaa;
}

#appkey,#appsecret {
	font-family:monospace;
	font-size:16px;
}

@media only screen and (max-width:767px) {

	.titleview {
		font-size:16px;
	}

	.titleview{
		letter-spacing: 0px;
	}

	.viewtop, .viewmiddle {
		font-size:16px;
	}

	.viewtop ol, .viewmiddle ol{
		font-family: "Avenir Next Condensed", "Helvetica Neue","Helvetica","Arial",sans-serif;
		font-size:16px;
	}

	ol {
		padding-left:25px;
	}

	.sytle-form{
		font-family: "Avenir Next Condensed", "Helvetica Neue","Helvetica","Arial",sans-serif;
	}

	.logincardopen input, .logincard input, .logincard label, .signupcard input, .signupcard label{
		font-family: "Avenir Next Condensed", "Helvetica Neue","Helvetica","Arial",sans-serif;
		font-size:18px;
	}

	.style-input-error{
		font-family: "Avenir Next Condensed", "Helvetica Neue","Helvetica","Arial",sans-serif;
		font-size:14px;
	}

	#password{
		font-family: "Avenir Next Condensed", "Helvetica Neue","Helvetica","Arial",sans-serif;
		font-size:18px;
	
	}

}


