:root {
  /* Primary */
  --TEAL: #105C78;
  --CERULEAN: #00ADDC;
  --LIME: #B2D33B;
  --ORANGE: #F68B1F;
  --FUCHSIA: #B72467;

  /* Secondary */
  --GOLDENROD: #FFCD34;
  --CRIMSON: #DB3526;
  --VIOLET: #51499E;
  --CORNFLOWER: #4881C3;
  --JADE: #25B574;

  --GREY: #acb2ae;
  --LIGHT: #ccffff;
}

*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
}
:focus { 
  outline: 0; 
}
body {
  overflow: auto;
  min-height:100%;
  display: flex;
  flex-direction: column;
}
#noscript{
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 102;
  text-align: center;
  padding: 15px;
  background-color: #f89992;
  border: 2px solid #f00;
  color: #fff;
}
sub {
  pointer-events: none;
}
.margin_zero {
  margin: 0px !important;
}
/* Chart */
.nuclide-container {
  margin: auto; 
}

.layout_chart {
  border: 4px double var(--TEAL);
  border-radius: 8px;
}

.chart-container {
  position: relative;
}

.svg-plot, .canvas-plot {
  position: absolute;
  left: 0px; 
}
.canvas-plot {
  border: 1px #000;
  border-style: none none solid solid;
}
button {
  color:var(--TEAL);
  font-weight: 500;
  font-size: 12px;
}
#message{
  position: absolute;
  top: 0px;
  left: 50%;
  transform:translate(-50%, -130%);
  width: 150px;
  white-space: normal;
  color:#fff;
  opacity: 0;
  transition: all 1s ease-in-out;
  pointer-events: none;
}
#message::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: var(--TEAL) transparent transparent transparent;
  top: 105%;
  left: 50%;
  transform:translateX(-50%);
}
main{
  margin-top: 95px;
  margin-bottom: 135px;
  flex: 1 0 auto;
}
/* Header */
header{
  position: fixed;
  overflow: visible;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 90px;
  background: var(--TEAL);
  border-bottom: 4px double #d3ecff;
  color: #e9e9ed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  font-weight: bold;
}

