html {
	height: 100%;
	margin:0;
}
      
body{
	background-color: #ecf0f5;/*#f3f3f4;*/
	color: #676a6c;
	font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  	overflow-x: hidden;
    overflow-y: auto;
}

.login-background {
    background-image:url("/javax.faces.resource/images/login_background.jpg.jsf?ln=general");
	background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size:  cover;	
	
}

.footer {
	width:100%; 
	padding: 0.7% 1%; 
	background-color:rgba(224, 229, 235, 0.49);
	margin-top:10px;
	font-size: 12px;
}


/* back to top button */
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background: url("/javax.faces.resource/images/top.png.jsf?ln=general") no-repeat;
    background-color: transparent;
    z-index:999;
}

a {
	text-decoration: none !important; 
}
a:active {
  	outline: none !important; 
}

a:hover {
	text-decoration:none !important;
}
.aLink {
	color: inherit !important;
}
.aLink:visited {
	color: inherit !important;
}
.aLink:hover {
	color: #1ab394 !important;
}

/* AJAX / NON AJAX loading gif / background */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:url("/javax.faces.resource/images/ajax-loader.gif.jsf?ln=general") 50% 50% no-repeat #FBFCFD !important;
}

/* AJAX loading gif / background */
.ui-widget-overlay {
	background: #FBFCFD !important;
}
.ui-dialog-mask {
	z-index: 1031 !important;
}
.loadingDialog {
	background-color: transparent !important;
	box-shadow: none !important;
}


.ui-outputpanel-loading {	
	background: none !important;
	left: 43%;
	background:url("/javax.faces.resource/images/ajax-loader.gif.jsf?ln=general") 50% 50% no-repeat transparent !important;
	background-size: 20px 20px !important;
	width:100%;
}


/*******/

.wrapper {
  /*min-height: 100%;*/
  position: relative;
  overflow: hidden;
}

.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}
.custom-container {
	margin-left: 50px;
	margin-top:40px;
}

/*
 * Content Wrapper - contains the main content
 * 
 */
.content-wrapper,
.right-side,
.main-footer {
  	-webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  	-moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  	-o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  	transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  	margin-left: 230px;
  	z-index: 820;
}
.home-content-wrapper {
  	-webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  	-moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  	-o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  	transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  	margin-left: 330px;
  	z-index: 820;	
}

.content-wrapper {
	margin-top: 50px !important;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
  margin-left: 0;
}

/*@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .right-side,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }
 /* .navbar-nav {
  		margin-left: 50px;
  }*/  
}
@media (max-width: 1024px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .right-side,
  .sidebar-open .main-footer {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
}
.content-wrapper,
.right-side {
  min-height: 100%;
  background-color: #ecf0f5/*f3f3f4*/;
  z-index: 800;
}
/*.home-content-wrapper {
	margin-left: 330px !important;
	min-height: 85% !important;
}*/
.home-admin-wrapper {
    margin-left: 0px !important;
}
.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
}
/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed;
}
.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
}
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 100px;
  }
  .center-small {
  	text-align:center;
  }
}


.fixed.layout-boxed .wrapper {
  max-width: 100%;
}
body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header .navbar,
body.hold-transition .main-header .logo {
  /* Fix for IE */
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.breadcrumb {
	padding: 11px 15px 5px 15px;
	margin-bottom: 0px;
	background-color: #ecf0f5;
	font-size:13px;
}

h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
h3, h4, h5 {
  margin-top: 5px;
}

.menu-btn {
   margin-top:20px;   
}
.menu-btn .btn-success {
	margin-right:5px;
}
.menu-btn .btn-default {
	margin-right:5px;
}

.btn-default-dark {
	background-color: #999 !important; 
}
.alert {
	padding: 10px !important;
}
/* Text Colours *********/
	.text-basic {
		color: #1ab394;
	}
	.text-primary {
		color: inherit;
	}	
	.text-muted {
		color: #888888;
	}
	.text-white {
		color: #8a6d3b;
	}
	.text-blue-warm {
		color: #7d98ab !important;
	}
	.text-green-warm {
		color: #a3e1d4 !important;
	}
	.text-blue {
		color: #286090 !important;
	}
	.text-orange {
		color: rgba(211, 136, 31, 0.51) !important;
	}
	.text-orange-dark {
		color: #d3881f;
	}
	.text-olive {
		color: #808000 !important;
	}
	.text-cadet {
		color: cadetblue;
	}
	.text-gray {
		color: #afafaf !important;
	}
	.text-black {
		color: #000000 !important;
	}
	/* Scheduling colors */
	.neutral-sc {
		color: #FFFFFF;
	}
	.success-sc {
		color: #41c127;
	}
	.error-sc {
		color: #DD3022;
	}
	.text-fert {
		color:#e2d385;
	}
	.text-disabled {
		color: #afafaf;
	}
		
/* Badge Colours *********/
		
	.badge-default {
	  background-color: #d1dade;
	  color: #FFFFFF;
	}	
	.badge-primary {
	  background-color: #1c84c6;
	  color: #FFFFFF;
	}	
	.badge-success {
	  background-color: #6fd0bc;
	  color: #FFFFFF;
	}
	.badge-warning {
	  background-color: #f0ad4e;
	  color: #FFFFFF;
	}	
	.badge-danger {
	  background-color: #d9534f;
	  color: #FFFFFF;
	}
	.badge-info {
	  background-color: #93bed8;
	  color: #FFFFFF;
	}
	.badge-green-warm {
		background-color: rgba(26, 179, 148, 0.2) !important;
		color: #FFFFFF;
	}
	.badge-blue-warm {
		background-color: rgba(39, 170, 225, 0.16) !important;
		color: #FFFFFF;
	}

/* Background Colours ********/
	.bg-green-dark {
		background-color: rgba(26, 179, 148, 0.53) !important;
	}
	.bg-green-warm {
		background-color: rgba(26, 179, 148, 0.2) !important;
	}
	.bg-blue-dark {
		background-color: #93bed8 !important;
	}
	.bg-blue-warm {
		background-color: rgba(39, 170, 225, 0.16) !important;
	}
	.bg-orange-dark {
		background-color: #d3881f82 !important;
	}
	.bg-orange-warm {
		background-color: rgba(211, 136, 31, 0.22) !important;
	}
	.bg-grey-dark {
		background-color: #c1c1c1 !important;
	}
	.bg-grey-medium {
		/*background-color: #f4f6f9;*/
		background-color: #fbfcfd;
	}	
	.bg-grey-warm {
		background-color: #e3e1e1;
	}	
	.bg-white {
		background-color: #fff !important;	
	}
	.bg-pink-dark {
		background-color: rgba(213, 157, 157, 0.70) !important;
	}
	.bg-pink-warm {
		background-color: rgba(230, 208, 208, 0.30) !important;
	}
	.bg-irrigation {
		background-color: #5bc0de;
	}	
	.bg-fertigation {
		background-color: #ddd5ad;
	}
	.bg-error {
		background-color: #d70000;
	}
	.bg-success {
		background-color: #41c127;
	}	
	.bg-sidebar {
		background-color: #222d32;
	}
	.bg-overlay {
		background-color: #4b575b;
	}
	
/* END Label Colours *********/


/** login ********************/
.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0;
}
.loginscreen {
    max-width: 400px;
    min-width:335px !important;
    z-index: 100;
    padding: 50px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: 40%;
    left: 50%;
    /*margin-right: -50%;*/
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
	.loginscreen {
		top: 50%;
	}
}

