body {
	margin: 0;
	padding: 0;
	background: white;
	cursor: default;
}

body, p, div, td {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	font-size: 13px;
	text-rendering: optimizeLegibility
}

input, select, textarea, button {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

a:link, a:active, a:visited, a:hover {
	color: black;
}

a:hover, a.selected:link, a.selected:active, a.selected:visited, a.selected:hover  {
	color: #0D67F7;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
}

ul, ol {
	margin-left: 1.5em;
	padding-left: 0;
}

ol {
	margin-left: 2.2em;
}

ul ul, ol ol {
	margin-top: 0;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

td {
	vertical-align: top;
}

.dialogBtn, .button {
}

.dialogBtn {
	width: 100px;
}

.title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: black;
}

.title a:link, .title a:active, .title a:visited, .title a:hover {
	color: black;
}

.title a:hover {
	color: #FC7215;
}

.subtitle {
	background-color: #003366;
	padding: 4px;
	padding-left: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.subtitle, .subtitle div {
	font-size: 13px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

.subsubtitle {
	background-color: gray;
	padding: 4px;
	padding-left: 5px;
	margin-top: 5px;
	margin-left: 20px;
	cursor: pointer;
}

.subsubtitle, .subsubtitle div {
	color: white;
	font-size: 13px;
	font-weight: bold;
}

.subtitle.task {
	background-color: green;
	margin-top: 0;
	cursor: pointer;
}

.subtitle.task.today {
	background-color: orange;
}

.subtitle.task.overdue {
	background-color: red;
}

.subtitle.task a:link, .subtitle.task a:active, .subtitle.task a:visited, .subtitle.task a:hover {
	color: white;
	text-decoration: none;
}

.treeItem, .treeItemOver {
	cursor: pointer;
	color: white;
	background: -moz-linear-gradient(top, rgba(99,142,249,1) 0%, rgba(13,103,247,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,142,249,1)), color-stop(100%,rgba(13,103,247,1)));
	border: 1px solid #0D67F7;
	text-shadow: 0 1px 0 #536475 !important;
	padding: 3px 5px;
	display: inline-block;
	border-radius: 5px;
}

.treeItemOver {
}

.treeItemSelected {
	color: white;
	background-color: #FB7E00;
	padding: 3px;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}

.treeItem.right {
	font-style: italic;
	color: #999;
}

.treeItemContainer {
	margin-bottom: 10px;
	border: 1px solid #0D67F7;
	padding: 5px;
	width: 5px;
}

.textbox {
	border-radius: 3px;
	border-color: #C0C0C0;/* #D9D9D9 #D9D9D9;*/
	border-style: solid;
	border-width: 1px;
	background-color: white;
	width: 500px;
	padding: 5px;
	/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;*/
	/*height: 16px;*/
}

.textbox:focus {
	border-color: #A0A0A0;/* #B9B9B9 #B9B9B9;*/
	/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;*/
}

.textbox:focus {
}

.textbox:disabled {
	background: #F0F0EE;
}

.selectbox {
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	width: 500px;
	padding: 2px;
	padding-left: 0;
	/*height: 16px;*/
}

select {
	z-index: 1;
}

/*.selectbox:hover, .selectbox:focus {
	border-color: #A0A0A0;
}*/

.textbox.autocomplete {
	background: white url(../img/textbox-search2.png) no-repeat 7px center;
	background-size: 13px 13px;
	padding-left: 25px;
}

.autocompleteContainer {
	position: relative;
	width: 500px;
}

.autocompleteContainer a {
	display: none;
	position: absolute;
	right: 6px;
	top: 4px;
	font-size: 18px;
	text-decoration: none;
	color: #cfcfcf;
}

.autocompleteContainer a:hover {
	color: #C0C0C0;
}

.autocompleteContainer.visibleLink a {
	display: block;
}

.autocompleteContainer.visibleLink .textbox.autocomplete {
	padding-right: 25px;
}

table.itemTable {
	border-collapse: collapse;
	/*behavior: url(js/itemTable.htc);
	table-layout: fixed;*/
	border: 1px solid black;
	width: 100%;
}

table.itemTable td {
	border: 1px solid black;
	padding: 3px;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table.itemTable.normal td {
	text-overflow: normal;
	white-space: normal;
}

table.itemTable tr.hover td {
	background-color: #444;
	color: white;
}

table.itemTable thead td {
	font-weight: bold;
	background-color: #CCCCCC;
	color: black;
	vertical-align: bottom;
}

table.itemTable tr {
	cursor: pointer;
}

table.itemTable tfoot td {
	font-weight: bold;
	color: black;
	cursor: default;
}

.pictureText {
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
}

.pageSectionHeader {
	background-color: #62533E;
	padding: 5px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center right;
	margin-top: 10px;
}

.pageSectionHeader, .pageSectionHeader div {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

.pageSection {
	border: 1px solid #62533E;
	border-top: none;
	padding: 10px;
}

.label {
	vertical-align: top;
	padding-top: 8px;
}

.helpTable {
	border-collapse: collapse;
	margin-left: 20px;
}

.helpTable td {
	border: 1px solid #C7BCAC;
	padding: 3px;
}

.helpTable .left {
	white-space: nowrap;
	font-weight: bold;
	vertical-align: top;
}

.defaultItem {
	color: red;
}

table.priceTable {
	border-collapse: collapse;
	width: 100%;
}

table.priceTable td {
	border: 1px dashed #bbb;
	padding: 2px;
	vertical-align: top;
}

table.priceTable td p {
	margin: 0;
}

.menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	background: #384047;
	width: 64px;
	padding-top: 8px;
	overflow: hidden;
	-webkit-box-shadow: inset -19px 0px 20px -9px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    inset -19px 0px 20px -9px rgba(0, 0, 0, 0.4);
	box-shadow:         inset -19px 0px 20px -9px rgba(0, 0, 0, 0.4);
}

.menu.open {
	/*width: 240px;*/
	width: 170px;
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*width: 64px;*/
	width: 170px;
	/*opacity: .5;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-ms-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;*/
}

/*.menu:hover ul {
	opacity: 1;
}*/

.menu li {
	position: relative;
}

.menu li a {
	display: block;
	height: 64px;
	/*width: 64px;*/
	width: 176px;
	background: no-repeat 22px center;
	background-size: 20px 20px;
	opacity: 0.5;
	position: relative;
	/*padding-left: 64px;*/
	padding-left: 49px;
	color: white;
	text-decoration: none;
	font-size: 14px;
}

.menu li a i {
	width: 54px;
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	text-align: center;
	font-size: 18px;
}

.menu li.line {
	background: url(../img/line.svg) repeat-x center center;
	width: 500px;
	height: 31px;
	opacity: .1;
}

.menu li a:hover {
	opacity: 1;
}

.menu li .menuLabel {
	position: absolute;
	left: 64px;
	color: white;
	z-index: 99999;
	height: 35px;
	line-height: 35px;
	top: 50%;
	margin-top: -20px;
	font-size: 14px;
	font-weight: normal;
}

.menu li .menuLabel:hover {
	display: none;
}

.menu li.selected {
	/*background: url(../img/menu-selected2.svg) no-repeat center center;*/
	background: #2d3339;
	-webkit-box-shadow: inset -19px 0px 20px -9px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    inset -19px 0px 20px -9px rgba(0, 0, 0, 0.4);
	box-shadow:         inset -19px 0px 20px -9px rgba(0, 0, 0, 0.4);
}

.menu li.selected a {
	opacity: 1;
	/*background: url(../img/corner.svg) no-repeat right center;*/
}

.menu li:hover .menuLabel {

}

.menu li a.icon-jobs {
	background-image: url(../img/icon-jobs.svg);
}

.menu li a.icon-companies {
	background-image: url(../img/icon-companies.svg);
}

.menu li a.icon-installs {
	background-image: url(../img/icon-installs.svg);
}

.menu li a.icon-performances {
	background-image: url(../img/icon-performances.svg);
}

.menu li a.icon-hostings {
	background-image: url(../img/icon-hostings.svg);
}

.menu li a.icon-domains {
	background-image: url(../img/icon-domains.svg);
}

.menu li a.icon-maintenanceContracts {
	background-image: url(../img/icon-maintenanceContracts.svg);
}

.menu li a.icon-tools {
	background-image: url(../img/icon-tools.svg);
}

.menu li a.icon-wiki {
	background-image: url(../img/icon-wiki.svg);
}

.menu li a.icon-offers {
	background-image: url(../img/icon-offers.svg);
}

.menu li a.icon-prospecting {
	background-image: url(../img/icon-prospecting.svg);
}

.menu li a.icon-invoices {
	background-image: url(../img/icon-invoices.svg);
}

.menu li a.icon-articles {
	background-image: url(../img/icon-articles.svg);
}

.menu li .unread {
	position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -14px;
}

.menu li .unread span {
	/*background: -moz-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(243,171,1,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,0,1)), color-stop(100%,rgba(243,171,1,1)));*/
	background: #f42d06;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	font-size: 9px;
	color: white;
	height: 8px;
	line-height: 8px;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none !important;
}

.subMenu {
	/*margin: -20px -30px 20px; -30px;*/
	position: fixed;
	left: 170px;
	top: 0;
	width: 100%;
	background: #eee;
	padding: 20px 30px 0 30px;
	height: 33px;
	border-bottom: 1px solid #c0c0c0;
	z-index: 3;
}

.subMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.subMenu ul li {
	float: left;
}

.subMenu ul li a {
	display: block;
	text-decoration: none;
	/*background: -moz-linear-gradient(top, rgba(245,245,245,0.75) 0%, rgba(196,196,196,0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0.75)), color-stop(100%,rgba(196,196,196,0.75)));*/
	border: 1px solid #c0c0c0;
	border-bottom: none;
	line-height: 32px;
	height: 32px;
	/*text-shadow: 0 1px 0 white;*/
	color: black;
	display: block;
	text-decoration: none;
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);*/
	border-radius: 3px 3px 0 0;
	margin-right: 5px;
	padding: 0 10px;
	font-size: 14px;
}

.subMenu ul li.selected a {
	background: white;
	border-bottom: 1px solid white;
	font-weight: bold;
}

.subMenu ul li a:hover {
	/*background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(196,196,196,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(196,196,196,1)));*/
	background: #dfdfdf;
}

.subMenu ul li.selected a:hover {
	background: white;
}

.subMenu.hasShadow {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.subMenu.hasShadow ul li.selected a {
	border-bottom-color: #c0c0c0;
}

/*.menu li a div {
	position: absolute;
	right: 10px;
	top: 12px;
}

.menu li a div span.unread {
	height: 15px;
	line-height: 15px;
	padding: 0 7px;
	border-radius: 7px;
	color: black;
	font-weight: normal;
	font-size: 11px;
	display: inline-block;
	text-shadow: none;
	background: -moz-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(243,171,1,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,0,1)), color-stop(100%,rgba(243,171,1,1)));
}

.menu li a div span.unread.hasAssigned {
	border-radius: 0 7px 7px 0;
	padding: 0 8px 0 7px;
}

.menu li a div span.assigned {
	height: 15px;
	line-height: 15px;
	padding: 0 7px;
	border-radius: 7px;
	color: black;
	font-weight: normal;
	font-size: 11px;
	display: inline-block;
	text-shadow: none;
	background: white
}

.menu li a div span.assigned.hasUnread {
	border-radius: 7px 0 0 7px;
	padding: 0 5px 0 8px;
}

.menu ul ul {
	border-bottom: 0;
	background: rgba(255, 255, 255, 0.2);
}

.menu ul ul li a {
	line-height: 28px;
	height: 28px;
	font-size: 13px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.menu ul ul li:hover, .menu ul ul li.selected {
	background: none;
}

.menu ul ul li:hover a {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: #ccc;
}

.menu ul ul li.selected a {
	font-weight: bold;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}*/

.sidebar {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2;
	background: #384047;
	width: 200px;
	height: 100%;
	color: white;
	padding: 20px;
}

.sidebar h2, .sidebar p {
	color: white;
}

#searchIcon {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	left: 5px;
	background: white url(../img/search.png) no-repeat;
}

.top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 64px;
	background: url(../img/top.png) repeat-x;
	z-index: 1;
}

#top_search {
	position: absolute;
	top: 14px;
	right: 30px;
}

