/*

-----------------------------
ForestCP | Administration
-----------------------------
A theme by Philo Hermans
Available at ThemeForest
-----------------------------
http://www.philohermans.com
http://forum.philohermans.com
-----------------------------

*/

/* Import Stylesheets */
@import url(reset.css);
@import url(superfish.css);
@import url(smoothness/jquery-ui.css);
@import url(jquery.wysiwyg.css);

/* Core Styling */
body{
	font: 11px "Trebuchet MS";
}

.left { float: left; }
  img.left { margin-right: 10px; }
.center { text-align: center !important; }
.right { float: right; }
  img.right { margin-left: 10px; }
.tl { text-align: left !important; }
.tr { text-align: right !important; }

/* hide alt header unless printing */
#print_header { display: none; }

/* Header */
#header, #footer{
	background: url(/assets/img/header/header_bg.jpg) repeat-x;
	height: 85px;
	border-bottom: 1px solid #FFF;
	min-width: 700px;
}

	#header .logo{
		padding-left: 30px;
		/*padding-top: 30px;*/
		float: left;
		width: 300px;
	}
	
	#header .info{
		color: #FFF;
		float: right;
		width: 300px;
		margin-top: 10px;
		margin-right: 25px;
	}
		#header .info div{
			float: right;
			width: auto;
		}
		
		#header .info h2{
			font-size: 19px;
		}
		
		#header .info h2 span{
			color: #a2cb46;
		}
		
		#header .info small{
			display: block;
			margin: 2px 0 2px;
		}
		
		#header .info a{
			color: #c9d8a8;
			text-decoration: underline;
		}

/* Navigation */
#top_nav{
	background: url(/assets/img/top_nav/green/bg.jpg) repeat-x;
	height: 35px;
	padding: 5px;
	padding-left: 25px;
	min-width: 500px;
}
  #top_nav ul li h3 {
    background-color:white;
    font-size:14px;
    padding:8px 0;
    text-align:center;
    margin: 0 1px;
  }

/* Wrap */
#wrap {
	float: left; 
	width: 100%;
}

	#wrap.fixed{
		width: 1100px; /* 1024px */
		margin: 0 auto;
		float: none;
	}
	
	#wrap.login{
		width: 400px;
		margin: 0 auto;
		float: none;
		margin-top: 50px;
	}
	
		#wrap.login #content{
				float: none;
				min-width: 0px; 
				margin-right: 0px;
				width: auto;
		}
		
		#wrap.login #content .box{
			width: auto;
		}
		
		#wrap.login #content .inner {
			margin-right: 0px; 
			margin-left: 0px;
		}
	

/* Content */
#content {
	float: left; 
	width: 100%; 
	min-width: 500px; 
	margin-right: -265px;
}

	#content a:link,
	#content a:visited{
		color: #799a1d;
		text-decoration: none;
	}
	
	#content a:hover{
		color: #000;
	}

	#content .inner {
		margin-right: 300px; 
		margin-left: 30px;
	}
	
	#content .box,
	#sidebar .box{
		background: #f4f4f4;
		border: 1px solid #e5e2e2;
		border-top: 0;
		margin-bottom: 15px;
	}
	
		#content .title{
			background: url(/assets/img/content/title_bg.jpg) repeat-x;
			height: 45px;
		}
			#content .title h3,
			#sidebar .title h3{
				color: #FFF;
				font-size: 11px;
				font-weight: bold;
				padding-top: 15px;
				padding-left: 15px;
				float: left;
				width: auto;
			}
			
			#content .title h3 { font-size:16px; padding-top:12px; }
			
			#content .title.collapsed{
				margin-bottom: 10px;
			}
		#content .box .txt,
		#sidebar .box .txt{
			border: 1px solid #FFF;
			padding: 10px;
		}
		
		#content .box .txt p{
			margin-bottom: 10px;
			font-size: 13px;
		}
		#content .box .txt ul.bullets li {
		  background: url(/assets/img/global/green_dot.jpg) no-repeat;
			padding-left: 15px;
			margin-bottom: 10px;
			margin-top: 10px;
			font-size: 13px;
		}

	#content .icon_list{
		margin-top: 10px;
		margin-left: 65px;
	}
	
	#content .icon_list.smaller { margin-left: 10px; width: 100%; }
	
	#content .icon_list li{
		background: #FFF;
		border: 1px solid #e5e2e2;
		width: 80px;
		height: 60px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		text-align: center;
		padding: 10px;
		float: left;
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	  #content .icon_list.smaller li { height: 60px; }
	
		#content .icon_list li:hover{
			background: #FFF url(/assets/img/global/icon_holder_bg.jpg) repeat-x bottom;
		}
		
		#content .icon_list li h4{
		  color: black;
		  font-weight: bold;
		  font-size: 12px;
	  }
	    #content .icon_list li .detail {
	      color: #7d7d7d;
	      font-size: 9px;
	    }
		
		#content .icon_list li a{
			display: block;
			font-size: 11px;
			color: #727272;
			text-decoration: none;
		}
		
		#content .icon_list li a:hover{
			color: #000;
		}
	
	/* Table */
	#content .scroll { overflow-x: visible; }
	#content table{
		width: 100%;
		border: 0;
	}
		#content table thead th{
			font-weight: bold;
			text-align: left;
			background: #FFF;
			border-bottom: 1px solid #e5e2e2;
		}
		
		#content table tbody{
			border-bottom: 1px solid #e5e2e2;
		}
		
		#content table tbody tr td{
			background: #FFF;
		}
		
		#content table thead th,
		#content table tbody tr td{
			padding: 10px;
		}
		
		#content table tbody tr td.alt{
			background: transparent;
		}
		
	/* Tabs */
	.selector{
		float: right;
		margin-top: 17px;
		margin-right: 10px;
		width: auto;
	}
	
	.selector a:link,
	.selector a:visited,
	.selector a:visited{
		text-decoration: none;
		color: #FFF !important;
		margin-left: 5px;
	}
	
	.selector a.active{
		background: #FFF;
		color: #000 !important;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 5px;
	}
	
	/* Form */
	form p{
		margin-bottom: 10px;
	}
	form label{
		display: block;
		margin: 5px;
		font-weight: bold;
		margin-left: 0;
		color: #444444;
	}
	
	form small{
		display: block;
		padding: 5px;
		padding-left: 0;
		color: #737373;
	}
	
	.txt-input,
	.select-input,
	.textarea-input{
		font: 13px "Trebuchet MS";
		background: #FFF;
		color: #5e5e5e;
		border: 1px solid #e5e2e2;
		padding: 5px;
		font-size: 13px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-bottom: 5px;
	}
	
	.txt-input.small, .select-input.small, .textarea-input.small{	width: 50%;	}
	.txt-input.medium, .select-input.medium, .textarea-input.medium{	width: 70%;	}
	.txt-input.large, .select-input.large, .textarea-input.large{	width: 90%;	}
	
	.button,
	.reset{
		background: #a2cb47;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 5px;
		padding-right: 15px;
		padding-left: 15px;
		color: #FFF;
		margin-right: 5px;
	}
	
	.reset{
		background: #a5a5a5;
	}
	
	.remember{
		float: right;
		padding: 5px;
		width: auto;
	}
	
	#content ul.links {}
	  #content ul.links li {}
	    #content ul.links li a { font-size: 12px; }

