*{
  border:0px solid red;
}
.noselect{
  user-select:none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  cursor: default;
}

body,html{
  margin: 0px;
  padding: 0px;
  background-color: black;
}

a[disabled='true'] {
    pointer-events: none;
}

#svg-image{
  width: 100vw;height: 75vh;
}

#application{
}

#application ng-view .page p{
  color:white;
  font-size: 12px;
  font-weight: lighter;
  font-family: "Open Sans";
  padding: 10px;
  text-align: justify;
  background-color: rgb(50, 50, 50);
}

#application ng-view h2{
  color:red;
  font-family: "Open Sans";
  font-size: 14px;
  border-left: 10px solid red;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: rgb(35, 35, 35);
}

#application ng-view a.back{
  text-decoration: none;
  color:red;
  font-size: 10px;
  font-family: "Open Sans";
  text-transform: uppercase;
  padding: 10px 5px;
  display: inline-block;
}

#application ng-view .page{
  padding: 10px;
}
#application ng-view .img-page{
  padding: 10px;
}

#application ng-view .img-page img{
  border: 2px solid black;
  width: 95%;
  height: auto;
  margin: 5px;
  opacity: 0.8;
  transition: 1s;
}

#application ng-view .contact{
  color:white;
  font-size: 12px;
  font-weight: lighter;
  font-family: "Open Sans";
  border-left: 10px solid rgb(255, 255, 255);
  padding: 10px;
  text-align: justify;
  background-color: rgb(50, 50, 50);
}

#application ng-view nav ul{
  padding-top:10px;
  background-color: black;
}

#application ng-view nav ul li{
  list-style: none;
  margin-bottom: 10px;
  border-left: 8px solid white;
  margin-left: -30px;
}

#application ng-view nav ul li.selected{
  border-left: 8px solid red;
  background-color: red;
}

#application ng-view nav ul li a{
  text-decoration: none;
  color:white;
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: lighter;
  padding: 10px 5px;
  display: inline-block;
  text-indent: 10px;
  width: 100%;
  height: 100%;

}


h1{
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  color: white;
  letter-spacing: 5px;
  font-weight: lighter;
  font-family: "Open Sans";
  margin: 0px;
  padding: 0px;
  text-align: center;
}

header a{
  text-decoration: none;
  color:white;

}


header{
  background-color: black;
  width: 100%;
  height: 50px;
}


footer{
  background-color: black;
  width: 100%;
  margin-top: 50px;
  border-top: 5px solid red;
}
footer a{
  text-decoration: none;
  color: white;
}
footer p{
  margin: 0px;
  padding: 0px;
  color: white;
  font-size: 10px;
  line-height: 20px;
  font-family: "Open Sans";
  margin-left: 10px;
  margin-right: 10px;
}
footer p{
  margin: 5px;
}
