html {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  /* Force a height >100% to always show a scroll bar */
  height: 101%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 140%;
  background-image: url(imageResources/leishgembackground.svg);
  background-size: 50%;
  background-repeat: repeat-x;
  background-color: white;
  height: 100%;
}

div {
  margin: 0;
  border: 0;
  padding: 0;
}
div.main-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  min-width: 340px;
}
div.main-row {
  width: 100%;
  position: relative;
  overflow: hidden;
}
div.main-row::after {
  content: "";
  clear: both;
  display: block;
}

#logo {
  position: absolute;
  top: -160px;
  left: 0;
  height: 160px;
  width: 100%;
  z-index: 700;
  text-align: center;
  font-size: 70px;
  font-weight: 100;
  line-height: 110%;
  color: rgba(25, 118, 210, 1.00);
  transition: top 1s;
  transition-timing-function: ease;
}

div.hidden {
  display: none;
}
#mainContainer {
  position: relative;
  top: 71px;
  transition: top 1s;
  left: 0;
  width: 100%;
  z-index: 400;
}

.material-input {
  padding: 14px;
  margin: 3px;
  border: 0;
  font: inherit;
  text-transform: uppercase;
  outline: none;
}
.material-input-flat {
  background-color: inherit;
  color: rgba(25, 118, 210, 1.00);
  background-color: rgba(255, 255, 255, 0.20);
  transition: background-color 1s;
  transition-timing-function: ease;
}
.material-input-flat:hover {
  background-color: rgba(255, 255, 255, 1.00);
}
.material-input-raised {
  rgba(25, 118, 210, 1.00)
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
  /*border-radius: 2px;*/
}
.material-input-text {
  background-color: rgba(255, 255, 255, 0.20);
  text-transform: none;
  transition: background-color 1s;
  transition-timing-function: ease;
}
.material-input-text:focus {
  background-color: rgba(255, 255, 255, 1.00);
}

