/*Alerts*/
.s-alert-box {
  border-radius: 6px;
  background: #ffffff !important;
  color: #000000 !important;
  padding: 16px 16px 16px 42px !important;
  border: 3px solid #d58a34;
}
.s-alert-box::before {
  content: "\e668";
  font: normal 25px/0 "ancestry-icon";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  left: 10px;
  position: absolute;
  speak: none;
  text-transform: none;
  top: 28px;
  color: #d58a34;
}

.s-alert-close {
  -webkit-appearance: none !important;
  background-clip: content-box !important;
  background-color: #726e67 !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  color: #fff !important;
  cursor: pointer !important;
  height: 28px !important;
  line-height: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: -11px !important;
  text-align: center !important;
  text-decoration: none !important;
  top: -11px !important;
  width: 28px !important;
  z-index: 1 !important;
}

.s-alert-success {
  border: 3px solid #9cbe30;
}
.s-alert-success::before {
  content: "\e656";
  color: #9cbe30;
}

.s-alert-info {
  border: 3px solid #64afca;
}
.s-alert-info::before {
  content: "\e63f";
  color: #64afca;
}
.react-autosuggest__container {
  position: relative;
}

.react-autosuggest__suggestions-container {
  display: none;
}

.react-autosuggest__suggestions-container--open {
  display: block;
  background-color: #fff;
  border: 1px solid #dbd9d3;
  border-radius: 0 0 4px 4px;
  border-top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  min-height: 40px;
  padding: 8px 0;
  position: absolute;
  z-index: 1010;
  left: 0;
}

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 5px 12px;
}
.react-autosuggest__suggestion .autocompleteHighlighted {
  text-transform: capitalize;
}

.react-autosuggest__suggestion--highlighted {
  background-color: rgba(158, 154, 145, 0.2);
  outline: none;
  text-decoration: none;
}
/* Modals */
body {
  padding-right: 0px !important;
}

.rc-dialog-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

button.rc-dialog-close {
  -webkit-appearance: none;
  background-clip: content-box;
  background-color: #726e67;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 28px;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: -11px;
  text-align: center;
  text-decoration: none !important;
  top: -11px;
  width: 28px;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

div.rc-dialog-content {
  /*background-color: #f0eee9;*/
}
div.rc-dialog-content .ancBtn {
  margin-right: 12px;
}
/* if text too long - past 3 dots */
h1.pageTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-lister {
  width: 100%;
  font-size: 18px;
}
.page-lister ul {
  white-space: nowrap;
  list-style: none;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
}
.page-lister ul li {
  display: inline;
  margin: 3px;
}
.page-lister ul li.active a {
  font-weight: bold;
  color: #36322d;
  text-decoration: none;
}

.list-content {
  padding-top: 40px;
  padding-bottom: 18px;
}
.list-content .table td {
  vertical-align: middle;
  height: 40px;
}
.list-content .table td img {
  vertical-align: bottom;
}
.list-content .table tr.noData {
  color: #73716a;
}

#PartnersListContent .icon {
  cursor: pointer;
}
#PartnersListContent .logo, #PartnersListContent .actions {
  width: 8%;
}
#PartnersListContent .partners, #PartnersListContent .url {
  width: 42%;
}
#PartnersListContent .icon {
  color: inherit;
}

#PartnerEditContent .formDescriptionPadding {
  display: block;
  padding-bottom: 20px;
}
#PartnerEditContent .reqIndicatorPadding {
  display: block;
  padding-bottom: 10px;
}
#PartnerEditContent .descriptionRemaining {
  width: 100%;
  text-align: right;
}
#PartnerEditContent label[for=logo], #PartnerEditContent label[for=banner] {
  padding-bottom: 7px;
}
#PartnerEditContent .rowIndent {
  margin-top: 20px;
}
#PartnerEditContent .thumbImg {
  padding: 8px 0 12px;
}
@media (max-width: 1005px) {
  #PartnerEditContent .full768.w66 {
    width: 100%;
  }
}
#PartnerEditContent .photo-title label {
  float: left;
}
#PartnerEditContent .photo-title button {
  margin-left: 8px;
  margin-top: -5px;
}

ul.validationWarning {
  list-style-type: decimal;
}
ul.validationWarning .field {
  color: #534d46;
}
ul.validationWarning li {
  padding-bottom: 3px;
}