.loginscreen h1 {
    font-size: 170px;
}
.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}
.btn-block {
    display: block;
    width: 100%;
}

.display-block {
	display: block;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: rgb(255, 255, 255, 255) !important;
	-webkit-box-shadow: inset 0 0 0px 9999px white !important;
	}

input:focus,
input:-webkit-autofill:focus {
    border-color: #1ab394;
    -webkit-box-shadow: inset 0 0 0px 9999px white,
                        0 0 8px rgba(102, 175, 233, 0.6);
}                  
}
/**** LAYOUT ELEMENTS ************************/


.hugeIcon {
	font-size: 32px;
}

.normalizeDropdown {
	right: 0;
	min-width: auto;
	left: auto;
}

.fa-1halfx {
    font-size: 1.2em;
}


/* scrollbar */
.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb
{
	background-color: #c0c0c0;
}
/* scrollbar */



.infoBox {
	background-color: #ffd5bf;
	width: auto;
	padding: 10px;
	border-radius: 4px;
	margin: 5px auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.infoBox span {
	color: black;
	margin-left: 15px;
}

.infoBox i {
	color: #58ACFA;
	font-weight: bold;
}

.ui-menu.ui-menu-dynamic {
	width: 250px;
}

.Wid10px {width: 10px;}
.Width100 {
    width: 100% !important;
}
.Wid7 {width: 7.7%;}
.Wid25 {width: 25% !important;}
.wid30 {width: 30% !important;}
.width40 {width: 40% !important;}
.width60 {width: 60% !important;}

.wid80 {width:80px !important;}
.widt170 {width:170px !important;}
.widt250 {width:250px !important;}
.width290 {width:290px !important;}

.Hei50px {
	height: 50px;
}
.Hei75px {
	height: 75px;
}
.Hei100px {
	height: 100px;
}
.Hei200px {
	height: 200px;
}
.MarRight0 {
	margin-right: 0px;
}
.MarRight3 {
	margin-right: 3px;
}
.MarRight5 {
	margin-right: 5px !important;
}
.MarRight10 {
	margin-right: 10px !important;
}
.MarRight25 {
	margin-right: 25px !important;
}
.MarLeft0 {
	margin-left: 0px;
}
.MarLeft5 {
	margin-left: 5px;
}
.MarLeft10 {
	margin-left: 10px !important;
}
.MarLeft20 {
	margin-left: 20px;
}
.MarLeft25 {
	margin-left: 25px;
}
.MarLeft30 {
	margin-left: 30px;
}
.MarLeft40 {
	margin-left: 40px;
}
.MarLeft50 {
	margin-left: 50px;
}
.MarBottom0 {
	margin-bottom: 0px !important;
}
.MarBottom10 {
	margin-bottom: 10px !important;
}
.MarBottom15 {
	margin-bottom: 15px !important;
}

.MarBottom18 { margin-bottom: 18px !important;}
.MarBottom20 {
	margin-bottom: 20px !important;
}
.MarTop0{ margin-top:0px !important;}
.MarTop2{ margin-top:2px;}
.MarTop5{ margin-top:5px;}
.MarTop7{ margin-top: 7px !important;}
.MarTop10{ margin-top:10px !important;}
.MarTop15{ margin-top: 15px !important;}
.MarTop20{ margin-top:20px !important;}
.MarTop25 { margin-top: 25px;}
.MarTop30{ margin-top:30px;}
.MarTop40{ margin-top:40px;}
.MarTop50{ margin-top:50px !important;}

.Pad0 {
  padding: 0 !important;
}
.PadLeft0 {
	padding-left: 0px;
}
.PadLeft3 {
	padding-left: 3px;
}
.PadLeft5 {
	padding-left: 5px;
}
.PadLeft10 {
	padding-left: 10px;
}
.PadLeft15 {
	padding-left: 15px;
}
.PadLeft20 {
	padding-left: 20px;
}
.PadLeft30 {
	padding-left: 30px;
}
.PadLeft40 {
	padding-left: 40px;
}
.PadLeft50 {
	padding-left: 50px;
}
.PadLeft70 {
	padding-left: 70px !important;
}
.PadRight0 {
	padding-right: 0px;
}
.PadRight5 {
	padding-right: 5px;
}
.PadRight10 {
	padding-right: 10px;
}
.PadRight20 {
	padding-right: 20px;
}
.PadRight30 {
	padding-right: 30px;
}
.PadRight40 {
	padding-right: 40px;
}
.PadRight50 {
	padding-right: 50px;
}
.PadTop0{
	padding-top: 0px !important;
}
.PadTop3 {
	padding-top: 3px;
}
.PadTop5 {
	padding-top: 5px;
}
.PadTop10 {
	padding-top: 10px;
}
.PadTop15 {
	padding-top: 15px;
}
.PadTop20 {
	padding-top: 20px;
}
.PadTop30 {
	padding-top: 30px;
}
.PadTop35 {
	padding-top: 35px;
}
.PadTop40 {
	padding-top: 40px;
}
.PadTop50 {
	padding-top: 50px;
}
.PadBottom0 {
	padding-bottom: 0px !important;
}
.PadBottom5 {
	padding-bottom: 5px;
}
.PadBottom10 {
	padding-bottom: 10px;
}
.PadBottom15 {
	padding-bottom: 15px;
}
.PadBottom20 {
	padding-bottom: 20px;
}
.PadBottom30 {
	padding-bottom: 30px;
}
.PadBottom40 {
	padding-bottom: 40px;
}
.PadBottom50 {
	padding-bottom: 50px;
}



.AlignVerticalTop {
	vertical-align: top;
}

.AlignVerticalMiddle {
	vertical-align: middle;
}

.BorderNone {
	border: none !important;
}

#plantingBox .infoBox {
	text-align: left;
}

#plantingBox .infoBox i {
	font-size: 20px;
	float: left;
	margin-right: 8px;
}

.menuLevel1 {
	background-color: #FFF;
}


.table > thead > tr > th, .table > tbody > tr > th, 
.table > tfoot > tr > th, .table > thead > tr > td, 
.table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align:middle;
}

.datatable tr th {
	color: #676a6c;
	background-color: #D9E3E8;
	border: solid 1px #C3CCD5;
	outline: none;
	padding: 5px;
	font-size: 14px;
}

.table-header {
	color: inherit !important;
	/*background-color: #eceeef;*/
	border: solid 1px #C3CCD5;
	outline: none;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

#soil-test-table input {
	width: 70px;
}

.message-box {
	padding: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 85%;
	margin: 5px 0px;
}

.message-container {
	width: 100%;
}

.message-container-other {
	text-align: right;
}

.message-container-user {
	text-align: left;
}

.message-other {
	background-color: white;
	border: 1px solid #63BCE2;
	color: #63BCE2;
	float: right;
	text-align: right;
}

.message-user-header {
	font-size: 12px;
	margin-bottom: 10px;
}

