html,
body {
  font-family: "verdana";
  font-size: 12px;
}
iframe {
  border: none;
}
.row-shading tr:nth-child(odd) {
  background-color: #FFF;
}
.row-shading tr:nth-child(even) {
  background-color: #E4E4E4;
}
.left-align {
  text-align: left;
}
.hidden,
.nonsplash,
.nondelete {
  display: none !important;
}
.invisible {
  display: hidden;
}
.header {
  position: relative;
  margin: 0px;
  height: 50px;
  width: 100%;
  z-index: 2;
}
.logo {
  position: relative;
  float: left;
  margin: 0px 0 0 20px;
}
.title {
  position: relative;
  float: left;
  padding: 4px 0px 0px 5px;
}
.title span {
  vertical-align: super;
  font-size: 14px;
}
.navbar {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.usr-menu {
  position: relative;
  float: right;
  padding: 0px 20px 0 0;
  top: -13px;
  max-width: 400px;
}
.usr-menu div {
  display: inline;
}
.usr-menu li {
  display: inline;
  float: left;
  padding: 3px;
  white-space: nowrap;
}
.ui-widget-report-header {
  background: #191919;
  border: 1px solid #e5e5e5;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-event-header {
  border: 1px solid #e5e5e5;
  color: #000;
  font-weight: bold;
}
.ui-table-spacing th {
  padding: 0px 10px;
}
.ui-dialog {
  position: fixed;
}
.ui-widget {
  font-size: 12px;
}
.center {
  text-align: center;
}
.login-header {
  height: 50px;
}
.login-content {
  float: right;
}
.error-box {
  position: relative;
  margin: 0;
  padding: 0;
}
.login-form {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.date-form {
  position: relative;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  top: 28px;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
.herd-index-popup-div {
  font-size: 24px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #FFFFFF;
  top: 200px;
  width: 700px;
  height: 100px;
  z-index: 1000001;
  border: 2px solid #D52B1E;
  padding: 5px;
  -moz-box-shadow: 0 0 5px #D52B1E;
  -webkit-box-shadow: 0 0 5px #D52B1E;
  box-shadow: 0 0 5px #D52B1E;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 0;
  background: none;
}
.wrapper {
  display: none;
  position: relative;
}
.scrolly {
  overflow-y: scroll;
}
.max-height-450 {
  max-height: 450px;
}
.home-content {
  padding: 20px 200px 200px 20px;
}
.header-text {
  display: block;
  font-size: 2em;
  margin: 10px -15px 15px 10px;
  max-width: 425px;
}
.header-text > span {
  color: #006ec7;
  display: block;
  font-size: .4em;
  white-space: normal;
}
.star-breaks {
  width: 100%;
  background: #ee2a24;
  height: 1.5em;
}
.footer {
  background-color: #000000;
  text-align: center;
  padding: 4px;
  color: #FFFFFF;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.loading {
  display: block;
  width: 260px;
  box-shadow: 5px 5px 5px #ee2a24;
  -webkit-box-shadow: 5px 5px 5px #ee2a24;
  -moz-box-shadow: 5px 5px 5px #ee2a24;
  border: 2px solid #ee2a24;
  border-radius: 5px;
}
.loading .text {
  font-size: 1.8rem;
  margin: 10px;
}
.loading .image {
  margin: 0 150px 0;
}
#overlay {
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.50;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1000000;
  background-color: black;
}
#overlay-element {
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.50;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1000000;
  background-color: black;
}
#profile-err-div {
  color: red;
}
#prof-error-div {
  color: red;
}
#table-profile-div tr td:not(:first-child) {
  text-align: left;
}
.usr-profile-div {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #FFFFFF;
  top: 200px;
  width: 400px;
  height: 350px;
  z-index: 10000;
  border: 2px solid #D52B1E;
  padding: 5px;
  -moz-box-shadow: 0 0 5px #D52B1E;
  -webkit-box-shadow: 0 0 5px #D52B1E;
  box-shadow: 0 0 5px #D52B1E;
}
.usr-password-div {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #FFFFFF;
  top: 200px;
  width: 700px;
  height: 200px;
  z-index: 1000001;
  border: 2px solid #D52B1E;
  padding: 5px;
  -moz-box-shadow: 0 0 5px #D52B1E;
  -webkit-box-shadow: 0 0 5px #D52B1E;
  box-shadow: 0 0 5px #D52B1E;
}
.password-table-div {
  margin: auto;
  width: 60%;
  color: black;
  display: table;
  table-layout: fixed;
  padding-bottom: 10px;
}
.password-table-div td {
  width: 50%;
}
.password-table-div td:nth-child(2) {
  text-align: left;
}
.alert {
  padding: 5px;
  margin: 5px 0 5px 0;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert > p,
.alert > ul {
  margin: 5px 0 5px 0;
}
.alert > p + p {
  margin: 5px 0 0 0;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-info {
  color: #101c35;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.popup {
  position: fixed;
  background: #FFF;
  white-space: nowrap;
  left: 0;
  right: 0;
  max-width: 600px;
  top: 100px;
  z-index: 100;
  border: 2px solid #D52B1E;
  padding: 10px;
  box-shadow: 0 0 5px #ee2a24;
  -webkit-box-shadow: 0 0 5px #ee2a24;
  -moz-box-shadow: 0 0 5px #ee2a24;
}
.popup.auto-width {
  max-width: none;
}
.popup > h1 {
  font-size: 2em;
  padding: .5em 0 0 1em;
  display: block;
  border-bottom: 1px solid #E4E4E4;
  margin: -10px -16px 1em -10px;
  color: #888;
}
.popup > h1 span {
  font-size: .5em;
  color: #4990cd;
  display: block;
  white-space: normal;
  word-wrap: break-word;
}
.popup > .button {
  background: #E27575;
  border: none;
  padding: 10px 25px 10px 25px;
  margin: 0 0 1em 1em;
  color: #FFF;
  box-shadow: 1px 1px 5px #B6B6B6;
  -webkit-box-shadow: 1px 1px 5px #B6B6B6;
  -moz-box-shadow: 1px 1px 5px #B6B6B6;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #9E3F3F;
  cursor: pointer;
}
.popup > .button:disabled {
  background: #CF7A7A;
  box-shadow: 1px 1px 5px #B6B6B6;
  -webkit-box-shadow: 1px 1px 5px #B6B6B6;
  -moz-box-shadow: 1px 1px 5px #B6B6B6;
}
.popup > .button:hover {
  background: #CF7A7A;
}
.popup form {
  font-size: 12px;
  background: #fff;
  padding: 25px 15px 25px 10px;
  color: #888;
  text-shadow: 1px 1px 1px #fff;
  border: 1px solid #E4E4E4;
}
.popup form table {
  text-shadow: none;
  color: #000;
}
.popup form > h1 {
  font-size: 2em;
  padding: 0 0 0 1em;
  display: block;
  border-bottom: 1px solid #E4E4E4;
  margin: -10px -16px 1em -10px;
  color: #888;
}
.popup form > h1 span {
  font-size: .5em;
  display: block;
  white-space: normal;
  word-wrap: break-word;
  color: #4990cd;
}
.popup form > h2 {
  padding: 0 0 1em 1em;
}
.popup form label {
  margin: 0 0 1em 1em;
  display: block;
}
.popup form label > span {
  float: none;
  display: inline-block;
  width: 100px;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
  color: #888;
}
.popup form .button {
  background: #E27575;
  border: none;
  padding: 10px 25px 10px 25px;
  color: #FFF;
  box-shadow: 1px 1px 5px #B6B6B6;
  -webkit-box-shadow: 1px 1px 5px #B6B6B6;
  -moz-box-shadow: 1px 1px 5px #B6B6B6;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #9E3F3F;
  cursor: pointer;
}
.popup form .button:disabled {
  background: #CF7A7A;
  box-shadow: 1px 1px 5px #B6B6B6;
  -webkit-box-shadow: 1px 1px 5px #B6B6B6;
  -moz-box-shadow: 1px 1px 5px #B6B6B6;
}
.popup form .button:hover {
  background: #CF7A7A;
}
.popup form .upload-button {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.popup form .upload-button input.upload {
  position: absolute;
  top: 0;
  right: 8.5em;
  margin: 0;
  padding: 0;
  font-size: 1.6em;
  cursor: pointer;
  opacity: 0;
}
.overlay {
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  moz-opacity: 0.5;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1000000;
  background-color: black;
}
.overlay-container {
  display: none;
}
table.dataTable thead th {
  border: 1px solid #cccccc;
  background: #191919 url("PIC_Global/images/ui-bg_highlight-soft_100_191919_1x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.dataTables_paginate a {
  margin-left: .3em !important;
  margin-right: .3em !important;
}
.herd-summary-header {
  font-weight: bold;
  text-decoration: underline;
  color: #ee2a24;
}
.herd-content-container {
  float: left;
  width: 29%;
  padding: 1em 1.4em;
  color: #ee2a24;
}
.herd-content-container ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.herd-content-container li {
  border-bottom-style: dashed;
  border-width: .1px;
  margin-left: 20px;
}
.herd-content-container a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.ui-tabs-outer {
  background-color: #E4E4E4;
  border: 1px solid #CCE2F3;
}
.ui-tabs-outer .ui-tabs-nav {
  margin: 0;
  padding: 0em .5em -1px 250px;
  border-width: 0;
  position: relative;
  float: none;
}
.ui-tabs-outer .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs-outer .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs-outer .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs-outer .ui-tabs-nav li.ui-tabs-active .ui-tabs-outer .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs-outer .ui-tabs-nav li.ui-tabs-active .ui-tabs-outer .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs-outer .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .9em 1em;
  text-decoration: none;
}
.ui-tabs-inner .ui-tabs-nav {
  margin: 0;
  padding: 0;
  background: #E4E4E4;
  border-width: 0;
}
.ui-tabs-inner .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs-inner .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
  cursor: pointer;
}
.ui-tabs-inner .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs-inner .ui-tabs-nav li.ui-tabs-active .ui-tabs-inner .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs-inner .ui-tabs-nav li.ui-tabs-active .ui-tabs-inner .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs-inner .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs-inner .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 0em 0em;
  background: #E4E4E4;
}
.ui-accordion .ui-accordion-header {
  border: 1px solid #cccccc;
  background: #191919 url("PIC_Global/images/ui-bg_highlight-soft_100_191919_1x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.herd-minimize {
  position: relative;
  float: right;
}
.farm-search {
  display: none;
  position: absolute;
  background: #FFFFFF;
  left: 200px;
  top: 75px;
  z-index: 100;
  margin-left: 15px;
  border: 2px solid #D52B1E;
  padding: 5px;
  font-size: 12px;
  -moz-box-shadow: 0 0 5px #D52B1E;
  -webkit-box-shadow: 0 0 5px #D52B1E;
  box-shadow: 0 0 5px #D52B1E;
}
.herd-event-columninfo-display {
  position: absolute;
  background: #FFFFFF;
  left: 200px;
  top: 75px;
  z-index: 100;
  margin-left: 15px;
  border: 2px solid #D52B1E;
  padding: 5px;
  font-size: 12px;
  -moz-box-shadow: 0 0 5px #D52B1E;
  -webkit-box-shadow: 0 0 5px #D52B1E;
  box-shadow: 0 0 5px #D52B1E;
}
.ui-accordion .ui-accordion-content {
  padding: 5px 5px;
}
.hand {
  cursor: pointer;
}
.hand:hover {
  background-color: cyan !important;
}
.highlight-hand tbody tr {
  cursor: pointer;
}
.highlight-hand tbody tr:hover {
  background-color: cyan;
}
.highlight-hand tbody tr td:hover {
  background-color: cyan;
}
.font {
  font-size: 1em;
}
.noborder {
  border: 0px;
}
.scrollable {
  display: inline-block;
  overflow: scroll;
}
.ui-widget-header > th {
  font-size: 12px;
}
.ui-autocomplete-loading {
  background: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif) no-repeat right center;
}
.ui-minlen-notifier {
  background-color: #E0FFFF;
  border: 1px solid red;
  border-radius: 3px;
  margin: 5px 0 0 0;
  padding: 4px;
}
.grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid [class*='col-'] {
  float: left;
  padding-right: 30px;
}
.grid [class*='col-']:last-of-type {
  padding-right: 0;
}
.grid [class*='col-default'] {
  float: left;
  padding-right: 10px;
}
.grid [class*='col-default']:last-of-type {
  padding-right: 0;
}
.grid:after {
  content: '';
  display: table;
  clear: both;
}
.grid .col-1-4 {
  width: 25%;
}
.grid .col-3-4 {
  width: 75%;
}
.grid .col-2-3 {
  width: 67%;
}
.grid .col-1-3 {
  width: 33%;
}
.grid .col-1-2 {
  width: 50%;
}
.grid .col-1-1 {
  width: 100%;
}
.grid .col-1-5 {
  width: 20%;
}
.grid .col-4-5 {
  width: 80%;
}
.grid .col-3-5 {
  width: 60%;
}
.grid .col-2-5 {
  width: 40%;
}
.grid .col-3-10 {
  width: 30%;
}
.grid .col-4-10 {
  width: 40%;
}
.grid .col-7-10 {
  width: 70%;
}
.grid:after,
.grid:before,
.grid,
[class*='col-'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.center-grid {
  text-align: center;
}
.flex-grid {
  margin: 0 auto;
  max-width: 1024px;
}
.flex-grid .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-grid .column {
  flex-basis: 100%;
}
.flex-grid ._25 {
  flex: 2.5;
}
.flex-grid ._75 {
  flex: 7.5;
}
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 480px;
  min-width: 200px;
  font-size: 12px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: center;
  word-wrap: break-word;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Verdana, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
.qtip-pic-password {
  padding: 8px;
  border: 2px #E2E4FF;
  position: absolute;
  max-width: 400px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .qtip-pic-password {
  border: 2px solid red;
  border-radius: 5px;
  background: #ffffff;
}
.qtip-pic {
  padding: 8px;
  text-align: center;
  border: 2px #E2E4FF;
  position: absolute;
  max-width: 600px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .qtip-pic {
  border: 2px solid red;
  border-radius: 20px;
  background: #ffffff;
}
.qtip-pic::after {
  position: absolute;
  content: "";
  bottom: -10px;
  text-align: center;
  border-width: 10px 10px 0px;
  border-style: solid;
  border-color: red transparent;
  display: block;
  width: 0;
  margin-left: 44%;
  margin-right: auto;
}
.bigtable {
  height: 550px;
  border: solid 1px black;
}
.bigtable-container {
  overflow: hidden;
  position: relative;
}
.bigtable-container table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 1px;
  height: 1px;
}
.bigtable-headers {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.bigtable-headers th {
  height: 20px;
  text-align: left;
}
.bigtable-body {
  height: 500px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: scroll;
  position: relative;
}
.bigtable-rows tbody {
  counter-reset: rowNum;
}
.bigtable-rows tbody tr {
  counter-increment: rowNum;
}
.bigtable-rows tbody tr td:first-child::before {
  content: counter(rowNum);
}
.scrolls {
  border-spacing: 0;
  border: 2px solid black;
}
.scrolls thead,
.scrolls tbody {
  display: block;
}
.scrolls tr:last-child th {
  height: 3em;
  line-height: 3em;
}
.scrolls tbody {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 2px solid black;
}
.scrolls tbody td {
  border-right: 1px solid black;
}
.scrolls tbody td:last-child {
  border-right: none;
}
.scrolls thead th {
  border-right: 1px solid black;
}
.herd-evt-verify-range {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.3);
}
.herd-evt-verify-range table {
  border: 1px solid black;
  border-radius: 2px;
  margin-bottom: 12px !important;
}
.herd-evt-verify-range table td {
  text-align: center;
}
.herd-evt-verify-range table td + td {
  border-left: 1px solid black;
}
.herd-detail-ldg {
  display: none;
  background: #FFF;
  left: 0px;
  top: 0;
  z-index: 100;
  height: 230px;
  width: 260px;
  border: 2px solid #ee2a24;
  padding: 5px;
  box-shadow: 0 0 5px #ee2a24;
  -webkit-box-shadow: 0 0 5px #ee2a24;
  -moz-box-shadow: 0 0 5px #ee2a24;
}
.herd-detail-ldg-text {
  font-size: 25px;
}
.welcome-center {
  margin-right: auto;
  margin-left: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 66%;
  text-align: center;
}
.welcome-message {
  margin-right: auto;
  margin-left: 50px;
  width: 66%;
  background-color: white;
  text-align: center;
  border-style: solid;
  padding: 10px;
}
.admin-usr-edit {
  float: left;
  width: 350px;
  height: 100%;
  white-space: normal;
}
.admin-usr-list {
  float: left;
  width: 60%;
  padding: 1em 1.4em;
}
.admin-usr-accordion {
  margin-left: 360px;
  height: 100%;
  background-color: #e5f0f9;
}
#pnl-admin-usr-modify {
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
#overlay {
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.50;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1000000;
  background-color: black;
}
#overlay-element {
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.50;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1000000;
  background-color: black;
}
#profile-err-div {
  color: red;
}
#prof-error-div {
  color: red;
}
#table-profile-div tr td:not(:first-child) {
  text-align: left;
}
.usr-profile-div {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #FFFFFF;
  top: 200px;
  width: 400px;
  height: 350px;
  z-index: 10000;
  border: 2px solid #D52B1E;
  padding: 5px;
  -moz-box-shadow: 0 0 5px #D52B1E;
  -webkit-box-shadow: 0 0 5px #D52B1E;
  box-shadow: 0 0 5px #D52B1E;
}
.usr-password-div {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #FFFFFF;
  top: 200px;
  width: 700px;
  height: 200px;
  z-index: 1000001;
  border: 2px solid #D52B1E;
  padding: 5px;
  -moz-box-shadow: 0 0 5px #D52B1E;
  -webkit-box-shadow: 0 0 5px #D52B1E;
  box-shadow: 0 0 5px #D52B1E;
}
.password-table-div {
  margin: auto;
  width: 60%;
  color: black;
  display: table;
  table-layout: fixed;
  padding-bottom: 10px;
}
.password-table-div td {
  width: 50%;
}
.password-table-div td:nth-child(2) {
  text-align: left;
}
iframe {
  border: none;
}
.ui-widget-overlay {
  z-index: 99999 !important;
}
.ui-dialog {
  z-index: 99999999999;
}
.header {
  display: block;
  position: relative;
}
.header > h1 {
  font-size: 2em;
  display: block;
  border-bottom: 1px solid black;
  max-width: 425px;
  margin: 10px -15px 15px 10px;
  color: black;
}
.header > h1 span {
  font-size: .5em;
  display: block;
  color: #4990cd;
}
.event-sidebar {
  width: 250px;
  float: left;
  height: 100%;
  background-color: #ccc;
  border-radius: 5px;
  white-space: normal;
}
.event-sidebar ul {
  width: 100%;
  float: right;
  list-style: none;
  cursor: pointer;
}
.grid-content {
  margin-left: 260px;
  height: 100%;
  background-color: #e5e5e5;
  margin-top: 10px;
  max-width: 750px;
}
.herd-detail-animal-info-div {
  position: fixed;
  background: #FFF;
  white-space: nowrap;
  height: 600px;
  width: 850px;
  top: 10%;
  left: 0;
  right: 0;
  z-index: 100;
  border: 2px solid #ee2a24;
  padding: 5px;
  box-shadow: 0 0 5px #ee2a24;
  -webkit-box-shadow: 0 0 5px #ee2a24;
  -moz-box-shadow: 0 0 5px #ee2a24;
}
.herd-detail-animal-info-div > .herd-detail-panel-info:last-child {
  top: 40px;
  display: inline-block;
  margin-bottom: 250px;
}
.component-btn {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
}
.component-btn.small {
  width: 2rem;
  height: 2rem;
}
.component-btn.gray {
  background-color: #E4E4E4;
}
.jqButton {
  color: #d42e12;
  padding: .4em 1em;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #cccccc url("../images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  font-weight: normal;
}
.jqButton:hover:enabled {
  background: #b2b2b2 url("../images/ui-bg_highlight-soft_75_b2b2b2_1x100.png") 50% 50% repeat-x;
}
.jqButton:active:enabled {
  color: #ffffff;
  background: #006ec7 url("../images/ui-bg_highlight-soft_75_006ec7_1x100.png") 50% 50% repeat-x;
  border: 1px solid #aaaaaa;
}
.jqButton.active {
  color: #ffffff;
  background: #006ec7 url("../images/ui-bg_highlight-soft_75_006ec7_1x100.png") 50% 50% repeat-x;
  border: 1px solid #aaaaaa;
}
.jqButton:disabled {
  background-image: none;
  background: #e5e5e5;
}
.login-page {
  width: 400px;
  padding: 5% 0 0;
  margin: auto;
}
.login-page .form {
  border-radius: 5px;
  position: relative;
  z-index: 100;
  background: #fff;
  max-width: 400px;
  margin: 0 auto 100px;
  padding: 30px 35px 35px;
  text-align: center;
  box-shadow: 1px 1px 20px #000000;
  -webkit-box-shadow: 1px 1px 20px #000000;
  -moz-box-shadow: 1px 1px 20px #000000;
}
.login-page .form form {
  margin-top: 0em;
}
.login-page .form form h1 {
  margin: 0 0 10px;
}
.login-page .form form input,
.login-page .form form button {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 1.2rem;
  border-radius: 5px;
}
.login-page .form form input:focus,
.login-page .form form button:focus {
  box-shadow: 0 0 5px #ee2a24;
  -webkit-box-shadow: 0 0 5px #ee2a24;
  -moz-box-shadow: 0 0 5px #ee2a24;
}
.login-page .form form button {
  text-transform: uppercase;
  background: #ee2a24;
  color: white;
}
.login-page .form form button:hover {
  background: #CF7A7A;
}
.login-page .form form p {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 1rem;
}
.login-page .form form p a {
  text-decoration: none;
  color: #4990cd;
}
.snow {
  background: none;
  background-image: url('http://www.wearewebstars.dk/codepen/img/s1.png'), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-animation: snow 10s linear infinite;
  -moz-animation: snow 10s linear infinite;
  -ms-animation: snow 10s linear infinite;
  animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}
