<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: local('Raleway Thin'), local('Raleway-Thin'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptsg8zYS_SKggPNwE44TYFv.ttf) format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwPIsWqZPBQ.ttf) format('truetype');
}

/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

.h100 {
  height: 100%;
}

html {
  overflow-x: hidden;
  height: 100%;
  overflow-y: scroll !important;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch !important;
}

p {
  font-size: 14px;
  line-height: 26px;
}

a:hover,
a:focus {
  color: #4676fa;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 1px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #4676fa;
}

.page-wrap {
  min-height: 100%;
  margin-bottom: -100px;
}

.page-wrap:after {
  content: "";
  display: block;
}

.blue-msg {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #4676fa;
}

.center-text {
  text-align: center !important;
}

.red-msg {
  display: none;
  line-height: 20px;
  color: red;
}

.blue-msg-sm {
  display: none;
  line-height: 20px;
  text-align: left;
  color: #4676fa;
}

.form-validate-msg {
  display: block;
  padding-top: 7px;
  line-height: 20px;
  color: #900000;
}

.touch {
  -webkit-overflow-scrolling: touch;
}

.add-sire-btn,
.add-dam-btn,
.add-bn-btn {
  color: #a0a0a0;
  font-weight: bold;
  cursor: pointer;
}

.view-sire-btn,
.view-dam-btn {
  font-weight: bold;
  cursor: pointer;
}

.show-loft-info {
  color: #4676fa;
}

/* ==========================================================================
   3 Section Title
   ========================================================================== */
.section {
  padding: 100px 0;
}

.base-section {
  margin-top: 10px;
}

.base-section .logged-out-msg {
  margin: 0 auto;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #4676fa;
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

.section-header .section-title {
  font-size: 42px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 100;
  color: #333;
  position: relative;
}

.section-header .section-title span {
  color: #4676fa;
}

.section-header .section-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 22px;
  font-weight: 400;
}

.section-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #346afe;
  margin-top: 15px;
}

.section-header .lines:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  top: -10px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #4676fa;
  left: 27px;
}

/* ==========================================================================
  4 Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  font-family: 'Lato', sans-serif;
}

#pedigreeVideoExampleBtn {
  border: 2px solid #4676fa;
  background-color: #4676fa;
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
  border-radius: 17px 17px 17px 17px;
  -moz-border-radius: 17px 17px 17px 17px;
  -webkit-border-radius: 17px 17px 17px 17px;
}

#addBirdButtons,
#editBirdButtons,
#searchBirdButtons {
  padding-top: 3px;
}

#addBirdButtons .btn,
#editBirdButtons .btn,
#searchBirdButtons .btn {
  margin-right: 3px;
  margin-top: 3px;
  margin-bottom: 0px;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  border: 2px solid #4676fa;
  background-color: #4676fa;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.btn-common:hover {
  color: #4676fa;
  background-color: transparent;
  border: 2px solid #4676fa;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.link-disabled,
.link-read-only {
  color: #CCCCCC !important;
  cursor: default !important;
}

.link-disabled-global-search {
  color: #CCCCCC !important;
  cursor: default !important;
}

.btn-disabled,
.btn-readonly,
.btn-nonowner {
  color: #FFFFFF !important;
  border-color: #CCCCCC !important;
  background-color: #CCCCCC !important;
  position: relative;
  z-index: 1;
  cursor: default !important;
}

.btn-disabled:hover,
.btn-readonly:hover,
.btn-nonowner:hover {
  color: #FFFFFF !important;
  background-color: #CCCCCC !important;
  border-color: #CCCCCC !important;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}

.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #4676fa;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

.dashboardMainButtons .btn {
  margin: 10px 7px 10px 0px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: pointer !important;
  display: block;
}

.main-tab-button {
  float: left;
}

.readonly {
  background-color: #CCCCCC;
}

/* ==========================================================================
	5  Pre-loader
	========================================================================== */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

#mybirdtableloader .officialloader,
#progenytableloader .officialloader,
#pedigreeloader .officialloader,
#pairingloader .officialloader {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 1001;
  /*display: flex;
		justify-content: center;
		align-items: center; */
  /* Safari 5.1 to 6.0 */
  background: -webkit-repeating-linear-gradient(45deg, rgba(229, 229, 229, 0.2), rgba(229, 229, 229, 0.2) 10px, rgba(165, 165, 165, 0.2) 10px, rgba(165, 165, 165, 0.2) 20px);
  /* Opera 11.1 to 12.0 */
  background: -o-repeating-linear-gradient(45deg, rgba(229, 229, 229, 0.2), rgba(229, 229, 229, 0.2) 10px, rgba(165, 165, 165, 0.2) 10px, rgba(165, 165, 165, 0.2) 20px);
  /* Firefox 3.6 to 15 */
  background: -moz-repeating-linear-gradient(45deg, rgba(229, 229, 229, 0.2), rgba(229, 229, 229, 0.2) 10px, rgba(165, 165, 165, 0.2) 10px, rgba(165, 165, 165, 0.2) 20px);
  /* Standard syntax */
  background: repeating-linear-gradient(45deg, rgba(229, 229, 229, 0.2), rgba(229, 229, 229, 0.2) 10px, rgba(165, 165, 165, 0.2) 10px, rgba(165, 165, 165, 0.2) 20px);
  /* IE 5 to 9*/
  filter: progid:DXImageTransform.Microsoft.MotionBlur(strength=13, direction=310) progid:DXImageTransform.Microsoft.Blur(pixelradius=2) progid:DXImageTransform.Microsoft.Wheel(duration=3);
}

