@charset "UTF-8";
/* CSS Document */

.login-box, .register-box {
    margin: 2% auto;
}

.login-logo a, .register-logo a {
    color: var(--primary-white);
}

.login-box > a {
    color: var(--primary-white);
    margin-top: 10px;
}

@media (min-width: 768px) {
    .navbar-nav {
        display: table;
    }
}

.quick-tasks .col-xs-6 .small-box h3 {
    font-size: 32px;
}

.schedule .breeder-id {
    font-size: 11px;
    font-weight: bold;
    margin-left: 8px;
    margin-top: -3px;
    text-align: center;
    width: 50px;
}

.schedule .letter-in-circle .letter {
    font-size: 12px !important;
}

.schedule .letter-in-circle {
    padding: 14px 0 !important;
}

.timeline > li {
    height: 35px;
}

.settings .timeline > li {
    height: auto;
}

.timeline-header > input {
    max-width: 60%;
    width: 100%;
}

section.home-schedule .timeline > li i:hover {
    border: 2px solid black;
}

.home-schedule .row-horizon.schedule {
    margin-left: 15px;
    margin-right: 10px;
}

.date-lines {
    left: 0;
    position: absolute;
    top: 75px;
    width: 98%;
}

.date-lines .date-line hr {
    margin-left: -12px;
    margin-top: 10px;
    width: 95%;
}

.date-lines .date-line .date {
    color: #888;
    float: left;
    font-size: 10px;
    font-weight: 600;
    margin-left: 2px;
    margin-top: -7px;
    width: 40px;
}

.date-lines .date-line {
    height: 10px;
    margin-top: 40px;
}

.todo-list .tools .time {
    font-size: 12px;
    margin-right: 5px;
}

.todo-list .time {
    font-size: 10px;
    margin-right: 5px;
    margin-top: 4px;
    float: right;
    color: #777;
}

.todo-list > li {
    padding: 8px;
}

.todo-list > li .text {
    display: inline-flex;
	width: 50%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 400px) {
    .todo-list > li .text {
        width: 45%;
    }
}

@media only screen and (max-width: 320px) {
    .todo-list > li .text {
        width: 37%;
    }
}

#weigh .info-box-icon img {
    max-width: 80%;
    margin: 10px auto;
    border: 3px solid;
}

.form-control {
    background-color: var(--primary-white) !important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: var(--generic-bg) !important;
    opacity: 1;
}

#butcher .table td img {
    max-width: 40px;
    border: 2px solid;
}

.pedigree .info-box-text {
    font-size: 11px;
}

.pedigree .info-box-content.no-image {
    margin-left: 0;
}

.pedigree .info-box-number {
    font-size: 15px;
}

.pedigree .info-box-text .notes {
    text-transform: none;
    white-space: normal;
    width: 80%;
}

.pedigree .info-box.buck {
    margin-bottom: 5px;
}

.pedigree .box-footer {
    color: #000;
}

.pedigree .half {
    height: 50px;
}

.pedigree .whole {
    height: 100px;
}

.row.pedigree {
    margin-left: -10px;
    margin-right: -10px;
}

#wizard__breeders .row-horizon .table th {
    min-width: 100px;
}

@media (max-width: 480px) {
    .widget-user .widget-user-image {
        top: 95px;
    }

    .widget-user .widget-user-username {
        font-size: 20px;
    }

    .widget-user .box-footer .description-block > .description-header {
        font-size: 14px;
    }

    .widget-user .box-footer .description-block > .description-text {
        font-size: 12px;
    }

}

.bred-icon {
    background: #ca195a none repeat scroll 0 0;
    border-radius: 50%;
    color: white;
    position: absolute;
    text-align: center;
}

.box-widget.widget-user .bred-icon {
    font-size: 19px;
    height: 40px;
    left: -16px;
    top: -20px;
    padding-top: 6px;
    width: 40px;
    border: 2px solid #fff;
}

.box-body.box-profile .bred-icon {
    font-size: 19px;
    height: 30px;
    padding-top: 3px;
    left: 5px;
    top: 5px;
    width: 30px;
    z-index: 100;
}

.breeder.widget-user-image > img {
    width: 130px;
}

.litter.widget-user-image .img-circle {
    width: 110px;
}

.breeder.profile-user-img {
    width: 150px;
}

.litter.profile-user-img {
    width: 130px;
}

.breeder.widget-user-image {
    margin-left: -65px;
    top: 45px;
    z-index: 10;
}

.litter.widget-user-image {
    margin-left: -110px;
    top: 55px;
    z-index: 10;
}

.input-white {
    background-color: white !important;
}

.widget-user .widget-user-username {
    overflow: hidden;
    white-space: nowrap;
}

@media only screen and (max-width: 400px) {
    .litter.widget-user-image {
        margin-left: -70px;
        top: 65px;
    }

    .litter.widget-user-image .img-circle {
        width: 100px;
    }

    .widget-user-image.breeder > img {
        width: 120px;
        float: right;
    }

    .widget-user-image.breeder {
        top: 60px;
    }

    .widget-user .widget-user-image.breeder {
        right: 5%;
    }

    .widget-user .widget-user-desc {
        width: 150px;
    }

    .widget-user .widget-user-username {
        max-width: 248px;
    }
}

@media only screen and (min-width: 401px) and (max-width: 480px) {
    .widget-user .widget-user-username {
        max-width: 330px;
    }

    .litter.widget-user-image {
        top: 65px;
    }

}

