.icon-github {
  background: no-repeat url("../img/github-16px.png");
  width: 16px;
  height: 16px;
}

.bootstrap-tagsinput {
  width: 100%;
}

.accordion {
  margin-bottom: -3px;
}

.accordion-group {
  border: none;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
  display: none;
}

.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  cursor: pointer;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* create listing popup */
/* .ns-effect-scale { */
  /* background: #202124 !important; */
/* } */
/*  */
/* .ns-effect-scale, */
/* .ns-effect-scale a, */
/* .ns-effect-scale { */
  /* color: #fff !important; */
/* } */
/*  */
/* .ns-close::before, */
/* .ns-effect-scale .ns-close::after { */
  /* background: #fff !important; */
/* } */
/*  */
/* .ns-close { */
  /* right: 15px !important; */
  /* top: 33% !important; */
/* } */
/*  */
/* .ns-box { */
  /* padding: 22px 50px 22px 22px !important; */
/* } */

/* .ns-growl { */
  /* max-width: 60% !important; */
  /* bottom: 5% !important; */
  /* top: unset !important; */
  /* z-index: 10000000; */
/* } */

/* .ns-close::before, */
/* .ns-close::after { */
  /* width: 2px !important; */
/* } */

.form-error {
  text-align: left;
  font-size: 14px;
  color: red;
  padding: 5px;
}

.notification-popup--overlay.open {
  position: fixed;
/*  width: 100vw;*/
  /*height: 100vh;*/
  display: block !important;
}

.notification-popup--overlay {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  /*top: 0;*/
  top: 85%;
  left: 2%;
  z-index: 100000002;
}

#notification-popup {
  display: none;
}

#notification-popup .ns-box.ns-growl {
  position: unset;
  display: flex;
  background-color: #343A4C;
  max-width: 500px;
}

#notification-popup .ns-box.ns-growl .ns-close {
  position: relative;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#notification-popup .ns-box.ns-growl .ns-close::before, 
#notification-popup .ns-box.ns-growl .ns-close::after {
  background: #fff;
  height: 15px;
  left: 70%;
  top: 30%;
  color: #fff;
}

.ns-box {
	margin-top: 10px;
}