.checkbox-large {
    width:20px; 
    height:20px;
}
.checkbox-medium {
    width:15px; 
    height:15px;
}
.pagebutton {
	margin:4px;
}

.EditSubmit{
	z-index: 2000;
	position:fixed; top:30%; left:0px; width:100%; height:100%; text-align:center; vertical-align:middle;
}

.pro-bar-rad {
	border-radius: 5px;
}

.pro-bar-wrap {
	border-radius: 25px;
	position:absolute; 
	z-index: 100;
	background: rgba(250, 100, 100, 0.5);
}
.handpointer {
	cursor: pointer;
 }
 .showscrolls {
	 overflow:auto;
	 width: 100%;
	 height:95%;
 }
 .flexwrapper {
	 display: flex;
	 min-height: 60%;
	 height: 60%;
	 flex-direction: column;
 }
 .flexbody {
	 flex: 1;
	 height: 60%;
	 border: 3px solid black;
 }
 html, body, .fullheight{
    height:100%;
	 width:100%;
 }

 .form-error{
	 border-color:red;
 }


 body {
	 padding-top: 65px;
 }
 .gpslabels {
	 color: white;
	 background-color: transparent;
	 font-family: "Lucida Grande", "Arial", sans-serif;
	 font-size: 10px;
	 font-weight: bold;
	 text-align: center;
	 width: 100px;
	/* border: 2px solid black;
	 border-radius: 2px;*/
	 white-space: nowrap;
 }
 .tabletext {
	 font-size: 13px;
	 font-weight: normal;
 }
 .tabletext12 {
	 font-size: 12px;
	 font-weight: normal;
 }
 .tabletext16 {
	 font-size: 16px;
	 font-weight: normal;
 }
 
 .bold {
	 font-weight: bold;
 }

 .divwrapper {
	  overflow:hidden;
 }
 .leftdiv {
	 float:left;
 }
 .rightdiv {
	 float:right;
 }
 
 .overflowauto {
	 overflow:auto;
 }
 .form-control-sm {
  /*display: block;*/
  /*width: 100%;*/
  height: 28px;
  padding: 3px 12px;
  margin: 2px;
  font-size: 14px;
  line-height: 1.32857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-sm:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control-sm::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control-sm:-ms-input-placeholder {
  color: #999;
}
.form-control-sm::-webkit-input-placeholder {
  color: #999;
}
.form-control-sm[disabled],
.form-control-sm[readonly],
fieldset[disabled] .form-control-sm {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control-sm {
  height: auto;
}


.TicketBase {
	background-color: #f0f0ff;
	border: 1px solid rgba(86,61,124,.7);
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0.25%;
	margin-right: 0.25%;
	border-radius: 2px;
}

.TicketBillTo {
	float:left;
	min-width:230px;
	width:32.8%;
	height:135px;
}
.TicketInfoMiddle {
	float:left;
	min-width:230px;
	width:32.8%;
	height:135px;
}
.TicketInfoRight {
	float:left;
	min-width:230px;
	width:32.8%;
	height:135px;
}
.TicketEdit {
	margin-bottom: 5px;
	width:99.5%;
}
.hide {
	display:none;
}
.ticketsreopen {
	float:right;
	margin-top:3px;
}

.ticketcard {
	background-color: #eeeeee;
	border: 1px solid rgba(86,61,124,.3);
	padding: 5px;
	border-radius: 2px;
	min-width:275px;
	width:50%;
	height:225px;
}

.flexheader {
	width: 99.5%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow:hidden;
}

.center {
	text-align:center;
}

.glyphcenter {
	margin-left:12px;
}

.dimdiv {
	opacity: 0.5;
}

.midtext {
	font-size: 20px;
	font-weight: normal;
}

.binimage {
	height:100px;
	width:50px;
}

.truckimage {
	height:72px;
	width:135px;
	margin-top:10px;
}

.pondimage {
	height:70px;
	width:70px;
	margin:10px;
}

.redtext {
	color:red;
}

.greentext {
	color:green;
}

.dashiconold {
	max-height:250px;
	max-width:250px;
	min-height:250px;
	min-width:250px;
	height:250px;
	width:250px;
	text-align:center;
	margin:auto;
	padding:50px;
	background-repeat: no-repeat;
	background-size: 210px 210px;
}

.dashboard-area {
	position:absolute;
	top: 100px;
	/*left: 50%;*/
	/*transform: translate(-50%, -50%);*/
}

.setupicon {
	height:140px;
	width:140px;
	float:left;
	padding: 5px;
	background-color: #f0f0f0;
	border: 1px solid rgba(86,61,124,.1);
	margin: 20px;
	border-radius:20px;
	cursor: pointer;
	font-size: 18px;
	text-align:center;
	color: #FFF;
}

.iconblue {
	background: rgb(156,211,238);
	background: -moz-linear-gradient(top,  rgba(156,211,238,1) 0%, rgba(0,86,185,1) 100%, rgba(0,86,184,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,211,238,1)), color-stop(100%,rgba(0,86,185,1)), color-stop(100%,rgba(0,86,184,1)));
	background: -webkit-linear-gradient(top,  rgba(156,211,238,1) 0%,rgba(0,86,185,1) 100%,rgba(0,86,184,1) 100%);
	background: -o-linear-gradient(top,  rgba(156,211,238,1) 0%,rgba(0,86,185,1) 100%,rgba(0,86,184,1) 100%);
	background: -ms-linear-gradient(top,  rgba(156,211,238,1) 0%,rgba(0,86,185,1) 100%,rgba(0,86,184,1) 100%);
	background: linear-gradient(to bottom,  rgba(156,211,238,1) 0%,rgba(0,86,185,1) 100%,rgba(0,86,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cd3ee', endColorstr='#0056b8',GradientType=0 );
	background-repeat: no-repeat;
}

.dashicon {
	height:140px;
	width:140px;
	float:left;
	padding: 0px;
	margin: 25px;
	cursor: pointer;
	text-align:center;
	color: #FFF;
	background-image: url("../images/AerCon_FeedXpress_button.png");
	background-size: 100%;
}
.dashicon:hover {
	background-image: url("../images/AerCon_FeedXpress_rollover.png");
}

.smalldashicon {
	height:100px;
	width:100px;
	float:left;
	padding: 0px;
	margin: 20px;
	cursor: pointer;
	text-align:center;
	color: #FFF;
	background-image: url("../images/AerCon_FeedXpress_button.png");
	background-size: 100%;
}
.smalldashicon:hover {
	background-image: url("../images/AerCon_FeedXpress_rollover.png");
}

.fc-content {
	cursor:auto;
	white-space: normal !important;
}

.feedxpressimage{
	width:120px;
	height:50px;
	padding:5px;
}

.farmnamelink{
	font-size:18px;
	padding-top:4px;
}

.logoutlink {
	padding-top:4px !important;
	font-size:18px;
}

#new_version {
	padding-top: 4px;
	font-size: 18px;
}

.homepad {
	padding-bottom: 5px;
}

.navheight {
	height:50px;
}

@media (max-width: 1024px) {
	.hidden-below-width-1024 {
		display:none;
	}
}

@media (min-width: 800px) and (min-height: 700px) {
	.feedxpressimage{
		width:190px;
		height:80px;
		padding:5px;
	}

	.farmnamelink{
		font-size:28px;
		padding-top:15px;
	}

	.logoutlink {
		padding:9px !important;
		padding-top:15px !important;
		font-size:25px;
	}

	#new_version {
		padding: 9px;
		padding-top: 15px;
		font-size: 25px;
	}

	.dropdown-menu {
		left: 10px;
	}

	.dropdown-menu.no-left-offset {
		left: 0px;
	}

	body {
		padding-top: 100px;
	}

	.homepad {
		padding-bottom: 15px;
	}
	.navheight {
		height:80px;
	}
}

.nav-menu {
	width: 100%;

	background-color: #202020;
	color: #fff;
	height: 100%;
	position: fixed;
	/*display: none;*/

	left: -100%;
	top: 0;

	transition: 0.2s;
	z-index: 1;

	overflow-y: auto;
}

.nav-menu.show-menu {
	display: block;
	left: 0;
}

@media(min-width: 720px) {
	.nav-menu {
		width: 250px;
		background-color: #202020;
		color: #fff;
		height: 100%;
		position: fixed;
		display: block;
		left: -250px;
		top: 0px;
		transition: 0.2s;
		z-index: 1;

		overflow: visible;
	}

	#paddingdiv {
		padding-left: 20px;
		transition: 0.2s;
	}

	#paddingdiv.show-menu {
		padding-left: 270px;
	}

	.nav-menu.show-menu {
		left: 0px;
	}

	.navlink {
		position: absolute;
		right:-19px;
		top:300px;
		cursor: pointer;
		width: 20px;
		height: 200px;
		background-size: 20px 200px;
		display: block;
	}

	.navlink.in {
		background-image: url('../images/NavBarIn.png');
	}

	.navlink.in:hover {
		background-image: url('../images/NavBarInHov.png');
	}

	.navlink.out {
		background-image: url('../images/NavBarOut.png');
	}

	.navlink.out:hover {
		background-image: url('../images/NavBarOutHov.png');
	}

	body.show-menu, #MasterContainer.show-menu {
		overflow: auto;
	}

	.report-indicator-div {
		display: none;
	}
}

