﻿body {
	font-family: Calibri, Helvetica, sans-serif;
}

.expanded-content {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 0 10px #ccc;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 10px;
}

.expanded-content-wide {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 0 10px #ccc;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 10px;
}

.search-results-table.tablesaw thead tr:first-child th, .templates-table.tablesaw thead tr:first-child th {
    font-family: Calibri;
    font-size: 1em;
    text-transform: none;
    padding: 5px;
    border-right: none;
}

.search-results-table.tablesaw td, .templates-table.tablesaw td {
    font-size: 1em;
}

@media only screen and (min-width: 640px) {
    .search-results-table .ownername, .search-results-table .horsename {
        max-width: 350px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: normal;
    }
}


#loadmore-container {text-align: center;}
#loadmore-container .loadmore-message {
    color:#ff0000;
    margin:10px 0 10px 0;
}

#btn-loadmore {
    display: inline-block;
    margin: 20px 0 10px 0;
}

#btn-loadmore.loading, #btn-loadmore.loading:hover {
    background-color: #ccc;
}

.labfilter-container {
    display:flex;
    flex-direction:row;
    gap:10px;
    padding:5px;
}
.labfilter-container label {float:none;width:auto;}

.changepw {
    display: inline-block;
    float: left;
    margin-top: 5px;
}

.changepw-link {
    color:#fff;
    font-size:16px;
}
#menu-change-username {
    color: #fff;
}



#Table_Ust td {
    padding: 10px;
}

#main-content h2 {
	margin-bottom: 5px;
	margin-top: 0;
}

.column-container {
	overflow: hidden;
}

#feature-header {
	text-align: center;
	margin-bottom: 30px;
}

#feature-header > h2 {
	font-size: 250%;
}

.message-header {
    border-radius: 10px;
    border: 1px solid #9EAD63;
    padding: 10px;
    text-align: center;
    font-size: 150%;
    background-color: #FFF;
    margin-bottom: 10px;
}

.account-message-panel {
    color:#ff0000;
}
.account-message-panel a {
    font-size: inherit !important;
    text-decoration: underline !important;
    color: inherit !important;
    margin-left:auto !important;
}

span.hint {
    color: #4F4F4F
}

a.cancel {
    /* font-size: 12px; */
    margin-left: 20px;
    text-decoration: none;
}

a.cancel:hover {
    text-decoration: underline;
}

/****** Summary ******/
.printCertificate {
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
}

/****** form ******/
h2 {
    font-size: 200%;
}

form fieldset {
border: none;
margin-bottom: 10px;
padding-left: 0;
}

form legend {
	/* color: black; */
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 125%;
}

form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

form ol li {
background: #EBE8E2;
background: rgba(255, 255, 255, .3);
border-color: #F7F6F3;
border-style: solid;
border-width: 2px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
line-height: 30px;
list-style: none;
padding: 5px 10px;
margin-bottom: 2px;
overflow: hidden;
}

form label {
float: left;
/* font-size: 13px; */
width: 150px;
}

form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), form select, form textarea {
background: white;
border: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
font: italic 13px Verdana, Georgia, "Times New Roman", Times, serif;
outline: none;
padding: 5px;
width: 200px;
}

input.security_code {
    width: 50px;
}

form input:not([type=submit]):focus,
form textarea:focus {
	/* background: #eaeaea; */
	background: #FFF8DC;
}

form input.has_error:not([type=submit]),
form textarea.has_error, form select.has_error {
	border: 1px solid red !important;
}

form #content_error_header span
{
    /*
    background-color: #f7f6f3;
    border: 2px solid red;
    border-radius: 3px;
    padding: 5px;
    margin: 10px 0;
    color: red;
    */

    color: #fff;
    background-color: red;
    border-radius: 5px;
    margin: 10px 0;
    padding: 5px 10px;
    display: block;

}

form button, form .button {
	border: 1px solid transparent;
	/* background-image: url(slate.png); */
	/* display: block; */
	background-color: rgb(84, 115, 110);
	/* background-color: #EA8C27; */
	/* background: #EA8C27; */
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-position: 0 0;
	color: #fff;
	padding: 10px;
	font-family: 'verdana';
	font-weight: bold;
}

form .button.secondary {
    background-color: #fff;
    border: 1px solid rgb(84, 115, 110);
    color: rgb(84, 115, 110);
    margin-left: 20px;
}

form button:hover, form .button:hover {
	/* background-color: #BB701E; */
	background-color: rgb(158, 173, 99);
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
}

form input[type=checkbox] {
	margin-left: 150px;
    margin-right: 10px;
}

form input[type=checkbox] + label {
	float: none;
	width: auto;
}

form .field_error {
    margin-left: 150px;
    color: red;
}

.submit-message span {
    margin-left: 20px;
    color: #fff;
    background-color: red;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
}

/****** Signup ******/
#signupform li.input-note-container, #inviteForm li.input-note-container {
    overflow: hidden;
}

#signupform li.input-note-container div, #inviteForm li.input-note-container div {
    float: left;
    width: 750px;
}

#signupform li.input-note-container select, #signupform li.input-note-container input, #inviteForm li.input-note-container input {
    display: block;
}

#signupform li.input-note-container .field_error, #inviteForm li.input-note-container .field_error {
    margin-left: 0;
}

/****** Help Pages ******/
div.help_content p {
    font-size: 100%;
    padding: 0;
    text-align: left;
    margin-bottom: 20px;
}

/****** Prepaid Purchase ******/
#prepaidPackagesList label {
    float: none;
    margin-left: 5px;
}

#content_creditcard, #content_expiremonth, #content_expireyear {
    width: auto;
}

#prepaidpurchaseform span.hint {
    display: block;
    margin-left: 150px;
}

#credit-card-disclaimer {
    margin-bottom: 10px;
}

#content_billingDisclaimer {
    color: #4F4F4F;
    margin-bottom: 10px;
}

#content_billingDisclaimer a {
    margin-left: 20px;
    text-decoration: none;
}

#content_billingDisclaimer a:hover {
    text-decoration: underline;
}

a.help_link {
    text-decoration: none;
}

a.help_link:hover {
    text-decoration: underline;
}

/****** Coggins ******/
#page-coggins h1 {
    margin-bottom: 5px;
}

#page-coggins .certificateNumberContainer {
    margin: 0 0 20px 2px;
}

#page-coggins .certificateNumberContainer span {
    font-weight: bold;
}

#page-coggins #addresses {
    overflow: hidden;
}

#page-coggins #addresses > div {
    float: left;
    width: 48%;
    margin-right: 1%;
}

#page-coggins #addresses legend a {
    font-size: .75em;
    margin-left: 10px;
}

#page-coggins label {
    width: auto;
    line-height: normal;
    padding: 5px 10px;
}

#page-coggins #addresses input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
}

#page-coggins form li {
    overflow: initial;
}