#account_info {
	position: fixed;
	top: 11px;
	/*right: 270px;*/
	right: 30px;
	z-index: 4;
}

#account_info, #account_info a, #account_info .toolbarText {
	color: #777;
}

#account_info a:hover {
	color: black;
}

.logo {
	position: fixed;
	left: 0;
	top: 1px;
	background: url(../img/logo-top.png) no-repeat;
	width: 48px;
	height: 60px;
	z-index: 3;
}

.body {
	/*margin: 20px 270px 20px 94px;*/
	padding: 73px 30px 20px 200px;
}

h1, h2 {
	margin: 0;
	margin-bottom: 0.7em;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: black;
}

h2 {
	font-size: 20px;
}

#questionForm {
	width: 600px;
}

.question {
	color: #FE860C;
}

.answer {
	width: 600px;
	border: 1px solid black;
	margin-bottom: 2em;
}

#logo {
	position: absolute;
	top: 10px;
	right: 10px;
}

.calendarTable {
	border-collapse: collapse;
	width: 100%;
}

.calendarTable thead td {
	padding: 3px 0;
	height: 30px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	background: #ECE9D8;
	text-align: center;
}

.calendarTable td {
	border: 1px solid black;
	vertical-align: top;
	height: 125px;
	padding: 0;
	width: 14%;
}

.calendarTable td.weekend {
	background-color: #F4F4F4;
}

.calendarTable td.today {
	background-color: #F5DD92;
}

