/* scorio colors 												*/
/*   blue (selectable):  #70A8ED								*/
/*   orange (important, premium): #FF7E0B                       */
/*   green (score annotations): #A0C646                     	*/
/*   background-color, normal: ;                               	*/
/*   background-color, hover: #dfecc1;                     	  	*/
/*   border, normal: 1px solid #CCCCCC;                         */
/*   border, hover: ;                                           */
/*   border, selected: ;                                        */
/****************************************************************/

body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden; /* important when starting in portrait and then changing to landscape */
}

#metawrapper {
	max-width: initial;
}

#uniqueWrapper {
	position: relative;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
     /* important for Android to prevent scaling dialogs and controls within in the editor */
    touch-action: none;
}

#uniqueID {
	position: relative;
	display: flex;
	justify-content: center;
	z-index: 1;
}

/****************************************************************/
/* Styles for html score                                        */
/****************************************************************/

.sc-selector {
	fill: transparent;
	stroke: transparent;
	stroke-linejoin: round;
	stroke-linecap: round;
	cursor: pointer;
}

.sc-selector[sc-grob-type="SystemStartBracket"],
.sc-selector[sc-grob-type="SystemStartBar"],
.sc-selector[sc-grob-type=""] {
	cursor: default;
}

.sc-highlighter {
	fill: #70A8ED;
	stroke: #70A8ED;
	stroke-linejoin: round;
	stroke-linecap: round;
	stroke-width: 0.7;
}

.sc-overlay-hint {
	display: none;
}

.sc-hide-overlays .sc-overlay-component {
	display: none;
}
.sc-overlay-background {
	fill: #A0C646;
	opacity: 1.0;
	stroke: #A0C646;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-width: 0.7;
}

text.sc-GrobElement {
	white-space: pre;
}

.sc-grobElement[sc-grob-type=ScorioBreakOverlay] {
	fill: black;
}

/* Default: Hide all ghost rests. 
   Voice coloring will manage visibility, see ScorioView.java. */
.sc-GrobElement[sc-ghost='true'] {
	opacity: 0.0; 
}

/* Default: Do not show hidden merged note heads and their selectors. 
   Voice coloring will manage visibility, see ScorioView.java. */
.sc-selector[sc-hidden-merged-note-head="true"][sc-grob-type=NoteHead],
.sc-GrobElement[sc-hidden-merged-note-head="true"][sc-grob-type=NoteHead]  {
	display: none;
}

/* Logo im Editor ausblenden */
image.sc-GrobElement[sc-grob-type="epsImage"][*|href$="scorio-logo.png"],
div.sc-GrobElement[sc-grob-type="epsImage"] img.sc-GrobElementImage[src$="scorio-logo.png"] {
	display: none;
}

/* The string before www.scorio.com is at font-size >= 17.5 too wide
 * This is a distance hack so they will not overlap. Probably a defect of
 * TexGyreSchola.otf in Imagecreator vs. TexGyreSchola in ghostscript.
 * 20171201 jofeu
 */
.ie div img.sc-GrobElementImage[sc-utf-8-string="www.scorio.com"] {
    left: 12px !important;
}


@font-face {
    font-family: "emmentaler-11";
    src: url("fonts2/emmentaler-11.woff2") format('woff2'),
         url("fonts2/emmentaler-11.woff") format('woff'),
         url("fonts2/emmentaler-11.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "emmentaler-13";
    src: url("fonts2/emmentaler-13.woff2") format('woff2'),
         url("fonts2/emmentaler-13.woff") format('woff'),
         url("fonts2/emmentaler-13.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "emmentaler-14";
    src: url("fonts2/emmentaler-14.woff2") format('woff2'),
         url("fonts2/emmentaler-14.woff") format('woff'),
         url("fonts2/emmentaler-14.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "emmentaler-16";
    src: url("fonts2/emmentaler-16.woff2") format('woff2'),
         url("fonts2/emmentaler-16.woff") format('woff'),
         url("fonts2/emmentaler-16.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "emmentaler-18";
    src: url("fonts2/emmentaler-18.woff2") format('woff2'),
         url("fonts2/emmentaler-18.woff") format('woff'),
         url("fonts2/emmentaler-18.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "emmentaler-20";
    src: url("fonts2/emmentaler-20.woff2") format('woff2'),
         url("fonts2/emmentaler-20.woff") format('woff'),
         url("fonts2/emmentaler-20.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "emmentaler-23";
    src: url("fonts2/emmentaler-23.woff2") format('woff2'),
         url("fonts2/emmentaler-23.woff") format('woff'),
         url("fonts2/emmentaler-23.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "emmentaler-26";
    src: url("fonts2/emmentaler-26.woff2") format('woff2'),
         url("fonts2/emmentaler-26.woff") format('woff'),
         url("fonts2/emmentaler-26.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "emmentaler-brace";
    src:url("fonts2/emmentaler-brace.woff2") format('woff2'),
         url("fonts2/emmentaler-brace.woff") format('woff'),
         url("fonts2/emmentaler-brace.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LilyPond Serif";
    src: url("fonts2/texgyreschola-regular.woff2") format('woff2'),
         url("fonts2/texgyreschola-regular.woff") format('woff'),
         url("fonts2/texgyreschola-regular.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LilyPond Serif";
    src: url("fonts2/texgyreschola-bold.woff2") format('woff2'),
         url("fonts2/texgyreschola-bold.woff") format('woff'),
         url("fonts2/texgyreschola-bold.otf") format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "LilyPond Serif";
    src: url("fonts2/texgyreschola-italic.woff2") format('woff2'),
         url("fonts2/texgyreschola-italic.woff") format('woff'),
         url("fonts2/texgyreschola-italic.otf") format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "LilyPond Serif";
    src: url("fonts2/texgyreschola-bolditalic.woff2") format('woff2'),
         url("fonts2/texgyreschola-bolditalic.woff") format('woff'),
         url("fonts2/texgyreschola-bolditalic.otf") format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "LilyPond Monospace";
    src: url("fonts2/texgyrecursor-regular.woff2") format('woff2'),
         url("fonts2/texgyrecursor-regular.woff") format('woff'),
         url("fonts2/texgyrecursor-regular.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LilyPond Monospace";
    src: url("fonts2/texgyrecursor-bold.woff2") format('woff2'),
         url("fonts2/texgyrecursor-bold.woff") format('woff'),
         url("fonts2/texgyrecursor-bold.otf") format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "LilyPond Monospace";
    src: url("fonts2/texgyrecursor-italic.woff2") format('woff2'),
         url("fonts2/texgyrecursor-italic.woff") format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "LilyPond Monospace";
    src: url("fonts2/texgyrecursor-bolditalic.woff2") format('woff2'),
         url("fonts2/texgyrecursor-bolditalic.woff") format('woff'),
         url("fonts2/texgyrecursor-bolditalic.otf") format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "LilyPond Sans Serif";
    src: url("fonts2/texgyreheros-regular.woff2") format('woff2'),
         url("fonts2/texgyrecursor-bolditalic.woff") format('woff'),
         url("fonts2/texgyrecursor-bolditalic.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LilyPond Sans Serif";
    src: url("fonts2/texgyreheros-bold.woff2") format('woff2'),
         url("fonts2/texgyreheros-bold.woff") format('woff'),
         url("fonts2/texgyreheros-bold.otf") format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "LilyPond Sans Serif";
    src: url("fonts2/texgyreheros-italic.woff2") format('woff2'),
         url("fonts2/texgyreheros-italic.woff") format('woff'),
         url("fonts2/texgyreheros-italic.otf") format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "LilyPond Sans Serif";
    src: url("fonts2/texgyreheros-bolditalic.woff2") format('woff2'),
         url("fonts2/texgyreheros-bolditalic.woff") format('woff'),
         url("fonts2/texgyreheros-bolditalic.otf") format('opentype');
    font-weight: bold;
    font-style: italic;
}

/* 
   Woff2 is not included, because IE 11 will load woff2 but then does't show any 
   symbols from unicode-block Music Symbols.
*/
@font-face {
	    font-family: "scorioSymbols";
	    src: url("fonts2/scorioSymbols.woff") format('woff'),
	         url("fonts2/scorioSymbols.otf") format('opentype');
	    font-weight: normal;
	    font-style: normal;
}

/****************************************************************/
/* General editor setup                                         */
/****************************************************************/

/* Some styles from Liferay */
.aui body {
	line-height: normal;
    font-family: "Open Sans",open-sans,Arial,Helvetica,Verdana,sans-serif;
    font-size: 17px;
}

.aui a {
	color: #70a8ed;
	text-decoration: none;
}

.aui table {
	max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.aui img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* Prevent user to select images etc. while mouse is down.
 * Suppress browser default behavior
 */
.sc-user-select {
	-webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.sc-no-user-select {
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sc-no-pointer-events {
	pointer-events: none;
}

.gwt-MenuBarPopup table tr {
    background: #ffffff;
}

.sc-dialog td.dialogTopLeft, .sc-dialog td.dialogTopRight,
.sc-dialog td.dialogMiddleLeft, .sc-dialog td.dialogMiddleRight,
.sc-dialog td.dialogBottomLeft, .sc-dialog td.dialogBottomRight {
    display: none;
}

.sc-dialog input,
.sc-dialog textarea,
.sc-dialog keygen,
.sc-dialog select,
.sc-dialog button {
	color: #29466B;
	background-color: #fff;
	font-size: 13px;
}

.sc-dialog input[type=checkbox] {
	margin-right: 5px;
	margin-top: 0px;
}

.sc-dialog input[disabled],
.sc-dialog textarea[disabled],
.sc-dialog keygen[disabled],
.sc-dialog select[disabled],
.sc-dialog button[disabled],
.sc-dialog input[disabled]:hover,
.sc-dialog textarea[disabled]:hover,
.sc-dialog keygen[disabled]:hover,
.sc-dialog select[disabled]:hover,
.sc-dialog button[disabled]:hover {
	color: #999;
}
.gwt-MenuBarPopup tr.menuPopupTop, 
.gwt-MenuBarPopup td.menuPopupMiddleLeft,
.gwt-MenuBarPopup td.menuPopupMiddleRight {
    display: none; 
}

table,caption {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

/******************************************************************/
/* Splitframe                                                     */
/******************************************************************/
#sc-splitframe {
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}

.sc-mobile#sc-splitframe {
	display: unset;
	flex-direction: unset;
	justify-content: unset;
	width: 100%;
}

.sc-mobile #sc-splitframe-left {
	float: left;
	width: 80%;
}

.sc-mobile #sc-splitframe-left {
    width: 100%;
	position: fixed;
}

.sc-mobile .Android #sc-splitframe-left {
   top: 0;
}

#sc-controls {
	display: flex;
    flex-direction: column;
}

#sc-controls .sc-menu-strip {
	display: flex;
	flex-direction: row;
	flex-flow: nowrap;
	white-space: nowrap;
}

#sc-controls .sc-menu-show-hide-button {
	flex: none;
	width: 30px;
	margin-left: 2px;
}

#sc-controls .sc-menu-show-hide-button:hover {
	background-color: #70a8ed;
}

#sc-controls .sc-menu-bar {
	width: 100%;
}

#sc-controls .sc-menu-bar table {
	width: 100%;
}

.sc-mobile #sc-controls {
	width: 100%;
	position: relative;
	float: left;
    /** in front of score */
	z-index: 1;
}

/** Only for mobile mode, breaks input widget in Chrome */
.sc-mobile #sc-controls {
	-webkit-transform: translate3d(0, 0, 0);
	background-color: #ffffff;
	padding-bottom: 0px;
	border-bottom: 1px #70A8ED solid;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    use-select: none;
}

#sc-splitframe #sc-splitframe-center {
	display: flex;
	flex-direction: column;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	width: calc(100% - 186px); /* All space - dialogs min width */
	max-width: 1000px; /* standard A4 score width + 2px border */
	background-color: white;
}

.sc-display-content #sc-splitframe #sc-splitframe-center {
	width: 100%;
}

#sc-splitframe #sc-dialogs.sc-invisible+#sc-splitframe-center {
	width: 100%; /* All space, if dialogs are hidden */
}

