/*
*
*	Reset
*
*/

html, body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: thin dotted;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
	line-height: normal;
	*overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
*
*	End of Reset
*
*/

/*
*
* Clearfix
*
*/

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { display: table; content: ""; }
.clearfix:after { clear: both; }


/*
*
* Base
*
*/

body {
	font-family: 'ProximaNovaA-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #808080;
	text-rendering: optimizeLegibility;
}

a {
	color: #049cdb;
	text-decoration: none;
	line-height: inherit;
	font-weight: inherit;
}

a:hover {
	color: black;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #f89064;
	margin-bottom: 1em;
	line-height: 36px;
	font-weight: bold;
}

h1 { font-size: 30px; margin-top: 1em; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }

p {
	margin-bottom: 9px;
}

small {
	font-size: 11px;
	color: #bfbfbf;
}

strong {
	font-style: inherit;
	font-weight: bold;
	line-height: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
	line-height: inherit;
}

ul, ol {
	margin: 0;
}

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	line-height: 18px;
	color: #808080;
}

hr {
	margin: 0 0 19px;
	border: 0;
	border-bottom: 1px solid #eee;
}

blockquote {
	margin-bottom: 18px;
	border-left: 5px solid #eee;
	padding-left: 15px;
}

blockquote p {
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 0;
}

blockquote small {
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	color: #bfbfbf;
}

blockquote small:before {
	content: '\2014 \00A0';
}

address {
	display: block;
	line-height: 18px;
	margin-bottom: 18px;
}