#page-coggins .field_error, #page-cvi .field_error {
    margin-left: 0;
}

#page-coggins .three-columns ol {
    width: 100%;
}

#page-coggins .three-columns li {
    display: inline-block;
    width: 30%;
}

/****** Mobile ******/
.mobile_show {
    display: none;
}

/****** Coggins ******/
#coggins-form, #cvi-form {
	/* font-size: 0; */
	background-color: #fff;
}

#coggins-form label, #cvi-form label {
	display: block;
	padding: 0;
	margin-bottom: 2px;
    float: none;
}

#coggins-form.coggins2 label {
    /*font-weight: bold;*/
    text-transform: uppercase;
}

#coggins-form.coggins2 label span {
    text-transform: lowercase;
}

#coggins-form input, #cvi-form input {
    width: 100%;
    box-sizing: border-box;
}

#coggins-form select {
	padding: 5px;
	border: solid 1px #d5d5ba;
	outline: 0;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	font: normal 13px/100% Calibri, Tahoma, sans-serif;
    width: 100%;
}

/* coggins lab batch form */
.coggins-lab-bform .title-note {margin-bottom:5px;}
.coggins-lab-bform {
    background-color: #eee;
    padding: 8px;
}

.coggins-lab-bform .form-flex-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.coggins-lab-bform .form-flex-row > div {
    padding-bottom: 8px;
}

.coggins-lab-bform .date, .coggins-lab-bform .accessionnumber {
    max-width: 150px;
}

.coggins-lab-bform ul.rbselect {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.coggins-lab-bform ul.rbselect li {padding-right:10px;}

.coggins-lab-bform label {
    float: none;
}

.coggins-lab-bform .blab-remarks .textbox_input {
    width:100%;
    height:50px;
    max-width:calc(100% - 10px);
}

.coggins-lab-bform .field_error {
    margin-left: 0;
    color: red;
    width:150px;
}


form input[type=checkbox] {
    margin-left: 0;
    margin-right: 0;
}

#coggins-form input:disabled, #coggins-form select:disabled, #coggins-form textarea:disabled {
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#coggins-form input[type="file"]:disabled {
    display: none;
}

#coggins-form .textbox_input {
  padding: 5px;
  border: solid 1px #d5d5ba;
  outline: 0;
  font: normal 13px/100% Calibri, Tahoma, sans-serif;
  background: #FFFFFF url('../images/bg_form.png') left top repeat-x;
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  width: 150px;
}

#coggins-form .full-width, #cvi-form .full-width {
    width: 100%;
}

#coggins-form .full-line, #cvi-form .full-line {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
}

#coggins-form .form-table, #cvi-form .form-table {
	box-sizing: border-box;
	display: table;
	width: 100%;
}

#coggins-form .form-cell, #cvi-form .form-cell {
	display: table-cell;
	box-sizing: border-box;
}

#coggins-form .full-border {
	border: solid 1px #000;
	border-bottom: 0;
	border-top: 0;
}

#coggins-form .fifty-fifty, #coggins-form .two-thirds, #coggins-form .three-fourths {
    display: table;
    width: 100%;
}

#coggins-form .thirds > div {
	width: 33%;
}

#coggins-form .two-thirds > div {
	display: table-cell;
    width: 67%;
}

#coggins-form .two-thirds > div:first-child {
	width: 33%;
}

#coggins-form .three-fourths > div {
    display: table-cell;
    width: 75%;
}

#coggins-form .three-fourths > div:first-child {
    width: 25%;
}

#coggins-form .children-cell > div {
	padding: 5px;
	border-left: 1px solid #000;
}

#coggins-form .children-cell > div:last-child {
	border-right: 1px solid #000;
}

#coggins-form .center {
	text-align: center;
}

#coggins-form .fifty-fifty > div {
	display: table-cell;
	width: 50%;
}

#coggins-form .two-one {
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

#coggins-form .two-one > div {
	padding: 5px;
	width: 40%;
	border-right: solid 1px #000;
}

#coggins-form .two-one > div:last-child {
	width: 20%;
	border: none;
}

#coggins-form .border-bottom, #cvi-form .border-bottom {
	border-bottom: 1px solid #000;
}

#coggins-form .border-top, #cvi-form .border-top {
	border-top: 1px solid #000;
}

#coggins-form .border-left, #cvi-form .border-left {
	border-left: 1px solid #000;
}

#coggins-form .border-right, #cvi-form .border-right {
	border-right: 1px solid #000;
}

#coggins-form .border-left-right, #cvi-form .border-left-right {
	border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#coggins-form .no-top-border {
	border-top: 0;
}

#coggins-form .no-vertical-padding, #cvi-form .form-cell.no-vertical-padding {
	padding-bottom: 0;
    padding-top: 0;
}

#coggins-form label a {
	margin-left: 10px;
	font-size: 80%;
}

#coggins-form .padding-children > div {
	padding: 5px;
}

#coggins-form .info-line, #coggins-form .address-line, #coggins-form .horse-details, #coggins-form .horse-images {
	border-top: 1px solid black;
	display: table;
	width: 100%;
}

#coggins-form .info-line > div, #coggins-form .horse-details > div, #coggins-form .horse-images > div {
	border-left: 1px solid black;
	box-sizing: border-box;
	padding: 5px;
	display: table-cell;
}

#coggins-form .info-line > div:last-child, #coggins-form .address-line > div:last-child, #coggins-form .horse-details > div:last-child, #coggins-form .horse-images > div:last-child {
	border-right: 1px solid black;
}

#coggins-form .form-title {
	text-align: center;
	width: 40%;
}

#coggins-form .form-title span {
	display: block;
}

#coggins-form .serial-number {
	width: 20%;
}

#coggins-form .serial-number span {
	font-size: 110%;
	font-weight: bold;
}

#coggins-form .accession-number {
	width: 20%;
}

#coggins-form .blood-drawn-date {
	width: 20%;
}

#coggins-form .address-line {
	/* border-bottom: 1px solid #000; */
}

#coggins-form .address-line .block-1, #coggins-form .address-line-2 .block-1 {
	border-right: 1px solid #000;
	padding: 0;
	width: 50%;
}

#coggins-form .address-line .block-2, #coggins-form .address-line-2 .block-2 {
	padding: 0;
	width: 50%;
}

#coggins-form .address-line .block-1 .testing-reason {
	padding: 5px;
	border-bottom: 1px solid #000;
}

#coggins-form .address-line .block-1 .testing-reason span {
	display: table-cell;
	width: 60%;
}

#coggins-form .address-line .block-1 .testing-reason input[type=checkbox], #coggins-form .address-line .block-1 .test-type input[type=checkbox], #coggins-form .lab .test-results input[type=checkbox], #coggins-form .lab .lab-test-results input[type=radio], #coggins-form .lab .lab-test-types input[type=radio] {
    margin: 3px 3px 3px 4px;
    width: auto;
}

