html, body {
	width: 100%;
	height: 100%;
}
div.layout {
	min-height: 100%;
	display: grid;
	grid-template-rows: 60px 350px 1fr 100px;
	grid-template-columns: 1fr 544px 510px 450px 1fr;
}
div.layout-example {
	min-height: 100%;
	display: grid;
	grid-template-rows: 60px 350px 1fr 100px;
	grid-template-columns: 1fr 544px 270px 450px 1fr;
}
div.canvas-container {
	grid-column: 2/4;
	grid-row: 2/3;
}
svg.canvas {
	float: left;
}

div.legend-container{
	grid-column: 4/5;
	grid-row: 2/3;
}
div.description-container{
	grid-column: 4/5;
	grid-row: 2/3;
}
div.bottom-container {
	grid-column: 2/3;
	grid-row: 3/4;
}
div.middle-container {
	grid-column: 3/4;
	grid-row: 3/4;
}
div.right-container {
	grid-column: 4/5;
	grid-row: 3/4;
}
div.top-boundary {
	background: rgb(255, 255, 255);
	grid-column: 1/6;
	grid-row: 1/2;
	/*font-size: 32px;*/
}
div.left-boundary {
	/*background: #0088DB;*/
	background: #FFFFFF;
	grid-column: 1/2;
	grid-row: 1/5;
}
div.right-boundary {
	/*background: #0088DB;*/
	background: #FFFFFF;
	grid-column: 5/6;
	grid-row: 1/5;
}
div.footer-container {
	grid-column: 2/5;
	grid-row: 4/5;
}
img.footer-logo {
	height: 60px;
	float: right;
	margin-right: 1em;
}
button.footer {
	float: right;
	margin: 0.5em 0em 1em 3em;
}
div.interfacebox {
	width: 34em;
}
div.interfacecontainer {
	width: 34em;
	float: left;
}
div.name-value {
	float: left;
	width: 1.5em;
	margin-left: 1em;
	margin-bottom: 0em;
	white-space:nowrap;
    overflow:hidden;
    border: none;
	display: inline;
    font-family: inherit;
    font-size: 18px;
    padding: none;
	background: inherit;
	line-height: 36px;
    height: 36px;
}
input.name {
	float: left;
	width: 21.5em;
	margin-left: 0em;
	margin-bottom: 0em;
	white-space:nowrap;
    overflow:hidden;
    border: none;
    display: inline;
    font-family: inherit;
    font-size: 18px;
    padding: none;
    background: inherit;
    height: 36px;
}
div.sequence {
	border: 0px;
	width: 34em;
	border-radius: 0px;
	margin: 0em 0em 1em 1em;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.title_bar {
	/*border: 1px solid black;*/
	height: 36px;
	background: #CED3DC;
	/*border-radius: 10px 10px 0px 0px;*/
}
div.title_bar .button {
	height: 36px;
	width: 36px;
	float: right;
	cursor: pointer;
	background: #CED3DC;
	text-align: center;
	/*border-radius: 0px 5px 0px 0px;
	border-width: 1px 1px 1px 1px;
	border-color: black;
	border-style: solid;*/
/*	margin-top: -1px;
	margin-right: -1px;*/
}
div.title_bar .visible {
	height: 36px;
	width: 36px;
	float: right;
	cursor: pointer;
	background: #CED3DC;
	text-align: center;
}
div.title_bar .close-button {
	height: 36px;
	width: 36px;
	float: right;
	cursor: pointer;
	background: #ce797f;
	/*background: #D33F49;*/
	text-align: center;
	/*border-radius: 0px 10px 0px 0px;*/
	/*border-width: 1px 1px 1px 0px;*/
	/*border-color: black;*/
	/*border-style: solid;*/
/*	margin-top: -1px;
	margin-right: -1px;*/
}
div.box {
	height: 120px;
	width: 34em;
	display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-columns: 1em 6em 1fr 1em;

	/*padding: 1em 2em 1em 2em;*/
	/*border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: black;
	border-radius: 0px 0px 10px 10px;
	background: #FCF7F8*/
	
}
div.firstRow-text {
	grid-row: 1/2;
	grid-column: 2/3;
	display: flex;
	align-items: center;
}
div.firstRow-slider {
	grid-row: 1/2;
	grid-column: 3/4;
	display: flex;
	align-items: center;
}
div.firstRow-slider-inner {
	margin:	0 auto;
}
div.secondRow {
	height: 40px !important;
	grid-row: 2/3;
	grid-column: 2/4;
	height: 32px;
	display: flex;
	align-items: center;
}
div.thirdRow-text {
	grid-row: 3/4;
	grid-column: 2/3;
	display: flex;
	align-items: center;
}
div.thirdRow-slider {
	grid-row: 3/4;
	grid-column: 3/4;
	display: flex;
	align-items: center;
}
div.thirdRow-slider-inner {
	margin:	0 auto;
}

/*div.thirdRow-slider-inner button{
	width: 24px;
	height: 24px;
}*/

div.secondRow button {
	float: left;
	vertical-align: middle;
}
div.secondRow button.color-picker-btn {
	height: 25px;
	width: 25px;
	margin: 0em 0.5em 0em 0em;
}

div.secondRow label.corr_output {
	height: 25px;
	width: 4em;
	margin: 0em 0.5em 0em 0em;
}

div.secondRow button.btn {
	width: 5em;
}

div.secondRow button.btn-sequence-input {
	/* float: left; */
	width: 6em;
	margin: 0em 0.5em 0em 0em;	
}

div.secondRow button.dropdown-toggle {
	width: 2em;
	margin: 0em 0.5em 0em 0em;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #FCF7F8;
}

div.legendbox {
	margin: auto;
	height: 40px;
}

div.color-display {
	height: 20px;
	width: 20px;
	background-color: #c7757a;
	margin: 0px;
	float: left;
}

div.legend-text {
	margin-left: 30px;
}





.slider {
	margin: 0em 0.5em 0em 0.5em;
}

.new-interface-btn {
	margin: 0em 0em 0.5em 1em;
}

.material-icons.md-36 { font-size: 36px; }

/*New button color definition*/
.btn-grey:focus {
  outline: none;
  box-shadow: none;
}

.btn-grey { 
  background-color: #CED3DC; 
  border-color: #CED3DC; 
} 
 
.btn-grey:hover, 
.btn-grey:focus, 
.btn-grey:active, 
.btn-grey.active, 
.open .dropdown-toggle.btn-grey { 
  background-color: #B7BDC7; 
  border-color: #CED3DC; 
} 
 
.btn-grey:active, 
.btn-grey.active, 
.open .dropdown-toggle.btn-grey { 
  background-image: none; 
} 
 
.btn-grey.disabled, 
.btn-grey[disabled], 
fieldset[disabled] .btn-grey, 
.btn-grey.disabled:hover, 
.btn-grey[disabled]:hover, 
fieldset[disabled] .btn-grey:hover, 
.btn-grey.disabled:focus, 
.btn-grey[disabled]:focus, 
fieldset[disabled] .btn-grey:focus, 
.btn-grey.disabled:active, 
.btn-grey[disabled]:active, 
fieldset[disabled] .btn-grey:active, 
.btn-grey.disabled.active, 
.btn-grey[disabled].active, 
fieldset[disabled] .btn-grey.active { 
  background-color: #CED3DC; 
  border-color: #CED3DC; 
} 
 
.btn-grey .badge { 
  color: #CED3DC; 
}

.btn-blue:focus {
  outline: none;
  box-shadow: none;
}

.btn-blue { 
  color: #ffffff; 
  background-color: #0088DB; 
  border-color: #0088DB; 
} 
 
.btn-blue:hover, 
.btn-blue:focus, 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  color: #ffffff; 
  background-color: #006DB0; 
  border-color: #0088DB; 
} 
 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  background-image: none; 
} 
 
