body {
	background: #fff;
	font-family: Arial, sans-serif;
	color: #7c7c7c
}

body.test {
	background: #fff url(/images/geoop-base.jpg) no-repeat top left
}

.centered {
	text-align: center
}

.quick-tour#fancybox-wrap {
	padding: 0px
}

.quick-tour p.desc {
	font-size: 15px;
	line-height: 1.6em;
	color: #7c7c7c;
	margin: 0px auto;
	padding: 0px 35px;
	display: block
}

.quick-tour h1 {
	color: #007ac4;
	font-size: 21px;
	line-height: 1.6em;
	font-weight: normal;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 30px
}

.quick-tour .mid-content {
	padding: 30px 0px 30px 0px
}

.quick-tour .mid-content img {
	display: block;
	margin: auto
}

.quick-tour .do-later-link {
	width: 100%;
	text-align: right;
	padding-top: 40px
}

.quick-tour .do-later-link a {
	color: #d7d7d7
}

.quick-tour .do-later-link a:hover {
	text-decoration: underline
}

.negative-bottom-20 {
	margin-bottom: -20px
}

.negative-bottom-40 {
	margin-bottom: -40px
}

.step-indicator {
	width: 287px;
	margin: 0px auto;
	padding-bottom: 45px;
	padding-top: 15px
}

.step-indicator .step-item {
	float: left;
	position: relative;
	background: url(/images/step-ind-line.jpg) repeat-x center center
}

.step-indicator .step-item.col-3 {
	width: 30%
}

.step-indicator .step-item.col-4 {
	width: 44%
}

.step-indicator .step-item.last {
	width: 28px
}

.step-indicator .step-item .txt {
	width: 72px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	color: #ababab;
	text-align: center;
	position: absolute;
	top: 35px;
	left: 0%;
	transform: translate(-50%, 0);
	margin-left: 15px
}

.step-indicator .step-item.active .txt {
	color: #d04f3a
}

.step-indicator .step-item.active .icon {
	background: #d04f3a
}

.step-indicator .step-item.active.step-2 .icon {
	background: #d04f3a url(/images/step-2-active.jpg) no-repeat center center
}

.step-indicator .step-item.active.step-3 .icon {
	background: #d04f3a url(/images/step-3-active.jpg) no-repeat center center
}

.step-indicator .step-item.active.step-4 .icon {
	background: #d04f3a url(/images/step-4-active.jpg) no-repeat center center
}

.step-indicator .step-item.done {
	background: url(/images/step-ind-line-active.jpg) repeat-x center center
}

.step-indicator .step-item.done .txt {
	color: #007ac4
}

.step-indicator .step-item.done .icon {
	background: #007ac4 url(/images/step-indicator-active.png) no-repeat center center
}

.step-indicator .step-item .icon {
	height: 28px;
	width: 28px;
	border-radius: 50%;
	background: #ababab;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #d7d7d7;
	position: relative;
	z-index: 9999
}

.step-indicator.big {
	width: 430px;
	padding-bottom: 95px
}

.step-indicator.big .icon {
	height: 42px;
	width: 42px;
	font-size: 18px;
	line-height: 42px
}

.step-indicator.big .txt {
	width: 170px;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 50px;
	left: 0%;
	transform: translate(-50%, 0);
	margin-left: 25px
}

.step-indicator.big .done .icon {
	background: #007ac4 url(/images/step-indicator-active-big.png) no-repeat center center
}

.col.col-4 {
	float: left;
	width: 33.3%;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box
}

.integration-cta-box {
	width: 100%;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

.integration-cta-box .integration-logo {
	height: 140px;
	position: relative
}

.integration-cta-box .integration-logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.integration-cta-box .integration-button {
	height: 32px;
	background: url(/images/integration-button.png) no-repeat top left;
	display: block;
	width: auto;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	margin-top: -25px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s
}

.integration-cta-box .integration-button:hover {
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8
}

a.cta-button {
	display: inline-block;
	background: #007ac4;
	color: #fff;
	padding: 10px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 15px;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s
}

a.cta-button:hover {
	-webkit-opacity: .75;
	-moz-opacity: .75;
	opacity: .75
}

a.cta-button.big {
	font-size: 18px;
	padding: 17px 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

a.cta-button.disabled {
	background: #ababab
}

.cta-wrapper.center {
	width: 100%
}

.cta-wrapper.center a.cta-button.big-padding {
	margin: 25px 0px 0px 0px
}

.tutorial {
	position: absolute;
	z-index: 999;
	width: auto;
	display: inline-block
}

.tutorial .tutorial-txt {
	font-size: 16px;
	line-height: 1.6em;
	color: #fff;
	width: 400px;
	position: absolute
}

.tutorial p {
	margin-bottom: 10px
}

.tutorial ul {
	margin-bottom: 15px
}

.tutorial ul li {
	background: url(images/tutorial/tutorial-list-bullet.png) 0 5px no-repeat;
	padding-left: 25px
}

.setup-guide {
	position: relative;
	z-index: 999;
	padding-top: 110px
}

.setup-guide h1 {
	font-size: 18px;
	color: #ffb83a;
	text-shadow: none;
	font-weight: normal;
	display: block;
	margin: 0px auto;
	padding: 15px 0px 15px 55px;
	background: url(/images/setup-guide-logo.png) no-repeat left center;
	width: 110px
}

.setup-guide .setup-guide-list {
	width: 100%;
	overflow: hidden;
	padding-top: 20px
}

.setup-guide .setup-guide-list ul {
	width: 10000px
}

.setup-guide .setup-guide-intro p {
	width: 400px;
	margin: 0px auto;
	color: #fff;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 1.6em
}

.setup-guide-card {
	width: 465px;
	height: 230px;
	background-color: #5d6773;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0px 15px
}

.setup-guide-card#setup-guide-1 {
	background-image: url(/images/setup-guide/setup-guide-bg-1.png);
	background-repeat: no-repeat;
	background-position: right bottom
}

.setup-guide-card#setup-guide-2 {
	background-image: url(/images/setup-guide/setup-guide-bg-2.png);
	background-repeat: no-repeat;
	background-position: right bottom
}