@-moz-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 400px 1000px, 200px 400px, 100px 300px;
  }
}
@-webkit-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}
@-ms-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}
.slide-fade-enter-active {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.slide-fade-leave-active {
  transition: all .3s cubic-bezier(1.0,0.5,0.8,1.0);
  -webkit-transition: all .3s cubic-bezier(1.0,0.5,0.8,1.0);
}
.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateY(-10px);
  opacity: 0;
}
.drop-down-fade-enter-active {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.drop-down-fade-leave-active {
  transition: all .5s cubic-bezier(1.0,0.5,0.8,1.0);
  -webkit-transition: all .5s cubic-bezier(1.0,0.5,0.8,1.0);
}
.drop-down-fade-enter,
.drop-down-fade-leave-to {
  transform: translateY(-10px);
  opacity: 0;
}
.ctx {
  position: relative;
}
.ctx-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 70px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: .9rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: .25rem;
  -moz-box-shadow: 0 0 5px #CCC;
  -webkit-box-shadow: 0 0 5px #CCC;
  box-shadow: 0 0 5px #CCC;
}
.ctx-divider {
  height: 1px;
  margin: .5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.ctx-item {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
  cursor: default;
}
.ctx-item:focus,
.ctx-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
  cursor: normal;
}
.ctx-item.active,
.ctx-item.active:focus,
.ctx-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}
.ctx-item.disabled,
.ctx-item.disabled:focus,
.ctx-item.disabled:hover {
  color: #818a91;
}
.ctx-item.disabled:focus,
.ctx-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}
.open > .ctx-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.ctx-menu-right {
  right: 0;
  left: auto;
}
.ctx-menu-left {
  right: auto;
  left: 0;
}
.ctx-header {
  display: block;
  padding: 3px 20px;
  font-size: .9rem;
  line-height: 1.5;
  color: #818a91;
  white-space: nowrap;
}
.ctx-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .ctx-menu {
  right: 0;
  left: auto;
}
.ctx-menu-container {
  position: fixed;
  padding: 0;
  border: 1px solid #bbb;
  background-color: whitesmoke;
  z-index: 99999;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.td-button {
  background: #cccccc url("../images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  border: 1px solid #aaa;
  color: #D52B1E;
  border-radius: 8px;
  padding: 6px 15px 6px 15px;
  box-shadow: 1px 1px 4px #DADADA;
}
.td-button:hover {
  background: #b2b2b2 url("../images/ui-bg_highlight-soft_75_b2b2b2_1x100.png") 50% 50% repeat-x;
  color: #D52B1E;
}
.td-button:focus {
  background: #006ec7 url("../images/ui-bg_highlight-soft_75_b2b2b2_1x100.png") 50% 50% repeat-x;
  color: #FFF;
  border: 1px solid #006ec7;
}
.td-button:disabled {
  background-image: none;
  background: #e5e5e5;
}
.td-button.small {
  padding: 2px;
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.profile-header {
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
  font-size: 1.5rem;
  padding-bottom: 3px;
  text-align: center;
}
form.profile input {
  width: 50%;
}
form.profile div.dropdown {
  width: 240px;
}
form.profile div.dropdown input {
  width: 100%;
}
form.profile > label,
form.profile div:not(.dropdown) {
  display: block;
  margin: 3px 0 7px 0;
}
form.profile > label > span,
form.profile div:not(.dropdown) > span {
  width: 33%;
  font-weight: bold;
  font-size: 1.1rem;
  float: left;
  padding-top: 1px;
  padding-left: 8px;
}
form.profile > label span.required,
form.profile div:not(.dropdown) span.required {
  color: red;
}
form.profile input[type=text],
form.profile input[type=password],
form.profile textarea,
form.profile select {
  box-sizing: border-box;
  border: 1px solid #C2C2C2;
  box-shadow: 1px 1px 4px #EBEBEB;
  border-radius: 5px;
  padding: 3px;
  outline: none;
}
form.profile input[type=text]:focus,
form.profile input[type=password]:focus,
form.profile textarea:focus,
form.profile select:focus {
  border: 1px solid #E5E5E5;
}
form.profile .center {
  text-align: center;
}
.login-body {
  background: #e5e5e5;
  height: 500px;
}
.login-body [class*='col-'] {
  height: 100%;
  border-radius: 10px;
}
.login-body .login-col {
  background: white;
  display: table;
}
.login-body .login-col > div {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 50px;
}
.login-body .login-col form {
  background: white;
  border-radius: 10px;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 15px;
}
.login-body .login-col form input,
.login-body .login-col form button {
  outline: 0;
  background: #f2f2f2;
  width: 80%;
  max-width: 400px;
  border: 0;
  margin: 0 0 15px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 1.2rem;
  border-radius: 5px;
}
.login-body .login-col form input:focus,
.login-body .login-col form button:focus {
  box-shadow: 0 0 5px #ee2a24;
  -webkit-box-shadow: 0 0 5px #ee2a24;
  -moz-box-shadow: 0 0 5px #ee2a24;
}
.login-body .login-col form button {
  text-transform: uppercase;
  background: #ee2a24;
  color: white;
}
.login-body .login-col form button:hover {
  background: #CF7A7A;
}
.login-body .login-col form > p:not(#login-status) {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 1rem;
}
.login-body .login-col form > p:not(#login-status) a {
  text-decoration: none;
  color: #4990cd;
}
.login-body .image-col {
  overflow: hidden;
  display: table-cell;
  background: white;
}
.homepage-background {
  height: calc(100vh - 150px);
  border: 2px solid black;
  border-radius: 10px;
}
@media screen and (max-width: 1065px) {
  .login-body {
    height: 500px !important;
  }
  .login-body [class*='col-'] {
    width: 100%;
    padding-left: 0px;
  }
  .login-col form {
    max-width: 450px !important;
  }
  .image-col img {
    float: none;
    margin-left: 0px;
  }
}
@media screen and (min-width: 1065px) and (max-width: 1400px) {
  .image-col img {
    float: left;
    margin-left: -100px;
  }
}
@media screen and (min-width: 1065px) and (max-width: 1400px) and (max-height: 800px) {
  .image-col img {
    float: none;
    margin-left: 0px;
  }
}
table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
  background-color: white;
}
div.DTFC_Blocker {
  background-color: white;
}
div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}
div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none;
}
.DTFC_LeftFootWrapper {
  display: none;
}
.DTFC_LeftBodyLiner {
  overflow: visible;
}
.report_filters_container {
  width: 400px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 5px;
  max-width: 600px;
  background: #F7F7F7;
  padding: 25px 15px 25px 10px;
  color: #888;
  text-shadow: 1px 1px 1px #FFF;
  border: 1px solid #E4E4E4;
  display: flex;
  flex-direction: column;
}
.report_filters_container > .header {
  color: black;
  font-size: 2rem;
  padding: 0px 0px 0px 40px;
  display: block;
  flex-shrink: 0;
  border-bottom: 1px solid #E4E4E4;
  margin: -10px -15px 30px -10px;
}
.report_filters_container .button {
  background: #E27575;
  border: none;
  padding: 10px 25px 10px 25px;
  color: #FFF;
  box-shadow: 1px 1px 5px #B6B6B6;
  -webkit-box-shadow: 1px 1px 5px #B6B6B6;
  -moz-box-shadow: 1px 1px 5px #B6B6B6;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #9E3F3F;
  cursor: pointer;
}
.report_filters_container .button:disabled {
  background: #CF7A7A;
  box-shadow: 1px 1px 5px #B6B6B6;
  -webkit-box-shadow: 1px 1px 5px #B6B6B6;
  -moz-box-shadow: 1px 1px 5px #B6B6B6;
}
.report_filters_container .button:hover {
  background: #CF7A7A;
}
.row_label {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 5px;
}
.required {
  color: red;
}
.checkbox_group_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: 5%;
}
.checkbox_group_item {
  flex: 1 50%;
  display: inline-block;
}