#coggins-form .address-line .block-1 .testing-reason label, #coggins-form .lab .test-results label, #coggins-form .lab .lab-test-results label, #coggins-form .lab .lab-test-types label {
    display: inline-block;
}

#coggins-form .address-line .block-1 .testing-reason > div {
	display: table;
	width: 100%;
}

#coggins-form .address-line .block-1 .testing-reason > div > div {
	display: table-cell;
	width: 20%;
}

#coggins-form .address-line .block-1 .testing-reason > div > div.change-of-ownership {
	width: 40%;
}

#coggins-form .address-line .block-1 .other-info {
	padding: 5px;
	/* border-bottom: 1px solid #000; */
}

#coggins-form .address-line .block-1 .other-info .geographic-info {
	display: table-cell;
	width: 50%;
}

#coggins-form .address-line .block-1 .other-info .veterinary-license {
	display: table-cell;
    padding-right: 10px;
	width: 30%;
}

#coggins-form .address-line .block-1 .other-info .test-type {
	display: table-cell;
	width: 20%;
}

#coggins-form .address-line .block-1 .other-info .test-type label, #coggins-form .address-line .block-1 .other-info .geographic-info label {
	display: inline-block;
}

#coggins-form .address-line .block-1 .other-info .test-type ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

#coggins-form .test-type input[type="radio"] {
    margin: 3px 3px 3px 4px;
    width: auto;
}

#coggins-form .testing-reason ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

#coggins-form .testing-reason li {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
}

#coggins-form .testing-reason input[type="radio"] {
    margin: 3px 3px 3px 4px;
    width: auto;
}

#coggins-form .testing-reason li:nth-child(4n), #coggins-form .testing-reason li:first-child {
    width: 48%;
}

#coggins-form .address-line .block-1 .other-info .geographic-info span {
	display: block;
	margin-bottom: 5px;
}

#coggins-form .address-line .block-1 .other-info .geographic-info label {
	width: 30%;
}

#coggins-form .address-line .block-1 .other-info .geographic-info input {
	margin-bottom: 5px;
}

#coggins-form .address-line .block-1 .other-info .veterinary-license span {
	font-size: 150%;
	font-weight: bold;
}

#coggins-form .address-line .block-2 > div > div, #coggins-form .address-line-2 .block-2 > div > div {
	padding: 5px;
}

#coggins-form .address-line .block-2 .address-name {
    padding-bottom: 0;
}

#coggins-form .address-line .block-2 .address-line-new {
    padding-bottom: 0;
    padding-top: 0;
}

#coggins-form .address-line .block-2 .city-state-zip {
    padding-top: 0;
}

#coggins-form .certification span {
	display: block;
}

#coggins-form .horse-details > div {
	text-align: center;
	vertical-align: bottom;
}

#coggins-form .horse-details input {
	width: 100%;
	box-sizing: border-box;
}

#coggins-form .tube-number { 
	width: 5%;
}
#coggins-form .offical-tag-number {
	width: 15%;
}
#coggins-form .offical-tattoo-number {
    border-right: 1px solid #000;
    width: 15%;
}
#coggins-form .offical-brand-number {
    width: 15%;
}
#coggins-form .tattoo-brand {
	width: 15%;
}
#coggins-form .horse-name { 
	width: 15%;
}	
#coggins-form .color { 
	width: 10%;
}
#coggins-form .breed { 
	width: 10%;
}
#coggins-form .horse-details .microchip {
    border-left: 0;
    width: 20%;
}
#coggins-form .breedRegistrationNumber {
    width: 20%;
}
#coggins-form .age-dob { 
	width: 10%;
}
#coggins-form .sex { 
	/*border-right: 1px solid #000;*/
	width: 10%;
}

#coggins-form .horse-images {
	border-top: 0;
}

#coggins-form .horse-images > div {
    text-align: center;
    vertical-align: top;
}

#coggins-form .horse-images > div:not(:first-child) {
	border-left: 0;
}

#coggins-form .horse-images img {
	max-width: 100%;
    max-height: 300px;
}

#coggins-form .horse-images .image-container {
    height: 300px;
}

#coggins-form .horse-images input {
    width: auto;
}

#coggins-form .horse-images .image-top-container
{
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

#coggins-form .horse-description {
	border-bottom: 1px solid #000;
}

#coggins-form .horse-description input {
	box-sizing: border-box;
	width: 100%;
}

#coggins-form .vet-signature {
    max-width: 100%;
    max-height: 50px;
}

#coggins-form .form-actions input, #cvi-form .form-actions input {
    width: auto;
}

/* Address */
#coggins-form .address-name, #coggins-form .address-line-new {
	/* border-bottom: 1px solid #000; */
	/* padding-bottom: 5px; */
}

#coggins-form .address-name input, #coggins-form .address-line-new input {
	box-sizing: border-box;
	width: 100%;
}

#coggins-form .city-state-zip {
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	display: table;
	width: 100%;
}

#coggins-form .city-state-zip > div {
	padding-right: 5px;
}

#coggins-form .city-state-zip > div:last-child {
	padding-right: 0;
}

#coggins-form .city {
	width: 60%;
}

#coggins-form .state, #coggins-form .zip-code {
	width: 20%;
}

#coggins-form .city-state-zip input {
	box-sizing: border-box;
	width: 100%;
}

#coggins-form .stable-address .address-name label, #coggins-form .owner-address .address-name label {
    float: left;
}

#coggins-form .stable-address .address-name div.address-same, #coggins-form .owner-address .address-name div.address-same {
    float: right;
    font-size: .8em;
}

#coggins-form .stable-address .address-name div.address-same input, #coggins-form .owner-address .address-name div.address-same input {
    margin: 0 5px 0 0;
    width: auto;
}

#coggins-form .address-line-2 .block-1 {
    vertical-align: top;
}

#coggins-form .stable-address .address-name div.address-same label, #coggins-form .owner-address .address-name div.address-same label {
    display: inline-block;
    float: none;
}

#coggins-form .stable-emails input {
    width:100%;
}

#coggins-form .lab {
    border-bottom: 1px solid #000;
}

#coggins-form.coggins2 .lab-fields {
    background-color: #eee;
}

#coggins-form .lab input {
    width: 100%;
}

#coggins-form .lab .lab-display span {
    display: block;
}

#coggins-form .lab-display table#rbLab {
    margin-bottom: 5px;
    width: 100%;
}

#coggins-form .lab-display #rbLab input {
    margin-right: 10px;
    width: auto;
}

#coggins-form .lab-display #rbLab label {
    display: inline-block;
}

#coggins-form .lab-display .textbox_input {
    width: 100%;
}

#coggins-form .lab-display .lab-workflow {
    margin-top: 5px;
}

#coggins-form .lab-display .lab-workflow input {
    margin-right: 10px;
    width: auto;
}

#coggins-form .lab-display .lab-workflow label {
    display: inline-block;
}

