/* -- now found in _base-colors.scss --

$black: #000;
$gray: lighten($black, 50%);	//	#808080
$white: lighten($black, 100%);	//	#fff
$grayLight1: lighten($black, 60%);	//	#999
$grayLight2: lighten($black, 65%);	//	#a6a6a6
$grayLight3: lighten($black, 85%);	//	#d8d8d8
$grayLight4: lighten($black, 95%);	//	#f2f2f2
$grayDark1: lighten($black, 40%);	//	#666
$grayDark2: lighten($black, 35%); //	#595959
$grayDark3: lighten($black, 20%);	//	#333
$grayDark4: lighten($black, 10%);	//	#1a1a1a
$danger: #d9534f;
$green: #449d44;
$greenDark1: #080;
$greenDark2: #363;
$greenLight1: #04CC04;
$blueActive: #428bca;
$blueBold: #00f;
$blueBaby: #7ce;
$blueSteel: #337ab7;
$magentaLight: #f8c8f8;
$purple: #c7f;
$yellowNeon: #ee3;
$yellowPale: #ffb;
$yellowDrab: #eea;
*/
html, body {
  height: 100%;
  margin: 0;
}

.body-content {
  padding: 170px 15px 40px;
}

a, a:hover, a:focus, a:visited, a:link {
  color: #000;
  text-decoration: none;
}
a.reset-password {
  font-size: 80%;
  margin-left: 10px;
}

.clickable, *[ng-click] {
  cursor: pointer;
}

label {
  font-weight: normal;
}

.nav-tabs li:not(.active):first-child a {
  border-left: 1px solid #bbb;
}
.nav-tabs li:not(.active) a {
  background: #ddd;
  border-right: 1px solid #bbb;
}

.pad-right-5 {
  padding-right: 5px;
}

.marg-right-5 {
  margin-right: 5px;
}

.pad-right-10 {
  padding-right: 10px;
}

.marg-right-10 {
  margin-right: 10px;
}

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

.side-margins {
  margin-right: 15px;
  margin-left: 15px;
}

.no-margins {
  margin: 0;
}

.no-padding {
  padding: 0px;
}

.top-buffer-5 {
  margin-top: 5px;
}

.top-buffer, .top-buffer-10 {
  margin-top: 10px;
}

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

.top-buffer-40 {
  margin-top: 40px;
}

.children-top-buffer-5 > * {
  margin-top: 5px;
}

.children-top-buffer > *, .children-top-buffer-10 > * {
  margin-top: 10px;
}

.children-top-buffer-20 > * {
  margin-top: 20px;
}

.children-top-buffer-40 > * {
  margin-top: 40px;
}

.bottom-buffer, .bottom-buffer-10 {
  margin-bottom: 10px;
}

.flex-container {
  display: -ms-flexbox;
  display: flex;
}

.flex-container-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-dir-col {
  -ms-flex-direction: column;
      flex-direction: column;
}

