/*  
 * Sass bronbestand voor Studentenhub 
 *
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic);
body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}

footer {
  display: none;
}

.home footer {
  display: block;
}

/*=======================
    Menu
=========================*/
.navbar-default {
  border: none;
}

.navbar-studentenhub {
  margin-bottom: 0;
  border-radius: 0px;
  background-color: #373277;
}

.navbar-studentenhub .navbar-brand {
  font-weight: bold;
}

.navbar-studentenhub .navbar-nav > li > a {
  color: white;
  opacity: 0.6;
}

.navbar-studentenhub .navbar-nav > li > a:hover, .navbar-studentenhub .navbar-nav > li > a:focus {
  color: white;
  opacity: 1;
}

.navbar-studentenhub .navbar-nav > .active > a {
  opacity: 1;
}

.navbar-studentenhub .navbar-collapse {
  border-top-color: transparent;
}

.navbar-toggle {
  border-radius: 0px;
}

.subnav {
  list-style: none;
  margin: 13px 0 0;
  padding: 0;
  float: left;
}

.subnav li {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
}

.subnav li:last-child {
  margin-right: 0px;
}

.subnav a {
  display: block;
  opacity: 0.6;
  border-radius: 3px;
  position: relative;
}

.subnav a:hover, .subnav a:focus {
  color: white;
  opacity: 1;
  text-decoration: none;
}

.subnav .active a {
  opacity: 1;
}

.subnav .normal a {
  padding: 12px 15px;
  line-height: 20px;
  color: white;
  background-color: #443e94;
}

.subnav .icon a {
  color: #fff;
  height: 44px;
  width: 44px;
  opacity: 1;
}

.subnav .icon a .glyphicon {
  font-size: 20px;
  top: 10px;
  left: 12px;
}

.subnav .icon a:hover, .subnav .icon a:focus {
  background-color: #2a265a;
}

.subnav .icon i.count {
  position: absolute;
  font-style: normal;
  background: #f44336;
  padding: 1px 5px;
  border-radius: 2px;
  right: 7px;
  top: -2px;
  font-size: 10px;
  line-height: 15px;
}

.header {
  background: #16142f;
  background-size: cover;
  min-height: 360px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#373277+0,7db9e8+100 */
  background: #373277;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #373277 30%, #5049ad 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373277', endColorstr=$gradient-color,GradientType=0 );
  /* IE6-9 */
}

.header h1 {
  color: white;
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 50px;
  line-height: 1em;
}

.header h1 small {
  color: rgba(255, 255, 255, 0.5);
}

.header .input-group {
  max-width: 600px;
  margin: 0 auto;
}

.header .input-group input {
  max-width: initial;
  min-width: 450px;
  border: none;
}

.header .input-group input:focus {
  outline: none;
  box-shadow: none;
  border: none;
  z-index: initial;
}

.header .input-group .btn {
  height: 34px;
  border: none;
}

.header .input-group .glyphicon {
  padding: 0 4px;
}

/**
    Bulletpoints
*/
.bulletpoints {
  text-align: center;
  margin: 40px 0 60px;
}

.bulletpoints > div {
  padding: 30px 40px;
}

.bulletpoints .glyphicon {
  font-size: 3em;
  color: #373277;
}

.bulletpoints .head {
  color: #373277;
  font-weight: bold;
}

.shared {
  padding: 40px 0;
}

.shared p {
  line-height: 1.8em;
}

.shared .block-title {
  font-size: 0.8125em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #333;
}

.question-home {
  background-color: #eee;
}

.question-home .question {
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
}

.question-home .question p {
  line-height: 1.2em;
}

.question-home .question:last-child {
  margin: 0;
}

.posts-home a.title,
.question-home a.title {
  font-size: 1.2em;
  color: #0098ff;
}