.calendarTable .date {
	margin-bottom: 3px;
	background: black;
	color: white;
	padding: 1px 3px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.calendarTable .deadline {
	clear: both;
	font-size: 10px;
	padding: 3px;
	border-bottom: 1px solid black;
}

.calendarTable .deadline.last {
	border-bottom: none;
}

.deadlineClient {
	font-weight: bold;
}

.deadlineProject {
	margin-left: 9px;
	margin-top: 1px;
}

.deadlineName {
	margin-left: 18px;
	margin-top: 1px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.calendarPopup {
	overflow: hidden;
	border: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
	cursor: default;
	width: 180px;
	height: 190px;
	padding: 10px;
	position: absolute;
	display: none;
	background: white;
}

.calendarPopup, .calendarPopup td {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: black;
}

.calendarPopup table.calendar {
	border-collapse: collapse;
}

.calendarPopup table.calendar td {
	border: 1px solid gray;
	cursor: pointer;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

.calendarPopup table.calendar td.columnHeader {
	cursor: default;
	font-weight: bold;
	border: none;
	text-align: center;
}

.calendarPopup table.calendar td.selected {
	background-color: black;
	color: white;
}

.calendarPopup table.calendar td.weekend, .calendarPopup table.calendar td.weekendOtherMonth {
	background-color: #D0D0D0;
}

.calendarPopup table.calendar td.otherMonth, .calendarPopup table.calendar td.weekendOtherMonth {
	font-weight: normal;
	color: gray;
}

.calendarPopup a, .calendarPopup a:active, .calendarPopup a:visited, .calendarPopup a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.calendarPopup a:hover {
	color: blue;
}

.contextMenuPopup {
	position: absolute;
	z-index: 1000;
	display: none;
}

.contextMenu {
	cursor: default;
	border: 1px solid #c0c0c0;
	background-color: #FFFFFF;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.contextMenu td {
	vertical-align: middle;
}

.contextMenu tr:first-child td:first-child {
	border-radius: 2px 0 0 0;
}

.contextMenu tr:first-child td:last-child {
	border-radius: 0 2px 0 0;
}

.contextMenu tr:last-child td:first-child {
	border-radius: 0 0 0 2px;
}

.contextMenu tr:last-child td:last-child {
	border-radius: 0 0 2px 0;
}

.contextMenu tr:first-child:last-child td:first-child {
	border-radius: 2px 0 0 2px;
}

.contextMenu tr:first-child:last-child td:last-child {
	border-radius: 0 2px 2px 0;
}

.contextMenuItem, .contextMenuItemOver {
}

.contextMenuItemOver {
	background: #428bca;
}

.contextMenuItemOver .contextMenuIcon i {
	color: white;
}

.contextMenuItemOver .contextMenuText {
	color: white;
}

.contextMenuSeparator {
	width: 100%;
	background-color: #c0c0c0;
	border: 0px;
}

.contextMenuImage, .contextMenuItemDisabled {
	border: 0px;
}

.contextMenuImage {
	margin: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

.contextMenuIcon {
	vertical-align: middle;
}

.contextMenuIcon i {
	display: block;
	margin: 2px;
	margin-top: 4px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

.contextMenuItemOver .contextMenuIcon {
	background: #428bca;
}

.contextMenuText {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	/*margin-left: 5px;*/
	margin-right: 10px;
	white-space: nowrap;
}

.contextMenuItemDisabled, .contextMenuItemDisabled .contextMenuText {
	color: #AAAAAA;
}

.contextMenuItemDisabled .contextMenuIcon {
	opacity: 0.5;
}

.borderTable {
	border-collapse: collapse;
}

.borderTable thead td,
.borderTable tfoot td {
	font-weight: bold;
}

.borderTable td {
	border: 1px solid black;
	padding: 4px 5px;
}

.borderTable.turnover {
	border: 2px solid black;
	margin-bottom: 24px;
	width: 100%;
}

.borderTable.turnover td {
	border-color: #ccc;
	text-align: right;
	white-space: nowrap;
}

.borderTable.turnover tbody td[data-url] {
	cursor: pointer;
}

.borderTable.turnover tbody td[data-url]:hover,
.borderTable.turnover tbody td[data-url].selected {
	background: #428bca;
	color: white;
}

.borderTable.turnover td.rightBorder {
	border-right: 2px solid black;
}

.borderTable.turnover td.light {
	opacity: .4;
}

.borderTable.turnover td:first-child {
	text-align: left;
}

.borderTable.turnover thead tr:first-child td {
	text-align: center;
	font-size: 18px;
	border: solid black;
	border-width: 2px 2px 0 2px;
}

.borderTable.turnover tr.forecast td,
.borderTable.turnover td.forecast,
.gridTable tr.forecast td,
.gridTable td.forecast {
	font-style: italic;
}

.borderTable.turnover td.warning {
	color: red;
}

.taskTitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
}

.taskDeadline {
	margin-top: -0.5em;
	margin-bottom: 1em;
	font-size: 13px;
	color: green;
}

.taskDeadline.hardDeadline {
	font-weight: bold;
	font-style: italic;
}

.taskDeadline.todayDeadline {
	color: orange;
}

.taskDeadline.overdueDeadline {
	color: red;
}

hr {
	margin: 1em 0;
	border: none;
	border-top: 1px solid gray;
	border-bottom: 1px solid white;
	padding: 0;
	clear: both;
}

form.edit hr {
	margin: .5em 0;
}

.taskLine.onHold {
	color: #aaa;
}

.taskLine.finished {
	text-decoration: line-through;
}

.loading {
	font-style: italic;
	color: gray !important;
}

#tableHeader {
	margin-bottom: 1em;
}

.searchTable td {
	padding: 3px;
}

.searchTable input, .searchTable select {
	margin: 0;
}

.searchTable input {
}

.searchTable .searchClear {
	visibility: hidden;
}

.searchTable tr:hover .searchClear {
	visibility: visible;
}

.searchClear {
	width: 16px;
	height: 16px;
	background: url(../img/close.gif) left top no-repeat;
}

.searchClear:hover {
	background-position: right top;
}

.spinner {
	width: 16px;
	height: 16px;
	background: url(../img/spinner3.gif) center center no-repeat;
	background-size: 16px 16px;
	display: none;
}

.spinner.visible {
	display: inline-block;
}

.ui-datepicker {
	background: -moz-linear-gradient(top, #404040 0%, #232323 20%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(20%,#232323));
	border: none;
	box-shadow:0px 3px 7px #333;
	padding: 5px;
	padding-bottom: 1px;
	width: 204px;
	margin-top: 4px;
}

.ui-datepicker table {
	width: auto;
}

.ui-datepicker td {
	padding: 0;
	border-spacing: 0;
	border: 1px solid #2D2D2D;
	width: 28px;
}

.ui-datepicker td a.ui-state-default {
	border: 0;
	height: 20px;
	line-height: 20px;
	border-top: 1px solid #4D4D4D;
	width: 28px;
	background: #383838;
	text-align: center;
	color: white;
	font-size: 11px;
	padding: 0;
	text-shadow: 0px 1px 0px #303030;
}

.ui-datepicker td a.ui-state-highlight {
}

.ui-datepicker td a.ui-priority-secondary {
	background: #373737;
	border-top: 1px solid #404040;
	color: #737373;
	text-shadow: 0px 1px 0px #272727;
}

.ui-datepicker td a.ui-priority-secondary:hover {
	color: white;
	text-shadow: 0px 1px 0px #536475;
}

.ui-datepicker td a.ui-state-default:hover {
	background: -moz-linear-gradient(top, rgba(99,142,249,1) 0%, rgba(13,103,247,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,142,249,1)), color-stop(100%,rgba(13,103,247,1)));
	border-top: 1px solid #B0C6FC;
	text-shadow: 0px 1px 0px #536475;
}

.ui-datepicker td a.ui-state-highlight:hover {
	color: white;
}

.ui-datepicker td a.ui-state-active {
	background: -moz-linear-gradient(top, rgba(99,142,249,1) 0%, rgba(13,103,247,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,142,249,1)), color-stop(100%,rgba(13,103,247,1)));
	border-top: 1px solid #B0C6FC;
	text-shadow: 0px 1px 0px #536475;
}

.ui-datepicker td a.ui-state-highlight.ui-state-active {
	color: white;
}

.ui-datepicker th {
	padding-bottom: 2px;
}

.ui-datepicker span {
	color: #A1A1A0;
	text-shadow: 0px 1px 0px #31353C;
	font-size: 11px;
}

.ui-datepicker .ui-icon-circle-triangle-w {
	background-position: -96px -16px;
}

.ui-datepicker .ui-icon-circle-triangle-e {
	background-position: -32px -16px;
}

.ui-datepicker .ui-datepicker-header {
	background: none;
	border: none;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev-hover {
	border: none;
	background: none;
	left: 2px;
	top: 2px;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next-hover {
	border: none;
	background: none;
	right: 2px;
	top: 2px;
	cursor: pointer;
}

.ui-datepicker-arrow {
	background: url(../img/calendar-arrow.png) no-repeat;
	width: 9px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
}

.ui-datepicker-title span {
	color: white;
}

.form.search {
	/*border: 1px solid #BDBDBD;*/
	border-radius: 3px;
	padding: 15px;
	/*box-shadow: inset 0 0 10px #ccc;*/
	margin-bottom: 1em;
	background: #fcfcfc;
	border: 1px solid #C0C0C0;
}

.form > table {
	border-collapse: collapse;
	border-spacing: 0;
}

.form > table > tbody > tr > td {
	padding: 2px 0;
	border: 0;
	border-spacing: 0;
}

.form > table > tbody > tr > td:first-child,
.form > table > tbody > tr > td.spacing {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}

.form > table > tbody > tr > td:first-child {
	padding-right: 10px;
}

.form > table > tbody > tr > td:first-child[colspan] {
	padding-right: 0;
}

.form > table > tbody > tr > td.spacing {
	vertical-align: middle;
}

.form input[type="checkbox"], .form input[type="radio"] {
	margin: 6px;
}

.form > table > tbody > tr > td.spacing input[type="checkbox"], .form > table > tbody > tr > td.spacing input[type="radio"] {
	margin: 0;
	margin-right: 6px;
}

table.gridTable {
	width: 100%;
	border-spacing: 0;
}

table.gridTable td {
	padding: 8px 0 !important;
	/*text-shadow: 0 1px 0 white;*/
}

table.gridTable td:first-child {
	padding-left: 8px !important;
}

table.gridTable td:last-child {
	padding-right: 8px !important;
}

table.gridTable tbody td:first-child {
	border-left: 1px solid #C0C0C0;
}

table.gridTable tbody td:last-child {
	border-right: 1px solid #C0C0C0;
}

table.gridTable tr.clickableRow td {
	cursor: pointer;
}

table.gridTable tbody tr:nth-child(odd) td {
	background: #F7F7F7;
}

table.gridTable tbody tr:nth-child(even) td {
	background: #EFEFEF;
}

table.gridTable tbody tr:hover td {
	/*background: -moz-linear-gradient(top, #638EF9 0%, #0D67F7 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#638EF9), to(#0D67F7));*/
	background: #428bca;
	/*text-shadow: 0 1px 0 #536475;*/
}

table.gridTable tbody tr:hover td,
table.gridTable tbody tr:hover td div {
	color: white;
}

table.gridTable tbody tr:last-child td:first-child {
	border-radius: 0 0 0 3px !important;
}

table.gridTable tbody tr:last-child td:last-child {
	border-radius: 0 0 3px 0 !important;
}

table.gridTable tbody tr:last-child td:first-child:last-child {
	border-radius: 0 0 3px 3px !important;
}

table.gridTable tbody tr:last-child td {
	border-bottom: 1px solid #C0C0C0;
}

table.gridTable tbody tr.pending td {
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,0,1)), color-stop(100%,#F7C601));*/
}

/*table.gridTable tbody tr.pending:hover td {
	color: black;
	text-shadow: 0 1px 0 white;
}*/

table.gridTable tbody tr.won td {
	background: -moz-linear-gradient(top, #00CC00 0%, #006600 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00CC00), color-stop(100%,#006600));
	color: white;
	text-shadow: 0 1px 0 #536475;
}

table.gridTable tbody tr.lost td {
	background: -moz-linear-gradient(top, #FF0000 0%, #990000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0000), color-stop(100%,#990000));
	color: white;
	text-shadow: 0 1px 0 #536475;
}

table.gridTable tbody tr.virtual td {
	color: #888;
}

table.gridTable tbody tr.virtual:hover td {
	color: white;
}

table.gridTable tbody tr td.bold {
	font-weight: bold;
}

/*table.gridTable tbody tr.virtual:nth-child(odd):hover td {
	background: #F7F7F7;
	color: black;
	text-shadow: 0 1px 0 white;
}

table.gridTable tbody tr.virtual:nth-child(even):hover td {
	background: #EFEFEF;
	color: black;
	text-shadow: 0 1px 0 white;
}*/

table.gridTable thead td {
	font-weight: bold;
	background: #ddd;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	/*text-shadow: 0 1px 0 white;
	background: -moz-linear-gradient(top, white 0%, #ddd 6%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(6%,#ddd));*/
}

table.gridTable thead td:first-child {
	border-left: 1px solid #C0C0C0;
	border-radius: 3px 0 0 0 !important;
}

table.gridTable thead td:last-child {
	border-right: 1px solid #C0C0C0;
	border-radius: 0 3px 0 0 !important;
}

table.gridTable thead td:first-child:last-child {
	border-radius: 3px 3px 0 0 !important;
}

table.gridTable tfoot td {
	font-weight: bold;
}

table.gridTable td input[type="checkbox"] {
	margin: 4px 0 0 0 !important;
}

table.gridTable thead td a {
	font-weight: bold;
	text-decoration: none;
}

table.gridTable tbody td a:link, table.gridTable tbody td a:active, table.gridTable tbody td a:visited, table.gridTable tbody td a:hover {
	color: black;
}

table.gridTable tbody tr:hover td a:link, table.gridTable tbody tr:hover td a:active, table.gridTable tbody tr:hover td a:visited, table.gridTable tbody tr:hover td a:hover {
	color: white;
}

table.gridTable.fixed {
	position: fixed;
	z-index: 99;
	top: 53px;
	display: none;
}

table.gridTable.fixed td:first-child,
table.gridTable.fixed td:last-child {
	border-radius: 0 !important;
}

.toolbar:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.toolbar {
	margin-bottom: .5em;
}

.toolbar ul {
	float: left;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
}

.toolbar ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: list-item;
}

.toolbar ul li a, button.toolbutton, button.ui-datepicker-trigger {
	/*background: -moz-linear-gradient(top, rgba(245,245,245,0.75) 0%, rgba(196,196,196,0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0.75)), color-stop(100%,rgba(196,196,196,0.75)));
	border: 1px solid #ACACAC;
	border-top-color: #BDBDBD;
	border-bottom-color: #949494;
	line-height: 26px;
	border-right: none;
	height: 26px;
	text-shadow: 0 1px 0 white;
	color: black;
	display: block;
	text-decoration: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);*/

	border: 1px solid #C0C0C0;
	border-right-width: 0;
	border-bottom-width: 2px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	display: block;
	/*box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;*/
	color: black;
	padding: 0 8px;
	background: #f5f5f5;
	/*background: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
	background: linear-gradient(top, #f5f5f5, #f1f1f1);*/
	margin-bottom: .5em;
}

.toolbar ul li a i, button.toolbutton i {
	vertical-align: middle;
	margin-right: 5px;
}

button.toolbutton {
	line-height: 23px;
	border-right-width: 1px;
}

.toolbar ul li:first-child a {
	border-radius: 3px 0 0 3px;
}

.toolbar ul li:last-child a {
	border-right-width: 1px;
	border-radius: 0 3px 3px 0;
}

.toolbar ul li:first-child:last-child a, button.toolbutton, button.ui-datepicker-trigger {
	border-radius: 3px;
}

.toolbar ul li a span, button.toolbutton span {
	padding-left: 20px;
	background: no-repeat left 7px;
	background-size: 16px 16px;
	display: block;
}

.toolbar ul li a:hover, button.toolbutton:hover, .toolbar ul li a:focus, button.toolbutton:focus, button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:focus {
	/*background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(196,196,196,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(196,196,196,1)));*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#648FFA), to(#0D67F7));
	color: white;
	text-shadow: gray 0px 1px 1px;*/
	background: #efefef;
}

.toolbar ul li a:active, button.toolbutton:active, button.ui-datepicker-trigger:active {
	/*background: -moz-linear-gradient(top, #C4C4C4 0%, #F5F5F5 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#C4C4C4), to(#F5F5F5)) !important;*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#0D67F7), to(#648FFA));*/
	background: #efefef;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.toolbar ul li.toolbarText {
	line-height: 30px;
}

.toolbar ul li.toolbarText a {
	display: inline;
	text-decoration: underline;
	background: 0;
	padding: 0;
	border: 0;
}

button.toolbutton, button.ui-datepicker-trigger {
	cursor: pointer;
	display: inline;
	margin: 0;
	margin-right: 5px;
	min-width: 50px;
	background: #f5f5f5;
	border-color: #C0C0C0;
}

button.toolbutton:hover, button.ui-datepicker-trigger:hover, button.toolbutton:focus, button.ui-datepicker-trigger:focus {

}

button.toolbutton:active, button.ui-datepicker-trigger:active {

}

.toolbar ul li a[disabled],
.toolbar ul li a[disabled]:focus,
.toolbar ul li a[disabled]:hover,
.toolbar ul li a[disabled]:active {
	cursor: default;
	box-shadow: none;
	background: #f5f5f5;
	color: #777 !important;
}

.toolbar ul li a[disabled] i,
.toolbar ul li a[disabled] i:focus,
.toolbar ul li a[disabled] i:hover,
.toolbar ul li a[disabled] i:active {
	opacity: .5;
}

.toolbar.floatRight {
	float: right;
}

.toolbar.floatRight ul {
	margin-right: 0;
}

button.ui-datepicker-trigger {
	width: 30px;
	height: 29px;
	line-height: 29px;
	min-width: 30px;
	margin-left: 5px;
	border-right-width: 1px;
	text-align: center;
	padding: 0;
}

button.ui-datepicker-current, button.ui-datepicker-close {
	border: none !important;
	background: none !important;
	padding: 0 !important;
	color: white !important;
	opacity: 1 !important;
	font-weight: bold !important;
	margin-top: 0 !important;
}

.ui-datepicker .ui-datepicker-buttonpane {
	border: none;
	padding: 0;
	margin: 0;
}

.ui-datepicker-calendar {
	margin: 0;
}

.tag {
	font-size: 9px;
	border-radius: 3px;
	text-transform: uppercase;
	line-height: 12px;
	padding: 0 2px !important;
	color: white;
	background: gray;
}

h1 .tag {
	font-weight: normal;
	vertical-align: middle;
	margin-left: 8px;
}

.ac_over .tag {
	background: white;
	color: gray;
}

.tag.Client:after {
	content: "Klant";
}

.tag.Company:after {
	content: "Bedrijf";
}

.tag.ContactPerson:after {
	content: "Contactpersoon";
}

.tag.InvoiceItem:after {
	content: "Factuuritem";
}

.tag.Hosting:after {
	content: "Hosting";
}

.tag.Domain:after {
	content: "Domeinnaam";
}

.tag.MaintenanceContract:after {
	content: "Onderhoudscontract";
}

.tag.Job:after {
	content: "Job";
}

.tag.Deal:after {
	content: "Deal";
}

.tag.WikiArticle:after {
	content: "Artikel";
}

.tag.User:after {
	content: "Gebruiker";
}

.tag.Install:after {
	content: "Install";
}

.tag.Offer:after {
	content: "Offerte";
}

.tag.Project:after {
	content: "Project";
}

.tag.Supplier:after {
	content: "Leverancier";
}

.tag.Candidate:after {
	content: "Kandidaat";
}

.tag.Vacancy:after {
	content: "Vacature";
}

.jobItem {
	background: -moz-linear-gradient(top, rgba(245,245,245,0.75) 0%, rgba(196,196,196,0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0.75)), color-stop(100%,rgba(196,196,196,0.75)));
	border: 1px solid #ACACAC;
	border-top-color: #BDBDBD;
	border-bottom-color: #949494;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);

	border-radius: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	cursor: pointer;
	height: 50px;
	position: relative;
	text-shadow: 0 1px 0 white !important;
}

.jobItem:hover {
	background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(196,196,196,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(196,196,196,1)));
}

.jobItem.open {
	background: -moz-linear-gradient(top, rgba(99,142,249,1) 0%, rgba(13,103,247,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,142,249,1)), color-stop(100%,rgba(13,103,247,1)));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #0D67F7;
	text-shadow: 0 1px 0 #536475 !important;
}

.jobItem.openSubJobs {
	background: -moz-linear-gradient(top, rgba(245,245,245,0.75) 0%, rgba(196,196,196,0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0.75)), color-stop(100%,rgba(196,196,196,0.75)));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 2px solid #0D67F7;
}

.jobItemHandle {
	width: 20px;
	height: 50px;
	background: url(../img/plus.png) no-repeat 3px center;
	background-size: 9px 9px;
	cursor: pointer;
}

.jobItemHandle.minus {
	background: url(../img/minus.png) no-repeat 3px center;
	background-size: 9px 9px;
}

.jobItemHandle.loading {
	background: url(../img/spinner3.gif) no-repeat left center;
	background-size: 16px 16px;
}

.jobTitle {
	font-size: 16px;
	font-weight: bold;
	left: 10px;
	top: 7px;
	position: absolute;
}

.jobDate {
	font-size: 10px;
	position: absolute;
	left: 10px;
	top: 30px;
}

.jobDateInner {
	opacity: 0.8;
}

.jobId {
	position: absolute;
	left: 10px;
	top: 10px;
}

.jobCreator {
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: bold;
}

.jobCreator span {
	font-weight: normal;
}

.jobUser {
	position: absolute;
	right: 10px;
	top: 25px;
	font-weight: bold;
}

.jobUser span {
	font-weight: normal;
}

.jobItem.open .jobTitle, .jobItem.open .jobCreator, .jobItem.open .jobUser, .jobItem.open .jobDate {
	color: white;
}

.jobPaperclip {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/paperclip-black.png) no-repeat center center;
	margin-right: 5px;
}