#sc-dialogs {
	position: relative;
	width: 240px;
	background-color: #F5F5F5;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	font-size: 15px;
	padding: 0px 3px;
}

.sc-display-content #sc-dialogs {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

.sc-mobile #sc-dialogs {
    position: fixed;
    z-index: 10;
    width: 320px;
	height: 100%;
    top: 0px;
    right: 0px;
    font-size: 17px;
    padding: 0px;
}

@media screen and (max-aspect-ratio: 13/9) {
    .sc-phone .sc-mobile #sc-dialogs {
        width: 100%;
    }
}

/* iOS: set fixed width for dialogs area */
.iOS.sc-phone .sc-mobile #sc-dialogs {
    width: 320px;
}

.sc-mobile #sc-toolbox {
	position: relative;
	float: left;
	width: 44px;
	padding-top: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;    
}

/* Workaround für Android Webkit Bug #1815 */
.sc-mobile #sc-toolbox {
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 1;
}

.sc-mobile #sc-toolbox-background {
    height: 100%;
    background-color: transparent;
    display: block;    
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

/** Get rid of webkit highlighting */
:focus {
	outline: none;
}

/******************************************************************/
/* Premium / upgrade (global)                                     */
/******************************************************************/
.sc-premium {
	color: #FF7E0B;
	font-size: large;
}

.sc-upgrade {
	float: left;
	margin: 0 0 10px 10px;
	clear: both;
}

.sc-upgrade-link {
	color: #FF7E0B;
	padding: 2px;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}

a.sc-highlight {
	color: #FF7E0B;
}

a.sc-highlight {
	padding: 5px;
}

a.sc-highlight:hover {
	color: #ffffff;
	background-color: #FF7E0B;
}

button.sc-highlight {
	background-color: rgba(255, 126, 11, 0.8);
    color: #ffffff;
    font-weight: bold;
    border: 1px solid rgba(255, 126, 11, 0.8);
}

button.sc-highlight:hover {
	background-color: #FF7E0B;
	border-color: #FF7E0B;
}

/******************************************************************/
/* Keyboard                                                       */
/******************************************************************/
.sc-keyboard {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 115px;
	bottom: 0px;
	border-top: 1px solid #fff;
	user-select: none;
	box-sizing: border-box;
}

.sc-keywrapper {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.sc-keywrapper div {
	width: 975px;
    flex: none;
}

.aui .sc-WhiteKey {
	border: #beb9b9 1px solid;
	background-color: #ffffff;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
}

.sc-WhiteKey:hover {
	background-color: #a8a7a7;
}

.aui .sc-BoesendorferKey {
	border: #beb9b9 1px solid;
	background-color: #d7d6d6;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
}

.sc-BoesendorferKey:hover {
	background-color: #a8a7a7;
}

.aui .sc-BlackKey {
	background-color: black;
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
}

.sc-BlackKey:hover {
	background-color: #556677;
}

/******************************************************************/
/* General gwt menu styles                                        */
/******************************************************************/
.gwt-MenuBar { /* the menu bar itself */
}

/* Collapse vertical menu, but separate horizontal menu (no idea why this works) */
div.gwt-MenuBar table {
	border-collapse: collapse;
}

/* No hovering over disabled menu items */
div.gwt-MenuBar .gwt-MenuItem-disabled:hover {
	color: lightslategray;
	background-color: revert;
}

div#sc-splitframe div#sc-controls div.gwt-MenuBar table {
	border-collapse: separate;
	width: 100%;
}

.gwt-MenuBar-horizontal {
	width: 100%;
}

.gwt-MenuBar-horizontal .gwt-MenuItem {
    text-align: center;
}

.gwt-MenuBar-horizontal .gwt-MenuItem:last-child {
    text-align: right;
}

.sc-mobile .gwt-MenuBar-horizontal {
	/** Don't highlight complete menu bar on iPad. */
	-webkit-tap-highlight-color: transparent;
}

/* dependent style applied to vertical menu bars */
.gwt-MenuBar-vertical {
	background: none;
	background-color: #fcfcfc;
	border: 1px solid #999;
	/** Don't highlight vertical menu bar on iPad. */
	-webkit-tap-highlight-color: transparent;
}

.gwt-MenuBar .gwt-MenuItem {
	font-size: small;
	color: #29466b;
	padding: 4px;
	border: none;
	cursor: default;
}

.gwt-MenuBar .gwt-MenuItem .sc-premium {
   	font-size: small;
}

.gwt-MenuBar .gwt-MenuItem-selected,
.gwt-MenuBar .gwt-MenuItem:active,
.gwt-MenuBar .gwt-MenuItem-selected a,
.gwt-MenuBar .gwt-MenuItem a:active { 
	background-color: #70A8ED;
    color: #ffffff;
}

.gwt-MenuBar .subMenuIcon-selected { 
	background-color: #70A8ED;
	border: 0px;
}

.gwt-MenuBar .sc-menuItem-disabled {
	color: grey;
	background-color: white;
}

.gwt-MenuBarPopup {
	z-index: 300001;
}

@media (max-width: 479px) {
	.gwt-MenuBar .sc-menu-item-help,
	.gwt-MenuBar .sc-menu-item-status {
		display: none;
	}
}

@media (max-width: 715px) {
	.gwt-MenuBar .sc-menu-item-status {
		display: none;
	}
}

/******************************************************************/
/* General scorio button style                                    */
/******************************************************************/
/** Borders, background, corners, hover and active behavior, 
default size. Buttons can have an additional style overwriting
the default properties. 
Button positioning is not part of the default properties. */
.sc-button {
	height: 40px;
	width: 40px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
	background-color: #fff;
}

@media (max-device-width: 767px) {
	.sc-button {
		width: 35px;
		height: 35px;
	}
}

.sc-mobile .sc-button {
	-webkit-tap-highlight-color: rgba(160, 198, 70, 0.4);
	/** Prevent "Save Image/Copy" dialog on button images. */
	-webkit-touch-callout: none;
	border: 1px solid #999;
	height: 40px;
	width: 40px;
}


.sc-button-up-hovering,
.sc-button-down,
.sc-button-down-hovering {
	border-color: #999;
	background-color: #70a8ed;
}


.sc-mobile .sc-button-up-hovering {
	border-color: #999;
}

.sc-mobile .sc-button img {
    height: auto;
    max-width: 100%;
}

/** Overwrite hover styles for disabled buttons */
.sc-button-up-disabled, .sc-button[disabled], .sc-button[disabled]:hover {
	background: none;
	background-color: #f0f0f0;
	cursor: default;
}

/******************************************************************/
/* General scorio dialog buttons                                  */
/******************************************************************/
.sc-dialog-button { /** adjust button size to text */
	height: 30px;
	width: 100px;
	margin: 10px;
	padding: 3px;
	font-size: small;
}

.sc-dialog-button.sc-wide {
	width: 150px;
}

.sc-mobile .sc-dialog-button {
	height: 40px;
	border-radius: 5px;
	font-size: 17px;
}

.sc-phone .sc-mobile .sc-dialog-button {
	height: 30px;
	width: 80px;
	margin: 5px;
	padding: 3px;
	font-size: 15px;
	border-radius: 5px;
}

/** Overwrite standard margin only when button sits in table (instead of div). */
.ie td>.sc-dialog-button {
	margin-left: 0;
}

.sc-dialog-button:hover {
	color: #fff;
	border: 1px solid #70a8ed;
	background-color: #70a8ed;
}

.sc-dialog-button[disabled]:hover {
	border: 1px solid #ccc;
	color: #29466b;
}

.sc-dialog-button:active {
	border: 1px inset #ccc;
}

/******************************************************************/
/* Dialog button panel                                            */
/******************************************************************/

.sc-dialog-button-panel {

}

/** IE is particularly broken when buttons are contained in table cells. 
    Repair spaces between buttons */
.ie table.sc-score-picker-button-panel table td,
.ie table.sc-publish-control-panel table td,
.ie table.sc-midi-import-button-panel td,
.ie div.sc-upgrade-dialog-button-panel,
.ie div.sc-edit-dialog table table table td,
.ie table.sc-lyrics-dialog-button-panel table td,
.ie table.sc-score-structure-dialog-button-panel td,
.ie table.sc-instrument-dialog-button-panel td,
.ie table.sc-chords-dialog-button-panel table td,
.ie table.sc-transpose-dialog-button-panel td,
.ie div.sc-markup-dialog table table table td,
.ie div.sc-volta-dialog table table table td {
	padding-left: 10px;
}

/******************************************************************/
/* Toolstrip                                                      */
/******************************************************************/
.sc-toolstrip {
	position: relative;
	z-index: 2;
	padding: 0px 10px;
	overflow: visible;
}

@media (max-width: 768px) {
	.sc-toolstrip {
		display: flex;
		flex-wrap: wrap;
	}
}

.sc-phone .sc-toolstrip {
    padding: 0;
    margin-right: 40px;
}

/* nur iPhone3 und iPhone4: alle Toolstrip-Buttons im Querformat in einer Zeile */
@media screen and (orientation:landscape) and (device-width:320px) and (device-height:480px) {
    .sc-phone .sc-toolstrip {
        margin-right: 34px;
    }
}

.sc-viewer .sc-toolstrip {
	float: left;
}

/* button top level in toolbar */
.sc-toolstrip-button, 
.sc-player-button, 
.sc-grid-menu, 
.sc-toolbox-button {
	float: left;
	margin: 2px 4px 2px 2px;
}

@media (max-device-width: 767px) {
	.sc-toolstrip-button, 
	.sc-player-button, 
	.sc-grid-menu, 
	.sc-toolbox-button {
		float: left;
		margin: 2px 2px 2px 2px;
	}
}

.sc-mobile .sc-toolstrip-button,
.sc-mobile .sc-player-button {
	float: left;
	margin: 0 1px;
	background: transparent;
	border: none;
	padding: 5px;
}

.sc-phone .sc-mobile .sc-toolstrip-button,
.sc-phone .sc-mobile .sc-player-button {
    margin: 0;
    padding: 0;
}

/* nur iPhone3 und iPhone4: alle Toolstrip-Buttons im Querformat in einer Zeile */
@media screen and (orientation:landscape) and (device-width:320px) and (device-height:480px) {
    .sc-phone .sc-mobile .sc-toolstrip-button,
    .sc-phone .sc-mobile .sc-player-button {
        width: 34px;
    }
}

.sc-mobile .sc-toolstrip-button input,
.sc-mobile .sc-player-button input {
	display: none;
}

/******************************************************************/
/* Toolbox                                                        */
/******************************************************************/
#sc-toolbox {	
}

@media (max-width: 768px) {
	#sc-toolbox {
		order: 1;
		display: flex;
		flex-wrap: wrap;
	}
}
		
.sc-grid-menu {
	/** width and height override image grid width and height */
	width: 40px;
	height: 40px;
}

@media (max-device-width: 767px) {
	.sc-grid-menu {
		width: 35px;
		height: 35px;
	}
	
}
.sc-mobile .sc-grid-menu,
.sc-mobile .sc-toolbox-button {
	position: relative;
	z-index: 2;
	width: 40px;
	height: 40px;
}

/* Align toggle button with other toolbox buttons */
.sc-button.sc-toolbox-button.sc-toolbox-toggle-button {
    border: 0px;
    background: transparent;
    margin: 0 4px;
}