#mybirdtableloader .officialloader .officialbirdmeter,
#progenytableloader .officialloader .officialbirdmeter,
#pedigreeloader .officialloader .officialbirdmeter,
#pairingloader .officialloader .officialbirdmeter {
  display: block;
  margin: auto;
  position: relative;
  top: 180px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1005;
}

#mybirdtableloader .officialloader .officialspinner,
#progenytableloader .officialloader .officialspinner,
#pedigreeloader .officialloader .officialspinner,
#pairingloader .officialloader .officialspinner {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  background-color: #69c39f;
  opacity: 1 !important;
  margin: auto;
  position: relative;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
}

div.dataTables_processing {
  color: transparent !important;
  background-color: transparent !important;
  border: none !important;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #4676fa;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* ==========================================================================
   6 Scroll To Up
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: #4676fa;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* ==========================================================================
   7 Navbar Style
   ========================================================================== */
.bg-faded {
  background-color: #ffffff;
}

.mainmenu-area {
  padding: 10px 0px 10px 0px;
  border: none;
  margin: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.mainmenu-area .menu-button {
  position: relative;
  color: #333;
  line-height: 58px;
  top: 0;
  outline: none;
}

.login-menu-link {
  display: none;
}

.login-menu-button {
  margin-left: 30px;
}

.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
  background-color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  padding: 3px;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #4676fa;
}

.menu-bg .logo-menu a {
  color: #4676fa;
}

.menu-button:hover {
  cursor: pointer;
  opacity: #eee;
}

.close-button {
  cursor: pointer;
}

.navbar {
  border-bottom: 1px solid #cccccc;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #333;
  font-size: 15px;
  padding: 15px 12px;
  position: relative;
}

.navbar-brand img {
  max-width: 315px;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #4676fa;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.navbar-expand-md .navbar-nav .active&gt;.nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open&gt;.nav-link {
  color: #4676fa;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.navbar-expand-md .navbar-toggler {
  background: #4676fa;
  border-radius: 0px;
  margin: 5px;
  cursor: pointer;
  float: right;
}

.navbar-expand-md .navbar-toggler i {
  color: #fff !important;
}

.collapse.show {
  background: #f1f1f1;
  margin-bottom: 0px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.navbar-expand-md .navbar-toggler:active {
  border: 1px solid #4676fa;
  color: #4676fa;
}

.account-display {
  display: none;
}

header .account-display-desktop {
  display: none;
}

#dashboard-header .navbar {
  border-bottom: none !important;
}

#dashboard-header .mainmenu-area {
  padding: 10px 0px 65px 0px;
}

#dashboard-header .account-display-desktop {
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  top: 140px;
  padding: 10px;
  width: 100%;
  float: left;
  color: #fff;
  background-color: #1849b0;
  height: auto;
  text-align: left;
}

#dashboard-header .account-display-desktop div {
  float: left;
  font-size: 18px;
}

#dashboard-header .account-display-desktop div:nth-child(2) {
  float: left;
  font-size: 16px;
  margin-left: 20px;
}

#dashboard-header .account-display-desktop div:nth-child(2) img {
  height: 25px;
  margin-right: 6px;
}

#dashboard-header .account-display-desktop div:nth-child(3) {
  float: right;
  font-size: 13px;
}

.account-display-mobile {
  display: none;
}

/* ==========================================================================
8 Dashboard
 ========================================================================== */
.dashboard {
  padding: 100px 30px 30px 30px;
}

.dashboard #dashboardMain .mainLogoContainer {
  margin: 20px 0px 20px 0px;
}

.dashboard #dashboardMain .mainLogoContainer img {
  width: 80%;
  max-width: 320px;
}

.dashboard #dashboardTabs {
  margin: 0px 0px 20px 0px;
}

.dashboard #pedigree-heading {
  font-size: 23px;
  font-weight: 500;
}

.dashboard #photo-container {
  clear: both;
  margin-top: 10px;
}

.dashboard #photo-container #pedigree-photo {
  border: 1px solid #555555;
  height: auto;
  min-height: 103px;
  width: 110px;
}

.dashboard #photo-container #upload-photo {
  clear: both;
  display: inline-block;
  margin-top: 10px;
  padding: 5px;
  font-weight: 500;
  width: 110px;
  background-color: #eeeeee;
  text-align: center;
  cursor: pointer !important;
}

.dashboard #photo-container #upload-photo:hover {
  background-color: #eeeeee;
}

.dashboard #photo-container #pedigree-video {
  border: 1px solid #555555;
  height: auto;
  min-height: 103px;
  width: 138px;
  background-color: #95bbdf;
}

.dashboard #photo-container #upload-video {
  clear: both;
  margin-top: 10px;
  padding: 5px;
  font-weight: 500;
  width: 138px;
  background-color: #eeeeee;
  text-align: center;
  cursor: pointer;
}