.setup-guide-card#setup-guide-3 {
	background-image: url(/images/setup-guide/setup-guide-bg-3.png);
	background-repeat: no-repeat;
	background-position: right bottom
}

.setup-guide-card#setup-guide-4 {
	background-image: url(/images/setup-guide/setup-guide-bg-4.png);
	background-repeat: no-repeat;
	background-position: right bottom
}

.setup-guide-card#setup-guide-5 {
	background-image: url(/images/setup-guide/setup-guide-bg-5.png);
	background-repeat: no-repeat;
	background-position: right bottom
}

.setup-guide-card#setup-guide-6 {
	background-image: url(/images/setup-guide/setup-guide-bg-6.png);
	background-repeat: no-repeat;
	background-position: right bottom
}

.setup-guide-card#setup-guide-7 {
	background-image: url(/images/setup-guide/setup-guide-bg-7.png);
	background-repeat: no-repeat;
	background-position: right bottom
}

.setup-guide-card#setup-guide-8 {
	background-image: url(/images/setup-guide/setup-guide-bg-8.png);
	background-repeat: no-repeat;
	background-position: right bottom
}

.setup-guide-card#setup-guide-9 {
	background-image: url(/images/setup-guide/setup-guide-bg-9.png);
	background-repeat: no-repeat;
	background-position: right bottom
}

.setup-guide-card.finished {
	background-color: #77aa2d !important
}

.setup-guide-card.finished .setup-guide-title {
	border-bottom: 1px solid #70a02a;
	background: url(/images/setup-guide/setup-guide-finished.png) no-repeat 15px center;
	padding: 15px 20px 15px 50px
}

.setup-guide-card.finished .setup-guide-content {
	border-top: 1px solid #88b447
}

.setup-guide-card.finished a.cta-button {
	background: #fff;
	color: #77aa2d
}

.setup-guide-card.finished a.do-again {
	color: #fff;
	font-size: 15px;
	margin: 0px 15px
}

.setup-guide-card .setup-guide-title {
	font-size: 15px;
	color: #fff;
	padding: 15px 20px;
	border-bottom: 1px solid #58616c
}

.setup-guide-card .setup-guide-content {
	font-size: 13px;
	color: #fff;
	padding: 15px 20px;
	border-top: 1px solid #717984
}

.setup-guide-card .setup-guide-content p {
	margin-bottom: 15px;
	width: 280px;
	white-space: normal
}

.setup-guide-control {
	display: block;
	padding-top: 30px;
	width: 140px;
	margin: 0px auto
}

.setup-guide-control a {
	padding: 0px 15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s
}

.setup-guide-control a:hover {
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5
}

.setup-guide-control a.setup-guide-prev {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	background: url(/images/setup-guide/setup-guide-prev.png) no-repeat center center
}

.setup-guide-control a.setup-guide-next {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	background: url(/images/setup-guide/setup-guide-next.png) no-repeat center center
}

#onboarding-list-toggle {
	float: left;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	position: relative
}

#onboarding-list-toggle:hover {
	-webkit-opacity: .75;
	-moz-opacity: .75;
	opacity: .75
}

#onboarding-list-toggle .title {
	font-size: 16px;
	font-weight: bold;
	color: #43ba6b
}

#onboarding-list-toggle .small {
	font-size: 13px;
	color: #ababab
}

#onboarding-list-toggle .progress-icon {
	width: 19px;
	height: 23px;
	background: url(/images/progress-icon.png) no-repeat center center;
	position: absolute;
	top: 14px;
	left: 18px
}

#onboarding-list-toggle .onboarding-toggle-left, #onboarding-list-toggle .onboarding-toggle-right {
	float: left
}

#onboarding-list-toggle .onboarding-toggle-left {
	width: 55px;
	height: 55px;
	margin-right: 10px
}

#onboarding-list-toggle .onboarding-toggle-right {
	margin-top: 7px
}

.onboarding-list-dd {
	width: 255px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: relative
}

.onboarding-list-dd::before {
	bottom: 100%;
	left: 180px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #43ba6b;
	border-width: 10px;
	margin-left: -10px
}

