@media screen {
  ul {
    margin: 0;
    padding: 0;
  }

  .Pedigree-AutoComplete {
    list-style-type: none;
    color: #000;
    background: #fff;
    font-size: 90%;
    border-color: #000;
    margin: 0;
    padding: 0;
  }

  .Pedigree-AutoComplete-SelectedItem {
    color: #fff;
    background: #ea4b24;
  }

  .autocomplete {
    color: inherit;
    background: #f0e68c;
  }

  #notifications {
    top: 0;
    left: 0;
    z-index: 101;
    background: #f5f5f5;
    color: #000;
    display: none;
    width: 100%;
    line-height: 1.5em;
    font-size: 90%;
  }

  #indicator {
    top: 0;
    right: 0;
    z-index: 102;
    color: inherit;
    background: #ffff9c url(../img/ajax-loader.gif) no-repeat 4px center;
    padding: 4px 4px 4px 24px;
  }

  a {
    text-decoration: none;
    color: #ea4b24;
    background: inherit;
  }

  body {
    min-width: 1215px;
  }

  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }

  body,
  h1,
  h2,
  h3,
  h4 {
    font: bold 10pt Verdana, sans-serif;
  }

  #page {
    max-width: 100%;
    min-height: 100%;
    overflow: hidden;
    color: #000;
    background: #f8f3ed;
  }

  #sideBoxContainer,
  #loginBox,
  #sideSubtitle {
    float: right;
    width: 29%;
  }

  #headerBox {
    width: 100%;
    height: 63px;
    /*color:#fff;*/
    background-color: #000;
    overflow: hidden;
    padding: 0;
  }

  #headerBox h1 {
    float: left;
    min-width: 433px;
    min-height: 57px;
    color: #000;
    /*background:#F8F3ED;*/
    margin-top: -7px;
  }

  #headerBox h1 img {
    border: 2px solid #000;
  }

  h1 a:hover {
    background: none;
  }

  #header-text {
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 70px;
    margin-left: 25px;
    font-weight: 549;
  }

  #headerBox fieldset {
    float: right;
    height: 57px;
    color: #fff;
    background: #000;
    border: none;
    font-weight: bolder;
    line-height: 70px;
    margin: 0;
    padding: 0 1em 0 0;
  }

  #searchButton {
    color: inherit;
    background: url(../img/search.png) no-repeat left center;
    background-color: inherit;
  }

  #searchButton:hover {
    color: inherit;
    background: url(../img/search.png) no-repeat right center;
    background-color: inherit;
  }

  #title-pedigree {
    color: navy;
    background: inherit;
  }

  #outerAbcContainer {
    /*height:12em;*/
    min-height: 128px;
    color: #fff;
    background: #43698f;
  }

  #abcContainer a {
    color: #fff;
    background: #000;
    padding: 0 0 0 0.2em;
  }

  #abcContainer a:hover {
    color: #000;
    background: #fff;
  }

  #container-left .imgContainer {
    background: url("../img/header_main.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    height: 132px;
  }

  #abcContainer .imgBox {
    position: relative;
    height: 132px !important;
    min-height: 132px;
    min-width: 108px;
    margin-left: -0.5em;
    padding: 0 0.5em 0 0;
  }

  #abcContainer .imgBox img {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -66px 0 0;
  }

  #abc {
    display: block;
    letter-spacing: 0.25em;
    color: inherit;
    background: transparent;
    padding: 0.25em;
  }

  #loginBox {
    /*position: relative;
     height: 12em; 
    min-height: 132px;*/
    height: 132px;
    color: #000;
    background: #e1ceb3;
  }

  #loginBox .formLine {
    text-align: center;
    margin: 0.75em auto;
    margin-right: 30% !important;
    margin-top: 10% !important;
  }

  #loginBox label {
    float: left;
    width: 6em;
    margin-right: 0.5em;
    text-align: right;
  }

  #loginButton {
    vertical-align: middle;
    color: inherit;
    background: url(../img/login.png) no-repeat left center;
    background-color: inherit;
  }

  #loginButton:hover {
    color: inherit;
    background: url(../img/login.png) no-repeat right center;
    background-color: inherit;
  }

  #outerAbcContainer.user,
  #outerAbcContainer.user #abcContainer .imgContainer,
  #outerAbcContainer.user #abcContainer .imgBox,
  #outerAbcContainer.user #abcContainer .outer,
  #outerAbcContainer.user #loginBox,
  #outerAbcContainer.user #loginBox form {
    height: 132px;
  }

  #outerAbcContainer.user #abcContainer .imgBox img {
    left: 0;
  }

  #outerAbcContainer.user #loginBox {
    text-align: center;
    line-height: 1;
  }

  #outerMenuContainer {
    border-bottom: 0.5em solid #000;
  }

  #innerMenuContainer {
    color: #ea4b24;
    background: #000;
    border-bottom: 0.5em solid #43698f;
    padding: 0.5em;
  }

  #outerSideTitle {
    float: right;
    width: 29%;
    color: #fff;
    background: inherit;
  }

  #outerSideTitle h3 {
    line-height: 1.5em;
    text-align: center;
    margin: 0;
    margin-top: 5px;
  }

  #menuBox {
    line-height: 1em;
    display: table;
    margin-top: 5px;
    /*margin:0 auto;*/
    padding: 0;
    z-index: 10;
  }

  #menu {
    list-style-type: none;
    padding: 0;
    z-index: 10;
  }

  #menu li {
    position: relative;
    float: left;
    padding: 0 0.5em;
  }

  #menu li a {
    display: block;
    text-align: left;
    padding: 0.25em;
  }

  #menu li ul {
    position: absolute;
    top: 1.4em;
    left: 0;
    display: none;
    color: inherit;
    background: #000;
    border: 1px solid #f9c700;
    list-style-type: none;
    z-index: 1;
  }

  #menu li:hover > a {
    color: #000;
    background: inherit;
  }

  #menu li:hover ul li,
  #menu li.hover ul li {
    width: 13em;
    margin: 0;
  }

  #menu li:hover ul li a,
  #menu li.hover ul li a {
    display: block;
    white-space: pre;
  }

  #subtitleContainer {
    clear: both;
    color: #000;
    background: #9da6b3;
    overflow: hidden;
  }

  #sideSubtitle {
    color: #fff;
    background: inherit;
  }

  #sideBox {
    color: #000;
    background: inherit;
    padding: 0.5em;
  }

  #mainBoxContainer,
  #sideBox {
    margin-bottom: 4em;
  }

  #sideBoxContainer {
    padding-bottom: 20000px;
    margin-bottom: -20000px;
    color: #fff;
    background: #dfe2e6;
  }

  #footerContainer {
    position: relative;
    height: 2em;
    width: 100%;
    margin-top: -2.5em;
    text-align: center;
    font-size: 90%;
    color: #fff;
    background: #43698f;
    padding: 0.25em 0;
  }

  #news {
    border-bottom: 1px solid #000;
    margin-bottom: 2em;
    font-weight: 400;
  }

  #addDogPage #mainBox label,
  #editDogPage #mainBox label {
    width: 13em;
  }

  #addDogPage #mainBox fieldset div,
  #editDogPage #mainBox fieldset div,
  #advancedSearchPage #mainBox fieldset div,
  #userAccountPage #mainBox fieldset div {
    clear: both;
    overflow: hidden;
    margin: 0.5em 0;
  }

  #addDogPage #mainBox label.secondary,
  #editDogPage #mainBox label.secondary,
  #advancedSearchPage #mainBox label.secondary,
  #userAccountPage #mainBox label.secondary {
    float: left;
    width: auto;
    margin: 0 0.5em 0 1em;
  }

  .donate_button .smallTextInput {
    width: 8.5em;
  }
  .smallTextInput {
    width: 4em;
  }

  .mediumTextInput {
    width: 9em;
  }

  #addDogPage legend,
  #editDogPage legend,
  #addDogPage h4,
  #editDogPage h4 {
    clear: both;
    color: #d60707;
    background: inherit;
  }

  #addDogPage .caution h4 {
    font-size: 1.2em;
  }

  #addDogPage .registryList,
  #editDogPage .registryList,
  #addDogPage .titleList,
  #editDogPage .titleList {
    clear: both;
    padding-top: 0.5em;
    margin: 0 0 0 13.5em;
  }

  #deleteAction {
    margin-top: 10em;
    padding: 0;
  }

  #searchPagingBox {
    clear: both;
    text-align: center;
  }

  #searchPagingBox a,
  #searchPagingBox span {
    margin: 0 0.25em;
  }

  .searchResult {
    clear: both;
    margin-bottom: 2em;
    overflow: hidden;
  }

  .searchResult .dogImg,
  .latestDog .imgLink img,
  #featuredKennelBox .imgLink img,
  #new-champion-parade-box .imgLink img,
  #performance-star-box .imgLink img {
    color: inherit;
    background: #f5f5f5;
    border: 1px solid #000;
    padding: 1ex;
  }

  .searchResultText div {
    margin: 0.25em 0;
  }

  .frontPage #banners {
    float: left;
    width: 175px;
    color: #000;
    background-color: #f4ede3;
    margin-bottom: -20000px;
    text-align: center;
    padding: 1em 24px 20000px;
  }

  .frontPage #banners .imgLink {
    display: block;
    margin-bottom: 1em;
  }

  .frontPage #mainBox {
    margin-left: 248px;
  }

  #dogImage {
    float: left;
    margin: 0 1em 1em 0;
  }

  #dogInfoPage .formLine {
    margin: 0.5em 0;
  }

  #dogInfoPage #mainSubtitle {
    font-size: 12pt;
    font-weight: 700;
  }

  #note,
  .note {
    font-weight: 400;
    margin-bottom: 1em;
    line-height: 1.5em;
    clear: both;
    color: #000;
    background-color: #dfe2e6;
    border: 1px solid #43698f;
    padding: 0 0.5em;
  }

  #noteEditBox {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }

  .editLinks a,
  .documentList a {
    margin-right: 2em;
  }

  .documentList {
    width: 100%;
    overflow: hidden;
  }

  .documentList a img {
    border: none;
    vertical-align: middle;
  }

  .documentList .document {
    float: left;
    margin-right: 2em;
    text-align: center;
    font-size: 90%;
  }

  .documentList .document .title {
    display: block;
    margin-top: 0.2em;
  }

  .latestDog .imgLink {
    float: left;
    margin-right: 0.5em;
  }

  .latestDog {
    clear: left;
    overflow: hidden;
    margin-bottom: 0.5em;
  }

  #featuredKennelBox,
  #new-champion-parade-box,
  #performance-star-box {
    clear: both;
  }

  #featuredKennelBox h3,
  #new-champion-parade-box h3,
  #performance-star-box h3 {
    color: #fff;
    background-color: #000;
    border-bottom: 0.5em solid #43698f;
    padding: 0.5em;
  }

  #pedigreePage #mainBox form {
    margin: 1em 0;
  }

  #pedigreeTable {
    table-layout: fixed;
  }

  #pedigreeTable td img {
    margin-right: 0.5em;
    float: left;
  }

  #pedigreeTable td {
    border: 1px outset #000;
    vertical-align: middle;
    padding: 0.5em;
  }

  #pedigreeTable a:link,
  #pedigreeTable a:visited {
    color: #000;
    background-color: inherit;
  }

  #pedigreeTable a.champion:link,
  #pedigreeTable a.champion:visited {
    color: red;
    background-color: inherit;
  }

  .progenyGroup {
    display: table;
    border-bottom: 1px solid #000;
    margin: 0 auto;
    padding: 2em;
  }

  #advancedSearchPage #mainBox label {
    width: 16em;
  }

  #advancedSearchPage #dogRegistrarsList {
    margin-left: 16.5em;
  }

  #titleForm input[name="name"] {
    width: 25em;
  }

  #registrationPage #mainBox .formLine label {
    width: 12em;
  }

  #userAccountPage #mainBox .formLine label {
    width: 8em;
  }

  #userAccountPage #mainBox .formLine ul {
    list-style: none;
  }

  #contactPage #mainBox .formLine label,
  #announcementsPage #mainBox .formLine label,
  #announcementPage #mainBox .formLine label,
  #documentsPage #mainBox .formLine label,
  #discussionPage #mainBox .formLine label,
  #mainBox .formLine.alt label {
    float: none;
    display: block;
    text-align: left;
  }

  #notesPage .note {
    margin-bottom: 5em;
    clear: both;
  }

  #favTrialBreedingPage .searchResult .trialLinkBox {
    clear: both;
    text-align: center;
    margin-bottom: 5em;
  }

  #usersPage #mainBox dl {
    clear: both;
    overflow: hidden;
    margin-bottom: 3em;
  }

  #usersPage #mainBox dt {
    float: left;
    clear: left;
    width: 8em;
    text-align: right;
    margin-right: 0.5em;
  }

  #resetPwPage #mainBox .formLine label {
    float: left;
    width: 4em;
  }

  #discussionPage .post {
    font-weight: 400;
    margin-bottom: 2em;
    color: #000;
    background-color: #e5e8eb;
    border: 1px solid #9da6b3;
    padding: 0.2em 0.5em;
  }

  #discussionPage .post.alt {
    color: #000;
    background-color: #dfe2e6;
  }

  #discussionPage .post.new {
    color: #000;
    background-color: #ffffcd;
  }

  #discussionPage .post h2 {
    text-align: left;
    margin-bottom: 0;
  }

  #discussionPage #post-form fieldset {
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

  #mainBox .formLine label {
    float: left;
    text-align: right;
    margin-right: 0.5em;
  }

  #mainBox form .secondary label {
    float: none;
    text-align: left;
  }

  form.pdf-pedigree label {
    width: 14em;
  }

  form.pdf-pedigree input[type="submit"] {
    margin-left: 16em;
  }

  .infoTable {
    border-collapse: collapse;
    margin-bottom: 1em;
  }

  .infoTable thead {
    color: #000;
    background: #9da6b3;
  }

  .infoTable tr.high,
  .infoList li.high {
    color: inherit;
    background: #dfe2e6;
  }

  .infoTable tr.low,
  .infoList li.low {
    color: inherit;
    background: #e5e8eb;
  }

  .infoTable td {
    padding: 0.25em;
  }

  .infoTable tbody tr:hover,
  .infoList li:hover {
    color: inherit;
    background: #c9ced5;
  }

  .infoTable tbody tr.dragged {
    color: inherit;
    background: #ffff80;
  }

  .infoList {
    list-style-type: none;
    line-height: 2em;
  }

  code {
    font-weight: 400;
  }

  .textLeft {
    text-align: left;
  }

  .textRight {
    text-align: right;
  }

  .cleared {
    clear: both;
    height: 0;
  }

  .fixed {
    position: fixed;
  }

  ins {
    text-decoration: none;
  }

  #mainBox .formLine {
    clear: left;
    margin: 0.5em auto;
  }

  #dogInfoPage #mainBox h4,
  #pedigreePage #mainBox h4 {
    color: #d60707;
    background: inherit;
  }

  .imgLink img {
    border: none;
  }

  #mainBox dl {
    line-height: 1.5em;
  }

  .errorBox {
    color: #dc143c;
    background: #fffafa;
    border: 2px solid #dc143c;
    padding: 1em;
  }

  .field-error {
    display: block;
    color: #c00;
    background: inherit;
    padding: 0.2em;
  }

  pre.error {
    border: 1px solid #000;
    font-weight: 400;
    overflow: auto;
    color: #000;
    background: #fff;
    padding: 0.5em;
  }

  abbr {
    text-decoration: none;
    border: none;
  }

  form .radio-box input {
    margin-left: 2em;
  }

  form .radio-box label {
    display: inline;
    margin-left: 0.2em;
  }

  form .bulk-reg-titles {
    overflow: hidden;
  }

  form .bulk-reg-titles .left {
    margin: 0 2em 0 0;
  }

  ol.banners img {
    vertical-align: middle;
    max-width: 100px;
  }

  ol.banners a {
    margin-left: 1em;
  }

  .selectionListItem,
  .registryList li,
  .titleList li {
    cursor: pointer;
  }

  a:hover,
  #menu li:hover,
  #menu li.hover {
    color: #000;
    background: #f9c700;
  }

  #mainBoxContainer,
  #mainSubtitle,
  #menuContainer {
    float: left;
    width: 69%;
  }

  #menuContainer {
    z-index: 30;
    position: relative;
  }

  #headerBox fieldset div *,
  .latestDog img {
    vertical-align: middle;
  }

  #title-lines,
  #greeting h2 {
    color: #ea4b24;
    background: inherit;
  }

  #abcContainer.user,
  #menuContainer.noSide,
  #mainSubtitle.noSide,
  #mainBoxContainer.noSide,
  table {
    width: 100%;
  }

  #loginBox form {
    /* height: 12em; */
    min-height: 132px;
    display: table;
    margin: 0 auto;
    width: 71%;
  }

  #abcContainer .inner,
  #loginBox .outer {
    #display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  #menu li:hover ul,
  #menu li.hover ul,
  form.simple label {
    display: block;
  }

  #subtitleContainer h2,
  #addDogPage .caution h4,
  #addDogPage .caution p,
  #dogInfoPage #sideBox h4,
  .progenyGroup h4,
  .textCenter,
  h2 {
    text-align: center;
  }

  #mainBox,
  .infoTable thead th {
    padding: 0.5em;
  }

  #greeting ul,
  #registrationPage #mainBox ul,
  #friendsPage #mainBox ul {
    margin-left: 1em;
    list-style-type: square;
  }

  #greeting ul li,
  #myDogsPage #mainBox ul,
  #myDogsPage #sideBox ul,
  #registrationPage #mainBox ul li,
  #notesPage .searchResult,
  #friendsPage #mainBox ul li,
  table caption,
  #mainBox form {
    margin-bottom: 1em;
  }

  #news h2,
  strong {
    color: #d60707;
    background-color: inherit;
  }

  .news,
  .progenyGroup p,
  #faqPage #mainBox dd {
    margin-bottom: 2em;
  }

  #addDogPage #mainBox .textInput,
  #editDogPage #mainBox .textInput,
  #advancedSearchPage #mainBox .textInput,
  #userAccountPage #mainBox .textInput,
  #addDogPage #mainBox fieldset div select,
  #editDogPage #mainBox fieldset div select,
  #userAccountPage #mainBox fieldset div select,
  #editAction,
  .searchResultText,
  #noteEditButton,
  #noteSaveButton,
  .left {
    float: left;
  }

  #sireBox,
  #pedigreeTable td.sire {
    color: inherit;
    background: #f7fbfd;
  }

  #damBox,
  #pedigreeTable td.dam {
    color: inherit;
    background: #fff7f2;
  }

  #submitBox,
  #noteBox {
    margin-top: 1em;
  }

  .searchResult img,
  #discussionPage #post-form {
    float: left;
    margin-right: 1em;
  }

  #dogInfoPage label,
  #advancedSearchPage .formLine ul input,
  .formLine label {
    margin-right: 0.5em;
  }

  #noteDeleteButton,
  #noteCancelButton,
  #pedigreePage #viewDogInfo,
  #favTrialBreedingPage .searchResult img.secondary,
  .right {
    float: right;
  }

  .editLinks,
  #faqPage #mainBox dt,
  #discussionPage .post .usertime,
  form.simple div,
  ol.banners li {
    margin-bottom: 0.5em;
  }

  .latestDog .imgLink:hover,
  .imgLink:hover {
    color: inherit;
    background: inherit;
  }

  #advancedSearchPage .formLine ul,
  #myDogsPage #sideBox ul {
    list-style-type: none;
  }

  #advancedSearchPage .formLine ul label,
  #userAccountPage #mainBox .formLine ul label {
    float: none;
  }

  #titlesPage #mainBox .formLine label,
  .mediumFormLine label {
    width: 10em;
  }

  #favTrialBreedingPage .searchResult img,
  #usersPage #mainBox form {
    margin: 0;
  }

  #dogInfoPage #mainBox ul,
  #pedigreePage #mainBox ul,
  .registryList,
  .titleList {
    list-style: square inside;
  }

  #mainBox dd,
  form .radio-box input:first-child,
  form .radio-box .field-error + input {
    margin-left: 0;
  }
}