#coggins-form .lab-display span.aspNetDisabled {
    display: inline-block;
}

#coggins-form .test-results, #coggins-form .lab-test-results, #coggins-form .lab-test-types {
    padding: 5px;
}

#coggins-form .test-results ul, #coggins-form .lab-test-results ul, #coggins-form .lab-test-types ul {
    padding: 0;
    margin: 0;
}

#coggins-form .test-results li, #coggins-form .lab-test-results li, #coggins-form .lab-test-types li {
    display: inline-block;
    width: 48%;
    box-sizing: border-box;
}

#coggins-form #lab-info {
    margin: 5px;
}

#coggins-form .lab-email-description {
    margin: 5px;
}

.ui-autocomplete .ui-menu-item strong {
    color: blue;
}

#coggins-form .stable-telephone, #coggins-form .owner-telephone {
    width: 20%;
}

#coggins-form .blood-draw-county, #coggins-form .blood-draw-state {
    width: 30%;
}
/*
.ui-autocomplete .ui-menu-item:hover {
    color: green !important;
}
*/
/****** CVI ******/
#page-cvi #main-content {
    max-width: 1400px;
    width: auto;
}

#cvi-form {
    font-size: .8em;
    padding: 5px;
}

#cvi-form h1 {
    margin: 0 0 5px 0;
}

#cvi-form .align-top {
	vertical-align: top;
}

#cvi-form .form-cell {
    padding: 5px;
}

#cvi-form .info-line {
    text-align: center;
}

#cvi-form .form-title {
	width: 80%;
}

#cvi-form .form-title span {
    display: block;
    /* font-size: .75em; */
    color: #397f67;
}

#cvi-form .state-logo img {
    max-width: 100px;
}

#cvi-form .certificate-number span {
    font-size: 110%;
    font-weight: bold;
}

#cvi-form .certificate-number label {
    display: block;
    width: auto;
}

#cvi-form .general-info-line > div {
    display: table-cell;
    border-right: 1px solid #000;
    padding: 5px;
}

#cvi-form .general-info-line > div:first-child {
    border-left: 1px solid #000;
}

#cvi-form .info-line .checkboxContainer {
    text-align: left;
}

#cvi-form .info-line .checkboxContainer input {
    width: auto;
}

#cvi-form .info-line .checkboxContainer label {
    display: inline-block;
    margin-left: 5px;
}

#cvi-form .info-line .checkboxContainer > div {
    display: inline-block;
    margin-left: 20px;
}

#cvi-form .info-line .checkboxContainer > div:first-child {
    margin-left: 0;
}

#cvi-form .date {
    /* width: 100px; */
}

#cvi-form .addresses-container {
    box-sizing: border-box;
    display: table;
    border-left: 1px solid #000;
}

#cvi-form .addresses-container > div {
    box-sizing: border-box;
    display: table-cell;
    border-right: 1px solid #000;
    /* padding: 5px; */
    width: 33%;
}

#cvi-form .address-container > div {
    display: table;
}

#cvi-form .address-container > div > div {
    display: table-cell;
    padding: 5px;
}

#cvi-form .address-container .address-name, #cvi-form .address-container .address-address, #cvi-form .address-city-state-zip {
    border-right: 1px solid #000;
    width: 75%;
}

#cvi-form .address-container .address-city-state-zip {
    padding: 0;
}

#cvi-form .address-city-state-zip > div {
    box-sizing: border-box;
    display: table;
}

#cvi-form .address-city-state-zip > div > div {
    box-sizing: border-box;
    display: table-cell;
    padding: 5px;
}

#cvi-form .address-city {
    border-right: 1px solid #000;
    width: 55%;
}

#cvi-form .address-state {
    border-right: 1px solid #000;
    width: 25%;
}

#cvi-form .address-zip {
    min-width: 25%;
    /* border-right: 1px solid #000; */
}

#cvi-form .address-container.carrier .address-address, #cvi-form .address-container.consignor .address-name, #cvi-form .address-container.consignor .address-address, #cvi-form .address-container.consignee .address-name, #cvi-form .address-container.consignee .address-address {
    border-right: none;
    width: 100%;
}

#cvi-form .address-container.consignor .address-name label, #cvi-form .address-container.consignee .address-name label {
    display: block;
    float: left;
}

#cvi-form .address-container.consignor .address-name div, #cvi-form .address-container.consignee .address-name div {
    float: right;
}

#cvi-form .address-container.consignor .address-name div input, #cvi-form .address-container.consignee .address-name div input {
    margin: 0 5px 0 0;
    width: auto;
}

#cvi-form .address-container.consignor .address-name div label, #cvi-form .address-container.consignee .address-name div label {
    display: inline-block;
    float: none;
}

#cvi-form .form-cell.no-padding {
	padding: 0;
}

#cvi-form label {
    width: auto;
}

#cvi-form input, #cvi-form select {
    font-size: .8em;
}

#cvi-form .gps {
    box-sizing: border-box;
    padding: 5px;
}

#cvi-form .gps span {
    display: block;
    margin-bottom: 2px;
}

#cvi-form .gps label {
    display: inline-block;
    margin-right: 5px;
}

#cvi-form .gps label.longitude {
    margin-left: 20px;
}

#cvi-form .test-records {
    /* margin-bottom: 5px; */
}

#cvi-form .test-records .test-records-question {
    vertical-align: top;
}

#cvi-form .test-records .test-records-selection {
    padding: 0 5px;
    white-space: nowrap;
}

#cvi-form .test-records .test-records-selection label {
    display: inline-block;
}

#cvi-form .test-records .test-records-selection input {
    width: auto;
}

#cvi-form .herd-flock {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}

#cvi-form .gps input {
    width: 30%;
}

#cvi-form .checkboxes-container {
    box-sizing: border-box;
    display: table;
    border-left: 1px solid #000;
}

#cvi-form .checkboxes-container > div{
    border-right: 1px solid #000;
}

#cvi-form .checkboxes-container label.number-in-shipment {
    width: auto;
}

#cvi-form .checkboxes-container ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

#cvi-form .checkboxes-container li {
    display: inline-block;
    width: 49%;
    white-space: nowrap;
}
#cvi-form .checkboxes-container li.one-third {
    display: inline-block;
    width: 32%;
    white-space: nowrap;
}

#cvi-form .checkboxes-container input[type=checkbox] {
    width: auto;
}

#cvi-form .checkboxes-container input[type=text] {
    margin-left: 10px;
    width: 40px;
}

#cvi-form .checkboxes-container label {
    display: inline-block;
    width: 75px;
}

/*
#cvi-form .checkboxes-container .purposes-of-movement li {
    width: 40%;
}
*/

#cvi-form .checkboxes-container .purposes-of-movement label {
    width: 60px;
}

#cvi-form .checkboxes-container .purposes-of-movement li:last-child label {
    width: 85px;
}