/* Align toggle button with bottom, at a fixed position
.sc-button.sc-toolbox-button.sc-toolbox-toggle-button {
    position: absolute;
    bottom: 0;
    border: 0px;
    background: transparent;
    margin: 0 4px;
}

.iOS .sc-button.sc-toolbox-button.sc-toolbox-toggle-button {
    bottom: 8px;
} */

.sc-grid-menu-button-up-hovering {
	/** When menu is open, change bottom corners to rectangular. */
	border-radius: 4px 4px 0px 0px;
	/** keep button down when image grid is open */
	background: none;
	border-color: #999;
	background-color: #fff;
}

.sc-mobile .sc-grid-menu-button.sc-button-down,
.sc-mobile .sc-grid-menu-button.sc-open {
    background-color: #70a8ed;
}


.sc-image-grid {
	background: #ffffff;
	border: 1px solid #999;
	clear: both;
	margin-top: 3px;
}

.sc-mobile .sc-image-grid {
	position: absolute;
	left: 48px;
	top: 0px;
	margin-top: 0;
	border-radius: 4px;
}

.sc-image-grid-button {
	float: left;
}

.sc-mobile .sc-image-grid-button {
	/** highlight iPad buttons while tapping */
	-webkit-tap-highlight-color: rgba(160, 198, 70, 0.4);
	/** Prevent "Save Image/Copy" dialog on button images. */
	-webkit-touch-callout: none;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.sc-image-grid-button-down, 
.sc-mobile .sc-image-grid-button.sc-active {
    background-color: #70a8ed;
}

.sc-image-grid-button-up-hovering,
.sc-image-grid-button-down-hovering {
	background-color: #70a8ed;
}


.sc-viewer .sc-player {
	float: left;
}

/******************************************************************/
/* General Dialog style                                           */
/******************************************************************/

/** semi-transparent glass panel */
.gwt-PopupPanelGlass { /** hide control panel behind glass */
	z-index: 2;
}

.Android .gwt-PopupPanelGlass { /** Android 4.0.4 bug */
    z-index: -1;
}

/** Styles common to all scorio editor dialogs */
.sc-dialog {
	background: #fff;
	border: 3px solid #70A8ED;
	font-size: 13px;
	z-index: 300000;
	border-radius: 8px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}

.sc-dialog-text-panel {
	display: flex;
	padding: 0px 5px;
}

.sc-dialog .sc-dialog-text-panel input {
	font-family: scorioSymbols,"Open Sans",open-sans,Arial,Helvetica,Verdana,sans-serif;	
	font-size: 15px;
	padding-top: 12px;
    padding-bottom: 15px;
    line-height: 30px;
	height: 30px;
}

.sc-dialog .sc-dialog-text-panel textarea {
	font-family: scorioSymbols,"Open Sans",open-sans,Arial,Helvetica,Verdana,sans-serif;	
	font-size: 15px;
    width: 100%;
	height: auto;
	resize: none;
}

.sc-dialog .sc-dialog-symbols {
	display: flex;
	justify-content: left;
}
.sc-dialog .sc-dialog-symbol-button {
	border: none;
	background-color: transparent;
}

.sc-dialog .sc-dialog-symbol-box {
	display: block;
	pading: 3px 0px;
}

.ie .sc-dialog .sc-dialog-symbol-box {
	width: 600px;
}

.sc-dialog .sc-dialog-symbol-box.sc-hide {
	display: none;
}

.sc-dialog .sc-dialog-symbol-box div {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 3px 5px;
}
.sc-dialog .sc-dialog-symbol-box div div {
	font-family: scorioSymbols,"Open Sans",open-sans,Arial,Helvetica,Verdana,sans-serif;
	font-size: 16px;
	line-height: 30px;
	border: 1px solid lightslategray;
	border-radius: 2px;
	padding: 1px 2px;
    margin: 0px 3px;
    cursor: pointer;
    min-width: 10px;
    text-align-last: center;
}

.ie .sc-dialog .sc-dialog-symbol-box div {
	padding-top: 10px;
}

.sc-mobile.sc-dialog {
	font-size: 17px;
}

.sc-phone .sc-mobile.sc-dialog {
	font-size: 15px;
}

.sc-dialog .dialogTopCenterInner {
	background-color: #f0f0f0;
	font-weight: bold;
	border-bottom: 1px solid #999;
    border-radius: 8px 8px 0px 0px;
}

.sc-mobile.sc-dialog .dialogTopCenterInner {
	font-size: 17px;
}

.sc-phone .sc-dialog .dialogTopCenterInner {
	font-size: 15px;
}

.sc-dialog .Caption {
	padding: 8px 15px;
}

.sc-dialog .sc-dialog-center {
	background: #fff;
	min-width: 280px;
	display: inline;
    float: left;
    padding: 10px;
}

.sc-dialog .sc-dialog-bottom {
	background-color: #f0f0f0;
	border-top: 1px solid #999;
    border-radius: 0 0 8px 8px;
    height: 50px;
}

.sc-dialog .sc-dialog-bottom .sc-dialog-button {
	float: right;
	margin: 10px;
}

.sc-dialog .sc-dialog-bottom .sc-dialog-button.sc-left-position {
	float: left;	
}

.sc-dialog label {
	display: inline;
	font-size: inherit;
}

.sc-dialog .gwt-RadioButton input {
	margin: 0px 5px 0px 0px;	
}

.sc-dialog select.gwt-ListBox {
	font-size: 13px;
	margin: -5px 0px 0px 0px;	
	height: 30px;
}

.sc-dialog .sc-label,
.sc-dialog .sc-button,
.sc-dialog .sc-text-box,
.sc-dialog .sc-list-box,
.sc-dialog .sc-check-box,
.sc-dialog .sc-file-input {
	display: inline;
	float: left;
	margin: 10px;
	padding: 3px;
}

.sc-dialog .sc-label.sc-hide,
.sc-dialog .sc-button.sc-hide,
.sc-dialog .sc-text-box.sc-hide,
.sc-dialog .sc-list-box.sc-hide,
.sc-dialog .gwt-ListBox.sc-hide,
.sc-dialog .sc-check-box.sc-hide,
.sc-dialog .sc-file-input.sc-hide {
	display: none;
}

.sc-mobile.sc-dialog .gwt-Label,
.sc-mobile.sc-dialog .gwt-TextBox,
.sc-mobile.sc-dialog .gwt-TextArea,
.sc-mobile.sc-dialog .gwt-ListBox,
.sc-mobile.sc-dialog .gwt-CheckBox,
.sc-mobile.sc-dialog .gwt-RadioButton {
	font-size: 17px;
}

.sc-phone .sc-mobile.sc-dialog .gwt-Label,
.sc-phone .sc-mobile.sc-dialog .gwt-TextBox,
.sc-phone .sc-mobile.sc-dialog .gwt-TextArea,
.sc-phone .sc-mobile.sc-dialog .gwt-ListBox,
.sc-phone .sc-mobile.sc-dialog .gwt-CheckBox,
.sc-phone .sc-mobile.sc-dialog .gwt-RadioButton {
	font-size: 15px;
	display: block;
}

.sc-dialog .sc-text-box, .sc-dialog .sc-list-box, .sc-dialog .sc-file-input {
	min-width: 250px;
	font-size: small;
}

.ie .sc-dialog .sc-text-box {
	min-width: 0px;
}

.ie .sc-dialog .sc-text-box.sc-bottommost {
	padding-bottom: 3px;
}

.sc-dialog .sc-check-box {
	padding: 5px 0;
}

.sc-dialog .sc-check-box input {
	vertical-align: sub;
}

.ie .sc-dialog .sc-check-box input {
	vertical-align: baseline;
}

.ie .sc-leftmost.sc-rightmost {
	width: 90%;
	clear: none;
}

/****************************************************************/
.dialogMiddle input {
	background-color: #fff;
}

/** File menus get a white background */
.dialogMiddle input[type="file"] {
	background-color: #fff;
}

/** Add space between checkbox and label */
#sc-dialogs input[type="checkbox"],
#sc-dialogs input[type="radio"] {
	margin-left: 0px;
	margin-right: 5px;
	vertical-align: middle;
}

#sc-dialogs label {
	display: initial;
	margin: 0px;
}

/** Make checked status more obvious for iPad radio buttons  */
#sc-dialogs .sc-mobile input[type="radio"][checked] {
	background-color: #70A8ED;
}

/******************************************************************/
/* Score picker dialog                                            */
/******************************************************************/

.sc-score-picker {
	background-color: #f0f0f0;
}

table.sc-score-picker-table {
	border-collapse: collapse;
}

.sc-score-picker-table-panel {
	background-color: #fff;
	width: 100%;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}

.sc-mobile .sc-score-picker-table-panel {
	height: 100%;
	min-height: 243px;
}

.sc-score-picker-table-panel .sc-score-picker-table {
	display: block;
	height: 100%;
	overflow-y: auto;
}

.sc-score-picker-table-header {
	background-color: #f0f0f0;
	border-bottom: 1px solid #999;
	height: 24px;
}

table.sc-score-picker-table tr.sc-score-picker-table-header td {
	padding: 3px 15px;
	font-weight: bold;
	overflow: hidden;
}

.sc-score-picker-table-row {
	background-color: #FFFFFF;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	font-size: small;
	height: 24px;
	/* global font size is not read from parent elements. */
}