.flex-item-last {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.obnoxious {
  background: red !important;
  border: 3px solid #0b0 !important;
  color: purple !important;
  box-shadow: 5px 5px 5px #00d !important;
}

.if-expanded:not(.visible) {
  display: none;
}

.expanded table.if-expanded {
  display: table;
}

.expanded .ifnot-expanded {
  display: none;
}

.collapse-controls {
  cursor: pointer;
}

a.linkToNewWindow {
  color: #337ab7;
}
a.linkToNewWindow:hover {
  color: #00f;
}

.panel {
  margin-bottom: 0px;
}

#fertility-dashboard hr {
  margin: 0px;
}
#fertility-dashboard .panel-heading {
  background-color: #666666;
  color: white;
  font-style: italic;
}
#fertility-dashboard .panel-heading a {
  font-size: 0.8em;
}
#fertility-dashboard .panel-heading > h3 {
  color: white;
}
#fertility-dashboard .panel-body > .row {
  border-bottom: solid 1px #999999;
  padding-bottom: 5px;
  padding-top: 5px;
}
#fertility-dashboard .panel-body > .row.cohort-details:hover {
  background-color: #d9d9d9;
}
#fertility-dashboard .panel-body .row.titles {
  padding-top: 0px;
  padding-bottom: 15px;
}
#fertility-dashboard .panel-body .collapsed .fa-chevron-up {
  display: none;
}
#fertility-dashboard .panel-body .cohort-details:not(.collapsed) .fa-chevron-down {
  display: none;
}
#fertility-dashboard .panel-body .cohort-details[aria-expanded=true] {
  background-color: #d9d9d9;
}
#fertility-dashboard .panel-body .cohort-details[aria-expanded=false] {
  background-color: initial;
}
#fertility-dashboard .fertility-cohort-trends {
  border: solid 1px black;
  padding: 15px;
}
#fertility-dashboard .fertility-cohort-trends ul {
  margin-left: 0px;
}
#fertility-dashboard .fertility-cohort-trends ul li {
  list-style: none;
  padding: 10px;
}
#fertility-dashboard .fertility-cohort-trends ul.rates-list li {
  border-bottom: 5px solid transparent;
}
#fertility-dashboard .fertility-cohort-trends ul.rates-list li.active {
  border-bottom: 5px solid #666666;
}
#fertility-dashboard .fertility-cohort-trends ul.rates-list li:hover {
  background-color: #d9d9d9;
  border-bottom: 5px solid #666666;
}
#fertility-dashboard .fertility-cohort-trends ul.time-frame-list li.active {
  background-color: #d9d9d9;
  font-weight: bold;
}
#fertility-dashboard .fertility-cohort-trends ul.time-frame-list li:hover {
  background-color: #d9d9d9;
}
#fertility-dashboard .fertility-cohort-trends hr {
  border-top: 1px solid #666666;
  margin-top: -10px;
}
#fertility-dashboard .fertility-cohort-trends .chart {
  max-height: 350px;
  min-height: 350px;
}
#fertility-dashboard .definitions a {
  text-decoration: underline;
  color: #337ab7;
}

.navbar {
  margin-bottom: inherit;
  background-color: white;
  border: none;
}

.navbar-inverse {
  background-color: #1a1a1a;
  color: white;
}
.navbar-inverse nav a {
  border-bottom: 4px solid #000;
  text-decoration: none;
}
.navbar-inverse nav a > span.fa {
  font-size: 14px;
}
.navbar-inverse nav a, .navbar-inverse nav a:hover {
  color: white;
  font-weight: normal;
  font-size: 117%;
  padding: 3px 0 0;
  display: block;
  text-align: center;
}
.navbar-inverse nav a:hover {
  color: #d9534f;
  background-color: #595959;
  border-bottom: 4px solid #d9534f;
}
.navbar-inverse nav.active > a, .navbar-inverse nav.active > a:hover {
  color: white;
  border-bottom: 4px solid #d9534f;
}
.navbar-inverse .dropdown:hover > ul.dropdown-menu {
  display: block;
}
.navbar-inverse .dropdown-menu {
  padding: 0;
  margin-left: 14px;
  background: transparent;
  margin-top: 0;
}
.navbar-inverse .dropdown-menu > li > a {
  padding: 6px 30px;
  color: #f2f2f2;
}
.navbar-inverse .dropdown-menu > li > a:hover {
  background-color: #d9534f;
  color: #f2f2f2;
}
.navbar-inverse .dropdown-menu > .active > a, .navbar-inverse .dropdown-menu > .active > a:hover {
  background-color: #d9534f;
}

.navbar-inverse a {
  background-color: #1a1a1a;
  color: white;
}