code, pre {
	padding: 0 3px 2px;
	font-family: Monaco, Andale Mono, Courier New, monospace;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

code {
	background-color: #fee9cc;
	color: rgba(0, 0, 0, 0.75);
	padding: 1px 3px;
}

pre {
	background-color: #f5f5f5;
	display: block;
	padding: 17px;
	margin: 0 0 18px;
	line-height: 18px;
	font-size: 12px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}


/*
*
*	Grids
*
*/

.row { zoom: 1; margin-bottom: 18px; margin-left: -20px; }
.row:before, .row:after { display: table; content: ""; }
.row:after { clear: both; }

.row [class^=span] {
	display: inline;
	float: left;
	margin-left: 20px;
}

.row .calculator.span2 {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 75px;
}

.row .span1 	{ width: 44px; }
.row .span2 	{ width: 108px; }
.row .span3 	{ width: 172px; }
.row .span4 	{ width: 236px; }
.row .span5 	{ width: 300px; }
.row .span6 	{ width: 364px; }
.row .span7 	{ width: 428px; }
.row .span8 	{ width: 492px; }
.row .span9 	{ width: 556px; }
.row .span10 	{ width: 620px; }
.row .span11 	{ width: 684px; }
.row .span12 	{ width: 748px; }
.row .span13 	{ width: 812px; }
.row .span14 	{ width: 876px; }
.row .span15 	{ width: 940px; }
.row .span16 	{ width: 1004px; }
.row .span17 	{ width: 1068px; }
.row .span18 	{ width: 1132px; }
.row .span18 	{ width: 1196px; }
.row .span20 	{ width: 1260px; }

.row .offset1 { margin-left: 64px; }
.row .offset2 { margin-left: 160px; }
.row .offset3 { margin-left: 240px; }
.row .offset4 { margin-left: 300px; }
.row .offset5 { margin-left: 370px; }
.row .offset6 { margin-left: 440px; }
.row .offset7 { margin-left: 510px; }
.row .offset8 { margin-left: 580px; }
.row .offset9 { margin-left: 650px; }
.row .offset10 { margin-left: 720px; }
.row .offset11 { margin-left: 790px; }
.row .offset12 { margin-left: 860px; }
.row .offset13 { margin-left: 930px; }
.row .offset14 { margin-left: 1000px; }
.row .offset15 { margin-left: 1070px; }
.row .offset15 { margin-left: 1140px; }
.row .offset15 { margin-left: 1210px; }

/*
*
*  Collapsible (coming soon) Sections
*
*/

.section { clear: both;}
.section-heading {}

/*
*
* Buttons
*
*/

.btn.danger,
.btn.danger:hover,
.btn.error,
.btn.error:hover,
.btn.success,
.btn.success:hover,
.btn.info, .btn.info:hover {
	color: #fff;
}

.btn.danger, .btn.error {
	background-color: #c43c35;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #c43c35 #c43c35 #882a25;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.success {
	background-color: #57a957;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(top, #62c462, #57a957);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #57a957 #57a957 #3d773d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.info {
	background-color: #339bb9;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
	background-image: linear-gradient(top, #5bc0de, #339bb9);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #339bb9 #339bb9 #22697d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn {
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(0.25, white), to(#e6e6e6));
	background-image: -webkit-linear-gradient(white, white 0.25, #e6e6e6);
	background-image: -moz-linear-gradient(white, white 0.25, #e6e6e6);
	background-image: -ms-linear-gradient(white, white 0.25, #e6e6e6);
	background-image: -o-linear-gradient(white, white 0.25, #e6e6e6);
	background-image: linear-gradient(white, white 0.25, #e6e6e6);
	padding: 4px 14px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	line-height: 18px;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover {
	background-position: 0 -15px;
	color: #333;
	text-decoration: none;
}

.primary {
	background-color: #0064cd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
	background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image: -o-linear-gradient(top, #049cdb, #0064cd);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid #004b9a;
	border-bottom-color: #003f81;
}

.primary:hover {
	color: #fff;
}

.btn {
	-webkit-transition: .1s linear all;
	-moz-transition: .1s linear all;
	transition: .1s linear all;
}

.btn.primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #0064cd #0064cd #003f81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.primary:hover {
	color: #fff;
}

.btn.large {
	font-size: 16px;
	line-height: 28px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn.small {
	padding-right: 9px;
	padding-left: 9px;
	font-size: 11px;
}

.btn.disabled {
	background-image: none;
	filter: alpha(opacity=65);
	-khtml-opacity: .65;
	-moz-opacity: .65;
	opacity: .65;
	cursor: default;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn:disabled {
	background-image: none;
	filter: alpha(opacity=65);
	-khtml-opacity: .65;
	-moz-opacity: .65;
	opacity: .65;
	cursor: default;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn:disabled.primary {
	color: #fff;
}

.btn:active {
	-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.btn-group {
	position: relative;
	*margin-left: .3em;
	*zoom: 1;
}
.btn-group:before, .btn-group:after {
	display: table;
	content: "";
}
.btn-group:after {
	clear: both;
}
.btn-group:first-child {
	*margin-left: 0;
}
.btn-group + .btn-group {
	margin-left: 5px;
}
.btn-toolbar {
	margin-top: 9px;
	margin-bottom: 9px;
}
.btn-toolbar .btn-group {
	display: inline-block;
	*display: inline; /* IE7 inline-block hack */
	*zoom: 1;
}
.btn-group > .btn {
	position: relative;
	float: left;
	margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
	z-index: 2;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .dropdown-toggle {
	*padding-top: 4px;
	padding-right: 8px;
	*padding-bottom: 4px;
	padding-left: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini.dropdown-toggle { padding-right: 5px; padding-left: 5px; }
.btn-group > .btn-small.dropdown-toggle { *padding-top: 4px; *padding-bottom: 4px; }
.btn-group > .btn-large.dropdown-toggle { padding-right: 12px; padding-left: 12px; }

.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle { background-color: #e6e6e6; }
.btn-group.open .btn-primary.dropdown-toggle { background-color: #0055cc; }
.btn-group.open .btn-warning.dropdown-toggle { background-color: #f89406; }
.btn-group.open .btn-danger.dropdown-toggle { background-color: #bd362f; }
.btn-group.open .btn-success.dropdown-toggle { background-color: #51a351; }
.btn-group.open .btn-info.dropdown-toggle { background-color: #2f96b4; }

.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222222;
	background-color: #fdf5d9;
	padding: 14px;
	border-color: #fceec1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.add_field, .remove_field {
	background-color: #d3d3d3;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	color: #0033ff;
	font-size: 19px;
	cursor: pointer;
}

.btn {
	cursor: pointer;
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(0.25, white), to(#e6e6e6));
	background-image: -webkit-linear-gradient(white, white 0.25, #e6e6e6);
	background-image: -moz-linear-gradient(white, white 0.25, #e6e6e6);
	background-image: -ms-linear-gradient(white, white 0.25, #e6e6e6);
	background-image: -o-linear-gradient(white, white 0.25, #e6e6e6);
	background-image: linear-gradient(white, white 0.25, #e6e6e6);
	padding: 5px 14px 6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: .1s linear all;
	-moz-transition: .1s linear all;
	transition: .1s linear all;
}

.btn:hover {
	background-position: 0 -15px;
	color: #333;
	text-decoration: none;
}

.btn.primary {
	color: #fff;
	background-color: #0064cd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
	background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image: -o-linear-gradient(top, #049cdb, #0064cd);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #0064cd #0064cd #003f81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.disabled {
	cursor: default;
	background-image: none;
	filter: alpha(opacity=65);
	-khtml-opacity: .65;
	-moz-opacity: .65;
	opacity: .65;
}

.btn:disabled {
	cursor: default;
	background-image: none;
	filter: alpha(opacity=65);
	-khtml-opacity: .65;
	-moz-opacity: .65;
	opacity: .65;
}

.btn:active {
	-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.large {
	font-size: 16px;
	line-height: normal;
	padding: 9px 14px 9px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn.small {
	padding: 7px 9px 7px;
	font-size: 11px;
}

button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button.btn.btn-email,
input[type="submit"].btn.btn-email {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-email {
	position: relative;
	top: -1px;
	margin-left: 2px;
  padding: 0 2px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

/*
*
* Forms
*
*/

.required {
	color: #c43c35;
}

form {
	margin-bottom: 18px;
}

fieldset {
	margin-bottom: 18px;
	padding-top: 18px;
}

fieldset legend {
	display: block;
	margin-left: 150px;
	font-size: 20px;
	line-height: 1;
	*margin: 0 0 5px 145px;
	*line-height: 1.5;
	color: #404040;
}

label, input, select, textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
}

label {
	padding-top: 6px;
	font-size: 13px;
	line-height: 18px;
	float: left;
	color: #404040;
}

div.input {
	margin-left: 150px;
}

input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

input[type=text], input[type=password], input[type=email], textarea, select, .uneditable-input {
	display: inline-block;
	width: 100%;
	padding: 10px;
	font-size: 13px;
	line-height: 18px;
	height: 38px;
	color: #808080;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	height: auto;
	min-height: 95px;
	padding: 10px;
}

.uneditable-textarea {
	display: inline-block;
	padding: 4px;
	font-size: 13px;
	line-height: 18px;
	height: 60px;
	color: #808080;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

select, input[type=file] {
	/*line-height: 27px;*/
line-height: 20px;
}

select[multiple] {
	height: auto;
	max-height: 95px;
}



.uneditable-input {
	background-color: #eee;
	display: block;
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

:-moz-placeholder {
	color: #bfbfbf;
}

::-webkit-input-placeholder {
	color: #bfbfbf;
}

input[type=text], input[type=password], input[type=email], select, textarea {
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

form div.error {
	background: #fae5e3;
	padding: 10px 0;
	margin: -10px 0 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

form div.error > label, form div.error span.help-inline, form div.error span.help-block {
	color: #9d261d;
}

form div.error input[type=text], form div.error input[type=email], form div.error input[type=password], form div.error textarea {
	border-color: #c87872;
	-webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
	-moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
	box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}

form div.error input[type=text]:focus, form div.error input[type=password]:focus, form div.error input[type=email]:focus, form div.error textarea:focus {
	border-color: #b9554d;
	-webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
	-moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
	box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}

form div.error .input-prepend span.add-on, form div.error .input-append span.add-on {
	background: #f4c8c5;
	border-color: #c87872;
	color: #b9554d;
}

/*

.input-mini, input.mini, textarea.mini, select.mini { width: 60px; }
.input-xsmall, input.xsmall, textarea.xsmall, select.xsmall { width: 65px; }
.input-small, input.small, textarea.small, select.small { width: 90px; }
.input-medium, input.medium, textarea.medium, select.medium { width: 150px; }
.input-large, input.large, textarea.large, select.large { width: 210px; }
.input-xlarge, input.xlarge, textarea.xlarge, select.xlarge { width: 270px; }
.input-xxlarge, input.xxlarge, textarea.xxlarge, select.xxlarge { width: 530px; }
.input-xxxlarge, input.xxxlarge, textarea.xxxlarge, select.xxxlarge { width: 575px; }

*/

textarea.xxlarge {
	overflow-y: scroll;
}

input[readonly]:focus, textarea[readonly]:focus, input.disabled {
	background: #f5f5f5;
	border-color: #ddd;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.help-inline, .help-block {
	font-size: 12px;
	line-height: 18px;
	color: #bfbfbf;
}

.help-inline {
	padding-left: 5px;
	*position: relative;
	*top: -5px;
}

.help-block {
	display: block;
	max-width: 600px;
}

.inline-inputs {
	color: #808080;
}

.inline-inputs span, .inline-inputs input[type=text], .inline-inputs input[type=email] {
	display: inline-block;
}

/*

.inline-inputs input.mini {
	width: 60px;
}

.inline-inputs input.small {
	width: 90px;
}

*/

.inline-inputs span {
	padding: 0 2px 0 1px;
}

.input-prepend input[type=text], .input-append input[type=text], .input-prepend input[type=password], .input-append input[type=password], .input-append input[type=email] {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.input-prepend .add-on, .input-append .add-on {
	background: #f5f5f5;
	float: left;
	display: block;
	width: auto;
	min-width: 16px;
	padding: 4px 4px 4px 5px;
	color: #bfbfbf;
	font-weight: normal;
	line-height: 18px;
	height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #ccc;
	border-right-width: 0;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.input-prepend .active, .input-append .active {
	background: #a9dba9;
	border-color: #46a546;
}

.input-prepend .add-on {
	*margin-top: 1px;
}

.input-append input[type=text], .input-append input[type=password], .input-append input[type=email] {
	float: left;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.input-append .add-on {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border-right-width: 1px;
	border-left-width: 0;
}

.inputs-list {
	margin: 0 0 5px;
	width: 100%;
}

.inputs-list li {
	display: block;
	padding: 0;
	width: 100%;
}

.inputs-list li label {
	display: block;
	float: none;
	width: auto;
	padding: 0;
	line-height: 18px;
	text-align: left;
	white-space: normal;
}

.inputs-list li label strong {
	color: #808080;
}

.inputs-list li label small {
	font-size: 12px;
	font-weight: normal;
}

.inputs-list li ul.inputs-list {
	margin-left: 25px;
	margin-bottom: 10px;
	padding-top: 0;
}

.inputs-list li:first-child {
	padding-top: 5px;
}

.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
	margin-bottom: 0;
}

.form-stacked {
	padding-left: 20px;
}

.form-stacked fieldset {
	padding-top: 9px;
}

.form-stacked legend {
	margin-left: 0;
}

.form-stacked label {
	display: block;
	float: none;
	width: auto;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	padding-top: 0;
}

.form-stacked .clearfix {
	margin-bottom: 9px;
}

.form-stacked .clearfix div.input {
	margin-left: 0;
}

.form-stacked .inputs-list {
	margin-bottom: 0;
}

.form-stacked .inputs-list li {
	padding-top: 0;
}

.form-stacked .inputs-list li label {
	font-weight: normal;
	padding-top: 0;
}

.form-stacked div.error {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0;
	margin-left: -10px;
}

.form-stacked .actions {
	margin-left: -20px;
	padding-left: 20px;
}

/* Override the widths of inputs for the wider grid system (only in forms) 

.newmanform .input-mini, .newmanform input.mini, .newmanform textarea.mini, .newmanform select.mini { width: 50px; }
.newmanform .input-small, .newmanform input.small, .newmanform textarea.small, .newmanform select.small { width: 120px; }
.newmanform .input-medium, .newmanform input.medium, .newmanform textarea.medium, .newmanform select.medium { width: 190px; }
.newmanform .input-large, .newmanform input.large, .newmanform textarea.large, .newmanform select.large { width: 260px; }
.newmanform .input-xlarge, .newmanform input.xlarge, .newmanform textarea.xlarge, .newmanform select.xlarge { width: 330px; }
.newmanform .input-xxlarge, .newmanform input.xxlarge, .newmanform textarea.xxlarge, .newmanform select.xxlarge { width: 460px; }

*/

/*
*
* Tables
*
*/

table {
	width: 100%;
	margin-bottom: 18px;
	padding: 0;
	border-collapse: separate;
	font-size: 13px;
}

table th, table td {
	padding: 10px;
	line-height: 13.5px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
}

table th {
	padding-top: 9px;
	font-weight: bold;
	border-bottom-width: 2px;
    cursor: pointer;
}

table th.sorting_desc, table th.sorting_asc {
    background-color: #65c688;
    color: #235b37;
}

table th.sorting {
    border-right: 1px solid #ddd;
}

table th.sorting:hover {
    background-color: #65c688;
    color: #235b37;
}

.zebra-striped tbody tr:nth-child(odd) td {
	background-color: #f9f9f9;
}

.zebra-striped tbody tr:hover td {
	background-color: #f5f5f5;
}

.zebra-striped .header {
	cursor: pointer;
}

.zebra-striped .header:after {
	content: "";
	float: right;
	margin-top: 7px;
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: #000 transparent;
	visibility: hidden;
}

.zebra-striped .headerSortUp, .zebra-striped .headerSortDown {
	background-color: rgba(141, 192, 219, 0.25);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.zebra-striped .header:hover:after {
	visibility: visible;
}

.zebra-striped .headerSortDown:after, .zebra-striped .headerSortDown:hover:after {
	visibility: visible;
	filter: alpha(opacity=60);
	-khtml-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
}

.zebra-striped .headerSortUp:after {
	border-bottom: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	visibility: visible;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity=60);
	-khtml-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
}

table .blue {
	color: #049cdb;
	border-bottom-color: #049cdb;
}

table .headerSortUp.blue, table .headerSortDown.blue {
	background-color: #ade6fe;
}

table .green {
	color: #46a546;
	border-bottom-color: #46a546;
}

table .headerSortUp.green, table .headerSortDown.green {
	background-color: #cdeacd;
}

table .red {
	color: #9d261d;
	border-bottom-color: #9d261d;
}

table .headerSortUp.red, table .headerSortDown.red {
	background-color: #f4c8c5;
}

table .yellow {
	color: #ffc40d;
	border-bottom-color: #ffc40d;
}

table .headerSortUp.yellow, table .headerSortDown.yellow {
	background-color: #fff6d9;
}

table .orange {
	color: #f89406;
	border-bottom-color: #f89406;
}

table .headerSortUp.orange, table .headerSortDown.orange {
	background-color: #fee9cc;
}

table .purple {
	color: #7a43b6;
	border-bottom-color: #7a43b6;
}

table .headerSortUp.purple, table .headerSortDown.purple {
	background-color: #e2d5f0;
}

/*
*
*	Topbar
*
*/

.topbar {
	height: 40px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	overflow: visible;
	position: fixed;
	-webkit-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.3);
          box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.3);
}

.topbar .fill {
	background: #181818;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.topbar a {
	color: #bfbfbf;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.topbar a:hover, .topbar ul li.active a {
	background-color: #333;
	background-color: rgba(255, 255, 255, 0.05);
	color: #fff;
	text-decoration: none;
}

.topbar h3 {
	position: relative;
	margin-bottom: 0;
}

.topbar h3 a {
	float: left;
	display: block;
	padding: 8px 20px 12px;
	margin-left: -20px;
	color: #fff;
	font-size: 20px;
	font-weight: 200;
	line-height: 1;
}

.topbar form {
	float: left;
	margin: 5px 0 0 0;
	position: relative;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.topbar form input {
	background-color: #444;
	background-color: rgba(255, 255, 255, 0.3);
	font-size: normal;
	font-weight: 13px;
	line-height: 1;
	width: 220px;
	padding: 4px 9px;
	color: #fff;
	color: rgba(255, 255, 255, 0.75);
	border: 1px solid #111;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.25);
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.topbar form input:-moz-placeholder {
	color: #e6e6e6;
}

.topbar form input::-webkit-input-placeholder {
	color: #e6e6e6;
}

.topbar form input:hover {
	background-color: #bfbfbf;
	background-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}

.topbar form input:focus, .topbar form input.focused {
	outline: 0;
	background-color: #fff;
	color: #404040;
	text-shadow: 0 1px 0 #fff;
	border: 0;
	padding: 5px 10px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.topbar ul {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}

.topbar ul.secondary-nav {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

.topbar ul li {
	display: block;
	float: left;
	font-size: 13px;
}

.topbar ul li a {
	display: block;
	float: none;
	padding: 10px 10px 11px;
	line-height: 19px;
	text-decoration: none;
}

.topbar ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.topbar ul li.active a {
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.5);
}

.topbar ul.primary-nav li ul {
	left: 0;
}

.topbar ul.secondary-nav li ul {
	right: 0;
}

.topbar ul li.menu {
	position: relative;
}

.topbar ul li.menu a.menu:after {
	width: 0;
	height: 0;
	display: inline-block;
	content: "&darr;";
	text-indent: -99999px;
	vertical-align: top;
	margin-top: 8px;
	margin-left: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
	filter: alpha(opacity=50);
	-khtml-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

.topbar ul li.menu.open a.menu, .topbar ul li.menu.open a:hover {
	background-color: #444;
	background-color: rgba(255, 255, 255, 0.1);
	*background-color: #444;
	color: #fff;
}

.topbar ul li.menu.open ul {
	display: block;
}

.topbar ul li.menu.open ul li a {
	background-color: transparent;
	font-weight: normal;
}

.topbar ul li.menu.open ul li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	*background-color: #444;
	color: #fff;
}

.topbar ul li.menu.open ul li.active a {
	background-color: rgba(255, 255, 255, 0.1);
	font-weight: bold;
}

.topbar ul li ul {
	background-color: #333;
	float: left;
	display: none;
	position: absolute;
	top: 40px;
	min-width: 160px;
	max-width: 220px;
	_width: 160px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	text-align: left;
	border: 0;
	zoom: 1;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.topbar ul li ul li {
	float: none;
	clear: both;
	display: block;
	background: 0;
	font-size: 12px;
}

.topbar ul li ul li a {
	display: block;
	padding: 6px 15px;
	clear: both;
	font-weight: normal;
	line-height: 19px;
	color: #bbb;
}

.topbar ul li ul li a:hover {
	background-color: #333;
	background-color: rgba(255, 255, 255, 0.25);
	color: #fff;
}

.topbar ul li ul li.divider {
	height: 1px;
	overflow: hidden;
	background: #222;
	background: rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin: 5px 0;
}

.topbar ul li ul li span {
	clear: both;
	display: block;
	background: rgba(0, 0, 0, 0.2);
	padding: 6px 15px;
	cursor: default;
	color: #808080;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

a.newman-title {
	font-weight: bold !important;
	text-transform: uppercase;
	color: #f89064 !important;
}


/* 
*
* Pagination
*
*/

.pagination {
	height: 36px;
	width: 50%;
	float: left;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*zoom: 1;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
	display: inline;
}
.pagination a {
	float: left;
	padding: 0 14px;
	line-height: 34px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination a:hover {
	background-color: #f5f5f5;
}
.pagination .active a {
	color: #999999;
	cursor: default;
	text-decoration: none;
	background-color: #f5f5f5;
}
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
	color: #999999;
	cursor: default;
	background-color: transparent;
	text-decoration: none;
}
.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.pagination .ellipses:hover {
	text-decoration: none;
}


/* Page Selector */

.page-view-options {
	width: 30%;
	float: right;
}
.page-view-options p {
	line-height: 34px;
	margin-right: 18px;
}
.page-view-options p select {
	line-height: normal;
	width: 55px;
}

/* Search & Reset Buttons */

.search-reset-buttons {
	width: 180px;
	float: right;
}

/* Pagintion styles - clean up later */
.pagination {
	height: 36px;
	margin: 18px 0;
}

.pagination {
	height: 36px;
	margin: 18px 0;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*zoom: 1;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
	display: inline;
}

.pagination a {
	float: left;
	padding: 0 14px;
	line-height: 34px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
}

.pagination a:hover, .pagination .active a {
	background-color: #f5f5f5;
}

.pagination .active a {
	color: #999999;
	cursor: default;
}

.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
	color: #999999;
	cursor: default;
	background-color: transparent;
}

.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination-centered {
	text-align: center;
}

.pagination-right {
	text-align: right;
}

/*
*
* Wells
*
*/

.well {
	display: inline-block;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  		box-sizing: border-box;
}
 
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

/*
*
* Main Container
*
*/

.container { width: 1280px; margin: 0 auto; zoom: 1; margin-bottom: 18px; }
.container:before, .container:after { display: table; content: ""; }
.container:after { clear: both; }

.container.overlay {
	background: white url(../newman-grid.png) repeat-y top center;
	border-left: 1px solid #ddd; border-right: 1px solid #ddd;
}

.main {
	margin-top: 40px;
}

.job-product-template .container { width: 1100px; margin: 36px auto; }




/* Table Settings */

/* pushes the table controls down to align better with the pagination */
.tablecontrols {
	margin-top: 5px;
}

table td a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.form-stacked {
	padding-left: 0;
}



/*
*
* Login Page
*
*/

.login {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	margin-top: 54px;
}

input[type="text"].login-email, input[type="password"].login-password, input[type="email"].login-email {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 20px;*//*K*/
	padding: 0px;
	width: 100%;
}

input[type="text"].login-email {
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

input[type="password"].login-password {
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border-top: none;
	position: relative;
	top: -2px;
}

.btn.primary.login-submit {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	margin-top: 18px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}



/*
*
*
* Thickbox
*
*/

#TB_window {
	font-size: 12px;
	color: #333333;
}
#TB_secondLine {
	font-size: 10px;
	color: #666666;
}
#TB_window a:link {
	color: #666666;
}
#TB_window a:visited {
	color: #666666;
}
#TB_window a:hover {
	color: #000;
}
#TB_window a:active {
	color: #666666;
}
#TB_window a:focus {
	color: #666666;
}

#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.TB_overlayMacFFBGHack {
	background: url(macFFBgHack.png) repeat;
}

.TB_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/* ie6 hack */
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 2147483647;
	color: #000000;
	display: none;
	border: 4px solid #525252;
	text-align: left;
	top: 41%;
	left: 50%;
}

* html #TB_window {
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)  + 'px' );
}

/* ie6 hack */
#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow {
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

#TB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}

#TB_title {
	background-color: #e8e8e8;
	height: 27px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
	/* -height/2 0 0 -width/2 */
}

* html #TB_load {
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)  + 'px' );
}

/* ie6 hack */
#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}

* html #TB_HideSelect {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent {
	height:800px !important;
	width:1200px !important;
	}
/* ie6 hack */
#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}

.input_holder input {
	display: block;
}

/*
* 
* Breadcrumbs
*
*/

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.breadcrumb li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb .active {
  color: #999999;
}

/*
*
* Media
*
*/

.product-image {
	display: inline;
	float: left;
	margin-left: 20px;
}

.product-image > label {
	width: 100%;
	margin-bottom: 15px;
}

.product-image > .product-image-link  {
	display: inline-block;
}

.product-image > a > img {
	max-width: 100%;
	display: block;
	border: 1px solid #eee;
}

.product-image-delete {
	display: block;
	margin-top: 15px;
}

/*
*
* Alerts
*
*/

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.alert-form-instructions {
	margin-bottom: 0;
}

.alert-form-instructions-inline {
	margin-top: 24px;
}

.feedback {
	margin: 20px auto;
	-webkit-transition: all .5s ease-in;
		-moz-transition: all .5s ease-in;
			-ms-transition: all .5s ease-in;
				-o-transition: all .5s ease-in;
					transition: all .5s ease-in;
}

/*
*
* Footer
*
*/

footer {
	margin-top: 17px;
	padding-top: 17px;
	border-top: 1px solid #eee;
}

/*
*
* Stuff that was inlined at the top of product.php
*
*/

.ui-button { margin-left: -1px; }
.ui-button-icon-only { width:20px !important;}
.ui-widget-content { color:#808080 !important;}
.ui-button-icon-only .ui-button-text { padding: 0.20em; } 
.ui-autocomplete-input { margin: 0; padding: 0.30em 0 0.30em 0.20em; }

/* added on 20-feb-13 */
div.row div.span6 a{text-decoration:none;}
div.section a{text-decoration:none;}

	/*New added on 20-feb-13*/
/*.toggle_button{
    background-position:relative;	
    background-image: url("../images/updown.png");
    background-position: 0 -16px;
    background-repeat: no-repeat;
    background-size: 20px 34px;
    padding-right: 22px;
  
}*/
.toggle_button{
    background-position:relative;	
    background-image: url("../images/down.png");
    padding-right: 18px;
    background-repeat: no-repeat;
    vertical-align: middle;
  
}
.toggle_button_up{
    background-position:relative;	
    background-image: url("../images/up.png");
    padding-right: 18px;
    background-repeat: no-repeat;
    vertical-align: middle;
  
}
/* added on 15mar13 for csv export */
#export_div{
	float:right;
	margin-top:88px;
	padding-left:10px;
}
#report_div{
	float:right;
	margin-top:18px;
	padding-left:10px;
}

.fbox{
	background: none repeat scroll 0 0 #E2E2E2;
    border: 1px solid #E2E2E2;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 0.75em;
    margin-left: 1px;
    padding: 5px 16px;
    width: 93%;
}

/*--------------- imported from jquery_tab.css---------------- */

.sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }
/*.sorting { background: url('../images/sort_both.png') no-repeat center right; }*/
.sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
 
table.display thead th:active,
table.display thead td:active {
	outline: none;
}

.dataTables_paginate {
  height: 36px;
  margin: 18px 0;
  float: left;
  width: 50%;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  border-left: 1px solid #ddd;
}

.dataTables_paginate a {
  color: #808080;
  line-height: 18px;
	display: inline;
	cursor:pointer;
}

.dataTables_paginate a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.dataTables_paginate a:hover,
.dataTables_paginate .active a {
  background-color: #f5f5f5;
}

.dataTables_paginate .active a {
  color: #999999;
  cursor: default;
}

a.paginate_button {
  color: #049CDB;
}

a.paginate_button_disabled {
  color: #808080;
}

.dataTables_length {
  float:left;
  margin: 18px 0;
  width:200px;
}

.paging_full_numbers {
  float:left;
}

.dataTables_length select {
  width:66px;
}

.dataTables_reset {
  float:right; margin: 18px 0;
}


label {
	width:25em;
}

/* End imported from jquery_tab.css */

.job-product-box {
	min-height: 181px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc; 
}

.red {
  color: #b94a48;
}