.jobItem.open .jobPaperclip {
	background: url(../img/paperclip-white.png) no-repeat center center;
}

.jobUnread {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/star.png) no-repeat center center;
	margin-right: 5px;
}

.jobNumber {
	opacity: 0.5;
	margin-left: 7px;
	font-weight: normal;
	font-size: 80%;
}

.jobProgress {
	width: 70px;
	height: 7px;
	border: 1px solid black;
	display: inline-block;
	margin-left: 10px;
	margin-right: 3px;
}

.jobProgressPercent {
	opacity: 0.8;
}

.jobItem.open .jobProgress {
	border-color: white;
}

.jobProgress span {
	height: 7px;
	display: inline-block;
	background: green;
}

.jobProgress.over75 span {
	background: yellow !important;
}

.jobProgress.over80 span {
	background: #FFCC00 !important;
}

.jobProgress.over85 span {
	background: #FF9900 !important;
}

.jobProgress.over90 span {
	background: #FF6500 !important;
}

.jobProgress.over95 span {
	background: #FF3100 !important;
}

.jobProgress.over100 span {
	background: red !important;
}

.jobNote {
	background: rgb(255,255,128);
	padding: 10px;
	margin-bottom: 1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:0px 2px 5px #999;
	-moz-box-shadow:0px 2px 5px #999;
	-webkit-box-shadow:0px 2px 5px #999;
	background: -moz-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(243,171,1,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,0,1)), color-stop(100%,rgba(243,171,1,1)));
	border: 1px solid rgb(243,171,1);
}