.dashboard #photo-container #clear-photo {
  clear: both;
  margin-top: 10px;
  padding: 5px;
  font-weight: 500;
  background-color: #eeeeee;
  text-align: center;
  cursor: pointer;
}

.dashboard #photo-container #upload-video:hover {
  background-color: #eeeeee;
}

.dashboard #photo-container .video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dashboard #photo-container .video-thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f01d";
  font-family: FontAwesome;
  font-size: 80px;
  color: #fff;
  opacity: 0.8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.dashboard #photo-container .video-thumbnail:hover:before {
  color: #eee;
}

.mce-container-body {
  height: 35px;
}

/* ==========================================================================
  9 Slider
   ========================================================================== */
#carousel-area {
  overflow: hidden;
  background: #2c3e50;
}

#carousel-area .carousel-item {
  background-size: 100%;
  background-size: cover;
}

#carousel-area .carousel-item .carousel-caption {
  top: 10%;
  right: 0%;
  left: 0%;
  text-shadow: none;
}

#carousel-area .carousel-item .carousel-caption h1 {
  font-weight: 100;
  font-size: 50px;
  line-height: 60px;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

#carousel-area .carousel-item .carousel-caption p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

#carousel-area .carousel-item .carousel-caption .btn {
  margin: 30px 15px;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  display: none;
}

#carousel-area .carousel-item .carousel-caption .carousel-caption-block-1,
#carousel-area .carousel-item .carousel-caption .carousel-caption-block-2 {
  text-align: center;
  width: 50%;
}

#carousel-area .carousel-item .carousel-caption .inner-image {
  max-width: 100%;
  height: auto;
  width: auto;
  bottom: 0;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-height: 470px;
}

#carousel-area .carousel-item .carousel-caption .carousel-caption-block-3 {
  text-align: right;
  width: 80%;
  margin-left: 110px;
}

#carousel-area .carousel-item .carousel-caption .carousel-caption-block-3 h1 {
  padding: 130px 0px 0px 0px;
  color: #653010;
  font-weight: bold;
}

#carousel-area .carousel-item .carousel-caption .carousel-caption-block-3 .btn {
  float: none;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  display: block;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

#carousel-area .carousel-item .carousel-caption .carousel-caption-block-3 .inner-image2-container {
  float: right;
  position: absolute;
  bottom: 30px;
  right: 60px;
  text-align: right;
}

#carousel-area .carousel-item .carousel-caption .carousel-caption-block-3 .inner-image2-container .inner-image2 {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 360px;
}

#carousel-area .carousel-item .carousel-caption .carousel-caption-block-4 {
  width: 20%;
}

#carousel-area .carousel-control-next,
#carousel-area .carousel-control-prev {
  opacity: 1;
}

#carousel-area .carousel-control-next i,
#carousel-area .carousel-control-prev i {
  width: 48px;
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#carousel-area .carousel-control-next i:hover,
#carousel-area .carousel-control-prev i:hover {
  border: 2px solid #4676fa;
  background: #4676fa;
}

#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
  opacity: 1;
}

#carousel-area .carousel-indicators {
  bottom: 35px;
}

#slider-area {
  margin-top: -1px;
}

#slider-area .btn {
  margin-right: 15px;
}

#slider-area .large_white {
  color: #fff;
}

#slider-area .about-info p {
  color: #333;
}

#slider-area .account-display {
  display: none;
}

.contents .head-title {
  text-transform: uppercase;
  font-size: 42px !important;
  font-weight: 700 !important;
}

.contents h4 {
  font-size: 36px;
  line-height: 50px;
}

.contents .header-button .btn i {
  margin-left: 10px;
}

.intro-img {
  padding: 130px 0;
}

.intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
  10 Features Section Style
   ========================================================================== */
#features {
  background: #fff;
}

#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#features .content-left {
  position: relative;
}

#features .content-left span {
  float: right;
  margin-left: 25px;
}

#features .content-right {
  position: relative;
}

#features .content-right span {
  float: left;
  margin-right: 25px;
}

#features .box-item {
  padding: 15px 0;
}

#features .box-item .icon {
  border: 1px solid #4676fa;
  text-align: center;
  margin: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .icon i {
  color: #4676fa;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .text h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

#features .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}

#features .box-item:hover .icon {
  background: #4676fa;
}

#features .box-item:hover .icon i {
  color: #ffffff;
}

#features .show-box {
  padding: 20px 0px 0px;
}

#features .show-box img {
  width: 100%;
}

#about {
  position: relative;
  background: #f2f2f2;
}

.item-boxes {
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-boxes .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #4676fa;
  display: inline-block;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-boxes .icon i {
  font-size: 30px;
  line-height: 60px;
  color: #4676fa;
}

.item-boxes h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.item-boxes:hover {
  background: #fff;
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
}

#services {
  position: relative;
  background: #f2f2f2;
}

/* ==========================================================================
11 Videos
========================================================================== */
.video-promo {
  background: #4676fa;
  background-position: cover;
  position: relative;
}

.video-promo .video-promo-content {
  color: #fff;
}

.video-promo .video-promo-content h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.video-promo .video-promo-content p {
  margin-bottom: 30px;
  font-size: 22px;
}