.btn-blue.disabled, 
.btn-blue[disabled], 
fieldset[disabled] .btn-blue, 
.btn-blue.disabled:hover, 
.btn-blue[disabled]:hover, 
fieldset[disabled] .btn-blue:hover, 
.btn-blue.disabled:focus, 
.btn-blue[disabled]:focus, 
fieldset[disabled] .btn-blue:focus, 
.btn-blue.disabled:active, 
.btn-blue[disabled]:active, 
fieldset[disabled] .btn-blue:active, 
.btn-blue.disabled.active, 
.btn-blue[disabled].active, 
fieldset[disabled] .btn-blue.active { 
  background-color: #0088DB; 
  border-color: #0088DB; 
} 
 
.btn-blue .badge { 
  color: #ce797f; 
  background-color: #ffffff; 
}

.btn-red:focus {
	outline: none;
	box-shadow: none;
  }
  
.btn-red { 
	color: #ffffff; 
	background-color: #ce797f; 
	border-color: #c7757a; 
 } 
   
.btn-red:hover, 
.btn-red:focus, 
.btn-red:active, 
.btn-red.active, 
.open .dropdown-toggle.btn-red { 
	color: #ffffff; 
	background-color: #c45b62; 
	border-color: #c45b62; 
} 
   
.btn-red:active, 
.btn-red.active, 
.open .dropdown-toggle.btn-red { 
	background-image: none; 
} 
   
.btn-red.disabled, 
.btn-red[disabled], 
fieldset[disabled] .btn-red, 
.btn-red.disabled:hover, 
.btn-red[disabled]:hover, 
fieldset[disabled] .btn-red:hover, 
.btn-red.disabled:focus, 
.btn-red[disabled]:focus, 
fieldset[disabled] .btn-red:focus, 
.btn-red.disabled:active, 
.btn-red[disabled]:active, 
fieldset[disabled] .btn-red:active, 
.btn-red.disabled.active, 
.btn-red[disabled].active, 
fieldset[disabled] .btn-red.active { 
	background-color: #c45b62; 
	border-color: #c45b62; 
} 
   
.btn-red .badge { 
	color: #ce797f; 
	background-color: #ffffff; 
}

.btn {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.tooltip-inner {
	background-color: rgb(223, 223, 223);
	color: black;
}

.tooltip .arrow::before {
	border-right-color: rgb(223, 223, 223);
  }

#specific_selector {
	width: 200px;
}
span .scaleView {
	font-family: 'Source Code Pro', monospace;
}