.navbar-admin .navbar {
  background-color: #337ab7 !important;
  color: white !important;
}
.navbar-admin .navbar nav section .nav-item-container {
  min-height: 50px;
  border-bottom: 4px solid #337ab7;
  text-decoration: none;
}
.navbar-admin .navbar nav section .nav-item-container a span.fa {
  font-size: 16px;
}
.navbar-admin .navbar nav section .nav-item-container a, .navbar-admin .navbar nav section .nav-item-container a:hover {
  color: white;
  font-weight: normal;
  font-size: 16px;
  padding: 3px 0 0;
  display: block;
  text-align: center;
}
.navbar-admin .navbar nav section .nav-item-container:hover {
  color: white;
  background-color: #428bca;
  border-bottom: 4px solid #000;
}
.navbar-admin .navbar nav section.active .nav-item-container, .navbar-admin .navbar nav section.active .nav-item-container:hover {
  color: white;
  border-bottom: 4px solid #000;
}
.navbar-admin .navbar nav section .dropdown:hover > ul.dropdown-menu {
  display: block;
}
.navbar-admin .navbar nav section .dropdown-menu {
  padding: 0;
  margin-left: 14px;
  background: transparent;
  margin-top: 0;
}
.navbar-admin .navbar nav section .dropdown-menu > li > a {
  padding: 6px 30px;
  color: #f2f2f2;
}
.navbar-admin .navbar nav section .dropdown-menu > li > a:hover {
  background-color: #428bca;
  color: white;
}
.navbar-admin .navbar nav section .dropdown-menu > .active > a, .navbar-admin .navbar nav section .dropdown-menu > .active > a:hover {
  background-color: #428bca;
}
.navbar-admin nav {
  min-height: 50px;
}
.navbar-admin .main-link-text {
  color: white;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  color: #d9534f;
  background-color: #595959;
  border-bottom: 4px solid #d9534f;
}

.panel > .panel-heading {
  background-color: #666666;
  color: white;
}
.panel > .panel-heading > h3 {
  color: white;
}

.table > thead > tr {
  background-color: #666666;
  color: white;
}

.chart-wrapper {
  margin: 10px;
  height: 300px;
  vertical-align: baseline;
}

.tab-content {
  background-color: white;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

nav li {
  background-color: #808080;
}
nav li:hover {
  color: #d9534f;
}

.nav-icon {
  max-height: 40px;
  display: block;
  margin: auto;
}

.calendar-date {
  border: 1px solid;
}

.panel-heading > select, .panel-heading > select > option {
  color: #000;
}

.chart.over {
  opacity: 0.6;
}

.btn-default:active, .btn-default.active {
  background-color: #428bca;
  color: white;
}

.breed-codes fieldset {
  min-width: 415px;
}
.breed-codes fieldset legend {
  display: none;
}
.breed-codes fieldset ul {
  padding-left: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  font-size: 75%;
}
.breed-codes fieldset li {
  list-style-type: none;
  clear: left;
  margin: 2px 0;
}
.breed-codes fieldset div, .breed-codes fieldset section {
  border: 1px solid #666666;
  float: left;
  padding: 2px;
  text-align: center;
  color: white;
  height: 20px;
  margin-right: 5px;
  width: 40px;
}
.breed-codes fieldset label {
  font-weight: normal;
  margin: 3px 0 2px;
}

.breed-codes .hd, .fertility-calendar .hd {
  background-color: #f8c8f8;
}
.breed-codes .hd-deep, .fertility-calendar .hd-deep {
  background-color: #c7f;
}
.breed-codes .hd-striped, .fertility-calendar .hd-striped {
  background-color: #d9534f;
  background: repeating-linear-gradient(-45deg, #d9534f, #d9534f 3px, #000 3px, #000 6px);
}
.breed-codes .bp, .fertility-calendar .bp {
  color: #000;
  background-color: #7ce;
}
.breed-codes .pgf, .fertility-calendar .pgf {
  background-color: #d9534f;
}
.breed-codes .tai, .fertility-calendar .tai {
  color: #000;
  background-color: #ee3;
}
.breed-codes .pd, .fertility-calendar .pd {
  background-color: #000;
}
.breed-codes .gnrh, .fertility-calendar .gnrh {
  background-color: #00f;
}
.breed-codes .cidr, .fertility-calendar .cidr {
  background-color: #363;
}
.breed-codes .vwp, .fertility-calendar .vwp {
  background-color: #04CC04;
}
.breed-codes .dim, .fertility-calendar .dim {
  background-color: #d9d9d9;
  color: #000;
  font-size: 8pt;
}

table.fertility-calendar {
  border: 1px solid #666666;
  background-color: white;
}
table.fertility-calendar th, table.fertility-calendar td {
  border: 1px solid #666666;
  min-width: 40px;
  text-align: center;
}
table.fertility-calendar > tbody > tr > td {
  color: white;
  height: 40px;
  width: 40px;
  padding: 0px;
  font-size: 8pt;
  vertical-align: middle;
}
table.fertility-calendar tr.pm, table.fertility-calendar tr.am {
  height: 20px;
  margin: 0;
}
table.fertility-calendar tr.am {
  border-bottom: 1px solid #000;
}
table.fertility-calendar tr.pm {
  border-top: 1px solid #000;
}
table.fertility-calendar .split {
  width: 100%;
  height: 40px;
  border-collapse: collapse;
}
table.fertility-calendar .split td.empty {
  background-color: white;
}
table.fertility-calendar table td {
  min-width: 20px;
  border: none;
}

.dashboard h5 {
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 90%;
}

.site-branding-flex-container {
  -ms-flex-preferred-size: 15vh;
      flex-basis: 15vh;
}

.site-branding-container {
  max-height: 40px;
  max-width: 97px;
}

#mysynch-branding {
  height: 100%;
  width: 100%;
}

#farm-header .weather, #farm-header .herd-size {
  text-align: center;
  border-right: 1px solid #a6a6a6;
}
#farm-header .herd-size label {
  margin-bottom: 0;
  font-weight: normal;
}
#farm-header .herd-size span {
  display: block;
  font-size: 140%;
}
#farm-header .weather img {
  margin-top: -12px;
  margin-left: -11px;
}
#farm-header .weather .larger {
  font-size: 120%;
}
#farm-header .humidity {
  margin-top: -15px;
  font-size: 90%;
}
#farm-header .farm-header-mobile {
  margin-top: -2px;
}
@media (max-width: 767px) {
  #farm-header .admin-return {
    margin-top: 5px;
  }
  #farm-header .admin-navigation-button {
    margin-top: 5px;
  }
  #farm-header .farm-dropdown {
    margin-top: 5px;
  }
}