.message-user {
	background-color: white;
	border: 1px solid #F9BF00;
	color: #D9AF08;
	float: left;
	text-align: left;
}

.message-other-header {
	font-size: 12px;
	margin-bottom: 10px;
}

.to-users-list {
	padding: 8px 2px;
	display: inline-block;
}

.conversation-user {
	margin-right: 10px;
}

#amendments-table {
	border-spacing: 0px;
	border-collapse: 0px;
}

.planting_table {
	padding: 10px;
	border-spacing: 10px;
	border-collapse: separate;
}

.planting_content_column {
	vertical-align: top;
	width: 50%;
	border: 1px solid #C6D6DF;
	padding: 2px !important;
	margin: 5px !important;
	background-color: #FBFCFD;
	border-radius: 3px;
	-moz-box-shadow: 5px 5px #C6D6DF;
	-webkit-box-shadow: 5px 5px #C6D6DF;
	box-shadow: 5px 5px #C6D6DF;
}

.planting_panel {
	height: 100%;
	border: none;
}

.MediumTopic {
	font-size: 16px;
	color: #3B3D3F;	
	display: block;
	width: 100%;
	border-bottom: solid 1px #C3CCD5;
	padding: 10px 0px;
	margin-bottom: 10px !important;
	overflow: hidden;
	font-weight: bold;
}



.planting-menu-item {
	margin-right: 10px;
	width: 50px;
}

.soilTestSize {
	width: 80px !important;
	margin-right: 5px;
}

.table-spacing {
	border-spacing: 3px 10px;
}


.historic-irrigation-missed-column {
	color: red !important;
	font-weight: bold;
}

.historic-program-column {
	color: red !important;
	font-weight: bold;
}

.historic-irrigation-current-stage-column {
	color: blue !important;
	font-weight: bold;
}

.historic-irrigation-regular-column {
	
}

.historic-irrigation-completed-column {
	color: green !important;
	font-weight: bold;
}

.historic-more-than-expected {
	color: #C0006D !important;
	font-weight: bold;
}

.historic-missed-application {
	color: red !important;
	font-weight: bold;
}

.historic-already-applied {
	color: green !important;
	font-weight: bold;
}

.historic-pending-application-current {
	color: orange !important;
	font-weight: bold;
}

.historic-growth-stage-not-reached {
	
}

.BorderedBoxGreen {
	border: solid 1px #D9E3E8;
	background-color: #F4FFEE;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 15px;
}

.BorderedProductLabel {
	border: solid 1px #D9E3E8;
	padding: 10px 5px;
	display: inline-block;
	background-color: gray;
	color: white;
	font-weight: bold;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	min-width: 70px;
}


#dashboardMainMap {
	min-height:87vh;
}


.overlay-dialog {
	/*text-align: center;*/ 
	display: block; 
	margin: auto;
}
.overlay-dialog h3 {
	font-weight:600;
}
.map-container {
	background-color: #f1f1f1 !important;
	border-radius: 5px;
}

.overlay-schedule {
	display: block;
    margin: auto;
    overflow: hidden;
    width:300px;
}
.overlay-schedule h3 {
	font-weight: bold !important;
}

.overlay-schedule .update-date {
	font-size:11px;
	font-weight: bold;
	color:#d8a24e;
}

.overlay-schedule .section-header {
	display:inline;
}
.overlay-schedule .section-header .round-sm .label {
	font-size:16px;
}

.overlay-schedule .section-header h4 {
	display:inline;
}

/** OVERLAY PANEL **/
.ui-overlaypanel-close {
	top: 10px;
    right: 10px;
}

.overlayErrorPanel {
	overflow: visible;
	position:fixed;
	white-space: normal;
	display: block !important;
	max-width: 460px;
	z-index: 1031 !important;
}
.overlayErrorPanel .ui-overlaypanel-content {
	padding: 10px 15px 5px 10px !important;
	background-color: #fbfcfd;
}
.overlayErrorPanelError .ui-overlaypanel-content {
	background-color: #f2e3e3;
}
.overlayErrorPanelWarning .ui-overlaypanel-content {
	background-color: #fff4e4;
}

.overlayErrorPanel .ui-overlaypanel-content p {
	padding-left:17px;
}
.overlayErrorPanel .ui-overlaypanel-content .alert {
	margin-bottom: 0px !important;
}

/** WEATHER DIALOG - HOME screen**/

#farmWeatherDialog .ui-dialog-content {
	overflow-y: hidden;
}

#blockWeatherDialog {
	height: 680px !important;
}

#blockWeatherDialog .ui-dialog-content {
	height: 640px !important;
	overflow-y: hidden;
}

.weatherTableSummary span {
	color: #868585;
}
.weatherTemp {
	color: #868585;
}
.ui-panelgrid.farmDashweatherTable tbody tr td {
	border: 0px !Important;
	
}
.weatherTableForecast .weatherTopMenu {
	text-align: center;
}

.btn-weather {
	width:120px;
}
.btn-info.btn-weather .ui-button-text {
    height: 25px;
    padding: 3px 10px !important;
}

.weatherTableForecastTabView {
	border: none;
}

.weatherTableForecastTabView.ui-tabs-top .ui-tabs-nav {
	background-color: transparent;
	text-align: center;
}

.weatherTableForecastTabView.ui-tabs-top .ui-tabs-nav li a {
	color: #989999 !important;
}

.weatherTableForecastTabView.ui-tabs-top .ui-tabs-nav li.ui-tabs-selected {
	border: solid 1px #e0e0e0 !important;
	background-color: #fcfcfc !important;
}

.weatherTableForecastTabView.ui-tabs-top .ui-tabs-nav li.ui-tabs-selected a {
	color: #646464 !important;
}

.weatherTableForecastTabView.ui-tabs-top .ui-tabs-nav li.ui-tabs-selected a,
	.weatherTableForecastTabView.ui-tabs-top .ui-tabs-nav li.ui-state-hover a
	{
	color: #646464 !important;
}

.containerTemperature.ct, .containerPrecipitation.cp, .containerWind.cw {
	width: 520px;
	height: 240px;
}

.containerPrecipitation {
	display: none;
}

.containerWind {
	display: none;
}

.weatherTopMenu {
	width: 100%;
	text-align: left;
	border: none;
}

.fa-rotate-45 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.weatherWindTable td {
	padding: 5px;
	text-align: center;
}

.graphic {
	width: 100% !important;
	height: 550px;
	/*margin: 0 auto;*/
}
.graphic.highchart-container {
	width: 90% !important;
	max-width: 90% !important;
}



.required:AFTER {
	content: "  *";
}



.foliar {
	background-color: #f0f8ff;
	font-weight: bold;
	color: black !important;
}

.BorderedBoxOrange {
	border: solid 1px #D9E3E8;
	background-color: orange;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 15px;
}

.tank {
	height: 200px;
	width: 120px;
	border: 1px solid blue;
	border-radius: 5px;
}

