
::placeholder {
	color: #808080;
}
:-ms-input-placeholder { 
	color: #808080;
}

::-ms-input-placeholder {
	color: #808080;
}

/* ==========================================================================
#FONT
========================================================================== */
.font-robo {
	font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
}

.font-poppins {
	font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif;
}

.font-opensans {
	font-family: "Open Sans", "Arial", "Helvetica Neue", sans-serif;
}

/* ==========================================================================
#GRID
========================================================================== */
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row .col-2:last-child .input-group-desc {
	margin-bottom: 0;
}

.row-space {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.row-refine {
	margin: 0 -15px;
}

.row-refine .col-3 .input-group-desc,
.row-refine .col-9 .input-group-desc {
	margin-bottom: 0;
}

.col-2 {
	width: -webkit-calc((100% - 30px) / 2);
	width: -moz-calc((100% - 30px) / 2);
	width: calc((100% - 30px) / 2);
}

@media (max-width: 767px) {
	.col-2 {
		width: 100%;
	}
}

.form-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.form-row .name {
	width: 125px;
	color: #555;
	font-size: 15px;
	font-weight: 700;
}

.form-row .name-steps {
	width: 300px;
}

.form-row .value {
	width: -webkit-calc(100% - 125px);
	width: -moz-calc(100% - 125px);
	width: calc(100% - 125px);
}

.form-row .value-steps {
	width: calc(100% - 300px);
}

@media (max-width: 767px) {
	.form-row {
		display: block;
	}
	.form-row .name,
	.form-row .value {
		display: block;
		width: 100%;
	}
	.form-row .name {
		margin-bottom: 7px;
	}
}

.col-3,
.col-9 {
	padding: 0 15px;
	position: relative;
	width: 100%;
	min-height: 1px;
}

.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

@media (max-width: 767px) {
	.col-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 35%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
	}
}

.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

@media (max-width: 767px) {
	.col-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 65%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
		max-width: 65%;
	}
}

/* ==========================================================================
#BOX-SIZING
========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	padding: 0;
	margin: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* ==========================================================================
#RESET
========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
	margin: 0;
	padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
	margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
	min-width: 0;
	/* [1] */
	border: 0;
}

button {
	outline: none;
	background: none;
	border: none;
}

/* ==========================================================================
#PAGE WRAPPER
========================================================================== */
.page-wrapper {
	min-height: 100vh;
}

