﻿.header {
  background: #f7f7f7;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  width: 100vw;
  height: 80px;
  position: fixed;
  top: 0; }

.imageText {
  padding: 0 2%;
  overflow: auto;
  font-family: Arial;
  z-index: 1; }

.imageText img {
  width: 55px;
  float: left; }

.imageText div {
  float: left;
  font-family: Arial;
  line-height: 27px; }

body, html {
  padding: 0;
  margin: 0; }

.picariocontainer {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  color: black; }

#canvasZone {
  position: relative; }

#renderCanvas {
  width: 100%;
  min-height: 330px;
  height: 50vh;
  outline: none; }

.inputContainer {
  position: fixed;
  left: 0;
  top: 0; }

.imageContainer {
  width: 100%;
  height: 110px;
  padding: 15px 0 0 0;
  display: inline-block;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: none;
  float: left; }
  .imageContainer img {
    border-radius: 50%;
    margin: 0 8px 0 0; }

.message {
  width: 200px;
  height: 20px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 10px;
  background-color: #383838;
  color: #F0F0F0;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 2px; }

.statsContainer {
  position: fixed;
  width: 200px;
  right: 0px;
  top: 250px; }

.cameraContainer {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border: 1px black solid;
  border-top: 0px;
  padding: 10px;
  background: white;
  display: none; }

.objectsContainer {
  padding: 0 2%;
  width: 100%;
  overflow: auto;
  background-color: #f4f4f4; }

.objectsContainer h2 {
  letter-spacing: 0.5px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

.innerContainer {
  display: inline-block;
  width: 40%;
  margin: 0 5%; }

#Feet, #Onlay_wood {
  display: none !important; }

.innerContainer.large {
  height: 80px; }

.imageContainer .input.large input {
  margin: 5px;
  white-space: normal; }

.header img {
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  float: left; }

.header select {
  display: none;
  float: right;
  margin-top: 25px;
  margin-right: 44px;
  margin-bottom: 15px;
  margin-left: 0px;
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: inherit;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
  letter-spacing: .1em;
  line-height: 2em;
  font-weight: 600; }

* {
  outline: none; }

.picarioinfo {
  position: absolute;
  bottom: 10px;
  left: calc((100%)/2);
  transform: translateX(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.7); }

.picarioinfo img {
  float: left;
  width: 65px;
  padding: 14px 5px; }

.picarioinfo div {
  font-size: 16px;
  font-family: Arial;
  float: left;
  padding: 22px 10px; }

.innerContainer h2 {
  float: left;
  font-size: 22px;
  margin: 10px 0; }

.loadscreen {
  width: 100%;
  height: 100%;
  float: left;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  font-family: Arial;
  font-size: 16px; }

.loadscreen .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center; }

.loadscreen .container .loader {
  background: url("loader.gif") center center no-repeat !important;
  min-width: 70px;
  min-height: 70px; }

#fps {
  position: fixed;
  right: 0;
  top: 80px;
  padding: 25px;
  width: 300px;
  overflow: auto;
  font-family: Arial;
  z-index: 1; }

@media (max-width: 1300px) {
  .innerContainer {
    width: 48%;
    margin: 0 1%; } }

@media (max-width: 1089px) {
  .innerContainer {
    width: 100%;
    margin: 0; }
    .innerContainer .imageContainer img {
      display: inline-block !important;
      margin: 0 0 0 5px !important; } }

@media (max-width: 740px) {
  .info img {
    float: none; }
  .info div {
    padding: 5px 10px; } }