.tank-trans {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.tank-trans .liters-text {
	color: black;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.tank-colour {
	width: 100%;
	background-color: blue;
	text-align: center;
	vertical-align: middle;
}

.tank-colour .liters-text {
	color: white;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.noresize {
	resize: none;
}

.generalViewBlockLine td {
	border-bottom: 1px dotted;
	height: 40px;
}

.ui-notificationbar {
	height: auto !important;
	opacity: 0.9;
}

.tabViewReminders .ui-tabs-nav {
	height: auto;
	padding-bottom: 2px;
	background-color: transparent;
	color: black;
	border: solid 1px #C6D6DF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.tabViewReminders {
	width: 98%;
	background-color: transparent !important;
	border: none !important;
}

.ui-notificationbar {
	border: 1px solid black;
	background: #F6FAFC;
	color: #222;
}

.tabViewReminders .ui-tabs-nav li.ui-tabs-selected, .tabViewReminders .ui-tabs-nav li.ui-tabs-active,
	.tabViewReminders .ui-tabs-nav li.ui-state-hover {
	background-color: grey !important;
	float: left;
	border: solid 1px black !important;
}

.tabViewReminders .ui-tabs-nav li.ui-tabs-selected a, .tabViewReminders .ui-tabs-nav li.ui-tabs-active a,
	.tabViewReminders .ui-tabs-nav li.ui-state-hover a {
	color: white !important;
	font-weight: bold !important;
}

.tabViewReminders .ui-tabs-nav li a {
	color: black !important;
	font-weight: bold !important;
}

.tabViewReminders .ui-tabs-panels {
	border: solid 1px #C6D6DF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.tabViewRemindersPanel {
	border: none !important;
	padding: 0px !important;
	background-color: transparent !important;
	border-radius: 0px !important;
}

              

.FontItalic {
	font-style: italic;
}
/*


/** BOOTSTRAP CUSTOMIZATION **/

.badge-custom-notify{
   position:relative;
   top: -10px;
   left: -1px;
   min-width: 5px;
}


.BigTopic {
	color: #778D9B;
}

.container-general {
   padding-right: 0px;
   padding-left: 0px;
}
/**************************************** TOPNAVBAR  ******************************************************/

.navbar {
	border-radius: 0px;
}
.navbar-custom {
  	background-color: #1ab394/*#0d5f31*/;
	border-color: transparent;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-bottom-color: #fff;
}
.navbar-custom .navbar-brand {
  	color: #fff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  	color: #778D9B;
  	background-color: transparent;
}
.navbar-custom .navbar-text {
  	color: #777;
}
.navbar-custom .navbar-nav > li > a {
  	color: #fff !important;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  	color: #ffffff;
  	background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  	color: #555;
  	background-color: #ffffff;
}

.navbar-custom .navbar-toggle {
  	border-color: #666;
  	background-color: #eee;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  	background-color: #ddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  	background-color: #888;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
   	border-color: #e7e7e7;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  	color: #fff;
  	background-color: transparent !important;
}

.navbar-custom .navbar-link {
  	color: #777;
}
.navbar-custom .navbar-link:hover {
  	color: #333;
}
.navbar-custom .btn-link {
  	color: #777;
}
.navbar-custom .btn-link:hover,
.navbar-custom .btn-link:focus {
  	color: #333;
}
.navbar-custom .btn-link[disabled]:hover,
fieldset[disabled] .navbar-custom .btn-link:hover,
.navbar-custom .btn-link[disabled]:focus,
fieldset[disabled] .navbar-custom .btn-link:focus {
  color: #ccc;
}

.navbar-right > li > a {
	padding-left: 13px;
	padding-right: 9px;
}
	
.navbar-custom .dropdown-farms > li a:hover,
.navbar-custom .dropdown-alerts .notifications > li a:hover {
   background-color: #f5f5f5;
   color: #676a6c !important;
}
.navbar-custom .dropdown-alerts .notifications > li a {
	width: 100%;
}
.navbar-custom .dropdown-alerts .notifications-not-read {
    background-color: #f9f9f9;
    color:#191818 !important;
}
.navbar-custom .dropdown-alerts .notifications-read,
.ui-datatable table tbody tr td .notifications-read {
    color: #c1c1c1 !important;
}

/************************** dropdown-submenu ********************/

.dropdown-submenu {
    position: relative;    
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    /*border-top: 6px solid #1ab394;
    border-bottom: 6px solid #1ab394;*/
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/***************  TOP NAVBAR - Customization ***********************/

.navbar {
	margin-bottom: 0px;
}

.container-fluid {
   padding-right: 50px;
   padding-left: 50px;
}
.farm-icon {
	display: none !important;	
}
.farm-name {
	display:block !important;
}

@media (max-width: 1024px) {
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0;
  }
  .container-fluid {
  	padding-left:10px;
  	padding-right:30px;
  }
  .overlayErrorPanel {
	width:350px;  
  }
}
.navbar-nav > li > .dropdown-menu {
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
}

.dropdown .ui-commandlink {
	/*color: #676a6c !important;*/
	margin-right: 0px !important;
}
.dropdown-menu>li>a {
	color: #676a6c !important;
}
/* Schedule dropdown */
.dropdown-alerts .schedule-progress-bar {
	clear: none;
	float: left;
	margin-left: 17px;
}
.dropdown-alerts .schedule-progress-bar .row-square{
	float: left;
	height : 8px;
	width : 8px;
	float: left;
	clear: none;
	text-align:center;
	margin-right: 3px;
	margin-bottom: 3px;
}

/* Notifications & Block Status - badge label on top right  // TODO: adapt to small screens*/
.user-notifications .label{
    line-height: 12px;
    padding: 2px 4px;
    position: absolute;
    right: 0px;
    top: 8px;
    font-weight: normal;
}

/* Notifications & Block Status dropdowns */
.dropdown-alerts {
	border: medium none;
	box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
	font-size: 12px !important;
	padding: 10px 0px 6px 7px !important;
}

.dropdown-alerts i {
	padding-right:3px;
	min-height:10px !important;
}

.notifications {
	overflow-y:auto;
	min-height:0px !important;
	white-space: nowrap;
	margin-right: 8px;
}

.notifications-scroll {
	height: 260px;
	overflow-y: auto;
	overflow-x: hidden;
	width:100%;
}

.dropdown-alerts .dropdown-header {
	padding: 0px 8px 0px 3px;
	color: #9b9b9b;
}
.dropdown-alerts li a {
    min-height: 0;
    padding: 6px 3px !important;
    display:inline-block !important;
}
.dropdown-alerts li .subtext {
	margin-left: 15px !important;
	display: block;
	font-size: 90%;
}
.dropdown-alerts .divider {
	margin: 0px;
}
.dropdown-alerts .notification-view-all {
	padding-right: 9px;
	padding-top: 5px;
}
.dropdown-alerts .notification-view-all a {
	height: 30px;
	text-align: center;
	padding: 10px;
	width: 100%;
}
.dropdown-alerts .notification-view-all a:hover {
	background-color: #f5f5f5;
	font-weight: 600 !important;
}
/* User dropdown styles */
.user-link:hover {
	color: #1ab394 !important;
}


/******** TOP NAV BAR - USER DROPDOWN **********/

.navbar-nav > .user-menu > .dropdown-menu {
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 140px;
  padding: 10px;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgb(110, 110, 110);
  font-size: 17px;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #444 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}

@media (max-width: 991px) {
  .content-header > .breadcrumb li:before {
    color: #97a0b3;
  }	
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
  }
  .col-md-martop {
  	margin-top: 20px;
  }
}
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}

.navbar .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  font-family: fontAwesome;
}
.navbar .sidebar-toggle:before {
  content: "\f0c9";
}
.navbar .sidebar-toggle:hover {
  color: #fff;
}
.navbar .sidebar-toggle:focus,
.navbar .sidebar-toggle:active {
  background: transparent;
}
.navbar .sidebar-toggle .icon-bar {
  display: none;
}
.navbar .sidebar-toggle {
  color: #ffffff;
}
.navbar .sidebar-toggle:hover {
  font-weight: bold;
}

/******** BOOTSTRAP TIMELINE *************/
/* -----------------------------------------------
 * Timeline
 * --------------------------------------------- */
 .timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 2px;
    background: #ecf0f5;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid rgb(230, 234, 240);
    background: #ffffff;
    position: relative;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid rgb(230, 234, 240);
    border-right: 0 solid rgb(230, 234, 240);
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline > li > .timeline-badge {
    color: #ecf0f5;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #ecf0f5 !important;
}
.timeline-badge a:hover {
    color: #dcdcdc !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading h3 {
    font-weight: bold;
    padding: 20px 15px;
}
.timeline-heading-icon {
    font-weight: 400;
    padding: 1px 1px;
    margin-right: 10px;
    font-size: 24px;
    margin: 5px;
}
.timeline-heading-icon .note-type-class-icon {
	border-radius: 50%;
    padding: 10px 10px;
}
.timeline-heading-icon .note-type-image-icon {
	border-radius: 50%;
    width: 44px;
    height: 44px;
}
.timeline-heading-icon .note-type-field-status {
    background-color: black;
}
.timeline-body > p, .timeline-body > ul {
    padding: 10px 15px;
    margin-bottom: 0;
}
.timeline-footer {
    padding: 1px 15px 7px 15px;
    background-color: rgb(230, 234, 240);
}
.timeline-footer .timeline-created-by {
    font-weight: 400;
    color: #4679bd;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline-footer .fa {
	font-size: 20px;
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}
.timeline-images {
	padding: 10px 15px;
    margin-bottom: 0;
    text-align: right;
}
.timeline-images img {
	width: 40px;
    height: 40px;
    margin-left: 5px;
}

.sidebar-collapse .block-notes-icon-unread {
	color: #f0ad4e;
}

.no-float {
    float: none !important;
}
.cursor-pointer {
	cursor: pointer !important;
}
.MarTop25BigOnly {
	margin-top:25px;
}
@media (max-width: 767px) {
	.colX {padding-right:10px;}
	.MarTop25BigOnly {
		margin-top:0px;
	}
}
@media (max-width: 1024px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li {
        margin-bottom: 0px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }
}
.header-no-sidebar {
    margin-top: 65px !important;
    padding: 20px 20px 20px 20px;	
}
.general-no-sidebar {
    border-top: 0;
    margin-top: 10px;
    padding: 20px 20px 20px 20px;
}


.row-header {
    margin-top: 0px;
    padding: 20px 20px 20px 10px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #ffffff;
}
.row-header-block {
    margin-left: 0px;
    margin-right: 0px;
    background-color: #ffffff;
}
.row-body,
.row-body-nobg {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    
}
.row-body {
	background-color: #ffffff;
}
.row-body #blockErrorsAlert {
	font-size:1.3em;padding-left: 5px;cursor:pointer;
}

