.txt-color-deeproot {
	color: #10387E;
}

.smart-form tr .btn {
	height: 31px;
	padding: 0 22px;
	font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
	cursor: pointer;
}

.smart-form section .btn {
	height: 31px;
	padding: 0 22px;
	font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
	cursor: pointer;
}

#login .hero {
	background-image: none;
}

.txt-color-gold {
	color: #b8904d!important;
}

.btn-gold {
	color: #fff;
	background-color: #b8904d;
	border-color: #755D34;
}

.btn-gold:hover {
	color: #fff;
	background-color: #755D34;
	border-color: #755D34;
}

.header-buttons {
    margin-top: 12px;
    margin-bottom: 24px;
}

.header-buttons a.btn {
    margin-left: 5px;
}

.profile-header {
	position:relative;
	min-height:140px;
	background-image: url('/img/avatars/grey_wash_wall.png');
}

.invalid {
	color: #f26868;
}

.input-error {
	background: #fff0f0 !important;
	border-color: #A90329 !important;
}

.investment {
	background: #DDFFDC !important;
	border-color: #006e0d !important;
}

.withdrawal > input {
	background: #FFDCDC !important;
	border-color: #9c0000 !important;
}

.withdrawal > i {
	color: #9c0000 !important;
}

.deposit > i {
	color: #006e0d !important;
}

#sparks {
	padding-right: 10px;
	margin-top: 12px;
}

#footer {
	text-align: center;
	color: rgb(135, 135, 135);
	font-size: .85em;
	padding: 10px 20px;
}

.prospective-agent-attribute {
	display: none;
}

/* Workflow Templates */

.task-item-widget {
	height: 150px;
	width: 250px;
	border: 1px solid #bce8f1;
	border-radius: 5px;
	background-color: #d9edf7;
	margin: 15px;
	float: left;
}

.task-item-widget-header {
	padding: 4px 8px;
	cursor: -webkit-grab; 
	cursor:-moz-grab;
}

.task-item-widget-header > input {
	width: 200px;
}

.task-item-widget-content {
	padding: 4px 8px;
	height: 100px;
	overflow-y: auto;
}

.task-item-widget-content > ol {
	list-style: none;
}

.task-item-widget-content > ol > li > * {
	margin: 0 5px;
}

.task-item-widget-input {
	border: none;
	border-radius: none;
	background-color: #d9edf7;
	outline: none;
}

.task-item-widget-sortable-placeholder {
	border: dashed 1px black;
	width: 250px;
	height: 150px;
	float: left;
	margin: 15px;
}

.task-item-widget-container {
	position: static;
	overflow: visible;
}

.task-item-widget > i, .task-item-widget.sequential:last-child > i {
	display: none;
}

.task-item-widget.sequential > i {
	position: relative;
	left: 261px;
	bottom: 65px;
	display: inline;
}

.checklist-item-sortable-placeholder {
	border: dashed 1px black;
	height: 19px;
	clear: both;
}

.checklist-container {
	clear: both;
	height: 19px;
}

.checklist-item {
	width: 167px;
	display: inline;
	float: left;
}

.checklist-item-controls {
	float: right;
	display: inline-block;
}

.checklist-item-controls > i {
	margin: 0px 3px;
}

textarea.checklist-item {
	resize: none;
}

span.checklist-item {
	cursor: pointer;
}

.checklist-item-li {
	cursor: -webkit-grab; 
	cursor:-moz-grab;
}

.task-item-widget-controls, .checklist-item-controls > i {
	cursor: pointer;
}

.error {
	border: 1px solid rgb(169, 3, 41) !important;
	background-color: rgb(255, 240, 240) !important;
}

#validation-message {
	margin-bottom: 25px;
}

.label-mostly-dead {
	background-color: #C76621;
}

label.state-error > div.select2-container > a.select2-choice {
    border-color: #A90329;
    background-color: #FFF0F0;
}

/* Hide native datepicker in Webkit browers, we use JQueryUI's datepicker for compatibility with more browsers */
input::-webkit-calendar-picker-indicator{
    display: none;
}

input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}

button.label {
	border: none;
}

.table-responsive {
	overflow-x: auto;
}

.pretend-form {
	display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.select2-choice abbr {
	background: url('select2.png') right top no-repeat !important;
	right: 48px !important;
}

@media print {
	#left-panel, body > #header, #ribbon, .widget-body-toolbar, .dt-top-row, .dataTables_paginate, .widget-toolbar, .jarviswidget-ctrls, .btn, .md-editor, svg, .icon-row, .time-link, #footer {
		display: none;
	}

	a[href]:after {
	    content: none;
	}

	#main {
		margin-left: 0px; 
	}
}