.onboarding-list-dd .title {
	padding: 17px 20px;
	background: #43ba6b;
	color: #fff;
	font-size: 14px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

.onboarding-list-dd li {
	color: #ababab;
	font-size: 13px;
	border-bottom: 1px solid #f0f0f0;
	margin: 0px 15px
}

.onboarding-list-dd li:last-child {
	border-bottom: 0px
}

.onboarding-list-dd li a {
	color: #ababab;
	padding: 15px 0px;
	display: block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s
}

.onboarding-list-dd li a:hover {
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6
}

.onboarding-list-dd li.finished .check {
	background: url(/images/onboarding/onboarding-check.png) no-repeat bottom left
}

.onboarding-list-dd li .check {
	width: 18px;
	height: 18px;
	background: url(/images/onboarding/onboarding-check.png) no-repeat top left;
	float: left;
	margin-right: 10px
}

.onboarding-list-dd li#onboarding-list-1 {
	background: url(/images/onboarding/onboarding-icon.png) no-repeat 200px 18px
}

.onboarding-list-dd li#onboarding-list-2 {
	background: url(/images/onboarding/onboarding-icon.png) no-repeat 200px -35px
}

.onboarding-list-dd li#onboarding-list-3 {
	background: url(/images/onboarding/onboarding-icon.png) no-repeat 200px -85px
}

.onboarding-list-dd li#onboarding-list-4 {
	background: url(/images/onboarding/onboarding-icon.png) no-repeat 200px -140px
}

.onboarding-list-dd li#onboarding-list-5 {
	background: url(/images/onboarding/onboarding-icon.png) no-repeat 200px -190px
}

.onboarding-list-dd li#onboarding-list-6 {
	background: url(/images/onboarding/onboarding-icon.png) no-repeat 200px -245px
}

.onboarding-list-dd li#onboarding-list-7 {
	background: url(/images/onboarding/onboarding-icon.png) no-repeat 200px -297px
}

.cycle-carousel-wrap .carousel_item {
	white-space: normal
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.clearfix {
	display: inline-block
}

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block
}

.container {
	width: 1170px;
	margin: 0 auto 150px auto;

}

@media (max-width: 960px) {
	.container {
		width: 100%;
		overflow: visible;
		margin: 0 auto 0 auto;
	}

	header {
		padding: 20px;
		height: auto
	}

	header #company-logo {
		max-height: 70px;
	}
}

#company-logo {
	max-height: 50px;
	margin-left: 0;
}

.top-link {
	color: #c3c3c3;
	font-size: 14px;
	padding: 10px 10px 10px 25px;
	margin-left: 20px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.top-link#phone {
	background: url(/images/jobshare/icon-phone.jpg) no-repeat left center
}

.top-link#mail {
	background: url(/images/jobshare/icon-mail.jpg) no-repeat left center
}

.top-link-mobile {
	display: block;
	height: 40px;
	width: 40px;
	float: right;
	margin-left: 5px;
	margin-top: 10px
}

.top-link-mobile#phone {
	background: url(/images/jobshare/mobile-phone.jpg) no-repeat left center;
	background-size: contain
}

.top-link-mobile#mail {
	background: url(/images/jobshare/mobile-mail.jpg) no-repeat left center;
	background-size: contain
}

.content-container {
	background: #eaeaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-top: 10px
}

@media (max-width: 960px) {
	.content-container {
		background: #fff
	}
}

.main-column {
	width: 580px;
	overflow: hidden;
	box-sizing: border-box
}

@media (max-width: 960px) {
	.main-column {
		width: 100%;
		float: none;
		overflow: visible;
	}
}

.main-column.column-right {
	float: right
}

.main-column.column-right #map {
	display: block
}

@media (max-width: 960px) {
	.main-column.column-right #map {
		width: 100% !important;
		height: 400px !important
	}
}

.main-column.column-left {
	padding: 30px;
	float: left
}

@media (max-width: 960px) {
	.main-column.column-left {
		float: none;
		padding: 15px
	}
}

.main-column.column-left h1 {
	font-size: 15px;
	color: #3c3c3c;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 17px;
	padding-top: 0px;
	text-shadow: none
}

.blue {
	color: #2087db
}

.green {
	color: #8cc63f
}

.grey2 {
	color: #9c9c9c
}

.job-card {
	background: #fff url(/images/jobshare/job-card-flip.jpg) no-repeat top right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-top: 25px;
	position: relative;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 30px
}

@media (max-width: 960px) {
	.job-card {
		background: #fff;
		border: 1px solid #ededed
	}
}

.job-card .user-pic {
	position: absolute;
	top: 0px;
	right: 0px
}

.job-card .job-card-content-top, .job-card .job-card-content-bottom {
	position: relative
}

.job-card .job-card-content {
	color: #7c7c7c;
	margin-left: 40px
}

.job-card .job-card-content #job-share-icon-small {
	position: absolute;
	top: 0px;
	right: 0px
}

.job-card .job-card-content .job-card-content-top {
	border-bottom: 1px dashed #d9d9d9;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 20px
}

