html * {
	font-family: 'Roboto', sans-serif;
}

body {
	background-color: white;/*#f2f2f2;*/
  position: relative;
  margin: 0;
  width: 100%;
}

#user_box, #login_button {
  position: fixed;
  font-size: 15px;
  top: 0px;
  right: 10px;
  background: lightgray;
  padding: 5px;
  opacity: 0;
  z-index: 1000;
}

#container {
  text-align: center;
  font-size: 200%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
#container i {
	font-size: 400%;
}

#container a img {
  width: 88px;
  height: 146px;
}

#service_links {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 50px;
  margin-top: 50px;
  flex-wrap: wrap;
}

#service_links div {
  min-width: 200px;
}

a {
	color: black;
	text-decoration: none;
}
a:hover {
  opacity: 0.25;
}


#service_download {
	margin-top: 20px;
	font-size: 60%;
}

#service_download i {
	font-size: 100%;
}

.version_div {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    opacity: 0.5;
    z-index: 1000;
}

#content_container {
  text-align: center;
}

.signals_description {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 125%;
  max-width: 1000px;
  margin: auto;
  padding: 10px;
  justify-content: space-around;
}

#select_language {
  max-width: 1000px;
  width: 100%;
  text-align: right;
  margin: auto;
}

.signals_links {
  justify-content: flex-end;
}

.signals_description > a {
  display: inline-block;
    margin: 10px;
    padding: 5px;
    border: 1px solid silver;
}

.signals_description img {
  flex-shrink: 0;
  align-self: flex-start;
}

#main_description {
    background-image: url(images/people_1920.jpg);
    background-size: 125%;
    position: relative;
    background-position: 60% 33%;
    background-repeat: no-repeat;
    z-index: -1;
    padding-top: 30px;
    padding-bottom: 30px;
}

#main_description_scanner {
  background-size: 125%;
  position: relative;
  background-position: 60% 33%;
  background-repeat: no-repeat;
  z-index: -1;
  padding-top: 30px;
  padding-bottom: 30px;
}

#main_description_paragraphs {
    box-shadow: 0 0 50px 50px rgba(255,255,255,0.75);
    background: rgba(255,255,255,0.75);
    padding: 10px;
}

.sensor_description_img {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  filter: drop-shadow(-2px 5px 10px rgba(0,0,0,0.25));
}

.works_point {
  flex-basis: 200px;
  text-align: center;
}

#how_it_works {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.25);
  max-width: 1000px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 100px;
}

#select_language a {
  opacity: 0.25;
  margin-left: 5px;
  filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.5));
  cursor: pointer;
}

#select_language a:hover {
  opacity: 1;
}

#privacy_policy {
  max-width: 1000px;
  width: 100%;
  padding: 20px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  box-sizing: border-box;
}

#privacy_policy_frame a {
  border-bottom: 1px dashed rgba(0,0,0,0.5);
}

#privacy_policy_frame a:hover {
  border-bottom: 1px dashed rgba(0,0,0,0.15);
}

#privacy_policy_frame {
  text-align: left;
}

@media (min-width: 601px) and (max-height: 600px) {
  .centered {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    transform: -webkit-translate(0%, 0%);
    transform: -ms-translate(0%, 0%);
    width: 100%;
  }

  table {
    width: 100%;
  }
}

@media (max-width: 600px) {
  table {
  	width: 100%;
  }
  td {
  	font-size: 75%;
  	width: 100%;
  	text-align: center;
    display: block;
    padding: 0px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }
	.centered {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    transform: -webkit-translate(0%, 0%);
    transform: -ms-translate(0%, 0%);
	}

  .signals_links {
    justify-content: space-around;
  }

  #main_description {
    background-size: 300%;
  }

  #main_description_images {
    display: none;
  }
}


@media print {
  #privacy_policy {
    max-width: auto;
    box-shadow: none;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #select_language, .signals_links, #signals_render, #login_button, #container, .spacer, #main_description_images {
    display: none;
  }

  #main_description {
    background: transparent;
  }

  #how_it_works {
    page-break-before: always;
    box-shadow: none;
    margin: 0;
    max-width: auto;
  }

  #privacy_policy {
    page-break-before: always;
  }

  #niservice_logo {
    max-width: 200px;
  }

  #niservice_logo_container {
    height: 100px !important;
  }
}

/************scrollbar************/

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}
 
::-webkit-scrollbar-thumb {
  background-color: silver;
  outline: 1px solid silver;
}


#indexpage #footer {
  position: fixed;
}