/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.col-lg-4{
		width: 37%;
	}
}

@media (max-width: 990px) {
	
	.navbar-logout {
		position: relative;
		float: right;
		padding: 6px 6px;
		margin-top: 12px;
		margin-right: 8px;
		margin-bottom: 8px;
		background-color: #33639e;
		background-image: linear-gradient(
		#4674ac,
		#1e518f
		);
		border: 1px solid #16457e;
		border-radius: 4px;
		color: #fff;
	}
}

@media (max-width: 480px) {
	.x-scroll-full {
		width: 100%; 
	} 	

	#pedigreeReportContainer{
		/*width: 680px;*/
	}
}

.error, .red {
	color:red;
}

.horseSearchHeaderElement {
	background-color: #145084;
	color: white;
	padding: 1px 1px 1px 5px !important;
}

.horseSearchLink{
	color: #1d508e !important;
}

.loadingNicking{
	position: relative;
	height: 260px;
}

.notFound{
	color:#89201b;
}


.text-right {
	text-align: right;
}	

.instructions {
	width: auto;
	text-align:center;
	margin-bottom: 10px;
}

.buttonLink{
	background:none!important;
	border:none; 
	padding:0!important;
	color: #1e508e;
	cursor: pointer;
}

ul.redDiamond {
	list-style-image: url(../images/diamond_Home_Red.gif);
	padding-left: 2%;
	margin-left: 2%;
}

ul.dash {
	margin-left: 2%;
}

ul.dash li:before {
	content: " - ";
}

ul.dash>li>ul >li:before{
	content: none;
}

ul.dash>li>ul {
	list-style-type: disc;
	margin-left: 4%;
}

ul.indent, ul.registrationReason>li>ul{
	list-style-type: circle;
	padding-left: 2%;
	margin-left: 2%;
}

ul.registrationReason {
	list-style-type: disc;
	padding-left: 2%;
	margin-left: 2%;
} 

ul.registrationReason>li {
	margin: 1em 0;
}

ul.userTable {
	display: inline-block;
	padding: 5px 0;
	font-size: 14px;
	list-style: none;
}

ul.userTable li {
	float: left;
	display: block;
}

.user-accounts {
	background-color: #FBF9ED;
	border: 1px solid #C7CE98;
	margin: 0px 20px;
	width:275px;
	border-spacing: 4px;
	border-collapse: separate;
}

.user-accounts >td{
	padding: 4px;
}


div.indent{
	margin-left:2%;
}

.float-right {
	float: right;
}

.smallText {
	font-size: .8em;
}

.services .col-xs-12{
	margin-bottom: 20px;
	padding: 10px;
}

hr.eqlRed {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #881f1a;
}

#family-updates table td.unindent {
	padding-left: 0px;

}

table tr td .right{
	text-align: right;
}

#favorites div.fav {
	background-repeat: no-repeat;
	background-position: center;
	min-height: 17px;
	background-image: url(../images/icon_dotG.gif);
	padding-right: 0;
	padding-left: 0;
}

#favorites div.freq {
	background-repeat: no-repeat;
	background-position: center;
	min-height: 17px;
	background-image: url(../images/icon_dotY.gif);
	padding-right: 0;
	padding-left: 0;
}

.dialogerror {
	color: red;
	font-weight: bold;
}

#available-services .scrollBox {
	overflow-y: auto;
}

#horse-select .scrollBox {
	overflow-y: auto;
}

#favorites-categories a.title {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.favoriteProductIcon {
	background-image: url(../images/icon_dotG.gif);
}

.frequentProductIcon {
	background-image: url(../images/icon_dotY.gif);
}

.favoritesRow{
	margin-bottom: 10px;
	font-size: 14px;
}

.centerTable {
	margin: 10px auto;
}

.paymentForm {
	width:450px; 	
}

.paymentForm  td, .confirmation td {
	padding: 5px 10px;
}

.confirmation {
	width:600px;
}

#add-favorites h5 {
	font-weight: bold;
}

#add-favorites .title-row{
	padding-bottom: 2px;
	border-bottom: 1px solid #89201b;
}

#add-favorites .spacer-row{
	height: 10px;
}

#add-favorites .view-sample {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 5px;
	color: #5e5e5e;
}

#add-favorites .reports-table {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#add-favorites .reports-table td.report-sample {
	width: 20px;
	padding-right: 20px;
}

#add-favorites .reports-table td.report-button {
	width: 50px;
}

#add-favorites .reports-table td.num {
	width: 40px;
}

#add-favorites .reports-table td {
	font-size: 13px;
	padding: 2px;
	vertical-align: top;
}

#addSelectedFavorites{
	margin-top: 10px;
}

#farmServices1{
	width: 70%
}

#farmServices2{
	width: 9%
}

#farmServices3{
	width: 20%
}

.farmServices {
	display: inline-block;
	vertical-align: top;
}

#reports-tab-content .reports-table td.num {
	width: 50px;
}

.padTenTop{
	padding-top: 10px;
}

