.strong{
	color:#090;
}
.good{
	color:#13A94E;
}
.weak{
	color:#F90;
}
.veryweak{
	color:#F00;
}
.container .ms-container{
	width:100%;
}
.container .ms-container .ms-list{
	height:100%;
	min-height:250px;
}
.progressContainer{
	height:40px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color:#ccc;
	overflow:hidden;
}
.progress-bar{
	height:100%;
	text-align: center;
	color: rgb(244, 244, 244);
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	font-weight:bold;
}

.progress-isc{
	background-color:green;
}
.progress-osc{
	background-color:#115511;
}
.progress-osi{
	background-color:#ccc;
}
.progress-isi{
	background-color:#999;
}



.imageOuter{
	float: right;
	height: 100%;
	display: table;
}
.imageInner{
	display: table-cell;
	vertical-align: middle;
}
.expandCollapse{
	color: white;
	cursor: pointer;
	cursor: hand; 
}
.ma_submitButton{
	margin: 0.9375rem auto;
	float:right;
}
.ma_nav.ma_submitAllButton{
	margin-bottom:0;	
}
.previewImage{
	padding-bottom:0.9375rem;	
}
.li_noStyle{
	list-style:none;	
}
.cropHeader{
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0.75rem;
	text-transform: uppercase;
}
.cropGroupHeader{
	background: #393a3c;
	background-image: -webkit-linear-gradient(top,#A3490B 0%,#2d2e30 100%);
	color: white;
	text-shadow: none;
	font-size: 80%;
	text-transform: uppercase;
	padding:10px;
}
.cropGroupHeader li{
	background: #555555;
	color: white;
	text-shadow: none;
	font-size: 100%;
}
#cropPanel{
	background: white;	
	border: 1px solid #dad4d0;
	padding:0;
}
#cropPanel>ul{
	margin-left:0;
	margin-bottom:0;	
}
#cropPanel li>a{
	text-transform: uppercase;
	font-size:80%;
	transition-property: background-color,border-color,box-shadow,color,opacity,text-shadow,transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;	
	display:block;
	padding:10px;
	width:100%;
	border-bottom: 1px dotted transparent;
	color: #1a3b71;
	outline: 0;
	text-decoration: none;
}
#cropPanel li>a:hover, #cropPanel li>a.selected{
	background:#ddd;
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#eee),color-stop(100%,#ddd));
	background-image: -webkit-linear-gradient(#eee,#ddd);
	background-image: -moz-linear-gradient(#eee,#ddd);
	background-image: -o-linear-gradient(#eee,#ddd);
	background-image: linear-gradient(#eee,#ddd);	
}
#cropPanel > p{
	padding:.5rem;	
}
.sectionHeader{
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 10px;
	margin-bottom: 10px;	
}
.sectionHeader.noBorder{
	border-bottom:none;	
}
#assessmentPanel{
	padding-left:2rem;	
}
#ma_accordion{
	display:none;	
}
#ma_accordion>h3{	
	background:#ddd;
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#eee),color-stop(100%,#ddd));
	background-image: -webkit-linear-gradient(#eee,#ddd);
	background-image: -moz-linear-gradient(#eee,#ddd);
	background-image: -o-linear-gradient(#eee,#ddd);
	background-image: linear-gradient(#eee,#ddd);	
	border-radius:5px;	
	color:#1a3b71;
	font-weight:bold;
}
#ma_accordion>h3:hover{
	background:#ccc;
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#ddd),color-stop(100%,#ccc));
	background-image: -webkit-linear-gradient(#ddd,#ccc);
	background-image: -moz-linear-gradient(#ddd,#ccc);
	background-image: -o-linear-gradient(#ddd,#ccc);
	background-image: linear-gradient(#ddd,#ccc);
}
span.stage{
	float:right;
	padding-right:1rem;
}
img.completionStatus{
	float:right;
	height:16px;
	width:16px;
	vertical-align:middle;	
}
a.assessmentButton.button{
	color:white;	
	padding: .5rem 2rem;
}
input.datepicker, input.datepicker:focus {
	text-align: left;
	background-image: url("../common/img/calendar-icon.png");
	background-position: right .5rem center;
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
	padding-right: 1.5rem;
	width: 100%;
}
a.assessmentButton.button[disabled] {
	background-color: rgba(60,95,152,.5);
	background-image: none;
}
label.smallLabel{
	font-size:90%;	
}
input.driver_checkbox{
	margin-right: .5rem;	
}

label.oos{
	font-weight:bold;
	padding-bottom:.5rem;
}

div#groupContainer{
	margin-top:1rem;	
}

textarea.comment{
	width:100%;
}
.driver{
	display: inline-block;
	width: 50%;
}
.monthlyAssessmentForm select{
	display:block;
	width:100%;
	font-size:1.25rem;
}

#errorHolder {
	color:red;
}

/* MAP MAP MAP MAP MAP MAP MAP MAP */

/* TUTORIAL*/

/* Custom container */

body {
  /*padding-top: 20px;
  font-family: "Myriad Pro", Verdana, Arial, Tahoma;
  padding-bottom: 40px;*/
}

.container-narrow {
  margin: 0 auto;
  max-width: 700px;
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  margin: 60px 0;
  text-align: center;
}
.jumbotron h1 {
  font-size: 72px;
  line-height: 1;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 60px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/*END TUTORIAL*/

.Stable{
	text-shadow: 1px 0px #d8dfd4;
}

.Improving{
	text-shadow: 1px 0px #4de600;
}

.Worsening{ 
	text-shadow: 1px 0px #ffff01;
}
.Exceptional{
	text-shadow: 1px 0px #01c5ff;
}

.Favorable{
	text-shadow: 1px 0px #4de600;
}

.Watch{
	text-shadow: 1px 0px #ffff01;
}

.Poor{
	text-shadow: 1px 0px #ff7f7e;
}

.Failure{
	text-shadow: 1px 0px #C30000;
}

.Wet{
	text-shadow: 1px 0px #01c5ff;
}
.Dry{
	text-shadow: 1px 0px #ffff01;
}
.Hot{
	text-shadow: 1px 0px orange;
}
.Cold{
	text-shadow: 1px 0px gray;
}
.Extreme{
	text-shadow: 1px 0px #ff7f7e;
}
a{
	  cursor: pointer;
}

.admin_tools{
	 border:1px solid #EEE;
	 padding-top: 15px;
	 padding-bottom: 15px;
}

.big_button{
	width: 100%;
}
#newUserTabInfo{
	display:none;
}

.userRegistrationFormNOterm {
    right: 0;
    padding-left: 25%;
    padding-right: 25%;
}

.userRegistrationFormTerm {
    max-width: 450px;
}

.userRegistrationFormNOterm label{
	width:100%;
}
.userRegistrationFormNOterm input{
	display:block;
	width:100%;
}
.userRegistrationFormNOterm input#tos{
	display:inline;
	width:auto;
}



.userRegistrationFormTerm label{
	width:100%;
}
.userRegistrationFormTerm input{
	display:block;
	width:100%;
}
.userRegistrationFormTerm input#tos{
	display:inline;
	width:auto;
}

#dialogTextCCN{
	cursor: pointer;
}
#plot-message{
	display:none;
}