@media (max-width: 960px) {
	.job-card .job-card-content {
		margin-left: 0px
	}
}

.job-card .job-card-content .card-line {
	margin-bottom: 5px;
	color: #0c8bec;
}

.job-card .job-card-content label {
	color: #9c9c9c;
	font-weight: bold;
}

.job-card .ribbon {
	width: 46px;
	height: 700px;
	position: absolute
}

@media (min-width: 970px) {
	.job-card .ribbon {
		bottom: 0px;
		left: 0px
	}
}

.job-card .ribbon.green {
	background: #8dca35 url(/images/jobshare/ribbon-shade.png) repeat-y right bottom
}

.job-card .ribbon.orange {
	background: #ffb83a url(/images/jobshare/ribbon-shade.png) repeat-y right bottom
}

.job-card .ribbon.red {
	background: #d04f3a url(/images/jobshare/ribbon-shade.png) repeat-y right bottom
}

.job-card .ribbon.grey {
	background: #d7d7d7 url(/images/jobshare/ribbon-shade.png) repeat-y right bottom
}

.job-card .ribbon .ribbon-edge {
	width: 46px;
	height: 12px;
	background: url(/images/jobshare/ribbon-edge.png) no-repeat center center;
	position: absolute;
	bottom: 0px;
	left: 0px
}

@media (max-width: 960px) {
	.job-card .ribbon {
		top: -650px;
		right: 20px
	}

	.job-card .ribbon .ribbon-edge {
		background: url(/images/jobshare/ribbon-edge-white.png) no-repeat center center
	}
}

.desktop {
	display: block
}

@media (max-width: 960px) {
	.desktop {
		display: none
	}
}

.mobile {
	display: none
}

@media (max-width: 960px) {
	.mobile {
		display: block
	}
}

.job-share-schedule-table {
	height: 308px;
}

.job-share-schedule-table h2 {
	color: #7c7c7c;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px
}

.job-share-schedule-table table {
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	overflow: hidden;
	display: block;
}

.job-share-schedule-table table thead {
	display: table;
	width: 100%;
}

.job-share-schedule-table table thead td {
	background: #acb1b5;
	color: #fff;
	padding: 15px 15px;
}

.job-share-schedule-table table tbody {
	display: block;
	overflow-y: scroll;
	width: 100%;
	max-height: 222px;
}

.job-share-schedule-table table tbody tr {
	display: table;
}

.job-share-schedule-table table tbody td {
	background: #fff;
	padding: 10px 15px;
	position: relative;
	border-bottom: 1px solid #ededed;
}

@media (max-width: 960px) {
	.job-share-schedule-table {
		height: auto;
	}

	.job-share-schedule-table table {
		border: 1px solid #ededed;
	}

	.job-share-schedule-table table thead {
		display: table;
	}

	.job-share-schedule-table table thead td {
		background: #acb1b5;
		color: #fff;
		padding: 15px 15px
	}

	.job-share-schedule-table table tbody {
		display: table;
		overflow: hidden;
		max-height: auto;
	}

	.job-share-schedule-table table tbody tr {
		display: table-row;
	}

	.job-share-schedule-table table tbody td {
		background: #fff;
		padding: 10px 15px;
		position: relative;
		border-bottom: 1px solid #ededed;
	}
}

.user-pic {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	overflow: hidden;
	width: 45px;
	height: 45px;
	border: 4px solid #e7e7e7
}

footer {
	margin-top: 30px;
	margin-bottom: 90px
}

footer h3 {
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 5px
}

.job-share-button {
	font-size: 15px;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #fff;
	display: block;
	float: left;
	margin: 7px 0px;
	cursor: pointer;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}

.job-share-button:hover {
	-webkit-opacity: .7;
	-moz-opacity: .7;
	opacity: .7;
	color: #fff
}

.job-share-button.green {
	background: #8cc63f;
	/*box-shadow: 0px 5px 0px #72aa29*/
}

.job-share-button.blue {
	background: #2087db;
	/*box-shadow: 0px 5px 0px #0069a8*/
}

.text-right {
	text-align: right
}

.float-bar-bottom {
	bottom: 0px;
	background: #fff;
	width: 100%;
	position: fixed;
	z-index: 999;
	padding: 7px 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2)
}

.float-bar-bottom .job-share-button {
	width: 100px;
	text-align: center
}

.col-40 {
	width: 40%;
	float: left
}

.col-20 {
	width: 20%;
	float: left
}

/* job share modal */
.job-share#fancybox-wrap {
	padding: 0px
}

.job-share p.desc {
	font-size: 15px;
	line-height: 1.6em;
	color: #7c7c7c;
	margin: 0px auto;
	padding: 0px;
	display: block
}

h1.job-share {
	color: #555555;
	font-size: 21px;
	line-height: 1.6em;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 15px 0px 11px 0px;
	text-decoration: none;
	border: none;
	background: none;
}

.job-share .mid-content {
	padding: 30px 0px 30px 0px
}

.job-share .mid-content img {
	display: block;
	margin: auto
}

.job-share .do-later-link {
	width: 100%;
	text-align: right;
	padding-top: 40px
}