body {
	font-family: "Open Sans", "Arial", "Helvetica Neue", sans-serif;
	font-weight: 400;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
	line-height: 1.4em;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

/* ==========================================================================
#BACKGROUND
========================================================================== */
.bg-blue {
	background: #2c6ed5;
}

.bg-red {
	background: #fa4251;
}

.bg-gra-01 {
	background: -webkit-gradient(linear, left bottom, left top, from(#fbc2eb), to(#a18cd1));
	background: -webkit-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
	background: -moz-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
	background: -o-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
	background: linear-gradient(to top, #fbc2eb 0%, #a18cd1 100%);
}

.bg-gra-02 {
	background: -webkit-gradient(linear, left bottom, right top, from(#fc2c77), to(#6c4079));
	background: -webkit-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
	background: -moz-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
	background: -o-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
	background: linear-gradient(to top right, #fc2c77 0%, #6c4079 100%);
}

.bg-gra-03 {
	background: -webkit-gradient(linear, left bottom, right top, from(#08aeea), to(#b721ff));
	background: -webkit-linear-gradient(bottom left, #08aeea 0%, #b721ff 100%);
	background: -moz-linear-gradient(bottom left, #08aeea 0%, #b721ff 100%);
	background: -o-linear-gradient(bottom left, #08aeea 0%, #b721ff 100%);
	background: linear-gradient(to top right, #08aeea 0%, #b721ff 100%);
}

/* ==========================================================================
#SPACING
========================================================================== */
.p-t-100 {
	padding-top: 100px;
}

.p-t-130 {
	padding-top: 130px;
}

.p-t-180 {
	padding-top: 180px;
}

.p-t-45 {
	padding-top: 45px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-t-15 {
	padding-top: 15px;
}

.p-t-10 {
	padding-top: 10px;
}

.p-t-30 {
	padding-top: 30px;
}

.p-b-100 {
	padding-bottom: 100px;
}

.p-b-50 {
	padding-bottom: 50px;
}

.m-r-45 {
	margin-right: 45px;
}

.m-r-55 {
	margin-right: 55px;
}

.m-b-55 {
	margin-bottom: 55px;
}

/* ==========================================================================
#WRAPPER
========================================================================== */
.wrapper {
	margin: 0 auto;
}

.wrapper--w960 {
	max-width: 960px;
}

.wrapper--w790 {
	max-width: 790px;
}

.wrapper--w780 {
	max-width: 780px;
}

.wrapper--w680 {
	max-width: 680px;
}

.wrapper--w1240 {
	max-width: 1240px; 
}
body.page-my-farm .wrapper--w1240 {
	max-width: none; 
}

/* ==========================================================================
#BUTTON
========================================================================== */
.btn {
	display: inline-block;
	line-height: 50px;
	padding: 0 50px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	font-family: inherit;
}

.btn--radius {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn--radius-2 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn--pill {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.btn--green {
	background: #57b846;
}

.btn--green:hover {
	background: #4dae3c;
}

.btn--blue {
	background: #4272d7;
}

.btn--blue:hover {
	background: #3868cd;
}

.btn--red {
	background: #ff4b5a;
}

.btn--red:hover {
	background: #eb3746;
}

/* ==========================================================================
#DATE PICKER
========================================================================== */
td.active {
	background-color: #2c6ed5;
}

input[type="date" i] {
	padding: 14px;
}

.table-condensed td, .table-condensed th {
	font-size: 14px;
	font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
	font-weight: 400;
}

.daterangepicker td {
	width: 40px;
	height: 30px;
}

.daterangepicker {
	border: none;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	display: none;
	border: 1px solid #e0e0e0;
	margin-top: 5px;
}

.daterangepicker::after, .daterangepicker::before {
	display: none;
}

.daterangepicker thead tr th {
	padding: 10px 0;
}

.daterangepicker .table-condensed th select {
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	padding: 5px;
	outline: none;
}

/* ==========================================================================
#FORM
========================================================================== */
input {
	outline: none;
	margin: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 100%;
	font-size: 14px;
	font-family: inherit;
}

.radio-container {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 16px;
	color: #666;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 10px;
}

.radio-container:not(.myferm-stat-option) input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.radio-container input:checked ~ .checkmark {
	background-color: #e5e5e5;
}

.radio-container input:checked ~ .checkmark:after {
	display: block;
}

.radio-container .checkmark:after {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #57b846;
}

.checkmark {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #e5e5e5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.input--style-15 {
	background: #e5e5e5;
}
.input--style-5 {
	background: #e5e5e5;
	line-height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 22px;
	font-size: 16px;
	color: #555;
}
input.input--style-5.validation-error, .validation-error {
	border-color: red;
	border-width: 1px;
	border-style: solid; 
}
label.error {
	float: right;
	color: red;
	margin: 7px 0 0 0;
	font-size: 14px;
}
#form-messages {
	margin-bottom: 30px;
	text-align: center;
}
#form-messages.error p {
	color: red;
	margin-bottom: 5px;
}
#form-messages.success p {
	color: green;
	margin-bottom: 5px;
}
#form-messages.info p {
	color: blue;
	margin-bottom: 5px;
}

.input-group-desc {
	position: relative;
}

@media (max-width: 767px) {
	.input-group-desc {
		margin-bottom: 40px;
	}
}

.input-group {
	position: relative;
	margin: 0;
}

.label {
	color: #555;
	font-size: 15px;
	font-weight: 700;
}

.label--block {
	width: 100%;
}

.label--desc {
	position: absolute;
	text-transform: capitalize;
	display: block;
	color: #999;
	font-size: 14px;
	margin: 0;
	margin-top: 7px;
	left: 0;
}

/* ==========================================================================
#SELECT2
========================================================================== */
.select--no-search .select2-search {
	display: none !important;
}

.select2-container--open .select2-dropdown--below {
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #e0e0e0;
	margin-top: 5px;
	overflow: hidden;
}
.select2-results__option .dropdown-image, .select2-selection .dropdown-image {
	display: flex;
	align-items: center;
}
.select2-results__option .dropdown-image img, .select2-selection .dropdown-image img {
	height: 20px;
	width: auto;
	margin-right: 10px;
}

.select2-container--default .select2-results__option {
	padding-left: 22px;
}

.rs-select2 {
	position: relative;
}
.rs-select2 .select2-container {
	width: 100% !important;
	outline: none;
	background: #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.rs-select2 .select2-container .select2-selection--single {
	outline: none;
	border: none;
	height: 35px;
	background: transparent;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
	padding-left: 0;
	color: #555;
	font-size: 14px;
	font-family: inherit;
	padding-left: 10px;
	padding-right: 24px;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
	height: 32px;
	right: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
body.page-register .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
	height: 49px;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
	font-family: "Material-Design-Iconic-Font";
	content: '\f2f9';
	font-size: 24px;
	color: #999;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* ==========================================================================
#TITLE
========================================================================== */
.title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	color: #1a1a1a;
}

/* ==========================================================================
#CARD
========================================================================== */
.card {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}

.card-5 {
	background: #fff;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.card-5 .card-heading {
	padding: 30px 0 0;
	background: #fff;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.card-5 .card-body {
	padding: 52px 85px;
	padding-bottom: 73px;
}

@media (max-width: 767px) {
}


.myferm-regiter {
	text-align: center;
}

.myferm-wrapper {
	margin: 0 20px;
}

.bg-modal {
	background-color: #e7f1fa;
	border: 1px solid #396da2;
}

.bg-modal .rs-select2 .select2-container {
	background-color: #fff;
	border: 1px solid #999;
}

.myferm-table {
	margin-top: 30px;
}

.myferm-table td {
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	vertical-align: top;
	border: 1px solid #e2e2e2;
}

.myferm-table th {
	text-align: left;
	padding-left: 3px; 
	padding-right: 3px; 
	vertical-align: top;
	padding-bottom: 10px;
	border: 1px solid #e2e2e2;
}

.myferm-table thead {
	border-bottom: 1px solid #e9e9e9;
}

.myferm-wrapper .card-body {
	padding-left: 25px;
	padding-right: 25px;
}

.myferm-color-1 {
	background-color: #e2e2e2;
}

.myferm-table th.center {
	text-align: center;
}

.myferm-table tbody td {
	position: relative;
}

.myferm-table tbody tr:hover {
	background-color: #e2e2e2 !important;
}

.myferm-table-stats tbody tr:hover {
	background-color: #cce5ff !important;
}

.myferm-table.myferm-other-hover tbody tr:hover {
	background-color: #eaf2f6 !important;
}

.myferm-table.myferm-no-hover tbody tr:hover {
	background-color: transparent !important;
}

.myferm-table .myferm-edit:hover {
	background-color: transparent !important;
}
.myferm-table table.inner-tbl tbody tr:hover {
	background-color: #fff !important;
}

.myferm-btn {
	padding: 10px;
	line-height: 14px;
	font-weight: normal;
	font-size: 14px;
}

.myferm-header {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	background-color: #cce5ff;
	border: 1px solid #b8daff;
	border-radius: 4px;
	padding: 5px 10px;
	margin-top: 20px;
}
.myferm-header-total {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	padding: 5px 10px;
	margin-top: 10px;
}
.myferm-header .rs-select2 .select2-container {
	background: #fff;
}
.myferm-edit input[type="text"] {
	padding: 6px;
}
.myferm-head-1, .myferm-head-2 {
	color: #fff;
	padding: 3px 10px;
}
.myferm-head-1 {
	background-color: purple;
}

.myferm-head-2 {
	background-color: #265a88;
}
.myferm-head-3 {
	background-color: #265a88;
	color: #fff;
}
.inactive td {
	color: #CCC;
}
.select2-container--open .select2-dropdown {
	width: 100% !important;
}
tr.cow-data .select-dropdown {
	position: relative;
}
.myfer-old {
	color: #ff4b5a;
	text-decoration: line-through;
}
.myfer-new {
	color: #4CAF50;
}
.myferm-header .select2-container--open .select2-dropdown {
	width: 200px !important; 
}
.myferm-header .rs-select2 {
	margin-left: 30px;
}
.myferm-stats {
	padding-top: 30px;
	min-width: 800px;
}

.myferm-stats {
	min-width: 750px;
	position: relative;
	left: 10px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.stat {
	background-repeat: no-repeat;
	background-size: contain;
	width: 800px;
	height: 390px;
}
.stat.stat-1 {
	background-image: url(../images/stat-1.png);
}
.stat.stat-2 {
	background-image: url(../images/stat-2.png);
}
.stat.stat-3 {
	background-image: url(../images/stat-3.png);
}
.stat.stat-4 {
	background-image: url(../images/stat-4.png);
}
button a, button a:hover, button a:active {
	color: #fff;
	text-decoration: none;
}
.select-list li {
	list-style-type: none;
}
.myferm-table-add {
	position: relative;
}
.myferm-table-add .select-list {
	display: none;
}
.myferm-table-add .select2-container--open .select2-dropdown {
	width: 60% !important;
}
.myferm-table-add .first-cell {
	width: 250px;
}
.myferm-table-add .select2-container--default .select2-results>.select2-results__options {
	max-height: 400px;
}
.myferm-reg .select2 {
	height: 49px !important;
}
.myferm-reg .select2-selection__rendered {
	line-height: 49px !important;
}
.myferm-note {
	color: #ff4b5a;
	position: absolute;
	top: 2px;
	right: 2px;
	display: none;
}
.myferm-delete {
	color: #ff4b5a;
}
.myferm-cc {
	width: 22%;
}
.myferm-main-header {
	display: flex;
	justify-content: flex-end;
	padding-right: 20px;
	padding-bottom: 20px;
}
.myferm-main-header > div {
	padding-left: 20px;
}
.myferm-main-header a {
	color: #fff;
}
.myferm-reset {
	padding-top: 20px;
	align-items: center;
	width: 100%;
	display: flex;
	justify-content: center;
}
.myferm-period {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 0 10px 30px 10px;
}
.myferm-date-range {
	display: flex;
	margin-left: 8px;
}
.myferm-date-range input {
	border: 1px solid #CCC;
	padding: 8px 15px;
	border-radius: 5px;
	width: 200px;
}
.myferm-period span {
	*padding-left: 25px;
}
.myferm-stat-option {
	margin-left: 10px;
}
.stats-header {
	color: #004085;
}
div.modal-lg {
	width: 1120px;
}
div.modal-md {
	width: 800px;
}
.stats-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.stats-inner-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 35px;
	margin-left: 26px;
}
.stats-inner-container > div {
	display: flex;
	flex-direction: row;
}
.stat-cell-1 {
	font-size: 16px;
	width: 300px;
}
.stat-cell-2 {
	font-size: 16px;
	font-weight: bold;
}
.stat-cell-2 span {
	font-weight: normal;
	font-style: italic;
	color: #999;
}
.stat-row {
	padding: 10px 0;
	width: 100%;
	font-size: 16px;
	align-items: center;
}
.stat-row-last {
	color: #b721ff;
}
.myferm-status {
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 37px;
	background-position: center;
	padding-bottom: 30px;
}
.milk-status.normal {
	background-image: url(../images/normal.png);
}
.milk-status.good {
	background-image: url(../images/good.png);
}
.milk-status.bad {
	background-image: url(../images/bad.png);
}
.yugh-status {
	background-image: url(../images/yugh-status.png);
}
.spitakuc-status {
	background-image: url(../images/spitakuc-status.png);
}
.chor-status {
	background-image: url(../images/chor-status.png);
}
.shaqar-status {
	background-image: url(../images/shaqar-status.png);
}
.myferm-stat-fieldset {
	width: 100%;
	border: 1px solid #999;
	padding: 10px;
}
.myferm-stat-fieldset legend {
	width: initial;
	border: 0;
	font-size: 16px;
	color: #666;
}
.myferm-stat-fieldset .stat-row {
	display: flex;
	flex-direction: row;
}
.stat-total {
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	padding-left: 12px;
}
.card-stats-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.modal-center th {
	font-weight: normal;
	text-align: center;
}
.modal-bg {
	background-color: #cce5ff;
}
.form-range {
	border: 1px solid #CCC;
	padding: 5px;
	border-radius: 4px;
	width: 200px;
}
.form-range-cont {
	margin: 15px 0;
	float: right;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.form-range-cont > div {
	padding-left: 12px;
}
.alert-nodata {
	color: #a94442;
}
.cow-name {
	margin-bottom: 6px;
	font-weight: bold;
	color: #57b846;
}
.modal-total td {
	background-color: #f8d7da;
	color: #721c24;
	font-weight: bold;
}
.myferm-sec {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.myferm-coefecient {
	font-style: italic;
	font-weight: bold;
	margin-top: 40px;
}
.myferm-forgot {
	margin: 20px auto;
}
.myferm-forgot > a:not(:first-child) {
	margin-left: 20px;
}
.myferm-feed {
	width: 130px;
}
.compare-diagram-header {
	display: flex;
	flex-direction: row;
	margin-right: 10px;
}
.compare-diagram-header .select2-container--open .select2-dropdown {
	width: 200px !important;
}
.compare-diagram {
}
.min-width-50 {
	min-width: 50px;
}
button.btn-compare {
	margin-bottom: 20px;
}
.myferm-contact {
	font-size: 18px;
	font-weight: bold;
	color: #265a88;
}
.glyph-end {
	float: right;
}
.glyphicon {
	cursor: pointer;
}
.mobile-item {
	display: flex;
	flex-direction: column;
	display: flex;
	border: 1px solid #2aabd2;
	flex-direction: column;
	margin-bottom: 20px;
	border-radius: 5px;
}
.mobile-item .select2-container--open .select2-dropdown {
	width: 70% !important;
}
.mi-header {
	background-color: #2aabd2;
	color: #FFF;
	padding: 10px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mi-lactation-no {
	font-size: 12px;
	color: #e2e2e2;
}
.mi-body {
	padding: 10px;
	display: flex;
	flex-direction: column;
}
.mi-row {
	display: flex;
	flex-direction: row; 
	align-items: flex-start;
	margin-bottom: 30px;
	align-items: center;
}
.mi-column {
	display: flex;
	flex-direction: column; 
	padding-bottom: 20px;
}
.mi-row-cell {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 5px;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	margin-top: 0;
	margin-bottom: 0;
}
.mi-row-cell.mi-cell-1 {
	margin-right: 5px;
}
.mi-row-cell.mi-cell-2 {
	margin-left: 5px;
}
.mi-row-cell.mi-cell-3 {
	border: 0;
	align-items: center;
}
.mi-row-cell.mi-cell-4 {
	border: 0;
	align-items: center;
}
.mi-row-cell.mi-cell-3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mi-row-cell.mi-cell-4 .mi-option {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.mi-option {
	font-weight: bold;
	padding-bottom: 10px;
}
.mi-last > div {
	margin-right: 10px;
}
.disabled-row td {
	color: #CCC;
	cursor: default;
}
.disabled-row .myferm-btn {
	background-color: #CCC;
	cursor: default;
}
.disabled-row .rs-select2 .select2-container {
	background: #CCC;
}
.disabled-row input {
	color: #CCC;
	cursor: default;
}
.search-cows {
	border: 1px solid #CCC;
	padding: 10px;
	border-radius: 4px;
	width: 400px;
	margin: 10px 0;
}
.search-cow-icon {
	position: relative;
	margin-left: -30px;
}
.icon-stats {
	color: #337ab7;
}
.stat-row-header {
	font-weight: normal;
	font-size: 12px;
}
.stat-row-header .radio-container {
	font-size: 12px;
}
.width-40 {
	width: 40px;
}
.analyze-label {
	padding: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.al-label {
	font-weight: bold;
	color: #1d396a;
	font-size: 22px;
}
.temp-diagram {
	background-image: url(../images/temp.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 98%;
	height: 400px;
	margin-left: 10px;
	background-position: center;
}
.btn.toggle {
	width: 100px !important;
	height: 32px !important;
	padding: 0 10px;
	line-height: 28px;
}
.btn.toggle .toggle-on.btn,
.btn.toggle .toggle-off.btn {
	line-height: 30px;
	font-weight: 300;
	padding-left: 1.5rem;
	font-size: 12px;
}
.toggle-handle {
	padding: 0 12px;
}
.cow-state {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
}
.cow-state.state-1 {
	background-image: url(../images/state-1.png);
}
.cow-state.state-2 {
	background-image: url(../images/state-2.png);
}
.cow-state.state-3 {
	background-image: url(../images/state-3.png);
}
.cow-state.state-4 {
	background-image: url(../images/state-4.png);
}
.cow-state.state-5 {
	background-image: url(../images/state-5.png);
}




/* DROP DOWN */
.dd-health { 
	position: relative;  
	display: inline-block;    
	width: 100%;       
	margin-top: 0;
}      
.editable > .dd-health {
	
}
.dd-health select {   
	display: none;    
}      
td.editable .select-list {
	display: none;
}
body:not(.single-cow) td.editable.editing .select-list {
	display: block;
}
body.single-cow .form-control[name=cow_weight] {
	max-width: 80px;
}
.select-list > li > span:empty {
	display: none !important;
	padding: 0;
	margin: 0;
}
.dd-health .select-list {   
	position: absolute;     
	top: 0;      
	left: 0;     
	z-index: 1;    
	margin-top: 40px;    
	padding: 0;         
	background-color: #fff;      
}      
.dd-health .button {
	width: 100%;
	background-color: #e2e2e2;
	padding: 8px;
	border-radius: 7px;
	text-align: right;
	height: 35px;
}
.dd-health .button span {
	background-size: contain;
	position: absolute;
	left: 10px;
	background-repeat: no-repeat;
	border-radius: 5px;
	max-height: 20px;
	padding-left: 30px;
}
.dd-health .select-list li span {  
	display: inline-block;
	min-height: 40px;
	min-width: 290px;
	width: 100%;
	padding: 5px 15px 5px 55px;
	background-color: transparent;
	background-position: left 10px center;
	background-repeat: no-repeat;
	font-size: 14px;
	text-align: left;
	color: #000;
	opacity: 0.7;
	box-sizing: border-box;
	background-size: contain;
	margin: 5px 0;   
}     
.dd-health .select-list li span:hover,  
.dd-health .select-list li span:focus {     
	opacity: 1;     
} 

.dd-health .button > a,
.dd-corpulence .button > a {
	display: block;
	min-height: 1em;
}

.dd-corpulence { 
	position: relative;  
	display: inline-block;    
	width: 100%;       
	margin-top: 0;
}      
.dd-corpulence select {   
	display: none;    
}      
.dd-corpulence .select-list {   
	position: absolute;     
	top: 0;      
	left: 0;     
	z-index: 1;    
	margin-top: 40px;    
	padding: 0;         
	background-color: #fff;      
}      
.dd-corpulence .button {
	width: 100%;
	background-color: #e2e2e2;
	padding: 8px;
	border-radius: 7px;
	text-align: right;
	height: 35px;
}
.dd-corpulence .button span {
	background-size: contain;
	min-width: 40px;
	position: absolute;
	left: 10px;
	background-repeat: no-repeat;
	border-radius: 5px;
	max-height: 20px;
	padding-left: 50px;
	padding-right: 5px;
	background-color: #fff;
}
.dd-corpulence .select-list li span {  
	display: inline-block;
	min-height: 40px;
	min-width: 290px;
	width: 100%;
	padding: 5px 15px 5px 120px;
	background-color: transparent;
	background-position: left 10px center;
	background-repeat: no-repeat;
	font-size: 22px;
	text-align: left;
	color: #000;
	opacity: 0.7;
	box-sizing: border-box;
	background-size: contain;
	margin: 5px 0;   
}     
.dd-corpulence .select-list li span:hover,  
.dd-corpulence .select-list li span:focus {     
	opacity: 1;     
} 
/* DROP DOWN END */

.edit-row {
	background-color: #e7f1fa;
}
.inner-tbl {
	width: 100%;
}
.cell-big {
	width: 350px
}
.feed-cell-1 {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
}
.feed-cell-2 {
	display: inline-block;
	margin-left: 20px;
}
.feed-cell-3 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}
.feed-cell-4 {
	display: inline-block;
	margin-left: 20px;
}
.mycow-statistics {
	display: flex;
	justify-content: space-between;
}
.mycow-statistics > div {
	flex: 1;
}
.ms-one {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.mt-small {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}

.user-info {
	text-align: center;
	margin: 0 auto 20px;
	padding: 10px;
	background-color: #eeeef5;
	border-radius: 5px;
	width: 35%;
	font-size: 1.2em;
}

a.edit-icon, a.remove-moder, a.remove-user {
	font-size: 20px;
	color: #333;
}

td.chpass .col-md-8 {
	float: left;
	width: 60%;
}
td.chpass > input {
	margin-right: 10px;
}
.table.myferm-table>tbody>tr>td {
	vertical-align: middle;
}
.btn.focus, .btn:focus, .btn:hover {
	color: #fff;
	outline: 0 !important;
}
tr.newly-added.colored, .myferm-table.myferm-other-hover tbody tr.newly-added.colored:hover {
	background-color: #c5e1a5 !important;
}
tr.ready-to-delete.deleting, .myferm-table.myferm-other-hover tbody tr.ready-to-delete.deleting:hover {
	background-color: #fb6c6c !important;
}
.myferm-table tbody tr.newly-added,
.myferm-table tbody tr.ready-to-delete {
	transition: all 2s;
}
.field-icon {
	float: right;
	margin-left: -25px;
	margin-top: -25px;
	position: relative;
	right: 5px;
	z-index: 2;
}
#chart {
	max-width: 750px;
	margin: 10px 0 35px 0;
}
button.btn.btn--radius-2.btn--green.myferm-btn.change_password {
	max-width: 38%;
	font-size: 12px;
}
.save {
	animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(77, 174, 60, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(77, 174, 60, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(77, 174, 60, 0);
	}
}
.half-width {
	width: 45%;
	padding-left: 35px;
	display: inline-block;
	background:url(../images/sun.png) 7px 7px no-repeat;
}
.half-width[name="milk_quant_night"] {
	background-image:url(../images/moon.png);
}
.half-width:not(:last-child) {
	margin-right: 10px;
}
p.info {
	margin-bottom: 15px;
	font-size: 1.1em;
}
body.logged-in {
	*margin-top: -32px;
}
.form-control[type="checkbox"] {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.milk-norms > thead > tr > th:first-child {
	min-width: 200px;
}
.milk-norms .rs-select2 .select2-container {
	background: #fff;
	border: 1px solid #ccc;
}

.myferm-main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #333;
    padding: 1rem;
    color: #fff;
}

.menu-toggle {
    display: none; /* Hide the menu toggle by default */
    flex-direction: column;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.menu-toggle .bar {
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin: 3px 0;
    transition: 0.3s;
}
.nav-menu {
    display: flex;
    flex-direction: row;
}

.nav-menu a, .nav-menu b {
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: block;
}

.nav-menu a:hover {
    background-color: #555;
}
.close-btn {
    display: none; /* Hidden by default */
    font-size: 5rem;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0rem;
    right: 1rem;
}
.myferm-table tbody tr.herd, .myferm-table tbody tr.herd:hover {
	background-color: #f9deb9 !important;
}
.table th.herd-name {
	text-align: center !important;
}
th.herd-name span {
	text-transform: uppercase;
}
.hidden {
	display: none;
}