.video-promo .video-promo-content .video-popup,
.video-promo .video-promo-content .video-button {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  color: #333;
  border-radius: 50%;
  display: inline-block;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.video-promo .video-promo-content .video-popup i,
.video-promo .video-promo-content .video-button i {
  line-height: 80px;
}

.video-container {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  padding-top: 25px;
  height: 300px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

#homePageVideo {
  overflow: hidden;
  position: relative;
}

#homePageVideo iframe {
  height: 100%;
  width: 100%;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #4676fa;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#video-area {
  overflow: hidden;
  position: relative;
}

#video-area .contents {
  padding: 160px 0 80px;
}

#video-area .contents h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 70px;
}

#video-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#video-area .contents .btn {
  margin: 20px 10px;
  text-transform: uppercase;
}

#video-area .banner_bottom_btn {
  margin-top: 40px;
}

#video-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#video-area .banner_bottom_btn i:hover {
  color: #4676fa;
}

.overlay-2 {
  background: rgba(0, 0, 0, 0.9) !important;
}

/* ==========================================================================
12 Pricing
========================================================================== */
.pricing-table {
  padding: 20px 20px 40px 20px;
  margin: 0 auto;
  margin-bottom: 5px;
  border: transparent;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-table:hover {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

.pricing-table i img {
  margin: 0 auto;
  margin-bottom: 30px;
}

.pricing-table .icon {
  font-size: 26px;
  color: #4676fa;
  border: 1px solid #4676fa;
  border-radius: 4px;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  margin: 30px auto;
}

.pricing-table .pricing-details h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.pricing-table .pricing-details span {
  display: inline-block;
  font-size: 36px;
  font-weight: 400;
  color: #4676fa;
  margin-bottom: 20px;
}

.pricing-table .pricing-details ul {
  margin-bottom: 35px;
}

.pricing-table .pricing-details ul li {
  padding: 10px;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}

.table-left {
  margin-top: 20px;
}

/* ==========================================================================
 13 Counter Section Style
 ========================================================================== */
.counters {
  background: url(../imgold/bg1.jpg) fixed;
  position: relative;
}

.counters .facts-item {
  text-align: center;
  color: #fff;
}

.counters .facts-item .icon {
  margin-bottom: 20px;
  height: 50px;
}

.counters .facts-item .icon i {
  font-size: 50px;
  color: #fff;
}

.counters .facts-item .fact-count h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
}

.counters .facts-item .fact-count h4 {
  font-size: 20px;
  color: #fff;
}

.counters .facts-item img {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 80px;
}

/* ==========================================================================
14 Testimonial Section Style
 ========================================================================== */
#testimonial {
  background: #f2f2f2;
}

.testimonial-item {
  text-align: center;
}

.testimonial-item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial-item .testimonial-text h3 {
  font-size: 23px;
  font-weight: 100;
  text-transform: uppercase;
}

.testimonial-item .testimonial-text span {
  font-size: 22px;
  color: #999;
}

.testimonial-item .testimonial-text p {
  font-size: 21px;
  font-weight: 400;
  padding: 20px 10px 20px 10px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.5;
  color: #999;
}

.owl-theme .owl-controls .owl-page span {
  background: #4676fa;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

/* ==========================================================================
  15 Forms
  ========================================================================== */
.form-control {
  width: 100%;
  margin-bottom: 0px;
  padding: 5px 18px 5px 18px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Lato', sans-serif;
}

.form-control:focus {
  color: none !important;
  border-color: none !important;
  outline: none;
}

.control-group {
  padding-top: 10px;
}

.control-group .controls .error {
  padding-top: 5px;
  color: #900000;
}

.control-group .controls .hide-error {
  display: none !important;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

#contact {
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}

#contact .contact-block {
  background: #fff;
  padding: 30px;
  overflow: hidden;
}

#contact #contactForm {
  margin-top: 30px;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

/* Edit/Add bird form */
#editBirdBandnumber,
#addBirdBandnumber,
#editBirdSire,
#addBirdSire,
#editBirdDam,
#addBirdDam {
  width: 200px;
  text-transform: uppercase;
}

#editBirdColor,
#addBirdColor {
  width: 180px;
}

#editBirdSex,
#addBirdSex {
  width: 140px;
}

#editBirdStrain,
#editBirdSire,
#editBirdDam,
#editBirdStatus,
#addBirdStrain,
#addBirdSire,
#addBirdDam,
#addBirdStatus {
  width: 200px;
}

#editBirdLocation,
#editBirdBreeder,
#addBirdLocation,
#addBirdBreeder {
  width: 260px;
}

#editBirdNotesForm,
#editBirdRaceInfoForm,
#addBirdNotesForm,
#addBirdRaceInfoForm {
  display: none;
  height: 567px;
}

#editBirdSubmitView,
#addBirdSubmitView {
  display: none;
  text-align: center;
  height: 567px;
}

#editBirdSubmitView .display-status,
#addBirdSubmitView .display-status {
  text-align: center;
  padding-top: 150px;
}

#editBirdSubmitView .display-status #formProcessing,
#addBirdSubmitView .display-status #formProcessing,
#editBirdSubmitView .display-status #formProcessComplete,
#addBirdSubmitView .display-status #formProcessComplete,
#editBirdSubmitView .display-status #closeEditBirdForm,
#addBirdSubmitView .display-status #closeEditBirdForm {
  display: none;
}

.birdSearchHead {
  display: none;
}