.jobNoteUser {
	font-weight: bold;
}

.jobNoteTime {
	opacity: 0.8;
	font-size: 10px;
	margin-bottom: 5px;
}

.actionType {
	font-family: Tahoma;
	font-size: 10px;
	border-radius: 3px;
	text-transform: uppercase;
	line-height: 16px;
	height: 16px;
	padding: 0 4px;
	color: white;
	background: gray;
	font-weight: normal;
	margin-right: 0.5em;
	display: none;
}

.actionType.email {
	background: #4B88C1;
	display: inline-block;
}

.actionType.email:after {
	content: "E-mail";
}

.actionType.call {
	background: #DE6423;
	display: inline-block;
}

.actionType.call:after {
	content: "Telefoon";
}

.actionType.folder {
	background: #488E11;
	display: inline-block;
}

.actionType.folder:after {
	content: "Folder";
}

.actionType.visit {
	background: #DC6BA1;
	display: inline-block;
}

.actionType.visit:after {
	content: "Bezoek";
}

.actionType.todo {
	background: gray;
	display: inline-block;
}

.actionType.todo:after {
	content: "Todo";
}

.actionDeal {
	font-size: 16px;
	font-weight: bold;
}

.actionDeal a:link, .actionDeal a:active, .actionDeal a:visited, .actionDeal a:hover {
	text-decoration: none;
}