.dashboard-alert-row {
	margin: 15px 0px 0px 0px;
}

.dashboard-planting-row {
	margin: 0px 0px 0px 0px;
	
}

.dashboard-alert-row .alert {
	margin-bottom:0px;
}

.edit-panel {
    border-top: 0;
    margin-top: 10px;
    padding: 20px 20px 20px 20px;
    margin-left: 0px;
    margin-right: 0px;
}

.row-edit-block {
	margin: 20px 1px 0px 1px;
}

.form-content-row {
	margin-top: 40px;
}

.form-panel {
    margin-top: 40px !important;
}

.farm-map {
	width:100%;
	height:220px;
	margin-top:25px;
}
/* Table responsive Input elements - Combo box*/

.table {
	border: solid 1px #e6ebf1;
}

.table-hover > tbody > tr.no-hover:hover > td,
.table-hover > tbody > tr.no-hover:hover > th {
    background-color: #ffffff;
}

.table-hover > tbody > tr.warning-row {
	 background-color:rgba(255, 165, 0, 0.1);
}

.table-responsive .ui-inputfield {
	padding:9px !important; 
}
.table-responsive .ui-selectonemenu{
	margin-left: -10px;
	font-size:14px !important;
	padding:0px 5px 0px 0px !important; 
	border: 0px !important; 
	-webkit-transition: none;
   -moz-transition: none; 
   -ms-transition: none; 
   -o-transition: none; 
   transition: none; 
   color: #778D9B;	
}
.table-responsive .ui-selectonemenu-trigger .ui-icon-triangle-1-s, .ui-selectcheckboxmenu-trigger .ui-icon-triangle-1-s { 
	background-image:url("/javax.faces.resource/images/downarrow-gray.svg.jsf?ln=primefaces-spark") !important;
	margin-top:10px !important;
}
.table-responsive .ui-selectonemenu .ui-selectonemenu-trigger {
	background-color: transparent !important;
	border: none;
}
.table-responsive .ui-selectonemenu .ui-selectonemenu-trigger {
	margin: 0px !important;
	top: 0px;
	width: 26px;
}

.table-responsive .ui-widget .ui-state-focus {
	box-shadow: none;
}
.table-responsive .ui-widget.ui-state-focus {
	box-shadow: none;
}
.table-responsive .btn-add {
	padding: 1px 12px !important;
}

.table-responsive .label {
	font-size: 85%;
	font-weight: normal;
	padding: .2em .4em .1em !important
}

.table-col-btn {
	width: 50px;
}