table.sc-score-picker-table tr.sc-score-picker-table-row td {
	padding: 3px 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.sc-score-picker-score-name-column {
	width: 300px;
}
.sc-score-picker-score-type-column {
	width: 80px;
}
.sc-score-picker-score-visible-column {
	width: 50px;
}
.sc-score-picker-save-date-column {
	width: 160px;
}

table.sc-score-picker-table td:first-child {
	width: 300px;
	column-width: 300px;
	/*background-color: bisque;*/
}

table.sc-score-picker-table td:nth-child(2) {
	width: 80px;
	column-width: 80px;
}

table.sc-score-picker-table td:nth-child(3)  {
	width: 50px;
	column-width: 50px;
}

table.sc-score-picker-table td:nth-child(4) {
	width: 160px;
	column-width: 160px;
}

/* Reduce width of score picker dialog to fit screens from 480 - 716 */
@media (max-width: 716px) {
	table.sc-score-picker-table tr.sc-score-picker-table-header td,
	table.sc-score-picker-table tr.sc-score-picker-table-row td {
		padding: 3px 5px;
	}
	.sc-score-picker-score-name-column {
		width: 286px;
	}
	.sc-score-picker-score-type-column {
		width: 20px;
	}
	.sc-score-picker-score-visible-column {
		width: 30px;
	}
	.sc-score-picker-save-date-column {
		width: 160px;
	}

	table.sc-score-picker-table td:first-child {
		width: 286px;
		column-width: 286px;
		/*background-color: red;*/
	}
	table.sc-score-picker-table td:nth-child(2) {
		width: 20px;
		column-width: 20px;
		display: none;
	}
	table.sc-score-picker-table td:nth-child(3) {
		width: 30px;
		column-width: 30px;
		display: none;
	}
	table.sc-score-picker-table td:nth-child(4) {
		width: 160px;
		column-width: 160px;
	}
}

/* Reduce width of score picker dialog to fit screens from < 480px */
@media (max-width: 479px) {
	table.sc-score-picker-table tr.sc-score-picker-table-header td,
	table.sc-score-picker-table tr.sc-score-picker-table-row td {
		padding: 3px 5px;
	}
	
	.sc-score-picker-score-name-column {
		width: 134px;
	}
	.sc-score-picker-score-type-column {
		width: 20px;
	}
	.sc-score-picker-score-visible-column {
		width: 20px;
	}
	.sc-score-picker-save-date-column {
		width:160px;
	}

	table.sc-score-picker-table td:first-child {
		width: 134px;
		column-width: 134px;
		/*background-color: green;*/
	}
	table.sc-score-picker-table td:nth-child(2) {
		width: 20px;
		column-width: 20px;
		display: none;
	}
	table.sc-score-picker-table td:nth-child(3) {
		width: 0px;
		column-width: 0px;
		display: none;
	}
	table.sc-score-picker-table td:nth-child(4) {
		width: 160px;
		column-width: 160px;
	}
}

.sc-score-picker .sc-score-picker-table-hover {
	background-color: #70A8ED;
}

.sc-score-picker-score-name-panel {
	display: flex;
    padding: 0 20px;
}

.ie .sc-score-picker .sc-score-picker-score-name-panel {
	margin-left: 5px;
	margin-right: 15px;
	width: 96%; /* margin-left does not work */
}

.sc-score-picker .sc-score-picker-score-name-panel .gwt-Label {
	margin-right: 10px;
	white-space: nowrap;
}

.sc-score-picker .sc-score-picker-score-name-panel .gwt-TextBox {
	width: 100%;
	font-size: 13px;
	margin-bottom: 5px;
}

.sc-score-picker-button-panel {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 0px 10px 10px 10px;
}

.sc-score-picker-button-panel td {
	width: 100%;	
}

.ie .sc-score-picker .sc-score-picker-button-panel {
	margin-right: 15px;
	margin-bottom: 15px;
	width: 97%; /* margin-left does not work */
}

.sc-score-picker .sc-score-picker-page-button-panel {
	display: none;
}

.sc-score-picker .sc-score-picker-page-button-panel .sc-dialog-button {
	width: 40px;
}

.sc-score-picker .sc-score-picker-page-label {
	font-size: small; /** hosted mode */
	width: 40px;
	text-align: center;
	margin-right: 5px;
}

/******************************************************************/
/* Publish dialog                                                 */
/******************************************************************/
.sc-publish-dialog {	
}

.sc-publish-dialog .sc-publish-control-panel {
	padding: 10px;
	border-collapse: separate;
	width: 100%;
	font-size: small;
	border-top: 1px solid #999;
}

.ie .sc-publish-dialog .sc-publish-control-panel {
	margin: 10px;
	width: 97%;
}

.sc-publish-checkbox {
	margin-bottom: 20px;
	margin-right: 5px;
}

input.sc-publish-checkbox  ~ label {
	vertical-align: text-bottom;
}

.sc-publish-iframe {
	border: none;
}

/******************************************************************/
/* Share dialog                                                   */
/******************************************************************/
/* TODO Diesen Verhau aufräumen ... */
.sc-share-dialog {
	
}

.sc-share-root-panel {
	width: 750px;
}

.sc-share-root-panel > div:first-child {
	background-color: #ffffff;
	padding: 20px;
}

.sc-share-root-panel > div:first-child > div:first-child {
	min-height: 340px;
}

.sc-share-dialog .sc-share-control-panel {
	padding: 20px 10px;
	border-collapse: separate;
	height: 30px;
	background-color: #f0f0f0;
	border-top: 1px solid #999999;
	clear: both;
}

.sc-share-control-panel div button {
	float: right;
	margin-bottom: 10px;
}

.ie .sc-share-control-panel .sc-dialog-button {
	width: 75px;
}

.sc-share-control-panel div div.gwt-Label {
    float: right;
    /*    font-size: small;*/
    padding-top: 7px;
    padding-left: 3px;
}

#licenseDiv {
	float: left;
	/* TODO KH weg? padding-top: 25px;*/
	width: 480px;
	margin-bottom: 10px;
}

#licenseDiv input {
	margin-bottom: 5px;
}

#buttonDiv {
	/*clear: both;*/
}

#competitionDesc {
	padding: 20px;
	width: 400px;
}

.ie .sc-share-dialog .sc-share-control-panel {
	margin: 10px;
	width: 97%;
}

input.sc-share-checkbox  ~ label {
	vertical-align: text-bottom;
}

.sc-share-outerDiv {
	width: 265px;
	height: 190px;
	/*position: absolute;*/
	padding-left: 1px;
	padding-top: 1px;
}

.sc-share-preview {
	display: block;
	float: left;
	height: 340px;
}

.sc-share-preview div div {
	margin-top: -3.5px;
	margin-left: -3.5px;
	position: absolute;
	border: none;
}

.sc-share-preview img {
	background-color: #e3e3e3;
	border: 1px solid;
	width: 239px;
	height: 340px;
}

.sc-share-preview div div img {
	width: 239px;
	background-color: white;
}

.sc-share-root-panel div div img.waitingWheel {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    left: 130px;
	top: 170px;
    position: absolute;
}

.sc-share-preview div {
	position: absolute;
	width: 231px;
	height: 333px;
	border: 2px solid #FF7E0B;
	overflow: hidden;
	margin-top: 2.5px;
	margin-left: 2.5px;
	background-color: white;
}

.sc-share-config-controls div div.sc-share-embedCodeBox,
.sc-share-embedCodeBox {
	word-wrap: break-word;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	margin-top: 13px;
	padding: 3px;
	white-space: pre-line;
	width: 420px;
	min-height: 105px;
	border: 1px solid #ccc;
}

.sc-share-config-controls div.sc-share-embedCodeDiv {
	float: left;
	width: 437px;
}

.sc-share-dialog-linkBox {
	width: 700px;
	min-height: 15px;
}

.sc-share-config-controls {
	width: 430px;
	display: inline;
}

.sc-share-config-controls div {
	padding: 2px 0px 5px 5px;
	width: 200px;
	float: left;
}

.sc-share-config-controls div.sc-share-conf-barPage {
	padding: 5px;
	width: 275px;
	margin-left: 93px;
	float: left;
	margin-bottom: 25px;
}

.sc-mobile .sc-share-config-controls > div > .gwt-Label {
	margin-top: 7px;
}

.sc-share-config-controls div div {
	float: left;
	padding: 6px;
	width: 40px;
}

.sc-mobile .sc-share-config-controls .sc-button div,
.sc-mobile .sc-share-config-controls .sc-button div div {
	padding: 0;
}

.sc-share-config-controls div input {
	height: 23px;
    margin-right: 10px;
    padding: 0px;
	text-align: center;
	width: 31px;
	float: left;
    border-color: #ccc;
}

.sc-mobile .sc-share-config-controls div input {
	height: 40px;
	width: 40px;
}

