/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License:none (public domain) */ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0;}

/*	Default Items	*/
	body {
		background-color: #4d4d4d;
		background-image: url('/_images/360ag-background-full.png');
		background-position: right;
		background-position-y: top;
		background-size: auto;
		background-repeat: no-repeat;
		padding: 15px;
		font-family: 'Nexa Light',Helvetica,Arial,sans-serif;
	}

	h1 {
		font-size: 22px;
		font-weight: bold;
		padding-top: 5px;
		padding-bottom: 5px;		
		text-shadow: 0px 1px 2px rgba(150, 150, 150, .7);		
	}

	h2 {
		font-size: 18px;
		font-weight: bold;
		padding-top: 5px;
		padding-bottom: 5px;		
		text-shadow: 0px 1px 2px rgba(150, 150, 150, .7);				
	}

	h3 {
		font-size: 17px;
		padding-top: 5px;
		padding-bottom: 5px;		
		text-shadow: 0px 1px 2px rgba(150, 150, 150, .7);		
	}

	/* Set Font */
	input,p,span,checkbox,textarea {
		font-family: 'Nexa Light',Helvetica,Arial,sans-serif;
	}

	input {
		font-family: Helvetica,Arial,sans-serif;
	}

	p {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	strong {
		font-weight: bold;
	}

/*	Global Styles	*/
	.right {
		float: right;
	}

	.left {
		float: left;
	}

	.align-right {
		text-align: right;
	}
	.align-center {
		text-align: center;
	}
	.align-left {
		text-align: left;
	}

	.span10 {
	  width: 100%;
	}

	.span9 {
	  width: 90%;
	}

	.span8 {
	  width: 80%;
	}

	.span7 {
	  width: 70%;
	}

	.span6 {
	  width: 60%;
	}

	.span5 {
	  width: 50%;
	}

	.span4 {
	  width: 40%;
	}

	.span3 {
	  width: 30%;
	}

	.span2 {
	  width: 20%;
	}

	.span1 {
	  width: 10%;
	}

	.row {
		clear: both;
	}

	.active {
		font-weight: bold;
	}

	.clickable {
		cursor: pointer;
	}

	.deletable {
		cursor: not-allowed;
	}

	.collapsablediv {
		border: 1px #E1E1E9 solid;
		background-color: #E1E1E9;
		font-size: 16px;
		font-weight: bold;
		padding: 10px 10px;
	}
	.collapsablecontent {
		display: none;
		border: 1px #E1E1E9 solid;
		padding: 10px 10px;
	}

	table {
		max-width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		border: 1px #919191 solid;	  
	}

	.table {
	  width: 100%;
	  margin-bottom: 20px;
	}

	.table th,
	.table td {
	  padding: 8px;
	  line-height: 20px;
	  text-align: left;
	  vertical-align: top;
	  border-top: 1px solid #dddddd;
	}

	.table th {
	  font-weight: bold;
	}

	.table thead th {
	  vertical-align: bottom;
	}

	.table caption + thead tr:first-child th,
	.table caption + thead tr:first-child td,
	.table colgroup + thead tr:first-child th,
	.table colgroup + thead tr:first-child td,
	.table thead:first-child tr:first-child th,
	.table thead:first-child tr:first-child td {
	  border-top: 0;
	}

	.table tbody + tbody {
	  border-top: 2px solid #dddddd;
	}

	.table-condensed th,
	.table-condensed td {
	  padding: 4px 5px;
	}

	.table-bordered {
	  border: 1px solid #dddddd;
	  border-collapse: separate;
	  *border-collapse: collapse;
	  border-left: 0;
	  -webkit-border-radius: 4px;
	     -moz-border-radius: 4px;
	          border-radius: 4px;
	}

	.table-bordered th,
	.table-bordered td {
	  border-left: 1px solid #dddddd;
	}

	.table-bordered caption + thead tr:first-child th,
	.table-bordered caption + tbody tr:first-child th,
	.table-bordered caption + tbody tr:first-child td,
	.table-bordered colgroup + thead tr:first-child th,
	.table-bordered colgroup + tbody tr:first-child th,
	.table-bordered colgroup + tbody tr:first-child td,
	.table-bordered thead:first-child tr:first-child th,
	.table-bordered tbody:first-child tr:first-child th,
	.table-bordered tbody:first-child tr:first-child td {
	  border-top: 0;
	}

	.table-bordered thead:first-child tr:first-child th:first-child,
	.table-bordered tbody:first-child tr:first-child td:first-child {
	  -webkit-border-top-left-radius: 4px;
	          border-top-left-radius: 4px;
	  -moz-border-radius-topleft: 4px;
	}

	.table-bordered thead:first-child tr:first-child th:last-child,
	.table-bordered tbody:first-child tr:first-child td:last-child {
	  -webkit-border-top-right-radius: 4px;
	          border-top-right-radius: 4px;
	  -moz-border-radius-topright: 4px;
	}

	.table-bordered thead:last-child tr:last-child th:first-child,
	.table-bordered tbody:last-child tr:last-child td:first-child,
	.table-bordered tfoot:last-child tr:last-child td:first-child {
	  -webkit-border-radius: 0 0 0 4px;
	     -moz-border-radius: 0 0 0 4px;
	          border-radius: 0 0 0 4px;
	  -webkit-border-bottom-left-radius: 4px;
	          border-bottom-left-radius: 4px;
	  -moz-border-radius-bottomleft: 4px;
	}

	.table-bordered thead:last-child tr:last-child th:last-child,
	.table-bordered tbody:last-child tr:last-child td:last-child,
	.table-bordered tfoot:last-child tr:last-child td:last-child {
	  -webkit-border-bottom-right-radius: 4px;
	          border-bottom-right-radius: 4px;
	  -moz-border-radius-bottomright: 4px;
	}

	.table-bordered caption + thead tr:first-child th:first-child,
	.table-bordered caption + tbody tr:first-child td:first-child,
	.table-bordered colgroup + thead tr:first-child th:first-child,
	.table-bordered colgroup + tbody tr:first-child td:first-child {
	  -webkit-border-top-left-radius: 4px;
	          border-top-left-radius: 4px;
	  -moz-border-radius-topleft: 4px;
	}

	.table-bordered caption + thead tr:first-child th:last-child,
	.table-bordered caption + tbody tr:first-child td:last-child,
	.table-bordered colgroup + thead tr:first-child th:last-child,
	.table-bordered colgroup + tbody tr:first-child td:last-child {
	  -webkit-border-top-right-radius: 4px;
	          border-top-right-radius: 4px;
	  -moz-border-radius-topright: 4px;
	}

	.table-striped tbody tr:nth-child(odd) td,
	.table-striped tbody tr:nth-child(odd) th {
	  background-color: #f9f9f9;
	}

	.table-hover tbody tr:hover td,
	.table-hover tbody tr:hover th {
	  background-color: #f5f5f5;
	}

	table td[class*="span"],
	table th[class*="span"],
	.row-fluid table td[class*="span"],
	.row-fluid table th[class*="span"] {
	  display: table-cell;
	  float: none;
	  margin-left: 0;
	}

	.table td.span1,
	.table th.span1 {
	  float: none;
	  width: 44px;
	  margin-left: 0;
	}

	.table td.span2,
	.table th.span2 {
	  float: none;
	  width: 124px;
	  margin-left: 0;
	}

	.table td.span3,
	.table th.span3 {
	  float: none;
	  width: 204px;
	  margin-left: 0;
	}

	.table td.span4,
	.table th.span4 {
	  float: none;
	  width: 284px;
	  margin-left: 0;
	}

	.table td.span5,
	.table th.span5 {
	  float: none;
	  width: 364px;
	  margin-left: 0;
	}

	.table td.span6,
	.table th.span6 {
	  float: none;
	  width: 444px;
	  margin-left: 0;
	}

	.table td.span7,
	.table th.span7 {
	  float: none;
	  width: 524px;
	  margin-left: 0;
	}

	.table td.span8,
	.table th.span8 {
	  float: none;
	  width: 604px;
	  margin-left: 0;
	}

	.table td.span9,
	.table th.span9 {
	  float: none;
	  width: 684px;
	  margin-left: 0;
	}

	.table td.span10,
	.table th.span10 {
	  float: none;
	  width: 764px;
	  margin-left: 0;
	}

	.table td.span11,
	.table th.span11 {
	  float: none;
	  width: 844px;
	  margin-left: 0;
	}

	.table td.span12,
	.table th.span12 {
	  float: none;
	  width: 924px;
	  margin-left: 0;
	}

	.table tbody tr.success td {
	  background-color: #dff0d8;
	}

	.table tbody tr.error td {
	  background-color: #f2dede;
	}

	.table tbody tr.warning td {
	  background-color: #fcf8e3;
	}

	.table tbody tr.info td {
	  background-color: #d9edf7;
	}

	.table-hover tbody tr.success:hover td {
	  background-color: #d0e9c6;
	}

	.table-hover tbody tr.error:hover td {
	  background-color: #ebcccc;
	}

	.table-hover tbody tr.warning:hover td {
	  background-color: #faf2cc;
	}

	.table-hover tbody tr.info:hover td {
	  background-color: #c4e3f3;
	}


/*	Structural Components	*/
	#header-container {
		width:100%;
		overflow: hidden;		
	}

		#logo-box {
			width: 147px;
			height: 45px;
			background-image: url('/_images/360ag-logo.png');
			background-repeat: no-repeat;
		}

		#control-box {
			background-color: #919191;
			height: 45px;
			-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.85);
			-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.85);
			box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.85);				
		}
		
			.control-box-icons {
				padding: 10px 10px 10px 10px;
			}
			
			.control-box-icons:hover {
				background-color: #676767;
				cursor: pointer;
			}

	#content-container {
		margin-top:20px;
		width: 100%;
		min-height:90%;
		/*background-color: #e6e6e6;*/
		background-color: white;
		border:1px #e1e1e1 solid;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.85);
		-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.85);
		box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.85);				
	}

		#menu-container {
			display:inline-block;			
			vertical-align: middle;
			margin-top: -1px;
			width: 100%;
			height: 44px;
			background-image: url("/_images/360ag-menuheader-bg.png");
			background-repeat: repeat-x;
			-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
			-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.1);
			box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.1);				
		}

		.menu-vr {
			border-left: 1px solid rgba(22,22,22,0.7);
			border-right: 1px solid rgba(200,200,200,0.7);
			display: inline-block;
			height: 40px;
			margin: 2px 3px 1px 3px;
			float: left;
			opacity: 0.3;
		}

		.menu-item {
			/*min-width: 99px;*/
			padding: 17px 10px;
			text-align: center;
			font-size: 14px;
			height: 6px;
			text-transform: uppercase;
		}

		.menu-item:hover {
			text-shadow: 0px 1px 2px rgba(150, 150, 150, .8);				
		}
		
		.menu-item img { vertical-align: middle; }

		.inactive {
			cursor: default;
			color:silver;
		}

		.inactive:hover {
			text-shadow: none !important;
		}

		.submenu {
			margin-left: -4px;
			position: absolute;
			display: none;
			padding:10px;
			min-width:300px;
			max-height: 200px;
			overflow-y: auto;
			background-color:#FFFFFF;
			border:1px #e1e1e1 solid;
			-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
			-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.1);
			box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.1);				
		}
		
		.submenu-item {
			line-height: 30px;
		}
		
		.submenu-item:hover {
			/*margin-left: 10px;*/
			text-shadow: 0px 1px 2px rgba(150, 150, 150, .8);							
		}

		#inner-content-container {
    		display: block;	
			margin-top:15px;	
			padding: 10px;			
			width: auto;
			overflow-y: auto;
		}

			.wizard-container {
				background-color: #e1e1e1;
				border:1px silver solid;
				border-top-left-radius: 4px;
				border-top-right-radius: 4px;
				border-bottom-left-radius: 4px;
				border-bottom-right-radius: 4px;	
				padding: 10px;
			}

	#footer-container {
		margin-top:10px;
	}

