/* -- general -- */
body
{
color: #3A4956;
background: #FFF;
font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, Tahoma, Arial, sans-serif;
line-height: 160%;
margin: 0;
padding: 20px;
}
code
{
font-family: Courier, monospace;
}
h1
{
font: bold 24px Helvetica, Arial, sans-serif;
color: #000000;
letter-spacing: -1px;
margin: 0.25em 0 0 0;
}

h2 {
/* border-top: 1px solid #990000; */
padding-top: 5px;
clear: both;
color: #990000;
font: normal 18px Helvetica, Arial, sans-serif;
margin: 2em 0 0 0;
}
h3 {
font-size: 12px;
color: #660000;
margin: 1em 0 0 0;
position: relative;
top: 8px;
}

h4
{
font-size: 100%;
margin: 0.5em 0 1em 0;
position: relative;
}
.small {
	font-size: smaller;
	line-height: 90%;
}
.smallitalic {
	font-size: smaller;
	font-style: italic;
	line-height: 90%;
}
hr
{
border: none;
height: 1px;
background: #ccc;
margin: 2em 0 1em 0;
}

.logo {
    max-width: 100%;
    height: auto;
}

input, select {
    font-size: 0.9em;
}

.hidden {
    display: none;
}
/* Menu panel */
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.messages {
    color: red;
}
/* Selection panel */
.selectionPanel {
    padding:0 20;
    overflow: wrap;
}
#source {
    width: 100%;
     max-width: 700px;
     box-sizing: border-box;
}
.selectInput {
    display: inline-block;
    padding: 5px;
    font-size: 1.2em;
}
input[type=submit] {
    font-size: 1em !important;
	background-color: black;
	color: white;
    cursor: pointer;
}
.uploadSource {
    padding-top: 5px;
    font-size: 1.2em;
    
}
.uploadValidationError {
    color: red;
}
.pasteSource {
    outline: none;
    overflow: auto;
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
}
.submit {
    font-size: 1.5em;
    margin-left: 200px;
}

/* Display data tab selection */
.ds-selector-tabs {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ds-selector-tabs .selectors {
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.ds-selector-tabs .selectors a {
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 1.2em;
  height: 1.8em;
  padding: 0 15px;
  margin: 0 3px;
  line-height: 2em;
  transition: all,0.25s;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  color: #666;
  background: #aaa;
  border: 1px solid transparent;
}
.ds-selector-tabs .selectors a:first-child {
  margin-left: 2px;
}
.ds-selector-tabs .selectors a.selected {
  color: #202020 !important;
  background: #fff !important;
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff !important;
  }
.ds-selector-tabs .selectors a:hover {
  background-color: transparent;
  color: #202020;
  background: #ccc;
  cursor: pointer;
}
.ds-selector-tabs .ds-selection {
  display: none;
}
.ds-selector-tabs .ds-selection.selected {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
} 

.selectionPanel.upload{
    margin-left: 25px;
}
  
.clip {
	margin-left: 5px;
}
.datapanel {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 1.1em;
}

.datapanel code {
    padding-top: 0; !important
    padding-bottom: 0; !important
}


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  top: 5px;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  top: 100%;
  left: 50%;
  margin-left: -50px; /* Use half of the width (120/2 = 60), to center the tooltip */
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip .tooltiptext.show {
  visibility: visible;
}


/* Spinner */
.spinner {
    display: none;
    margin: 10 auto;
}
.showSpinner {
    display: inline-block;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #222;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


