@font-face {
	font-family: 'Custom';
	src: url('../fonts/custom_font-webfont.eot');
	src: url('../fonts/custom_font-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/custom_font-webfont.woff') format('woff'), url('../fonts/custom_font-webfont.svg#LV-Recruitment') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, Arial, Sans-Serif;
	color: #231f20;
	width: 100%;
	height: 100%;
	background: #F8FBFC;
}
#container {
	margin: 160px 48px 64px 48px;
}
h2 {
	font-weight: normal
}
h2 i {
	margin: 0 8px 0 0
}
label {
	cursor: pointer;
	font-size: 1em;
	margin: 0 32px 0 0;
	display: block;
	text-align: left;
	position: relative;
	font-weight: bold
}
.two-columns label {
	text-align: left
}
.two-columns {
	clear: both;
	min-height: 72px
}
input, textarea, select {
	font-size: 1em;
	padding: 8px;
	transition: all 0.25s ease;
	margin: 0 0 16px 0;
	font-family: Arial, Helvetica, Arial, Sans-Serif;
	border: 1px solid #231f20;
	width: 100%;
	max-width: 480px;
	box-sizing: border-box
}
.two-columns input {
	width: 96%
}
.two-columns select {
	width: 96%
}
select {
	height: 30px;
	padding-top: 6px;
	width: auto;
	padding-bottom: 4px;
}
textarea {
	/*line-height: 1.5em;
	 height: 7.5em !important*/
}
#login form {
	width: 724px
}
#details {
	margin-bottom: 80px
}
button, .button {
	background: #231f20;
	border: 0px;
	padding: 12px;
	color: #fff !important;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	font-family: Arial, Helvetica, Sans-Serif;
	border: 1px solid #231f20;
}
#login button {
	margin-left: 196px
}
button:hover, .button:hover {
	background: #fff;
	color: #231f20 !important
}
button:hover i, .button:hover i {
	transform: scale(1.5)
}
td, th {
	padding: 8px;
	vertical-align: top;
}
.col-user {
	width: 150px
}
.user-badge {
	display: block;
	position: relative;
	padding: 8px;
	float: left;
	overflow: hidden;
	width: 32px;
	height: 32px;
	font-size: 0.7em;
	line-height: 1.25em;
}
.other-user {
	float: right;
	transform: scale(0.5);
	transition: all 0.25s ease
}
.col-user:hover .other-user {
	transform: scale(1);
}
.col-client strong {
	font-weight: normal;
	display: block;
	font-size: 1em;
	margin: 8px 0 0 0
}
.col-client span {
	font-size: 1.5em
}
.status {
	text-align: center;
	font-size: 0.98em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #fff;
	font-weight: bold;
	padding: 4px 8px;
}
.col-estimate strong, .col-timetaken strong {
	font-weight: normal
}
.col-estimate span, .col-timetaken span {
	margin: 0 8px 0 4px
}
.col-profit span {
	float: left;
	display: block;
	width: 1em;
	height: 1em;
	background: #fff;
	margin-right: 8px;
	position: relative;
}
.profit-amber span {
	background-color: #EDA34E
}
.profit-red span {
	background-color: #E04141
}
.profit-green span {
	background-color: #51C151
}
.col-date em {
	font-style: normal;
	font-size: 1em;
}
tbody tr:hover td {
	background: #D6D4D4;
	cursor: pointer;
}
button i, .button i {
	margin: 0 8px 0 0
}
.ui-helper-hidden-accessible {
	display: none
}
.ui-autocomplete, .ui-autocomplete li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.ui-autocomplete li, option {
	background: #fff;
	color: #231f20;
	padding: 8px;
	position: relative;
	cursor: pointer
}
.ui-autocomplete li {
	width: 496px;
}
.ui-autocomplete li a {
	position: absolute;
	top: 14px;
	left: 16px
}
option {
	font-size: 1em
}
.ui-autocomplete li:hover {
	background: #2454b8;
	color: #fff;
	transform: scale(1.1)
}
fieldset {
	border: 0px;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 32px 0
}
.two-columns div {
	width: 40%;
	float: left;
}
.two-columns div:first-child {
	margin: 0 32px 0 0
}
.ui-datepicker {
	background: #FFF;
	border: 1px solid #f0f0f0;
	padding: 16px;
	text-align: center;
	font-size: 1.25em;
	width: 312px;
	display: none;
	margin-left: 0px;
	margin-top: -1px;
	color: #2454b8;
}
.ui-datepicker-header a {
	cursor: pointer;
	font-size: 1em;
	position: relative;
	top: -5px;
}
.ui-datepicker-header a:hover {
	color: #57E9E6
}
.ui-datepicker-prev {
	float: left
}
.ui-datepicker-next {
	float: right
}
.ui-datepicker-title {
	margin-bottom: 16px;
}
.ui-datepicker table {
	width: 100%;
	clear: both;
	margin: 0 auto 0 auto;
	position: static
}
.ui-datepicker tr {
	height: 28px
}
.ui-datepicker td, .ui-datepicker th {
	border: 1px solid #f0f0f0;
	width: 24px;
	height: 28px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.75em;
	text-align: center;
	vertical-align: middle;
	padding: 0px
}
.ui-datepicker th {
	background: #f0f0f0
}
.ui-datepicker td a {
	color: #231f20;
	text-align: center;
	display: block;
	text-decoration: none;
	width: 100% !important;
	height: 22px !important;
	padding: 7px 0 0 0;
	margin: 0 auto 0 auto;
}
.ui-datepicker td a:hover {
	background: #2454b8;
	color: #fff;
	border: 0;
	margin: 0;
}
.ui-datepicker .ui-state-active {
	background: #57e9e6;
	color: #fff;
}
input.date {
	text-align: center;
	letter-spacing: 0.45em
}
input.date:focus {
	font-size: 1.25em
}
#loading_overlay {
	background: #231f20;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0.75;
	z-index: 1000
}
input[type=number] {
	text-align: center
}
.two-columns label {
	width: auto
}
label span {
	font-size: 0.75em;
	opacity: 0.75;
	margin-left: 0.5em
}
.delete.button {
	margin-left: 0px;
	margin-bottom: 56px
}
.apprise {
	color: #231f20 !important;
	font-family: Arial, Helvetica, Sans-Serif !important;
	padding-bottom: 20px
}
.apprise button {
	float: left;
	margin-left: 0;
	margin-right: 16px !important;
	box-shadow: none
}
.apprise h1 {
	margin-bottom: 32px
}
.apprise-buttons {
	border: 0px;
}
.apprise p {
	font-size: 1.25em
}
.ui-multiselect-menu {
	display: none;
	background: #FFF;
	position: fixed !important;
	left: 292px !important;
	top: 600px !important;
	margin-top: -401px !important;
	border: 1px solid #f0f0f0;
	padding: 16px;
	width: 494px !important;
	height: 494px
}
button.ui-multiselect {
	background: #FFF;
	color: #231f20 !important;
	text-align: center;
	text-transform: capitalize;
}
.ui-multiselect-menu a {
	color: #231f20;
	text-decoration: none
}
.ui-multiselect-menu ul, .ui-multiselect-menu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.ui-multiselect-all {
	float: left;
}
.ui-multiselect-none {
	float: right
}
.ui-multiselect-close {
	text-align: center
}
.ui-icon-circle-close:before {
	content: "Close";
	color: #231f20
}
.ui-multiselect-checkboxes {
	height: 448px !important;
	overflow: auto;
	margin: 16px 0 0 10px !important;
	padding-right: 16px !important;
	position: absolute;
	width: 88%
}
.ui-multiselect-checkboxes li {
	padding: 0 !important;
	border-bottom: 1px solid #f0f0f0;
	color: #231f20;
	width: 46%;
	float: left;
	font-size: 0.9em;
	overflow: hidden;
	min-height: 55px;
}
.ui-multiselect-checkboxes li:nth-child(odd) {
	margin: 0 9px
}
.ui-multiselect-checkboxes span {
	font-size: 1em;
	font-style: normal;
	float: left;
	margin-left: 0px
}
.ui-multiselect-checkboxes label {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 16px;
}
.ui-multiselect-checkboxes input {
	margin: 0;
	background: green;
	float: left;
	width: 32px
}
.ui-multiselect-checkboxes li:hover label {
	color: #fff;
	background: #231f20;
	cursor: pointer
}
.ui-multiselect-header span:hover {
	color: #FAA500
}
.ui-multiselect-close:hover span {
	color: #231f20 !important
}
button.ui-multiselect.ui-state-active:hover {
	border: 1px solid #f0f0f0
}
.ui-multiselect, .ui-multiselect-menu {
	position: relative
}
.status-1 {
	background-color: #4ba8d9
}
.status-2 {
	background-color: #f1bfe6
}
.status-3 {
	background-color: #e5a2ef
}
.status-4 {
	background-color: #41ab96
}
.status-5 {
	background-color: #41ab64
}
.status-6 {
	background-color: #a8cd67
}
.status-7 {
	background-color: #e65353
}
.status-8 {
	background-color: #d9c95e
}
.status-9 {
	background-color: #dd943e
}
.status-10 {
	background-color: #636362
}
.status-11 {
	background-color: #2981b0
}
.user-1 {
	background-color: #75b23e
}
.user-2 {
	background-color: #e4a635
}
.user-3 {
	background-color: #59544c
}
.user-4 {
	background-color: #4dcfdd
}
.user-5 {
	background-color: #8f7342
}
.user-6 {
	background-color: #db6584
}
.user-7 {
	background-color: #D9C95E
}
.user-8 {
	background-color: #33BB9F
}
.options, .options li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.options li {
	float: left;
	margin-right: 16px;
	opacity: 0.5
}
.options {
	height: 32px;
	margin: 0 0 32px 0;
	width: 384px;
	float: left
}
.options li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.25em
}
.options .active {
	opacity: 1
}
#details {
	float: left
}
#step-manager {
	margin: 0px 0 0 80px;
	position: relative;
	float: left;
}
#step-manager-add button {
	width: 40px;
	min-width: 48px;
	height: 37px;
	display: inline-block;
	position: relative;
	top: 5px;
	padding: 4px 0 0 0;
	margin: 0 0 0 12px;
}
#step-manager-add button i {
	margin: 0
}
#step-manager-add .col2 input {
	width: 70%;
}
#step-manager-add .col1 {
	float: left
}
#step-manager-add .col2 {
	margin: 0 0 0 0
}
#step-manager-add .col2, #step-manager-add .col1 {
	height: 37px
}
#step-manager table {
	margin: 80px 0 0 0
}
#step-manager .col-date {
	width: 72px;
}
#step-manager td {
	vertical-align: middle;
}
.col-icon {
	width: 24px;
	padding: 0
}
.col-icon i {
	position: relative;
	font-size: 1.25em
}
td.col-icon:hover i {
	color: #231f20
}
#step-manager td:hover {
	text-decoration: none;
	color: #231f20
}
[data-complete="1"] {
	color: #bbb
}
[data-complete="1"] .col-description {
	text-decoration: line-through
}
.col-reorder {
	text-align: center;
	vertical-align: top;
	cursor: move
}
.col-reorder i {
	opacity: 0.1;
	font-size: 1.75em;
	position: relative;
	top: 0.3em;
}
.col-reorder:hover i {
	opacity: 1;
}
.placeholder {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 44px 0 44px 66px;
	border-color: transparent transparent;
	display: block
}
.ui-sortable-helper {
	background: #4497C3 !important;
	box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.5);
	transform: scale(1.1)
}
.user-badge ul, .user-badge ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px
}
.user-badge ul ul {
	display: none
}
.user-badge ul {
	margin: 1px 0 0 4px;
	font-size: 2em;
	width: 40px;
	height: 44px;
	position: absolute;
	top: -30px;
	left: -6px;
	letter-spacing: -0.15em;
	text-align: right;
	padding: 4px 8px 0 0;
	opacity: 0.5
}
.user-badge ul:hover {
	opacity: 1 !important
}
.user-badge li:hover ul {
	display: block;
	opacity: 1;
	letter-spacing: 0;
	text-align: left;
	font-size: 0.45em !important;
	background: #2F8BBC;
	position: absolute;
	left: 44px;
	top: -1px;
	font-size: 1.2em;
	padding: 8px !important;
	width: 128px;
	height: auto;
	min-height: 32px;
	box-shadow: 0px 0px 64px rgba(255, 255, 255, 0.2);
}
.user-badge li em {
	font-style: normal;
}
.user-badge li:hover ul li {
	margin-bottom: 3px;
}
.user-badge li:hover ul li:last-child {
	margin-bottom: 0px
}
#home-link {
	background: #2F8BBC;
	color: #FFF;
	position: fixed;
	top: 40px;
	left: 56px;
	opacity: 0.4;
	text-decoration: none;
	padding: 8px
}
#home-link:hover {
	opacity: 1
}
#home-link i {
	margin: 0 8px 0 0;
}
#step-manager .icon-refresh {
	text-align: center;
	margin: 0 auto 0 auto;
	display: block;
	font-size: 8em;
	line-height: 0.9em;
	z-index: 10000;
	opacity: 0.5
}
.loader-wrapper {
	width: 87%;
	text-align: center;
	display: none;
	height: 100px;
	position: absolute;
	top: 270px;
}
#client-chooser ul, #client-chooser ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none
}
#client-chooser {
	float: left;
	width: 168px;
	border-right: 1px solid rgba(255, 255, 255, 0.04);
	margin-top: -16px
}
#client-chooser ul li {
	font-size: 1em;
	padding: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	border-right: 8px solid #2F8BBC;
}
#client-chooser ul li:hover, #client-chooser ul li.selected {
	background: rgba(255, 255, 255, 0.5);
	color: #FFF;
	border-right: 8px solid #fff;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#client-chooser ul li:not(.selected):hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.1);
	color: #FFF
}
#client-chooser li span {
	color: rgba(255, 255, 255, 0.3);
	font-weight: bold;
	float: right;
	display: block
}
.time-container {
	width: 100% !important;
}
.time-container input {
	width: 60px;
	margin-right: -16px;
	text-align: center
}
.time-container span {
	position: relative;
	top: 32px;
	left: -32px;
}
#logo {
	display: block;
	background-image: url('../images/logo.gif');
	width: 181px;
	height: 86px;
	margin: 24px
}
#logo:hover {
	transform: scale(1);
}
header {
	background: #fff;
	padding: 16px;
	z-index: 1000;
}
nav ul, nav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav ul ul {
	display: none;
	transition: all 0.5s ease;
}
nav li:hover ul {
	display: block;
}
nav li {
	position: relative
}
nav li ul {
	position: absolute;
	top: 0px;
	left: 192px;
	z-index: 2000 !important;
	width: 192px;
}
nav li:hover ul a {
	padding-top: 12px;
	text-align: left;
	width: 192px;
	background: #FFF;
}
nav li {
	margin: 0 0 16px 0 !important;
}
nav li a {
	padding: 8px 16px 8px 16px;
	display: block;
	text-decoration: none;
}
nav li a i {
	font-size: 1.5em;
	margin: 0 4px 0 0;
}
nav li a span {
	font-size: 1em;
	position: relative;
	top: -3px;
	font-weight: bold;
}
#loader {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background: url('../images/loader.gif')
}
.empty {
	font-size: 8em;
	width: 640px
}
table {
	width: 100%
}
.ui-menu-item {
	height: 32px
}
strong {
	font-weight: normal
}
.col-quotedprice, .col-profit {
	width: 100px;
}
.col-quotedprice strong, .col-profit strong {
	position: relative;
	top: 8px
}
#comments {
	margin: 0px 0 0 80px;
	position: relative;
	float: left;
}
#comments button {
	width: 64px !important;
	min-width: 0 !important;
	padding: 8px 0 8px 6px;
	margin-top: 0
}
#comments-list, #comments-list li {
	list-style-type: none;
	margin: 0;
	padding: 0
}
#comments-list li {
	padding: 16px 8px 8px 8px;
	border-bottom: 1px solid #ccc;
}
#comments-list li em {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#comments-list li strong {
	float: right
}
#comments-list li span {
	clear: both;
	display: block;
	margin: 24px 0 16px 0
}
#comments-list li strong, #comments-list li em {
	font-size: 1em;
	opacity: 0.5
}
#store-details button {
	padding: 8px 0 8px 6px;
	width: 40px;
	float: right;
	margin-right: 0;
}
#leads .col-client, #leads .col-title {
	width: 45%
}
table tr:nth-child(odd) {
	background: #E8EDEF
}
th {
	text-align: left
}
aside {
	background: #231f20;
	width: 240px;
	float: left;
}
#main {
	padding: 40px 0 0 0;
	margin: 0px 40px 0 280px !important;
}
nav li span, nav li i {
	color: #fff
}
nav li:hover span, nav .selected span, nav li:hover i, nav .selected i {
	color: #231f20 !important
}
nav li:hover, nav .selected {
	background: #FFF;
}
nav {
	margin-top: 56px;
	height: 32px;
	margin-right: 48px;
}
h1 {
	margin: 0 0 16px 0;
}
nav li li {
	margin: 0 !important;
	box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
	font-size: 0.75em
}
nav li li:hover a, nav li li:hover i, nav li li:hover span {
	background: #3A3436 !important;
	color: #fff !important
}
#filter-bar select {
	margin-right: 16px
}
th {
	background: #F8FBFC;
	font-size: 1.1em;
}
table {
	margin: 24px 0
}
a, a:link {
	color: #231F20;
	text-decoration: none
}
#filter-bar {
	display: block;
	min-height: 48px
}
#step-manager, #comments, #details {
	width: 28%
}
#step-manager td {
	background: #F8FBFC
}
#store-details input {
	margin: 0 0 16px -8px;
	width: 95%
}
#store-details tbody th {
	width: 320px;
	text-align: right
}
#store-details tbody td:last-child a {
	float: right;
}
object {
	position: relative;
	top: -3px;
	cursor: pointer;
}
.status-13 {
	background-color: #cacaca
}
.job-container {
	margin-top: -32px;
}
#dashboard tr th {
	cursor: pointer;
}
input[type=checkbox] {
	width: 12px;
	display: inline-block;
	margin: 0 8px 0 0;
	position: relative;
	top: 2px
}
label.checkbox {
	display: inline-block;
}
#payg-status i {
	font-size: 2em;
	vertical-align: bottom;
	position: relative;
	top: 0.125em;
}