.widget {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.border-bottom {
    border-bottom: 1px solid #e7eaec !important;
}
.statistic-box {
    margin-top: 10px;
}
.list-group.clear-list .list-group-item {
    border-top: 1px solid #e7eaec;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px 0;
}

.first-item {
    border-top: none !important;
}
.list-group-item {
    background-color: inherit;
    border: 1px solid #e7eaec;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
/* Farm Panel Header (Users and Blocks) */
.small-box {
    display: block;
    margin-bottom: 20px;
}
.small-box>.inner {
    padding: 10px;
}
.small-box h3, .small-box p {
    z-index: 5;
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}
.small-box p {
    font-size: 15px;
    margin: 0 0 10px;
    color:#676a6c;
}
.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 0;   
}
/* End Farm Panel Header (Users and Blocks) */

.box {
	position: relative;
	background: #ffffff;
	/*margin-bottom: 5px;*/
	width: 100%;
}

.box-nobordered {	
	background: transparent;
	border: 0px !important;
	box-shadow: 0px 0px 0px;
	box-shadow:0px !important;
}

.box-bordered {
	border: 1px solid #d6d6e0 !important;

}
.box.no-border {
	border-top: 0px !important;
}
.box.box-primary {
	border-top-color: #1ab394;
}
.box.box-default {
	border-top-color: #d1dade;
	box-shadow:0 1px 1px 0 rgb(236, 240, 245), 0 1px 10px 0 rgba(0, 0, 0, 0.09);
}
.box.box-success {
  border-top-color: #1c84c6;
}
.box.box-info {
  border-top-color: #23c6c8;
}
.box.box-warning {
  border-top-color: #f8ac59;
}
.box.box-danger {
  border-top-color: #ed5565;
}

.box-header {
    display: block;
    padding: 10px;
    position: relative;
}
.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.box-header > .box-tools i {
	font-size: 15px;
}

.box-header > .box-tools > .btn {
	outline:0;
}

.box-header > .box-tools > .btn > a {
	outline:0;
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #c6c6c6 !important;
}

.btn-box-tool:hover {
    color: #1ab394 !important;
}

.box-header .badge {
	margin-top: 0px;
}

.box-tools.box-tools-scheduling span {
	line-height:20px;
	font-size:22px;
	color:#676a6c;
}

.box-tools.box-tools-scheduling .fa-level-down, .fa-level-up {
	margin-right:20px !important;
}
.box-body {
   
    /*color: #1ab394 !important;*/
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .btn-xs {
	font-size: 11px;
}

.box-body a:hover{
	/*color: #3e4240!important;*/
	color: #ccc !important;	
}
.box-footer {
	position: relative;
  	text-align: center;
  	padding: 3px 10px;
  	color: #fff;  
  	display: block;
  	text-decoration: none;
  	height: 20px;
  	color:#8f9998;
}
.box-footer-big {
	height: 80px;
}
.box-footer a{
	color: #ffffff !important;
}
.box-footer a:hover{
	color: #ffffff !important;
}

/* Block Footer Notifications */

.box-body .no-fit {
    position: absolute;
    right: -5px;
    top: -5px;	
}
.box-footer.box-footer-ws .label {
    line-height: 12px;
    position: absolute;
    right: 2px;
    top: -3px;
    font-weight: normal;
    padding: .1em .3em .0em .3em;
} 
.box-footer.box-footer-block {
	height: 27px;
	background-color: #f3f6f9;
	text-align:left !Important;
	color: #676a6c;
}
.text-danger-soft {
	color: #d9534fd1;
}
/* End Block Footer Notifications */

.box-header::after, .box-body::after, .box-footer::after {
    clear: both;
}

.box-header::before, .box-body::before, .box-footer::before, .box-header::after, .box-body::after, .box-footer::after {
    content: " ";
    display: table;
}
.box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
    margin-right: 5px;
}
.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 15px;
    margin: 0;
    line-height: 1;
}

.box-header h3 {
	font-weight: 600;
	font-size: 14px;
	padding-right: 5px;
	color: #676a6c;
}

.box-header h2 {
	font-weight: 400;
	font-size: 14px !important;
}

.panel-white {
	background-color: #ffffff;
	border-color: #ffffff;
	border: 0;
	box-shadow: none;
}
.panel-white .panel-heading {
	background-color: #ffffff;
	border: 0;
	box-shadow: none;
}
.panel-actions { 
  margin-bottom: 0;
  text-align: right;
}
.panel-actions a {
  color: #676a6c !important;
}

.warning-empty {	
	padding-bottom:15px;
	font-size:15px;	
	color: #8a6d3b;
}

.sub-table-icon-warning:before {	
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f06a";
    font-size: 40px;
    color: #ffc561;
}
.sub-table-icon-info:before {	
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f05a";
    font-size: 40px;
    color: #fff;
}
.sub-table-icon-success:before {	
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f05d";
    font-size: 40px;
    color: #5cb85c;
    margin-top: -5px;
}
.blockContacts-icon-info:before {	
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f05a";
    font-size: 20px;
    color: #fff;
}
.sub-table-header {
	font-weight: 600;
	font-size:15px;
}
.sub-table-content {
	/*margin-left:10px;*/
}	
	
.ui-notificationbar {
	z-index: 1000;
}
/********** BLOCKS PANEL ********/

