body {
	background: #EEEEFF !important;
	font: 13px/1.2 "Open Sans",Helvetica,Arial,Sans-serif !important;
	color: #666 !important;
	margin: 0px;
	padding: 0px;
}

input {
	font: 13px/1.2 "Open Sans",Helvetica,Arial,Sans-serif;
}

textarea {
	font: 12px/1.2 "Open Sans",Helvetica,Arial,Sans-serif;
	resize: none;
}

h1, h1 a:link, h1 a:visited {
	color: #FFF !important;
	text-decoration: none !important;
	margin: 0px !important;
	padding: 5px 0px 0px 0px !important;
	line-height: 1em !important;
	font-size: 1.2em !important;
}

h2, h2 a:link, h2 a:visited {
	color: #3B93C1 !important;
	text-decoration: none;
	margin: 5px 0px !important;
	font-weight: 700 !important;
	font-size: 1.4em !important;
}

h3, h3 a:link, h3 a:visited {
	color: #3B93C1 !important;
	text-decoration: none;
	margin: 10px 0px 15px 0 !important;
	font-weight: 700 !important;
	font-size: 1.2em !important;
}
hr {
	height: 2px;
    background: #DDD;
    width: 100%;
    font-size: 1px; /* IE 6 */
	border: 0px;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}

a img {
	border: 0px;
}

.valign {
	vertical-align: middle;
}

.tright {
	text-align: right;
}

.tcenter {
	text-align: center;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.hide {
	display: none;
}

.upper {
	text-transform: uppercase;
}

#header-outer {
	background: #3B93C1;
}

#header-inner {
	padding: 8px 0px 0px 0px;
	width: 1050px;
	margin: auto;
	overflow: hidden;
}

#logo-outer {
	float: left;
}

#nav-wrapper {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#nav-wrapper ul, #nav-wrapper ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#nav-wrapper ul li a:link, #nav-wrapper ul li a:visited {
	background: #AAA;
	display: block;
	padding: 5px 15px;
	margin-left: 1px;
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#nav-wrapper ul li a.selected:link, #nav-wrapper ul li a.selected:visited {
	background: #FFF;
	color: #3B93C1;
	font-weight: bold;
}

#nav-wrapper ul li {
	float: left;
}


#loggedin-outer {
	float: right;
}

#main-outer {
	background: #FFF;
	padding: 20px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

#main-inner {
	min-height: 300px;
}

#page-outer {
	width: 1080px;
	margin: auto;
}

#footer-outer {
	width: 1050px;
	margin: 5px auto;
	background: url('/engine/images/tw-logo.gif') no-repeat right center !important;
	padding: 10px 0px;
}

.help {
	cursor: help;
}

.line-item {
	/*background: #EBF9E8;*/
	min-height: 100px;
	border-bottom: 1px solid #DAE8D7;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #FFF;
}

input.inline-edit {
	font-weight: 600;
	color: #666;
	background: transparent;
	border: 0px;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #DDD !important;
}

textarea.inline-edit {
	font-weight: bold;
	color: #666;
	background: transparent;
	border: 0px;
	padding: 0px;
	border-bottom: 1px dotted #DDD !important;
}


input.autocomplete {
	background: url('/engine/images/mag_glass.gif') no-repeat right center !important;
}

input.inline-edit.over {
	background: url('/engine/images/edit-over.gif') no-repeat right center !important;
}

textarea.inline-edit.over {
	background: url('/engine/images/edit-over.gif') no-repeat right bottom !important;
}

input.edit {
	color: #222 !important;
	border-bottom: 1px dotted #222 !important;
	background: url('/engine/images/edit-inline.gif') no-repeat right center !important;
}

textarea.edit {
	color: #222 !important;
	border-bottom: 1px dotted #222 !important;
	background: url('/engine/images/edit-inline.gif') no-repeat right bottom !important;
}



input.title {
	width: 300px;
	margin: 5px;
}

input.title.edit {
}

.line-item.focus {
	background: #FFFFD1;
	border: 1px solid #CCC;
}

.line-item .image {
	cursor: pointer;
	float: left;
	width: 120px;
	margin-right: 10px;
	border: 1px solid #AAA;
	margin-left: 10px;
}