#account-header .user-type {
  color: white;
  font-size: 110%;
  font-variant: small-caps;
  text-align: center;
}
#account-header .user-type.vet {
  background-color: #d9534f;
  padding-left: 5px;
  padding-top: 5px;
  font-size: 13px;
}
#account-header .user-type.prod {
  background-color: #337ab7;
  padding-left: 5px;
}
#account-header .user-type.hrd {
  background-color: #449d44;
}
#account-header .user-type.nut {
  background-color: #449d44;
}
#account-header .user-type.brdr {
  background-color: #449d44;
}
#account-header .user-type.oth {
  background-color: #449d44;
}
#account-header .fa-caret-down {
  margin-left: 5px;
}
#account-header #user-menu {
  color: #000;
  position: absolute;
  z-index: 2000;
  width: 110px;
  margin-left: -32px;
}
#account-header #user-menu li:hover {
  background: #f2f2f2;
}

#resources-video .active > a {
  background-color: #666666;
  color: white;
}
#resources-video .panel-body {
  max-height: 484px;
  overflow-y: auto;
}
#resources-video ul {
  padding-left: 0px;
  list-style-type: none;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}
#resources-video li {
  margin-bottom: 10px;
}
#resources-video img {
  max-width: 100%;
}

#resources-white-papers .active > a,
#resources-slides .active > a {
  background-color: #666666;
  color: white;
}
#resources-white-papers .panel-body,
#resources-slides .panel-body {
  max-height: 484px;
  overflow-y: auto;
}
#resources-white-papers #pdf-panel-body.fixed-height,
#resources-slides #pdf-panel-body.fixed-height {
  height: 484px;
  overflow-y: hidden;
}
#resources-white-papers ul,
#resources-slides ul {
  padding-left: 0px;
  list-style-type: none;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}
#resources-white-papers li,
#resources-slides li {
  margin-bottom: 10px;
  border: #666666 2px solid;
  padding: 1px;
}
#resources-white-papers img,
#resources-slides img {
  max-width: 100%;
}
#resources-white-papers #pdf-options ul,
#resources-slides #pdf-options ul {
  list-style-type: none;
  text-align: left;
  font-size: 200%;
  margin: 0px;
}
#resources-white-papers #pdf-options li,
#resources-slides #pdf-options li {
  margin: 0px;
  border: none;
  padding: 0px;
  display: inline;
}
#resources-white-papers #pdf-container,
#resources-slides #pdf-container {
  height: 85%;
  overflow-y: hidden;
}
#resources-white-papers #pdf-container object,
#resources-slides #pdf-container object {
  height: 100%;
  width: 100%;
}