span.validationWarning {
  display: block;
  padding-top: 5px;
}

#SearchFormBlock .rowLbl {
  margin-top: 1.65em;
  text-align: right;
}
#SearchFormBlock .rowFamilyLbl {
  margin-top: 0.6em;
  text-align: right;
}
#SearchFormBlock .full768 > .ancCol.hideIfCompact {
  display: block;
}
#SearchFormBlock .full768 > .ancCol.datesBlock {
  padding-left: 0;
}
@media (max-width: 1005px) {
  #SearchFormBlock .full768 > .ancCol.rowLbl,
  #SearchFormBlock .full768 > .ancCol.rowFamilyLbl {
    text-align: left;
  }
  #SearchFormBlock .full768 > .ancCol.hideIfCompact {
    display: none;
  }
  #SearchFormBlock .full768 > .ancCol.datesBlock > .ancCol {
    clear: both;
    width: 100%;
  }
}

.w31 {
  width: 31.25%;
}

.newRow {
  clear: both;
}

#PartnersInfoBlock div.img {
  width: 100%;
  text-align: center;
}

.dbCollections {
  padding-top: 20px;
}

.headerButtons .indexBtns {
  float: left;
}
.headerButtons .printBtn {
  margin-top: -54px;
}
.headerButtons button, .headerButtons a {
  margin-left: 5px;
}
.headerButtons.left {
  text-align: left;
}
.headerButtons .indexBanner {
  float: right;
}

.lbl.loading.loadingSmall {
  display: inline-block;
  margin-left: 5px;
  margin-top: -1px;
}

/* Dashboard styles */
.dashboard .pageChart, .printDashboard .pageChart {
  width: 100%;
}
.dashboard .chartTable, .printDashboard .chartTable {
  width: 100%;
}
.dashboard .tableStatSingle, .dashboard .tableStatDouble, .printDashboard .tableStatSingle, .printDashboard .tableStatDouble {
  width: auto;
}
.dashboard .tableStatSingle th, .dashboard .tableStatDouble th, .printDashboard .tableStatSingle th, .printDashboard .tableStatDouble th {
  font-size: 12px;
}
.dashboard .tableStatSingle td, .dashboard .tableStatDouble td, .printDashboard .tableStatSingle td, .printDashboard .tableStatDouble td {
  font-size: 14px;
  white-space: nowrap;
  word-break: keep-all;
}
.dashboard .tableStatSingle tfoot th, .dashboard .tableStatDouble tfoot th, .printDashboard .tableStatSingle tfoot th, .printDashboard .tableStatDouble tfoot th {
  font-size: 14px;
}
@media (min-width: 768px) {
  .dashboard .chartTable, .printDashboard .chartTable {
    display: table;
    width: 100%;
  }
  .dashboard .chartTable .row, .printDashboard .chartTable .row {
    display: table-row;
  }
  .dashboard .chartTable .cell, .printDashboard .chartTable .cell {
    display: table-cell;
    vertical-align: top;
  }
}

.dashboard .months.tabs .tab {
  font-size: 14px;
  padding: 2px 3px;
  margin-left: 1px;
}
.dashboard .form .checkbox:not(:checked):not(:indeterminate) + label {
  text-decoration: line-through;
}
.dashboard .form .all.checkbox + label {
  font-weight: bold;
}
.dashboard .form .all.checkbox:not(:checked):not(:indeterminate) + label {
  text-decoration: none;
}
.dashboard .tableStatSingle thead th:nth-child(1), .dashboard .tableStatSingle tbody td:nth-child(1) {
  border-right: 1px solid #9e9a91;
}
.dashboard .tableStatDouble thead th:nth-child(2), .dashboard .tableStatDouble tbody td:nth-child(2) {
  border-right: 2px solid #9e9a91;
}
.dashboard .tableStatDouble thead th:nth-child(1), .dashboard .tableStatDouble tbody td:nth-child(1),
.dashboard .tableStatDouble thead th:nth-child(3), .dashboard .tableStatDouble tbody td:nth-child(3) {
  border-right: 1px solid #9e9a91;
}