.multi-edit-checkbox {
  margin-left: 7px;
  display: none;
}

/* bird options */
.bird-option {
  text-align: left !important;
  border-bottom: 1px solid #e9ecef;
  font-weight: bold;
  padding: 10px 20px 20px 20px !important;
  background: #020024;
  background: linear-gradient(180deg, #020024 0%, #ffffff 0%, #e8e8e8 100%);
  cursor: pointer;
}

.bird-option:hover {
  background: #fff;
}

#pedPrintOptions {
  display: none;
  padding: 20px 20px 15px 20px;
  background-color: #cccccc;
  margin-bottom: 30px;
}

#pedPrintOptions .row {
  padding: 0px 20px 0px 20px;
}

#pedPrintOptions .row .col-12 {
  padding: 22px !important;
}

#myBirdColumns,
#myBirdColumnsP {
  display: none;
}

#myBirdColumns div,
#myBirdColumnsP div {
  float: left;
  text-align: center;
  height: 35px;
  padding: 0px;
}

.bird-option-divider {
  border-bottom: 4px solid #4676fa !important;
}

/* delete bird form */
#deleteBirdText {
  text-align: center;
  padding-right: 15px;
}

#deleteIndividualBird2 {
  display: none;
}

/* ==========================================================================
16 Tabs
 ========================================================================== */
#dashboardTabs2 {
  border-bottom: 1px solid #cccccc;
  height: 30px;
}

#dashboardTabs2 .generic-tab {
  margin-bottom: -1px;
  border-top: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d8d8d8+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #d8d8d8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d8d8d8', GradientType=0);
  /* IE6-9 */
  padding: 10px;
}

#dashboardTabs2 .active-tab {
  background: #ffffff !important;
}

#tabMainReturn {
  display: none;
}

.generic-tab-pane {
  padding-top: 20px;
  display: none;
}

.nav-tabs .nav-link {
  border: none;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  border-top: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d8d8d8+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #d8d8d8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d8d8d8', GradientType=0);
  /* IE6-9 */
}

.nav-tabs .mobile-main-text {
  display: none;
}

.nav-tabs .default-main-text {
  display: inline;
}

.nav-tabs #dashboardMain {
  display: inline !important;
}

/* ==========================================================================
17 Footer Style
 ========================================================================== */
footer {
  background: #333;
  padding: 33px 0px 30px;
  text-align: center;
  margin-top: 160px;
}

footer,
.page-wrap:after {
  height: 100px;
}

.site-info p {
  line-height: 34px;
  color: #fff;
}

.site-info p a {
  color: #fff;
}

.site-info p a:hover {
  color: #4676fa;
}

/* ==========================================================================
 18 Datatables
 ========================================================================== */
.customButtonsContainer,
.customProgenyButtonsContainer {
  float: left;
  text-align: left;
  width: 100% !important;
}

.customButtonsContainer .btn,
.customProgenyButtonsContainer .btn {
  margin: 10px 2px 0px 2px;
}

.customButtonsContainer .custombuttons,
.customProgenyButtonsContainer .custombuttons,
.customButtonsContainer .customprogenybuttons,
.customProgenyButtonsContainer .customprogenybuttons {
  float: right;
  text-align: right;
  padding-left: 0px;
}

.customButtonsContainer .custombuttons .generationLabel,
.customProgenyButtonsContainer .custombuttons .generationLabel,
.customButtonsContainer .customprogenybuttons .generationLabel,
.customProgenyButtonsContainer .customprogenybuttons .generationLabel {
  font-size: 18px;
  font-weight: bold;
  color: #4676fa;
}

.customButtonsContainer .customsearch,
.customProgenyButtonsContainer .customsearch,
.customButtonsContainer .placeholdersearch,
.customProgenyButtonsContainer .placeholdersearch {
  float: left;
  text-align: left;
  padding-top: 20px;
  padding-left: 0px;
}

.customButtonsContainer .customsearch input,
.customProgenyButtonsContainer .customsearch input,
.customButtonsContainer .placeholdersearch input,
.customProgenyButtonsContainer .placeholdersearch input {
  margin-top: 2px;
}

/*.customButtonsContainer .customsearch #quickSearchBtn,*/
.customProgenyButtonsContainer .customsearch #quickSearchBtn,
.customButtonsContainer .placeholdersearch #quickSearchBtn,
.customProgenyButtonsContainer .placeholdersearch #quickSearchBtn {
  display: none;
}

.customPedigreeButtons {
  float: right;
}

.customPedigreeButtons .btn {
  margin: 10px 2px 0px 2px;
}

.topInfo {
  clear: both;
  float: left;
  margin-bottom: 10px;
}

.dataTables_filter,
.customsearch,
.placeholdersearch {
  margin-top: 10px;
  float: left;
}

.dataTables_filter input,
.customsearch input,
.placeholdersearch input {
  text-transform: uppercase;
}

.dataTables_length {
  padding-top: 20px;
  margin-bottom: 7px;
  min-width: 270px;
  width: 50%;
  float: left;
  text-align: left;
  justify-content: left !important;
}

.dataTables_length select {
  margin-top: 0px;
}

.dataTables_paginate {
  padding-top: 15px;
  float: right;
  text-align: left;
  min-width: 270px;
  width: 50%;
}