.actionDeal.overdue a:link, .actionDeal.overdue a:active, .actionDeal.overdue a:visited, .actionDeal.overdue a:hover {
	color: red;
}

.actionTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: .2em;
}

.actionTitle a:link, .actionTitle a:active, .actionTitle a:visited, .actionTitle a:hover {
	text-decoration: none;
}

.actionTitle.overdue a:link, .actionTitle.overdue a:active, .actionTitle.overdue a:visited, .actionTitle.overdue a:hover {
	color: red;
}

.actionDate {
	font-size: 11px;
	margin-bottom: 1.2em;
	color: #666;
}

.rappelBlock {
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 0 #536475 !important;*/
	color: white;
	padding: 15px;
	border-radius: 5px;
	margin: 30px 0 10px;
	border: 1px solid;
	position: relative;
}

.rappelBlock.level1 {
	background-color: #dff0d8;
	border-color: #3c763d;
}

.rappelBlock.level2 {
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}

.rappelBlock.level3 {
	background-color: #f2dede;
	border-color: #a94442;
}

.rappelTitle {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1em;
}

.rappelBlock.level1 .rappelTitle {
	color: #3c763d;
}

.rappelBlock.level2 .rappelTitle {
	color: #8a6d3b;
}

.rappelBlock.level3 .rappelTitle {
	color: #a94442;
}

.rappelActions {
	position: absolute;
	right: 15px;
	top: 5px;
}

div.code {
	background-color: #F9F9F9;
	border: 1px dashed #c0c0c0;
	margin: 1em 0;
	padding: 1em;
	border-radius: 3px;
}

div.code pre {
	margin: 0;
	padding: 0;
}

div.toc {
	background: #F9F9F9;
	border: 1px solid #c0c0c0;
	margin: 1em 0;
	padding: 1em;
	border-radius: 3px;
}

.loading-modal {
	position: fixed;
	top: 30%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	display: none;
	z-index: 200;
}

.loading-modal div {
	position: absolute;
	left: 0;
	top: 0;
	background: #eee url(../img/spinner3.gif) no-repeat center center;
	background-size: 16px 16px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	border:1px solid #fff;
	box-shadow:0px 3px 7px #333;
	-moz-box-shadow:0px 3px 7px #333;
	-webkit-box-shadow:0px 3px 7px #333;
}

.subJobs {
	margin-left: 20px;
	margin-bottom: 15px;
}

.planningCategory {
	padding: 10px;
	padding-bottom: 1px;
	border: 1px solid #BDBDBD;
	border-radius: 5px;
	background: #F4F4F4;
	box-shadow: inset 0 0 10px #999;
}

.planningCategoryList {
	padding-top: 15px;
	border-top: 1px solid gray;
	margin-top: 15px;
}

.planningCategoryList.active {
	border: none;
	margin-top: 0;
	padding-top: 10px;
}

.planningCategoryListItem {
	background: -moz-linear-gradient(top, rgba(245,245,245,0.75) 0%, rgba(196,196,196,0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0.75)), color-stop(100%,rgba(196,196,196,0.75)));
	border: 1px solid #ACACAC;
	border-top-color: #BDBDBD;
	border-bottom-color: #949494;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 10px;
}

.planningCategoryListItem.active {
	background: -moz-linear-gradient(top, rgba(99,142,249,1) 0%, rgba(13,103,247,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,142,249,1)), color-stop(100%,rgba(13,103,247,1)));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #0D67F7;
	text-shadow: 0 1px 0 #536475 !important;
	color: white;
}

.planningCategory h2 {
	margin-bottom: 0;
}

.planningEvent {
	height: 16px;
	position: absolute;
	opacity: 0.75;
	border-radius: 8px;
	cursor: pointer;
	background: -moz-linear-gradient(top, rgba(99,142,249,1) 0%, rgba(13,103,247,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,142,249,1)), color-stop(100%,rgba(13,103,247,1)));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #0D67F7;
}

