﻿body {
	font-size: 12px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 0;
	max-width: 950px !important;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
	max-width: 280px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}

label {
	font-size: 12px;
}

.form-control {
	font-size: 12px;
	height: 28px;
}

.btn {
	font-size: 12px;
}

/* search horse page*/

#search-horse-result .table.table-small-font {
	font-size: 12px !important;
}


#search-horse-result .table-wrapper {
	height: 440px;
	position: relative;
	padding: 0 5px;
	overflow-y: auto;
}

#search-horse-result .table-loading {
	text-align: center;
}

#search-horse-result table {
	text-align: center;
}

#search-horse-result th, #search-horse-result td {
	padding: 4px !important;
	min-width: 50px;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#search-horse-result tbody tr:hover {
	cursor: pointer;
}

#table-ancestors {
	width: 100%;
}

	#table-ancestors td {
		padding: 3px 15px 3px 3px;
		min-height: 50px;
	}

		#table-ancestors td a {
			color: black;
		}

.mt-0 {
    margin-top: 0;
}
