﻿body {
    padding-top: 81px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


/*#login {
    display: block;
    height: 1.2em;
    font-size: 1.2em;
    margin: 10px 0px;
    text-align: right;
    font-weight: bold;
}

#login ul {
    margin: 0px;
}

#login li {
    list-style: none;
    line-height: 1.2em;
}

#login a {
    background: none;
    margin-left: 10px;
    margin-right: 3px;
    padding: 5px 3px;
    text-decoration: none;

}*/



.featureTitle{
    margin-top: 8px;
    margin-bottom: 12px;
    font-size:24px;
    font-weight: 700;
}

#HomeNews{
    background-color: #f8f8f8;
    padding-top:10px;
    margin-bottom: 30px;
    margin-left:15px;
    margin-right: 15px;
}

#HomeFeatures{
    margin-left:15px;
    margin-right:15px;
}

#HomeFeatures .row:first-of-type{
    color: #FFFFFF;
    padding:30px;
    background-color: #74A5FF;    
}

#HomeFeatures .row:first-of-type a{
    color: #ffffff;
}
.mainttitle{
    color:#0C7CFE;
}

.jumbotron{
    color:#0D0D0D;
    background-color:#f8f8f8;
    border:solid 2px #F0F0F0;    
}

#HomeLogos
{
    text-align:center;
}

.featureicon
{
    height:120px;
}

#HomeFeatures .row{
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-list > .active > a{
    background-color: #e7e7e7;
}

footer a {
    color: #596148;
}

footer a:hover {
    color:black;
}

/*CSS from Wheeltrak PHP*/
.configurations
{

}

.configuration
{
	background: white;
	margin: 5px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px; 
	border: 2px solid;
	border-color: #7ba02f;
	opacity: 0.36;
	
}

.configuration.active
{
	opacity: 1;
}

.question-text-right
{
	color:#7ba02f;
	font-size: 1.5em;
}

.TractorImplementItem
{
 max-width: 110px;
 padding: 5px;
 float:left;
 text-align: center;
}

#mudmapdiv
{
    background: transparent;
    margin: 10;
    height:120px;
	max-height: 120px;
}

.verticalcentercontainer
{

}
.verticalcenter
{
	/* background: blue; */	
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	height:60px; 
	width:60px;
}

.ComboMudMapItem
{
     width: 100px;
     max-height:100px
     padding: 5px;
     float:right;
     text-align: center;
}

.combomudmapcanvas
{
    margin:5px;
	width: 100px;
	height:100px;
	max-height: 100px;
}

#mainlogo
{
    float:left;
    margin:20px 25px 25px 25px;
}

.leftbutton
{
    float:left;
    margin-top:114px;
    margin-left:30px;
}

a.boxclose{
	box-shadow: 2px 2px 5px #888888;
    float:right;
    margin-top:-10px;
    margin-right:-20px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #7ba02f;
    border-radius: 30px;
    background: #9dbd69;
    font-size: 18px;
    /* font-weight: bold; */
    display: inline-block;
    line-height: 0px;
    width:24px;
    height:24px;
    text-align: center;
    padding-top: 9px;
    padding-left: 1px;
    /* padding:8px 6px 12px 6px;   */     
}
a.boxclose:hover
{
    background: red;
}

.boxclose:before {
    content: "x";

}

.overlapText
{

	display:inline-block;
	/*float:right;*/
	color:black;
	font-size: 14px;
	margin-top: 8px;
	margin-right: 20px;
    
     -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
   

}

.overlapText span {
    margin-right: 10px;
}


.overlapText button , .initialOffsetText button{
    width: 24px;
    height: 24px;
    border:1px solid #d7dada; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family:arial, helvetica, sans-serif; 
    text-decoration:none; 
    display:inline-block;
    font-weight:bold; 
    background-color: #f4f5f5; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
    background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
    padding: 0px;
    color: gray;
    font-size: 1.2em;
}
.overlapText button:hover, .initialOffsetText button:hover{
 border:1px solid #bfc4c4;
 background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
 background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}

.initialOffsetText
{

	display:inline-block;
	/*float:right;*/
	color:black;
	font-size: 14px;
	margin-top: 8px;
	margin-right: 4px;
    margin-left: 50px;
     -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
   width: 260px;

}

.initialOffsetText span {
    margin-right: 10px;
}

.initialOffset-select
{
	display:inline;
     
     -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    width: 95px;

}

.overlap-select
{
	display:inline;

    margin-left: 0;
     -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
   width: 95px;
}

a:hover {
    cursor:pointer;
}

.comboTitle
{
	margin-top: 8px;
	float:left;
	color:#7ba02f;
	font-size: 1.6em;
}

.partnerlogo
{
	margin:6px;
}

input.text 
{ 
	margin-bottom:12px; 
	width:95%; 
	padding: .4em; 
}

fieldset 
{ 
	padding:0; 
	border:0; 
	margin-top:25px; 
}

.ui-dialog .ui-state-error 
{ 
	padding: .3em; 
}

.validateTips 
{ 
	border: 1px solid transparent; 
	padding: 0.3em; 
}

.ui-dialog label
{
	color: #7ba02f; 
}


.TractorImplementItem
{
 max-width: 110px;
 padding: 5px;
 float:left;
 text-align: center;
}

.ui-dialog > .ui-widget-header 
{
	background: #7ba02f; 
	color: white;
}

nav 
{
	text-align: center;	
	padding: 5px;
	float:left;
	/* background: red; */
}


nav ul li:hover > ul 
{
	display: block;
}

nav ul 
{
	background: white; 
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-table;
}