@media print {
  #pedigreePage {
    font: bold 10pt Calibri, Verdana, sans-serif;
    color: #000;
    background: #fff;
  }

  h2 {
    font-size: 16pt;
  }

  #pedigreeTable {
    font-family: Cambria, Georgia, serif;
  }

  #pedigreePage a {
    color: #000;
    background: inherit;
    text-decoration: none;
  }

  #pedigreeTable a,
  #pedigreePage h2 a,
  #pedigreePage li a {
    display: inline;
  }

  #pedigreePage a.champion {
    color: #e61919;
    background: inherit;
  }

  #pedigreePage h2 {
    text-align: center;
  }

  #pedigreePage #pedigreeTable {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }

  #pedigreePage td {
    padding: 0.5em;
  }

  #pedigreePage #headerBox,
  #pedigreePage #outerAbcContainer,
  #pedigreePage #outerMenuContainer,
  #pedigreePage form,
  #pedigreePage #footerContainer,
  #pedigreePage a,
  .noprint,
  #pedigreePage #pedigreeTable td img {
    display: none;
  }
}

.list_bullet {
  list-style: inside none disc;
  list-style-type: square !important;
}
.error {
  color: #ff0000;
}
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid #111 !important;
  padding: 10px 10px !important;
}

div#abcContainer {
  float: left;
  width: 100%;
}