.dataTables_paginate .pagination {
  justify-content: right !important;
}

.btn-primary {
  border-radius: 4px;
}

.btn-small {
  color: #ffffff !important;
  border-radius: 4px;
  background-color: #007bff;
  padding: 5px 10px 4px 10px;
}

.btn-small-search {
  color: #ffffff !important;
  border-radius: 4px;
  background-color: #007bff;
  padding: 5px 10px 4px 10px;
  margin-top: 0px !important;
}

.btn-small-edit {
  color: #ffffff !important;
  border-radius: 4px;
  background-color: green;
  padding: 5px 10px 4px 10px;
}

.btn-small-edit i {
  padding-right: 4px;
}

.btn-small-edit {
  color: #ffffff !important;
  border-radius: 4px;
  background-color: #FF9707;
  padding: 5px 10px 4px 10px;
}

.btn-small-edit i {
  padding-right: 4px;
}

.btn-small-delete {
  color: #ffffff !important;
  border-radius: 4px;
  background-color: #BD081C;
  padding: 5px 10px 4px 10px;
}

.btn-small-delete i {
  padding-right: 4px;
}

.progeny-generations-select {
  width: 80px;
  padding: 10px;
}

table.dataTable thead .responsiveBtnTH::before,
table.dataTable thead .responsiveBtnTH::after {
  content: "" !important;
}

table.dataTable.dtr-column&gt;tbody&gt;tr&gt;td.control,
table.dataTable.dtr-column&gt;tbody&gt;tr&gt;th.control {
  padding-top: 0px !important;
  height: 20px !important;
  position: relative;
  top: 0px;
  vertical-align: top;
  margin-top: 0px;
}

table.dataTable.dtr-column&gt;tbody&gt;tr&gt;td.control img,
table.dataTable.dtr-column&gt;tbody&gt;tr&gt;th.control img {
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 0px;
  vertical-align: top;
}

.highlight-row-blue {
  background-color: #7fceff !important;
}

.highlight-row {
  background-color: #fcefa1 !important;
}

.birdBandnumberTH div,
.birdSireTH div,
.birdDamTH div {
  max-width: 100px;
  width: 100px;
}

.birdBandnumberTD,
.birdSireTD,
.birdDamTD {
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}

.birdCheckboxTH {
  padding: 12px 12px 4px 12px !important;
  vertical-align: bottom;
}

.birdCheckboxTH div:first-child {
  width: 40px;
  max-width: 40px;
}

.birdCheckboxTH div:first-child div:first-child {
  width: 20px;
}

.birdCheckboxTH div:first-child div:last-child {
  width: 20px;
}

.birdCheckboxTH div {
  float: left;
}

.actionTH div {
  max-width: 180px;
  width: 180px;
}

.actions-disabled {
  color: #adadad;
}

#exportBirdsResultContainer,
#sendExport,
#sendExportMsg2 {
  display: none;
}

/*table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; td.child {
		padding: 0px 0px 10px 0px !important;

	}*/
/* ==========================================================================
19 Login
 ========================================================================== */
.login-container {
  padding: 20px;
  width: 100%;
  max-width: 350px;
  border: 25px solid #cccccc;
  margin: 0 auto;
  height: auto;
}

.login-container #formLogin .login-btn {
  margin-top: 30px;
}

.login-container #formForgotPassword {
  display: none;
}

.login-container #formForgotPassword .forgotPasswordFormElement {
  margin: 0px 0px 30px 0px;
}

.login-container #formForgotPassword .forgotPasswordMsg2 {
  display: none;
}

.login-container .forgotPasswordMsg1,
.login-container .forgotPasswordMsg2 {
  text-align: center;
}

.login-container #forgot-password,
.login-container #return-to-login {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 30px;
  color: #4676fa;
  cursor: pointer;
}

/* ==========================================================================
20 Modals
 ========================================================================== */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:focus {
  color: #ffffff;
}

.close:hover {
  color: #ffffff;
}

.modal-header {
  background-color: #1849b0;
  color: #ffffff;
}

.modal-body .row {
  margin-bottom: 15px;
}

.modal-body .row .left-column {
  text-align: right;
  padding: 5px 0px 0px 5px;
}

.modal-footer .row {
  height: 75px;
}

.modal-footer .row button,
.modal-footer .row input {
  margin-bottom: 10px;
}

a.close-modal {
  display: none !important;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: transparent !important;
}

ul.ui-autocomplete {
  z-index: 1100;
}

#printBirdModal .modal-body .row {
  margin-bottom: 15px;
}

#printBirdModal .modal-body .row div:first-child {
  text-align: right;
  padding: 5px 0px 0px 5px;
}

#printBirdModal .modal-body div {
  float: left;
}

#printBirdModal .modal-body iframe {
  margin-bottom: 20px;
}

#printBirdModal .modal-body #mobilePrintBirdIframe {
  display: none;
}

#printBirdModal .modal-body .bird-report-title {
  padding: 3px 0px 0px 0px;
  width: 90px;
}

#printBirdModal .modal-body .bird-report-input-div {
  clear: both;
  width: 255px;
  padding-right: 15px;
  padding-top: 2px;
}

#printBirdModal .modal-body .bird-report-input-div input {
  width: 100%;
}

#printBirdModal .modal-body .bird-report-update-div {
  width: 120px;
}