.printDashboard {
  color: #000000;
}
.printDashboard .table th, .printDashboard td {
  color: #000000;
  font-size: 14px;
}
.printDashboard .table, .printDashboard .table thead th {
  border-color: #000000;
}
.printDashboard .tableStatSingle thead th:nth-child(1), .printDashboard .tableStatSingle tbody td:nth-child(1) {
  border-right: 1px solid #000000;
}
.printDashboard .tableStatDouble thead th:nth-child(2), .printDashboard .tableStatDouble tbody td:nth-child(2) {
  border-right: 2px solid #000000;
}
.printDashboard .tableStatDouble thead th:nth-child(1), .printDashboard .tableStatDouble tbody td:nth-child(1),
.printDashboard .tableStatDouble thead th:nth-child(3), .printDashboard .tableStatDouble tbody td:nth-child(3) {
  border-right: 1px solid #000000;
}
.printDashboard .tableStatSingle th, .printDashboard .tableStatDouble th {
  font-size: 12px;
}
.printDashboard .tableStatSingle td, .printDashboard .tableStatDouble td {
  font-size: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.printDashboard .tableStatSingle tfoot th, .printDashboard .tableStatDouble tfoot th {
  font-size: 13px;
}
.printDashboard .tableStatSingle > tbody > tr, .printDashboard .tableStatDouble > tbody > tr {
  background: none;
}
.printDashboard .tableStatSingle > tbody > tr:not(:first-child), .printDashboard .tableStatDouble > tbody > tr:not(:first-child) {
  border-top: none;
}
.printDashboard .tableStatSingle > tbody > tr:hover, .printDashboard .tableStatDouble > tbody > tr:hover {
  background: none;
}
.printDashboard .printDb {
  white-space: nowrap;
  padding-top: 5px;
}
.printDashboard .printDb h2 {
  font-weight: bold;
}
.printDashboard .printDb ul li {
  font-size: 12px;
}
.printDashboard .brand {
  position: absolute;
}
.printDashboard .brand img {
  vertical-align: middle;
  margin-right: 5px;
}
.printDashboard h1.chartTitle {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.printDashboard h2.chartPeriod {
  text-align: center;
  margin-top: 10px;
}
.printDashboard .chart {
  margin-top: 20px;
  height: 100%;
  width: 100%;
  page-break-after: avoid;
  page-break-before: avoid;
}
.printDashboard .chart > table > tbody > tr > td {
  vertical-align: top;
}
.printDashboard .chart .chartCell {
  width: 100%;
}
.printDashboard .chart .chartCell .chartContainer {
  height: 7.5in;
}
.printDashboard .chartView {
  clear: both;
  page-break-after: always;
  position: relative;
  height: 100%;
}

.page.pageLogin {
  width: 450px;
}

.chartTitle {
  text-align: center;
}

.rc-dialog.chartDialog {
  width: 600px;
}

@media (min-width: 768px) {
  .rc-dialog.chartDialog {
    width: 85%;
  }
}
.icon.iconSave.copyToClipboard {
  display: inline-block;
  float: right;
  cursor: pointer;
}
.icon.iconSave.copyToClipboard span:hover {
  text-decoration: underline;
}

/* indeterminate state for checkboxes */
.form .checkbox:indeterminate + label::before {
  background-color: #b8d94c;
  background-image: linear-gradient(#b8d94c, #9cbe30);
  content: "\e654";
  font-family: "ancestry-icon";
  font-weight: normal;
  color: #fff;
}

.page.pageLogin .errorMessage {
  margin-left: auto;
  margin-bottom: 10px;
}

.userPanel {
  padding: 15px 11px;
  background: #aebb23;
  color: white;
}
.userPanel .logout {
  float: right;
  margin-top: -3px;
}

div#LandingContent {
  text-align: center;
}

.img-thumb-logo-list {
  max-width: 30px;
  max-height: 30px;
}

img.img-banner, img.img-logo {
  max-width: 120px;
  max-height: 120px;
}

img.print-logo {
  max-width: 72px;
  max-height: 72px;
}
/* tooltips {{ */
div.type-light {
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid #dedcd6;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: 1 !important;
}
div.type-light.place-top:before {
  border-top: 8px solid #dedcd6;
}
div.type-light.place-bottom:before {
  border-bottom: 8px solid #dedcd6;
}
div.type-light.place-left:before {
  border-left: 8px solid #dedcd6;
}
div.type-light.place-right:before {
  border-right: 8px solid #dedcd6;
}

/* }} tooltips */