.admin-form .state-error {
  display: block!important;
  margin-top: 6px;
  padding: 0 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: normal;
  font-size: 0.95em;
  color: #DE888A;
}

textarea {
  min-height: 120px;
}

thead.uppercase th {
  text-transform: uppercase;
}

.table {
  font-size: 12px;
}

.table tbody td {
  vertical-align: top;
}

.table > thead > tr > th {
  background: #ffffff;
}

.table > tbody > tr > td.action-buttons {
  text-align: right;
  padding-right: 20px;
}

td.action-buttons a {
  margin-right: 8px;
}

.dataTables_wrapper {
  min-height: 440px;
}

.dataTables_wrapper .add-button,
.dataTables_wrapper .button-bar {
  float: left;
}
.dataTables_wrapper .button-bar .add-button {
  float: none;
}

body {
  min-height: 250px;
}

.append-icon.left + input.form-control {
  padding-right: 10px;
  padding-left: 40px;
}

.confirm-delete-box .modal-body {
  font-weight: bold;
}

.form-modal .modal-body {
  overflow-y: auto;
}

table.dataTable thead > tr > th,
table.dataTable tbody > tr > td,
table.dataTable tfoot > tr > th {
  padding-left: 15px;
}

table.dataTable thead > tr > th:first-child {
  padding-left: 19px;
}

table.dataTable tbody > tr > td,
table.dataTable tfoot > tr > th {
  padding-right: 5px;
}

table.dataTable thead > tr > th,
table.dataTable tbody > tr > td:last-child,
table.dataTable tfoot > tr > th:last-child {
  padding-right: 18px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-position: center right;
}

.dt-panelmenu,
.dt-panelfooter {
  background-color: #FFFFFF;
}

.form-horizontal.view-panel .form-control-static,
.form-horizontal.view-panel .control-label  {
  padding-top: 0px;
  padding-bottom: 4px;
}
.form-horizontal.view-panel .form-group {
  margin-bottom: 6px;
}

.panel {
  border-radius: 0px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.animal-add-buttons .btn {
 float: right;
 width: 100%;
 max-width: 150px;
 min-width: 130px;
 margin-bottom: 5px;
 margin-right: 5px;
}

.panel-heading .form-inline .control-label.panel-title {
  font-weight: normal;
}

.btn-labeled {
  text-align: left;
}

.btn-labeled > .btn-label {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
  font-size: 14px;
}

ol.timeline-list {
  color: #666666;
}

.timeline-person {
  margin-right: 25px;
}

.append-icon.help-text.right {
  right: -20px;
  font-size: 18px;
}

.popover {
  font-size: 12px;
  border-top-color: #3bafda;
  border-top-width: 2px;
}

.panel-footer .text-right.buttton-row {
  padding-right: 0px;
}

ol.timeline-list.animal-timeline li.timeline-item {
  padding-right: 0px;
}

td > input.select-row {
  margin-left: 4px;
}
.table tr input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

#breeding-animals-table_wrapper .dt-panelmenu,
#breeding-animals-table_wrapper .dt-panelfooter {
  display: none;
}

.table .summary-row {
  font-weight: bold;
}

.table .summary-row td {
  border-top-width: 2px !important;
  background-color: #f5f5f5 !important;
}

.form-toolbar.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
}

.search-toolbar .form-group {
  min-height: 30px;
}

form.search-toolbar .control-label {
  padding-top: 4px;
}

.search-toolbar select[multiple] {
  max-height: 74px;
}

.search-toolbar.form-inline .form-group {
  margin-bottom: 15px;
}

.animals-report {
  margin-bottom: 0px;
}

.animals-report .panel-heading {
  height: auto;
}

.animals-report .panel-body {
  border-top: none;
  border-bottom: none;
}

.animals-report .panel-body:last-child {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.select2-sm.select2-container .select2-selection--single,
.select2-sm.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}

.select2-sm.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  font-size: 12px;
}

.select2-dropdown {
  min-width: 130px;
}

.select2-container--open.select2-sm li.select2-results__option {
  font-size: 12px;
  padding: 3px;
}

.checkbox-custom.checbox-sm {
  margin-top: 4px;
}