header img{
  padding: 5px 10px 0px 15px;
  height: 60px;
  width: auto;
}
#logo {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#logo a{
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-decoration: none;
  color: #fff;
}
#logo a:last-of-type{
  padding-top: 5px;
}
.header-start, .header-end{
  height:100%;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.header-middle{
  font-size: 14px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.header-middle p {
  padding: 5px;
}
.header-end{
  position: relative;
  margin-right: 15px;
}
.header-row{
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header-column{
  height: 100%;
  width: 100%;
  padding: 25px 0px 10px 0px;
  font-size: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
#databases-column, #resources-column{ 
  display:none;
}
#logo h1{  
  font-size: 24px;
  padding-right: 10px;
}
.header-row p{
  padding-bottom: 3px;
  white-space: nowrap;
}
.header-button{
  display:flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100px;
  background-color: var(--TEAL);
  border: 1px solid #d3ecff;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 8px;
  padding: 5px 0;
  color: #d3ecff;
}
.header-button i{
  pointer-events: none;
  color: #d3ecff;
}
.header-button:hover{
  margin-right: 10px;
  box-shadow: 0px 0px 0px 2px #d3ecff;
  color: #e9e9ed;
}
.header-button:hover > i{
  padding-top:4px;
  color: #e9e9ed;
}
header a{
  position: relative;
  font-size: 14px;
  color: #d3ecff;
  text-decoration: none;
  padding: 0px 5px 2px 5px;
}
.header-row a{
  border-right: 3px double #e9e9ed;
  padding: 0px 5px 2px 5px;
}
header p > a{
  white-space: nowrap;
}
#header-min{
  display: none;
}
#header-min .header-row{
  padding-top: 8px;
}
@media only screen and (max-width: 1124px){
  .header-row a, .header-row p,
  #header-full-dropdown p,
  .header-middle a, .header-middle p{
    font-size: 12px;
  }

}
@media only screen and (max-width: 920px){
  #header-full{
    display: none;
  }
  #header-min{
    display: flex;
  }
  .header-row a{
    font-size: 16px;
  }
}
@media only screen and (max-width: 850px){
  .header-middle p,.header-middle a {
    line-height: 1rem;
    min-width: 110px;
  }
  .header-row{
    flex-direction: column;
  }
  #header-min-dropdown{
    width: 220px;
    transform: translateX(-49%);
  }
}
.header-row a:last-child {
  border-right:none;
}
header a:hover{
  color: #fff;
  text-decoration: underline double #d3ecff;
}
.header-hover:hover::after{
  content: "";
  position: absolute;
  z-index: 11;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #d3ecff transparent transparent transparent;
  top: 100%;
  left: 50%;
  transform:translateX(-50%);
}
.header-dropdown{
  transition: all 1s ease;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: -5px;
  font-size: 14px;
  background: var(--TEAL);
  border: 4px double #d3ecff;
  border-top: 1px solid #d3ecff;
  border-radius: 0px 0px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0px;
  opacity: 0;
}
.header-dropdown i{
  font-size: 24px;
  padding-left: 15px;
}
.header-dropdown p{
  padding: 5px 15px;
}
#header-min-dropdown p{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: lighter;
}
#header-close{
  position: absolute;
  pointer-events: all !important;
  top: 0;
  right: 0;
  display:flex;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  padding: 10px;
  margin-right: 5px;
  color:#d3ecff;
}
#header-close:hover{
  color:#fff;
  top: -4px;
}
/* Footer */
footer{
  position: fixed;
  overflow: visible;
  top: -100vh;
  left: 0;
  z-index: 10;
  flex-shrink: 0;
  font-weight: bolder;
  min-width: 100%;
  min-height: 70px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  /*margin-top: 15px;*/
  background: var(--TEAL);
  border-top: 4px double #d3ecff;
  color: #e9e9ed;
  text-align: center;
  padding: 15px;
  transition: margin-left .5s;
}
footer a{
  color: #d3ecff;
  text-decoration: none;
  white-space: nowrap;
}
/* Chart Tooltip */
#chart-tooltip{
  pointer-events: none;
  font-size: 14px;
  position: absolute;
  z-index: 6;
  left: 200px;
  top: 150px;
  opacity: 0;
  transition: opacity 1s .25s;
}
.tooltip-header{
  font-size: 16px;
  color:#d3ecff;
  background-color: var(--TEAL);
  border-bottom: 4px double #d3ecff;
  font-weight: bold;
}
.tooltip-min-header{
  font-size: 16px;
  color:#d3ecff;
  background-color: var(--TEAL);
  padding: 2px 6px 2px 6px;
  font-weight: bold;
}
#chart-tooltip table{
  margin: 0px;
  border-style: hidden;
}
#chart-tooltip tr{
  height: 2em;
  min-height: 2em;
}
#chart-tooltip th{
  font-size: 12px;
  border-color:#d3ecff;
  border-bottom: none;
}
#chart-tooltip td{
  border-color: var(--TEAL);
  background-color: transparent; 
}
#chart-tooltip td + td,
#chart-tooltip th + th{ 
  border-left: 1px solid;
}

/* Plots */

.plot{
  position: relative;
  margin-bottom: 2px;
  border: 4px double var(--TEAL);
  border-radius: 8px;
}

.brush .extent {
  stroke: #fff;
  fill-opacity: .125;
  shape-rendering: crispEdges;
}
.plot-control{
  height: 100%;
  padding-bottom: 5px;
  overflow: hidden;
  display:flex;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
  color:var(--TEAL);
  font-weight: bold;
  background:#d3ecff;
}

.plot-control > div{
  display:flex;
  flex-direction: column;
}

