 @import url(../runo/styles.css);

body {
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}

.v-app, body.v-generated-body {
	background-color: White;
}

.iphone-bkg-wide {
	background-image:url('img/iphony-wide.png');
	background-repeat:no-repeat;
}

.iphone-bkg-offset { margin-top: 50px; margin-left:133px; }
	
.kbd-background {
	background-image:url('img/keyboard-480x208-8.png');
	background-repeat:no-repeat;
}

.flaticon {
	background-image:url('/VAADIN/themes/bandsync/img/flat.png');
/*	background-repeat:no-repeat; */
}

.titleBar {
	font-size: 24px;
}
	
.v-panel-content-light {
	border: none;
	background-color: DarkBlue;
	color: White;
}

.v-button {
	border: none;
	background: none;
}

/* makes button text invisible */
.v-button-caption {
	display: none;
}

.v-progressindicator-invisible {
    display: none;
}

.bold { font-weight:bold; }

.italic { font-style:italic; }

.v-caption-lineHeight0 { 	line-height: 0px; }

.bs-title { padding-top: 3px; }

.bs-logo { 
	width:125; 
	padding-bottom: 5px; 
	font-family: "Trebuchet MS",geneva,helvetica,arial,tahoma,verdana,sans-serif;
}
 
.bs-logo-display { 
	position:absolute;
	left:0px;
	top:0px;
	width:125; 
	padding-bottom: 5px; 
	font-family: "Trebuchet MS",geneva,helvetica,arial,tahoma,verdana,sans-serif;
}

.bs-kbd { height: 208px; width: 480px; overflow: hidden; }
 
.bs-display { 
	font-family:"Times New Roman",Georgia,Serif; 
	line-height: 100%;
	padding-top: 10px;
	text-align: center;
}
 
.bs-display-font-small { 
	font-size: 40px; 
}
 
.bs-display-ltgt { 
	font-family: Ariel;
    font-size: 75px;
	padding-top: 0px;
	line-height: 70%;
}

.bs-display-7 { 
    font-size: 27px;
}
 
.bs-display-font-big { 
	font-size: 170px; 
}

.border-rad-10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
	
.bs-fn-btn {
	font-size: 18px; 
	height: 19px;
	width: 45px;
	margin: 2px 2px 2px 2px;
	border: 2px solid #8888ff;
	padding:1px 1px 1px 2px;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
}
 
.small-th {
	font-size: 14px;
}
 
.lggt-fn-btn {
	font-size: 30px;
	width: 28px;
}

.bsdsp-show {
	font-size: 18px;
	text-align: center;
	height: 20px;
	width: 120px;
	float: left; 
	margin: 2px 2px 2px 2px;
	border: 2px solid #8888ff;
	padding:2px 2px 2px 1px;
	cursor: pointer;
}
.small-v7 {
	font-size: 10px;
	font-weight:bold;
}
	
.bs-pop-up-parent {
	position:relative;
	left:0px;
	top:0px;
}
 
.bs-pop-up {
	position:absolute;
	left:140px;
	top:25px;
	width: 150px;
	padding:15px;
	font-size: 22px; 
	border: 10px solid #8888ff;
	z-index:100;
	display:none;
}
.bspu-el {
	height: 30px;
	width: 145px;
	overflow: hidden; 
	float: left;
}
.bspu-ck {
	height: 30px;
	width: 145px;
	overflow: hidden; 
	float: left;
	margin-left: 30px;
}
.bspu-ok {
	width: 90px;
	float: left;
	margin-left: 30px;
}
</style>
 
.v-horizontallayout-titleBar .v-horizontallayout-margin {
	padding-left:   4px;
}


