html,
body {
  width: 100%;
  height: 100%;
}
body {
  display: table;
}
body h1,
body h2,
body h3,
body p {
  margin-bottom: 24px;
}
body h2,
body h3 {
  margin-top: 40px;
}
#autocomplete-results-container {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  display: none;
  margin-right: 15px;
  margin-left: 15px;
  background-color: white;
  border: 1px solid black;
}
#autocomplete-results-container .autocomplete-row-data {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #000;
}
#autocomplete-results-container .autocomplete-row-data :focus {
  background-color: #66afe9;
}
#autocomplete-results-container .autocomplete-row-id {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#autocomplete-results-container .autocomplete-row-owners {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer {
  display: table-row;
  height: 1px;
  font-size: 1em;
  color: #e3ebf1;
  background-color: #002440;
}
.footer .footer-heading {
  display: block;
  margin-bottom: 11px;
  font-size: 20px;
}
.footer .container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.footer a {
  color: #e3ebf1;
}
.footer .footer-release-info {
  margin-top: 20px;
  font-size: .85em;
}
@media (min-width: 992px) {
  .footer .footer-dotnet-foundation-logo {
    text-align: right;
  }
  .footer .footer-release-info {
    padding-left: 0;
  }
}
.row-gap {
  margin-top: 50px;
}
.search-container {
  padding-top: 16px;
  padding-bottom: 16px;
}
.main-container {
  height: auto;
  padding-bottom: 75px;
}
.navbar-logo {
  margin: 8px 20px 0 0;
}
.dropdown-menu {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .dropdown-menu .dropdown-profile {
    padding-top: 5px;
  }
}
.dropdown-menu .dropdown-profile .dropdown-username {
  font-size: 20px;
}
.dropdown-menu .dropdown-profile .dropdown-email {
  font-size: 14px;
}
.btn-search {
  height: 36px;
}
.icon-link .ms-Icon,
.icon-text .ms-Icon {
  position: relative;
  top: 2px;
}
.icon-link:hover,
.icon-link:focus {
  text-decoration: none;
}
.icon-link:hover span,
.icon-link:focus span {
  text-decoration: underline;
}
.dependency-groups h4 {
  line-height: 1.4;
}
.dependency-groups h4 > span {
  margin-bottom: 3px;
  border-bottom: 1px solid #d8d8d8;
}
.dependency-group li span {
  color: #666;
}
.borderless > tbody > tr > td {
  border: none;
}
.no-clickonce {
  display: none;
}
.tag {
  padding: 2px 10px;
  margin: 0 2px;
  line-height: 2em;
  color: #2e6da4;
  background-color: #eff9ff;
}
.tag:hover,
.tag:focus {
  color: #23527c;
}
.banner {
  padding-top: 5px;
  padding-bottom: 10px;
}
.banner span {
  font-size: 1.25em;
  line-height: 1.75em;
}
.banner .ms-Icon {
  position: relative;
  top: 2px;
}
.banner a {
  color: #23527c;
}
.banner a:hover,
.banner a:focus {
  color: #122b40;
}
.banner.banner-bright {
  background: yellow;
}
.banner.banner-notice {
  background: #f4f4f4;
}
.alert a {
  color: #2e6da4;
}
.alert a:hover,
.alert a:focus {
  color: #23527c;
}
.alert-transient .alert {
  padding: 10px;
  margin: 0;
}
.alert-transient-jumbotron {
  background-color: #004880;
}
.ms-Icon-ul {
  margin-left: 24px;
}
.ms-Icon-ul li {
  position: relative;
}
.ms-Icon-ul li i.ms-Icon {
  position: absolute;
  left: -24px;
}
h2 .ms-Icon,
h3 .ms-Icon {
  position: relative;
  top: -2px;
  font-size: .6em;
}
h2 a,
h3 a,
h2 a:hover,
h3 a:hover,
h2 a:focus,
h3 a:focus,
h2 a:active,
h3 a:active {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  img.package-icon {
    max-width: 60px;
    max-height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .hidden-tiny {
    display: none;
  }
}
img.package-icon {
  margin-right: auto;
  margin-left: auto;
}
img.reserved-indicator-icon {
  margin-right: auto;
  margin-left: auto;
}
.package-list {
  padding-left: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: -5px;
  line-height: 20px;
  color: #666;
}
.package-list a {
  color: #666;
}
.package-list li {
  display: list-item;
  list-style: none;
}
@media (min-width: 768px) {
  .package-list li {
    display: inline-block;
  }
  .package-list li + li {
    padding-left: 10px;
    margin-left: 10px;
    border-color: #dbdbdb;
    border-width: 1px;
    border-left-style: solid;
  }
}
.package-title-text {
  margin-bottom: 0;
}
.icon-bar {
  border: 1px solid #fff;
}
.disabled {
  pointer-events: none;
  opacity: .75;
}
.radio .label-sibling,
.checkbox .label-sibling {
  margin-left: 20px;
}
.break-word {
  word-break: normal;
  word-break: break-word;
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.showOnFocus {
  display: block;
  height: 0;
  overflow: hidden;
  line-height: 0;
}
.showOnFocus:focus {
  height: 2em;
  line-height: 2em;
  color: #e3ebf1;
}
.breadcrumb-title {
  margin-bottom: 0;
}
.breadcrumb-divider {
  margin-top: 15px;
  margin-bottom: 15px;
}
.breadcrumb-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 33px;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
.breadcrumb-menu h1 {
  margin-top: 0;
}
.modal-backdrop.in {
  position: fixed;
  height: 100%;
  opacity: .8 !important;
}
.modal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  overflow: hidden;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
.modal-container .modal-box {
  width: -webkit-calc(100% - 40px);
  width:         calc(100% - 40px);
  min-width: 320px;
  max-width: 448px;
  min-height: 364px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background-color: white;
  border-radius: 8px;
}
.modal-container .modal-box .modal-title {
  padding: 15px;
  color: white;
  background-color: #4181b8;
}
.modal-container .modal-box .modal-title .dismiss-button {
  float: right;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-container .modal-box .modal-body {
  padding: 0;
  font-size: 14px;
}
.modal-container .modal-box .modal-body .tag-node {
  padding: 13px;
  text-align: left;
  background-color: #fff4ce;
}
.modal-container .modal-box .modal-body .tag-node .title-text {
  vertical-align: top;
}
.modal-container .modal-box .modal-body .action-node {
  padding: 0 6%;
  text-align: center;
}
.modal-container .modal-box .modal-body .action-button {
  font-size: 16px;
  line-height: 2em;
}
.modal-container .modal-box .modal-body .form-button-node {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 65%;
  text-align: center;
}
.modal-container .modal-box .modal-body .username-submit {
  padding-top: 13%;
}
.modal-container .modal-box .modal-body .email-submit {
  padding-top: 16%;
}
.modal-container .modal-box .modal-body .close-button {
  padding-top: 27%;
}
.modal-container .modal-box .modal-body .text-label {
  padding: 15px;
}
.modal-container .modal-box .modal-body .form-error-message {
  float: left;
  padding-top: 6px;
}
.modal-container .modal-box .modal-body .text-row {
  padding-top: 13px;
}
.modal-container .modal-box .modal-body .transform-text {
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
  margin: 0;
}
#edit-metadata-form-container .loading:after {
  display: inline-block;
  /* ascii code for the ellipsis character */
  width: 0;
  overflow: hidden;
  vertical-align: bottom;
  content: "\2026";
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
       -o-animation: ellipsis steps(4, end) 900ms infinite;
          animation: ellipsis steps(4, end) 900ms infinite;
}
@-o-keyframes ellipsis {
  to {
    width: 20px;
  }
}
@keyframes ellipsis {
  to {
    width: 20px;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 20px;
  }
}
#edit-metadata-form-container .dependency-set-title {
  font-size: 1.2em;
}
#edit-metadata-form-container .dependency-container .dependency-versionspec {
  font-size: .6em;
  color: gray;
}
#edit-metadata-form-container .dependency-container .dependency-id {
  font-size: .8em;
}
#edit-metadata-form-container .dependency-container .dependency-none {
  font-size: .8em;
}
#edit-metadata-form-container .tall-text-input {
  height: 6em;
}
#edit-metadata-form-container .verify-package-field .verify-package-field-heading {
  font-size: .75em;
  font-weight: 700;
}
#edit-metadata-form-container #icon-preview {
  max-width: 300px;
  max-height: 300px;
}
@media (-ms-high-contrast: active) {
  svg {
    color: WindowText;
  }
  svg text {
    fill: WindowText;
  }
  .popover .arrow {
    display: none;
  }
  .dropdown-menu .divider {
    border-bottom: 1px solid windowText;
  }
}
.list-packages .package {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  word-break: normal;
  word-break: break-word;
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.list-packages .package .package-header .package-title {
  font-size: 24px;
  font-weight: 300;
  line-height: .9;
}
.list-packages .package .package-header .reserved-indicator {
  width: 20px;
  margin-top: 3px;
  margin-left: 3px;
  vertical-align: top;
}
.list-packages .package .package-header .package-by {
  margin-left: 10px;
  color: #000;
}
@media (max-width: 480px) {
  .list-packages .package .package-header .package-by {
    display: block;
    margin-left: 0;
  }
}
.list-packages .package .package-title {
  margin-top: 2px;
  font-size: 16px;
}
.list-packages .package .manage-package {
  margin-top: 8px;
  margin-bottom: 0;
}
.list-packages .package .package-details {
  margin-top: 8px;
  line-height: 20px;
  color: #000;
}
@media (min-width: 768px) {
  .list-packages .package .package-list {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .list-packages .package .package-list li {
    display: inline;
  }
}
.pager {
  margin-top: 75px;
  margin-bottom: 0;
}
.user-package-list .manage-package-listing .package-icon {
  min-width: 20px;
  max-height: 2em;
}
.user-package-list .manage-package-listing .reserved-indicator-icon {
  min-width: 20px;
  max-height: 2em;
}
.user-package-list .manage-package-listing .align-middle {
  vertical-align: middle;
}
.user-package-list .manage-package-listing .package-id {
  word-break: normal;
  word-break: break-word;
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.user-package-list .manage-package-listing .reserved-id {
  word-break: normal;
  word-break: break-word;
  word-wrap: break-word;

  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .user-package-list .manage-package-listing .package-controls {
    white-space: nowrap;
  }
}
.user-package-list .table {
  border-bottom: 1px solid #ddd;
}
.page-about .contributors .contributor {
  padding: 5px;
}
.page-about .contributors .contributor .avatar {
  width: 75px;
  height: 75px;
}
.page-account-settings h1 {
  margin-bottom: 0;
}
.page-account-settings h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.page-account-settings .form-section-title {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-account-settings .form-section-title {
    float: left;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .page-account-settings .form-section-data {
    float: right;
    margin-top: 40px;
    line-height: 3;
    text-align: right;
  }
}
.page-account-settings .panel {
  margin-top: 5px;
}
.page-account-settings .form-group + .form-group .btn {
  margin-top: 20px;
}
.page-account-settings .login-account-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  padding-top: 10px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-account-settings .certificates-form {
  display: inline-block;
  width: 100%;
}
.page-account-settings .expired-certificate {
  font-weight: bold;
  color: #a94442;
}
.page-api-keys .example-commands {
  padding: 8px 10px;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  color: #fff;
  background-color: #002440;
}
.page-api-keys h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.page-api-keys h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
}
.page-api-keys .in.in-inline {
  display: inline;
}
.page-api-keys .upsert-api-key ul {
  padding-left: 0;
  list-style: none;
}
.page-api-keys .upsert-api-key ul ul {
  padding-left: 20px;
}
.page-api-keys .upsert-api-key .panel {
  margin-bottom: 0;
}
.page-api-keys .upsert-api-key .available-packages .panel-body {
  height: 204px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: auto;
}
.page-api-keys .upsert-api-key .glob-pattern-hint .panel-body {
  height: 282px;
}
.page-api-keys .add-api-key {
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.page-api-keys .add-api-key > .panel {
  margin-top: 16px;
}
.page-api-keys .api-key-details {
  padding: 20px 0;
}
.page-api-keys .api-key-details .ms-Icon {
  position: relative;
  top: 2px;
}
.page-api-keys .api-key-details .icon-details {
  margin: 10px 0;
  color: #666;
}
.page-api-keys .api-key-details .icon-details li {
  padding: 0;
}
.page-api-keys .api-key-details .icon-details li + li {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #dbdbdb;
}
.page-api-keys .api-key-details:not(:first-child) {
  border-top: 1px solid #dbdbdb;
}
.page-blog {
  margin-top: 33px;
}
.page-blog h1 {
  margin-top: 0;
}
.page-blog .follow-us {
  margin-top: 5px;
}
.page-blog .follow-us img {
  margin-left: 10px;
}
.page-blog-index {
  margin-top: 33px;
}
.page-blog-index h1 {
  margin-top: 0;
}
.page-blog-index .follow-us {
  margin-top: 5px;
}
.page-blog-index .follow-us img {
  margin-left: 10px;
}
.page-blog-index p {
  margin-bottom: .75em;
}
.page-blog-index p:last-child {
  margin-bottom: 0;
}
.page-blog-index .post {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.page-blog-index .post .title {
  font-size: 2em;
}
.page-blog-index .post:last-child {
  border-bottom: 1px solid #ddd;
}
.page-blog-index .pagination-row {
  margin-top: 20px;
}
.page-blog-archive {
  margin-top: 33px;
}
.page-blog-archive h1 {
  margin-top: 0;
}
.page-blog-archive .follow-us {
  margin-top: 5px;
}
.page-blog-archive .follow-us img {
  margin-left: 10px;
}
.page-blog-archive .table-lg {
  font-size: 1.25em;
}
.page-blog-archive .table-lg td {
  padding: 20px 0;
}
.page-blog-archive .table-lg tr:last-child td {
  border-bottom: 1px solid #ddd;
}
.page-blog-archive .table-lg td + td {
  padding-left: 30px;
}
.page-blog-post {
  margin-top: 33px;
}
.page-blog-post h1 {
  margin-top: 0;
}
.page-blog-post .follow-us {
  margin-top: 5px;
}
.page-blog-post .follow-us img {
  margin-left: 10px;
}
.page-blog-post h1 {
  font-size: 60px;
}
.page-blog-post .post-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-delete-account .green-check {
  font-size: 25px;
  color: green;
}
.page-delete-account .red-check {
  font-size: 25px;
  color: red;
}
.page-package-details .no-border {
  border: 0;
}
.page-package-details h1 {
  margin-bottom: 0;
}
.page-package-details .package-title {
  margin-bottom: 24px;
}
.page-package-details .package-title div {
  margin-top: 2px;
}
.page-package-details .package-title .reserved-indicator {
  width: 25px;
}
.page-package-details .failed-validation-alert-list {
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-package-details .package-details-main {
  word-break: normal;
  word-break: break-word;
  word-wrap: break-word;

  overflow-wrap: break-word;
}
.page-package-details .package-details-main .signature-info-cell {
  max-width: 1em;
  padding-right: 0;
  padding-left: 0;
  cursor: default;
}
.page-package-details .package-details-main .signature-info-cell .signature-info {
  padding-left: 6px;
}
.page-package-details .package-details-info .ms-Icon-ul li {
  margin-bottom: 15px;
}
.page-package-details .package-details-info .ms-Icon-ul img.icon {
  position: absolute;
  left: -24px;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.page-package-details .owner-list li {
  margin-bottom: 8px;
}
.page-package-details .owner-list img {
  margin-right: 8px;
}
.page-package-details .share-buttons img {
  display: inline-block;
  margin-right: 8px;
}
.page-package-details .install-tabs {
  font-size: .8em;
}
.page-package-details .install-tabs ul {
  margin-left: 0;
}
.page-package-details .install-tabs .nav-tabs {
  border: 0;
}
.page-package-details .install-tabs .nav-tabs > li {
  padding: 0;
  margin-right: 5px;
  margin-bottom: 0;
}
.page-package-details .install-tabs .nav-tabs > li > a {
  padding: 5px 10px;
  margin: 0;
  color: #000;
  background-color: #eaeaea;
  border: 0;
}
.page-package-details .install-tabs .nav-tabs > li.active > a {
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  background-color: #002440;
  border: 0;
}
.page-package-details .install-tabs .tab-content {
  height: 79px;
}
.page-package-details .install-tabs .tab-content .tab-pane > div {
  display: table;
  height: 1px;
}
.page-package-details .install-tabs .tab-content .tab-pane .install-script {
  display: table-cell;
  width: 100%;
  max-width: 1px;
  padding: 0 10px 8px 10px;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  line-height: 1.5;
  color: #fff;
  background-color: #002440;
  border-color: #002440;
  border-style: solid;
  border-width: 1px 0 1px 1px;
}
.page-package-details .install-tabs .tab-content .tab-pane .copy-button {
  display: table-cell;
}
.page-package-details .install-tabs .tab-content .tab-pane .copy-button button {
  height: 100%;
  min-height: 42px;
  line-height: 1.5;
  vertical-align: baseline;
}
.page-package-details .install-tabs .tab-content .tab-pane .alert {
  width: 100%;
  margin: 0;
}
.page-downloads .list-tools li {
  margin-top: 20px;
}
.page-edit-package .readonly {
  display: none;
}
.page-error {
  margin-top: 48px;
}
.page-error .oops {
  margin-bottom: 10px;
  font-size: 6em;
}
.page-error .error-title {
  margin-bottom: 60px;
  font-size: 3em;
}
.page-error .error-text {
  margin-bottom: 40px;
}
.page-error .error-text .text-main {
  margin-bottom: 20px;
  font-size: 2.5em;
}
.page-error .error-text .text-sub {
  font-size: 2em;
}
.page-error .error-action {
  margin-bottom: 20px;
  font-size: 1.25em;
}
.page-forgot-password .deprecate-alert {
  padding: 0;
  margin-top: -15px;
}
.page-forgot-password .forgot-form {
  margin-top: 20px;
}
.page-home .jumbotron {
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.page-home .jumbotron h1 {
  margin: 32px;
}
.page-home .what-is-nuget {
  padding-bottom: 75px;
  font-size: 1.15em;
}
.page-home .triangle:after {
  position: absolute;
  bottom: -7px;
  display: block;
  width: 0;
  content: "";
  border-color: #fff transparent;
  border-style: solid;
  border-width: 7px 7px 0;
}
@media screen and (-ms-high-contrast: active) {
  .page-home .triangle:after {
    display: none;
  }
  .page-home .circuit-board-label {
    border: 1px solid windowText;
  }
}
.page-home .circuit-board {
  position: relative;
  width: 768px;
  height: 396px;
  margin: 0 auto;
  margin-top: 20px;
  background-image: url('../img/circuit-board.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
}
.page-home .circuit-board .circuit-board-label {
  position: absolute;
  height: 75px;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px black;
          box-shadow: 0 0 3px black;
}
.page-home .circuit-board .circuit-board-label h3,
.page-home .circuit-board .circuit-board-label h5 {
  margin: 9px 0 0 0;
}
.page-home .circuit-board .circuit-board-pd {
  top: 10px;
  left: 377px;
  float: left;
  width: 200px;
}
.page-home .circuit-board .circuit-board-pd.triangle:after {
  left: 20px;
}
.page-home .circuit-board .circuit-board-pv {
  top: 63px;
  left: 0;
  float: left;
  width: 144px;
}
.page-home .circuit-board .circuit-board-pv.triangle:after {
  right: 30px;
}
.page-home .circuit-board .circuit-board-up {
  top: 87px;
  right: 0;
  float: right;
  width: 144px;
}
.page-home .circuit-board .circuit-board-up.triangle:after {
  left: 30px;
}
.page-list-packages h1 {
  margin-bottom: 33px;
}
.page-list-packages .row-heading .cell-heading h1 {
  word-break: normal;
  word-break: break-word;
  word-wrap: break-word;

  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  .page-list-packages .row-heading {
    display: table;
    width: 100%;
  }
  .page-list-packages .row-heading .cell-heading {
    display: table-cell;
    text-align: left;
  }
  .page-list-packages .row-heading .cell-controls {
    display: table-cell;
    margin-top: 42px;
    text-align: right;
    white-space: nowrap;
  }
}
.page-manage-organizations h1 {
  margin-bottom: 0;
}
.page-manage-organizations h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.page-manage-organizations .form-section-title {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-manage-organizations .form-section-title {
    float: left;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .page-manage-organizations .form-section-data {
    float: right;
    margin-top: 40px;
    line-height: 3;
    text-align: right;
  }
}
.page-manage-organizations .panel {
  margin-top: 5px;
}
.page-manage-organizations .form-group + .form-group .btn {
  margin-top: 20px;
}
.page-manage-organizations .certificates-form {
  display: inline-block;
  width: 100%;
}
.manage-members-listing tbody:first-child {
  border-style: hidden;
}
.members-list .manage-members-listing {
  margin-bottom: 0;
}
.members-list .manage-members-listing .alert-container .alert {
  margin-top: 0;
}
.members-list .manage-members-listing .role-description {
  margin-top: 25px;
  margin-bottom: 25px;
}
.members-list .manage-members-listing .member-item hr {
  margin-top: 8px;
  margin-bottom: 8px;
}
.members-list .manage-members-listing .member-item .member-column {
  display: table;
  height: 36px;
}
.members-list .manage-members-listing .member-item .member-column div {
  display: table-cell;
  vertical-align: middle;
}
.page-manage-owners h2 .ms-Icon {
  position: relative;
  top: -2px;
  font-size: .6em;
}
.page-manage-owners h2 a {
  color: #000;
  text-decoration: none;
}
.page-manage-owners h2 a:hover {
  text-decoration: none;
}
.page-manage-owners .current-owner {
  margin-bottom: 10px;
}
.page-manage-owners .current-owner .remove-owner a {
  color: #df001e;
}
.page-manage-owners .current-owner .remove-owner a .ms-Icon {
  position: relative;
  top: 3px;
}
.page-manage-owners .current-owner .remove-owner-disabled a {
  color: #555;
}
.page-manage-owners .current-owner .remove-owner-disabled a .ms-Icon {
  position: relative;
  top: 3px;
}
.page-manage-owners .current-owner .remove-owner a:hover,
.page-manage-owners .current-owner .remove-owner a:active {
  color: #ac0017;
}
.page-manage-owners .current-owner .remove-owner-disabled a:hover,
.page-manage-owners .current-owner .remove-owner-disabled a:active {
  color: #3c3c3c;
}
.page-manage-owners .current-owner .remove-owner-disabled .icon-link:hover span {
  text-decoration: none;
}
.page-manage-packages .organizations-divider,
.page-manage-packages .packages-divider {
  color: #dbdbdb;
}
.page-manage-packages h1 {
  margin-bottom: 0;
}
.page-manage-packages h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.page-manage-packages .organizations-empty {
  margin-top: 60px;
}
.page-manage-packages .subtitle {
  margin-top: 33px;
}
.page-manage-packages .form-section-title {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-manage-packages .form-section-title {
    float: left;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .page-manage-packages .form-section-data {
    float: right;
    margin-top: 40px;
    line-height: 3;
    text-align: right;
  }
}
.page-manage-packages .panel {
  margin-top: 5px;
}
.page-manage-packages .manage-package-listing .ms-Icon {
  position: relative;
  top: 2px;
}
.page-manage-packages .inner-table {
  margin-bottom: 0;
}
.page-manage-packages .required-signer {
  width: 100%;
  max-width: 90%;
}
.page-delete-package h1 {
  margin-bottom: 0;
}
.page-delete-package #show-delete-package {
  color: #df001e;
}
.page-profile .profile-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 50px;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
          align-items: baseline;
}
.page-profile .profile-title h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.285em;
  font-weight: 300;
}
.page-profile .profile-title .verified {
  margin-left: 16px;
  font-size: 14px;
  color: #068918;
}
.page-profile .profile-title .organization-subtitle-divider {
  color: #dbdbdb;
}
.page-profile .profile-title-divider {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-profile .profile-details img {
  margin-top: 50px;
}
.page-profile .profile-details .statistics {
  font-weight: 300;
  color: #000;
}
.page-profile .profile-details .statistics .statistic {
  padding: 0;
  margin-top: 20px;
}
.page-profile .profile-details .statistics .statistic .value {
  font-size: 34px;
}
.page-profile .profile-details .statistics .statistic .description {
  font-size: 24px;
}
.page-report-abuse .report-form #alreadycontactedowner-label {
  display: inline;
}
.page-report-abuse .report-form #form-field-confirm-delete {
  margin: 20px 0;
}
.page-report-abuse .report-form .infringement-claim-requirements h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.page-reset-password .reset-form {
  margin-top: 80px;
}
.page-sign-in .deprecate-alert {
  padding: 0;
  margin-top: -15px;
}
.page-sign-in .provider-button {
  font-size: 16px;
  line-height: 2em;
}
.page-sign-in .provider-button img {
  margin-right: 5px;
  margin-bottom: 1px;
}
.page-sign-in .nuget-signin {
  margin: 20px;
  font-size: 14px;
}
.page-sign-in .create-provider-account {
  margin-top: 10px;
  font-size: 14px;
}
.page-sign-in .or-row {
  margin: 20px;
}
.page-statistics-most-downloaded .show-all-packages-toggle {
  font-weight: bold;
}
.page-statistics-most-downloaded .table {
  margin-top: 40px;
  table-layout: fixed;
}
.page-statistics-most-downloaded .table thead {
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.page-statistics-most-downloaded .table thead th {
  font-weight: bold;
}
.page-statistics-most-downloaded .table thead .packages th:nth-child(1) {
  width: 10%;
}
.page-statistics-most-downloaded .table thead .packages th:nth-child(2) {
  width: 70%;
}
.page-statistics-most-downloaded .table thead .packages th:nth-child(3) {
  width: 20%;
}
.page-statistics-most-downloaded .table thead .package-versions th:nth-child(1) {
  width: 10%;
}
.page-statistics-most-downloaded .table thead .package-versions th:nth-child(2) {
  width: 50%;
}
.page-statistics-most-downloaded .table thead .package-versions th:nth-child(3) {
  width: 20%;
}
.page-statistics-most-downloaded .table thead .package-versions th:nth-child(4) {
  width: 20%;
}
.page-statistics-most-downloaded .table tbody {
  margin-bottom: 20px;
}
.page-statistics-most-downloaded .table tbody td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-statistics-overview td {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-statistics-overview .stats-title-text {
  margin-bottom: 10px;
  font-size: 1.6em;
}
.page-statistics-overview .chart {
  width: 98%;
  height: 300px;
}
.page-statistics-overview circle.graph-dot {
  fill: steelblue;
}
.page-statistics-overview circle.graph-dot:hover {
  fill: orange;
}
.page-statistics-overview rect.graph-bar {
  fill: steelblue;
}
.page-statistics-overview rect.graph-bar:hover {
  fill: orange;
}
.page-statistics-overview line.graph-line {
  stroke: steelblue;
  stroke-width: 2;
}
.page-statistics-overview text.graph-x-axis-text {
  font-size: .8em;
}
.page-statistics-overview text.graph-x-axis-date {
  font-size: .6em;
}
.page-statistics-overview text.graph-y-axis-text {
  font-size: .9em;
}
.page-stats-per-package .stats-table-control {
  margin-top: 40px;
}
.page-stats-per-package .stats-table-footer {
  border: none;
}
.page-stats-per-package .stats-table-footer td {
  border: none;
}
.page-stats-per-package .stats-table-footer tr {
  border: none;
}
.page-stats-per-package #hidden-rows {
  border-top: none;
}
.page-stats-per-package .loader {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
       -o-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page-stats-per-package #loading-placeholder {
  display: none;
}
.page-stats-per-package #stats-graph-svg .axis path {
  display: none;
}
.page-stats-per-package #stats-graph-svg .long text {
  font-size: .8em;
}
.page-stats-per-package #stats-graph-svg .bar {
  fill: steelblue;
}
.page-stats-per-package #stats-graph-svg .bar:hover {
  fill: orange;
}
.page-stats-per-package #stats-graph-svg .bartext {
  font-size: 1em;
}
.page-stats-per-package #stats-graph-svg p {
  margin-bottom: none;
}
.page-status .status-general {
  padding: 13px;
  margin-bottom: 24px;
}
.page-status .status-general p {
  margin: 0;
}
.page-status .status-general i {
  vertical-align: middle;
}
.page-status .status-general .text-span {
  font-size: 1.5em;
  vertical-align: middle;
}
.page-status .status-general .last-checked {
  margin-left: 10px;
}
.page-status .status-up {
  background-color: #d1f0d5;
}
.page-status .status-down {
  background-color: #fde7e9;
}
.page-status .status-down .ms-Icon {
  color: red;
}
.page-status .status-degraded {
  background-color: #fff4ce;
}
.page-status .status-degraded .ms-Icon {
  color: orange;
}
.page-status .update {
  margin-bottom: 24px;
}
.page-status .ms-Icon {
  margin-right: 10px;
  font-size: 1.25em;
}
.page-status .ms-Icon--CheckMark {
  color: green;
}
.page-status .ms-Icon--Warning {
  color: yellow;
}
.page-status .ms-Icon--Cancel {
  color: red;
}
.page-status .table thead th:nth-child(1) {
  width: 50%;
}
.page-status .table thead th:nth-child(2) {
  width: 30%;
}
.page-status .table thead th:nth-child(3) {
  width: 20%;
}
.page-status .table tbody {
  border: none;
}
.page-status .table tbody tr td {
  vertical-align: middle;
}
.page-status .table tbody tr td .nonaggregate {
  margin-left: 20px;
}
.page-status .table tbody tr td i {
  vertical-align: middle;
}
.page-status .table tbody tr td span {
  vertical-align: middle;
}
.page-status .table tbody.aggregate tr td:first-child {
  font-size: 1.5em;
}
.page-status .table tbody.aggregate tr td:first-child a,
.page-status .table tbody.aggregate tr td:first-child a:hover,
.page-status .table tbody.aggregate tr td:first-child a:focus,
.page-status .table tbody.aggregate tr td:first-child a:active {
  color: #000;
  text-decoration: none;
}
.page-status .table tbody.aggregate tr td:first-child .ms-Icon {
  font-size: .75em;
}
.page-status .table tbody + tbody {
  border: none;
}
.page-status textarea {
  min-width: 100%;
}
.page-status input[type='checkbox'] {
  margin-right: 15px;
}
.page-status a .ms-Icon {
  font-size: .6em;
}
.page-transform-account .transform-alert {
  margin-bottom: 33px;
}
.page-transform-account .transform-alert .transform-alert-list {
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-transform-account .center-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
          align-items: stretch;
}
.page-transform-account .center-box .form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: column;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
}
.page-transform-account .center-box .logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 50px;
          flex-direction: column;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
}
.page-transform-account .center-box .logo-box .logo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
          flex-grow: 1;
}
.page-upload #browse-for-package-button {
  margin: 0;
}
.warning-icon {
  color: #ea7918;
  vertical-align: bottom;
}
.checkmark-icon {
  color: green;
  vertical-align: bottom;
}
/*# sourceMappingURL=bootstrap-theme.css.map */