#cvi-form .checkboxes-container .carrier-type label, #cvi-form .checkboxes-container .flock-herd-free label {
    width: 60px;
}

#cvi-form .checkboxes-container .current-state {
    white-space: nowrap;
}

#cvi-form .checkboxes-container .current-state label {
    width: 30px;
}

#cvi-form .checkboxes-container .current-state li {
    width: 70px;
}

#cvi-form .checkboxes-container .current-state li:not(:first-child) {
    width: 50px;
}

#cvi-form .checkboxes-container .current-state li.brucellosis-prv-free {
    width: 75px;
}

#cvi-form .state-container {
    text-align: center;
}

#cvi-form .state-container label {
    display: block;
    width: auto;
}

#cvi-form .state-container input {
    margin: 0;
}

#cvi-form .veterinary-statements {
    /* border-bottom: 1px solid #000; */
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    box-sizing: border-box;
    display: table;
    padding: 5px;
}

#cvi-form .veterinary-statements label {
    display: table-cell;
    width: 11%;
    vertical-align: top;
}

#cvi-form .veterinary-statements textarea {
    display: table-cell;
    height: auto;
    width: 100%;
    max-width: none;
    box-sizing:border-box;
}

#cvi-form .footer {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#cvi-form .owner-agent-container {
    width: 30%;
    padding: 0;
}

#cvi-form .owner-agent-statement span {
    display: block;
}

#cvi-form span.important {
    text-transform: uppercase;
}

#cvi-form .owner-agent-statement {
    width: 75%;
}

#cvi-form .owner-agent-statement .form-cell:first-child {
    width: 50%;
}

#cvi-form .brand-symbol-container {
    padding: 0;
    width: 25%;
}

#cvi-form .brand-symbol-container > div {
    height: 50px;
    padding: 5px;
}

#cvi-form .veterinary-certification {
    padding: 5px;
    text-align: center;
}

#cvi-form .veterinary-certification span {
    display: block;
}

#cvi-form .vet-info {
    padding: 0;
    width: 55%;
}

#cvi-form .vet-info .vet-statement {
    padding: 5px;
}

#cvi-form .vet-info .form-table > div {
    width: 30%;
}

#cvi-form .vet-info .form-table > div:last-child {
    width: 40%;
}

#cvi-form .vet-info .vet-signature {
    display: block;
    margin-bottom: 20px;
    /* max-width: 100%; */
    max-width: 200px;
}

#cvi-form .offical-office-use {
    width: 15%;
}

#cvi-form .vet-signature-container label {
    display: inline-block;
    padding-right: 5px;
}

#cvi-form .vet-signature-container input {
    width: auto;
}

#cvi-form .vet-info ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

#cvi-form .vet-info li {
    margin-bottom: 5px;
}

#cvi-form .vet-name-info label {
    box-sizing: border-box;
    display: inline-block;
    width: 18%;
}

#cvi-form .vet-name-info span, #cvi-form .vet-other-info span {
    font-weight: bold;
}

#cvi-form .vet-name-info input {
    box-sizing: border-box;
    display: inline-block;
    width: 80%;
}

#cvi-form .vet-other-info .category label {
    display: inline-block;
}

#cvi-form .vet-city-state-zip li {
    display: inline-block;
    width: 24%;
}

#cvi-form .vet-city-state-zip li:first-child {
    display: inline-block;
    width: 49%;
}

#cvi-form .vet-license-info li {
    display: inline-block;
    width: 49%;
}

#cvi-form .livestock-container {
    border: 1px solid #000;
    box-sizing: border-box;
}

#cvi-form .livestock-container  table {
    border-collapse: collapse;
}

#cvi-form .livestock-container td, #cvi-form .livestock-container th {
    border: 1px solid #000;
    padding: 2px;
}

#cvi-form .livestock-container td:first-child,#cvi-form .livestock-container th:first-child {
    border-left: 0;
}

#cvi-form .livestock-container td:last-child,#cvi-form .livestock-container th:last-child {
    border: 0;
}

#cvi-form .livestock-container td {
    vertical-align: top;
}

#cvi-form .livestock-container th {
    border-top: 0;
    font-weight: normal;
}

#cvi-form .livestock-container th.quantity span, #cvi-form .livestock-container th.line-number span, #cvi-form .livestock-container th.age span, #cvi-form .livestock-container th.breed span, #cvi-form .livestock-container th.sex span {
    display: block;
}

#cvi-form .livestock-container select {
    height: 30px;
    width: 100%;
}

#cvi-form .livestock-container a {
    text-decoration: none;
}

#cvi-form .livestock-container .livestock-isrange-container {
    float: right;
}

#cvi-form .livestock-container input[type=checkbox] {
    height: auto;
    width: auto;
}

#cvi-form .livestock-container .livestock-identification-container label {
    display: inline;
    margin-left: 5px;
}

#cvi-form .livestock-container > div {
    padding: 5px;
}

#cvi-form .livestock-container .age {
    width: 6%;
}

#cvi-form .livestock-container .sex {
    width: 6%;
}

#cvi-form .livestock-container .breed {
    width: 5%;
}

#cvi-form .livestock-container .quantity {
    width: 3%;
}

#cvi-form .livestock-container .species {
    width: 5%;
}

#cvi-form .livestock-container .summary.lab {
    border-bottom: 1px solid #000;
    width: 7%;
}

#cvi-form .livestock-container .summary.date {
    width: 6%;
}

#cvi-form .livestock-container .identification {
    width: 20%;
}

#cvi-form .livestock-container .results {
    width: 5%;
}

#cvi-form .livestock-container .accession {
    width: 11%;
}

#cvi-form .livestock-container .test {
    width: 9%;
}

#cvi-form .livestock-container .identification span {
    display: block;
    margin-top: 5px;
    font-size: .8em;
}

#cvi-form .livestock-container input {
    height: 30px;
    font-size: .7em;
}

#cvi-form .livestock-container .test-results-header span {
    color: #397f67;
    display: block;
}

#cvi-form .livestock-container tr.livestock-ids {
    border-bottom: 2px solid black;
    text-align: center;
}

#cvi-form .livestock-container .livestock-ids td
{
    padding: 10px;
}

#cvi-form .livestock-container .livestock-ids input {
    margin-right: 30px;
    width: 200px;
}

#cvi-form .livestock-container .livestock-lab-container {
    text-align: right;
}

#cvi-form .livestock-container .hidden {
    display: none;
}

#cvi-form .livestock-container .delete-link, .delete-link {
    color: orange;
    font-weight: bold;
    text-decoration: none;
}
#cvi-form .livestock-container .delete-link.delete-link-text, .delete-link.delete-link-text {font-weight: normal;}

#cvi-form .livestock-container .delete-link:hover, .delete-link:hover {
    color: red;
}

#cvi-form .livestock-container .delete-link {
    font-size: 1.5em;
}

#cvi-form .livestock-container .delete-livestock-test {
    display: block;
    font-size: 1.5em;
    height: 22px;
    padding-top: 8px;
}

