input {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type="number"], input[type="text"] {
  height: 30px;
}

input[type="range"] {
  background: none;
  border: default;
  box-shadow: none;
}
.clearFix:after {
  content: "";
  display: table;
  clear: both;
}

.noMargin {
  margin: 0;
}
.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#titleBlock {
  box-shadow: 0px 0px 15px black;
  text-align: center;
  height: 50px;
  position: relative;
  width: 100%;
}
#titleBlock {
  /*background-color: #444444;*/
  background-color: #333333;
  background-repeat:no-repeat;
  border-bottom: 1px solid #222222;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;
}

.colorgoricalTitle {
  color: skyblue;
  cursor: default;
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2em;
  line-height: 3em;
  margin: 0 auto;
  text-align: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.navbarContainer {
  height: 50px;
  text-align: left;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 200px;
  top: 0;
  z-index: 2;
}
.navbarContainer > * {
  position: relative;
  top: 50%;
  transform: translateY(-25%);
}
.navbarContainer:before{
  background-image:url('../img/logo.svg');
  background-repeat:no-repeat;
  background-size: 100% auto;
  content: "";
  float: left;
  position: absolute;
  left: -190px;
  height: 32px;
  width: 166px;
  top: 11px;
}
.navbarContainer ul {
  height: 16px;
}
.navbarContainer ul li {
  color: white;
  display: inline;
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin-right: 10px;
}
.navbarContainer ul li a {
  color: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.navbarContainer ul li a:hover {
  color: #417DC1;
  text-decoration: none;
}

.bodyContainer{
  margin-top: 50px;
}

.copyrightStatement {
  margin: 50px auto;
}
