.tools {
  margin: 0.5rem 1rem;
}
.sheet-header {
  min-height: 3rem;
}
.sheet-header .title{
  padding : 0 1.5rem;
}
.button-group button:first-child {
  border-radius: 20% 0 0 20%;
}
.button-group button:last-child {
  border-radius: 0 20% 20% 0;
}
.button-group .btn {
  padding : 0.45rem;
  border: 1px solid;
  cursor: pointer;
  margin: 0 0.25rem;
}

.parentC .button-group .btn {
  padding : 0.2rem;
  margin: 0;
}

.toolbar {
  background-color: #173753;
}
.no-save-disc {
  padding: 2rem;
}
.btn {
  border-radius: 0;
  background-color: #6daedb;
}
.btn.disabled {
  opacity: 0.2;
}
.btn.active{
  background-color: #495867;
}
.sheet-header .button {
  margin: 0.3rem 1rem;
  padding: 0.75em 1em;
}

.parentC{
  display: none;
  padding: 0 1rem;
}

.editors .parentC{
  display: block;
}

.score-title{
  font-weight: bold;
  font-size: 2rem;
}

.score-compositor{
  font-style: italic;
  color: #6daedb;
}

.workspace {
  padding: 2rem;
  display: inline-block;
  min-width: 100%;
}
.overflow{
  overflow: auto;
  border-width: 1px 2px 2px 2px;
  border-style: solid;
  border-color: black;
  background-color: #C7C7C7;
  height: calc(100vh - 17.6rem);
}
legend {
  width: 100%;
  line-height: 2.5rem;
  border-bottom: 1px solid;
}
#ks-editor legend{
  border-bottom-color:#A5A5A5;
  line-height: 2;
  margin-bottom: 0.3rem;
  font-size: 0.8rem;
}
#music {
  background-color: white;
  border: 1px solid black;
  box-shadow: 2px 2px 5px -1px rgba(0,0,0,1);
}

.errors-container span{
  padding: 0.75em 1rem;
  border-width: 1px 0px;
  border-color: black;
  border-style: solid;
  line-height: 1;
}

.arrowright {
  display: inline-block;
  background-image: url('../images/right-arrow.png');
  border: 1px solid black;
  border-left: 1px solid rgb(204, 204, 204);
  cursor: pointer;
}

.arrowleft {
  display: inline-block;
  background-image: url('../images/left-arrow.png');
  border: 1px solid black;
  border-right: 1px solid rgb(204, 204, 204);
  cursor: pointer;
}

.arrowright.disabled {
  background-image: url('../images/right-arrow-disabled.png');
}

.arrowleft.disabled {
  background-image: url('../images/left-arrow-disabled.png');
}