#cvi-form .form-actions input {
    font-size: 1em;
}

#cvi-form .form-actions {
    font-size: 1em;
}

#cvi-form label a {
    margin-left: 10px;
}

#cvi-form .number-in-shipment {
    font-weight: bold;
    margin-left: 5px;
}

#cvi-form .textbox_input {
  padding: 5px;
  border: solid 1px #d5d5ba;
  outline: 0;
  background: #FFFFFF url('../images/bg_form.png') left top repeat-x;
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}


/*VFD Form*/

/****** Coggins ******/
#page-vfd h1 {
    margin-bottom: 5px;
}

#page-vfd .certificateNumberContainer {
    margin: 0 0 20px 2px;
}

    #page-vfd .certificateNumberContainer span {
        font-weight: bold;
    }

#page-vfd #addresses {
    overflow: hidden;
}

    #page-vfd #addresses > div {
        float: left;
        width: 48%;
        margin-right: 1%;
    }

    #page-vfd #addresses legend a {
        font-size: .75em;
        margin-left: 10px;
    }

#page-vfd label {
    width: auto;
    line-height: normal;
    padding: 5px 10px;
}

#page-vfd #addresses input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
}

#page-vfd form li {
    overflow: initial;
}

#page-vfd .field_error, #page-cvi .field_error {
    margin-left: 0;
}

#page-vfd .three-columns ol {
    width: 100%;
}

#page-vfd .three-columns li {
    display: inline-block;
    width: 30%;
}

/****** Coggins ******/
#vfd-form {
    /* font-size: 0; */
    background-color: #fff;
}

    #vfd-form label {
        display: block;
        padding: 0;
        margin-bottom: 2px;
        float: none;
    }

    #vfd-form.coggins2 label {
        /*font-weight: bold;*/
        text-transform: uppercase;
    }

        #vfd-form.coggins2 label span {
            text-transform: lowercase;
        }

    #vfd-form input, #cvi-form input {
        width: 100%;
        box-sizing: border-box;
    }

    #vfd-form select {
        padding: 5px;
        border: solid 1px #d5d5ba;
        outline: 0;
        -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
        background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
        font: normal 13px/100% Calibri, Tahoma, sans-serif;
        width: 100%;
    }

form input[type=checkbox] {
    margin-left: 0;
    margin-right: 0;
}

#vfd-form input:disabled, #vfd-form select:disabled, #vfd-form textarea:disabled {
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#vfd-form input[type="file"]:disabled {
    display: none;
}

#vfd-form .textbox_input {
    padding: 5px;
    border: solid 1px #d5d5ba;
    outline: 0;
    font: normal 13px/100% Calibri, Tahoma, sans-serif;
    background: #FFFFFF url('../images/bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    width: 150px;
}

#vfd-form .full-width, #cvi-form .full-width {
    width: 100%;
}

#vfd-form .full-line, #cvi-form .full-line {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 5px;
}

#vfd-form .form-table, #cvi-form .form-table {
    box-sizing: border-box;
    display: table;
    width: 100%;
}

#vfd-form .form-cell, #cvi-form .form-cell {
    display: table-cell;
    box-sizing: border-box;
}

#vfd-form .full-border {
    border: solid 1px #000;
    border-bottom: 0;
    border-top: 0;
}

#vfd-form .fifty-fifty, #vfd-form .two-thirds, #vfd-form .three-fourths {
    display: table;
    width: 100%;
}

#vfd-form .thirds > div {
    width: 33%;
}

#vfd-form .two-thirds > div {
    display: table-cell;
    width: 67%;
}

    #vfd-form .two-thirds > div:first-child {
        width: 33%;
    }

#vfd-form .three-fourths > div {
    display: table-cell;
    width: 75%;
}

    #vfd-form .three-fourths > div:first-child {
        width: 25%;
    }

#vfd-form .children-cell > div {
    padding: 5px;
    border-left: 1px solid #000;
}

    #vfd-form .children-cell > div:last-child {
        border-right: 1px solid #000;
    }

#vfd-form .center {
    text-align: center;
}

#vfd-form .fifty-fifty > div {
    display: table-cell;
    width: 50%;
}

#vfd-form .two-one {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}

    #vfd-form .two-one > div {
        padding: 5px;
        width: 40%;
        border-right: solid 1px #000;
    }

        #vfd-form .two-one > div:last-child {
            width: 20%;
            border: none;
        }

#vfd-form .border-bottom, #cvi-form .border-bottom {
    border-bottom: 1px solid #000;
}

#vfd-form .border-top, #cvi-form .border-top {
    border-top: 1px solid #000;
}

#vfd-form .border-left, #cvi-form .border-left {
    border-left: 1px solid #000;
}

#vfd-form .border-right, #cvi-form .border-right {
    border-right: 1px solid #000;
}

#vfd-form .border-left-right, #cvi-form .border-left-right {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#vfd-form .no-top-border {
    border-top: 0;
}

#vfd-form .no-vertical-padding, #cvi-form .form-cell.no-vertical-padding {
    padding-bottom: 0;
    padding-top: 0;
}

#vfd-form label a {
    margin-left: 10px;
    font-size: 80%;
}

#vfd-form .padding-children > div {
    padding: 5px;
}

#vfd-form .info-line, #vfd-form .address-line, #vfd-form .horse-details, #vfd-form .horse-images {
    border-top: 1px solid black;
    display: table;
    width: 100%;
}

    #vfd-form .info-line > div, #vfd-form .horse-details > div, #vfd-form .horse-images > div {
        border-left: 1px solid black;
        box-sizing: border-box;
        padding: 5px;
        display: table-cell;
    }

        #vfd-form .info-line > div:last-child, #vfd-form .address-line > div:last-child, #vfd-form .horse-details > div:last-child, #vfd-form .horse-images > div:last-child {
            border-right: 1px solid black;
        }

#vfd-form .form-title {
    text-align: center;
    width: 40%;
}

    #vfd-form .form-title span {
        display: block;
    }

#vfd-form .serial-number {
    width: 20%;
}

    #vfd-form .serial-number span {
        font-size: 110%;
        font-weight: bold;
    }

#vfd-form .accession-number {
    width: 20%;
}

#vfd-form .blood-drawn-date {
    width: 20%;
}