@media (max-width: 480px) {
    .widget-user .widget-user-header {
        height: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .litter.widget-user-image {
        margin-left: -70px;
    }

    .widget-user .widget-user-username {
        max-width: 290px;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .litter.widget-user-image {
        margin-left: -70px;
    }

    .widget-user .widget-user-username {
        font-size: 22px;
        max-width: 260px;
    }

    .widget-user .widget-user-desc {
        width: 150px;
    }

    .widget-user .box-footer .description-block > .description-header {
        font-size: 14px;
    }

    .widget-user .box-footer .description-block > .description-text {
        font-size: 12px;
    }

    .widget-user-image.breeder > img {
        width: 120px;
        float: right;
    }

    .widget-user-image.breeder {
        top: 55px;
    }

    .widget-user .widget-user-image.breeder {
        right: 5%;
    }

    .widget-user .widget-user-header {
        height: 140px;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .widget-user .widget-user-username {
        max-width: 300px;
    }
}

.prefix {
    font-size: 12px;
}

.task-actions-drop-down {
    margin-top: -5px;
}

.timeline > li > .timeline-item > .tools {
    padding: 3px;
}

.th-actions {
    width: 70px;
}

.todo-list {
    overflow: visible;
}

.todo-list > li > input[type="checkbox"] {
    margin: 0 5px 0 0;
}

.auto-width-dropdown {
    width: 100% !important;
}

.input-group .select2-container {
    width: 100% !important;
    display: table;
    table-layout: fixed;
}

.drop-fix-categories {
    position: relative;
}

.drop-fix-categories ul {
    display: none;
    right: -101%;
    left: auto;
    top: -7px;
}

.drop-fix-categories:hover ul {
    display: block;
}

.date-range-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.date-range-group input {
    visibility: hidden;
    width: 0;
    padding: 0;
    height: 0;
    margin: 0;
    border: 0;
}

.ledger-table-actions,
.litters-table-actions,
.profile-timelite-actions {
    margin-bottom: 20px;
}

.row.no-gutter {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
    padding-right: 2px;
    padding-left: 2px;
}

.row.no-gutter .info-box {
    margin-bottom: 5px;
    padding: 4px
}

.row.no-gutter {
    margin-bottom: 15px;
}

.row.no-gutter .btn:not(.breeder-menu) {
    white-space: normal;
    font-size: 10px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .row-horizon.pedigree > .col-sm-12 {
        width: 100%;
    }
}

.row-horizon.pedigree {
    margin-bottom: 15px;
    overflow-x: auto !important;
}

#pedigree .box-header > .btn,
#pedigree .box-header > .btn-group {
    margin-bottom: 5px;
}

.loader-right {
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 20px;
}

.scrollable-tt-menu .tt-menu {
    max-height: 250px;
    overflow-y: auto;
}

.settings-default-breed .tt-menu {
    width: inherit;
}
span.twitter-typeahead .tt-suggestion.pedigree-typeahead-select {
    padding-left: 5px;
}
.pedigree-typeahead-select .fa-check {
    -webkit-text-stroke: 1px white;
}

.breeder-images-list {
    width: 100%;
    position: relative;
    /* overflow: auto; */
}
.preview-breeder-image:first-child {
    height: 100px;
    width: 100px;
    position: relative;
    margin-right: 30px;
}
.preview-breeder-image {
    height: 60px;
    width: 60px;
    position: relative;
    margin-right: 20px;
    float: left;
}
.preview-breeder-image > .image-zone {
    width: 100%;
    height: 100%;
}
.preview-breeder-image > .image-zone > img {
    width: 100%;
    height: 100%;
    border: 2px var(--footer-grey) solid;
}
.preview-breeder-image > .image-remove-icon {
    position: absolute;
    top: -2px;
    right: 0;
    font-weight: bold;
    cursor: pointer;
    display: none;
    z-index: 100;
    background-color: var(--primary-white);
    border-radius: 50%;
    height: 20px;
    width: 20px;
}
.preview-breeder-image:hover > .image-zone {
    cursor: move;
    opacity: .5;
}
.preview-breeder-image:hover > .image-remove-icon {
    display: block;
}
.preview-breeder-image .info-box-icon {
    height: 73px;
    width: 73px;
    line-height: 73px;
}
.preview-breeder-image .loader {
    margin-top: 20px;
}
.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}
.container {
    padding-top: 50px;
}
.predict-btn{
    float: right !important;
    margin-right: 16px !important;
    border-color: var(--primary-white) !important;
}
#breeder-many-table{
    overflow-y: visible !important;
}
.main-header .logo .logo-lg {
    display: inline;
    vertical-align: middle;
}
.main-header .logo .logo-mini {
    display: inline-flex;
    vertical-align: middle;
    position: initial;
    padding-top: 1px;
}
.copied-text-clipboard .copy{
    vertical-align: top !important;
}
.copied-text-clipboard p{
    text-align: center !important;
}

.kit-weight-bottom-margin{
    margin-bottom: 12px;
}

.breeder-weight-bottom-margin{
    margin-bottom: 12px;
    padding-left: 6px;   
}

.kit-weight{
    margin-top: 5px;
}

.weight_unit_short{
    line-height: 34px;
    margin-left: -19px;
}

@media (max-width: 822px) {
  #launcher-frame{
    display: none;
  }

}

.number-without-arrows {
    -moz-appearance: textfield !important;
}
.number-without-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.p6 {
    padding: 6px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.ml-20 {
    margin-left: 20px
}
.mr-20 {
    margin-right: 20px
}
.p-10 {
    padding: 10px;
}
.px-5 {
    padding: 0px 3rem;
}
.modal-content .modal-big-text,
.modal-content .modal-big-text a,
.modal-content .modal-big-text button {
    font-size: 18px;
}
.broadcast_success{
    padding: 10px;
}
.has-error .select2-selection {
    border-color: red;
}

table.customer_referral_method tbody,
table.customer_referral_method thead { display: block; }
table.customer_referral_method tbody {
    height: 289px;
    overflow-y: auto;
    overflow-x: hidden;
}

.cohort-main {overflow: auto;}
.cohort-main table {overflow-x: scroll;} 

@media (min-width: 768px){
  #breeder-butcher-modal .modal-dialog {
        width: 70%;
        margin: 30px auto;
    }
}

.cursor-pointer:hover{
    background-color: #f5f5f5;
}

@media (max-width: 768px) {
    .mobile-row-horizon {
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
    }
}

.content-wrapper {
    background-color: #eeeeee !important;
}

.mt-4 {
    margin-top: 4px;
}
.mt-8 {
    margin-top: 8px;
}

.timeline::before {
    width: 7px;
    left: 30px;
    height: calc(100% + 20px);
    color: #edf0f2;
  }

.login-with-google-btn {
	 transition: background-color 0.3s, box-shadow 0.3s;
     text-align: left;
	 padding: 12px 16px 12px 60px;
	 border: none;
	 border-radius: 3px;
	 box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
	 color: #757575;
	 font-size: 16px;
	 font-weight: 700;
	 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	 background-image: url(data:image/png;base64,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);
	 background-position: left;
     background-color: white;
	 background-repeat: no-repeat;
	 background-position: 11px center;
     background-size: 30px;
}
 .login-with-google-btn:hover {
	 box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
}
 .login-with-google-btn:active {
	 background-color: #eee;
}
 .login-with-google-btn:focus {
	 outline: none;
	 box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25), 0 0 0 3px #c8dafc;
}
 .login-with-google-btn:disabled {
	 filter: grayscale(100%);
	 background-color: #ebebeb;
	 box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
	 cursor: not-allowed;
}

.login-with-facebook-btn {
	 transition: background-color 0.3s, box-shadow 0.3s;
	 padding: 12px 16px 12px 60px;
     text-align: left;
	 border: none;
	 border-radius: 3px;
	 box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
	 color: #757575;
	 font-size: 16px;
	 font-weight: 700;
	 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	 background-image: url(data:image/png;base64,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);     
     background-position: left;
     background-color: white;
	 background-repeat: no-repeat;
	 background-position: 9px center;
     background-size: 35px;
}
 .login-with-facebook-btn:hover {
	 box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
}
 .login-with-facebook-btn:active {
	 background-color: #eee;
}
 .login-with-facebook-btn:focus {
	 outline: none;
	 box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25), 0 0 0 3px #c8dafc;
}
 .login-with-facebook-btn:disabled {
	 filter: grayscale(100%);
	 background-color: #ebebeb;
	 box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
	 cursor: not-allowed;
}