@media(max-width: 720px) {
	body.show-menu, #MasterContainer.show-menu {
		overflow: hidden;
	}

	.navlink {
		display: none;
	}

	.report-indicator-div {
		display: block;
	}
}

.report-indicator-div {
	background-color: #004488;

	overflow: hidden;

	cursor: pointer;
}

.report-indicator-div:hover, .report-indicator-div:focus {
	background-color: #002244;
}

.report-indicator-div .indicator > a {
	display: block;
	width: 60%;
	max-width: 240px;
	float: left;

	line-height: 2;
	padding: 5px;
	background-color: inherit;
}

.report-indicator-div .indicator .navimage {
	float: left;
	margin-left: 20px;
}

.report-indicator-div .indicator > a:hover, .report-indicator-div .indicator > a:focus {
	background-color: inherit;
}

.report-indicator-div .change-report {
	display: block;
	float: right;
	color: #fff;

	line-height: 2;
	padding: 5px;

}

#report_tableheader.table-header > .tablerow > div {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: bottom;
	border-top: 0;
	border-bottom: 2px solid #ddd;
	text-align: left;
	font-weight: bold;
	display: table-cell;
}

#report_tableheader.tablesm-header > .tablerow > div, #report_tableheader > .tablerow > div {
	padding: 2px;
	line-height: 1.22857143;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	text-align: left;
	font-weight: bold;
	display: table-cell;
}

