@media screen {
    /*====== HTML ELEMENTS ============*/
    *{margin:0; padding:0;}
	body    
	{
		margin:0;
		font-family:verdana, helvetica, arial, sans-serif;
		background:#FFF none;
		color:black;
	}
	label
	{
		min-width:75px;
		display:inline-block;
	}
	label, input[type=text], input[type=password]
	{
		font-size:small;
	    color: black;
		/*padding:0 5px;*/
		border-radius:6px;
		line-height:1em;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
    
	/* Generic Classes */
	.field
	{
		display:inline-block;
		margin:10px;
		vertical-align: bottom;
	}
	.field-error {
		display: none;
		color: #FF0000;
		font-size: 0.76em;
		font-style: italic;
	}
	.field label 
	{
		min-width:75px;
		display:block;
		font-size: .76em;
		line-height: 1em;
		font-weight: bold;
		margin: 10px 0 4px;
		padding: 0;
	}
	.field input[type=text]
	{
		resize:none;
		display:block;
		overflow:visible;
		padding:0 10px;
		height:1.2em;
		font-size: .76em;
		min-width: 60px;
	}
	.field select {
		font-size: .76em;
		display: block;
		min-width: 60px;
	}
	.field .ui-datepicker {
		width: 90px;
	}
	.banner {
		position: fixed;
		bottom:0; left:0; right:0;
		display:block;
		width:100%;
		padding:4px 10px;
		overflow:hidden;
		text-align:center;
	}
	.field .dropdownWide 
	{
		min-width:340px;
	}
	.field .dropdownMedium 
	{
		min-width:150px;
	}

	/*======== Workspace ============*/
	.ws 
	{
		height:100%;
		width:100%;
		overflow:hidden;
		position:absolute;
		top:0; left:0;         
	}
	.ws-header /*Workspace Header*/
	{
		display:block;
		padding-left: 20px;
		color:#FFF;
		position:relative;
		box-shadow:#c3b89a 4px 4px 4px;
		background: #008ed6; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #008ed6 0, #0054a0 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#008ed6), color-stop(100%,#0054a0)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #008ed6 0,#0054a0 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #008ed6 0,#0054a0 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #008ed6 0,#0054a0 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #008ed6 0,#0054a0 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ed6', endColorstr='#0054a0',GradientType=0 ); /*IE6-8 */
    z-index: 99999 !important;
	}
	.ws-title
	{
        max-width: 98%;
		display: inline-block;   
	}
	.ws-header-login
	{
		display:inline-block;
		position:absolute;
		top:10px; 
        right:20px;
	}
	.ws-header-login ul, .ws-header-login li
	{
		margin:0; padding:0;
		display: inline;
	}
	.ws-header-login a
	{
		color:#FFF;
		background:#008ed6;
		padding:5px;
		border-radius:5px;
		text-decoration:none;
		font-size:.76em;
		line-height:1em;
		display:inline-block;
		border:1px solid #12afff;
	}
	.ws-header-login a:hover
	{
		color:#008ed6;
		background-color:#FFF;
	}
	.ws-nav 
	{
		position:absolute;
		top:0; left:240px;
	}
	.ws-nav a 
	{
		color:#FFF;
		text-decoration:none;
	
	}
	.ws-nav ul.menu {
		position:relative;
		top: -1px;
	}
	.ws-nav ul.menu > li
	{
		display:inline-block;
		min-width:46px;
		position:relative;
	}
	.ws-nav ul.menu > li > a
	{
		background:#008ed6 url(/Images/app-nav-button-sprite.png) repeat-x;
		height:46px; min-width:46%;
		display:inline-block;
		text-align:center;
		line-height:46px;
		font-size:.5em;
		padding:0 10px;
	}
	.ws-nav ul.menu > li:hover > a 
	{
		background-position:0 -46px;
	}
	.ws-nav ul.menu > li:hover > ul 
	{
		display:block;
		background-color:#008ed6;
		position:absolute;
		top:46px;
	}
	.ws-nav li ul 
	{
		display: none;
		margin: 0;
		position: absolute;
		top: 46px;
		left: 0;
		width: 130px;
		padding: 2px;
		z-index: 1000;
		zoom: 1;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.ws-nav li ul:before, .ws-nav li ul:after {
	 display: table;
	 content: "";
	 zoom: 1;
	}
	.ws-nav li ul:after {
	 clear: both;
	}
	.ws-nav li ul a {
	 float: none;
	 font-size:0.76em;
	}
	.ws-nav li ul li {
	 width: 130px;
	 display: block;
	}
	.ws-nav li ul li ul {
	 display: none;
	 left: 130px !important;
	 top: -3px;
	}
	.ws-nav li ul.ws-nav-admin, .ws-nav li ul.ws-nav-admin li {
		width: 150px;
	}
	.ws-nav li ul li a:hover, .ws-nav li ul.ws-nav-admin li a:hover, .ws-nav li ul.ws-nav-dataentry li a:hover
	{
		background-color:#12afff;
	}
	.ws-nav li ul.ws-nav-dataentry, .ws-nav li ul.ws-nav-dataentry li {
		width: 210px;
	}
	.rgba .ws-nav li > ul {
		margin-top: -1px;
		padding: 10px;
		left: -10px;
		background: #000000;
		background: rgba(0, 0, 0, 0.1);
		-webkit-border-bottom-radius: 6px;
		-moz-border-bottom-radius: 6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}
	.rgba .ws-nav li ul li ul {
	 top: -10px;
	}
	.ws-content {
		position:relative;
		padding:10px;
		text-align:center;
	}
	#ui-datepicker-div {
		z-index: 1000 !important;
	}
 
	/* ====== PANEL =====*/
	/**
	 * Panel Cascading Stylesheet
	 * Panels consist of the panel, panel-header, panel-title, panel-nav, panel-content, panel-footer. Elements only display if they contain content
	 * @author miller_e
	 * @version 2012.08.02
	 * @partial /Views/Shared/_PanelPartial.cshtml
	*/
	.panel
	{
		max-width:990px; min-width:320px;
		border:1px solid #999;
		box-shadow:#c3b89a 4px 4px 4px;
		/*resize:none;*/
		margin:0 auto;
		background:#FFF;
		text-align:left;
		border-radius:3px;
		display:inline-block;
		float:left;
		z-index:1;
		height: auto;
		overflow: visible auto;
	}
	.panel-header{
		color:#FFF;
		padding:5px 10px;
		cursor:default;
		box-shadow:#c3b89a 0 4px 4px;
		position:relative;
		height:28px;
		border-bottom:1px solid #999;
		background: #8cd600; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4NTY1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2FkMzMzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top,  #8cd600 0, #72af00 57%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#8cd600), color-stop(57%,#72af00)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #8cd600 0,#72af00 57%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #8cd600 0,#72af00 57%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #8cd600 0,#72af00 57%); /* IE10+ */
		background: linear-gradient(to bottom,  #8cd600 0,#72af00 57%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cd600', endColorstr='#72af00',GradientType=0 ); /* IE6-8 */
	}
	.panel-title{
		color:#FFF;        
		display:inline-block;
		position:absolute;
		top:5px;
		left:10px;
	}
	.panel-controls 
	{
		display:inline-block;
		position:absolute;
		top:5px;
		right:10px;
	}
	.panel-controls > ul > li{
		margin: 0;
	}
	.panel-controls .button
	{
		background:#8cd600;
		padding:5px;
		border-radius:5px;
		color:#FFF;
		text-decoration:none;
		font-size:.76em;
		line-height:1em;
		display:inline-block;
		border:1px solid #72af00;
	}
	.panel-controls .button:hover
	{
		border-color:#8cd600;
		color:#72af00;
		background-color:#FFF;
	}
	.panel-content {
		color:#000;
		padding:5px 10px;
		min-height:40px;
	}
	.panel-content .section-header {
		margin: 10px auto;
		background: #EEE;
		border-bottom: 1px solid #000;
	}
	.panel-content .section-title {
		font-size: 1.2em;
		padding: 5px;
	}
	.panel-content .section-header input[type=text]{
		resize:none;
		overflow:visible;
		background-color: #eee;
		border-style: none;
		font-weight: bold;
		font-family: verdana, helvetica, arial, sans-serif;
		max-width: 135px;
	}
	.panel-content .section-header button[type=submit]{
		margin-right: 10px;
		cursor: pointer;
	}

	.panel-content p{
	 margin:5px 0;   
	}
	.panel-content fieldset
	{
		border:none;
	}
	.panel-content fieldset > legend 
	{
		display:none;
	}
	.panel-content table {
		width: 100%;
		border: 1px solid #999;
		border-spacing:0;
		border-collapse:collapse;
		margin: 10px auto;
		font-size: .76em;
	}
	.panel-content table th {
		background: #CCC;
		border-spacing: 0;
	}
	.panel-content table tbody tr:nth-child(even) {
		background: #f5f5f5;
		-webkit-box-shadow: 0 1px 0 #ffffff inset;
		-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
		-moz-box-shadow:0 1px 0 #ffffff inset;
		-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
		box-shadow: 0 1px 0 #ffffff inset;
		box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	}
	.panel-content table tbody td {
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
	}
	.panel-content button, .panel-content .button, .panel-content input[type=button] {
		padding: 2px 5px;
		cursor: pointer;
	}
	.panel-content .hide, .panel-content .button.hide {
		display: none;
	}
	.panel-footer{
		height:1.5em;   
		overflow:hidden;
	}
	.panel-active 
	{
		z-index:999;
	}

	/*[RGBA Override]*/
	.rgba .panel {
		box-shadow:#c3b89a 4px 4px 4px;
		box-shadow:rgba(195,184,154,.9) 4px 4px 4px;
	}

	/*panel_userLogin*/
	#panel_userLogin .field {
		display: block;
	}
	#panel_userLogin .field input[type=text], #panel_userLogin .field input[type=password] {
		width: 260px;
		padding: 0 10px;
		resize: none;
	}
	#panel_userLogin #field-rememberMe input, #panel_userLogin #field-rememberMe label {
		display: inline;
	}

	/* Panel Pig On Test*/
	.panel_pigOnTest {
		width: 960px;
	}
	.panel_pigOnTest .ontest-findAnimals-col-left {
		width: 200px;
	}
	.panel_pigOnTest .ontest-findAnimals-col-right {
		width: 710px;
	}
	.panel_pigOnTest .ontest-findAnimals-farmTags {
		margin-left: 30px;
		font-size: .76em;
	}
	.panel_pigOnTest .ontest-findAnimals-farmTags-wrapper 
	{
		min-height: 30px;
		max-height: 120px;
		overflow: auto;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
	}
	.panel_pigOnTest .ontest-findAnimals-results {
		width: 680px;
		margin-left: 10px;
	}
	.panel_pigOnTest .ontest-findAnimals-tags {
		width: 90px;
	}
	.panel_pigOnTest .ontest-txtPenCode {
		width: 70px;
	}
	.modal-putGroupOnTestVerify p {
		 padding-bottom: 10px;
	}
    
	/* /Screen/Export */
	.panel_export {
		width: 750px;
	}
	.panel_export .file-wrapper {
		display: table;
		empty-cells: show;
		width: 100%;
	}
	.panel_export .row {    
		clear:both;
		display:table-row;
	}
	.panel_export .row > * {
		display:table-cell;
		border-bottom:1px solid #000;
	}
	.panel_export .row > .file-title {
		 width:160px; 
	}
	.panel_export .row > .file-description{
		font-size: .76em;
		width: 320px;
	}
	.panel_export .row > .file-button {
		width:80px; 
		text-align:right;
	}
	.panel_export .row > .file-button > button {
		margin: 10px 0;
	}
	.panel_export .modal-danbredDotDat .button, .panel_export .modal-sendFile .button {
		padding: 4px;
	}
	.modal-sendFile {
		width: 374px;
		text-align: center;
	}
	.modal-sendFile .field {
		text-align: left;
	}
	.modal-sendFile .field input[type=text]{
		width: 210px;
	}
	.modal-sendFile .field-button {
		vertical-align: middle;
	}
	.modal-sendFile .row {
		margin: 10px;
	}
	.modal-sendFile button {
		padding: 4px;
	}

	/* Admin/Rmove OnTest Event By PenCode*/
	.panel_removeOnTestEventByPenCode {
		width: 500px;
	}
	.removeOnTestByPencode-pencode {
		width: 70px;
	}
	.modal-removeOnTestByPenCode-invalid-animals {
		margin: 10px 36px;
	}
	.modal-removeOnTestByPenCode-invalid p {
		border-top: 1px solid #545454;
		padding-top: 10px;
	}

	/* Admin / Log Manager */
	.panel_error {
		max-width: inherit;
	}
	.panel_error .panel-content table.error-dataTable {
		margin: 0;
	}
	.panel_error .dataTables_scrollHead {
		height: 50px;
		margin: 0;
		padding: 0;
	}
	.panel_error .bottom {
		margin: 10px 0;
	}

	.panel_error td {
		vertical-align: text-top;
		max-width: 200px;
		overflow: hidden;
		white-space: pre-wrap;      /* CSS3 */   
		white-space: -moz-pre-wrap; /* Firefox */    
		white-space: -pre-wrap;     /* Opera <7 */   
		white-space: -o-pre-wrap;   /* Opera 7 */    
		word-wrap: break-word;      /* IE */
	}

	/* /Account/Login */
	.recovery {
		font-size: .76em;
		display: inline-block;
		float: right;
	}

	/* /Account/Verify */
	.accountVerify h4{
		border-bottom: 1px solid #353535;
		padding-bottom: 4px;
		margin: 5px 0;
	}
	.accountVerify ul {
		list-style: disc;
		margin-left: 30px;
	}

	/* Panel Order*/
	.panel_orderdetail {
		min-width: 1050px;
	}
	.panel_orderdetail .order-left {
		width: 250px;
		float: left;
		left: 0;
	}
	.panel_orderdetail .order-right {
		float: right;
		right: 0;
		margin-left: 10px;
		width: 660px;
	}
	.panel_orderdetail .order-findAnimals-farmTags-wrapper 
	{
		min-height: 30px;
		max-height: 120px;
		overflow: auto;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		width: 110px;
		margin-left: 10px;
	}
	.panel_orderdetail .order-findAnimals-farmTags {
		margin-left: 30px;
		font-size: .76em;
	}
	.panel_orderdetail .order-findAnimals-col-right {
		width: 710px;
	}
	.panel_orderdetail .order-animals {
		display: block;
		width: 900px;
		margin-left: 10px;
	}
	#panel_ordersdetail {
		min-width: 1035px;
	}
	.panel_ordersdetail .orders-list {
		display: block;
		margin-left: 10px;
	}
    	/* Panel BoarCollection*/
	.panel_boarcollection {
		min-width: 1050px;
	}
	#panel_boarcollection {
		min-width: 1035px;
	}
	.panel_boarcollection .collectionData-id {
		display: block;
		margin-left: 10px;
	}
  /* Panel BoarMatrix*/
  .panel_boarmatrix {
    min-width: 1050px;
  }

  #panel_boarboarmatrix {
    min-width: 1035px;
  }
  /* Panel SelectionEst*/
  .panel_selectionestimates {
    min-width: 1050px;
  }

  #panel_selectionestimates {
    min-width: 1035px;
  }
  
  /* Panel EID Locs*/
  .panel_eidlocation {
    min-width: 1050px;
  }

  #panel_eidlocation {
    min-width: 1035px;
  }
  
  /* Panel Trial Mgmt*/
  .panel_trialmanagement {
    min-width: 1050px;
  }

  #panel_trialmanagement {
    min-width: 1035px;
  }
  
  /* Panel QASemen*/
  .panel_qasemen {
    min-width: 1050px;
  }

  #panel_qasemen {
    min-width: 1035px;
  }

	/* Panel Transfer*/
	.panel_transferdetail {
		min-width: 1020px;
	}
	.panel_transferdetail .section-header input[type=text]{
		resize:none;
		overflow:visible;
		background-color: #eee;
		border-style: none;
		font-weight: bold;
		font-family: verdana, helvetica, arial, sans-serif;
		max-width: 116px;
	}
	.panel_transferdetail .transfer-left {
		width: 250px;
		float: left;
		left: 0;
	}
	.panel_transferdetail .transfer-right {
		float: right;
		right: 0;
		margin-left: 10px;
		width: 660px;
	}
	.panel_transferdetail .transfer-findAnimals-farmTags-wrapper 
	{
		min-height: 30px;
		max-height: 120px;
		overflow: auto;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		width: 110px;
		margin-left: 10px;
	}
	.panel_transferdetail .transfer-findAnimals-farmTags {
		margin-left: 30px;
		font-size: .76em;
	}
	.panel_transferdetail .transfer-findAnimals-col-right {
		width: 710px;
	}
	.panel_transferdetail .transfer-animals {
		display: block;
		width: 900px;
		margin-left: 10px;
	}
	#panel_transfersdetail {
		min-width: 1020px;
	}
	.panel_transfersdetail .transfers-list {
		display: block;
		margin-left: 10px;
	}
	/* Panel Boar*/
	.panel_boardetail {
		min-width: 1040px;
	}
	.panel_boardetail .section-header input[type=text]{
		resize:none;
		overflow:visible;
		background-color: #eee;
		border-style: none;
		font-weight: bold;
		font-family: verdana, helvetica, arial, sans-serif;
		max-width: 116px;
	}
	.panel_boardetail .boar-animals {
		display: block;
		max-width: 1000px;
		margin-left: 5px;
		max-height: 540px;
	}
	.panel_boardetail .boar-animals thead {
		font-size: .90em;
	}
	.panel_boardetail .boar-animals tbody {
		font-size: .90em;
	}
	.panel_boardetail .boar-animals td {
		padding: 3px 5px;
	}
	#panel_boardetail {
		min-width: 1060px;
	}
	.boar-animals .boars-breed {
		background-color: #eaf8ff !important;
		font-weight: bold;
	}
	.boar-animals .boars-updated {
		background-color: #e3ffad !important;
	}
	.boar-animals .centercolumn {
		text-align: center;
	}
	.update-boars thead {
		font-size: .90em;
	}
	.update-boars tbody {
		font-size: .90em;
	}
	.panel_boarusageupdate .update-boars td {
		padding: 3px 5px;
	}
	.update-boars .boars-breed {
		background-color: #eaf8ff !important;
		font-weight: bold;
	}
	.update-boars .boars-updated {
		background-color: #e3ffad !important;
	}
	.update-boars .centercolumn { 
		text-align: center;
	}
	.update-boars .ui-datepicker input[type=text] {
		resize: none;
		display: block;
		overflow: visible;
		padding: 0 10px;
		height: 1.2em;
		font-size: .76em;
		min-width: 65px;
		width: 70px;	
	}
	.update-boars .ui-datepicker {
		width: 70px;
		display: block;
	}
	.update-boars input[type=text] {
		max-width: 70px;
	}
	.modal-boars p {
		padding-bottom: 12px;
		max-width: 600px;
	} 
	.modal-boars button {
		font-size: 1.1em;
		float: right;
		margin: 10px;
		padding: 3px 6px;
		cursor: pointer;
	}

	/* Order Classes */
	.order {
		display:inline-block;
		margin-top: 10px;
		margin-bottom: 10px;
		vertical-align: bottom;
		margin-left: 6px;
	}
	.order-error {
		display: none;
		color: #FF0000;
		font-size: 0.76em;
		font-style: italic;
	}
	.order label 
	{
		min-width:60px;
		display:block;
		font-size: .76em;
		line-height: 1em;
		font-weight: bold;
		margin-bottom: 4px;
		padding: 0;
	}
	.order input[type=text]
	{
		resize:none;
		display:block;
		overflow:visible;
		padding:0 10px;
		height:1.2em;
		font-size: .76em;
		min-width: 65px;
		width: 85px;
	}
	.order select {
		font-size: .76em;
		display: block;
		min-width: 60px;
	}
	.order .ui-datepicker {
		width: 85px;
	}
	.order .dropdownWide 
	{
		min-width:140px;
	}
	/* Order Classes - Date Range Right */
	.order-daterangeright {
		display:inline-block;
		margin: 10px 0;
	}
	.order-daterangeright-error {
		display: none;
		color: #FF0000;
		font-size: 0.76em;
		font-style: italic;
	}
	.order-daterangeright input[type=text] {
		resize:none;
		display:block;
		overflow:visible;
		padding:0 10px;
		font-size: .76em;
		min-width: 85px;
		margin-left: -5px;
	}
	.order-daterangeright .ui-datepicker {
		width: 50px;
	}

	.order-right input[type=text] {
		resize:none;
		overflow:visible;
		background-color: #fff;
		border-style: none;
		max-width: 155px;
		font-size: .80em;
	}
		/* Transer Classes */
	.transfer {
		display:inline-block;
		margin-top: 10px;
		margin-bottom: 10px;
		vertical-align: bottom;
		margin-left: 6px;
	}
	.transfer-error {
		display: none;
		color: #FF0000;
		font-size: 0.76em;
		font-style: italic;
	}
	.transfer label 
	{
		min-width:60px;
		display:block;
		font-size: .76em;
		line-height: 1em;
		font-weight: bold;
		margin-bottom: 4px;
		padding: 0;
	}
	.transfer input[type=text]
	{
		resize:none;
		display:block;
		overflow:visible;
		padding:0 10px;
		height:1.2em;
		font-size: .76em;
		min-width: 65px;
		width: 85px;
	}
	.transfer.transfer-radio
	{
		font-size: .76em;
		line-height: 1em;
		font-weight: bold;
		margin-bottom: 4px;
		padding: 2px;
	}
	.transfer select {
		font-size: .76em;
		display: block;
		min-width: 60px;
	}
	.transfer .ui-datepicker {
		width: 85px;
	}
	.transfer .dropdownWide 
	{
		min-width:140px;
	}
	/* Transfer Classes - Date Range Right */
	.transfer-daterangeright {
		display:inline-block;
		margin: 10px 0;
	}
	.transfer-daterangeright-error {
		display: none;
		color: #FF0000;
		font-size: 0.76em;
		font-style: italic;
	}
	.transfer-daterangeright input[type=text] {
		resize:none;
		display:block;
		overflow:visible;
		padding:0 10px;
		font-size: .76em;
		min-width: 85px;
		margin-left: -5px;
	}
	.transfer-daterangeright .ui-datepicker {
		width: 50px;
	}

	.transfer-right input[type=text] {
		resize:none;
		overflow:visible;
		background-color: #fff;
		border-style: none;
		max-width: 155px;
		font-size: .80em;
	}
	.orders-list .orders-updatedGreen {
		background-color: #e3ffad !important;
	}
	.transfers-list .transfers-updatedGreen {
		background-color: #e3ffad !important;
	}
	.transfers-list .transfers-combinedBlue {
		background-color: #cce8f7 !important;
	}
	.textWide {
		display:inline-block;
		margin-top: 10px;
		margin-bottom: 10px;
		vertical-align: bottom;
		margin-left: 6px;
	}
	.textWide label 
	{
		min-width:60px;
		display:block;
		font-size: .76em;
		line-height: 1em;
		font-weight: bold;
		margin-bottom: 4px;
		padding: 0;
	}
	.textWide input[type=text]
	{
		resize:none;
		display:block;
		overflow:visible;
		padding:0 10px;
		height:1.2em;
		font-size: .76em;
		min-width: 65px;
		width: 280px;
		margin-left: 0;
	}
	.modal-movement {
		max-width: 600px;
	}
	.modal-movement p {
		padding-bottom: 12px;
	}
	.modal-movement button {
		font-size: 1.1em;
		float: right;
		margin: 10px;
		padding: 3px 6px;
		cursor: pointer;
	}

	.modal-movement a {
		color: -webkit-link;
		text-decoration: underline;
		cursor: pointer;
	}
	/* Boar Classes */
	.boar {
		display:inline-block;
		margin-top: 10px;
		margin-bottom: 10px;
		vertical-align: bottom;
		margin-left: 6px;
	}
	.boar p {
		font-size: .9em;
	}
	.boar-error {
		display: none;
		color: #FF0000;
		font-size: 0.76em;
		font-style: italic;
	}
	.boar label 
	{
		min-width:60px;
		display:block;
		font-size: .76em;
		line-height: 1em;
		font-weight: bold;
		margin-bottom: 4px;
		padding: 0;
	}
	.boar input[type=text]
	{
		resize:none;
		display:block;
		overflow:visible;
		padding:0 10px;
		height:1.2em;
		font-size: .76em;
		min-width: 65px;
		width: 70px;
	}
	.boar select {
		font-size: .76em;
		display: block;
		min-width: 60px;
	}
	.boar .ui-datepicker {
		width: 70px;
	}
	.boar .dropdownWide 
	{
		min-width:125px;
	}
	section#panel_boardetail{
		max-width: 1040px;
	}
	section#panel_boarentryupdate{
		max-width: 900px;
		float: left;
	}
	section#panel_boarremovalupdate{
		max-width: 1060px;
		float: left;
	}
	div.update-boars {
		margin-left: 6px;
	}
	/* Animal Detail */
	.link-button {
		text-decoration: none;
		color: ButtonText;
	}

	.widget
	{
		display:inline-block;
		margin:10px;
		vertical-align: bottom;
		font-size: 1em;
	}
	.widget-error {
		display: none;
		color: #FF0000;
		font-size: 0.76em;
		font-style: italic;
	}
	.widget label 
	{
		min-width:75px;
		display:block;
		font-size: .76em;
		line-height: 1em;
		font-weight: bold;
		margin: 10px 0 4px;
		padding: 0;
	}
	.widget input[type=text]
	{
		resize:none;
		display:block;
		overflow:visible;
		padding:0 10px;
		height:1.2em;
		font-size: .76em;
		min-width: 60px;
	}
	.widget select {
		font-size: .76em;
		display: block;
		min-width: 60px;
	}
	.widget .ui-datepicker {
		width: 90px;
	}
	.widget .dropdownWide 
	{
		min-width:340px;
	}
	.widget .dropdownMedium 
	{
		min-width:150px;
	}
	.widget .button {
		background:#EEE;
		font-size:1em;
		border:1px solid #5a8a00;
		border-radius:6px;
		text-decoration:none;
		color:#333;
		line-height:1.4em;
		padding:2px 10px;
		display:inline-block;
		margin:0;
		cursor:pointer;
		font-family:Verdana, Arial, Sans-Seriff;
	
		background: #eeeeee; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #eeeeee 0, #cccccc 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #eeeeee 0,#cccccc 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #eeeeee 0,#cccccc 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #eeeeee 0,#cccccc 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #eeeeee 0,#cccccc 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
		/* ReSharper disable RequiresFallbackColor */
		box-shadow: 1px 1px 1px rgba(33,33,33,.5); /* CSS3 */
		-moz-box-shadow: 1px 1px 1px rgba(33,33,33,.5); /* CSS3 */
		/* ReSharper restore RequiresFallbackColor */
	}
	.widget .button:hover, .button.hover{
		background: #7d7e7d; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #7d7e7d 0, #0e0e0e 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #7d7e7d 0,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #7d7e7d 0,#0e0e0e 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #7d7e7d 0,#0e0e0e 100%); /* IE10+ */
		background: linear-gradient(to bottom, #7d7e7d 0,#0e0e0e 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-8 */
		color: #FFF;
	}
	.widget button, .widget .button, .widget input[type=button] {
		padding: 2px 5px;
		cursor: pointer;
	}
	.widget .hide, .widget .button.hide {
		display: none;
	}
	.modal-removalEntrySubmit p {
		padding-bottom: 12px;
	}
	.modal-removalEntrySubmit button
	{
		font-size: 1.1em;
		float: right;
		margin: 10px;
		padding: 3px 6px;
		cursor: pointer;
	}
    	.modal-pigRemovalEntrySubmit p {
		padding-bottom: 12px;
	}
	.modal-pigRemovalEntrySubmit button
	{
		font-size: 1.1em;
		float: right;
		margin: 10px;
		padding: 3px 6px;
		cursor: pointer;
	}
	.modal-unusableEntrySubmit p {

		padding-bottom: 12px;
	}
	.modal-unusableEntrySubmit button
	{
		font-size: 1.1em;
		float: right;
		margin: 10px;
		padding: 3px 6px;
		cursor: pointer;
	}
	.processing {
		width: 12px;
	}

	.modal-removeOnTestByPenCode-confirm p {

		padding-bottom: 12px;
	}
	.modal-removeOnTestByPenCode-confirm button
	{
		font-size: 1.1em;
		float: right;
		margin: 10px;
		padding: 3px 6px;
		cursor: pointer;
	}

	.transfer-button {
		margin-top: 3px;
	}
	.transfer-upload {
		margin-left: 95px
	}

	.transfer-upload input.transfer-upload input[type=file]{
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
		font-size: 20px;
		cursor: pointer;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	section.report_pencard {
		width: 980px !important;
	}

}   .order-button {
		margin-top: 3px;
	}
	.order-upload {
		margin-left: 95px
	}
	.order-upload input.order-upload input[type=file]{
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
		font-size: 20px;
		cursor: pointer;
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.link-button-print-order {
		text-decoration: none;
		color: ButtonText;
	}

	.link-button-print-transfer {
		text-decoration: none;
		color: ButtonText;
	}

	.model-status {
		color: #FF0000;
		font-size: 0.76em;
	}

	section#panel_reportboar {
		max-width: 1015px;
		float: left;
	}