.sc-dialog .sc-share-config-controls div button {
	font-size: small;
	height: 25px;
	margin-left: 5px;
	padding: 3px;
	width: 25px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.sc-mobile .sc-dialog .sc-share-config-controls div button {
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}

.sc-share-config-controls div.sc-share-conf-barPage input {
	margin-right: 0px;
}

.sc-share-conf-barPage .sc-share-conf-bar-totalPages {
	width: 20px;
	float: left;
	padding: 6px;
	height: 18px;
	text-align: center;
}

.sc-mobile .sc-share-conf-bar-totalPages {
	margin-top: 7px;
}

.sc-share-desc-label {
	clear: left;
	padding-top: 20px;
	/*font-size: medium;*/
}

.sc-share-config-controls div div.sc-share-embedCode-desc-label {
	width: 425px;
	word-wrap: break-word;
	padding: 0px;
	clear: left;
}

.ie .sc-share-button {
	padding: 3px 3px 22px;
}

.sc-share-competition {
	border: 2px solid #A0C646;
	margin-bottom: 15px;
}

.sc-share-competition-label {
	/*font-size: medium;*/
	padding: 8px;
}

.sc-share-checkbox {
	margin-bottom: 20px;
	margin-right: 5px;
}

.sc-share-competition-input {
	
}

/******************************************************************/
/* Import dialog                                                  */
/******************************************************************/

.sc-import-form-file-uploader {
	margin-top: 15px;
}

/******************************************************************/
/* MIDI import dialog                                             */
/******************************************************************/

.ie .sc-midi-import {
	width: 515px;
}

.sc-midi-import .sc-left-position {
	width: 200px;
}

.sc-midi-import .sc-rightmost {
	margin-right: 0px;	
}

.sc-midi-import .sc-label.sc-tight {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 18px;
	font-style: italic;
}

.sc-midi-import input[type="text"] {
	width: 250px;
} 

.sc-midi-import select {
	width: 258px;
} 

.sc-midi-import .sc-file-input {
	width: 96%;
}

/******************************************************************/
/* Lyrics dialog                                                  */
/******************************************************************/
.sc-lyrics-dialog {
	background-color: #f0f0f0;
}

.sc-lyrics-dialog .gwt-TextArea {
	width: 100%;
	min-width: 730px; /* FF4: textarea can be resized to larger size. */
	height: 300px;
	padding: 5px 5px 0px 5px;
	margin-bottom: 10px;
	border: none; /* override other border styles */
	border-bottom: 1px solid #999;
}

.sc-lyrics-dialog-button-panel {
	padding-left: 5px;
	padding-right: 15px;
	width: 100%;
	border-collapse: separate;
}

.ie .sc-lyrics-dialog-button-panel {
	margin-left: 5px;
	width: 97%;
}

.sc-lyrics-dialog-button-panel tbody > tr > td:first-child .sc-dialog-button {
	width: auto;
}

.ie .sc-lyrics-dialog-button-panel tbody > tr > td:first-child .sc-dialog-button {
	width: 100%;
}

.sc-lyrics-help {
	padding-left: 15px;
	font-size: small; /* not always read from parents */
}

/******************************************************************/
/* Chords dialog                                                  */
/******************************************************************/
.sc-chords-dialog {
	background-color: #f0f0f0;
}

.sc-chords-dialog .gwt-TextArea {
	width: 100%;
	min-width: 730px; /* FF4: textarea can be resized to larger size. */
	height: 300px;
	padding: 5px 5px 0px 5px;
	margin-bottom: 10px;
	border: none; /* override other border styles */
	border-bottom: 1px solid #999;
}

.sc-chords-dialog-button-panel {
	padding-left: 5px;
	padding-right: 15px;
	width: 100%;
	border-collapse: separate;
}

.ie .sc-chords-dialog-button-panel {
	margin-left: 5px;
	width: 97%;
}

.sc-chords-help {
	padding-left: 15px;
	font-size: small;
}

.sc-frets {
	font-size: small;
	padding-left: 15px;
}

.sc-frets-disabled {
	color: #999;
}

/******************************************************************/
/* Edit chord dialog                                              */
/******************************************************************/

.sc-edit-chord-dialog .gwt-Label {
	font-size: small;
	padding: 5px 5px 5px 0px;
	width: 150px;
}

.sc-mobile.sc-edit-chord-dialog .gwt-Label {
	font-size: 17px;
}

.sc-phone .sc-edit-chord-dialog .gwt-Label {
	font-size: 15px;
}

.sc-edit-chord-dialog-root-panel {
	padding-top: 10px;
	border-collapse: separate;
}


.sc-phone .sc-edit-chord-dialog-duration-panel td:not(:first-child) {
	float: left;
}

.sc-phone .sc-edit-chord-dialog-duration-panel td:last-child {
	margin-bottom: 5px;
	clear: both;
}

.sc-edit-chord-dialog-chord-string-panel {
	padding-top: 5px;
	padding-bottom: 10px;
	border-collapse: separate;
}

.sc-phone .sc-edit-chord-dialog-chord-string-panel td:not(:first-child) {
	float: left;
}

.sc-phone .sc-edit-chord-dialog-chord-string-panel td:last-child {
	clear: both;
}

.sc-edit-chord-dialog .gwt-ListBox {
	width: 150px;
	margin-right: 5px;
}

/* Dialog 'Akkord' muss schmaler und darf nicht so hoch werden */
.sc-phone .sc-mobile.sc-dialog.sc-edit-chord-dialog .gwt-Label,
.sc-phone .sc-mobile.sc-dialog.sc-edit-chord-dialog .gwt-TextBox,
.sc-phone .sc-mobile.sc-dialog.sc-edit-chord-dialog .gwt-TextArea,
.sc-phone .sc-mobile.sc-dialog.sc-edit-chord-dialog .gwt-ListBox,
.sc-phone .sc-mobile.sc-dialog.sc-edit-chord-dialog .gwt-CheckBox,
.sc-phone .sc-mobile.sc-dialog.sc-edit-chord-dialog .gwt-RadioButton {
    font-size: 13px;
}

@media screen and (orientation:portrait) {
    .sc-phone .sc-dialog.sc-mobile.sc-edit-chord-dialog {
        max-width: 316px;
    }
}

/******************************************************************/
/* Edit dialog                                                   */
/******************************************************************/
.sc-edit-dialog .dialogMiddleCenter {
	background-color: #fff;
	border-radius: 8px;
}

.aui .sc-edit-dialog input {
	margin-top: 0px;
}
.sc-edit-dialog .dialogMiddleCenterInner > table >tbody > tr:last-child > td {
	border-top: 1px solid #999;
	background-color: #eee;
	border-radius: 0 0 8px 8px;
}

.sc-edit-dialog .gwt-TextBox {
	min-width: 230px;
	margin: 40px 15px;
	border: 1px solid #999;
	border-radius: 4px;
	padding: 3px;
}

.sc-phone .sc-edit-dialog .gwt-TextBox {
    width: 200px;
    margin: 10px;
}

.sc-edit-dialog .sc-dialog-button {
	margin-bottom: 15px;
	margin-top: 15px;
}

.sc-edit-dialog td:last-child > .sc-dialog-button {
	margin-right: 15px;
}

.ie .sc-edit-dialog .dialogMiddleCenterInner table table td {
	padding-right: 10px;
	padding-left: 0;
}

/******************************************************************/
/* Volta dialog                                                   */
/******************************************************************/
.sc-volta-dialog .dialogMiddleCenter {
	background: #ffffff;
	border-radius: 4px;
}

.sc-volta-dialog .dialogMiddleCenterInner > table > tbody > tr:last-child > td {
	background: #f0f0f0;
	border-top: 1px solid #999;
	padding: 10px;
	border-radius: 0 0 4px 4px;
}

.sc-volta-dialog .gwt-TextBox {
	width: 250px;
	margin: 15px;
	border: 1px solid #999;
	border-radius: 4px;
	padding: 3px;
}

.sc-volta-help {
	margin: 0 0 15px 15px;
	width: 250px;
	font-size: small; /* not always read from parents */
}

.sc-mobile .sc-volta-help {
	font-size: 17px;
}

.sc-phone .sc-volta-help {
	font-size: 15px;
}

/******************************************************************/
/* Markup dialog                                                  */
/******************************************************************/
.sc-markup-dialog {
	background: #f0f0f0;
}

.sc-markup-dialog .dialogMiddleCenter {
	padding: 5px;
}

.sc-markup-dialog .sc-markup-dialog-toolbar {
	display: flex;
	flex-wrap: wrap;
}

.sc-markup-dialog .sc-button-tool-panel {
	display: flex;
	flex-wrap: wrap;
}

.sc-markup-dialog .sc-box-tool-panel {
	display: flex;
	flex-wrap: wrap;
}

.sc-markup-dialog .sc-button-panel  {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;	
}

/*.sc-phone .sc-markup-dialog-toolbar td {
	float: left;
}

.sc-phone .sc-markup-dialog-toolbar td:nth-last-child(3) {
	clear: both;
}*/

.sc-markup-dialog .gwt-ListBox {
	margin: 5px;
	background-color: #ffffff;
}

.sc-markup-dialog select.gwt-ListBox {
	background-image: none;
	margin: 5px;
	width: auto;
}

.sc-mobile.sc-markup-dialog select.gwt-ListBox {
	font-size: 17px;
	height: 30px;
}

.sc-phone .sc-markup-dialog select.gwt-ListBox {
	font-size: 15px;
	height: inherit;
}

.sc-markup-dialog .gwt-TextBox {
	border: 1px solid #cccccc;
	border-spacing: 0px;
	background-color: #ffffff;
	margin: 20px 0px 20px 0px;
	width: 100%;
}

/** Toggle button customized for markup dialog */
.sc-markup-dialog .sc-button.sc-toggle-button {
	height: 30px;
	width: 30px;
	margin: 5px;
}

.sc-markup-dialog .sc-button-up {
	background-color: white;
}

.sc-markup-dialog .sc-button-down,
.sc-markup-dialog .sc-button-down-hovering {
	background-color: lightgray;
}

/******************************************************************/
/* Transpose dialog                                               */
/******************************************************************/
.sc-transpose-dialog .dialogMiddleCenter {
	border-radius: 0 0 8px 8px;
}

.ie .sc-transpose-dialog .dialogMiddleCenter {
	padding: 10px;
}

.sc-transpose-dialog .gwt-Label {
	padding: 0px 5px 5px 0px;
	width: 100px;
}

.sc-transpose-dialog .gwt-RadioButton {
	padding: 5px 5px 5px 0px;
}

.sc-transpose-dialog-key-panel {
	padding: 25px 15px 5px;
	border-collapse: separate;
}

.sc-transpose-dialog .sc-transpose-dialog-key-panel {
	margin: 10px 20px;
}

.sc-transpose-dialog .sc-transpose-dialog-direction-panel {
	margin: 0px 20px;
}

.sc-transpose-dialog-direction-panel label[for] {
	vertical-align: text-top;
}

.sc-transpose-dialog .dialogMiddleCenterInner > table > tbody > tr:last-child > td {
	border-top: 1px solid #999;
	background: #eee;
	border-radius: 0 0 8px 8px;
	padding: 10px;
}

.ie .sc-transpose-dialog-button-panel {
	margin-top: 15px;
	margin-bottom: 0px;
}

/******************************************************************/
/* Part extraction dialog                                         */
/******************************************************************/

.sc-part-extraction-dialog {
	background-color: #f0f0f0;	
}

.sc-part-extraction-dialog .dialogMiddleCenterInner {
	border-bottom: #999 1px solid;
	background: #fff;
}

.sc-part-extraction-dialog .gwt-Label {
	font-size: small;
	padding: 0px 5px 5px 0px;
	width: 100px;
}

.sc-part-extraction-help {
	font-size: small; /* not always read from parents */
	padding: 20px;
}

.sc-part-extraction-scroll-panel {
	max-height: 250px;
	padding: 0 20px 30px;
}

.sc-publisher-scores-table {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 100%;
}

.sc-part-selection-table-header >td {
	/*font-size: small;*/
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	/* global font size is not read from parent elements. */
}

.sc-mobile .sc-part-selection-table-header >td {
	font-size: 17px;
}

.sc-phone .sc-part-selection-table-header >td {
	font-size: 15px;
}

.sc-part-selection-table-row > td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    /*font-size: small; */
}

.sc-mobile .sc-part-selection-table-row > td {
	font-size: 17px;
}

.sc-phone .sc-part-selection-table-row > td {
	font-size: 15px;
}

.sc-part-selection-table-row:hover {
	background-color: #70A8ED;
}

table.sc-publisher-scores-table tr.sc-part-selection-table-header td,
table.sc-publisher-scores-table tr.sc-part-selection-table-row td {
	padding: 5px;
}

.sc-part-selection-part-name-column {
	width: 300px;
}

.sc-part-selection-extract-column {
	width: 30px;
}

.sc-part-extraction-button-panel {
	float: right;
	clear: both;
	/*margin: 0 10px 10px 0;*/
	/* problem with width => only adjust top/bottom margin */
	margin: 10px 0;
	width: 100%;
	height: 50px;
}