.checkbox-custom.checbox-sm label {
  font-size: 12px;
  padding-left: 24px;
  margin-bottom: 0px;
}

.checkbox-custom.checbox-sm label:before {
  width: 18px;
  height: 18px;
}

.checkbox-custom.checbox-sm input[type=checkbox]:checked + label:after,
.checkbox-custom.checbox-sm input[type=radio]:checked + label:after {
  top: 3px;
  left: 2px;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group .btn:not(:first-child):not(:last-child) {
  border-left: 0px;
  border-radius: 0px;
}

.input-group .btn:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;
}

.input-group div:first-child .select2-selection.select2-selection--single {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pedigree-table {
  border-collapse: collapse;
  font-size: 11px;
}

/** Calendar */
.fc-today {
  background-color: #3bafda !important;
  color: #e7f5fa;
}

.task-widget ul.task-list .task-item .task-handle {
  height: 100%;
  padding: 0px;
  width: auto;
}

.task-widget ul.task-list .task-item {
  margin-left: 0px;
  margin-right: 10px;
  display: block;
}

.task-desc {
  padding: 11px 11px 11px 11px;
}

.task-widget ul.task-list .task-item .task-date {
  margin-left: 10px;
  margin-right: 5px;
  display: inline-block;
}

.task-widget ul.task-list .task-item {
  border-bottom: 1px solid #e2e2e2;
}

.task-widget .panel-body {
  background-color: #f8f8f8;
}

.calendar-widget .fc-basic-view td.fc-day-number {
  color: #666666;
  font-size: 12px;
}

.bootstrap-datetimepicker-widget {
}

.datepicker{
}

#animal-report-table_wrapper .dt-panelmenu {
  border-bottom: none;
}

body.external-page.public-animals #content .panel-heading {
  padding: 0 8px;
}

.breedings .title {
  font-weight: bold;
  font-size: 14px;
  padding-top: 10px;
  display: block;
}

.breedings ol.timeline-list li.timeline-item:after {
  display: none;
}

.breedings ol.timeline-list li.timeline-item {
  padding: 10px 100px 10px 10px;
}

#animal-timeline .label {
  cursor: pointer;
  cursor: hand;
  margin-left: 4px;
  margin-right: 0px;
}

.table .expanded-column {
  padding: 0px;
  border-bottom: solid 1px #cecece;
}

.table .expanded-column tr td,
.table .expanded-column tr th {
  padding-left: 4px;
  padding-right: 4px;
}

.table .expanded-column tr td:first-child {
  padding-left: 18px;
}

.text-bold {
  font-weight: 600;
}

.text-red {
  color: red;
}

.text-italic {
  font-style: italic;
}

#animal-kinship-table {
  width: auto;
  border: none;
}

#animal-kinship-table td,
td.rotate-column-45 > div {
  width: 55px;
}

#animal-kinship-table td:last-child:not(.no-border) {
  border-right: solid 1px #eeeeee;
}

.table-bordered > tbody > tr > td.no-border
{
  border-top: none;
  border-left: none;
  border-right: none;
}

td.rotate-column-45 {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}

td.rotate-column-45 > div {
  transform:
    /* Magic Numbers */
    translate(42px, 41px)
    /* 45 is really 360 - 45 */
    rotate(315deg);
}
td.rotate-column-45 > div > span {
  border-bottom: 1px solid #ededed;
  padding: 5px 5px;
}

.form-group.no-margin {
  margin-bottom: 0px;
}

.form-horizontal .control-label-sm,
.form-inline .control-label-sm,
form.search-toolbar .control-label-sm {
  padding-top: 6px;
}

.dataTables_wrapper {
  overflow: auto;
}
.daterangepicker td.start-date.end-date {
  border-radius: 0px;
}

.crumb-link {
  font-size: 14px;
}

.panel.panel-border.top {
  border-top-width: 3px;
}

#animal-info .control-label {
  width: 150px;
  text-align: left;
}

.row-header {
  font-weight: bold;
  text-transform: uppercase;
}

#animal-timeline .panel-heading {
  border: none;
}
.tab-block .tab-content {
  position: initial;
}

.table > tbody > tr > td {
  vertical-align: top;
}