nav ul:after {
	content: ""; clear: both; display: block;
}

nav ul li {
	/* background: yellow; */
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px transparent;
	width: 110px;
	border: 1px solid;
	border-color: white;
	padding: 0;
}

nav ul li a{
	/* background: yellow; */
	padding: 5px;	
}

nav ul li:hover 
{
	background: white;
	/*
-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
*/
	border-radius: 10px; 
	border: 1px solid;
	border-color: #7ba02f;
}

nav ul li:hover a 
{
	text-decoration: none;	
}

nav ul li a 
{
	display: block; 
	padding: 0;
	color: #757575; 
	text-decoration: none;
}

nav ul ul 
{
    padding: 0;
	/* padding-right: 20px; */
	background: #f2ffeb;
	display: none;
	width:300px;
	max-width:auto;
	/* width:202px; */
	background: white; 
	border:1px solid #757575;
	border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	z-index: 999;	
}

nav ul ul li 
{
	/*
padding: 0;
	margin: 0;
*/
    padding: 0;
	background: #f4f4ee;
	float: none; 
	text-align: left;	
	width:auto;
	max-width:auto;	
	/*
width:200px;
	max-width:200px;
*/
	border-radius: 0px;
 	/* border:1pt solid transparent;  */
	/* border-top: 1px solid #6b727c; */
	/* border-bottom: 1px solid #575f6a; position: relative; */
}

nav ul ul li a 
{
	padding: 5px;/* 15px 40px; */
	color: #fff;
}	

nav ul ul li a:hover 
{
	/*
padding: 0;
	margin: 0;
*/
	color:white;
	background: #7ba02f;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	-khtml-border-radius: 0px; 
	border-radius: 0px; 
	/* border:1pt solid #757575;  */
	/* border: 0px transparent; */
}

nav ul ul ul {
    position: absolute; left: 100%; top:0;
}

.pictograph
{
	margin-bottom: 2px;
	margin-top: 0px;
	margin-left: 2px;
	margin-right:2px;
}

.current_settings_header
{
	background: red;
	color:white;
	text-align: left;
	padding-left: 10px;
	padding-right:10px;
	width:100%;
}

.settings_detail
{
	text-align: left;
	padding-left: 10px;
	padding-right:10px;
}

.blueanchor
{
	display: inline;
	float:right;
	color:blue;
	margin-top: 16px;
	margin-left: 6px;
	margin-right: 6px;
	width:auto;
	max-width: auto;
	padding: 0;
	height: 30px;
	width: 60px;
}

.editor-row
{
	margin:2px;
}

.menu_list_item
{
	padding: 0;
	max-height: 30px;

}

.menu_list_item a
{
    color: black;

}

.menu_list_item a:hover
{
    color: white;

}

.dropdown_selector
{
	display:none;
}

.hidden
{
	/* display:none; */
}

#edit-user
{
	margin-left:10px;
}

.ui-widget-content
{
    background: white;
}

.ajaxLoader 
{
    position: fixed;
    top: 50%;
    left: 55%;
    margin-top: -24px;
    margin-left: -24px;
    z-index: 100;
    background: rgba(124,124,124,0.53);
    display: none; 
}

ajaxLoader_inplace
{
    background: #28a4c9;
    display: none;
}

.form-delete-button
{
	color:red;
	font-size: 0.8em;
	position: absolute;
    bottom: 5px;
    left: 5px;
}

#dialog-confirm-delete-analysis
{
	display: none;
}

#print-button {
	font-size: 1.6em;
	margin-top: 10px;
	margin-left: 10px;
	float:right;
}

.analysis-details {
    padding: 10px;
    
    background: #EEEEEE;
    border: 1px solid gray;
     -webkit-border-radius:0 4px 4px 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
}

#analyses_table tbody tr:hover {
    background: lightgoldenrodyellow;
    cursor: pointer;
}

#machinery_table tbody tr:hover {
    background: lightgoldenrodyellow;
    cursor: pointer;
}

#penalty_table tbody tr:hover {
    background: lightgoldenrodyellow;
    cursor: pointer;
}

#implement_table tbody tr:hover {
    background: lightgoldenrodyellow;
    cursor: pointer;
}

.user-data-count-badge {
    background: #283B19;
    color: white;
    margin-left: 8px;
    font-size: 0.8em;
   
}

.index-table > thead > tr {
    background: #6A9B40;
    color: white;
}

.btn-site-theme{
    color: #fff;
    background-color: #6A9B40;
    border-color: #6A9B40;
}

.btn-site-theme:hover{
    color: #6A9B40;
    background-color: rgba(106, 155, 64, 0.3);
   
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #6A9B40;
    border-color: #6A9B40;
}

.index-table .fa {
    color: #6a9b40;
}

.truncate {
  width: 100px;
    display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only print {

	#logo {
		display: none;
	}
	
	#mainlogo {
		float:none;
		margin-left: 100px;
	}

	#content {
		padding-left: 100px;
	}
		
	#links{
		display: none;
	}
	
	#headpic {
		display: none;
	}
	
	#left {
		display: none;
	}
	
	#print-button {
		display: none;	
	}
	
	a:after, a[href^="javascript:"]:after, a[href^="http"]:after, a[href$="php"]:after { 
		content: ""; 
	}
	
	

	}


#analysis-result{
        background: black;
    min-width: 350px;
    text-align: center;
    border: 2px white solid;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size:2.5em;
    font-weight: bold;
    display: inline-block;
    /* background: #7e9afc; */
    color: white;
    padding: 4px;
}