/* Using colors from Google material design
   https://www.google.com/design/spec/style/color.html#color-color-palette
   Blue 200 rgba(144, 202, 249, 1.00)
   Blue 700 rgba(25, 118, 210, 1.00)
   Red 700 rgba(211, 47, 47, 1.00)
   Grey 50 rgba(250, 250, 250, 1.00)
   Grey 200 rgba(238, 238, 238, 1.00);
*/
.material-bar {
  background-color: rgba(144, 202, 249, 1.00);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.50);
}
.material-circle {
  /*background-color: rgba(144, 202, 249, 1.00);*/
  background-color: rgba(250, 250, 250, 1);
  width: 70px;
  height: 70px;
  border-radius: 35px;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.50), 0px 0px 4px 0px rgba(255, 255, 255, 0.50);
  transition: transform 0.1s;
  transition-timing-function: linear;
}
@media screen and (max-width: 1472px)  {
  .material-circle {
    width: 56px;
    height: 56px;
    border-radius: 28px;
  }
}
@media screen and (max-width: 640px)  {
  .material-circle {
    width: 48px;
    height: 48px;
    border-radius: 24px;
  }
}
.material-circle:hover {
  transform: scale(1.10);
  z-index: 850;
}
.material-card {
  margin: 12px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.30);
  border-radius: 8px;
}
.material-content {
  padding: 12px;
}
.material-card-normal {
  background-color: rgba(250, 250, 250, 1.00);
  color: rgba(0, 0, 0, 0.87);
}
.material-card-title {
  background-color: rgba(25, 118, 210, 1.00);
  color: rgba(255, 255, 255, 0.87);
}
.material-card-button {
  background-color: rgba(177, 212, 248, 1.00);
  color: rgba(0, 0, 0, 0.87);
  transform: translateY(0);
  box-shadow: 0px 6px 0px 0px rgb(157, 201, 246, 100%), 0px 6px 4px 0px rgba(0, 0, 0, 0.30);
  transition-duration: 0.2s;
  transition-timing-function: ease
}
.material-card-button:hover {
  box-shadow: 0px 6px 0px 0px rgb(157, 201, 246, 100%), 0px 6px 4px 0px rgba(0, 0, 0, 0.30);
}
.material-card-button:active {
  transform: translateY(4px);
  box-shadow: 0px 2px 0px 0px rgb(157, 201, 246, 100%), 0px 2px 4px 0px rgba(0, 0, 0, 0.30);	
}
.material-card-emphasis {
  background-color: rgba(25, 118, 210, 1.00);
  color: rgba(255, 255, 255, 0.87);
}
.material-card-image {
  color: rgba(255, 255, 255, 0.87);
}
.material-card-imageOverlay {
  background-color: rgba(0, 0, 0, 0.00);
  color: rgba(255, 255, 255, 0.87);
  position: absolute;
  width: calc(100% - 4px*2);
}
.material-card-border {
  border-bottom: 1px solid rgba(238, 238, 238, 1.00);
}
.material-card-invisible {
  background: transparent;
  box-shadow: none;
  border: none;
}
.material-divtree {
  margin-left: 16px;
  border-bottom: 1px solid rgba(238, 238, 238, 1.00);
  border-left: 1px solid rgba(238, 238, 238, 1.00);
}
.material-modal {
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.material-modal-content {
  background-color: rgba(238, 238, 238, 1.00);
  position: relative;
  top: 40%;
  margin: 0 auto 0 auto;
  width: 30%;
}

.material-icon-float {
  float: right;
  position: relative;
  top: -3px;
  color: inherit;
}
.material-icon-center {
    width: 100%;
    text-align: center;
    font-size: 48px !important;
}

/*Multi-column layout controls*/
div.result, div.about {
  padding: 0;
  overflow: hidden;
  /*animation: result-load 1.0s;*/
  opacity: 1.0;
  text-align: left;
}
div.result-wide, div.about-wide {
  width: calc(100% - 2*12px);
}
div.result-narrow {
  float: left;
  width: calc(25% - 2*12px);
  cursor: pointer;
}
div.result-narrow:hover {
  transform: scale(1.02);
}
div.about-narrow {
  float: left;
  width: calc(50% - 2*12px);
}

/* Switches for three, two and single column mode from screen size */
@media screen and (max-width: 1280px)  {
  div.result-narrow {
    width: calc(33.333% - 2*12px);
  }
}
@media screen and (max-width: 960px)  {
  div.result-narrow {
    width: calc(50% - 2*12px);
  }
  div.about-narrow {
    width: calc(100% - 2*12px);
  }
  body {
    background-size: 80%;
  }
}
@media screen and (max-width: 640px)  {
  div.result-narrow {
    width: calc(100% - 2*12px);
  }
  body {
    background-size: 100%;
  }
}

p,h1,h2,h3 {
  font-weight: 400;
  margin: 0;
  border: 0;
  padding: 0;
  color: inherit;
}
.title {
	text-align: center;
	font-size: 70px;
	font-weight: 400;
	line-height: 110%;
	color: rgba(25, 118, 210, 1.00);
}
@media screen and (max-width: 450px) {
	.title {
		font-size: 55px;
	}
}
p {
  margin: 6px 0;
}
h1 {
  font-size: 20px;
  font-weight: 400;
  color: rgba(25, 118, 210, 1.00);
}
h2 {
  font-size: 18px;
  font-weight: 500;
  color: rgba(25, 118, 210, 1.00);
}
h3 {
  color: rgba(25, 118, 210, 1.00);
}

b {
  font-weight: 500;
}

i {
  font-style: italic;
}

.subtext {
  font-size: 12px;
  opacity: 0.621;
}
.sequence {
  font-weight: 400;
  font-family: 'Roboto Mono', monospace;
  font-style: normal;
  word-wrap: break-word;
}
.sequence::before {
  font-family: 'Roboto', sans-serif;
  content: "5\2032\00a0\00a0";
  font-size: 85.7%;
  opacity: 0.621;
}
.sequence::after{
  font-family: 'Roboto', sans-serif;
  content: "\00a0 3\2032";
  font-size: 85.7%;
  opacity: 0.621;
}

a, a:link, a:visited, a:hover, a:active {
  color: inherit;
  /*font-weight: 500;*/
  text-decoration: underline;
  cursor: pointer;
}
a.button {
  background-color: rgba(25, 110, 210, 1.00);
  box-shadow: 0px 0px 0px 0px rgb(0, 0, 0, 0%);
  border-radius: 8px;
  padding: 3px 6px;
  color: white;
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease
}
a.button:hover {
  box-shadow: 0px 2px 4px 0px rgb(0, 0, 0, 30%);
}
a.disabled {
  background-color: rgba(120, 120, 120, 1.00) !important;
  text-decoration: line-through;
}

span.rev {
  unicode-bidi: bidi-override;
  direction: rtl;
}
span.rem {
  display: none;
}