#printBirdModal .modal-body .bird-report-print-div {
  width: 65px;
  margin-left: 15px;
}

/* Pedigree */
.pedBandnumberSire,
.pedBandnumberDam {
  height: 20px;
  width: -webkit-calc(75%);
  width: -moz-calc(75%);
  width: calc(100% - 25px);
  float: right;
  font-weight: bold;
}

#pedContainer1 .pedBandnumber {
  float: right;
  text-align: left;
  width: -webkit-calc(75%);
  width: -moz-calc(75%);
  width: calc(100% - 25px);
  font-weight: bold;
}

#pedContainer1 .pedContainer1field {
  height: 384px;
  border: 1px solid #000000;
  padding: 5px;
  min-width: 300px;
  margin-bottom: 50px;
  float: right;
  width: -webkit-calc(75%);
  width: -moz-calc(75%);
  width: calc(100% - 25px);
}

#pedContainer1 .pedContainer1field p {
  padding: 5px;
}

#pedContainer1 #loftInfo,
#pedContainer1 #loftInfo2,
#pedContainer1 .pedigreeHighlightDups {
  font-size: 11px;
  clear: both;
  height: auto;
  padding: 5px;
  min-width: 300px;
  margin-bottom: 0px;
  float: right;
  width: -webkit-calc(75%);
  width: -moz-calc(75%);
  width: calc(100% - 25px);
}

#pedContainer1 .pedigreeHighlightDups label {
  margin-top: 3px;
}

#pedContainer2 .pedContainer2Label {
  position: relative;
  height: 278px;
  width: 20px;
  padding: 55px 0px 0px 0px;
  float: left;
  margin-bottom: 5px;
}

#pedContainer2 .pedContainer2Label #pedSireBtn,
#pedContainer2 .pedContainer2Label #pedDamBtn {
  cursor: pointer;
}

#pedContainer2 .pedContainer2Label .pedContainer2Text {
  padding: 6px 0px 0px 0px;
  position: absolute;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -ms-transform-origin: 45px 50px;
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari 3-8 */
  -webkit-transform-origin: 45px 50px;
  /* Safari 3-8 */
  transform: rotate(-90deg);
  transform-origin: 45px 50px;
  width: 70px;
  font-weight: bold;
}

#pedContainer2 .pedContainer2field {
  float: right;
  width: -webkit-calc(75%);
  width: -moz-calc(75%);
  width: calc(100% - 25px);
  margin-bottom: 5px;
}

#pedContainer2 .pedContainer2field .pedTextarea2 {
  height: 284px;
  border: 1px solid #000000;
  padding: 5px;
}

#pedContainer2 .pedContainer2field .pedTextarea2 p {
  padding: 5px;
}

.pedContainer3Label {
  position: relative;
  min-height: 139px;
  height: auto;
  width: 20px;
  min-width: 20px !important;
  padding: 1px 5px 0px 4px;
  float: left;
  margin-bottom: 5px;
}

.pedContainer3Label .pedContainer3Text {
  padding: 6px 5px 0px 5px;
  position: absolute;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -ms-transform-origin: 45px 50px;
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari 3-8 */
  -webkit-transform-origin: 45px 50px;
  /* Safari 3-8 */
  transform: rotate(-90deg);
  transform-origin: 45px 50px;
  top: 30px;
}

.pedContainer3field {
  float: right;
  width: -webkit-calc(75%);
  width: -moz-calc(75%);
  width: calc(100% - 25px);
  margin-bottom: 5px;
}

.pedContainer3field .pedTextarea3 {
  height: 175px;
  border: 1px solid #000000;
  padding: 5px;
}

.pedContainer3field .pedTextarea3 p {
  padding: 5px;
}

#pedContainer4 {
  min-width: 270px;
}

#pedContainer4 .pedContainer4BN {
  clear: both;
  height: 20px;
  padding-left: 3px;
  font-weight: bold;
  float: right;
  width: -webkit-calc(75%);
  width: -moz-calc(75%);
  width: calc(100% - 25px);
}

#pedContainer4 .pedContainer4Label {
  position: relative;
  min-height: 65px;
  height: auto;
  width: 20px;
  padding: 0px 0px 0px 8px;
  float: left;
  margin-top: 0px;
}

#pedContainer4 .pedContainer4Label .pedContainer4Text {
  padding: 0px 0px 0px 0px;
  position: absolute;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -ms-transform-origin: 25px 30px;
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari 3-8 */
  -webkit-transform-origin: 25px 30px;
  /* Safari 3-8 */
  transform: rotate(-90deg);
  transform-origin: 25px 30px;
  width: 58px;
}

#pedContainer4 .pedContainer4field {
  float: right;
  width: -webkit-calc(75%);
  width: -moz-calc(75%);
  width: calc(100% - 25px);
  margin-bottom: 5px;
  border: 1px solid black;
  min-width: 220px;
  height: 75px;
  overflow: auto;
}

#pedContainer4 .pedContainer4field p {
  padding: 5px;
}

.pedAddEdit {
  cursor: pointer;
}

.scroll-pane {
  border: 1px solid black;
  /* overflow-y: scroll !important; */
  overflow: auto;
  /* -webkit-overflow-scrolling: touch !important; */
  background-color: #ffffff;
}