#fertility-programs h5.no-margins {
  padding-top: 7px;
}
#fertility-programs li a[disabled] {
  color: #666;
  background: #ccc;
  cursor: default;
}

input.danger, select.danger {
  border: 1px solid #d9534f;
}

tr.ng-scope.warn {
  background-color: #ffb;
}
tr:nth-of-type(odd).ng-scope.warn {
  background-color: #eea;
}

@media (max-width: 767px) {
  .body-content {
    padding-top: 10px;
  }
  .navbar-fixed-top {
    position: static;
  }
  .navbar .navbar-inverse .dropdown-menu {
    position: static;
    margin-left: 0;
  }
  .navbar .navbar-admin .dropdown a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .body-content {
    padding-top: 215px;
  }
  #farm-header {
    height: 100%;
  }
  #account-header {
    height: 100%;
  }
  #account-header .user-type {
    margin-top: -39px;
    height: 30px;
    width: 80px;
    float: right;
    padding-left: 10px;
    padding-top: 3px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
}
@media (min-width: 1200px) {
  .body-content {
    padding-top: 185px;
  }
  #dashboards-dropdown {
    overflow: visible;
    white-space: nowrap;
  }
}
div.navbar-fixed-bottom {
  min-height: auto;
}
div.navbar-fixed-bottom p {
  margin: 0 0 2px;
}

.nowrap {
  white-space: nowrap;
}

.loading-tall {
  min-height: 314px;
  text-align: center;
  padding-top: 150px;
}

#notifications {
  position: fixed;
  top: 76px;
  left: 10%;
  width: 80%;
  margin: auto auto auto auto;
  z-index: 999;
}
#notifications .animate-repeat.ng-enter,
#notifications .animate-repeat.ng-leave {
  transition: 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
#notifications .animate-repeat.ng-leave.ng-leave-active,
#notifications .animate-repeat.ng-enter {
  opacity: 0;
  height: 0px;
}
#notifications .animate-repeat.ng-enter.ng-enter-active,
#notifications .animate-repeat.ng-leave {
  opacity: 1;
  height: 50px;
}

#breeding-codes .form-vertical .row {
  padding: 8px;
  line-height: 32px;
  margin-left: 0;
  margin-right: 0;
}
#breeding-codes .form-vertical .row:nth-child(odd) {
  background-color: #cfcfcf;
}
#breeding-codes .button-row {
  margin-top: 16px;
}
#breeding-codes .btn-remove {
  font-size: 25px;
  vertical-align: middle;
}
#breeding-codes .breeding-codes-table-outer-container {
  max-height: 553px;
  overflow-y: auto;
}
#breeding-codes .breeding-codes-table-outer-container .breeding-codes-header-row {
  position: sticky;
  top: 0px;
  z-index: 30;
  background-color: #E8F1F9;
}
#breeding-codes .breeding-codes-mobile-code-row {
  border: 1px solid #666666;
}

.form-validated input.ng-touched.ng-invalid {
  border: 2px solid #d9534f;
}
.form-validated select.ng-touched.ng-invalid {
  border: 2px solid #d9534f;
}

#results-write-report .outside-guidelines-question-collapse-cheveron-container .outside-guidelines-collapse.collapsed .fa-chevron-up {
  display: none;
}
#results-write-report .outside-guidelines-question-collapse-cheveron-container .outside-guidelines-collapse.tech-row:not(.collapsed) .fa-chevron-down {
  display: none;
}
#results-write-report .outside-guidelines-question-collapse-cheveron-container .mobile-met-guidelines-question-table-collapse-cheveron-container .met-guidelines-collapse.collapsed .fa-chevron-up {
  display: none;
}
#results-write-report .outside-guidelines-question-collapse-cheveron-container .mobile-met-guidelines-question-table-collapse-cheveron-container .met-guidelines-collapse.tech-row:not(.collapsed) .fa-chevron-down {
  display: none;
}
#results-write-report .mobile-outside-guidelines-question-table-collapse-cheveron-container .collapsed .fa-chevron-up {
  display: none;
}
#results-write-report .mobile-outside-guidelines-question-table-collapse-cheveron-container .tech-row:not(.collapsed) .fa-chevron-down {
  display: none;
}

