#herdDashboardWrapper {
	height: 100%;
	position: relative;
}

#herdDashboardTableInner {
	width: 1300px;
	margin: 5px auto;
}

.herdDashboardTable {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	padding-bottom: 20px;
}

.herdDashboardTableTr {
	display: flex;           display: -webkit-flex;
  flex-direction: row;     -webkit-flex-direction: row;
  flex-grow: 0;            -webkit-flex-grow: 0;
  flex-wrap: wrap;         -webkit-flex-wrap: wrap;
  width: 100%;
}

.herdDashboardTableTd {
	height: 40px;
	flex-grow: 1;            
	-webkit-flex-grow: 1;
  	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  	padding: 5px 10px;
	width: 170px;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	font-size: 13px;
	border-bottom: 1px solid var(--border-color-light);
}

.herdDashboardTableTd.col1 {
	text-decoration: underline;
	cursor: pointer;
}

.tableHead .herdDashboardTableTd.col1 {
	text-decoration: none;
	cursor: none;
}

.tableHead .herdDashboardTableTd {
	border-bottom: 2px solid var(--main-color);
	font-size: 14px;
}

.herdDashboardTableTd.col8, .herdDashboardTableTd.col5 {
	width: 50px;
}

.herdDashboardTableTd.col6 {
	width: 80px;
}

.herdDashboardTableTd.col7 {
	width: 100px;
}

.herdDashboardTableTd.last {
	border-bottom-color: #8492A6;
}

.herdDashboardTableTd{
	display: block;
}

.single {
	margin-top: 13px;
}

.herdDashboardTableTd span{
	display: block;
}

.redField {
	background: var(--warning-color);
	color: #fff;
}

.amberField {
	background: #FFD185;
}

#filterWrapperInner {
	width: 590px;
	margin: 0 auto;
}

#filterWrapper .inlineText {
	margin-right: 5px;
	font-size: 14px;
	line-height: 40px;
}

#filterWrapper .button,
#filterWrapper .buttonGreen {
}

#manageFiltersOverlay {
	width: 600px;
	margin: 10 auto;
}

#cowName,
#cowET,
#recordType,
#manageRecordTime,
#manageLastTag,
#tagNumber {
	text-align: center;
	margin: 20px 0;
}

.selectHerd {
    width: 250px;
}

.herdDashboardTableTd {
	position: relative;
}

.herdDashboardExportIcon {
	position: absolute;
	right: 0;
	top: 0;
	height: 25px;
	width: 25px;
	background: url(/img/icons/export-icon.png) 50% 40% no-repeat;
	background-size: 70%;
	opacity: 0;
}

.redField .herdDashboardExportIcon {
	background: url(/img/icons/export-icon-white.png) 50% 40% no-repeat;
	background-size: 70%;
}

.herdDashboardTableTd:hover .herdDashboardExportIcon {
	opacity: 100;
}

@media only screen and (max-width: 1300px) {



}

@media only screen and (max-width: 600px) {



}

@media only screen and (max-width: 480px) {



}

@media only screen and (max-height: 480px) {



}

.herdDashboardTableTd .deleteIcon {
	width: 22px;
	height: 22px;
	background: url(/img/icons-svg/icon-delete.svg) 50% 50% no-repeat;
	display: block;
	margin: 10px 22px 0 0;
	float: right;
}

.herdDashboardTableTd .deleteIcon:hover {
	opacity: 0.6;
}