.blog-box {
  width: 100%;
  display: flex;
}
.blog-box a .img {
    display: flex;
    float: none;
}

.blog-box .img img {
  /*width: initial !important;*/
  /*min-width: 300px !important;*/
    margin: auto;
    width: auto !important;
}

.blog-box a {
  margin: auto !important;
  display: block !important;
  float: none !important;
  width: fit-content !important;
}

#sideBox > br:first-child {
  display: none;
}

#sideBox > br:nth-child(2) {
  display: none;
}
div.hr {
  height: 10px;
  background-color: #43698f;
}
.innertext {
  /* padding: 30px;
  line-height: 20px; */
  background-color: #fff;
  opacity: 0.5;
  margin: 22px;
  width: 24%;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.innertext > p {
  font-size: 16px;
  font-weight: unset;
  color: black;
  text-align: center;
  line-height: 7px;
}

.donate_frm {
  width: 10%;
  position: absolute;
  right: 3px;
  top: 0px;
  text-align: right;
  color: #000;
}
.donate_frm .formLine {
  text-align: center;
  margin: 0.75em auto;
}
#loginBox form {
  float: left;
}
.load_div {
  display: none;
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.5;
  z-index: 9999;
}
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 10px solid #f3f3f3;
  border-top: 10px solid gray;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  z-index: 9999;
}
.marbt-7 {
  margin: 7px 0;
}
#abcContainer .outer {
  position: absolute;
  top: 109px;
  left: 720px;
}
#logo {
  float: left;
}

div#outerAbcContainerr {
  width: 100%;
}

div#container-left {
  width: 71%;
  float: left;
  height: 132px;
}

div.outer {
  margin: auto;
}
span.search-title {
  font-size: 13px;
}

div.inner {
  margin-left: 255px;
  line-height: 16px;
}

a.letter-search {
  color: #000;
  text-decoration: none;
  background: inherit;
  margin-right: 4px;
}
div.photo_by {
  position: absolute;
  float: right;
  margin-left: 420px;
  top: 191px;
  font-weight: 600;
  font-size: 11px;
  display: flex;
}

.yellow_btn {
  background: #ffc439;
  color: #000;
  padding: 6px 15px;
  border-radius: 20px;
  outline: none;
  border: 1px solid #e3ae32;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 20px !important;
  text-align: center;
}
.yellow_btn:hover,
.yellow_btn:focus {
  background: #f8bf3a;
}

.block_btn {
  display: block;
  margin: 0 auto;
}