.yes {
	color: #77CC22
}

.no {
	color: #CC2211
}
#clockface {
	width: 49px;
	height: 49px;
	display: block;
	background-image: url('../images/timer.gif');
	background-position: center;
	background-repeat: no-repeat
}

#timer-clock {

	width: 49px;
	float: left;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer
}

#timer-details {
	background: #e8edef;
	padding: 16px 24px;
	height: 100%;
	margin-left: 80px;
	box-sizing: border-box;
	width: 100%;
	opacity: 0;
	transition: all 0.5s ease
}

#timer {
	width: 100%;
	max-width: 360px;
	height: 160px;
	position: fixed;
	top: 0;
	right: 144px;
	transform: translateX(400px);
	transition: all 0.5s ease;
	z-index: 999
}

#timer.active {
	transform: translateX(0px)
}

#timer.active #timer-details {
	opacity: 1
}

input {
	box-sizing: border-box
}

#clockface {

	margin-top: 44px
}

#timer-clock a {
	margin: 8px 0 0 0;
	display: block;
}

#timer.running #clockface {
	background-image: url('../images/timer-active.gif');
	animation: spin 2s linear infinite
}

@keyframes spin {
from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}

#timer.running input {
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 1.25em
}

.radios {
	margin-top: 4px
}

.radios label {

	width: auto;
	display: inline
}

.radios input {
	width: 24px;
	position: relative;
	top: 2px
}

.delist, .delist li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.user-select {
	text-align: justify
}

.user-select h3 {
	font-size: 1em
}

.user-select div {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin: 16px 0
}

.user-select label {
	font-size: 1.27em;
	font-weight: normal
}

.user-select input {
	margin-right: 0
}

.col-team .you {
	border-bottom: 1px solid orange
}

.overdue span {
	background-color: #FF7783;
	text-align: center;
	font-size: 0.98em;
	color: #FFF;
	font-weight: bold;
	padding: 4px 8px;
}

.heading{
	background-color:#231f20 !important;
	color:#FFFFFF;
	font-size:16px;
}

.heading:hover{
	background-color:#231f20 !important;
	color:#FFFFFF;
	font-size:16px;
}