.list-striped>a:nth-child(odd){
	background-color: #e3e3e3;
}

.list-striped>a:nth-child(even){
	background-color: #f1f1f1;
}

.additional-reports-view-more{
	margin-bottom: 20px;
	margin-left: 20px;
	width: 90%;
}

.reports-trigger{
	width: 96px;
}

.prodOrderYob{
	width: 60px;
}

.inbreed-1 {
	border-right: 6px solid rgb(244,9,9);
}

.inbreed-2 {
	border-right: 6px solid rgb(244,186,9);
}

.inbreed-3 {
	border-right: 6px solid rgb(186,244,9);
}

.inbreed-4 {
	border-right: 6px solid rgb(1,244,155);
}

.inbreed-5 {
	border-right: 6px solid rgb(1,235,244);
}

.inbreed-6 {
	border-right: 6px solid rgb(1,155,244);
}

.inbreed-7 {
	border-right: 6px solid rgb(98,1,244);
}

.inbreed-8 {
	border-right: 6px solid rgb(184,1,244);
}

.inbreed-9 {
	border-right: 6px solid rgb(244,1,224);
}

.inbreed-10 {
	border-right: 6px solid rgb(199,62,62);
}

.inbreed-11 {
	border-right: 6px solid rgb(199,162,62);
}

.inbreed-12 {
	border-right: 6px solid rgb(120,199,62);
}

.inbreed-13 {
	border-right: 6px solid rgb(62,199,172);
}

.inbreed-14 {
	border-right: 6px solid rgb(62,178,199);
}

.inbreed-15 {
	border-right: 6px solid rgb(62,123,199);
}

.inbreed-16 {
	border-right: 6px solid rgb(94,62,199);
}

.inbreed-17 {
	border-right: 6px solid rgb(175,62,199);
}

.inbreed-18 {
	border-right: 6px solid rgb(199,62,149);
}

.inbreed-19 {
	border-right: 6px solid rgb(146,77,77);
}

.inbreed-20 {
	border-right: 6px solid rgb(139,98,58);
}

.inbreed-21 {
	border-right: 6px solid rgb(139,134,58);
}

.inbreed-22 {
	border-right: 6px solid rgb(98,139,58);
}

.inbreed-23 {
	border-right: 6px solid rgb(58,139,108);
}

.inbreed-24 {
	border-right: 6px solid rgb(58,139,138);
}

.inbreed-25 {
	border-right: 6px solid rgb(58,110,139);
}

.inbreed-26 {
	border-right: 6px solid rgb(58,64,139);
}

.inbreed-27 {
	border-right: 6px solid rgb(98,58,139);
}

.inbreed-28 {
	border-right: 6px solid rgb(138,58,139);
}

.inbreed-29 {
	border-right: 6px solid rgb(100,32,32);
}

.inbreed-30 {
	border-right: 6px solid rgb(32,100,45);
}

.inbreed-31 {
	border-right: 6px solid rgb(32,88,100);
}

.inbreed-32 {
	border-right: 6px solid rgb(94,32,100);
}

#quick-order .subHead a {
	font-size: 11px;
}

@media (max-width: 480px) {
	tbody.vertical-table-body-xs {
		display: block;
	}
	tbody.vertical-table-body-xs tr {
		display: block;
	}
	tr.vertical-table-row-xs {
		float: left;
		width: 50%;
	}
	tr.vertical-table-row-xs td {
		display: block;
		width: 100%;
	}
}

.entries-blk {
	border-spacing: 2px;
	border-collapse: separate;
}

.entries-blk th {
	text-align: center;
}

#passwordResetLogin{
	font-size: 14px;
	font-weight: 400;
}

/*
 * typehead.js-bootstrap3.less
 * @version 0.2.3
 * https://github.com/hyspace/typeahead.js-bootstrap3.less
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  width: 100%;
}
.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
}
.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  line-height: 30px;
}
textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: auto;
}
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  line-height: 46px;
}
textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: auto;
}
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.twitter-typeahead {
  width: 100%;
  float: left;
}
.input-group .twitter-typeahead {
  display: table-cell !important;
}
.twitter-typeahead .tt-hint {
  color: #999999;
}
.twitter-typeahead .tt-input {
  z-index: 2;
}
.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  cursor: not-allowed;
  background-color: #eeeeee !important;
}
.tt-dropdown-menu,
.tt-menu {
  font-size: 12px !important;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.tt-dropdown-menu .tt-suggestion,
.tt-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor,
.tt-menu .tt-suggestion.tt-cursor,
.tt-dropdown-menu .tt-suggestion:hover,
.tt-menu .tt-suggestion:hover {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
  color: #262626;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor a,
.tt-menu .tt-suggestion.tt-cursor a,
.tt-dropdown-menu .tt-suggestion:hover a,
.tt-menu .tt-suggestion:hover a {
  color: #262626;
}
.tt-dropdown-menu .tt-suggestion p,
.tt-menu .tt-suggestion p {
  margin: 0;
}

input.validationError{
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

label.validationError{
	color: #a94442;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}