.plot-controls{
  padding: 5px;
  position: absolute;
  min-width: 110px;
  top: 10px;
  left: calc(100% + 10px);
  display:none;
  flex-direction: column;
  align-items: baseline;
  color:var(--TEAL)
}
.plot-controls p{
  align-self: center;
}
.default-btn{
  min-width: 25px;
  transform: translateY(-4px);
  margin-left: 3px;
}
.resetbtn {
  width: 70px;
  margin-top: 10px;
  align-self: center;
}
.icon_button{
  width: 70px;
  margin-top: 4px;
  align-self: center;
  position: relative;
}
.button-pair{
  display:flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.button-pair input {
  width: 15px;
  cursor: pointer;
}
.toggle-pair{
  display:flex;
  justify-content: center;
}
.toggle-pair .selected {
  background-color: var(--TEAL);
  border-color: var(--TEAL);
  color: #e9e9ed;
  pointer-events: none;
}

.toggle-pair button{
  border: 1px solid #8f8f9d;
  background-color: #e9e9ed;
  border-radius: 0px;
  text-align: center;
  font-weight: 500;
  outline: none;
  text-decoration: none;	
  padding: 0;
  transition: color 0.5s ease-out,
              background-color 0.5s ease-out,
              border-color 0.5s ease-out;
}
.toggle-pair button:hover,
.toggle-pair button:active{
  background-color: var(--TEAL);
  border: 1px solid var(--TEAL);
  color: #e9e9ed;
  transition: color 0.5s ease-in,
              background-color 0.5s ease-in,
              border-color 0.5s ease-in;
}
.toggle-pair button + button{
	border-radius: 0 4px 4px 0;
}
.toggle-pair button:first-of-type {
	border-radius: 4px 0 0 4px;
  border-right: none;
}

.plot-tooltip{
  pointer-events: none;
  position: absolute;
  display:none;
  z-index: 2;
  top: 0px;
  left: 0px;
  padding:2px;
  color: var(--TEAL);
}
/* Color Key */
.color-key {
  overflow: hidden;
  position: absolute;
  font-size: 14px;
  right: 0px;
  top: 20px;
}
.color-key .color-row{
  cursor: pointer;
  min-width: 80%;
}
.color-key .color-row:hover{
  color:var(--TEAL);
  font-weight: bolder;
}
.color-key p{
  pointer-events: none;
}
.color-key .color-code{
  pointer-events: none;
}
.key-search-container{
  height:21px;
  position:absolute;
  right: 0px;
  display: flex;
  z-index: 1;
  font-size: 14px;
}
.key-search-container .color-row{
  border-bottom: 1px solid #000;
}
.key-search-container .color-row p{
  font-weight: bolder;
  color: var(--TEAL);
}
.key-search{
  display:flex;
  padding-top: 1px;
  margin-left: 15px;
}
.key-search input{
  max-height: 18px;
  max-width: 30px;
}
.key-search button{
  max-height: 18px;
  max-width: 18px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.key-search button i{
  margin: 1px 0 0 1px;
}
/* Plot Odd/Even */
.cb-container{
  display: flex;
  align-items: center;
}
.cb-container p{
  margin-right: 5px;
  margin-left: 15px;
}
.cb-container label{
  margin-right: 5px;
}
.cb-container input{
  cursor: pointer;
}
/* Axis */
.axis line{
    stroke: #706f6f;
    stroke-width: 1;
    shape-rendering: crispEdges;
}
.axis path {
  stroke: #706f6f;
  stroke-width: 0.7;
  shape-rendering: crispEdges;
}
.axis text {
  fill: #2b2929;
  font-size: 12px;
}
.axis-grid line {
  stroke: #d3ecff;
  stroke-dasharray: 5;
}
button {
  min-width: 25px;
  cursor: pointer;
}
button i{
  font-size: 12px;
  color:var(--TEAL);
}
i.fa-times, i.fa-plus{
  padding-top: 4px;
}

select, input, button {
  height: 25px;
}
select {
  min-width: 140px;
}
.flex-row {
  display:flex;
  flex-direction: row;
  align-items: center;
}
.flex-column {
  display:flex;
  flex-direction: column;
}
#main-container {
  width: max-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}

.column{
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  margin-left: 2px;
  text-align: center;
}
.top {
  width: 100%;
  max-width: 1440px;
  margin-bottom: -4px;
  align-self: center;
  background: #d3ecff !important;
  z-index: 2;
  transition: opacity 1.0s;
}
#left{
  width: 60vw;
}
#right{
  width: 40vw;
}
.bottom{
  margin: 2px 0;
  border: 4px double var(--TEAL);
  border-radius: 8px;
}
.zoom-control {
  height: 140px;
  width: fit-content;
  min-width: 20px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: calc(100% + 4px);
  overflow: visible;
  margin-top: 0px;

  display: flex;
  align-items: center;
  justify-content: space-around;
}