.job-share .do-later-link a {
	color: #d7d7d7;
}

.job-share .do-later-link a:hover {
	text-decoration: underline
}

.job-share-content-wrapper {
}

.job-share-table {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	overflow: hidden;
	margin-top: 10px
}

.job-share-footer {
	margin-top: 20px
}

.job-share-line {
	background: url(/images/jobshare/job-share-line-bg.png) repeat-x bottom
}

.job-share-line .job-share-switch {
	margin: 18px 15px 0px 0px
}

.job-share-line .job-share-line-icon {
	background: #82b83b url(/images/jobshare/job-share-line-bg.png) repeat-x bottom
}

.job-share-line .job-share-line-icon img {
	padding: 10px 12px
}

.job-share-line .job-share-line-txt {
	color: #7c7c7c;
	font-size: 14px;
	height: 62px;
	line-height: 56px;
	padding-left: 15px
}

.job-share-line.active .job-share-line-txt {
	color: #82b83b
}

.job-share-add-staff {
	height: 99px;
	background: url(/images/jobshare/job-share-staff-bg.jpg) no-repeat left center #fff;
	margin-left: -25px;
	/*margin-right: -25px;*/
	margin-top: 30px;
	position: relative
}

.job-share-add-staff.long {
	background: url(/images/jobshare/job-share-staff-long-bg.jpg) no-repeat left center #fff;
}

.job-share-add-staff.long span{
	display: inline-block;
	padding: 5px 5px 5px 10px;
}

.job-share-add-staff .job-share-add-staff-left {
	font-size: 15px;
	color: #fff;
	width: 170px;
	margin-left: 130px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%)
}

.job-share-add-staff.long .job-share-add-staff-left {
	width: 295px
}

.job-share-add-staff .job-share-add-staff-left b {
	font-weight: bold
}

.job-share-add-staff-middle {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	margin-left: 20px;
	font-family: Lato, arial, sans-serif;
	font-weight: 300
}

.job-share-add-staff-middle .job-share-add-staff-middle-top {
	font-size: 18px;
	color: #82b83b
}

.job-share-add-staff-middle .job-share-add-staff-middle-top span {
	display: block;
	float: left;
	line-height: 1em
}

.job-share-add-staff-middle .job-share-add-staff-middle-top .price {
	font-size: 60px;
	margin-right: 8px
}

.job-share-add-staff-middle .job-share-add-staff-middle-top.smalltext .price {
	font-size: 36px;
	margin-right: 0px;
}

.job-share-add-staff-middle .job-share-add-staff-middle-top .currency {
	position: relative;
	top: 5px;
}

.job-share-add-staff-middle .job-share-add-staff-middle-top .month {
	position: relative;
	top: 35px;
}

.job-share-add-staff-middle .job-share-add-staff-middle-top.smalltext .month {
	position: relative;
	top: 19px;
}

.job-share-add-staff-middle .job-share-add-staff-middle-bottom {
	font-size: 18px;
	color: #9c9c9c
}

.job-share-add-staff-right {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	margin-right: 25px
}

.yellow {
	background: #ccd000 !important
}

.onoffswitch {
	position: relative;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.onoffswitch-checkbox {
	display: none
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	height: 23px;
	padding: 0;
	line-height: 30px;
	border: 0px solid #999999;
	border-radius: 35px;
	background-color: #FFFFFF;
	border: 1px solid #d1d1d1
}

.onoffswitch-label:before {
	content: "";
	display: block;
	width: 25px;
	margin: -1px;
	height: 25px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	border-radius: 35px;
	box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #d1d1d1
}

.onoffswitch-checkbox:checked:disabled + .onoffswitch-label {
	background-color: #d0d0d0;
	border: 1px solid #d0d0d0
}

.onoffswitch-checkbox:checked:disabled + .onoffswitch-label, .onoffswitch-checkbox:checked:disabled + .onoffswitch-label:before {
	border-color: #d0d0d0
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
	background-color: #2BB45C;
	border: 1px solid #2BB45C
}

.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
	border-color: #2BB45C
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
	right: 0px;
	background-color: #FFFFFF;
	box-shadow: 3px 6px 18px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid #d1d1d1
}

/*************************************************************************************************************/
/* New Library Start -- Please place all custom CSS above this file as this will be exported at a later date */

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.row {
	width: 100%;
}

.col-n-1 {
	width: 8.33333333%;
}

.col-n-2 {
	width: 16.66666%;
}

.col-n-3 {
	width: 25%;
}

.col-n-4 {
	width: 33.33333333%;
}

.col-n-5 {
	width: 41.66666666%;
}

.col-n-6 {
	width: 50%;
}

.col-n-7 {
	width: 58.33333333%;
}

.col-n-8 {
	width: 66.66666666%;
}

.col-n-9 {
	width: 75%;
}

.col-n-10 {
	width: 83.3333333%;
}

.col-n-11 {
	width: 91.6666666%;
}