.sc-part-extraction-button-holder {
	margin: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.sc-publisher-scores-table {
	border-collapse: collapse;
}

/******************************************************************/
/* External MIDI Device and Jazz plugin                           */
/******************************************************************/

.sc-external-device {
	width: 25px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: -30px;
}

.sc-external-device-status {
	height: 111px;
	box-sizing: border-box;
	border: 1px solid lightgray;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.sc-external-device-status:hover {
	background-color: #70a8ed;
}

.sc-external-device-label {
	font-size: 9px;
	color: lightgray;
	text-align: center;
	padding-top: 6px;	
}

.sc-external-device-label.sc-active {
	color: unset;
}

.sc-external-device .sc-input, 
.sc-external-device .sc-output {
	width: 7px;
	height: 7px;
	position: relative;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: transparent url(images/bullet_gray.png) no-repeat center;
}

.sc-external-device .sc-input.sc-active,
.sc-external-device .sc-output.sc-active {
	background: transparent url(images/bullet_green.png) no-repeat center;
}

.sc-keyboard-toggle {
	width: 30px;
	margin-left: -3px;
}

.sc-keyboard-toggle:hover {
	background-color: #70a8ed;
}

.sc-keyboard-toggle-off {
	/* Flip the V by 180% to represent an open-arrow */
	transform: rotate(180deg);
}

@keyframes keyboard-fade-in {
	from { height: 0px; }
	to   { height: 115px; } 
}

@keyframes keyboard-fade-out {
	from { height: 115px; }
	to   { height: 0px; } 
}

#sc-jazz-plugin {
 	visibility: hidden;
 	width: 0px;
 	height: 0px;
 	margin: 0px;
 	padding: 0px;
 	border-style: none;
 	border-width: 0px;
 	max-width: 0px;
 	max-height: 0px;
 	left: -10000px;
 	top: -10000px;
}

/******************************************************************/
/* Midi recorder dialog                                           */
/******************************************************************/

.ie .sc-midi-recorder-dialog {
	width: 500px;
}

.sc-midi-recorder-dialog input[type="text"] {
	width: 250px;
}
.sc-midi-recorder-dialog select {
	width: 258px;
}

.sc-midi-recorder-dialog .sc-left-position {
	width: 230px;
}

.sc-recording-started {
	background: red;
}

.sc-metronome {
	width: 30px;
	height: 30px;
	background: transparent url(images/metronome_middle.png) no-repeat;
}

.sc-metronome.sc-left-position {
	width: 30px;
	background: transparent url(images/metronome_left.png) no-repeat;
}

.sc-metronome.sc-right-position {
	width: 30px;
	background: transparent url(images/metronome_right.png) no-repeat;
}

/******************************************************************/
/* Midi settings dialog                                           */
/******************************************************************/

.ie .sc-midi-settings-dialog {
	width: 500px;
}

.sc-midi-settings-dialog .sc-left-position {
	width: 150px;
}

.sc-midi-settings-dialog .sc-right-position {
	width: 250px;
}

/******************************************************************/
/* Paper format dialog                                            */
/******************************************************************/
.sc-paper-format-selection-panel {
	padding: 20px;
	border-bottom: 1px solid #999;
	background: #ffffff;
}

.sc-paper-format-selection-panel .gwt-RadioButton {
	display: block;
	font-size: small;
}

.sc-paper-format-button-panel {
	padding: 10px;
	float: right;
}

/******************************************************************/
/* Score structure dialog                                         */
/******************************************************************/
.sc-score-structure-dialog {
	background-color: #f0f0f0;
}

.sc-score-structure-dialog .dialogMiddleCenterInner {
	border-bottom: #999 1px solid;
	background-color: #fff;
}

.sc-score-structure-dialog .gwt-RadioButton {
	font-size: small;
	padding-left: 5px;
	padding-right: 5px;
}

.sc-score-structure-dialog-part-staff-panel {
	padding: 20px 10px 10px 10px;
}

.sc-score-structure-dialog-action-panel {
	padding: 10px 10px 20px;
}

.sc-score-structure-dialog .sc-score-structure-dialog-action-panel .gwt-RadioButton,.sc-score-structure-dialog .sc-score-structure-dialog-part-staff-panel .gwt-RadioButton
	{
	display: block;
}

.sc-score-structure-dialog-button-panel {
	float: right;
	clear: both;
	padding: 10px;
}

/******************************************************************/
/* Instrument dialog                                              */
/******************************************************************/
.sc-instrument-dialog {
	background-color: #f0f0f0;
}

.sc-instrument-dialog-button-panel {
	float: right;
	clear: both;
	padding: 10px;
}

.sc-instrument-dialog .sc-dialog-symbols {
	margin-top: 5px;
}

table.sc-part-info-table {
	border-bottom: 1px solid #999;
	width: 798px;
	border-spacing: 0px;
}

.sc-mobile table.sc-part-info-table {
	width: 510px;
}

table.sc-part-info-table th {
	border-bottom: 1px solid #999;
	color: #333;
	text-shadow: none;
	padding: 5px;
	background: #eee;
	vertical-align: bottom;
}

table.sc-part-info-table tr {
	background: #fff;
}

table.sc-part-info-table tr:first-child td {
	padding-top: 20px;
}

table.sc-part-info-table tr:last-child td {
	padding-bottom: 20px;
}

table.sc-part-info-table td {
	border: none;
	padding: 5px;
}

table.sc-part-info-table td:first-child, table.sc-part-info-table th:first-child {
	padding-left: 20px;
}

table.sc-part-info-table div input {
	padding: 2px 5px;
	font-size: small;
	border-radius: 4px;
	width: 100px;
}

table.sc-part-info-table textarea {
	font-family: scorioSymbols,"Open Sans",open-sans,Arial,Helvetica,Verdana,sans-serif;	
	resize: none;
	background-image: none;
	width: 130px;
	height: 35px;
	border-radius: 4px;
}

table.sc-part-info-table select {
	font-size: small;
	padding: 3px;
	background-color: #fff;
}

.sc-mobile table.sc-part-info-table select {
	padding: 12px;
}

/******************************************************************/
/* Music recognition dialog (OMR)                                 */
/******************************************************************/
.sc-omr-dialog {
	
}

.sc-omr-dialog-panel {
	
}

/** Force IE to keep dialog width instead of blowing up to original preview width. */
.ie div.sc-omr-dialog,
.ie div.sc-omr-dialog div.dialogTopCenterInner,
.ie div.sc-omr-dialog-panel	{
	width: 615px;
}

/** OMR: Progress bar **************************/
.sc-omr-progress-panel {
	
}

.sc-omr-progress-bar {
	font-size: small;
	position: relative;
	float: left;
	line-height: 20px;
	padding: 5px;
	width: 110px;
	height: 20px;
	text-align: center;
}

.ie .sc-omr-progress-bar {
	width: 125px;
}

.sc-omr-progress-bar-initial,.sc-omr-progress-arrow-head-initial {
	background-color: #ffffff;
}

.sc-omr-progress-bar-pending,.sc-omr-progress-arrow-head-pending {
	background-color: #FFF5DB;
}

.sc-omr-progress-bar-ok,.sc-omr-progress-arrow-head-ok {
	background-color: #CCE09B;
}

.sc-omr-progress-bar-failed,.sc-omr-progress-arrow-head-failed {
	background-color: #F7977A;
}

.sc-omr-progress-arrow {
	border-left: 25px solid transparent;
	width: 0;
	height: 0;
	float: left;
}

.sc-omr-progress-arrow-background-initial {
	border-top: #ffffff 15px solid;
	border-bottom: #ffffff 15px solid;
}

.ie .sc-omr-progress-arrow-background-initial {
	border-left-color: #ffffff;
}

.sc-omr-progress-arrow-background-pending {
	border-top: #FFF5DB 15px solid;
	border-bottom: #FFF5DB 15px solid;
}

.ie .sc-omr-progress-arrow-background-pending {
	border-left-color: #FFF5DB;
}

.sc-omr-progress-arrow-background-ok {
	border-top: #CCE09B 15px solid;
	border-bottom: #CCE09B 15px solid;
}

.sc-omr-progress-arrow-background-ok {
	border-left-color: #CCE09B;
}

.sc-omr-progress-arrow-background-failed {
	border-top: #F7977A 15px solid;
	border-bottom: #F7977A 15px solid;
}

.ie .sc-omr-progress-arrow-background-failed {
	border-left-color: #F7977A;
}

/** OMR: Score panel ***************************/
.sc-omr-score-panel {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	min-height: 90px;
	position: relative;
	clear: both;
	padding-top: 35px;
	padding-bottom: 30px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

/*
Glass background for more expensive look?
   width: 100px;
   height: 100px;
   margin: 10px;
   padding: 0;
   border: 1px solid rgba(0,0,0,0.5);
   border-radius: 10px 10px 2px 2px;
   background: rgba(0,0,0,0.25);
   box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
*/
#sc-omr-preview {
	position: relative;
	background: #ffffff;
	min-height: 200px;
	max-width: 256px;
	max-height: 392px;
	margin: auto;
	border: 1px solid #cccccc;
	text-align: center;
	overflow: hidden;
}

.sc-omr-preview-image {
	width: 100%;
}

.sc-omr-upload-image {
	position: relative;
	top: 100px;
	margin: auto;
	display: block;
}

.sc-omr-ad {
	position: relative;
	bottom: 25px;
	text-align: center;
	font-size: small;
}

.sc-omr-ad a {
	background-color: #ffffff;
	padding: 5px;
}

#sc-omr-detector {
	position: absolute;
	width: 100%;
	height: 10px;
	top: 0;
	z-index: 9999;
	/* Gradient erstellt mit http://www.colorzilla.com/gradient-editor/*/
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,
		rgba(145, 232, 66, 0.75) 50%, rgba(255, 255, 255, 0.5) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,
		255, 255, 0.5)), color-stop(50%, rgba(145, 232, 66, 0.75)),
		color-stop(100%, rgba(255, 255, 255, 0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,
		rgba(145, 232, 66, 0.75) 50%, rgba(255, 255, 255, 0.5) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,
		rgba(145, 232, 66, 0.75) 50%, rgba(255, 255, 255, 0.5) 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,
		rgba(145, 232, 66, 0.75) 50%, rgba(255, 255, 255, 0.5) 100%);
	/* IE10+ */
	filter: progid: DXImageTransform.Microsoft.gradient(   startColorstr= 
		'#80ffffff', endColorstr= '#80ffffff', GradientType= 0);
	/* IE6-9 */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,
		rgba(145, 232, 66, 0.75) 50%, rgba(255, 255, 255, 0.5) 100%);
	/* W3C */
}

.ie #sc-omr-detector {
	left: 0;
	background-color: rgb(145, 232, 66);
	height: 5px;
}

/** OMR: Format info ***************************/
.sc-omr-format {
	float: right;
	margin: 10px;
}

.sc-omr-format-info {
	float: left;
	font-size: small;
	padding-bottom: 3px;
	padding-left: 10px;
}

.sc-omr-format-help {
	float: left;
	font-size: small;
	margin-left: 10px;
	padding: 1px;
	font-weight: bold;
	text-align: center;
	width: 15px;
	color: #333333;
	background-color: #ffffff;
	border: #ccc solid 1px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

div.sc-omr-format-help:hover {
	background: #ffffff;
}

.sc-omr-format-help-popup {
	z-index: 2147483647;
}

.sc-omr-format-help-popup .gwt-Label {
	background: #ffffff;
	border: #ccc solid 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
	width: 200px;
	font-size: small;
}

/** OMR: Upload form ***************************/
/** Style upload field separately for each browser */
.sc-omr-upload-form {
	position: relative;
	float: right;
	clear: both;
	margin: 0 10px;
}

/*.ie .sc-omr-upload-form,*/
.safari .sc-omr-upload-form {
	width: 96%;
}

.sc-omr input[type=file],.sc-omr .gwt-Label {
	margin: 0 10px 10px 10px;
	font-size: small;
}

.omr-file-upload {
	background-color: #ffffff;
	float: right;
	clear: both;
}

.safari .sc-omr-file-upload {
	width: 99%;
}

.sc-omr-format-create-staves {
	clear: both;
	float: right;
	margin: 10px;
	white-space: nowrap;
}

/** OMR: Button panel **************************/
.sc-omr-button-panel {
	float: right;
	clear: both;
	/*margin: 0 10px 10px 0;*/
	/* problem with width => only adjust top/bottom margin */
	margin: 15px 0;
	width: 100%;
	height: 30px;
}

.sc-omr-button-holder {
	margin: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.sc-omr-button-holder .sc-button:last-child,
.ie .sc-omr-button-holder .sc-button {
	width: 180px;
}

.sc-omr-update {
	margin: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}

/******************************************************************/
/* Upgrade dialog                                                 */
/******************************************************************/
.sc-upgrade-dialog-message-wrapper {
	position: absolute;
	width: 100%;
	top: 60px;
}

.sc-upgrade-dialog-message {
	font-size: small;
	background-color: #ffffff;
	width: 200px;
	position: relative;
	padding: 20px;
	margin: 35px auto;
	border: #ccc solid 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.sc-upgrade-dialog-info-wrapper {
	width: 300px;
	height: 102px;
	padding: 90px 0 0 0;
	border-bottom: 1px #999999 solid;
	background: #ffffff url(images/upgrade_background.png) no-repeat;
}

.sc-upgrade-dialog-button-panel {
	float: right;
	padding: 5px;
	margin: 5px;
}

.ie .sc-upgrade-dialog-button-panel {
	margin-top: 15px;
	margin-bottom: 5px;
}

.sc-upgrade-dialog-button-panel .sc-dialog-button {
	width: 100px;
}

/******************************************************************/
/* Info dialog                                                    */
/******************************************************************/
.sc-info-dialog .gwt-HTML {
	padding: 10px;
}

.sc-phone .sc-info-dialog .gwt-HTML {
    font-size: 12px;
	padding: 4px;
}

.sc-phone .sc-info-dialog .gwt-HTML h3 {
    margin: 4px 0;
}

.sc-phone .sc-info-dialog .gwt-HTML ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.sc-phone .sc-info-dialog .gwt-HTML li {
    font-size: 12px;
}

/******************************************************************/
/* Locked dialog                                                  */
/******************************************************************/
.sc-locked-dialog {
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}

/******************************************************************/
/* Message box                                                    */
/******************************************************************/
.sc-message-box .dialogContent {
	max-width: 450px;
}

.sc-message-box-button-panel {
	float: right;
}

.sc-wait-for-pdf-dialog .sc-wait-for-pdf-icon {
	width: 40px;
	margin: 0px auto;
}

/******************************************************************/
/* Score                                                          */
/******************************************************************/
#sc-score {
	flex: 1;
	position: relative;
	overflow: hidden;
	height: 100%;
	z-index: 0; /** behind controls */
}

.sc-mobile #sc-score {
	width: unset;
	color: initial;
	box-sizing: border-box;
    border-left: 1px solid #70A8ED;
}

.sc-scoreview {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: auto; /* ScorePresenterHammer2 will change this to "hidden" for iScroll5 */
    border-top: 1px solid #ccc;
}

/** Hack, TODO: set scrollbars: 'custom' on iScroll creation */
.iScrollVerticalScrollbar {
	cursor: ns-resize;
	right: 0px !important;
}

/* 20171017 right now there is no way for the horizonal Scrollbar to show up on screen */
.iScrollHorizontalScrollbar {
	cursor: ew-resize;
}

.sc-scoreview img {
    max-width: none;
}