.zoom-control i{
  color:var(--TEAL);
  margin: 2px;
}

#zoom-slider{
  -webkit-appearance: slider-vertical;
  height: 80px;
  width: 20px;
}

/* Current Nuclide */
.current-nuclide {
  width: 120px;
  position: absolute;
  z-index: 5;
  top: 15px;
  left: 65px;
  font-weight: bold;
}
.bordered {
  background: rgb(196, 230, 255, .75);
  border: 4px double var(--TEAL);
  border-radius: 8px;
}
.bordered-dark {
  background: var(--TEAL);
  border: 4px double rgb(196, 230, 255);
  border-radius: 8px;
}
.current-nuclide h1{
  font-size: 14px;
  padding-bottom: 2px;
  color: #fff; 
  background-color: var(--TEAL);
}

.current-nuclide #nuclide-info{
  height: 110px;
  font-size: 12px;
  line-height: 1.5em;
}
#current-header{
  cursor: move;
}
.reset-btn{
  position:absolute;
  bottom: 0px;
  left: calc(100% + 4px);
}
/* Search */
.search-btn{
  margin-left: 1px;
}
.search-container{ 
  margin-left: 4px;
  padding-top: 4px;
  display:flex;
  justify-content: center;
}
.search {
  width: 90px;
  height: 25px;
}

/* Plots */
.side_label{
  display:flex;
  align-items: baseline;
  justify-content: center;
  height: 100%;
  width: 44px;
  position: absolute;
  z-index: 1;
  overflow-x: hidden;
  background: rgb(196, 230, 255, .75);
}
.side_label p{
  text-align: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-top: 42px;
  margin-right: 0px;
  font-size: 18px;
  font-weight: bold;
  color: var(--TEAL);
  transition: 0s;
}
#toggle_label_plots{
  height: 100%;
  top: 0px;
  right: 4px;
  z-index: -1;
  transform: translateX(100%);
  border: 4px var(--TEAL);
  border-style: double double double none;
  border-radius: 0px 8px 8px 0px;
  opacity: 0;
  transition: 0s;
}
.togglebtn{
  position: absolute;
  z-index: 2;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.5s ease;
  background: rgb(196, 230, 255, .75);
  border-radius: 20px;
  color: var(--TEAL); 
  margin: 5px;
}

#togglebtn-plots{
  top: 4px;
  right: -33px;
  transform: rotate(180deg);
}
/* Export */
#export-window, #csv-window{
  display: none;
  position: absolute;
  overflow-x: hidden;
  z-index: 12;
  top: 10%;
  left: 50%;
  min-width: 240px;
  min-height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-50%);
}
.window-row{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 5px;
  color:var(--TEAL)
}
.window-input{
  display:block;
  width: 50%
}
.window-row input{
  width: 75%;
}
.window-body{
  flex-grow: 1;
  border-bottom: 4px double var(--TEAL);
}
.window-header{
  display:flex;
  align-items: center;
  justify-content:space-between;
  background: var(--TEAL);
  border-bottom: 1px solid var(--TEAL);
  padding: 2px 5px 2px 5px;
}
.window-header h1{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.window-top{
  position:absolute;
  top: 0px;
  left: 0px;
}
.window-close{
  display: flex;
  align-items: center;
  justify-content: center;
}
.window-footer{
  display:flex;
  align-items: center;
  justify-content:space-around;
}
.window-footer button{
  margin: 5px 0px 5px 0px;
}
#overlay{
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  z-index: 11;
  background: rgba(0, 0, 0, 0.5);
}
/* Sidebar */
.sidebar {
  min-height: 100%;
  width: 0px;
  position: absolute;
  padding-bottom: 5px;
  z-index: 1;
  top: 0px;
  right: 0px;
  overflow-x: hidden;
  transition: 0.5s;
  background: rgb(196, 230, 255, .75);
  opacity: 0;
  border: 4px double var(--TEAL);
  border-radius: 8px;
  overflow: hidden;
  white-space: nowrap;
}