.tempUser {background-color: #eed2d2 !important;}

.btn-xs > .ui-button-text {
	font-size: 12px !important;
}

.weatherStations .ui-button-text {
	color: #676565 !important;	
}

li:focus {outline:0;}

	
@media (min-width: 768px) and (max-width: 991px) {
	.blockDeviceCombo {
		width:95% !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.blockDeviceCombo {
		width:90% !important;
	}
}

.toggle-button {
	visibility: hidden;
}
@media (min-width: 1025px){
	.navbar-nav {
		margin-left: 185px !important;
	}
	.scrollup{
		visibility: hidden;
	}
}

.blockGrowersTable .ui-datatable-scrollable-body {
    overflow-x: hidden;
}

.blockGrowersTable .ui-datatable-scrollable-header {
	background-color: transparent !important;
}

input, select {
   /*border: 1px solid #555;*/
   border: solid 1px #ccc;
   line-height: 1.2em;
   background: #fff;
   /*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));*/
   -webkit-appearance: none;
   /*-webkit-box-shadow: 1px 1px 1px #fff;*/
   -webkit-border-radius: 0.5em;
   -moz-appearance: none; appearance: none;
 }

 select {
 	font-size: 14px !important;
 }

.blockUserContactsInplace {
	position: relative;
}

.nav-tabs > li > a, .ui-tabs-top .ui-tabs-nav li a {
	/*jguzman*/
	color: #c3c3c3;
  	font-weight: 600;
}
.ui-tabs-top .ui-tabs-nav li a {
	color: #A7B1C2 !important;
}

::-webkit-scrollbar {
    width: 9px; 
    /*-webkit-appearance: none;*/
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,1);
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e2e2e2;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
@media (min-width: 991px) {
  .col-custom-left {
	padding-left: 9px;
  }
  .col-custom-right {
	padding-right: 9px;
  }
}

.info-box {
    display: block;
    min-height: 80px;
    background: #fff;
    width: 100%;
    text-decoration: none !important;
    border: 1px solid #ecf0f5;
}

.info-box-content {
    padding: 5px 10px;
    height: 80px;
    text-align: center;
}

.info-box-content-big {
    height: 120px;
    padding: 5px 5px;
}
.info-box-icon {
    border-radius:0 0 10px 0;
    display: block;
    float: left;
    height: 80px;;
    width: 30%;
    text-align: center;
    font-size: 50px;
    /*background: #FFF;*/
}
.info-block-icon {
    height: 40px;
    width: 20%;
    font-size: 23px;
    padding: 3px;
}
.info-box-text {
    font-size: 12px;
    text-overflow: ellipsis;  
}
.info-box-content-big .info-box-text {
	font-size: 14px;
}

.box-add-item {
	display: block;
	border: 1px solid #ecf0f5;
	height:149px;
	text-align: center;
	background-color: #fbfcfd;
    padding: 50px 0;
}

.box-add-item .fa-plus-circle {
	color: #91d7c6;
    margin : 0 auto;
    font-size: 35px;
}

.box-add-item .fa-plus-circle:hover {
	color: #1ab394;
}

.Mar10-0 {
	margin:10px 0;
}

.info-box-number {
    display: block;
    font-weight: 500;
    font-size: 18px;
    padding-top: 13px;
    font-weight:600;
}

.info-box-name {
	display: block;
    font-weight: 500;
    font-size: 15px;
    padding-top: 45px;	
}
.info-box-content-big .info-box-name {
	padding-top: 40px;
}

.info-box-number-big {
    display: block;
    font-weight: bold;
    font-size: 30px;
    padding-top: 5px;
}

.info-box-number-big i{
	font-size: 2px;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

/** Tabs Custom **/
.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right {
    float: none !important;
}

.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border: 0px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.nav-tabs-custom > .tab-content {
    background: #fff;
    /*padding: 10px;*/ 
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li.header {
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
    float: right;
}
.nav-tabs-custom > .nav-tabs > li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li > a {
	 color: #676a6c;
}

.nav-tabs-custom > .nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: transparent;
}
.nav-tabs-custom .nav-tabs > li.active > a {
	border: none;
	border-bottom: 3px solid #1cb394;
}

.nav-tabs-forecast {
	text-align: center;
	border-bottom: none;
}

.nav-tabs-forecast li {
	display: inline-block; 
	float:none;
}

/** **/

.col-centered{
    float: none;
    margin: 0 auto;
}

.dashboard-row {
	margin-left: 0px;
	margin-right: 0px;
}

.change-pwd:hover {
	color: #1ab394 !important;
}

.sprayingTab .ui-tabs-panels {
	height:40px !important;
}

.farm-tabs {
	margin:25px 10px;
}


/* Checkbox - CSS styled *********/
input[type="checkbox"] {
	display: none !important;
}
input[type="text"]:hover {
	border: solid 1px #1ab394 !important;
}

.onoffswitch {
    position: relative; 
    width: 45px;
    -webkit-user-select:none; 
    -moz-user-select:none; 
    -ms-user-select: none;
    z-index: 1;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; 
    overflow: hidden; 
    cursor: pointer;
    height: 15px; 
    padding: 0; 
    line-height: 20px;
    border: 0px solid #FFFFFF; 
    border-radius: 30px;
    background-color: /*#9E9E9E;*/#d1d3d4;
    box-shadow: inset 0 3px 8px 1px rgba(125, 125, 125, 0.5), inset 0px 20px 0px rgba(199, 199, 199, 0.5), 0 1px 0 rgba(255,255,255,0.2);
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 25px; margin: -5px;
    background: #EBEBEB;
    position: absolute; top: 0; bottom: 0;
    right: 31px;
    border-radius: 30px;
    box-shadow: 0 6px 12px 0px #757575;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: rgba(209, 211, 212, 0.62);
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #627A6B;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
    background-color: #1ab394;;
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
}
/** **/

/** MONITORING STYLES **/

/* admin */
#monitoring-table .ui-fieldset-legend {
	margin-bottom:0px;
}
.monitoringFieldset .ui-button-text {
	background-color: #c3c3c3 !important;
}

/* planting monitoring */
.monitoringTables .ui-datatable table {
	table-layout: inherit !important;
}

.monitoring-table-no-title .ui-datatable-header {
	display: none;
}
/** **/

.alert-danger-custom {
	color: #a94442;
	padding-right: 30px !important;	
}
.alert-warning-custom {
	color: #ff9800;
	padding-right: 30px !important;
}

legend {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #676a6c;
}

/** SHOW / HIDE ELEMENTS **/
/**
  * show -->   $("#myId").removeClass('hidden');
  * hide -->   $("#myId").addClass('hidden');
  * toggle --> $("#myId").toggleClass('hidden');
  */

.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}

.hidden {
    display:none;
}
.visible {
    display:block;
}

/** BLOCK IRRIGATION SYSTEMS **/

.alert-default {
  color: #31708f;
  background-color: transparent;
  border-color: #c3c3c3;
}
.alert-tank {
	position: absolute;
    margin-right: 8px;
    margin-left: -10px;
    margin-top: 20px;
}
.alert-tank i {
	padding-top: 2px;
}
.item {
    position:relative;
}
.notify-pump,
.notify-valve {
	position: absolute;
    text-align: center;
    color: white;	
}
.notify-pump{
	right: -8px;
    top: 23px;

}
.notify-valve{
    right: -3px;
    top: 18px;
}

.irrig-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
   
    font-size: 14px;    
}

.irrig-buttons .ui-button {
	width: 200px;
}
.irrig-method-buttons .ui-button {
	width: 130px;
}

/** block irrigation system dialog**/
.ui-dialog .ui-dialog-content .device-dialog {
	width:280px;
	font-size: 15px !important;
}
/** block irrigation system dialog**/
.ui-dialog .ui-dialog-content .farm-irrig-map-dialog {
	width:500px;
	font-size: 15px !important;
}
.panel-heading .irrig-title .label {
	padding: .2em .5em .2em;
}

.btn {
    display: inline-block;
	padding: 9px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn {
    
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-app {
    border-radius: 3px;
    position: relative;
    min-width: 80px;
    text-align: center;
    color: #676a6c !important;
    border: 1px solid #ececec;
    background-color: #ffffff;
    font-size: 12px;
    height:93px;
    width:130px;
}
.btn-app:hover {
	border: 1px solid #c2c4c5;
	cursor:pointer;
}
.btn-app i:hover {
	color: 1px solid #1ab394;
}
.btn-app > img {
	font-size: 20px;
}

.round {
    display: inline-block;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 184, 10, 0);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0, 184, 10, 0);
    box-shadow: 0px 0px 0px 3px rgba(0, 184, 10, 0);	
}
.round-lg {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 1.5em;	
}
.round-md {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 1.5em;
}
.round-sm {
	height:22px;
	width:22px;
	line-height: 22px;
	font-size: 1.3em;
}
.round-xs {
	height: 16px;
    width: 16px;
    line-height: 19px;
    font-size: 1.0em;	
}
.round-pressure {
	background-color: #d6d3d3;
}
.round-volume {
	background-color: #c0baba;
}
.round-flow {
	background-color: grey;
}
.round-red {
    background-color: #d9534f;
}
.round-green {
    background-color: #00a65a;
}
.round-orange {
    background-color: #f0ad4e;
}
.round-green-soft {
	background-color: #64c9ac;
}
.round-grey {
	background-color: #e4e4e4;
}
.round-blue {
	background-color: #259abc;
}
.map-control-wrapper {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
	cursor: pointer;
	margin-top: 5px;
	text-align: center;
}

.map-control-container {
	color: rgb(25,25,25);
	font-family: Roboto,Arial,sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.map-control-wrapper.map-control-position {
	margin-right: 10px;
}

.legend-panel .legend-item i {
	margin-right: 3px;
}
.legend-panel .legend-item {
	font-style: italic;
}

@media (max-width : 480px) {
	.farm-icon {
		display:block !important;
	}
	.farm-name {
		display:none !important;
	}

}

.widget {
    padding: 15px 20px;
    margin-bottom: 10px;
}
.navy-bg {
    background-color: #1C84C6;
    color: #fff;
}
.widget.widget-device {
    border: 1px solid #e6e6e6;
    color: #898989;
}
.widget.widget-device h2 {
    font-size: 30px;
    font-weight: 600;
}
.widget.widget-device h3 {
    margin-top: 5px;
    margin-bottom: 0;
}

.home-blocks-panel {
	margin-bottom: 10px !important;
}

/**/
.ui-colorpicker .ui-button-text-only .ui-button-text {
	background-color: #d7d7d7!important;
}



#file-uploader > .ui-fileupload-content > .ui-fileupload-files td {
	padding: 0px !important;
}