#reportouter {
	height: 550px;
	overflow-y: auto;
	display: block;
}

.menutextline .navimage {
	float: right;
}

.menutextline {
	font-size: 18px;
	color: #DDD;
	font-weight: normal;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	line-height: 2;
	background-color:#202020;

	overflow: hidden;
}

.menutextline span {
	float: left;
	line-height: 30px;
}

.menutextline:hover {
	color: #DDD;
}

.menutextline.sel {
	background-color: #004488;
}

.menutextline.sel:hover {
	color: #DDD;
	background-color:#002244 !important;
}

.menutext {
	color: #DDD;
	font-size: 18px;
	font-weight: normal;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #000;
}

.navimage {
	width: 70px;
	height: 35px;
	display: block;
	float: right;
}

@media (max-height: 700px){

	.menutextline.sel:hover {
		color: #DDD;
	}
	.menutextline {
		font-size: 16px;
		line-height: 1.5;
	}

	.menutext {
		font-size: 16px;
	}

	.navlink {
		top:250px;
	}

	.navheight {
		height:50px;
	}
	.responsiveh2 {
		font-size: 20px;
	}
	.navimage {
		width: 60px;
		height: 30px;
	}
}

#new_version, #new_version > a {
	color: #b91c17;
}

/* ponds page */

.pond-row td.notifier-wrapper {
	vertical-align: middle;
}

.fishgroup-label {
	width: 100px;
	padding-right: 10px;
	float: left;
}

.fishgroup-number-input {
	float: left;
	width: calc(100% - 110px);
}

.fishgroup-number-input-with-calc {
	float: left;
	width: calc(100% - 150px);
}

.calc-btn {
	margin-left: 10px;
}