#vfd-form .address-line {
    /* border-bottom: 1px solid #000; */
}

    #vfd-form .address-line .block-1, #vfd-form .address-line-2 .block-1 {
        border-right: 1px solid #000;
        padding: 5px;
        width: 50%;
    }

    #vfd-form .address-line .block-2, #vfd-form .address-line-2 .block-2 {
        padding: 5px;
        width: 50%;
    }

    #vfd-form .address-line .block-1 .testing-reason {
        padding: 5px;
        border-bottom: 1px solid #000;
    }

        #vfd-form .address-line .block-1 .testing-reason span {
            display: table-cell;
            width: 60%;
        }

        #vfd-form .address-line .block-1 .testing-reason input[type=checkbox], #vfd-form .address-line .block-1 .test-type input[type=checkbox], #vfd-form .lab .test-results input[type=checkbox], #vfd-form .lab .lab-test-results input[type=radio], #vfd-form .lab .lab-test-types input[type=radio] {
            margin: 3px 3px 3px 4px;
            width: auto;
        }

        #vfd-form .address-line .block-1 .testing-reason label, #vfd-form .lab .test-results label, #vfd-form .lab .lab-test-results label, #vfd-form .lab .lab-test-types label {
            display: inline-block;
        }

        #vfd-form .address-line .block-1 .testing-reason > div {
            display: table;
            width: 100%;
        }

            #vfd-form .address-line .block-1 .testing-reason > div > div {
                display: table-cell;
                width: 20%;
            }

                #vfd-form .address-line .block-1 .testing-reason > div > div.change-of-ownership {
                    width: 40%;
                }

    #vfd-form .address-line .block-1 .other-info {
        padding: 5px;
        /* border-bottom: 1px solid #000; */
    }

        #vfd-form .address-line .block-1 .other-info .geographic-info {
            display: table-cell;
            width: 50%;
        }

        #vfd-form .address-line .block-1 .other-info .veterinary-license {
            display: table-cell;
            padding-right: 10px;
            width: 30%;
        }

        #vfd-form .address-line .block-1 .other-info .test-type {
            display: table-cell;
            width: 20%;
        }

            #vfd-form .address-line .block-1 .other-info .test-type label, #vfd-form .address-line .block-1 .other-info .geographic-info label {
                display: inline-block;
            }

            #vfd-form .address-line .block-1 .other-info .test-type ul {
                margin: 0;
                list-style: none;
                padding: 0;
            }

#vfd-form .test-type input[type="radio"] {
    margin: 3px 3px 3px 4px;
    width: auto;
}

#vfd-form .testing-reason ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

#vfd-form .testing-reason li {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
}

#vfd-form .testing-reason input[type="radio"] {
    margin: 3px 3px 3px 4px;
    width: auto;
}

#vfd-form .testing-reason li:nth-child(4n), #vfd-form .testing-reason li:first-child {
    width: 48%;
}

#vfd-form .address-line .block-1 .other-info .geographic-info span {
    display: block;
    margin-bottom: 5px;
}

#vfd-form .address-line .block-1 .other-info .geographic-info label {
    width: 30%;
}

#vfd-form .address-line .block-1 .other-info .geographic-info input {
    margin-bottom: 5px;
}

#vfd-form .address-line .block-1 .other-info .veterinary-license span {
    font-size: 150%;
    font-weight: bold;
}

#vfd-form .address-line .block-2 > div > div, #vfd-form .address-line-2 .block-2 > div > div {
    /*padding: 5px;*/
}

#vfd-form .address-line .block-2 .address-name {
    padding-bottom: 0;
}

#vfd-form .address-line .block-2 .address-line-new {
    padding-bottom: 0;
    padding-top: 0;
}

#vfd-form .address-line .block-2 .city-state-zip {
    padding-top: 0;
}

#vfd-form .certification span {
    display: block;
}

#vfd-form .horse-details > div {
    text-align: center;
    vertical-align: bottom;
}

#vfd-form .horse-details input {
    width: 100%;
    box-sizing: border-box;
}

#vfd-form .tube-number {
    width: 5%;
}

#vfd-form .offical-tag-number {
    width: 15%;
}

#vfd-form .offical-tattoo-number {
    border-right: 1px solid #000;
    width: 15%;
}

#vfd-form .offical-brand-number {
    width: 15%;
}

#vfd-form .tattoo-brand {
    width: 15%;
}

#vfd-form .horse-name {
    width: 15%;
}

#vfd-form .color {
    width: 10%;
}

#vfd-form .breed {
    width: 10%;
}

#vfd-form .horse-details .microchip {
    border-left: 0;
    width: 20%;
}

#vfd-form .breedRegistrationNumber {
    width: 20%;
}

#vfd-form .age-dob {
    width: 10%;
}

#vfd-form .sex {
    /*border-right: 1px solid #000;*/
    width: 10%;
}

#vfd-form .horse-images {
    border-top: 0;
}

    #vfd-form .horse-images > div {
        text-align: center;
        vertical-align: top;
    }

        #vfd-form .horse-images > div:not(:first-child) {
            border-left: 0;
        }

    #vfd-form .horse-images img {
        max-width: 100%;
        max-height: 300px;
    }

    #vfd-form .horse-images .image-container {
        height: 300px;
    }

    #vfd-form .horse-images input {
        width: auto;
    }

    #vfd-form .horse-images .image-top-container {
        display: inline-block;
        vertical-align: top;
        width: 33%;
    }

#vfd-form .horse-description {
    border-bottom: 1px solid #000;
}

    #vfd-form .horse-description input {
        box-sizing: border-box;
        width: 100%;
    }

#vfd-form .vet-signature {
    max-width: 100%;
    max-height: 50px;
}

#vfd-form .form-actions input, #cvi-form .form-actions input {
    width: auto;
}

/* Address */
#vfd-form .address-name, #vfd-form .address-line-new {
    /* border-bottom: 1px solid #000; */
    /* padding-bottom: 5px; */
}

    #vfd-form .address-name input, #vfd-form .address-line-new input {
        box-sizing: border-box;
        width: 100%;
    }

#vfd-form .city-state-zip {
    /*border-bottom: 1px solid #000;*/
    box-sizing: border-box;
    display: table;
    width: 100%;
}

    #vfd-form .city-state-zip > div {
        padding-right: 5px;
    }

        #vfd-form .city-state-zip > div:last-child {
            padding-right: 0;
        }

#vfd-form .city {
    width: 60%;
}

#vfd-form .state, #vfd-form .zip-code {
    width: 20%;
}

#vfd-form .city-state-zip input {
    box-sizing: border-box;
    width: 100%;
}

#vfd-form .owner-address .address-name label {
    float: left;
}

#vfd-form .stable-address .address-name div.address-same, #vfd-form .owner-address .address-name div.address-same {
    float: right;
    font-size: .8em;
}

    #vfd-form .stable-address .address-name div.address-same input, #vfd-form .owner-address .address-name div.address-same input {
        margin: 0 5px 0 0;
        width: auto;
    }

#vfd-form .address-line-2 .block-1 {
    vertical-align: top;
}

#vfd-form .stable-address .address-name div.address-same label, #vfd-form .owner-address .address-name div.address-same label {
    display: inline-block;
    float: none;
}

#vfd-form .lab {
    border-bottom: 1px solid #000;
}

#vfd-form.coggins2 .lab-fields {
    background-color: #eee;
}

#vfd-form .lab input {
    width: 100%;
}