#published-report .outside-guidelines-question-collapse-cheveron-container .outside-guidelines-collapse.collapsed .fa-chevron-up {
  display: none;
}
#published-report .outside-guidelines-question-collapse-cheveron-container .outside-guidelines-collapse.tech-row:not(.collapsed) .fa-chevron-down {
  display: none;
}
#published-report .outside-guidelines-question-collapse-cheveron-container .mobile-met-guidelines-question-table-collapse-cheveron-container .met-guidelines-collapse.collapsed .fa-chevron-up {
  display: none;
}
#published-report .outside-guidelines-question-collapse-cheveron-container .mobile-met-guidelines-question-table-collapse-cheveron-container .met-guidelines-collapse.tech-row:not(.collapsed) .fa-chevron-down {
  display: none;
}
#published-report .mobile-outside-guidelines-question-table-collapse-cheveron-container .collapsed .fa-chevron-up {
  display: none;
}
#published-report .mobile-outside-guidelines-question-table-collapse-cheveron-container .tech-row:not(.collapsed) .fa-chevron-down {
  display: none;
}

#technician-dashboard hr,
#conception-dashboard hr,
#journal hr,
#fertilityanalysis-dashboard hr {
  margin: 0px;
}
#technician-dashboard .panel-heading,
#conception-dashboard .panel-heading,
#journal .panel-heading,
#fertilityanalysis-dashboard .panel-heading {
  background-color: #666666;
  color: white;
}
#technician-dashboard .panel-heading a,
#conception-dashboard .panel-heading a,
#journal .panel-heading a,
#fertilityanalysis-dashboard .panel-heading a {
  font-size: 0.8em;
}
#technician-dashboard .panel-heading > h3,
#conception-dashboard .panel-heading > h3,
#journal .panel-heading > h3,
#fertilityanalysis-dashboard .panel-heading > h3 {
  color: white;
}
#technician-dashboard .panel-heading-light,
#conception-dashboard .panel-heading-light,
#journal .panel-heading-light,
#fertilityanalysis-dashboard .panel-heading-light {
  background-color: #d9d9d9;
  color: #000;
}
#technician-dashboard .panel-heading-light a,
#conception-dashboard .panel-heading-light a,
#journal .panel-heading-light a,
#fertilityanalysis-dashboard .panel-heading-light a {
  font-size: 0.8em;
}
#technician-dashboard .panel-heading-light > h3,
#conception-dashboard .panel-heading-light > h3,
#journal .panel-heading-light > h3,
#fertilityanalysis-dashboard .panel-heading-light > h3 {
  color: #000;
}
#technician-dashboard .definitions,
#conception-dashboard .definitions,
#journal .definitions,
#fertilityanalysis-dashboard .definitions {
  padding-left: 1em;
}
#technician-dashboard .panel-body > .row,
#conception-dashboard .panel-body > .row,
#journal .panel-body > .row,
#fertilityanalysis-dashboard .panel-body > .row {
  border-bottom: solid 1px #999999;
  padding-bottom: 5px;
  padding-top: 5px;
}
#technician-dashboard .panel-body > .row.tech-row:hover,
#conception-dashboard .panel-body > .row.tech-row:hover,
#journal .panel-body > .row.tech-row:hover,
#fertilityanalysis-dashboard .panel-body > .row.tech-row:hover {
  background-color: #d9d9d9;
}
#technician-dashboard .panel-body .row.titles,
#conception-dashboard .panel-body .row.titles,
#journal .panel-body .row.titles,
#fertilityanalysis-dashboard .panel-body .row.titles {
  padding-top: 0px;
  padding-bottom: 15px;
}
#technician-dashboard .panel-body .collapsed .fa-chevron-up,
#conception-dashboard .panel-body .collapsed .fa-chevron-up,
#journal .panel-body .collapsed .fa-chevron-up,
#fertilityanalysis-dashboard .panel-body .collapsed .fa-chevron-up {
  display: none;
}
#technician-dashboard .panel-body .tech-row:not(.collapsed) .fa-chevron-down,
#conception-dashboard .panel-body .tech-row:not(.collapsed) .fa-chevron-down,
#journal .panel-body .tech-row:not(.collapsed) .fa-chevron-down,
#fertilityanalysis-dashboard .panel-body .tech-row:not(.collapsed) .fa-chevron-down {
  display: none;
}
#technician-dashboard .panel-body .tech-row[aria-expanded=true],
#conception-dashboard .panel-body .tech-row[aria-expanded=true],
#journal .panel-body .tech-row[aria-expanded=true],
#fertilityanalysis-dashboard .panel-body .tech-row[aria-expanded=true] {
  background-color: #d9d9d9;
}
#technician-dashboard .panel-body .tech-row[aria-expanded=false],
#conception-dashboard .panel-body .tech-row[aria-expanded=false],
#journal .panel-body .tech-row[aria-expanded=false],
#fertilityanalysis-dashboard .panel-body .tech-row[aria-expanded=false] {
  background-color: initial;
}
#technician-dashboard .panel-body .tech-row.totalRow,
#conception-dashboard .panel-body .tech-row.totalRow,
#journal .panel-body .tech-row.totalRow,
#fertilityanalysis-dashboard .panel-body .tech-row.totalRow {
  background-color: #d9d9d9;
}
#technician-dashboard .error-message,
#conception-dashboard .error-message,
#journal .error-message,
#fertilityanalysis-dashboard .error-message {
  background: white;
  padding: 10px;
  border: solid 1px black;
}
#technician-dashboard .error-message a,
#conception-dashboard .error-message a,
#journal .error-message a,
#fertilityanalysis-dashboard .error-message a {
  text-decoration: underline;
  color: #337ab7;
}