/* Sidebar */

#sidebar {
	float: left; 
	width: 242px; 
	padding-right: 20px;
}
		
	#sidebar .title{
		background: url(/assets/img/sidebar/title_bg.jpg) no-repeat;
		width: 242px;
		height: 45px;
	}
	
	#sidebar .box a#gmap-link, #sidebar .box a#gmap-link:hover { text-decoration: none !important; }
	#sidebar .box a{ text-decoration: underline !important; }
    
	
	#sidebar ul{
		margin-top: 5px;
	}
	
		#sidebar ul li{
			background: url(/assets/img/global/green_dot.jpg) no-repeat;
			padding-left: 15px;
			margin-bottom: 10px;
			margin-top: 10px;
		}
		/* builder form in sidebar */
		#sidebar form ul li {
		  background: none;
		  float: left;
		  margin: 0;
		}
		  #sidebar form ul#years li { width: 50px; }
	
	ul.todo li{
		background: url(/assets/img/global/green_dot.jpg) no-repeat top left;
		padding-left: 15px;
		margin-bottom: 15px;
		font-size:  13px;
	}
	
		#content ul.todo li a{ font-size: 13px; }
		
		ul.todo li a{ text-decoration: none; font-weight: bold; }
		
		ul.todo li p{
			color: #7d7d7d;
			font-size: 9px;
			margin-top: 5px;
		}
		ul.todo li p a {
		   font-size: 12px !important;
		}
		
		ul.links li{
			display: inline;
			background: url(/assets/img/global/link_arrow.jpg) no-repeat !important;
			padding-left: 11px;
		}
		
			ul.links li a{
				font-size: 9px;
				color: #a2cb47;
				font-weight: bold;
			}
	
	#sidebar #datepicker{
		width: 215px;
		margin: 0 auto;
	}
	
/* Notifications */
#content .message{
	background: #fefbcc;
	border: 1px solid #e6db55;
	padding: 15px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	margin-bottom: 10px;
	font-size: 12px;
}

#content .message h3{
	font-size: 16px;
	font-weight: bold;
}

#content .message p{
	color: #4d4d4d;
}

#content .message a{
	color: #000;
	text-decoration: underline;
}

#content .message.warning{
	background: #fefbcc url(/assets/img/global/icons/warning.png) no-repeat left;
	background-position: 10px;
}

#content .message.info{
	background: #d9e4ff url(/assets/img/global/icons/info.png) no-repeat left;
	background-position: 10px;
	border: 1px solid #8dacf7;
}

#content .message.error{
	background: #ffcfcd url(/assets/img/global/icons/delete.png) no-repeat left;
	background-position: 10px;
	border: 1px solid #e2918d;
}

#content .message.success{
	background: #d4fccd url(/assets/img/global/icons/add.png) no-repeat left;
	background-position: 10px;
	border: 1px solid #99dc8d;
}

#content .message.warning p,
#content .message.info p,
#content .message.error p,
#content .message.success p{
	margin: 0;
	margin-left: 18px;
}



/* custom css */
form #years li, form #counties li { display: block; float: left; margin: 10px 20px; width: 75px; }
#logout:hover, #logout:active { background-color: red !important; color: white !important; }
.ui-dialog-titlebar { background-image: url(/assets/img/content/title_bg.jpg); color: white; }
.ui-dialog-titlebar-close { background-color: #dadada; }
.actions { height: 20px; }
  #sidebar .box .actions a { text-decoration: none !important; display: block; height: 16px; padding-left: 30px; background-repeat: no-repeat; background-position: 10px; }
  .actions .export { float: left; background-image: url(/assets/img/global/icons/csv.png); }
  .actions .print { float: right; background-image: url(/assets/img/global/icons/print.png); }