/* monitoring */

.ui-calendar.form-control {
	height:40px !important;
	padding: 0px;
}
.ui-calendar.form-control .ui-inputfield {
	height:40px !important;
}

/** PANEL FOR FULLSCREEN MAPS **/
.panel-fullscreen {
    display: block;
    z-index: 1032;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding-right: 0px !Important;
    border:0;
    border-radius:0
}
.panel-fullscreen > .panel-body {
	padding:0;
	border-radius:0;
	height:100%;
}
.panel-fullscreen > .panel-body > .full-map {
    height:100%;
}

.panel-fullscreen > .panel-fullscreen-controls {
	position:absolute;
	z-index:99;
	top:10px;
	right:10px;
	color:white !important;
	margin: 5px;
}
.panel-fullscreen > .panel-fullscreen-controls > .custom-map-control {
	border-radius:4px;
    cursor: pointer;
    direction: ltr;
    overflow: hidden;
    text-align: center;
    position: relative;
    color: rgb(0, 0, 0) !important;
    font-family: "Roboto", Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px !important;
    background-color: rgb(255, 255, 255);
    padding: 11px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.14902);
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    min-width: 28px;
    font-weight: 500 !important;
    height:29px !important;
}
.panel-fullscreen > .panel-fullscreen-controls > .custom-map-control .fa-power-off{
	font-size:15px;
}
.panel-fullscreen > .panel-fullscreen-controls > .custom-map-control:hover {
	background-color: #ebebeb;
}
.nav-fullscreen {
	margin-left: 0px !important;
}

.panel-title {
	font-size: 15px;
}

.quote {	
	position: absolute;
    left: 42px;
    top: 44px;
    width: 20px;
    height: 20px;
    padding: 0px;
    background-color: #13c0ba;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    right: 20px;
    bottom: 0px;
}

.block-calendar .fc {
	background-color: #ffffff;
}
.block-calendar .fc-toolbar button {
	border: solid 1px #1cb394 ;
    background-color: #1cb394 !important;
}
.block-calendar .fc-view-container .fc-month-view .fc-bg table tbody tr .fc-today {
	color: #1cb394;
    border-color: #1cb394;
}
.block-calendar .fc-toolbar .fc-center h2{
	font-size: 16px;
	font-weight: 600;
	padding-top: 5px;
	color: #676a6c;
}
.block-calendar .fc-content {
	padding: 5px;	
}
.block-calendar .fc-day-grid-event .fc-content {
	white-space: normal;
}
.planting-on-stress {
	background: #eb7b7b none !important;
	border: solid 1px #D0525D !important;
}
.planting-current-fert {
	background: #8db3ca none !important;
	border: solid 1px #4a809f !important;
}
.planting-next-fert {
	background: #6fd0bc none !important;
	border: solid 1px #339b86 !important;
}
.planting-event-type {
	background: rgba(211, 136, 31, 0.51) !important;
	border: solid 1px rgba(211, 136, 31, 0.51) !important;	
}
.block-event-type {
	background: rgba(211, 136, 31, 0.51) !important;
	border: solid 1px rgba(211, 136, 31, 0.51) !important;
}
.farm-event-type {
	background: rgba(211, 136, 31, 0.51) !important;
	border: solid 1px rgba(211, 136, 31, 0.51) !important;
}

.irrig-arrow {
	font-size: 17px;
    color: #6fd0bc;
}

@media (min-width: 1423px) {
	.col-lg-pad0 {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (min-width: 1424px) and (max-width: 1600px) {
	.info-box-icon {
		width:25%;
	}
	.info-box-icon i {
		font-size: 30px;
	}	
}

@media (min-width: 1200px) and (max-width: 1423px) {
	.col-lg-40 {
		width: 40% !important;
	}
	.col-lg-60 {
		width: 60% !important;
	}	
	.col-lg-100 {
		width: 100% !important;
	}

}

@media (min-width: 450px) and (max-width: 767px) {
	.col-xs-50 {
		width: 50%;
	}
	.col-xs-33 {
		width: 33.33333333%;
	}
}
@media (max-width: 768px) {
	.clear-xs {
		clear: left;
	}
}
@media (min-width: 992px) {
	.col-lg-padleft0 {
		padding-left: 0px;
	}
	.col-lg-martop20 {
		margin-top: 20px;
	}
}
@media (min-width: 1200px) {
	.total-time {
		padding-top: 70px;
	}
	.pad-lat-0 {
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 1200px) {
	.pull-right-cust {
		float: right;
	}
	.pull-left-cust {
		float: left;
	}
	.PadRight0-cust {
		padding-right: 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.total-time {
		padding-top: 70px;
	}	
}
/** Ribbon **/


@media (max-width: 1370px) {
	.col-farm {
		width:100%;	
	}
}

.footer-text {
	padding-left: 17px;
	font-size: 10px;
	font-style: italic;
}

.notifications-not-read .footer-text {
	color: #808080 !important;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    border-color: #eee;
    color: #c8c8c8 !important;
}

.infotext {
 	display: inline-block;
  	width:50%;
  	vertical-align:top;
}

.skill-div {
    margin-top:10px; 
}

#soilAndSprayer {
	margin-bottom: 20px !important;
}

.bord-color-grey {
	border-color:#ececec;
}

.min-w271 {
	min-width: 217px;
}

/** Progress Bar **/

.progress {
    margin-bottom: unset;
    min-width:30px;
    max-width: 60px;
}

.progress-bar-vertical {
	height: 87px;
  	display: flex;
  	align-items: flex-end; 	
}

.progress-bar-vertical .progress-bar {
	width: 100%;
  	height: unset;
  	-webkit-transition: height 0.6s ease;
  	-o-transition: height 0.6s ease;
  	transition: height 0.6s ease;
}
.progress-prod {
	background-color: #ecf0f5;
}

.progress-acid {
	background-color: #fbc9843b;
}

.progress span {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

/** Form Wizard **/

/* form wizard - primefaces */

.ui-wizard-content {
	border: 1px solid #e6ebf1;
}
.ui-wizard-navbar {
	margin-top: 10px;
}

.ui-steps {
	margin-top: 15px !important;
}

/* form wizard - boostrap*/

.stepwizard-step p {
    margin: 5px 0 0 0;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    /*color:#bbb;*/
}

.stepwizard .stepwizard-step a {
	cursor: default !important;
}

.stepwizard .stepwizard-step .btn-success:hover {
	
	background-color: #1ab394 !important;
	border-color: #1ab394 !important;
}
.stepwizard .stepwizard-step .btn-default:hover {
	
	background-color: #c3c3c3 !important;
	border-color: #c3c3c3 !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.stepwizard-step .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 4px 0;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 15px;
    font-weight: bold;
}

#tissueTestsSamplingDate_input {
	width: 100%;
}