/**
 * Form for Settings pages
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

a.help-toggle,
button.help-toggle {
  opacity: .3;
  border: none;
  cursor: pointer;
  font-size: 16px;
  background: none;
  padding: 0;
  color: #000000;
}

a.help-toggle.white,
button.help-toggle.white {
  opacity: .6;
  color: #ffffff;
}

a.help-toggle.--small,
button.help-toggle.--small {
  font-size: 13px;
}

a.help-toggle.white:hover,
button.help-toggle.white:hover {
  color: #ffffff;
}

a.help-toggle.right-corner,
button.help-toggle.right-corner {
  top: 0;
  right: -.5rem;
  position: absolute;
}

a.help-toggle.top-right,
button.help-toggle.top-right {
  top: 1.5rem;
  right: .5rem;
  position: absolute;
}

a.help-toggle:hover,
button.help-toggle:hover {
  opacity: 1;
  color: black;
}

.popover {
  width: 450px;
  z-index: 9999;
  max-width: 450px;
}

.popover-content {
  padding: 25px 30px 20px;
}

.popover-content p small {
  font-size: 65%;
}

a.popover-close,
.popover-content button.popover-close {
  border: none;
  border-bottom: 1px dashed #1876e0;

  color: #1876e0;
  font-size: 16px;
  margin-top: 1rem;
  background: none;
}

.popover-title {
  font-size: 16px;
  font-weight: bold;
  padding: 14px 14px;
}

.popover-content p {
  font-size: 16px;
  margin-bottom: 12px;
}

.popover-content ul {
  font-size: 14px;
}

/* Global */













#content .row {
  margin-top: 0 !important;
}

#subnav .menu-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.profile .resume {
  position: inherit;
  top: -40px;
  z-index: 15;
  padding-right: 30px;
  padding-left: 30px;
}

#subnav h2,
#subnav h3,
#subnav h3,
#subnav h4,
#subnav h5 {
  line-height: 64px;
  margin: 0;

}



.group-notification {
  background: #f7e98d;
  padding: 15px 0;
  border: 1px solid #e6d5b3;
  position: fixed;
  width: 100%;
  top: 121px;
  z-index: 16;
}