.posts-home .post {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.posts-home .post p {
  line-height: 1.2em;
}

.posts-home .taglist a {
  background-color: #FF5722;
}

.posts-home .taglist a:hover {
  background-color: #ff6331;
}

.progressBar {
  height: 8px;
  background-color: #E4E4E4;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.37) inset;
}

.progressBar div {
  border-radius: 10px;
}

footer {
  padding: 20px 0 0;
  background-color: #16142F;
  color: rgba(255, 255, 255, 0.5);
}

.question-color .glyphicon {
  color: #7ccc00;
}

.post-color .glyphicon {
  color: #FF5722;
}

.problem-color .glyphicon {
  color: #03A9F4;
}

.container.content {
  min-height: 600px;
}

/*=======================
    Question Overview
=========================*/
.overview-right {
  float: right;
  padding: 20px;
  background-color: #F4F3FF;
  border: 2px solid #373277;
}

.overview-right .heading {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: 0px 0 10px;
  color: #16142F;
  margin: 0 0 20px;
  border-bottom: 1px solid #A5A5A5;
}

.overview-right .btn {
  color: #FFF;
  background-color: #FF5722;
  border-color: #F44336;
}

.item {
  padding: 20px 20px 20px 0;
  margin-right: 25px;
  border-bottom: 1px solid #ccc;
}

.item .title a {
  font-size: 1.2em;
  color: #0098ff;
}

.item p {
  line-height: 1.2em;
}

.item .left {
  float: left;
  margin-right: 30px;
}

.item .count {
  float: left;
  padding: 8px 0;
  border: 1px solid transparent;
  background-color: white;
  text-align: center;
}

.item .count.votes-count {
  min-width: 70px;
  border-color: #ddd;
}

.item .count.answers-count {
  min-width: 70px;
}

.item .metadata {
  font-size: 0.8em;
}

.item .title {
  display: block;
  margin-bottom: 10px;
  font-size: 1em;
  margin: 0 0 10px;
  padding: 0;
}

.item .posted {
  float: right;
  font-size: 0.9em;
  line-height: 1.7em;
  margin-right: -20px;
}

.item .taglist {
  float: left;
}

.item .taglist a {
  background-color: white;
  color: #7ccc00;
  border: 1px solid #7ccc00;
}

.item .taglist a:hover {
  color: white;
  cursor: pointer;
  background-color: #7ccc00;
}

.taglist a {
  font-size: 0.8125em;
  display: inline-block;
  padding: 3px 6px;
  background-color: #7ccc00;
  color: white;
  margin-right: 4px;
}

.taglist a:hover {
  background-color: #85db00;
  text-decoration: none;
}

.paging {
  text-align: center;
  margin: 20px 0 0;
}

.paging span {
  font-size: 0.9em;
  color: #999;
}

/*=======================
    Detail page
=========================*/
.detail-top {
  margin: 20px 0 40px;
}

.float-right {
  float: right;
  padding: 0;
}

.userInfo {
  background-color: #EBEAFF;
  padding: 20px;
  font-size: 0.9333em;
}

.userInfo .date {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.userInfo .date span {
  margin-right: 6px;
}

.userInfo img {
  float: left;
  margin-right: 10px;
}

.userInfo .score {
  font-weight: bold;
}

.posted-item .votes {
  width: 120px;
  float: left;
  text-align: center;
  padding: 16px 0;
}

.posted-item .votes .data {
  font-size: 1.6em;
  text-align: center;
  padding: 0 0 14px;
}

.posted-item .votes a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  position: relative;
  font-size: 0.875em;
  color: grey;
  transition: all ease-in .15s;
}

.posted-item .votes a .glyphicon {
  top: 10px;
}

.posted-item .votes a:hover {
  color: #7ccc00;
}

.posted-item .votes a.downvote:hover {
  color: red;
}

.posted-item .votes .maynotselect {
  color: #efebeb;
  border-color: #efebeb;
}

.posted-item .votes .maynotselect:hover {
  color: #efebeb;
}

.posted-item .votes .selected {
  color: #7ccc00;
  border-color: #7ccc00;
}

.posted-item .votes .selected:hover {
  color: #7ccc00;
}

.posted-item .votes .downvote.selected {
  color: red;
  border-color: red;
}

.posted-item .votes .downvote.selected:hover {
  color: red;
}

.posted-item #upvote {
  margin-right: 4px;
}

.detail {
  margin-left: 120px;
  margin-bottom: 40px;
}

.detail .title {
  padding: 20px;
  border: 1px solid #ddd;
  border-bottom: 0;
}

.detail .title h1 {
  margin: 0;
  font-size: 2em;
  word-wrap: break-word;
  line-height: 1;
}

.detail .content {
  padding: 20px;
  border: 1px solid #ddd;
}

.detail .comments {
  background: #faf9ff;
  border: 1px solid #ddd;
  border-top: none;
}

.detail .comments .add-comment {
  padding: 10px 20px;
  background: white;
}

.detail .comment {
  border-bottom: 1px solid #ddd;
  padding: 6px 20px 8px;
  font-size: 0.9333em;
  word-wrap: break-word;
}