.dashboard-d-flex{
    display: flex;
}
.login-with-apple-btn {
	 transition: background-color 0.3s, box-shadow 0.3s;
     text-align: left;
	 padding: 12px 16px 12px 60px;
	 border: none;
	 border-radius: 3px;
	 box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
	 color: #757575;
	 font-size: 16px;
	 font-weight: 700;
	 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	 background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIyLjE4NSAyNyIgdmlld0JveD0iMCAwIDIyLjE4NSAyNyI+PHBhdGggZD0iTTE4LjQzNiAxNC4yNzFjMC0yLjIyNSAxLjIxNi00LjE2NiAzLjAyLTUuMTk0LS45NDItMS4xNTYtMi4zNTktMi4xOTItMy45MjEtMi40OTYtMi4xMy0uNDE1LTMuMzQ1LjI3Ni00LjEzMS41NTMtLjc4Ni4yNzctMS44My41MjYtMS44My41MjZzLTEuMDQzLS4yNDktMS44My0uNTI2QzguOTU5IDYuODU3IDcuNzQ0IDYuMTY1IDUuNjE0IDYuNThzLTMuOTkgMi4xOTItNC43NDYgMy43NzZjLTEuNDU4IDMuMDU3LS44NTggNi45MDMuMTcyIDkuNjY5IDEuMDI5IDIuNzY3IDMuNzUgNi42MzMgNS44NiA2Ljk0NCAxLjUwMS4yMjEgMi40My0uODE2IDQuNjc0LTEuMDc5IDIuMjQ0LjI2MyAzLjE3MyAxLjMgNC42NzQgMS4wNzkgMi4xMS0uMzExIDQuODMxLTQuMTc3IDUuODYtNi45NDQuMDI1LS4wNjguMDUxLS4xMzguMDc2LS4yMDhDMTkuOTg3IDE4LjkzNSAxOC40MzYgMTYuNzg0IDE4LjQzNiAxNC4yNzF6TTExLjA0MSA2LjA3NWMwIDAgMi4wODcuMjc3IDMuOTgyLTEuODc1czEuMzU2LTQuMTg4IDEuMzU2LTQuMTg4LTIuMDg3LS4yNzctMy45ODIgMS44NzVTMTEuMDQxIDYuMDc1IDExLjA0MSA2LjA3NXoiLz48L3N2Zz4=);
	 background-position: left;
     background-color: white;
	 background-repeat: no-repeat;
	 background-position: 15px center;
     background-size: 23px;
}
 .login-with-apple-btn:hover {
	 box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
}
 .login-with-apple-btn:active {
	 background-color: #eee;
}
 .login-with-apple-btn:focus {
	 outline: none;
	 box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25), 0 0 0 3px #c8dafc;
}
 .login-with-apple-btn:disabled {
	 filter: grayscale(100%);
	 background-color: #ebebeb;
	 box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
	 cursor: not-allowed;
    }

.dashboard-d-flex {
  display: flex;
}

.breeder-help {
  position: absolute;
  right: 150px;
  vertical-align: middle;
  border-radius: 100px;
  background-color: #eeeeee !important;
  border-color: transparent;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin: 0 3px;
}

.breeder-help-profile {
  position: absolute;
  right: 17px;
  vertical-align: middle;
  border-radius: 100px;
  background-color: #eeeeee !important;
  border-color: transparent;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin: 0 3px;
}

.setting-general-btn {
  position: absolute;
  right: 17px;
  vertical-align: middle;
  border-radius: 100px;
  background-color: #eeeeee !important;
  border-color: transparent;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin: 0 3px;
}

.task-general-btn {
  position: absolute;
  right: 17px;
  vertical-align: middle;
  border-radius: 100px;
  background-color: #eeeeee !important;
  border-color: transparent;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin: 0 3px;
}

.breeder-help-btn{
  position: absolute;
  right: 150px;
  vertical-align: middle;
  border-radius: 100px;
  background-color: #eeeeee !important;
  border-color: transparent;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin: 0 3px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .breeder-help {
    position: unset;
  }
  .breeder-help-profile {
    bottom: 8px;
    position: unset;
  }
  .breeder-help-btn{
    position: unset;
    margin-top: 3px;
  }
  .setting-general-btn{
    position: relative;
    right: 0;
  }
  .task-general-btn {
    position: relative;
    right: 0;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .breeder-help {
    position: unset;
  }
  .breeder-help-profile {
    bottom: 8px;
    position: unset;
  }
  .breeder-help-btn{
    position: unset;
    margin-top: 3px;
  }
  .setting-general-btn{
    position: relative;
    right: 0;
  }
  .task-general-btn {
    position: relative;
    right: 0;
  }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .breeder-help {
    position: unset;
  }

  .breeder-help-profile {
    bottom: 8px;
    position: unset;
  }
  .breeder-help-btn{
    position: unset;
    margin-top: 3px;
  }
  .setting-general-btn{
    position: relative;
    right: 0;
  }
  .task-general-btn {
    position: relative;
    right: 0;
  }
}

.card .modal-header{
    background: #222;
    color: #fff;
    padding: 0px;
    border-radius: 5px;
}

#flexible-discount-modal .border-dark{
    border: 1px solid #8f7a7a;
    border-radius: 11px;
    padding: 2px;
}

#flexible-discount-modal button.btn{
    margin: 7px 0px 0px 0px;
}

#flexible-discount-modal .card-body{
    min-height: 201px;
}

.flexible-btn {
    display: block;
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
    
}

.flexible-options-text {
    text-align: center;
    max-width: 90%;
    margin: 0 auto 20px auto; /* Centers the text */
    font-size: 16px;
    line-height: 1.5;
}


.flexible-center-container{
    display: flex;
    width: 100%;
    padding: 15px;
    justify-content: center;
}

.mindmap.padding-left-30.pading-top-30 {
    padding-top: 70px;
}
/* .pedigree-page {
  font-family: Roboto, "Source Sans Pro", Helvetica, Arial, sans-serif !important;
} */

.position-relative {
  position: relative;
}

.overlay-image {
  position: absolute;
  left: 30px;
}

.pedigree-card-2 {
  border: 3px solid;
  width: 29%;
  margin-right: 10px;
  margin-top: -15px;
  margin-left: -15px;
  max-width: 120px;
  display: block;
}

.break-all {
  word-break: break-all;
}