.sidebar h1 {
  text-decoration: none;
  font-size: 18px;
  color: var(--TEAL);
  display: block;
  margin-top: 2px;
  padding-bottom: 5px;
}
.sidebar p {
  font-size: 14px;
  color:var(--TEAL);
  font-weight: bold;
}
/* Sidebar toggle */
#toggle_label{
  display:flex;
  align-items: baseline;
  justify-content: center;
  height: 100%;
  width: 40px;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 4px;
  overflow-x: hidden;
  background: rgb(196, 230, 255, .75);
  border: 4px var(--TEAL);
  border-style: double none double double;
  border-radius: 8px 0px 0px 8px;

}

#toggle_label p{
  text-align: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-top: 35px;
  margin-right: 4px;
  font-size: 18px;
  font-weight: bold;
  color: var(--TEAL);
  transition: 0s;
}

#togglebtn {
  top: 4px;
  right: 7px;
}

/* Select */
.select {
  margin-bottom: 4px;
}

/* Color chart */
#color-header {
  width: 100%;
  text-align: center;  
  font-size: 16px;
  padding-bottom: 2px;
}

#color-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 4px double var(--TEAL);
  line-height: 1em;
  margin-top: 4px;
  color:var(--TEAL);
  font-weight: 500;
}
.color-column {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-around;
}
.color-row {
  display:flex;
  flex-direction: row;
  align-items: center;
}
#color-chart p {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  padding-left: 2px;
  padding-right: 2px;
}
.color-code {
  width: .8em;
  height: .8em;
  border: 1px solid #000;
  margin: 0px 2px;
}

/* Bottom */
.bottom_table {
  flex: 1 1 auto;
  min-height: 150px;
}
.bottom_table p{
  line-height: 1.5;
  text-align: center;
  color:var(--TEAL);
  font-weight: 500;
}
.layout_bottom {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
/* Table */
table {
  border-spacing: 0;
  width: 100%;
  border: 4px double var(--TEAL);
  border-radius: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
}

th, td {
  color:var(--TEAL);
  text-align: center;
  vertical-align: baseline;
  padding: 4px;
}
td + td,
th + th{ 
  border-left: 1px solid;
}

tr:last-child { 
  border-bottom: none; 
}

th {
  background: var(--TEAL);
  color: #d3ecff;
  font-size: 14px;
  font-weight: bold;
  border-color: #d3ecff;
  border-bottom-color: var(--TEAL);
  vertical-align: middle;
}
td {
 background-color: #d3ecff;
 white-space: nowrap;
 overflow-wrap: break-word;
 word-wrap: break-word;
 border-bottom: 1px solid;
}

.scrollable_table {
  overflow-x: auto;
  scroll-behavior: smooth;
  max-width: 100%;
}

.bottom_table {
  display:flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: 100%;
  flex: 1 0 auto; 
}
.nobr {
  white-space: nowrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color:#000080;
}
.supsub {
  display: inline-block;
  margin: -9em 0;
  vertical-align: -0.55em;
  line-height: 1.35em;
  font-size: 70%;
  text-align: right;
  font-weight: 500;
}
.links {
	display: flex;
	flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 10px;
  list-style-type: none;
}
.link {
  font-size: 14px;
	flex: 1 0 1;
  box-sizing: border-box;
  min-width: 100px;
  border-right: 3px double var(--TEAL);
  padding: 0px 5px 2px 5px;
  min-height: 2rem;
  display:flex;
  align-items: center;
  justify-content: center;
}
.links .link:last-child{
  border-right: none;
}
.link a {
  text-decoration: none;
}
/* Top Buttons */
.button-grid {
  display:flex;
  gap: 0px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.button-grid .selected {
  background-color: var(--TEAL);
  border-color: var(--TEAL);
  color: #e9e9ed;
  cursor: default;
}
.button-grid button {
  flex-grow: 1;
  width: auto;
  min-width: 40px;
  height: 100%;
  min-height: 25px;
  display: inline-block;
  padding: 2px;
  color: var(--TEAL);
  background-color: #f0f0f0;
  border: 1px solid #8f8f9d;
  border-radius: 0px;
  text-align: center;
  font-weight: 500;
  outline: none;
  text-decoration: none;
  transition: color 0.5s ease-out,
              background-color 0.5s ease-out,
              border-color 0.5s ease-out;
}
.button-grid button:hover,
.button-grid button:active {
  background-color: var(--TEAL);
  border: 1px solid var(--TEAL);
  color: #e9e9ed;
  transition: color 0.5s ease-in,
              background-color 0.5s ease-in,
              border-color 0.5s ease-in;
}

/* Top Toolbar */
.radio-toolbar {
  margin: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #e4e4e4;
    padding: 2px 4px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    border-radius: 4px;
    flex: 1 1 auto;
	  border: 1px solid rgba(0, 0, 0, 0.2);
	  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    height: 1.5em;
}

.radio-toolbar label:hover {
  cursor: pointer;
  color: #000;
  background-color: #C4E6FF;
  border-color: #fff;
}

.radio-toolbar input[type="radio"]:focus + label {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.radio-toolbar input[type="radio"]:checked + label {
  background-color: var(--TEAL);
  border-color: #fff;
  color: #fff;
	box-shadow: none;
}
/* Tooltip */
#tooltip{
  display: none;
  position: absolute;
  z-index: 12;
  max-width: 200px;
  font-size: 12px;
  padding: 5px;
  background: var(--TEAL);
  border: 4px double #d3ecff;
  color: #fff;
  text-align: center;
  border-radius: 8px;
}
/* Load overlay */
.load-overlay{
  position: fixed;
  top: 90px;
  width: 51%;
  height: calc(100% - 60px);
  background: #f0f0f0;
  z-index: 100;
  transition: all 0.7s 0.3s cubic-bezier(0.7, 0.0, 0.3, 1.000);
}
#load-overlay-left{
  left: 0; 
}
#load-overlay-right{
  right: 0; 
}
/* Loader */
/* MIT Licence https://github.com/epicmaxco/epic-spinners/blob/master/LICENSE */
.atom-spinner, .atom-spinner * {
  box-sizing: border-box;
}

