body {
	font-family: Montserrat;
}

.votesdiv {
    padding-top: 10px;
}
.votes {
    border: 0px;
    padding-left: 10px;
}
.votes:focus {
    outline: none;
}
.votes:hover {
      color: #009688;
}

.program {
  background-color: transparent;
  border-color: #009688;
  color: #009688;
  border-width: 2px;
  border-style: solid;
}

.controls {
	margin-left: 30px;
}
.taskname {
	color: #009688;
}
.list-group-item {

}

.separator{
  font-color: #009688;
}
ul.tasklist li.tasklistitem:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    margin-left: -8px;
    padding: 8px;
    color: #009688;
}

ul.tasklist li.tasklistitem:hover {
	cursor: pointer;
  color: #009688;
  border-color: #009688;
}
.sublistitem {
	margin-top: 10px;
}
.sublistitem a:hover {
	margin-top: 10px;
	cursor: pointer;
  color: #009688;

}

.dirname {
  font-size: 26px;
  padding-top: 20px;
  padding-bottom: 10px;

}
.dirname a.categorydirn:not([href]):not([tabindex]){
  color: gray;
  cursor: pointer;

}
.dirname a.categorydirn:not([href]):not([tabindex]):hover {
  color: #009688;
  cursor: pointer;

}
a.sortby:not([href]):not([tabindex]){
  cursor: pointer;

}
a.sortby:not([href]):not([tabindex]):hover {
  cursor: pointer;

}

ul.listTasks {
  height: 700px;
  overflow-y: scroll;
  width: 100%;
}

ul.listTasks li {
  height: 40px;
}

ul.listTasks li:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    margin-left: -8px;
    padding: 8px;
    color: #009688;
}

ul.listTasks li:hover {
  cursor: pointer;
  color: #009688;
}


#stats ul {
    padding-left: 10px;
    font-size: 18px;

}

#stats ul li:before{
     content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    margin-left: -8px;
    padding: 8px;
    color: #009688;

}
.profpic {
    width: 180px;
}


.btn-primary-outline {
    border-color: gray;
}