.contact a {
  text-decoration: underline;
  color: #337ab7;
}

.error-message {
  background: white;
  padding: 10px;
  border: solid 1px black;
}
.error-message a {
  text-decoration: underline;
  color: #337ab7;
}

#benchmarking-dashboard .vertical-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#benchmarking-dashboard .vertical-align-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}
#benchmarking-dashboard .vertical-align-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
#benchmarking-dashboard .vertical-align-bottom .pull-right {
  margin-left: auto;
  vertical-align: bottom;
}
#benchmarking-dashboard .positive-diff {
  color: #449d44;
}
#benchmarking-dashboard .negative-diff {
  color: #d9534f;
}
#benchmarking-dashboard img {
  width: 65%;
  height: auto;
  max-width: 50vw;
}
#benchmarking-dashboard select {
  font-weight: bold;
}
#benchmarking-dashboard .left-edge {
  border-left: 1px solid #999999;
}
#benchmarking-dashboard .panel {
  box-shadow: none !important;
}
#benchmarking-dashboard .panel-heading {
  background-color: #d9d9d9;
  color: #000;
  font-style: italic;
}
#benchmarking-dashboard .benchmark-chart {
  margin-top: -2em;
}
#benchmarking-dashboard .benchmark-chart > .row {
  border-bottom: solid 1px #999999;
}
#benchmarking-dashboard .benchmark-chart .row.farm-count {
  border-bottom: none;
}
#benchmarking-dashboard .panel-body h4, #benchmarking-dashboard .panel-body h5 {
  font-weight: bold;
}
#benchmarking-dashboard .panel-body > .row {
  padding-bottom: 10px;
  padding-top: 10px;
}
#benchmarking-dashboard .panel-body .panel-heading span:not(:first-child) {
  border-left: 1px solid #000;
}
#benchmarking-dashboard .panel-body .benchmarkingFilter {
  font-style: normal !important;
  padding: 4px !important;
}
#benchmarking-dashboard .panel-body .collapsed .fa-chevron-up {
  display: none;
}
#benchmarking-dashboard .panel-body .benchmark-row:not(.collapsed) .fa-chevron-down {
  display: none;
}
#benchmarking-dashboard .panel-body .benchmark-row[aria-expanded=true] {
  background-color: #d9d9d9;
}
#benchmarking-dashboard .panel-body .benchmark-row[aria-expanded=false] {
  background-color: initial;
}
#benchmarking-dashboard .error-message span {
  font-weight: bold;
}
#benchmarking-dashboard .error-message p {
  margin: 0px;
}
#benchmarking-dashboard .vwp-instruction-text {
  font-size: 12px;
}
#benchmarking-dashboard .benchmark-beta-text {
  font-size: 18px;
}

.mysynch-table-blue thead tr {
  color: #000;
  background-color: #E8F1F9;
}
.mysynch-table-blue a {
  color: #337ab7;
}