.atom-spinner {
  pointer-events: none;
  position: absolute;
  top: 120px;
  left: 50%;
  height: 100px;
  width: 100px;
  transform:translateX(-50%);
  overflow: visible;
  z-index: 101;
  transition: opacity .7s;
}

.atom-spinner .spinner-inner {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  transform: rotateZ(90deg);
}

.atom-spinner .spinner-circle {
  content: "";
  border-radius:50%;
  width: 8px;
  height: 8px;
  background: var(--TEAL);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.atom-spinner .spinner-line {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation-duration: 1s;
  border-left-width: calc(200px / 25);
  border-left-color: #d3ecff;
  border-left-style: double;
  /*
  border-width: calc(200px / 25);
  border-color: #bed5e6;
  border-style: double;
  */
}
.atom-spinner .spinner-line:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 30px;
  width: 10px;
  height: 10px;
  border-radius:50%;
  background: var(--TEAL);
  transform: rotateZ(160deg) rotateX(66deg);
}
.atom-spinner .spinner-line:nth-child(1) {
  animation: atom-spinner-animation-1 1s linear infinite;
  transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
}
.atom-spinner .spinner-line:nth-child(2) {
  animation: atom-spinner-animation-2 1s linear infinite;
  transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
}
.atom-spinner .spinner-line:nth-child(3) {
  animation: atom-spinner-animation-3 1s linear infinite;
  transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
}
@keyframes atom-spinner-animation-1 {
  100% {
    transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
  }
}
@keyframes atom-spinner-animation-2 {
  100% {
    transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
  }
}
@keyframes atom-spinner-animation-3 {
  100% {
    transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
  }
}
.csv-window-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--TEAL);
  text-align: center;
}
.csv-window-main p{
  margin: 5px;
}
.csv-window-main .flex-row button{
  margin: 0 5px;
  padding: 0 5px;
}
#linkedSelects{
  margin: 5px;
}
#linkedSelects label{
  margin: 0 10px;
}
#linkedSelects select {
  margin: 10px;
  height: 250px;
  width: 200px;
}
.csv-window-checkbox {
  justify-content: center;
  color:var(--TEAL);
  margin-bottom: 10px;
  font-weight: bold;
}
.csv-window-checkbox input{
  width : 20px;
  height: 20px;
  margin-left: 5px;
}