.showborder{
  box-sizing: border-box;
  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{
  margin: 0px;
  padding: 0px;
}

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

#svg-image{
  border:0px solid yellow;
  width: 100%;height: 100%;
}

#application{
  /*background-image: url('../img/background.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
  position: fixed;
  top: 30px;
  bottom: 20px;
  left: 0px;
  right: 0px;
  background-color: black;
}

#application ng-view .page p{
  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 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 a.back:hover{
  background-color: red;
  color:black;
}

#application ng-view .page{
  padding: 10px;
  margin: 10px;
  padding-top: 0px;
  max-width: 30%;
  overflow-y: scroll;
  max-height:80%;
  float:left;
}
#application ng-view .img-page{
  padding: 10px;
  margin: 10px;
  padding-top: 0px;
  max-width: 60%;
  overflow-y: scroll;
  max-height:80%;
  float: right;
}

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

#application ng-view .img-page img:hover{
  opacity: 1;
  border: 2px solid red;
  transition: 0.3s;
}

/* Let's get this party started */
#application ng-view .page::-webkit-scrollbar,#application ng-view .img-page::-webkit-scrollbar {
    width: 6px;
}

/* Track */
#application ng-view .page::-webkit-scrollbar-track, #application ng-view .img-page::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 10px 10px 10px rgba(255,255,255,0.1);
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

/* Handle */
#application ng-view .page::-webkit-scrollbar-thumb, #application ng-view .img-page::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5);
}
#application ng-view .page::-webkit-scrollbar-thumb:window-inactive, #application ng-view .img-page::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,255,255,0.4);
}


#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{
  opacity: 0.2;
  transition: 1s 1s;
}
#application ng-view nav.showNav{
  opacity: 0.7;
  transition: 0.3s;
}

#application ng-view nav:hover{
  opacity: 0.8;
  transition: 0.5s;
}

#application ng-view nav ul{
  position: fixed;
  width: 150px;
  top:12px;right:0px;bottom: 3px;
  padding-top:10px;
  background-color: black;
}

#application ng-view nav ul li{
  list-style: none;
  margin-bottom: 4px;
  border-left: 2px solid white;
  margin-left: -30px;
  transition: 0.3s;
}

#application ng-view nav ul li:hover{
  border-left: 2px solid rgb(168, 0, 0);
  background-color: rgb(168, 0, 0);
  margin-left: -30px;
  transition: 0.1s;
}

#application ng-view nav ul li:hover > a{
  color:white;
  font-weight: bold;
  transition: 0.1s;
}

#application ng-view nav ul li.selected{
  border-left: 2px solid rgb(168, 0, 0);
  background-color: rgb(168, 0, 0);
}

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

}


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

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

header a:hover{
  color:red;
}

header{
  background-color: black;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}


footer{
  background-color: black;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
footer a{
  text-decoration: none;
  color: white;
}
footer a:hover{
  color: red;
}
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:first-child{
  float:left;
}
footer p:last-child{
  float:right;
}
