.center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.leftEllipse {
	white-space: nowrap;                   
	overflow: hidden;
	text-overflow: ellipsis;  
	width: 200px;
	direction: rtl;
	text-align: left;
	display: block;
}

.squareButton {
	padding: 0 2px;
	border: 2px;
}

.editBorder {
	padding: 2px;
	border: solid 2px;
}

.unloadedStyle { 
  background-color: #aaaaaa;
  box-shadow: 0 5px 0 #C43012,0px 7px 3px rgba(0,0,0,0.25);
  cursor: default;
 }
.loadedStyle { 
  background-color: #EC5637;
  box-shadow: 0 5px 0 #C43012,0px 7px 3px rgba(0,0,0,0.25);
  cursor: pointer;
 }
.loadedStyle:hover {
  background-color: #EF684E;
  cursor: pointer;
}
.activeStyle { 
  background-color: #EF684E;
  cursor: default;
  box-shadow: 0 1px 0 #F17C65,0 1px 2px rgba(0,0,0,0.25);
  margin-top: 4px;
  margin-bottom: -4px;
 }

.buttonStuff {
  padding: 0.84em 1.47em;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.fontStuff {
  font-size: 13px;
  line-height: 18px;
  font-family: "Helvetica Neue",Helvetica,arial,sans-serif;
}


html {
  font-family: sans-serif;
}

.openFile {
  background-color: #7F9CCB;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px ridge black;
  font-size: 0.8rem;
  height: auto;
}
.openFile:hover {
  background-color: #2D5BA3;
  color: white;
}

.interfaceSample {
	border: solid; border-color: lightgray; margin: 1px; vertical-align:bottom;
	display: inline-block; width: 20px; height: 20px;
	cursor: pointer;
}
.interfaceText {
	border: solid; border-color: lightgray;
	cursor: pointer;
}
.interfaceSampleDisabled { color: lightgray; cursor: not-allowed; }
.interfaceSampleSelected { border-color: black; }
#gridSamplesContainer { float: left; }
#maskSamplesContainer { float: right; }
#fuchsiaGridSample {
    background-size: 10px 10px;
	background-image:
		repeating-linear-gradient(Fuchsia 0 1px, transparent 1px 100%),
		repeating-linear-gradient(90deg, Fuchsia 0 1px, transparent 1px 100%);
}
#blackGridSample {
    background-size: 10px 10px;
	background-image:
		repeating-linear-gradient(Black 0 1px, transparent 1px 100%),
		repeating-linear-gradient(90deg, Black 0 1px, transparent 1px 100%);
}

.blackDot {
  height: 16px;
  width: 16px;
  margin: 2px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
}

.baseBorder { border: solid; margin: 3px; }
.compareFrame { border: solid; }

.concealingBorder { border: 2000px solid white; }

#editContainer {  }
.editChild { position: absolute; }
#editConceal { z-index: -1; }
.editDiv { z-index: -4; }
.grid {
	height: 400px;
    width: 400px;
	z-index: -3;
    background-size: 50px 50px;
}
.fuchsiaGrid {
	background-image:
		repeating-linear-gradient(Fuchsia 0 1px, transparent 1px 100%),
		repeating-linear-gradient(90deg, Fuchsia 0 1px, transparent 1px 100%);
}
.blackGrid {
	background-image:
		repeating-linear-gradient(Black 0 1px, transparent 1px 100%),
		repeating-linear-gradient(90deg, Black 0 1px, transparent 1px 100%);
}
.circle {
	z-index: -2;
	border: 100px solid white;
	border-radius: 50%;
	background: rgba(0,0,0,0);
	color: white;
	width: 400px;
	height: 400px;
}
