body {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  color: #1a5dbd;
}


@media  (min-width: 768px) {
.navbar .d-md-block {
  display: flex !important;
}

}
.navbar .gc-name .nav-link {
  font-size: 36px;
  font-weight: bold;
}

.navbar .nav-auth li {
  margin-left: 20px;
}
.navbar-brand {
  margin-right: 20px;
  position: relative;
  top: -10px;
}

h2.dashboard-title {
  padding-bottom: 15px;
}

.project-header, .admin-header {
  margin-bottom: 40px;
}

.project-header a, .project-header .disabled-navlink,
.admin-header a, .admin-header .disabled-navlink {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  padding: 0 0 10px;
  font-weight: 600;
}

.project-header .disabled-navlink,
.admin-header .disabled-navlink {
  color: #6c757d;
}

.project-header a.active,
.admin-header a.active {
  color: #000000;
  border-bottom: 4px solid #000000;
}

.project-header a:hover,
.admin-header a:hover {
  text-decoration: none !important;
}

@media (max-width:767px) {
  .project-header, .admin-header {
    margin-bottom: 25px;
  }

  .project-header h2, .admin-header h2 {
    font-size: 18px;
  }

  .project-header a, .project-header .disabled-navlink,
  .admin-header a, .admin-header .disabled-navlink {
    font-size: 14px;
  }
}

.gc_view {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.project-content {
  flex-grow: 1;
  position: relative;
}
.gc-breadcrumb ol.breadcrumb {
  background-color: #f8f9fa;
}

.gc-breadcrumb {
  position: relative;
  top: -20px;
}

.gc-project-cards {
  margin-bottom: 20px;
}

.gc-project-cards .card-header {
   font-weight: 600;
   font-size: 1.1em;
}

.card-title .h5 {
  font-weight: 600;
}
.card .left {
  float: left;
  padding: 10px 0 0;
}

.card .right {
  float: right;
}

.card .right button, .card .right a {
  margin-left: 10px;
  border-radius: 0.375em;
  font-weight: 600;
  border: 0;
  padding: .5em 1em;
}


.card .right a {
  background-color: #1a5dbd;
  border-color: #1a5dbd;
}

.card .right a:hover {
  background-color: #4d8ae0;
}

.card .right button.disabled {
  background-color: #ffffff;
  border: 1px solid #6c757d;
  color: #6c757d;
  cursor: default ;
}

@media (max-width:767px) {
  .card .left {
    text-align: center;
    float: none;
    font-weight: 600;
    padding: 10px 0;
    font-size: 1.2em;
  }
  
  .card .right button, .card .right a {
    width: 100%;
    margin: 10px 0;
  }

  .card .right {
    float: none;
  }
}

.gc-respondent-table .hidden {
  display: none;
}

.li-icon {
  width: 15px;
  height: 15px;
}

.gc-respondent-table .center {
  text-align: center;
}

.gc-respondent-table th {
  border-top: 0;
  padding: 0.75rem 0.5rem;
}

.report-embed {
  border: 0;
  width: 100%;
}

.project-fields {
  font-size: 16px;
}

.project-fields .field-wrapper {
  margin-bottom: 40px;
}

.project-fields .field-title {
  font-weight: bold;
  font-size: 20px;
  margin: 5px 0 10px;
}

.project-fields .field-text {
  background-color: #fafafa;
  border: 1px solid #6c757d;
  border-radius: 4px;
  color: #5B5B66;
  padding: 10px;
  font-family: 'Courier New', Courier, monospace;
  max-width: 800px;
  max-height: 400px;
  overflow-y: scroll;
}

.response-views {
  position: absolute;
  top: -60px;
  right: 0;
}

.response-views div, .icon-button {
  display: inline-block;
  margin: 10px;
  font-size: 18px;
  color: #5B5B66;
  border-radius: 6px;
  border: 1px solid #5B5B66;
  padding: 3px 8px;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
}

.response-views div.active, .icon-button.active {
  background-color: #fafafa;
  color: #cacaca;
  border-color: #cacaca;
  cursor: default;
}

.response-views div.active, .icon-button.depressed {
  background-color: #fafafa;
  color: #cacaca;
}

@media (max-width:767px) {
  .response-views div.active {
    display: none;
  }
}
 
.project-content .survey-embed {
  border: 1px solid #5B5B66;
}

.react-pdf__Document {
  margin: 20px 0;
}
.react-pdf__Page__canvas {
  width: 100% !important;
  height: auto !important;
  border: 1px solid #5B5B66;
}

.pdf-wrapper {
  width:100%;
}

.pdf-embed {
  width: 100%;
  height: 100%;
  height: 644px;
}

button, .btn {
  border-radius: 0.375em;
  font-weight: 600;
  border: 0;
  padding: .5em 1em;
}


button, .btn {
  border: 2px solid #1a5dbd;
  background-color: #1a5dbd;
  color: #ffffff;
}

button.secondary, .btn-secondary {
  border: 2px solid #1a5dbd;
  background-color: #ffffff;
  color: #1a5dbd;
}

button:hover, .btn:hover {
  background-color: #4d8ae0;
}

button.disabled, button.disabled:hover,
button[disabled], button[disabled]:hover,
btn.disabled, btn.disabled:hover,
btn[disabled], btn[disabled]:hover
 {
  background-color: #ffffff;
  border: 1px solid #6c757d;
  color: #6c757d;
  cursor: default ;
}

.button-companion {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  padding: 9px;
  font-weight: 600;
}

.analysis-pagination {
  margin: 20px 0;
  text-align: center;
}

.analysis-pagination button {
  margin: 0 10px;
  width: 100px;
}

/* Admin */

.user-org-tag {
  display: inline-block;
  background-color: #e9e9e9;
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 5px;
  font-size: 12px;
}

.admin-add-object-wrapper {
  flex-direction: row;
}

.admin-add-object-wrapper .add-user-toggle {
  text-align: right;
}

.admin-add-object-wrapper .admin-add-field {
  flex-grow: 1;
  display: inline-block;
  margin-right: 20px;
  min-width: 120px;
}

.admin-add-object-wrapper .admin-add-field.organizations-wrapper {
  flex-grow: 3;
  min-width: 240px;
}

.admin-add-object-wrapper .admin-add-field #email {
  display: block;
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 80%);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 21px;
  padding: 2px 8px;
  min-height: 38px;
}

.admin-add-object-wrapper .add-user-form {
  border: 1px solid #4d8ae0;
  border-radius: 6px;
  padding: 8px 16px;
  display: none;
}

.admin-add-object-wrapper.show-form .add-user-toggle {
  display: none;
}

.admin-add-object-wrapper.show-form .add-user-form {
  display: block;
}