.detail .comment .metadata i {
  margin: 0 4px;
  color: #999;
}

.detail .comment a {
  display: inline-block;
}

.content .btn-link {
  padding: 2px 8px;
  border: 1px solid #DDDDDD;
  color: #F44336;
  transition: all ease-in .15s;
}

.content .btn-link:hover {
  border-color: #F44336;
  text-decoration: none;
}

/* Answers */
.answers-title {
  padding: 10px 15px;
  /*background-color: #EBEAFF;*/
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.answers-title h3 {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.answer {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

/*=======================
    Dashboard
=========================*/
.head-bg {
  background-color: #373277;
  padding: 18px 20px 14px;
  color: white;
  border-radius: 5px 5px 0 0;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}

.top,
.overview-top {
  margin-bottom: 40px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}

.top h1,
.top h2,
.overview-top h1,
.overview-top h2 {
  font-size: 1.7em;
  font-weight: bold;
  margin: 40px 0 20px;
  color: #373277;
}

.dashboard .top {
  padding-bottom: 40px;
}

.userdetail .img {
  width: 100px;
  height: 100px;
  float: left;
  background-color: #DDD;
}

.userdetail .media-left {
  padding-right: 30px;
}

.userdetail .media-heading {
  margin-top: 16px;
  font-size: 1em;
  font-weight: bold;
  color: #FF5722;
}

/*=======================
    Notifications
=========================*/
.list-group-item {
  padding-bottom: 24px;
}

.list-group-item .date {
  position: absolute;
  bottom: 9px;
  font-size: 0.825em;
  font-style: italic;
}

#notifications {
  background-color: white;
}

#notifications ul {
  border-right: 1px solid;
  border-left: 1px solid;
  border-color: #ddd;
  list-style: none;
  padding: 0;
  margin: 0;
}

#notifications ul li:last-child a {
  border-bottom: none;
}

#notifications ul a {
  color: grey;
  display: block;
  padding: 10px 80px 10px 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
  -ms-word-break: break-word;
  word-break: break-word;
}

#notifications ul a.link-new {
  background-color: #F4F9ED;
  color: green;
}

#notifications .label {
  margin-right: 6px;
  display: inline-block;
  padding: 2px 4px;
}

#notifications .label.label-new {
  margin-right: 9px;
}

#notifications .date {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: .85em;
  font-style: italic;
  color: #999;
}

.label-read {
  background-color: grey;
  font-weight: normal;
}

.label-new {
  background-color: #8BC34A;
}

.label-teacher {
  background-color: #FFE500;
  color: black;
}

.tab-content {
  padding-top: 30px;
}

a.view-all {
  display: block;
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 14px 0;
  color: grey;
  transition: all .2s ease-in-out;
}

a.view-all:hover {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #111;
}

.rank {
  border-left: 1px solid #ddd;
  padding-left: 40px;
}

.rank img {
  float: left;
}

.rank .media-left {
  padding-right: 30px;
}

.rank .rank-badge {
  width: 64px;
  height: 64px;
  margin-top: 10px;
}

.rank .text {
  margin: 16px 0 4px;
}

.rank .media-body {
  max-width: 400px;
}

.rank .media-heading {
  margin: 0 0 10px;
  font-size: 1em;
  font-weight: bold;
}

.rank .score {
  margin: 4px 0 0;
  font-size: 0.9em;
}

.rank .score span {
  float: right;
}

.item-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.item-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}

.item-list li:last-child {
  border: none;
}

.item-list li .label {
  display: inline-block;
  padding: 8px 10px;
  background-color: none;
  border: 1px solid #ccc;
  font-size: 1em;
  color: grey;
  margin-right: 20px;
}

.item-list li .label-positive {
  border-color: #8BC34A;
  color: green;
}

.item-list li .label-negative {
  border-color: red;
}

/*=======================
    Media Queries
=========================*/
/* Large (bootstrap lg)*/
/* Only Medium (bootstrap md) */
/* Medium (bootstrap md)*/
@media only screen and (max-width: 991px) {
  .container {
    width: 100%;
  }
  .overview-right {
    float: none;
  }
}

/* Small (bootstrap sm)*/
@media only screen and (max-width: 768px) {
  .navbar-studentenhub .navbar-collapse {
    background-color: #262353;
  }
}

/* Extra small (bootstrap xs)*/
/* Custom Phone */
