body {
    padding: 0;
    text-align: left;
    font-size: small;
    font-family: proxima-nova, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#app {
  margin: 50px;
  margin-top: 0px;
}

h1 {
  border-bottom: 1px dotted #CCCCCC;
}

h3 {
  margin-top: 25px;
  text-transform: uppercase;
}

ul {
-webkit-padding-start: 0px;
padding-left: 5px;
}

ul#form {
  margin-left: 10px
}

li {
   list-style-type: none; 
}

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

.formContainer {
  margin: 0 180px;
  font-size: 16px;
}

button {
    color: #444;
    background-color: white;
    border-radius: 3px;
    cursor: pointer;
    padding: 8px 16px;
    margin: 2px 5px;
    font-size: .875em;
    font-weight: 600;
    text-align: center;
}

input {
  margin: 0 10px;
}

svg {
  margin-top: -25px;
}

/*------- Feedback Visualizer--------*/
#main {
    border-bottom: 1px solid black;
}

.legend {
  padding: 10px;
}

#legend {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 20px;
}

#orange {
  color: #ff7f0e;
  font-size: 25px;
}

#blue {
  color: #1f77b4;
  font-size: 25px;
}

.chartWrapper {
  position: relative;
}
#radar {
  float: left;
  width: 45%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 5%;
  border-bottom: 1px black solid;
}

#allComments{
  float: left;
  width: 54%;
  border-left: 2px dotted #444;
  text-align: center;
  padding-bottom: 47px;
  border-bottom: 1px black solid;
}

.commentContainer + h3 {
  text-align: center;
}

/*-------Feedback Page Navbar--------*/

#currentWeek {
      text-transform: uppercase;
      font-size: 1.25em;
      width: 150px;
      text-align: center;
}
ul.navbar-nav  {
    list-style-type: none;
    margin: 2px;
    padding: 0;
    width: 80%;
    text-align: center;
    flex: 19;

}

.navbar-nav li {
  display: inline-block;
  margin: 10px;
}

.navbar {
  border: none;
  border-radius: 0;
}

.navbar .navbar-nav a.active {
  background: transparent;
  position: relative; }
  .navbar .navbar-nav a.active:hover, .navbar .navbar-nav a.active:focus {
    background: transparent; }
  .navbar .navbar-nav a.active::before {
    position: absolute;
    bottom: 0;
    content: '';
    left: calc(50% - 0.8em);
    border-bottom: 0.6em solid #555;
    border-right: 0.8em solid transparent;
    border-left: 0.8em solid transparent; }


.container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.week-button {
  background-color: white;
  color: #444;
  border: none;
  font-size: 1.5em;
}

.viewAll {
  width: 10%;
  background-color: white;
  color: #444;
  margin: 13px;
  flex: 1;
  text-align: right;
}

#viewAll {
  text-transform: uppercase;
}
/*-------Bar chart legend--------*/
span#peer  {
  color: steelblue;
  font-size: 1.25em;
  float: left;
  margin-left: 20%;
}
span#self  {
  color: lightsteelblue;
  font-size: 1.25em;
  float: right;
  margin-right: 20%;
}

/*-------Comments--------*/

li.comment{
  margin-left: 20px;
}

.commentContainer {
  display: inline-block;
  width: 45%;
  margin-left: 10px;
}

.comments {
  margin: 10px;
  overflow-y: scroll; 
  border: 1px solid lightgray;
  background-color: 
  #fafafa;
  height: 425px;
  border-radius: 10px;
}

blockquote {
    position: relative;
    padding: 7px;
    margin: 1em 2em 3em 0;
    color: #fff;
    background: #075698;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

blockquote:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50px;
    border-width: 20px 0 0 20px;
    border-style: solid;
    border-color: #075698 transparent;
    display: block;
    width: 0;
}

blockquote > p {
  padding: 0 10px;
  text-align: left;
}

blockquote + p {
    margin: -35px 0 2em 85px;
    font-style: italic;
}



/*-------Description of form at top of form page--------*/
#info {
    border-bottom: 1px dotted #CCCCCC;
      margin: 17px 10px 15px 10px;
}

/*-------Form list items--------*/
#form li {
    list-style-type: none;
    padding-bottom: 10px;
}

/*-------Ratings fieldsets--------*/
fieldset {
    border: 0;    
}

/*-------Description of form at top of page--------*/
.rating span, .rating:hover span:hover ~ span {
    font-size: 20px;
    line-height: 1em;
    width: .9em;
    height: 1em;
    padding-right: .1em;
    color: #c7c7c7;
    text-shadow: 0 0 1px #444;
}

.rating .clicked {
     color: #FFD954; 
}

li span {
    font-family: inherit;
    /*color: #444444;*/
}

.rating span {
    cursor: pointer;
}

form li div span {
    margin: 0;
    display: block;
    width: 100%;
    float: left;
}

form li span {
    margin: 0 .3em 0 0;
    padding: 0;
    float: left;
    color: #444;
}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}
.rating > span:hover:before {
   content: "\2605";
   position: absolute;
}

.rating > span:hover, .rating .clicked:hover, .rating:hover span {
    color: #ffe487;
    text-shadow: 0 0 1px #ff0000;
    cursor: pointer;
}

.rating .clicked {
     color: #FFD954; 
}

textarea {
  margin: 20px 10px 0px 10px
}

.submit {
  margin: 15px 20px 30px
}

.input {
  margin: 10px 0;
}


/*-------Viewbar--------*/

#views {
  background-color:darkslategrey;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
}

.viewbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}
.viewbar li {
  display: inline;
  margin: 0 2% 0 2%;
  font-size: 1.1em;
  letter-spacing: 1px;
}



::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}