table.prefs, table.list {
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.prefs th, table.list th {
	text-align: left;
	background: #DDD;
	padding-left: 5px;
	font-size: .9em;
	font-weight: 600;
}

table.prefs td {
	padding: 5px;
}

table.prefs.fixed th {
	width: 50px;
}

table.prefs td, table.list td {
	background: #DDf5ff;
}

table.prefs tr.darker th {
	background: #ccc;
}

table.prefs tr.darker td {
	background: #c0ecff;
}

table.prefs td input, table.prefs td textarea {
	font-size: .9em;
	width: 100%;
	font-weight: normal;
}

table.prefs td.total {
	font-size: .9em;
	font-weight: bold;
}

table.prefs td input.checkbox {
	width: auto;
}

table.prefs.fixed td input {
	width: 60px !important;
}

table.prefs.alt th {
	padding: 2px 0px 2px 5px;
	border: 1px solid #AAA;
}

table.prefs.alt td {
	background: transparent;
	border-bottom: 1px solid #CCC;
}

table.list td {
	padding-left: 5px;
}

table.list tbody tr {
	cursor: pointer;
}

table.list tbody tr.over td {
	background: #3B93C1;
	color: #FFF;
}

#pers-list {
	margin-top: 10px;
}


.po-notes {
	padding: 5px !important;
	background: #FFFFE1 !important;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

.po-notes textarea {
	height: 50px;
	width: 100%;
	background: #FFFFE1 !important;
}

.po-notes textarea.inline-edit.over {
	background: #FFFFE1 url('/engine/images/edit-over.gif') no-repeat right bottom !important;
}

.po-notes textarea.edit {
	background: #FFFFE1 url('/engine/images/edit-inline.gif') no-repeat right bottom !important;
}

textarea.edit {
	color: #222 !important;
	border-bottom: 1px dotted #222 !important;
}

.upload {
	-webkit-border-radius: 5px 0px 0px 0px;
	-moz-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
	border: 3px solid #FFF;
	border-width: 3px 0px 0px 3px;
	background: #3B93C1;
	color: #FFF;
	display: inline-block;
	padding: 2px 5px 4px 5px;
	font-size: .8em;
	font-weight: bold;
	margin: 0px;
}

a.button:link, a.button:visited {
	background: #AAA;
	display: inline-block;
	padding: 8px 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: .9em;
	border-bottom: 3px solid #888;
}

a.button:hover, a.button:active {
	background: #3B93C1;
	border-color: #2f769b;
}

a.button.alt:link, a.button.alt:visited {
	background: #ff6161;
	border-color: #b04343;
}

a.button.alt:hover, a.button.alt:active {
	background: #c01616;
	border-color: #800f0f;
}


a.button.alt2:link, a.button.alt2:visited {
	background: #60ca79;
	border-color: #4ea462;
}

a.button.alt2:hover, a.button.alt2:active {
	background: #16c03e;
	border-color: #108e2e;
}


a.button.alt3:link, a.button.alt3:visited {
	background: #6096CA;
	border-color: #4E7AA4;
}

a.button.alt3:hover, a.button.alt3:active {
	background: #4996E0;
	border-color: #3C7AB6;
}

.ui-state-highlight.ui-corner-all p {
	padding: 0px;
	margin: 8px 0px;
}

td.percentage {
	background: #FFF url('/engine/images/input-percentage.jpg') no-repeat left center !important;
	padding-left: 30px !important;
}

td.currency {
	background: #FFF url('/engine/images/input-currency.jpg') no-repeat left center !important;
	padding-left: 30px !important;
}

select option {
	background: #FFF;
	color: #3B93C1;
}

.contact-info {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #AAA;
	padding: 5px 15px;
	min-height: 100px;
	font-size: .9em;
	background: #FFFFE1;
}

.contact-info input {
	font-size: .9em;	
}

.ui-widget-overlay {
    background: -moz-radial-gradient(50% 50%, transparent 0%, transparent 1%, rgba(0,0,0,1) 85%) !important;
    opacity: .9 !important;
}

.dialog {
	display: none;
	color: #68696d;
}

.dialog h3 {
	background: #AAA;
	color: #FFF;
	
}

.datePicker {
	background: #FFDDDD url('/engine/images/calendar.png') no-repeat 98% center;
	border: 1px solid #AAA;
	padding: 2px;
	cursor: pointer;
}

.msg-up {
	margin-top: -20px;
}

table {
	background: #FFF !important;
}

.table-hover > tbody > tr:hover {
	cursor: pointer;
}

.table-alt tbody tr:nth-child(odd) {
	background: #EEE !important;
}

.nav.nav-tabs li.active a {
	background: #F7F7F7;	
}

.tab-content {
	background: #F7F7F7;
	border: 1px solid #DDD;
	border-top: 0;
	padding: 15px;
}

.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}

.btn.text-left {
	text-align: left;
}

.btn .caret {
	float: right;
	margin-top: -10px;
}

.multiselect-container {
	width: 100%;
	font-size: 1em;
}

button.multiselect {
	font-size: 1em;
	padding: 5px 10px;
}

.dropdown-menu > li > a {
	padding: 0 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #3399FF !important; 
	background-image: none !important;
}

table.prefs td input[type='checkbox'] {
	width: auto;
}

#jobmoreinfoDropzone, .proof_upload {
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

#jobmoreinfoDropzone .dz-default, .proof_upload .dz-default {
	margin: 0;
}