.lightgreen {
  background-color: #C0FFC0;
}

.lightpurple {
  background-color: #C0C0FF;
}

.lightred {
  background-color: #FFC0C0;
}

.lightteal {
  background-color: #C0FFFF;
}

.lightpink {
  background-color: #FFC0FF;
}

.lightyellow {
  background-color: #FFFFC0;
}

.lightblue {
  background-color: #80C0FF;
}

.lightgreen2 {
  background-color: #80FFC0;
}

.lightgreen3 {
  background-color: #C0FF80;
}

.lightorange {
  background-color: #FFC080;
}

.lightpink2 {
  background-color: #FF80C0;
}

#pedFindBirdResult .pedFindBN {
  padding: 5px;
  cursor: pointer;
  background-color: #FFFFFF;
}

#pedFindBirdResult :nth-child(odd) {
  background-color: #f9f9f9 !important;
}

.pedFindBNform {
  padding: 20px 0px 20px 0px;
}

.pedFindBNform #pedFindBNfield {
  text-transform: uppercase;
}

#pedigree_processing,
#pairing_processing {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  z-index: 5000;
}

#pedTable,
#pairTable {
  border: none;
  background-color: #ffffff;
  background-image: none;
  margin-top: 50px;
  max-width: 2500px !important;
}

fieldset {
  border: 1px groove #346afe !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

legend {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: inherit;
  /* Or auto */
  padding: 0 10px;
  /* To give a bit of padding on the left and right */
  border-bottom: none;
}

.orderFormText {
  margin-top: 15px;
  margin-bottom: 20px;
}

.arrow-right-blue {
  height: 0;
  border-top: 25px solid #ccc;
  border-bottom: 25px solid #ccc;
  border-left: 25px solid #346afe;
  width: 25px;
  float: right;
}

.arrow-right-blue-transbg {
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #346afe;
  width: 25px;
  float: right;
}

.arrow-right-grey {
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #ccc;
  width: 25px;
  float: right;
}

.arrow-right-grey-bluebg {
  height: 0;
  border-top: 25px solid #346afe;
  border-bottom: 25px solid #346afe;
  border-left: 25px solid #ccc;
  width: 25px;
  float: right;
}

.purchaseFormStepBar {
  padding: 10px 0px 0px 20px;
  font-size: 20px;
  height: 50px;
  width: 45%;
  float: left;
  color: #FFFFFF;
}

.fieldAsterisk {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 5px;
}

.fieldAsteriskStyle {
  color: red;
  font-weight: bold;
}

.denoteRequired {
  height: 50px;
  padding: 30px 0px 50px 20px;
}

#purchaseForm .error,
#contactForm .error {
  color: red;
  font-weight: bold;
}

#usernameTaken,
#rousernameTaken,
.usernameConflict,
.roPasswordsDontMatch,
.passwordsDontMatch {
  display: none;
  color: red;
  font-weight: bold;
}

#dashboardPairing {
  padding-top: 40px;
}

#dashboardPairing .pair-container {
  clear: both;
  margin: 5px 0px 50px 0px;
  min-width: 300px;
  max-width: 598px;
  height: 80px;
  border: 1px solid #333;
  padding: 5px;
  background-color: #fff;
}

#dashboardPairing .pairing-rounded-corners {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}

#dashboardPairing .pairingTopLeft {
  width: 50%;
  text-align: left;
  float: left;
  min-width: 300px;
  margin-bottom: 20px;
}

#dashboardPairing .pairingTopRight {
  width: 50%;
  text-align: right;
  float: left;
  min-width: 300px;
  font-size: 22px;
  color: #333;
}

#pairFindBirdResult .pairFindBN,
#cockProgenyContainer .pairFindBN,
#henProgenyContainer .pairFindBN,
#pairFindBirdResult .pairingProgenyBN,
#cockProgenyContainer .pairingProgenyBN,
#henProgenyContainer .pairingProgenyBN {
  padding: 5px;
  cursor: pointer;
  background-color: #f9f9f9;
}

#pairFindBirdResult :nth-child(odd),
#cockProgenyContainer :nth-child(odd),
#henProgenyContainer :nth-child(odd) {
  background-color: #fff !important;
}

#pairFindSire,
#pairFindDam,
#pairFindBNfield {
  text-transform: uppercase !important;
}

#adminTable_wrapper table {

  th,
  td {
    display: table-cell !important;
  }
}

.loader {
  width: 24px;
  height: 24px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#card-field-submit-button {
  vertical-align: middle;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 10px;

  &amp;:disabled {
    color: gray;
  }

  .loader {
    display: none;
  }
}

.membership-price {
  color: #333;
  margin-top: 20px;
  font-size: 30px;
}

.vertical-middle {
  vertical-align: middle
}

.pricing-section {
  max-width: 800px;
  margin: auto;
  text-align: center;
  color: black;
}

.pricing-section p {
  margin: 40px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.pricing-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.pricing-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
  width: 250px;
  transition: transform 0.2s ease;
  color: black;
  cursor: pointer;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.pricing-card.selected {
  border-color: #007BFF;
  background-color: #e6f0ff;
}

.pricing-card h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.pricing-card p {
  font-size: 1rem;
  margin-bottom: 0;
}
</pre></body></html>