/* end ponds page */

/* pond manage page */

.input-calc-row td input {
	width: 80%;
	padding-right: 5px;
	display: inline;
}

.input-calc-row td button {
	width: auto;
	display: inline;
}

/* end pond manage page */

/* pond navigation */

.pond-scroll {
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.pond-scroll > .prev-pond {
	float: left;
	margin: 0;

	margin-right: 10px;
}

.pond-scroll > .pond-name {
	font-size: 30px;
	border: none;
	background-color: inherit;

	float: left;
	margin: 0;
}

.pond-scroll > .next-pond {
	float: left;
	margin: 0;

	margin-left: 10px;
}

/* end pond navigation */

/* feed page */

.input-edit-pounds {
  width: calc(100% - 122px);
  float: left;
}


select#edit_ton_pounds {
  float: left;
  width: 72px;
  margin-left: 8px;
}

button#plus_minus_button {
	float: left;
	width: 34px;
	margin-right: 8px;
}

#plus_minus_button {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

/* end feed page */

.report-form {

}

.report-form-label {
	width: 150px;
	float: left;
	font-weight: 700;

	text-align: right;
	padding-top: 7px;
	margin-bottom: 0;
}

.important-border {
	border: 5px solid red;
	border-radius: 15px;
}

#filtering-bar {
	width: 150px;
	margin-bottom: 10px;
}

#harvest_entry_div  label {
	margin-left: 5px;
	margin-right: 10px;
}

.light-gray {
	color: #9c9c9c;
}

.auto-filled.form-control {
	border: none;
	box-shadow: none;
}

.auto-filled.form-control:focus {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

[v-cloak] {
	display: none !important;
}

.pond-row .pond-column {
	vertical-align:middle;
	text-align:center;
	font-size:20px;
}

.feed-btn {
	width: 175px;
	height: 80px;
	font-size: 25px;
	white-space: normal;
}

.feed-btn.pond, .pond-btn {
	height: auto;
}

.pond-btn {
	width:175px;
	font-size:25px;
	white-space: normal;
}

#feed .pond-column {
	vertical-align:middle;
	text-align:center;
	font-size:26px;
}

.pond-column.tfa {
	font-size: 20px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check.with-order {
	line-height: 40px;
}

.form-check.with-order .form-check-input {
	margin-top: 1.5rem;
}

.form-check .form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25em;
}

.form-check input[type='number'] {
	display: block;
	float: right;
	width: 50px;
}

.form-check-label {
	margin-bottom: 0;
}

#ssoPanelLink {
	margin-bottom: 10px;
}

/* KF Report Additions */

tr > td > .default {
	display: none;
}

tr.include-default > td > .current {
	display: block;
}

tr.include-default > td > .default {
	font-size: 0.8em;
	color: #888;
	display: block;
}

.with-daterange {
	float: left;
	overflow: hidden;
}

.report-daterange {
	float: left;
	overflow: hidden;
	margin-left: 30px;
	margin-top: 24px;
	vertical-align:middle;
}

.clear {
	clear: both;
}

tr.has-stockings.even {
	background-color: #eee;
}

tr.has-stockings.odd {
	background-color: #ddd;
}

tr.even {
	background-color: #fff;
}

tr.odd {
	background-color: #f0f0f0;
}

/*tr.has-stockings {
	background-color: #fff;
}*/

tr.has-stockings {
	background-color: #ccc;
	height: 30px;
}

tr.has-stockings td.fs {
	font-weight: bold;
}

.legend {
	margin-bottom: 10px;
}

.legend h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

td.num, th.num {
	text-align: right;
}

.headercell.num {
	text-align: right !important;
}

td.num.integer-part {
	padding-right: 0px;
}

td.num.decimal-part {
	padding-left: 0px;
	text-align: left;
}

.column-borders tr > td:first-child,
.column-borders tr > td.no-border,
.column-borders tr > th:first-child,
.column-borders tr > th.no-border,
div.column-borders .headercell:first-child,
div.column-borders .headercell.no-border {
	border-left: none;
}

.column-borders tr > td,
.column-borders tr > th,
div.column-borders .headercell {
	border-left: 1px solid #ddd;
}

/* End KF Report Additions */