/* No user select for anything below sc-scoreview 
 * Note: Firefox does not inherit to position:absolute elements
 */
.sc-scoreview-content div div,
.sc-scoreview-content img {
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#splitframe {
	width: auto;
}

/** iPad */
.sc-mobile#splitframe {
	border: none;
}

.sc-mobile #sc-scoreview {
	border: none;
}

/** Start with landscape orientation viewer mode. (Size: 1024 x 768)*/
.sc-viewer #sc-score {
	overflow-y: visible;
	height: 1040px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.sc-scoreview-content {
    cursor: crosshair;
	background: transparent url(images/transparent.png) repeat;
	position: relative;
}

.sc-content-wrapper {
	display: inline-block; /* jofeu */	
}

.sc-mobile .sc-scoreview-content,
.sc-mobile .sc-content-wrapper {
	overflow: visible;
	height: 1353px;
	width: 960px;
	margin: 0px 0px;
}

.sc-mobile .sc-scoreview-content div[page] {
	margin: 0 auto;
	border: 0;
}

.sc-player-cursors {
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: -1;
}
.sc-mobile .sc-player-cursors {
	left: -4px;
	top: -6px;
}

/*****************************************************/
/*************** Mini Controls Strip *****************/
/*****************************************************/
.sc-mini-controls-strip {
	display: flex;
	margin-left: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	justify-content: space-between;
}

/*@media (max-device-height: 715px) {
	.sc-mini-controls-strip  {
		display: none;
	}
}*/

.sc-mini-controls-strip button,
.sc-mini-controls-strip input,
.sc-mini-controls-strip div.sc-page-navigation-button,
.sc-mini-controls-strip div.sc-zoom-change-button
{
	cursor: pointer;
}

.sc-mini-controls-strip button[disabled],
.sc-mini-controls-strip div.sc-page-navigation-button-up-disabled,
.sc-mini-controls-strip div.sc-zoom-change-button-up-disabled
{
	cursor: default;
}

/** Global textbox properties */
.sc-clear-button,
.sc-page-navigation-textbox,
.sc-zoom-textbox,
.public-page input.sc-page-navigation-textbox,
.public-page input.sc-zoom-textbox {
	color: #29466b;
	text-align: center;
	vertical-align: middle;
	float: left;
	border: 1px solid lightgray;
	border-radius: 3px;
	background-color: transparent;
	line-height: normal;
}

.sc-mini-controls-strip input[type="text"] {
	margin-bottom: 0px;
}


/** Clear Box */
.sc-clear-box {
	display: flex;
	justify-content: space-between;
}

@media (max-device-width: 767px) {
	.sc-clear-box {
		display: none;
	}
}

.sc-clear-box .sc-clear-button,
.public-page input.sc-zoom-textbox {
	height: 19px;
	width: 40px;
	color: #70A8ED;
}

.sc-clear-box .sc-clear-button[disabled] {
	color: lightgray;
}

.sc-clear-box .sc-clear-button {
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
}

/** Score Name */
.sc-scorename {
	flex-shrink: 1;
	text-align: center;
	white-space: nowrap;
	border-radius: 3px;
	overflow: hidden;
	color: slategray;
	margin: 0px 10px;
	text-overflow: ellipsis;
}

.sc-scorename-unsaved-changes {
	color: #70A8ED;
}

.sc-scorename-unsaved-changes:hover {
	background-color: #70A8ED;
	color: white;
	cursor: pointer;
}

.sc-mobile .sc-scorename {
	display: none;
}

.sc-viewer .sc-scorename {
	margin-right: 25px;
}


/** Page Navigation */
.sc-page-navigation {
	flex: none;
	display: flex;
}

.sc-page-navigation > div {
	flex: none;
}

/** IE messes up the page-navigation box when it is moved to the middle of the page. */
.ie .sc-viewer .sc-page-navigation {
	display: inline;
}

.sc-page-navigation-button {
	padding: 0px 2px;
	border: none;
}

.sc-page-navigation-label {
	padding: 0px 5px;
	margin-top: 2px;
	flex: none;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
}

.sc-viewer .sc-page-navigation-label,
.sc-viewer .sc-page-navigation-button {
	margin-top: 10px;
}

.sc-page-navigation-label .gwt-Image {
	height: 17px;
	width: 17px;
}

.sc-page-navigation-button-up-hovering {
	background-color: white;
}

.sc-page-navigation input.sc-page-navigation-textbox,
.public-page input.sc-page-navigation-textbox {
	width: 30px;
	font-size: 12px;
	padding: 1px 0px;
	height: auto;
	line-height: normal;
}

.public-page .sc-viewer input.sc-page-navigation-textbox {
	margin-top: 11px;
}

/** Filler */
.sc-mini-controls-filler {
	width: 100px;
}

/** Zoom textbox */
.sc-zoom-controller {
	display: flex;
}

@media (max-device-width: 767px) {
	.sc-zoom-controller {
		display: none;
	}
}

.sc-zoom-textbox,
.public-page input.sc-zoom-textbox {
	height: 15px;
	width: 40px;
	line-height: 15px;
}

.sc-zoom-controller .sc-zoom-change-button {
	width: 17px;
	height: 17px;
	padding: 0px 2px;
}

.sc-zoom-controller .sc-zoom-button {
	background-color: transparent;
	border: 1px solid lightgray;
	border-radius: 3px;
	font-size: 12px;
	padding: 0px 1px;
	line-height: normal;	
}

.sc-viewer .sc-zoom-textbox,
.public-page .sc-viewer .sc-zoom-textbox {
	margin-left: 20px;
}

/** Info Panel */
.aui .sc-info-area {
	margin-right: 7px;
	margin-top: -5px;
}

.aui .sc-info-area-quickinfo-button {
	color: #70A8ED;
	border: 2px solid ;
	border-radius: 24px;
	height: 24px;
	/*width: 24px;*/
	background-color: transparent;
	font-family: monospace;
	font-size: 13px;
	font-weight: bold;
}

.aui .sc-quickinfo-dialog {
	max-width: 500px;
}

.aui .sc-quickinfo-dialog #sc-circled-i {
border: 2px solid;
    border-radius: 14px;
    font-family: monospace;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 6px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    position: relative;
    top: -1px;
}

.aui .sc-quickinfo-dialog .gwt-HTML {
	margin: 14px;
}

.aui .sc-quickinfo-dialog .gwt-HTML caption {
	font-weight: bold;
	margin-bottom: 10px;
}

.aui .sc-quickinfo-dialog .gwt-HTML tr :first-of-type {
	font-weight: bold;
}

.aui .sc-quickinfo-dialog .gwt-HTML td {
	padding: 6px;
}

/**************************************/
/******** Other Things ****************/
/**************************************/
.sc-mouse-position { /* border: blue 2px solid; */
	position: relative;
	margin-top: 3px;
	left: 5px;
	width: 200px;
	overflow: hidden;
	background-color: white;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	z-index: 999999;
	font-family: monospace;
}

.sc-time-information { /* border: blue 2px solid; */
	position: relative;
	margin-top: 3px;
	left: 5px;
	width: 300px;
	overflow: hidden;
	background-color: white;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	z-index: 999999;
	margin-left: 10px;
	font-size: smaller;
	border: 1px solid lightgray;
}

.sc-hover,
.sc-viewer div.sc-GrobElement[sc-grob-type=NoteHead] img:hover,
.sc-viewer div.sc-GrobElement[sc-grob-type=Rest] img:hover {
	border: solid 1px #70A8ED;
	background-color: #70A8ED;
	padding: 1px;
	margin-left: -2px;
	margin-top: -2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.sc-selectable, .sc-editable {
	cursor: default;
}

.sc-selected {
	background-color: #70A8ED;
	padding: 2px;
	margin-left: -2px;
	margin-top: -2px;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	fill: #70A8ED; /* for html5 SVGs */
}

.sc-selected[sc-utf-8-string] {
	background-color: transparent;
	border: 2px solid #70A8ED;
	box-sizing: content-box;
}

.sc-selection-rectangle {
	border: 1px dashed #70A8ED;
	position: absolute;
	z-index: 1;
}

.sc-pitch-display {
	border: 2px solid lightgray;
	background-color: white;
	font-size: 14px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	padding: 2px;
	position: absolute;
	z-index: 1;
}

.sc-update-rectangle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.8;
	z-index: 99;
	cursor: wait;
}

.sc-update-rectangle-opaque {
	opacity: 1;
	background-image:url(images/wheel.gif);
	background-repeat:no-repeat;
	background-position:center; 
}

/* Transparenz für den IE 7 */
.ie .sc-update-rectangle-opaque {
	filter: progid: DXImageTransform.Microsoft.Alpha( opacity= 100);
	filter: alpha(opacity = 100);
}

#sc-score-message {
	color: #70a8ed;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 10px;
	font-size: 17px;
	min-width: 400px;
}

.sc-dirty-page,
.sc-dirty-system {
	background-color: #ffffff;
	position: absolute;
	z-index: 99;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	fill: #ffffff;
	stroke: #000000;
	stroke-width: 0.02;
}

.sc-dirty-page {
	cursor: wait;
}

.sc-dirty-system {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}

.sc-dirty-system:hover {
	background-color: #70A8ED;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

.sc-mobile .sc-dirty-system:hover {
	background-color: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.sc-hide, .sc-hide-child > * {
	display: none;
}

.sc-break {
	clear: both;
}

.sc-a-player-cursor {
	position: absolute;
	height: 21px; 
	width: 21px; 
	-webkit-border-radius: 25px; 
	-moz-border-radius: 25px; 
	border-radius: 25px; 
	background: #a0c646; 
	/* background: #88c000; */
	opacity: 1.0;
	transform: skewX(-14deg);
	-webkit-animation: fade 1s;
	animation: cursor-blip 0.3s;
}

@-webkit-keyframes cursor-blip {
  from {width:21px; height: 21px;}
  to {width: 20px; height: 20px;}
}
@keyframes cursor-blip {
 	from {width:21px; height: 21px;}
    to {width: 20px; height: 20px;}
}

/******************************************************************/
/* InstallOnMobile dialog                                         */
/******************************************************************/
.sc-install-on-mobile-dialog {
	width: 500px
}

.sc-install-on-mobile-dialog .dialogContent td {
	padding-left: 20px;
	padding-right: 20px;
}

.sc-install-on-mobile-dialog .dialogContent .gwt-HTML div {
	margin: 20px 0px 5px 0px;
	display: flex;
}

.sc-install-on-mobile-dialog .dialogContent .gwt-HTML div .sc-install-on-mobile-icon {
	margin-right: 20px;
	width: 310px;
	height: 145px;
	background: transparent url(images/composing_Android-Devices.png) no-repeat;
	background-size: contain;
}

.sc-install-on-mobile-dialog .dialogContent .gwt-HTML div .sc-install-on-mobile-infotext {
	display: block;
}

.sc-install-on-mobile-dialog .dialogContent input {
	width: 100%;
	box-sizing: border-box; 
	text-align: center;
}

/******************************************************************/
/* Dialogs panel                                                  */
/******************************************************************/
#sc-dialogs.sc-invisible {
	display: none;
}

.sc-mobile #sc-dialogs.sc-invisible {
	display: initial;
	visibility: hidden;
}

#sc-dialogs img {
	cursor: pointer;
	-webkit-user-drag: none;	
}

.sc-mobile #sc-dialogs img {
	width: 60px;
	height: auto;
}

#sc-dialogs textarea {
	resize: none;
}

#sc-dialogs .sc-button {
	height: 30px;
	width: inherit;
	margin: 5px;
	border-radius: 5px;
	background-color: white;
	font-family: "Open Sans",open-sans,Arial,Helvetica,Verdana,sans-serif;
}