.col-n-12 {
	width: 100%;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

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

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-bottom-70 {
	margin-bottom: 70px;
}

.margin-left-5 {
	margin-left: 5px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-15 {
	margin-left: 15px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-left-30 {
	margin-left: 30px;
}

.margin-left-40 {
	margin-left: 40px;
}

.margin-left-50 {
	margin-left: 50px;
}

.margin-left-60 {
	margin-left: 60px;
}

.margin-left-70 {
	margin-left: 70px;
}

.margin-right-5 {
	margin-right: 5px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-right-15 {
	margin-right: 15px;
}

.margin-right-20 {
	margin-right: 20px;
}

.margin-right-30 {
	margin-right: 30px;
}

.margin-right-40 {
	margin-right: 40px;
}

.margin-right-50 {
	margin-right: 50px;
}

.margin-right-60 {
	margin-right: 60px;
}

.margin-right-70 {
	margin-right: 70px;
}

.padding-top-5 {
	padding-top: 5px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-15 {
	padding-top: 15px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-top-40 {
	padding-top: 40px;
}

.padding-bottom-5 {
	padding-bottom: 5px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-15 {
	padding-bottom: 15px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-bottom-40 {
	padding-bottom: 40px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.padding-left-5 {
	padding-left: 5px;
}

.padding-left-10 {
	padding-left: 10px;
}

.padding-left-15 {
	padding-left: 15px;
}

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

.padding-left-30 {
	padding-left: 30px;
}

.padding-left-40 {
	padding-left: 40px;
}

.padding-left-50 {
	padding-left: 50px;
}

.padding-left-60 {
	padding-left: 60px;
}

.padding-left-70 {
	padding-left: 70px;
}

.padding-right-5 {
	padding-right: 5px;
}

.padding-right-10 {
	padding-right: 10px;
}

.padding-right-15 {
	padding-right: 15px;
}

.padding-right-20 {
	padding-right: 20px;
}

.padding-right-30 {
	padding-right: 30px;
}

.padding-right-40 {
	padding-right: 40px;
}

.padding-right-50 {
	padding-right: 50px;
}

.padding-right-60 {
	padding-right: 60px;
}

.padding-right-70 {
	padding-right: 70px;
}

.modal-ajax-loader {
	background-image: url(/scriptsv2/images/ajax-loader-job-list-switch.gif);
	background-position: center center;
/ / 0 px 100 px;
	background-repeat: no-repeat;
	background-size: 25px auto;
	width: 30px;
	height: 30px;
}

.pac-container {
	z-index: 10000;
}

.schedule-loader-left {
	width: 100%;
	height: 100%;
	background: #fff;
	background-position: top;
	top: 0px;
	left: 0px;
	z-index: 9998;
	opacity: 0.5;
	text-align: center;
}

.schedule-loader-left.job-edit-load {
	height: 60px;
}

.schedule-loader-text-left {
	background: #ffffff url(/scriptsv2/images/ajax-loader-job-list-switch.gif) no-repeat;
	background-size: 50px auto;
	left: 170px;
	padding-top: 50px;
	position: absolute;
	text-align: left;
	top: 100px;
}

.schedule-loader-text-left.job-edit-load {
	top: 20px;
}

#deleteAllModalContent h1,
#statusModalContent h1, #quoteToActualModal h1,
#failedQuoteToActualModal h1, #failedNoteDeletionModal h1 {
	background-color: #f4f4f4;
	padding-left: 15px;
}

.text-force-fit {
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	word-wrap: break-word;
}

input[type="text"].country-code, .country-code,
#editclient_id .country-code {
	width: 40px;
	color: #BBBBBB !important;
	text-align: right;
}

input[type="text"].mobile-number, .mobile-number,
#editclient_id .mobile-number {
	width: 124px;
}

.workgroup-unassign-wrapper {
	color: #737373;
	display: inline-block;
}

.workgroup-staffcount-wrapper {
	float: right;
	padding-right: 20px;
}

#zenbox_tab {
	display: none !important;
}

.confirm-mobile-button {
	margin-left: 0;
	float: right;
}

.confirm-mobile-text {
	margin-top: 5px;
}

.mobile-feedback-text {
	margin: 5px;
	font-size: 12px;
}

.editclient .mobile-feedback-text {
	width: 227px;
}

.editclient .mobile-feedback-text span {
	text-align: right;
	vertical-align: top;
	display: inline-block;
	float: none;
}

.blue-text {
	color: #308dd4;
}

.editclient .mobile-feedback-text span.checkbox {
	margin-left: 10px;
}

.editclient .mobile-feedback-text.blue-text {
	text-align: right;
	line-height: 29px;
}

.form-input-section {
	width: 220px;
	margin: 5px;
}

[data-ngeo-client-autocomplete] ul.ui-autocomplete, [ngeo-client-autocomplete] ul.ui-autocomplete {
	position: absolute;
	margin-top: 31px;
}

.client-autocomplete-content {
	position: relative;
}

a.geo-multi-select-text {
	padding: 3px 15px;
	border-radius: 3px;
	line-height: 21px;
}

.orange-text {
	color: #ff9400;
}

.green-text {
	color: #29A32F;
}

.red-text {
	color: #f00;
}

.mobiusers td.checkbox-column, .mobiusers th.checkbox-column {
	width: 20px;
	height: 40px;
	text-align: center;
}

.mobiusers td.user-tile-column, .mobiusers th.user-tile-column {
	width: 30px;
}

.mobiusers td.user-name-column, .mobiusers th.user-name-column,
.mobiusers td.user-status-column, .mobiusers th.user-status-column {
	width: 160px;
	word-break: break-all;
}

.mobiusers td.user-role-column, .mobiusers th.user-role-column {
	width: 90px;
}

.mobiusers td.user-color-column, .mobiusers th.user-color-column {
	width: 60px;
}

.mobiusers td.user-type-column, .mobiusers th.user-type-column {
	width: 150px;
}

.mobiusers td.user-login-column, .mobiusers th.user-login-column {
	width: 50px;
}

.mobiusers td.user-phone-column, .mobiusers th.user-phone-column {
	width: 100px;
}

.staffedit-text-image {

}

.staffedit-text-title {
	color: #308dd4;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	padding-top: 15px;
	width: 80%;
}

.staffedit-text-subtitle {
	display: inline-block;
}

.staffedit-text-content {
	padding-top: 10px;
}

.staffedit-text-title-box {
	width: 80%;
}

.staffedit-right {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10%;
	display: inline-block;
}

.staffedit-right div {
	display: inline-block;
}

.but-activate {
	background-color: #8dbc45;
	border-radius: 3px;
	color: #ffffff !important;
	padding: 6px 8px;
}

.but-activate:hover {
	background-color: #638530;
}

.but-deactivate {
	background-color: #CCCCCC;
	border-radius: 3px;
	color: #A3A3A3 !important;
	padding: 6px 8px;
}

.but-deactivate:hover {
	color: #CCCCCC !important;
	background-color: #909090;
}

h2.subheader {
	color: #308dd4;
	font-size: 14px;
	line-height: 26px;
	padding: 15px 0px 11px 0px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-weight: bold;
	background: url(/imagesv4/separator/header-separator.png) repeat-x bottom;
}

.address-box-header {
	color: #308dd4;
	background: url(/imagesv4/separator/header-separator.png) repeat-x bottom;
	font-size: 16px;
}

/* floatinghel */
#close-help-tax {
	float: right;
}

.float-help-outer {
	background: url(/imagesv4/bg-grad/grad51.png) repeat-x scroll left top #D7D7D7;
	border-radius: 3px;
	color: #FFFFFF;
	display: none;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0;
	position: relative;
	width: 100%;
}

.float-help-inner {
	border-bottom: 1px solid #C6C6C6;
	padding: 10px 25px;
}

.invoice-description-blurb {

}

.invoice-description-text {
	display: none;
}

.show-more, .show-less {
	padding: 0 5px;
	font-weight: bold;
	margin-left: 3px;
}

.show-more:hover, .show-less:hover {
	border: 1px solid #cccccc;
}

.paginationRow {
	cursor: pointer;
}

.intercom-conversations-new-conversation-button {
	display: none !important;
}

/* floatinghelp end */
.address-box-copy {
	font-size: 12px;
	display: inline-block;
}

.address-box-title {
	width: 250px;
	display: inline-block;
}

.address-box-title-narrow {
	width: 200px;
	display: inline-block;
}

.address-box-outer input[type="text"] {
	padding: 6px 10px;
	width: 210px;
}

.address-box-outer ::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: 10px;
}

.address-box-outer :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 10px;
}

.address-box-outer ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 10px;
}

.address-box-outer :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-size: 10px;
}