#vfd-form .lab .lab-display span {
    display: block;
}

#vfd-form .lab-display table#rbLab {
    margin-bottom: 5px;
    width: 100%;
}

#vfd-form .lab-display #rbLab input {
    margin-right: 10px;
    width: auto;
}

#vfd-form .lab-display #rbLab label {
    display: inline-block;
}

#vfd-form .lab-display .textbox_input {
    width: 100%;
}

#vfd-form .lab-display .lab-workflow {
    margin-top: 5px;
}

    #vfd-form .lab-display .lab-workflow input {
        margin-right: 10px;
        width: auto;
    }

    #vfd-form .lab-display .lab-workflow label {
        display: inline-block;
    }

#vfd-form .lab-display span.aspNetDisabled {
    display: inline-block;
}

#vfd-form .test-results, #vfd-form .lab-test-results, #vfd-form .lab-test-types {
    padding: 5px;
}

    #vfd-form .test-results ul, #vfd-form .lab-test-results ul, #vfd-form .lab-test-types ul {
        padding: 0;
        margin: 0;
    }

    #vfd-form .test-results li, #vfd-form .lab-test-results li, #vfd-form .lab-test-types li {
        display: inline-block;
        width: 48%;
        box-sizing: border-box;
    }

#vfd-form #lab-info {
    margin: 5px;
}

#vfd-form .lab-email-description {
    margin: 5px;
}

#vfd-form .stable-telephone, #vfd-form .owner-telephone {}

#vfd-form .blood-draw-county, #vfd-form .blood-draw-state {
    width: 30%;
}

#vfd-form .stable-telephone input, #vfd-form .owner-telephone input {
    width: 100%;
    box-sizing: border-box;
}
#vfd-form .stable-email input, #vfd-form .owner-email input {
    width: 100%;
    box-sizing: border-box;
}

#vfd-form .species input{
    width: 200px;
    box-siziNg: border-box;
}
#vfd-form .refills-authorized input {
    width: 150px;
    box-sizing: border-box;
}

#vfd-form .indication input, #vfd-form .caution input, #vfd-form .feedmill input, #vfd-form .feedmillemail input, #vfd-form .premises input, #vfd-form .other-identification input, #vfd-form .special-instructions input {
    width: 100%;
    box-sizing: border-box;
}
#vfd-form .affirmation-section {position:relative;}
#vfd-form .affirmation-section input[type=radio] {
    width: auto;
    display: block;
    position: absolute;
    left: 5px;
}
#vfd-form .affirmation-section label {
    display:inline;
    text-transform:none;
}
#vfd-form .affirmation-section li {list-style:none;padding:5px;}

#vfd-form .affirmation-section .auth-drug {
    width:20%;
}
#vfd-form .affirmation-section .auth-drug-level {
    width:80%;
}
#vfd-form .affirmation-section .auth-drug input, #vfd-form .affirmation-section .auth-drug-level input {
    width:100%;
}

.assign-certificate-dialog, .save-template-dialog {
    font-size: .9em;
    text-align: center;
}

.assign-certificate-dialog > div {
    margin-bottom: 10px;
}
.assign-certificate-id {
    font-weight: bold;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: .3em;
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

.submit-message {
    display: none;
}

.button.primary:disabled {
    background-color: #ccc;
    color: #999;
}

.button.secondary:disabled {
    border-color: #ccc;
    color: #999;
}

.save-template-dialog input[type=checkbox] {
    margin-right: 10px;
}

.save-template-name {
    margin-top: 10px;
}

.save-template-name label {
    margin-right: 10px;
}

.header-line {
    background-color: #e9e9c9;
    padding: 10px;
}

/****** Templates ******/
#page-templates li {
    border: 0;
}

#page-templates h2 {
    margin-top: 0;
}

#page-templates .buttons {
    margin-top: 20px;
}

#page-templates .template-error {
    padding-left: 10px;
}


.breadcrumbs {
    font-size: .9em;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(84, 115, 110);
}

.action-links {
    display: block;
    margin: 10px 0;
}

.zebra.tablesaw thead tr:first-child th {
    font-family: Calibri;
    font-size: 1em;
    text-transform: none;
    padding: 5px;
    border-right: none;
}

.zebra.tablesaw td {
    font-size: 1em;
}

table.zebra tbody tr:nth-child(odd) {
    background-color: #fff;
}

table.zebra tbody tr:nth-child(even) {
    background-color: #eee;
}

.zebra {
    margin-top: 20px;
    width: 100%;
}

.zebra td, .zebra th {
    padding: 5px;
}

table.tablesaw-sortable td span.tablesaw-cell-content {
    padding-left: .6em;
}

.zebra td.actions {
    padding: 10px 5px 0 5px;
    text-align: right;
    white-space: nowrap;
}

.zebra td.actions a {
    display: inline-block;
}

@media only screen and (min-width: 700px)
{
    #memberForm select.textbox_input {
        width: auto;
    }
}

#pnlCertificates h2 select {
    margin-left: 10px;
    font-size: 15px;
    font-weight: bold;
    width: auto;
}

#pnlCertificates .row-limit {
    font-size: 15px;
    margin-left: 50px;
}

#pnlCertificates h2 {
    margin: 10px 0;
}

.certificate-tips {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 10px;
}

.certificate-tips ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.certificate-tips li {
    padding: 1px;
}

.certificate-tips span {
    font-weight: bold;
}

.certificate-tips td {
    padding: 1px;
    vertical-align: top;
}

.certificate-tips .certificateStatus {
    font-weight: normal;
}

/****** Upload ******/

#bdyUpload #pnlTemplates {
    background-color: #e9e9c9;
}

#bdyUpload #ddlTemplates {
    width: 100%;
}

@media only screen and (min-width: 700px) {
    #bdyUpload #ddlTemplates {
        width: 50%;
    }
}

#bdyUpload .field_error {
    margin-left: 0;
}

/****** Recaptcha ******/
form .recaptcha {
    margin-bottom: 20px;
}

form .recaptcha .field_error {
    margin-left: 0;
}

/****** Invite ******/
.announcement-header.invite-header {
    margin-top: 50px;
}

.announcement-header.invite-header a {
    font-size: 100%;
    margin: 0;
}

.invite-welcome {
    margin-bottom: 20px;
}

#pnlError {
    text-align: center;
    font-size: 2em;
    margin-top: 50px;
}

#ddlAssignVets {
    width: 250px;
}

.coggins_textbox_input {
    width: 100%;
}

.message-text {
    text-align:center;
    font-weight:bold;
}

/****** Dashboard ******/
#dashboardForm .delete-link {
    border-left: 1px solid #aaa;
    margin-left: 3px;
    padding-left: 5px;
}

#cviForm .fileupload {
    width:auto;
}
#cviForm .fileupload-doc-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid #e9e9e9;
    padding: 5px;
}

##cviForm .fileupload-doc-container .fileupload {
    width: auto;
}