.sc-phone #sc-dialogs .sc-button {
	font-size: 15px;
}

#sc-dialogs .sc-dialogs-head-panel {
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
}

.sc-dialogs-show-hide-button {
	position: relative;
	top: -4px;
	right: -10px;
	width: 30px;
}

.sc-mobile .sc-dialogs-show-hide-button {
	display: initial;  
	right: 18px;
	top: -10px;
}

.sc-mobile #sc-dialogs.sc-invisible .sc-dialogs-show-hide-button {
	display: initial;
	visibility: visible;
    overflow: visible;
    position: relative;
    left: -18px;
    top: -10px;
}

.sc-dialogs-head-panel {
	padding: 5px;
	border-bottom: 1px solid #669AD9;
}

.sc-mobile .sc-dialogs-head-panel {
	height: 40px;
		background: radial-gradient(circle at 15%,#D4E2F3,#70a8ed);
}

.sc-phone .sc-dialogs-head-panel {
	padding: 0px;
}

 .sc-dialogs-head-panel .gwt-Label {
 	font-size: 17px;
 	padding-left: 3px;
 }
 
.sc-mobile .sc-dialogs-head-panel .gwt-Label {
	padding-left: 0px;
	line-height: 40px;
	font-size: 20px;
}

.sc-phone .sc-dialogs-head-panel .gwt-Label {
	font-size: 17px;
}

.sc-dialogs-scroll-area {
	position: relative;
	overflow: hidden; /* scrolling with IScroll5 */
	height: calc(100% - 41px); 
}

.Android .sc-dialogs-scroll-area,
.iOS .sc-dialogs-scroll-area {
	overflow: auto;	/* native scrolling */
}

.sc-mobile .sc-dialogs-scroll-area {
	height: cals(100% - 45px);
	overflow: auto;
}

.sc-dialogs-button-panel {
	display: flex;
	justify-content: center;
	background-color: #D4E2F3;
	font-size: 17px;
    border-bottom: 1px solid #669AD9;
}

.sc-phone .sc-dialogs-button-panel {
	font-size: 15px;
}

#sc-dialogs .sc-dialogs-button-panel .sc-button {
	color:  #70a8ed;
	background-color: transparent;
	height: 40px;
	margin: 0;
	margin-left: 10px;
	font-size: inherit;
}

#sc-dialogs .sc-dialogs-button-panel .sc-button:hover {
	color: white;
	background-color: #669AD9;
}

.sc-mobile #sc-dialogs .sc-dialogs-button-panel .sc-button:hover {
	color: #70a8ed;
	background-color: transparent;
}

/** For "?" in a circle */
#sc-dialogs .sc-dialogs-button-panel .sc-dialogs-info-button {
	background: transparent;
	border: 2px solid #70A8ED;	
	border-radius: 18px;
    width: 20px;
	height: 20px;
	margin-top: 9px;
	line-height:16px;
	text-align: center;
}

#sc-dialogs .sc-dialogs-button-panel .sc-dialogs-upgrade-button {
	color: #FF7E0B;
}

#sc-dialogs .sc-dialogs-button-panel .sc-dialogs-upgrade-button:hover {
	color: white;
 	background-color: #FF7E0B;
}

#sc-dialogs .sc-dialogs-upgrade-button.sc-invisible {
	display: none;
}

#sc-dialogs .sc-dialogs-apply-button.sc-invisible {
	display: none;
}

#sc-dialogs .sc-dialogs-info-button.sc-invisible {
	visibility: hidden;
}

.sc-dialogs-button-panel .sc-button {
    background-color: transparent;
    border: none;
}

.sc-mobile .sc-dialogs-button-panel .sc-button {
	    color: #669AD9;
}

.sc-dialogs-button-panel .sc-button:active {
    background-color: #70A8ED;
    color: #fff;
}

.sc-dialogs-tab-panel {
	background-color: #F5F5F5;
	margin-top: 8px;
	border-bottom: 1px solid #669AD9;
}

.sc-phone .sc-dialogs-tab-panel {
	font-size: 15px;
}

/* top darf nicht auf auto gesetzt sein, sonst hängt der Inhalt des Panels (gwt-TabLayoutPanelTabs) ganz oben auf der Seite (im Überschrifts-Bereich) */
.sc-dialogs-tab-panel .gwt-TabLayoutPanelTabs {
    top: 0;
    padding: 0;
    background-color: white;
    border-bottom: 1px solid #669AD9;
}

.sc-dialogs-tab-panel .sc-part-extraction-panel,
.sc-dialogs-tab-panel .gwt-TextBox,
.sc-dialogs-tab-panel .gwt-TextArea,
.sc-dialogs-tab-panel .gwt-Label,
.sc-dialogs-tab-panel .gwt-CheckBox,
.sc-dialogs-tab-panel .gwt-RadioButton,
.sc-dialogs-tab-panel .gwt-ListBox {
	width: calc(100% - 16px);
}

.sc-phone .sc-dialogs-tab-panel .sc-part-extraction-panel,
.sc-phone .sc-dialogs-tab-panel .gwt-TextBox,
.sc-phone .sc-dialogs-tab-panel .gwt-TextArea,
.sc-phone .sc-dialogs-tab-panel .gwt-Label,
.sc-phone .sc-dialogs-tab-panel .gwt-CheckBox,
.sc-phone .sc-dialogs-tab-panel .gwt-RadioButton,
.sc-phone .sc-dialogs-tab-panel .gwt-ListBox {
	/* font-size: 15px; */
}

.sc-dialogs-tab-panel .gwt-Label {
	margin-top: 9px;
}

.sc-dialogs-tab-panel .gwt-TextBox {
	width: calc(100% - 16px);
	border: 1px solid #70A8ED;
	border-radius: 4px;
}

.sc-dialogs-tab-panel .gwt-TextArea {
	width: 98%;
	height: 300px;
}

.sc-phone .sc-dialogs-tab-panel .gwt-TextArea {
	height: 240px;
}

.sc-dialogs-tab-panel .gwt-RadioButton {
	padding: 2px;
}

.sc-dialogs-tab-panel .gwt-TabLayoutPanelContentContainer {
	margin: 5px;
}

.sc-dialogs-tab-panel .gwt-TabLayoutPanelTab {
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 5px 0;
    display: inline-flex;
}

.sc-dialogs-tab-panel .gwt-TabLayoutPanelTab-selected,
.sc-dialogs-tab-panel .gwt-TabLayoutPanelTab:hover {
	background-color: #70a8ed;
}

/* Text-Selektion verhindern */
#sc-dialogs .sc-button,
.sc-dialogs-head-panel,
.sc-dialogs-button-panel,
.sc-dialogs-tab-panel .gwt-TabLayoutPanelTabs,
.sc-score-structure-panel,
.sc-transpose-panel,
.sc-part-extraction-panel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
  	user-select: none;
}

#sc-dialogs .sc-dialogs-resizer {
	position: absolute;
	right: -15px;
	top: 30px;
	bottom: 30px;
	width: 30px;
	cursor: col-resize;
	z-index: 1;
}

/******************************************************************/
/* Metadata panel                                                 */
/******************************************************************/

/******************************************************************/
/* Lyrics panel                                                   */
/******************************************************************/
.sc-lyrics-panel .sc-button {
    padding: 0 12px;
}

/******************************************************************/
/* Chords panel                                                   */
/******************************************************************/
.sc-chords-panel .sc-button {
	float: left;
}

.sc-chords-panel .gwt-CheckBox {
	float: left;
	clear: both;
}

/******************************************************************/
/* Voices panel                                                   */
/******************************************************************/
.sc-voices-panel {
	margin-top: 10px;
}

.sc-voices-panel .gwt-RadioButton {
	display: block;
	margin-left: 10px;
	padding: 3px;
}

.sc-voices-panel .sc-voices-button-spacer {
	height: 10px;
}

/******************************************************************/
/* Score structure panel                                          */
/******************************************************************/
.sc-score-structure-panel .gwt-RadioButton {
	float: left;
	clear: both;
	margin-left: 10px;
	padding: 3px;
}

.sc-score-structure-panel-part-staff-panel {
	margin-top: 10px;
}

.sc-score-structure-panel-action-panel {
	float: left;
	margin-top: 30px;
}

/******************************************************************/
/* Instrument panel                                               */
/******************************************************************/
.sc-phone .sc-instrument-panel .gwt-Label {
    margin-top: 5px;
}

.sc-phone .sc-instrument-panel .sc-instrument-panel-interval-panel {
	float: left;
}

.sc-phone .sc-instrument-panel .sc-instrument-panel-octavation-panel {
	float: left;
	margin-left: 10px;
}

/******************************************************************/
/* Transpose panel                                                */
/******************************************************************/
.sc-transpose-dialog-panel .sc-transpose-button-upwards {
	float: left;
}

.sc-transpose-dialog-panel .sc-transpose-button-downwards {
	float: left;
	clear: both;
}

/******************************************************************/
/* Part extraction panel                                          */
/******************************************************************/
.sc-part-extraction-panel .sc-part-selection-table {
	margin-top: 5px;
}

/******************************************************************/
/* Tuplet dialog                                                  */
/******************************************************************/
.sc-tuplet-dialog {
	background-color: #f0f0f0;
	font-size: 13px;
}

.sc-tuplet-dialog  .dialogContent {
	background-color: white;
} 

.sc-tuplet-dialog .gwt-RadioButton {
	padding-bottom: 2px;
}

.sc-tuplet-dialog .gwt-RadioButton input {
	display: initial;
	margin: 0px 5px 0px 0px;
}
.sc-tuplet-dialog .gwt-RadioButton label {
	display: initial;
	font-size: inherit;
}

.sc-tuplet-dialog-common-panel {
	display: flex;
}

.sc-tuplet-dialog-bipartite-panel,
.sc-tuplet-dialog-tripartite-panel {
	padding: 15px;
	display: flex;
	flex-direction: column;
	width: 50%;
}

.sc-tuplet-dialog-custom-panel {
	width: 240px;
	margin: 0px auto;
	padding-bottom: 10px;
	padding-right: 35px;
}

.sc-tuplet-dialog-button-panel {
	
}

.sc-tuplet-dialog .sc-tuplet-dialog-custom-panel .sc-tuplet-dialog-custom-actual,
.sc-tuplet-dialog .sc-tuplet-dialog-custom-panel .sc-tuplet-dialog-custom-normal {
	width: 30px;
	padding: 5px;
	display: inline;
	font-size: 13px;
	line-height: initial;
	margin: 0px;
}

.sc-tuplet-dialog-custom-actual.sc-warning,
.sc-tuplet-dialog-custom-normal.sc-warning {
	border-color: red;
}

.sc-tuplet-dialog-custom-colon {
	font-weight: bold;
	padding: 5px;
	display: inline;
}	

.sc-tuplet-dialog .sc-button {
	float: right;
}

.sc-tuplet-dialog-info-label {
	padding-bottom: 7px;
}

/*****************************************************************/
/* Permalink Dialog                                              */
/*****************************************************************/

.sc-permalink-dialog .sc-dialog-center {
	max-width: 450px;
}

.sc-permalink-dialog .sc-permalink-panel {
	display: flex;
	flex-direction: column;
}

.sc-permalink-dialog .sc-copy-to-clipboard {
	align-self: flex-end;
}

.sc-permalink-dialog .sc-permalink-url {
	margin-top: 5px;
	height: fit-content;
	resize: none;
	word-break: break-all;
	overflow: hidden;
	padding: 5px;
	background-color: #f0f0f0;
	width: 97%;
	cursor: text;
}
	
/*****************************************************************/
/* Geheimfunktionalität                                          */
/*****************************************************************/
#jofeu-dialog {
	z-index: 300000;
}