#taxable-wrap {
	display: inline-block;
}

.geo-quickbooks-btn {
	width: 120px;
	text-align: center;
}

/* Pure CSS checkbox*/

input[type=checkbox].geo-checkbox-purecss {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=checkbox].geo-checkbox-purecss + label.geo-checkbox-purecss-label {
	padding-left: 20px;
	height: 20px;
	display: inline-block;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
}

.greyout input[type=checkbox].geo-checkbox-purecss + label.geo-checkbox-purecss-label {
	cursor: not-allowed;
}

input[type=checkbox].geo-checkbox-purecss:checked + label.geo-checkbox-purecss-label {
	background-position: 0 -44px;
}

.geo-checkbox-purecss-label {
	background-image: url(/imagesv4/checkbox.png);
}

.note-summary-title {
	float: left;
	padding-bottom: 10px;
	text-align: left;
	width: 50%;
	font-weight: bold;
}

.note-summary-title.summary-header {
	font-weight: bold;
	color: #0c8bec;
}

.note-summary-values {
	float: left;
	padding-bottom: 10px;
	text-align: right;
	width: 50%;
}

.note-summary-values.summary-header {
	font-weight: bold;
}

/* Text modifiers */
.light-green {
	color: #6AB900;
}

.light-blue {
	color: #0C8BEC;
}

.medium-blue {
	color: #0079C6;
}

.orange {
	color: #F7931E;
}

.red {
	color: #FF0000;
}

.white {
	color: #F5F5F5;
}

.light-grey {
	color: #E4E4E4;
}

.medium-grey {
	color: #929292;
}

.dark-grey {
	color: #737373;
}