.circular-icon {
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circular-icon-small {
  /* repetitive code, extend not working */
  display: inline-block;
  border-radius: 50%;
  padding: 0.2em 0.2em;
  font-size: 18px;
  box-shadow: 0px 0px 2px #888;
}

.circular-icon-small:hover {
  cursor: pointer;
  color: black;
  background-color: white;
}

.zoom-icon {
  /* repetitive code, extend not working */
  display: inline-block;
  border-radius: 50%;
  padding: 0.5em 0.5em;
  font-size: 18px;
  box-shadow: 0px 0px 2px #888;
  color: #525252;
  background-color: white;
}

.zoom-icon:hover {
  cursor: pointer;
  color: white;
  background-color: #525252;
}

.zoom-text {
  /* repetitive code, extend not working */
  display: inline-block;
  border-radius: 100px;
  padding: 0.5em 0.5em;
  box-shadow: 0px 0px 2px #888;
  color: #525252;
  background-color: white;
  margin-left: 10px;
}

.zoom-text:hover {
  cursor: pointer;
  color: white;
  background-color: #525252;
}

.options-icon {
  display: inline-block;
  padding: 0.5em 0.6em;
  font-size: 22px;
}

.options-icon:hover {
  cursor: pointer;
  color: #9b9c9d;
}

.options-icon-small {
  display: inline-block;
  padding: 0.2em 0.4em;
  font-size: 22px;
}

.options-icon-small:hover {
  cursor: pointer;
  color: black;
}

.widget-user-2 .circular-icon {
  box-shadow: 0px 0px 2px #888;
}

.pedigree-v2-image.widget-user-image {
  margin-left: -55px;
  z-index: 10;
}

.pedigree-v2-image.widget-user-image > img {
  width: 110px;
}

.pedigree-v2.widget-user-2 .widget-user-desc {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.pedigree-v2.widget-user-2 .widget-user-username {
  font-size: 18px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.pedigree-v2.widget-user .widget-user-desc {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.pedigree-v2.widget-user .widget-user-username {
  font-size: 28px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.bg-maroon-v1 {
  background-color: #d81a61;
  color: white;
}
.color-maroon-v1 {
  color: #d81a61;
  background-color: white;
}
.header-maroon-v1 {
  border-top: 5px solid #d81a61 !important;
}
.border-maroon-v1 {
  border-color: #d81a61 !important;
  outline-color: #d81a61 !important;
}

.bg-aqua-v1 {
  background-color: #0092bb;
  color: white;
}
.color-aqua-v1 {
  color: #0092bb;
  background-color: white;
}
.header-aqua-v1 {
  border-top: 5px solid #0092bb !important;
}
.border-aqua-v1 {
  border-color: #0092bb !important;
  outline-color: #0092bb !important;
}

.bg-maroon-v2 {
  background-color: #f9a9c7;
}
.color-maroon-v2 {
  color: #f9a9c7;
  background-color: white;
}
.header-maroon-v2 {
  border-top: 5px solid #f9a9c7 !important;
}
.border-maroon-v2 {
  border-color: #f9a9c7 !important;
  outline-color: #f9a9c7 !important;
}
.bg-aqua-v2 {
  background-color: #4a759c;
}
.color-aqua-v2 {
  color: #4a759c;
  background-color: white;
}
.header-aqua-v2 {
  border-top: 5px solid #4a759c !important;
}
.border-aqua-v2 {
  border-color: #4a759c !important;
  outline-color: #4a759c !important;
}

.bg-maroon-v3 {
  background-color: #ffdbe9;
}
.color-maroon-v3 {
  color: #ffdbe9;
  background-color: white;
}
.header-maroon-v3 {
  border-top: 5px solid #ffdbe9 !important;
}
.border-maroon-v3 {
  border-color: #ffdbe9 !important;
  outline-color: #ffdbe9 !important;
}
.bg-aqua-v3 {
  background-color: #86d7ee;
}
.color-aqua-v3 {
  color: #86d7ee;
  background-color: white;
}
.header-aqua-v3 {
  border-top: 5px solid #86d7ee !important;
}
.border-aqua-v3 {
  border-color: #86d7ee !important;
  outline-color: #86d7ee !important;
}

.bg-maroon-v4 {
  background-color: #cb5b28;
  color: white;
}
.color-maroon-v4 {
  color: #cb5b28;
  background-color: white;
}
.header-maroon-v4 {
  border-top: 5px solid #cb5b28 !important;
}
.border-maroon-v4 {
  border-color: #cb5b28 !important;
  outline-color: #cb5b28 !important;
}
.bg-aqua-v4 {
  background-color: #03985d;
  color: white;
}
.color-aqua-v4 {
  color: #03985d;
  background-color: white;
}
.header-aqua-v4 {
  border-top: 5px solid #03985d !important;
}
.border-aqua-v4 {
  border-color: #03985d !important;
  outline-color: #03985d !important;
}

.color-gray {
  color: #a7a7a7;
}

.color-dark-gray {
  color: #5b5b5b;
}

.color-gray-white {
  color: #9b9c9d;
}

.color-white-gray {
  color: white;
  background-color: #9b9c9d;
}

.pedigree-expand-toggle[aria-expanded="true"] .fa-chevron-down {
  display: none;
}

.pedigree-expand-toggle[aria-expanded="false"] .fa-chevron-up {
  display: none;
}

.bg-pedigree-gray {
  background-color: #eeeeee;
}

.borderless {
  margin-bottom: 0 !important;
}

.borderless td,
.borderless th {
  border: none !important;
}

.pedigree-toggle-label {
  margin-right: 20px;
}
.pedigree-modal-title {
  font-weight: 600;
}
.pedigree-color-scheme-selection {
  border-top: 1px #e9e2e2 solid;
  margin-top: 10px;
  padding-top: 10px;
}
.pedigree-circle-options {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  margin-right: 5px;
  margin-left: 5px;
}
.buck-one {
  background-color: #0092bb;
}
.buck-two {
  background-color: #4a759c;
}
.buck-three {
  background-color: #86d7ee;
}
.buck-four {
  background-color: #03985d;
}
.doe-one {
  background-color: #d81a61;
}
.doe-two {
  background-color: #f9a9c7;
}
.doe-three {
  background-color: #ffdbe9;
}
.doe-four {
  background-color: #cb5b28;
}

.pedigree-row-paddings-compensation {
  padding: 0 20px;
}

.bg-emerald {
  background-color: #03985d;
}
.bg-dark-grey {
  background-color: #222d32;
}
.bg-light-grey {
  background-color: #404b50;
}
.color-white {
  color: white;
}
.border-bottom-none {
  border-bottom: none;
}
.pedigree-close-button {
  display: inline-block;
  border-radius: 50%;
  padding: 0.2em 0.3em;
  background-color: white;
}
.pedigree-nav {
  border-top: none !important;
  color: #97a1a6 !important;
}
.pedigree-nav:hover {
  color: #222d32 !important;
  border-bottom: 5px #f7f7f7 solid;
}
.nav-pills > li.active > .pedigree-nav {
  background-color: transparent !important;
  border-bottom: 5px #03985d solid;
  color: white !important;
}
.border-options-one {
  height: 60px;
  width: 100%;
  background-color: white;
  border-radius: 6px;
  border: 2px #222d32 solid;
  border-top: 10px #222d32 solid;
}
.border-options-two {
  height: 60px;
  width: 100%;
  background-color: white;
  border-radius: 6px;
  border: 3px #222d32 solid;
  outline: 2px #222d32 solid;
  outline-offset: -8px;
}
.border-options-three {
  height: 60px;
  width: 100%;
  background-color: white;
  border-radius: 6px;
  border: 2px #222d32 dashed;
  outline: 3px #222d32 dashed;
  outline-offset: -8px;
}
.border-options-four {
  height: 60px;
  width: 100%;
  background-color: white;
  border-radius: 6px;
  border-top: 10px #222d32 solid;
  filter: drop-shadow(0 0 10px #d2d2d2);
}
.pedigree-footer {
  border-top: 1px #c5c5c5 solid;
}
.pedigree-settings-label {
  font-size: 18px;
}
.pedigree-menu-icon {
  font-size: 16px;
}

.header-dot {
  height: 8px;
  width: 8px;
  margin-left: 10px;
  margin-right: 20px;
  background-color: #02a05b;
  border-radius: 50%;
  display: inline-block;
}

.pedigree-menu {
  border-radius: 100px;
  background-color: #eeeeee !important;
  border-color: transparent;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin: 0 3px;
}

.pedigree-menu-neutral {
  border-radius: 100px;
  border-color: transparent;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin: 0 3px;
}

.pedigree-menu-neutral:hover {
  color: var(--dark-grey);
}

.pedigree .dropdown-menu > li > a {
  font-size: 14px !important;
}

.btn-pedigree {
  border-radius: 100px;
  padding-left: 35px;
  padding-right: 35px;
}
.pedigree-menu-label {
  margin-left: 5px;
}
.pedigree-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.pedigree-map {
  padding: 10px;
}
.node {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 400px;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0px;
  text-align: left;
  transition: all 0.2s;
  direction: ltr;
  cursor: auto;
  white-space: normal;
}
.node:hover {
  box-shadow: none;
}
.children:before {
  border-top: 3px solid #ccc;
}
.children__item:before {
  border-top: 3px solid #ccc;
}
.children__item:first-child:before {
  border-left: 3px solid #ccc;
}
.children__item:last-child:before {
  border-left: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
}
.children__item:first-child:last-child:before {
  border-top: 3px solid #ccc;
}

#pedigree-box {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.flex-center {
  display: flex;
  align-items: center;
}

.pedigree-expand {
  margin-left: 5px;
  margin-right: 10px;
}

.pedigree-expand-label {
  margin-right: 10px;
  margin-bottom: 0px;
  cursor: pointer;
}

.border-v1.widget-user > .widget-user-header {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.border-v4.widget-user > .widget-user-header {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.widget-user .widget-user-header-remove-padding {
  height: 80px !important;
}

.widget-user-2 .widget-user-desc-remove-padding, .widget-user-2 .widget-user-username-remove-padding{
  margin-left: 0 !important;
}

.widget-user .box-footer-remove-padding{
  padding-top: 0 !important;
}

.pedigree-v2 {
  z-index: 999;
}

.border-v1 {
  background-color: white;
  border-radius: 6px;
  border: 2px solid;
}

.border-v2 {
  padding: 8px;
  background-color: white;
  border: 2px solid;
  outline: 1px solid;
  outline-offset: -8px;
}

.border-v3 {
  padding: 8px;
  background-color: white;
  border-radius: 6px;
  border: 1px dashed;
  outline: 2px dashed;
  outline-offset: -8px;
}

.border-v4 {
  background-color: white;
  border-radius: 6px;
  filter: drop-shadow(0 0 10px #d2d2d2);
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

/* custom select2 UI */
[class^="select2"] {
  border-radius: 4px !important;
  font-weight: 900;
}

.generation-label {
  margin-bottom: 14px;
}

.margin-left-56 {
  margin-left: 56px;
}

.padding-left-30 {
  padding-left: 30px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}

.pedigree-v2 .img-circle {
  background-color: white;
}

/*
* Remove borders on images
*/
.pedigree-v2 .img-circle.no-border {
  border: none !important;
}

/* PDF View */
.public-pedigree-small-font .public-pedigree-card-header {
  margin-bottom: 0px;
}
.public-pedigree-normal-font .public-pedigree-card-header {
  margin-bottom: 12px;
}
.public-pedigree-large-font .public-pedigree-card-header {
  margin-bottom: 12px;
}
.public-pedigree-small-font span {
  font-size: 12px;
}
.public-pedigree-small-font b {
  font-size: 12px;
}
.public-pedigree-small-font small {
  font-size: 10px;
}
.public-pedigree-small-font h3 {
  font-size: 18px;
  font-weight: bold;
}
.public-pedigree-small-font h4 {
  font-size: 16px;
  font-weight: bold;
}
.public-pedigree-small-font h5 {
  font-size: 14px;
  font-weight: bold;
}
.public-pedigree-normal-font span {
  font-size: 14px;
}
.public-pedigree-normal-font b {
  font-size: 14px;
}
.public-pedigree-normal-font small {
  font-size: 12px;
}
.public-pedigree-normal-font h3 {
  font-size: 20px;
  font-weight: bold;
}
.public-pedigree-normal-font h4 {
  font-size: 18px;
  font-weight: bold;
}
.public-pedigree-normal-font h5 {
  font-size: 16px;
  font-weight: bold;
}
.public-pedigree-large-font span {
  font-size: 20px;
}
.public-pedigree-large-font b {
  font-size: 20px;
}
.public-pedigree-large-font small {
  font-size: 18px;
}
.public-pedigree-large-font h3 {
  font-size: 26px;
  font-weight: bold;
}
.public-pedigree-large-font h4 {
  font-size: 24px;
  font-weight: bold;
}
.public-pedigree-large-font h5 {
  font-size: 22px;
  font-weight: bold;
}
.public-pedigree-notes {
  margin-top: 10px;
}
.circular-icon-gender {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gender-color-maroon {
  color: #d81b60;
  background-color: #fbdce7;
}
.gender-color-aqua {
  color: #00c0ef;
  background-color: #d1f1fa;
}
.public-pedigree-gender {
  position: absolute;
  top: 5px;
  right: 5px;
}
.custom-description {
  width: 400px;
}
.public-pedigree-card-header-desc {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.public-pedigree-card-header-content {
  display: inline-block;
  margin: 0px 5px;
}
.custom-widget-image-normal > img {
  width: 65px;
  height: auto;
}
.custom-widget-image-small > img {
  width: 45px;
  height: auto;
}
.public-pedigree-card-header.no-margin .custom-widget-image-small > img {
  width: 40px;
  height: auto;
}
.public-pedigree-footer-logo {
  filter: invert(23%) sepia(84%) saturate(7354%) hue-rotate(141deg)
    brightness(94%) contrast(98%);
  margin: 0px 10px;
}
.public-pedigree-footer-branding {
  margin-left: auto;
  color: #03985d;
}
.public-pedigree-footer-description {
  color: #03985d;
  white-space: pre-line;
  padding-left: 10px;
}
.public-pedigree-footer-description > a {
  color: #03985d;
}
.public-pedigree-footer a {
  color: #03985d;
}
.public-pedigree-footer a:hover {
  text-decoration: underline;
}
.public-pedigree-footer-branding > b > a {
  color: #03985d;
}
.public-pedigree-footer {
  width: 100%;
  margin-top: 10px;
  border-top: 4px solid #03985d;
  padding: 5px;
  color: #03985d;
  font-size: 18px;
}
.pedigree-signature {
  border: 0;
  border-bottom: 1px solid #000;
}
.pre-footer-description {
  font-size: 15px;
}
.public-pedigree-pre-footer {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.public-pedigree-pdf .public-pedigree-pre-footer {
  margin-top: 50px;
}

.public-pedigree-card {
  width: 400px !important;
}
.public-pdf-pedigree-card > .box {
  /* border: 2px solid #465156; */
  margin-bottom: 5px;
  padding: 5px 15px;
  white-space: normal;
}
.public-pdf-pedigree-card.node {
  width: 450px;
}
.public-pdf-pedigree-card.node.long-node {
  width: 548px;
}
/* .main-node {
      position: absolute;
    top: 660px;
    left: 550px;
} */

.public-pedigree-card > .box {
  border: 2px solid #465156;
  margin-bottom: 5px;
  white-space: normal;
}
.public-pedigree-hutch-branding {
  margin-left: auto;
  color: #03985d;
  align-self: baseline;
}
.public-pedigree-hutch-branding h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 0px;
}
.public-pedigree-hutch-branding h5 {
  margin-top: 5px;
  margin-bottom: 0px;
}
.public-pedigree-hutch-branding a {
  color: #03985d;
}
.public-pedigree-hutch-branding a:hover {
  text-decoration: underline;
}
.public-pedigree-description {
  white-space: pre-line;
  font-size: 18px;
  max-width: 500px;
}
.public-pedigree-description a {
  color: var(--primary-green);
}
.vertical-divider {
  display: inline-block;
  margin: 10px 25px;
  border-left: 4px solid #03985d;
  height: 150px;
}
.public-pedigree-header {
  padding: 10px 40px 0px 40px;
}
.public-pedigree-pre-header {
  padding: 0px 40px;
  color: #03985d;
}
.public-pedigree-pdf-container {
  margin: 10px 20px;
}

.public-pedigree-pdf {
  border-width: 4px !important;
  border-color: #03985d !important;
  border-radius: 11px !important;
  margin-bottom: 0px;
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  zoom: 0.55;
}
.public-pedigree {
  border-width: 4px !important;
  border-color: #03985d !important;
  border-radius: 11px !important;
  margin: 10px 10px 0px 10px;
  zoom: 0.9;
}
.public-pedigree-icon {
  width: 65px;
  height: 65px;
  padding-top: 12px;
  background-color: #03985d !important;
  border: solid 7px #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: -15px;
}

.public-pedigree-content-pdf {
  margin-left: 0px !important;
  margin-right: 0px !important;
  zoom: 0.81;
}
/* 
.public-pedigree-content-pdf .children:before {
  width: 45px;
}
.public-pedigree-content-pdf .children__item:before {
  width: 45px;
}
.public-pedigree-content-pdf .children__item:first-child:before {
  left: 31px;
}
.public-pedigree-content-pdf .children__item:last-child:before {
  left: 31px;
} */

.public-pedigree-content {
  padding: 20px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.public-pedigree-content::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.public-pedigree-content.row-horizon.pedigree {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

/**
* Public view updates
**/
.public-pedigree-pre-header-icon {
  display: inline;
}
.public-pedigree-pre-header-branding {
  display: inline;
  font-weight: bold;
  font-size: 45px;
  padding-bottom: 10px;
}
.public-pedigree-pre-header-description {
  display: inline;
  font-weight: 550;
  padding-left: 10px;
}
.public-pedigree-button {
  margin-left: auto;
  border-radius: 100px;
  color: #fff;
  background-color: #03985d !important;
  border-color: transparent;
  font-weight: 550;
  padding: 10px 25px;
}
.public-pedigree-button:hover {
  color: #046740;
}
.public-pedigree-actions {
  margin: 10px 0;
  margin-left: auto;
  color: #03985d;
}
.public-pedigree-button-icon {
  padding-left: 15px;
}

.pedigree-pdf-field-content:not(.pedigree-pdf-color-field) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pedigree-pdf-color-field {
  padding-left: 0px;
  padding-right: 5px;
  line-break: anywhere;
  max-height: 30px;
}

/* generic styling */
.inline-block {
  display: inline-block;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-550 {
  font-weight: 550;
}
.font-size-16 {
  font-size: 16px;
}

.pedigree-field-content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.public-pedigree-image {
  object-fit: contain;
  width: 100%;
  max-width: 250px;
}

.public-pedigree-logo {
  justify-content: center;
}

.pedigree .pedigree-menu .fa {
  font-size: 16px;
}

@media (max-width: 767px) {
  .pedigree-row-paddings-componsation {
    padding: 0;
  }

  .public-pedigree-pre-header {
    padding: 0px 10px;
  }
}

@media (max-width: 600px) {
  .wm-100 {
    width: 100% !important;
  }
}

/* PDF Pedigree */
.public-pedigree-pdf-container .public-pedigree-header {
  max-height: 160px;
}
.public-pedigree-pdf-container .vertical-divider {
  height: 130px;
}
.public-pedigree-pdf-container .public-pedigree-pre-footer {
  position: absolute;
  bottom: 110px;
  width: 350px;
  font-size: 18px;
  font-weight: 600;
}
.public-pedigree-pdf-container .public-pedigree-content-pdf {
  min-height: 1350px;
}
.public-pedigree-pdf-container .public-pedigree-description {
  max-height: 130px;
}

.pedigree-settings-toggle > div {
  white-space: nowrap;
}

.public-pedigree-card-body .col-sm-2 > b {
  white-space: nowrap;
}
body {
  font-family: Roboto, "Source Sans Pro", Helvetica, Arial, sans-serif !important;
  --primary-white: #fff;
  --secondary-white: #fafafa;
  --primary-green: #03985d;
  --secondary-green: #02a05b;
  --success-green: #12cd66;
  --light-green: #eef8eb;
  --dark-grey: #1e2d33;
  --faded-grey: #3e4945;
  --light-grey: #9ba4b0;
  --lighter-grey: #e9edf5;
  --secondary-grey: #8fa2b3;
  --table-light-grey: #f3f3f3;
  --border-grey: #8a8a8a;
  --border-light-grey: #e1e1e1;
  --footer-grey: #dae1ed;
  --gunmetal: #222d32;
  --primary: #0ba2b7;
  --success: #12cd66;
  --danger: #dc3545;
  --warning: #fec72d;
  --dropzone-bg: #fafcfd;
  --dropzone-font: #8f9bb3;
  --link: #0676ed;
  --generic-bg: #eeeeee;
  --primary-blue: #009bc2;
  --primary-red: #f72728;
  --primary-teal: #00ddc5;
  --primary-crimson: #da0f5c;
  --primary-purple: #964eff;
  --primary-yellow: #ff8900;
}

/* START SIDEBAR CSS */

.nav-label {
  padding: 15px 0px !important;
}

.nav-label > span {
  padding: 12px 5px 12px 15px;
  color: var(--light-grey);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
}

.sidebar-menu > li > a {
  color: var(--primary-white) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}

.skin-green .sidebar-menu > li.active:not(.treeview) > a,
.skin-green .sidebar-menu > li > a.active,
.skin-green .sidebar-menu > li > a.v-link-active {
  background-color: var(--secondary-green) !important;
  border-radius: 5px;
}

.skin-green .sidebar-menu > li.active > a {
  border-left-color: transparent;
}

.sidebar-mini.sidebar-collapse .main-sidebar .sidebar-menu {
  padding: 0px;
}
.sidebar-mini.sidebar-collapse .main-sidebar .nav-label > span,
.sidebar-mini.sidebar-collapse .main-sidebar .copyright-content {
  display: none;
}

.sidebar-mini.sidebar-collapse .main-sidebar .sidebar-menu > li > a {
  border-left: none;
}

.sidebar-menu {
  padding: 0px 10px;
  background: var(--gunmetal);
}

.sidebar-menu > li > a > .fa {
  font-size: 20px;
}

.sidebar-menu > li > a > span {
  margin-left: 10px;
}

.skin-green .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: var(--gunmetal);
}

.main-sidebar > .sidebar > .sidebar-menu {
  padding-bottom: 120px !important;
}

.copyright-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid var(--light-grey);
  padding: 24px 15px;
}

.copyright-content .cc-title {
  color: var(--primary-white);
  font-size: 12px;
}

.copyright-content .cc-description {
  color: var(--light-grey);
  margin-top: 10px;
  font-size: 12px;
}

/* END SIDEBAR CSS */

/* START HEADER CSS */

.main-header .logo .logo-mini {
  padding: 0px 5px;
}

.skin-green .main-header .logo,
.skin-green .main-header .navbar {
  background-color: var(--secondary-green);
}

.main-header .sidebar-toggle:before {
  content: "";
}

.tasks-menu > a > .fa,
.settings-dropdown .fa {
  font-size: 25px;
}

.main-header .logo {
  height: 58px;
}

.settings-dropdown img {
  width: 30px;
  height: 30px;
  background-color: var(--primary-white);
  border-radius: 50%;
  border: 3px solid white;
}

.dropdown-menu {
  background-color: var(--secondary-white);
  min-width: 200px;
  border-radius: 2px !important;
}

.dropdown-menu > li > a > .fa {
  width: 15%;
}

.header.dropdown-menu > li > a > .fa,
.breeders-v2 .dropdown-menu > li > a > .fa {
  font-size: 18px;
}

.header.dropdown-menu > li > a,
.breeders-v2 .dropdown-menu > li > a {
  font-size: 16px;
}

.header.dropdown-menu > li:not(.divider) > a,
.breeders-v2 .dropdown-menu > li:not(.divider) > a {
  padding: 8px 20px;
}

.header.dropdown-menu > li:not(.divider) > a:hover,
.breeders-v2 .dropdown-menu > li:not(.divider) > a:hover,
.breeders-v2 .dropdown-menu > li:not(.divider) > a:hover > i.fa {
  background-color: var(--primary-green);
  color: var(--primary-white);
}

.main-header .navbar .breadcrumbs,
.main-header .navbar .breadcrumbs a {
  color: var(--primary-white);
  font-size: 14px;
  line-height: 56px;
}

@media (min-width: 768px) {
  .main-header .navbar .breadcrumbs {
    margin: 0px 25px;
  }

  #litter-butcher-modal .modal-dialog,
  #global-litter-butcher-modal .modal-dialog {
    width: 750px;
  }
}

.main-header .navbar .breadcrumbs a:hover {
  text-decoration: underline;
}
/* END HEADER CSS */

/* START TABLE CSS */

.btn-custom-action {
  background-color: transparent;
  border: none;
}
.btn-custom-action .fa {
  color: var(--primary-green);
  font-size: 8px;
}
.pl-1 {
  padding-left: 3px;
}
.pl-2 {
  padding-left: 6px;
}

.table-v2 {
  border-collapse: separate;
  border-spacing: 0 5px;
}

.table-v2 thead {
  background-color: var(--table-light-grey);
  display: table-row-group;
}

.table-v2 thead th {
  font-size: 14px;
  font-weight: 900;
  padding: 1.2% 0px !important;
  vertical-align: middle !important;
  max-width: 100%;
  white-space: nowrap !important;
}

.table-v2 thead th > div {
  display: inline-block;
  padding-left: 1.5% !important;
  padding-right: 1.5% !important;
}

.table-v2 td {
  font-size: 13px;
  padding: 1.2% 0px !important;
  vertical-align: middle !important;
  white-space: normal !important;
}

.table-v2 thead th:first-child,
.table-v2 td:first-child {
  padding-left: 1.5% !important;
}

.table-v2 thead th:last-child,
.table-v2 td:last-child {
  padding-right: 1.5% !important;
}

.table-v2 tbody:before {
  content: "@";
  display: block;
  line-height: 1px;
  text-indent: -99999px;
}

.table-v2 thead th,
.table-v2 tbody td {
  border-top: 1px solid var(--table-light-grey) !important;
  border-bottom: 1px solid var(--table-light-grey) !important;
}
.table-v2 tbody .selected-edit td {
  border-top: 2px solid var(--primary-green) !important;
  border-bottom: 2px solid var(--primary-green) !important;
}
.table-v2 tbody td:first-child,
.table-v2 thead th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid var(--table-light-grey);
}
.table-v2 tbody .selected-edit td:first-child {
  border-left: 2px solid var(--primary-green) !important;
}
.table-v2 tbody td:last-child,
.table-v2 thead th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid var(--table-light-grey);
}
.table-v2 tbody .selected-edit td:last-child {
  border-right: 2px solid var(--primary-green) !important;
}

.table-v2 tbody td.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.table tfoot tr td {
  border-top: none !important;
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 7px;
  pointer-events: none;
  font-size: 20px;
}

.inner-addon .fa.fa-eye,
.inner-addon .fa.fa-eye-slash {
  pointer-events: auto;
  cursor: pointer;
}

/* align icon */
.left-addon .fa {
  left: 0px;
}
.right-addon .fa {
  right: 0px;
}

/* add padding  */
.left-addon input {
  padding-left: 32px;
}
.right-addon input {
  padding-right: 32px;
}

.search-box input {
  border: 1px solid var(--border-grey);
  border-radius: 4px;
  background-color: var(--primary-white);
}

.fa-stack:not(.fa-lg) {
  margin-left: 3px;
  color: var(--border-grey);
  width: 1em;
}

.fa-stack .fa-caret-down {
  position: absolute;
  bottom: 3px;
}

.fa-stack .fa-caret-up {
  position: absolute;
  top: 2px;
}

.btn-custom-action + ul {
  right: 0;
  left: auto;
}
/* END TABLE CSS */

/* START FORMS CSS */
input,
select,
textarea {
  border-radius: 5px !important;
}

.input-group:not(.no-curve) .form-control:first-child,
.input-group:not(.no-curve) .select2-selection {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.input-group:not(.no-curve) .form-control {
  border-radius: 0px !important;
}

.input-group:not(.no-curve) .input-group-addon {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.help-block.error,
.val-error,
small.error {
  color: var(--danger);
}

small.error {
  font-size: 12px;
}

small.error .fa {
  font-size: 14px;
}
/* END FORMS CSS */

/* START MODALS CSS */
.modal {
  border-spacing: 0;
}
.modal-content {
  border-radius: 12px;
}
.modal-content .modal-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 30px;
  padding-right: 25px;
}
.modal-content .modal-body {
  background-color: var(--primary-white) !important;
  color: var(--dark-grey) !important;
  font-size: 16px;
}
.modal-content .modal-footer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.close {
  opacity: 1;
}

.close .fa-times-circle {
  font-size: 25px;
  color: var(--primary-white);
}

.modal .btn {
  margin-left: auto;
  border-radius: 100px;
  font-weight: 550;
}

.modal button.btn,
.modal .btn.a-btn {
  margin: 0px 5px;
  font-size: 12px;
  padding: 8px 20px;
}

.modal .modal-header {
  background-color: var(--gunmetal) !important;
  color: var(--primary-white);
}

.modal .modal-footer {
  background-color: var(--primary-white) !important;
  border-top: 2px solid var(--footer-grey);
}

.modal .modal-header h4 {
  font-size: 18px;
  font-weight: 700;
}

.modal-nav {
  font-size: 14px;
  font-weight: 500;
  border-top: none !important;
  color: var(--light-grey) !important;
  border-bottom: 3px var(--table-light-grey) solid;
}
.modal-nav:hover {
  color: var(--gunmetal) !important;
  border-bottom: 3px var(--primary-green) solid;
}
.nav-pills > li.active > .modal-nav {
  background-color: transparent !important;
  border-bottom: 3px var(--primary-green) solid;
  color: var(--gunmetal) !important;
}
.nav-pills > li > a {
  padding: 15px;
  white-space: nowrap;
}
/* END MODALS CSS */

/* EXTRAS */

table:not(.breeder-import-table) td > input,
table:not(.breeder-import-table) td > div > input {
  border: none !important;
}

.modal-footer .btn {
  min-width: 90px;
}

.cancel-btn {
  border: solid 2px #4c4c4c;
  color: #4c4c4c;
}

div.scrollable-table-wrapper {
  max-height: 600px;
  overflow: auto;
}

div.scrollable-table-wrapper thead tr th {
  position: sticky;
  top: 0;
  background-color: var(--table-light-grey);
  z-index: 1;
}

.breeder-category-link {
  color: var(--primary-green);
  text-decoration: underline;
}

#photos.tab-pane {
  padding-bottom: 120px;
}

.badge {
  font-size: 12px;
  font-weight: bold;
}
.badge.badge-secondary {
  background-color: var(--lighter-grey);
  color: var(--dark-grey);
  border-radius: 3px;
  padding: 3px 16px;
}

.image-remove-icon > .fa-times-circle {
  font-size: 25px;
  color: var(--danger);
  pointer-events: none;
}

.input-group.bootstrap-filestyle .form-control {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.input-group.bootstrap-filestyle .btn.btn-secondary {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  background-color: #f4f4f4;
  color: var(--dark-grey);
  border-color: #ddd;
}

.field-popover.top .arrow:after {
  border-top-color: var(--dark-grey);
}
.field-popover.bottom .arrow:after {
  border-bottom-color: var(--dark-grey);
}
.field-popover.left .arrow:after {
  border-left-color: var(--dark-grey);
}
.field-popover.right .arrow:after {
  border-right-color: var(--dark-grey);
}
.field-popover {
  background-color: var(--dark-grey);
  color: var(--primary-white);
}
.field-popover .popover-content {
  font-size: 14px;
  font-weight: bold;
}

.field-description {
  font-size: 20px;
  margin-left: 5px;
}

.field-description .fa {
  color: var(--dark-grey);
}

.mt-40-i {
  margin-top: 40px !important;
}

.cursor-block {
  cursor: not-allowed;
}

.ml-10 {
  margin-left: 10px;
}

.jq-toast-wrap {
  width: 400px;
}

.jq-toast-single {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.jq-toast-single .fa {
  font-size: 20px;
}

.close-jq-toast-single {
  font-size: 18px;
  font-weight: bold;
  top: revert;
  right: 15px;
}

/* DATERANGEPICKER AND DATEPICKET TWEAK */
.daterangepicker .btn {
  margin-left: auto;
  border-radius: 100px;
  font-weight: 550;
}

.daterangepicker button.btn {
  font-size: 12px;
  padding: 8px 20px;
}

.daterangepicker button.btn.cancelBtn {
  margin-left: 11px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  background-color: var(--secondary-green);
  border-color: var(--primary-green);
  color: var(--primary-white);
}

.daterangepicker td.start-date.end-date,
.datepicker table tr td,
.datepicker table tr th,
.daterangepicker td,
.daterangepicker th {
  border-radius: 50%;
}

.daterangepicker td.start-date {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.daterangepicker td.end-date {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.daterangepicker td.in-range {
  background-color: var(--light-green);
}

.dropzone-text {
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}

.dropzone-text img {
  object-fit: cover;
  width: 30%;
}

.dropzone-text span {
  font-size: 11px;
  color: var(--dropzone-font);
}

.dropzone-text span > .text-link {
  cursor: pointer;
  color: var(--link);
}

.dropzone-text span > .text-primary:hover {
  text-decoration: underline;
}

.action-btn.btn {
  margin: 0px 5px;
  font-size: 12px;
  padding: 8px 20px;
  border-radius: 100px;
  font-weight: 550;
}

.broadcast-alert {
  padding: 20px;
}
.broadcast-alert .alert {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 0px;
}

.broadcast-alert .alert-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 20px;
}

.broadcast-alert .alert .close {
  opacity: 1;
}

.broadcast-alert .broadcast-title {
  font-size: 20px;
  font-weight: 900;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #f1cccb !important;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #bcdab0 !important;
}

.ledger-total {
  width: 200px;
  padding: 12px 14px;
  border-radius: 4px;
  background-color: #e8e8e8;
  font-size: 20px;
  font-weight: 500;
}

.ledger-total > .ledger-total-key {
  margin-right: auto;
}

.ledger-total > .ledger-total-value {
  margin-left: auto;
}

.attachment-table-actions .btn {
  font-size: 14px !important;
  font-weight: normal !important;
  color: var(--gunmetal);
  background-color: var(--primary-white);
  border-color: #ccc;
}

.attachment-table-actions .btn .fa {
  width: 20%;
}

.w-100 {
  width: 100% !important;
}

.storage-description {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}

.color-hutch {
  color: var(--primary-green);
}

.no-attachments-text {
  font-size: 16px;
  font-weight: bold;
  color: var(--gunmetal);
  justify-content: center;
  height: 300px;
}

.white-space-pre-line {
  white-space: pre-line;
}

.select2-dropdown {
  margin-top: 5px;
  border-top: 1px solid #d2d6de;
  box-shadow: 0px 0px 5px #afaaaa;
}

.user-login-logs {
  margin-top: 30px;
  height: 600px;
  overflow-y: auto;
}

.user-login-logs thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: var(--table-light-grey);
}

.user-login-logs .btn {
  padding: 6px 12px;
  border-radius: 100px;
  font-size: 14px;
}

.introjs-showElement.dropdown-menu,
.introjs-fixParent.dropdown-menu {
  display: block;
}

.color-border-light-grey {
  color: var(--border-light-grey);
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.pr-0 {
  padding-right: 0;
}

.bg-beige {
  background-color: beige;
}

.bg-primary-green {
  background-color: var(--primary-green);
}

.btn-transparent {
  border: 1px solid var(--primary-white);
  background: transparent;
  color: var(--primary-white);
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}
.mb-40 {
  margin-bottom: 40px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/*# sourceMappingURL=custom.css.map */