/* Functional Components	*/
	#tooltip{
		position:absolute;
		border:1px solid #333;
		background:#000000;
		padding:5px 5px;
		color:#f1f1f1;
		display:none;
		font-size: 12px;
		/*width: 134px;*/
		width: 180px;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.85);
		-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.85);
		box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.85);				
	}

/*	Form Elements	*/

	.horizontal-form {
		
	}

	.horizontal-form input {
		border: 1px gray solid;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		padding: 5px;
		width: 190px;
	}
	
	.horizontal-form select {
		border: 1px gray solid;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		padding: 5px;
		width: 190px;
	}

	.horizontal-form textarea {
		border: 1px gray solid;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		padding: 5px;
		width: 190px;
	}
	
	.horizontal-form label {
		float: left;
		width: 200px;
		padding-top: 5px;
	}
	
	.required {
		color:maroon;
		vertical-align:top;
		font-size:20px;
	}
	
	#formerrors {
		clear:both;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border:1px gray solid;
		background-color: #CF4436;
		width:900px;
		height:auto;
		padding:10px;
		margin-bottom:14px;
	}	
		
	.btn {
		-webkit-appearance: none;
		-webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
		-webkit-writing-mode: horizontal-tb;
		align-items: flex-start;
		background-color: rgb(245, 245, 245);
		background-image: linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230));
		background-repeat: repeat-x;
		border-bottom-color: rgba(0, 0, 0, 0.247059);
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-image-outset: 0px;
		border-image-repeat: stretch;
		border-image-slice: 100%;
		border-image-source: none;
		border-image-width: 1;
		border-left-color: rgba(0, 0, 0, 0.14902);
		border-left-style: solid;
		border-left-width: 1px;
		border-right-color: rgba(0, 0, 0, 0.14902);
		border-right-style: solid;
		border-right-width: 1px;
		border-top-color: rgba(0, 0, 0, 0.14902);
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-top-style: solid;
		border-top-width: 1px;
		box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
		box-sizing: border-box;
		color: rgb(51, 51, 51);
		cursor: pointer;
		display: inline-block;
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: normal;
		height: 30px;
		letter-spacing: normal;
		line-height: 20px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		padding-bottom: 4px;
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 4px;
		text-align: center;
		text-indent: 0px;
		text-shadow: rgba(255, 255, 255, 0.74902) 0px 1px 1px;
		text-transform: none;
		vertical-align: middle;
		/*width: 120px;*/
		width:	auto;
		word-spacing: 0px;
		writing-mode: lr-tb;		
	}
	
	.completed {
		background-image: linear-gradient(rgb(98, 196, 98), rgb(81, 163, 81));
	}	
	
/*	Page-specific Components	*/

	#login-container {
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 410px;
		height: 260px;
	}