.darkest-grey {
	color: #111111;
}

.uppercase {
	text-transform: uppercase;
}

.text-small {
	font-size: 11px !important;
	line-height: 18px !important;
}

.text-medium {
	font-size: 13px !important;
	line-height: 18px !important;
}

.text-large {
	font-size: 16px !important;
	line-height: 20px !important;
}

.text-xlarge {
	font-size: 40px !important;
	line-height: 50px !important;
}

.text-xxlarge {
	font-size: 50px !important;
	line-height: 60px !important;
}

/* List modifiers */
ul.list-horizontal li {
	display: inline;
}

ul.list-horizontal li + li::before {
	padding: 10px;
	content: ' | ';
}

/* Element modifiers */
.bg-light-green {
	background-color: #6AB900;
}

.bg-light-blue {
	background-color: #0C8BEC;
}

.bg-medium-blue {
	background-color: #0079C6;
}

.bg-red {
	background-color: #FF0000;
}

.bg-orange {
	background-color: #F7931E;
}

.bg-light-grey {
	background-color: #E4E4E4;
}

.bg-medium-grey {
	background-color: #929292;
}

.bg-dark-grey {
	background-color: #737373;
}

.bg-darkest-grey {
	background-color: #111111;
}

.mouse-draggable:active {
	cursor: move;
}

.mouse-draggable:hover {
	cursor: move;
}

#job-share-mobi-outer{
	background-color: #EAEAEA;
	padding: 2px
}

.job-share-mobi-top{
	display: inline-block;
	width:50%;
	float: left;
}

.job-share-mobi-content{
	margin: 2px;
	background: #FFFFFF;
}

#job-share-mobi-card {
	border-right: solid 2px #EAEAEA;
	box-sizing: border-box;
}

#job-share-mobi-split{
	margin-top: 10px;
	margin-bottom:10px;
}

#job-share-mobi-bottom{
	display: flex;
	width: 100%;
	background-color: #ffffff;
}

.job-share-mobi-image-wrap{
	margin: 5px;
	cursor: pointer;
}

.job-share-mobi-image, .job-share-plus-mobi-image{
	width: 100%;
	height: 40px;
	border-radius: 5px;
}

.job-share-mobi-content.inactive .job-share-mobi-title {
	color: #7c7c7c;
	font-weight:normal;
	/* color: #308dd4;*/
}
.job-share-mobi-content.inactive .job-share-mobi-image{
	background: #eaeaea url(/images/jobshare/icon-transparent.png) no-repeat -7px -79px;
}

.job-share-mobi-content.active .job-share-mobi-image{
	background: #ffffff url(/images/jobshare/icon-transparent.png) no-repeat -8px -13px;
}

.job-share-mobi-content.inactive .job-share-plus-mobi-image{
	background: #eaeaea url(/images/jobshare/job-share-plus-icon.png) no-repeat -7px -79px;
}

.job-share-mobi-content.active .job-share-plus-mobi-image{
	background: #ffffff url(/images/jobshare/job-share-plus-icon.png) no-repeat -8px -13px;
}

.job-share-mobi-body{
	display: block;
	height: 60px;
	position: relative;
}

.seg-wrapper{
	width:234px;
}
.job-share-mobi-body .left-seg{
	width: 25%;
	vertical-align: middle;
	display: inline-block;
}

.job-share-mobi-content.active .right-seg{
	color: #000000;
}

.job-share-mobi-body .right-seg{
	width: 65%;
	color: #7c7c7c;
	font-size: 12px;
	vertical-align: middle;
	display:inline-block;
}

.job-share-mobi-title{
	color: #308dd4;
	font-size: 18px;
	padding: 5px;
}

#job-share-mobi-outer .sub-table{
	margin: 0;
	padding: 0;
}

#job-share-mobi-outer .sub-table {
	border: 0;
}

#job-share-mobi-outer .subs-table-header div,
#job-share-mobi-outer .subs-table-body div{
	box-sizing: border-box;
    padding-left: 8px;
}

#job-share-mobi-outer .job-share-mobi-content {
	margin: 0;
}

#job-share-upgrade-wrap{
	display: inline-block;
	width: 100%;
	padding-top: 15px;
}

.user-initials {
	font-weight: bold;
	font-size: 20px;
	line-height: 45px;
}

.job-share-icon-on {
	background: url(/images/jobshare/job-share-plus-icon.png) no-repeat 0 0;
	width: 66px;
	height: 54px;
}

.job-share-icon-off {
	background: url(/images/jobshare/job-share-plus-icon.png) no-repeat 0% 101%;
	width: 66px;
	height: 66px;
}

.centered-vertical-horizontal{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.centered-vertical{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.centered-horizontal{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.content-container{
	position:relative;
}

.no-job-content{
	height:300px;
}

.no-job-content-text{
	display:inline-block;
	vertical-align: middle;
	height:100%;
}

.no-job-content-text .text-xxlarge{
	font-weight:bold;
}

.content-header{
	padding:10px;
}

.text-blue-dark{
	color: #0067aa;
}

.text-blue{
	color:#0079c6;
}