.planningEvent.design {
	background: -moz-linear-gradient(top, #00CC00 0%, #006600 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00CC00), color-stop(100%,#006600));
	border: 1px solid #006600;
}

.planningEvent.structureboard {
	background: -moz-linear-gradient(top, #FF0000 0%, #990000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0000), color-stop(100%,#990000));
	border: 1px solid #990000;
}

.planningEvent.custom {
	background: -moz-linear-gradient(top, #00CC00 0%, #006600 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00CC00), color-stop(100%,#006600));
	border: 1px solid #006600;
}

.planningEvent.away {
	background: -moz-linear-gradient(top, #FF0000 0%, #990000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0000), color-stop(100%,#990000));
	border: 1px solid #990000;
}

.planningEvent .planningEventText {
	position: absolute;
	left: 5px;
	top: 0;
	text-shadow: 0 1px 0 #536475 !important;
	color: white;
	font-size: 10px;
	line-height: 16px;
	overflow: hidden;
	height: 16px;
	white-space: nowrap;
}

.planningCol {
	padding-top: 5px;
	font-weight: bold;
	position: absolute;
	top: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	background: #efefef;
}

.planningCover {
	background: white;
	position: absolute;
	top: 0;
}

.planningDeadline {
	position: absolute;
	background-image: linear-gradient(left , rgba(255,0,0,0) 0%, rgb(255,0,0) 100%);
	background-image: -o-linear-gradient(left , rgba(255,0,0,0) 0%, rgb(255,0,0) 100%);
	background-image: -moz-linear-gradient(left , rgba(255,0,0,0) 0%, rgb(255,0,0) 100%);
	background-image: -webkit-linear-gradient(left , rgba(255,0,0,0) 0%, rgb(255,0,0) 100%);
	background-image: -ms-linear-gradient(left , rgba(255,0,0,0) 0%, rgb(255,0,0) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		right bottom,
		color-stop(0, rgba(255,0,0,0)),
		color-stop(1, rgb(255,0,0))
	);
}

.planningDeadline.soft {
	opacity: 0.5;
}

.planningDeadlineArrow {
	position: absolute;
	width: 11px;
	height: 21px;
	background: url(../img/arrow-deadline-left.png) no-repeat left center;
}

.planningDeadlineArrow.right {
	background-image: url(../img/arrow-deadline-right.png);
}

.planningDeadlineArrow.soft {
	opacity: 0.5;
}

.uploadCell {
	position: relative;
}

.uploadCell i {
	display: none;
	position: absolute;
	right: 0;
	top: 10px;
}

.uploadCell .spinner {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 9px;
}

.uploadCell img {
	position: absolute;
	right: 0;
	top: 6px;
	width: 16px;
	height: 16px;
	background: url(../img/spinner3.gif);
	background-size: 16px 16px;
}

.uploadCell.success img {
	background: url(../img/checkmark.png);
}

.uploadCell.success .ss-check {
	display: block;
	color: #2DB200;
}

.uploadCell.success .spinner, .uploadCell.error .spinner {
	display: none;
}

.uploadCell.error img {
	background: url(../img/cross.png);
}

.uploadCell.error .ss-delete {
	display: block;
	color: #FF2626;
}

tr:hover > .uploadCell.success .ss-check, tr:hover > .uploadCell.error .ss-check {
	color: white;
}

.uploadCell input {
	visibility: hidden;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  width: 500px;
  height: 18px;
  margin-bottom: 5px;
  margin-top: 10px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  width: 0;
  height: 18px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
      -ms-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

/*.timelineTable {
	border-collapse: collapse;
}

.timelineTable td {
	border: 1px solid black;
	padding: 0;
	background: white;
}

.timelineTable thead td {
	text-align: center;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}

.timelineTable tbody td div {
	height: 20px;
	position: relative;
}

.timelineTable tbody td div div {
	position: absolute;
	top: 0;
	height: 20px;
	background: red;
}*/

.timelineTable {
	width: 100%;
	margin-top: 15px;
}

.timelineTable td {
	background: url(../img/phase.png) no-repeat center 25px;
	background-size: 2000px 30px;
}

.timelineTable td.activePhase {
	background-image: url(../img/phase-active.png);
}

.timelineTable td .phaseTitleContainer {
	margin-bottom: 5px;
}

.timelineTable td .phaseTitle {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	height: 24px;
}

.timelineTable td .phaseTitleContainer:hover .phaseTitle {
	/*color: #86B3FB !important;*/
}

.timelineTable td .phaseOverlay {
	width: 31px;
	height: 30px;
	background: white;
	opacity: 0;
	margin: 0 auto;
	visibility: hidden;
}

.timelineTable td .phaseTitleContainer:hover .phaseOverlay {
	opacity: 0.5 !important;
}

.timelineTable td.activePhase .phaseTitle {
	color: #0D67F7;
}

.timelineTable td .phaseMilestones {
	margin: 0 auto;
}

.timelineTable td .phaseMilestone {
	margin-bottom: 5px;
	float: left;
}

.timelineTable td .phaseMilestoneDate {
	float: left;
	padding-right: 5px;
	clear: left;
	color: #999;
}

.timelineTable td .phaseMilestoneTitle {
	float: left;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.timelineTable td .phaseMilestoneTitle a {
	text-decoration: none;
}

.timelineTable td .phaseMilestoneButtons {
	float: left;
}

.timelineTable td .phaseMilestoneButtons img {
	margin-left: 5px;
}

.timelineTable td .phaseMilestoneButtons .deleteButton {
	visibility: hidden;
}

.timelineTable td .phaseMilestone:hover .phaseMilestoneButtons .deleteButton {
	visibility: visible;
}

.timelineTable td .phaseMilestoneButtons img {
	width: 16px;
	height: 16px;
}

select.hasCustomSelect {
	margin-top: 4px;
}

select.hasCustomSelect.inline {
	margin-top: 7px;
}

span.customSelect {
	background-color: #fff;
    border: 1px solid #c0c0c0;
    padding: 6px;
    color: black;
    height: 16px;
    line-height: 16px;
	position: relative;
	text-align: left;
	width: 478px;
	border-radius: 3px;
	padding-left: 20px;
	padding-right: 0;
	background: white url(../img/select-arrow2.png) no-repeat 9px center;
	background-size: 8px 10px;
	margin-top: 2px;
}

span.customSelect.inline {
	top: 3px;
}

.fluid span.customSelect.inline {
	top: 0;
}

span.customSelect.changed {
	background-color: #000;
}

#register-form p.block select {
	cursor: pointer;
}

.safari #register-form p.block select {
	margin-left: 200px;
}

.customSelectInner {
	width: 100%;
	margin-left: 5px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
}

.projectSection {
	background: #F7F7F7;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-bottom: 2%;
	position: relative;
}

.projectSection.info {
	float: left;
	width: 49%;
}

.projectSection.status {
	float: right;
	width: 49%;
}

.projectSection.timeline {
	clear: both;
}

.projectSection.briefing {
	margin-bottom: 0;
}

.projectSection .projectOverlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	border-radius: 4px;
	display: none;
}

.projectSection .projectLoading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	display: none;
	z-index: 200;
}

.projectSection .projectLoading div {
	position: absolute;
	left: 0;
	top: 0;
	background: #eee url(../img/spinner3.gif) no-repeat center center;
	background-size: 16px 16px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	border:1px solid #fff;
	box-shadow:0px 3px 7px #333;
	-moz-box-shadow:0px 3px 7px #333;
	-webkit-box-shadow:0px 3px 7px #333;
}

.hiddenRow {
	display: none;
}

.showMoreFieldsLink {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 7px 0;
	background: #f5f5f5;
	border-radius: 3px;
}

.showMoreFieldsLink:hover {
	color: black;
	background: #efefef;
}

.showMoreFieldsLink i {
	vertical-align: middle;
}

.invoiceTotal {
	text-align: right;
	margin-right: 9px;
	margin-top: 5px;
}

.invoiceTotal span {
	width: 90px;
	display: inline-block;
}

.invoiceTotal.total {
	font-weight: bold;
	font-size: 14px;
}

.ss-alert.warning {
	color: #FFC955;
	vertical-align: middle;
}

table.gridTable tbody tr:hover td .ss-alert.warning {
	color: white;
}

.projectPanel {
	border-radius: 3px;
	padding: 15px;
	margin-bottom: 1em;
	background: #F9F9F9;
	border: 1px solid #C0C0C0;
}

.projectLog {
	border-top: 1px solid #c0c0c0;
	margin: 0 -15px;
	padding: 10px 15px;
	margin-top: 10px;
	padding-bottom: 0;
}

.projectLog.firstProjectLog {
	margin-top: 13px;
}

.projectLogTitle {
	font-weight: bold;
	margin-bottom: 5px;
}

.projectLogText {
	margin-bottom: 5px;
}

.projectLogActions {
	float: right;
	display: none;
}

.projectLogActions a {
	text-decoration: none;
	font-size: 15px;
}

.projectLogDate {
	color: #bbb;
}

.green {
	color: #2DB200;
}

.red {
	color: #FF2626;
}

#contactPersonList {
	padding-top: 3px;
	margin-bottom: 5px;
}

.contactPerson {
	padding: 5px 0;
	position: relative;
}

.contactPersonActions {
	position: absolute;
	right: 0;
	top: 5px;
	display: none;
}

.contactPersonActions a {
	text-decoration: none;
	font-size: 15px;
}

.contactPerson:hover {
	/*background: #eee;*/
}

.contactPerson:hover .contactPersonActions {
	display: block;
}

.portalTreePlaceholder {
	outline: 1px dashed #c0c0c0;
}

.mjs-nestedSortable-error {
	background: #fbe3e4;
	border-color: transparent;
}

.portalTree, .portalTree ul {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

.portalTree li {
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
}

.portalTree li > div {
	margin: 0;
	cursor: pointer;
	position: relative;
	line-height: 20px;
	height: 20px;
	padding-left: 3px;
}

.portalTree li > div .portalTreeText {
	/*margin-right: 5px;*/
}

.portalTree li > div .portalTreePrice {
	float: right;
	text-align: right;
	margin-right: 5px;
}

.portalTree li > div .portalTreePrice.portalTreePriceCalculated {
	font-style: italic;
	color: #0D67F7;
	font-weight: bold;
}

.portalTree li.mjs-nestedSortable-branch div {
}

.portalTree li.mjs-nestedSortable-leaf div {
}

.portalTreeLevel {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	z-index: 1;
}

.portalTreeLevelI {
	background-image: url(../img/tree/i.png);
}

.portalTreeLevelL {
	background-image: url(../img/tree/l.png);
}

.portalTreeLevelT {
	background-image: url(../img/tree/t.png);
}

.portalTreeNumber {
	display: none;
}

.portalTreeItemInactive .portalTreeText, .portalTreeItemInactive .portalTreePrice {
	opacity: .3;
}

.portalTreeItemLevel1 .portalTreeNumber, .portalTreeItemLevel1 .portalTreeText, .portalTreeItemLevel1 .portalTreePrice {
	font-weight: bold;
}

.portalTree li div.portalTreeItemHover, .portalTree li div.portalTreeItemHover .portalTreeLevel {
	background-color: #f5f5f5;
}

.portalTree li div.portalTreeItemSelected, .portalTree li div.portalTreeItemSelected .portalTreeLevel {
	background-color: #aaa;
}

.portalTreeDisclose {
	cursor: pointer;
	width: 20px;
	height: 20px;
	text-align: center;
	color: red;
	display: none;
	position: absolute !important;
	left: -20px;
	top: 0;
	z-index: 2;
}

.ui-sortable-helper .portalTreeLevel, .ui-sortable-helper .portalTreeDisclose {
	visibility: hidden;
}

.portalTree li.mjs-nestedSortable-collapsed > ul {
	display: none;
}

.portalTree li.mjs-nestedSortable-branch > div > .portalTreeDisclose {
	display: inline-block;
}

.portalTree li.mjs-nestedSortable-collapsed > div > .portalTreeDisclose {
	background: url(../img/tree/plus.png) no-repeat center center;
	background-size: 11px 11px;
}

.portalTree li.mjs-nestedSortable-expanded > div > .portalTreeDisclose {
	background: url(../img/tree/minus.png) no-repeat center center;
	background-size: 11px 11px;
}

.offerTotal {
	clear: both;
	border-bottom: 1px solid #c0c0c0;
	padding: 5px 0;
}

.offerTotal.firstOfferTotal {
	margin-top: 20px;
	font-weight: bold;
	font-size: 15px;
	border-top: 1px solid #c0c0c0;
}

.offerTotal span {
	float: right;
}

.costLineTable thead td {
	font-weight: bold;
	padding-bottom: 8px;
}

.costLineTable .customSelect {
	margin-top: 0;
}

.costLineTable tbody td:last-child {
	padding-top: 8px;
}

.costLineTable tfoot td {
	padding-top: 8px;
}

.costLineTable tfoot td span {
	font-weight: bold;
}

.panel {
	position: fixed;
	width: 1000px;
	background: white;
	right: -1000px;
	top: 0;
	height: 100%;
	z-index: 100;
	box-shadow: -1px 0 3px 0 rgba(0,0,0,.3);
}

.panel iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.panelOverlay {
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 10;
}

body > .panelOverlay {
	left: 170px;
}

.errorMessage {
	background: #f2dede;
	padding: 10px 15px;
	border: 1px solid #E4A5A7;
	border-radius: 3px;
	margin-bottom: 18px;
}

.chartContainer {
	margin-right: -50px;
}

.chart {
	/*width: calc(33% - 50px);
	float: left;*/
	margin-right: 50px;
	margin-bottom: 50px;
}

.chart h2 {
	/*font-weight: normal;*/
	font-size: 14px;
	margin-bottom: 5px;
}

.chart h3 {
	font-size: 16px;
	margin-top: 0;
}

.statsKeyFigure {
	border-radius: 3px;
	padding: 15px;
	padding-right: 0;
	margin-bottom: 1em;
	margin-right: 1em;
	background: #fcfcfc;
	border: 1px solid #C0C0C0;
	width: 165px;
	float: left;
	cursor: pointer;
}

.statsKeyFigure.selected {
	border-color: #359fe3;
	background: #d2eaf9;
}

.statsKeyFigure h1 {
	font-size: 22px;
	margin-bottom: 8px;
}

.statsKeyFigure h2 {
	margin-bottom: 0;
	color: #666;
	font-size: 13px;
	font-weight: normal;
}

#blocker {
	position: absolute;
	z-index: 999999999;
	background: white;
	opacity: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
}

.invoiceSubTitle {
	margin-top: 25px;
}

.invoiceSubTitle:first-child {
	margin-top: 8px;
}

.invoiceSubTitle a {
	text-decoration: none;
	color: black;
}

.invoiceSubTitle a:hover {
	text-decoration: underline;
}

span.customSelectDisabled {
	background: #F0F0EE;
}

span.customSelectDisabled .customSelectInner {
	margin-left: -13px;
}

.textbox.autocomplete[disabled] {
	background: #F0F0EE;
	padding-left: 7px;
}
