/*
 * GSALES
 * http://www.gsales.de
 *
 * Author: Gedankengut GbR
 */

/*****
** GSALES icon font
*****/
@font-face {
	font-family: 'gSalesIcons';
	src:
		url('../fonts/gSalesIcons102.eot');
	src:
		url('../fonts/gSalesIcons102.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gSalesIcons102.svg#gSalesIcons') format('svg'),
		url('../fonts/gSalesIcons102.woff') format('woff'),
		url('../fonts/gSalesIcons102.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: 'gSalesIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

[data-icon] {
	font-size: 16px;
	margin: 2px;
	color: #296F93;
}

a:hover [data-icon] {
	color: #333333 !important;
	text-decoration: none !important;
}

.inactive {
	color: #999999;
}

.deactivated {
	color: #ececec;
}

.yellow {
	color: #FFF5C6;
}

.white {
	color: #ffffff;
}

/*****
** GSALES common
*****/
.clear {
	clear: both;
}

.skip {
	position: absolute;
	left: -1000em;
	width: 20em;
}

.hide {
	display: none;
}

.floatL {
	float: left;
}

.floatR {
	float: right !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.vCenter {
	vertical-align: middle !important;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.nowrap {
	white-space: nowrap;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.noBorder {
	border: none !important;
}

.noBg {
	background: none !important;
}

.noBgImg {
	background-image: none !important;
}

.noMargin {
	margin: 0 !important;
}

.noPadding {
	padding: 0 !important;
}

.small {
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0;
}

.middle {
	font-size: 11px;
	line-height: 1.3em;
}

.gray {
	color: gray;
}

.warning {
	color: #cd0a0a;
}

.success {
	color: #138800;
}

.cGray {
	color: gray !important;
}

.cGreen {
	color: #138800 !important;
}

.cRed {
	color: #cd0a0a !important;
}

.code {
	font-family: "Courier New", Monaco, Courier;
}

.blue {
	color: #0D3763 !important;
}

textarea, .mirroredText {
	line-height: 20px;
	resize: none;
}

/*****
** UI custom
*****/
.ui-widget-content {
	color: #333;
	background: #C9C9C9;
}

.ui-tabs.ui-widget-content {
	background: none;
	border: none;
}

.qtip-contentWrapper {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.ui-tabs {
	margin-top: 1em;
	clear: both;
}

.ui-tabs-nav li a span {
	text-shadow: 1px 1px 0 #fff;
	font-weight: bold;
}

.ui-widget-header, .bulkCnt, .splitter, .filterBox, #options, #html-toolbar .contextBox {
	background-color: #efefef;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fdfdfd', endColorstr = '#eaeaea', GradientType = 0);
	border: 0;
	color: #666666;
	text-shadow: 0 1px 0 #ffffff;
	font-size: 14px;
	font-weight: normal;
	padding: 12px;
	line-height: 14px;
	margin: 0;
	border-bottom: 1px solid #cdcdcd;
}

.ui-tabs .ui-widget-header {
	border: 1px solid #e1e1e1;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #3383BB;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: #F8F8F8;
	color: #599FCF;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	background: #d6d4d4;
	border: 1px solid #fff;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #333;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	background: #fff;
	border: 1px solid #e1e1e1;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #003650;
}

.ui-dialog .btn-group .btn {
	z-index: 10000;
}

.ui-dialog.ui-widget-content {
	background: #fff;
	border: 1px solid #ccc;
}

img.ui-datepicker-trigger {
	margin-bottom: -3px;
	margin-left: 3px;
	cursor: pointer;
}

.ui-autocomplete {
	width: 400px !important;
	background: #ffffff !important;
}

.ui-datepicker-current-day a.ui-state-default {
	color: #3383bb !important;
}

#ui-datepicker-div.ui-widget-content {
	background: #f4f3f3 !important;
}

.ui-autocomplete-category {
	font-weight: bold;
	font-size: 1.5em;
	padding: .2em .4em;
	margin: .8em 0 .2em;
	line-height: 1.5;
}

.ui-dialog .ui-dialog-buttonpane button {
	font-size: 14px;
}

.ui-dialog .ui-dialog-buttonpane button.noButton {
	margin-top: 10px;
}

.ui-widget-overlay {
	opacity: .80;
	filter: Alpha(Opacity = 80);
}

.ui-tabs .ui-tabs-nav li a {
	padding: 10px 1em;
}

.ui-dialog {
	padding: 0;
}

.ui-dialog-titlebar {
	font-size: 18px;
}

/*****
** Container/Elements
*****/
html {
	background: #004867; /* Fallback */
	background: -moz-linear-gradient(top, #004867 0%, #007fa6 43%, #c1e1eb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004867), color-stop(43%, #007fa6), color-stop(100%, #c1e1eb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #004867 0%, #007fa6 43%, #c1e1eb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #004867 0%, #007fa6 43%, #c1e1eb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #004867 0%, #007fa6 43%, #c1e1eb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #004867 0%, #007fa6 43%, #c1e1eb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#004867', endColorstr = '#c1e1eb', GradientType = 0); /* IE6-9 */
	background-repeat: no-repeat;
	min-height: 100%;
}

body {
	background: none;
	min-width: 1200px;
	min-height: 100%;
	font-size: 75%;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

a {
	color: #0D3763;
	text-decoration: none;
	cursor: pointer;
}

.noButton {
	background: none;
	border: none;
	color: #0D3763;
	cursor: pointer;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px !important;
}

.noButton:hover {
	background: none;
	border: none;
	color: #0D3763;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

p {
	padding: 0;
	margin: 1.0em 0;
}

hr {
	color: #fff;
	background-color: #fff;
	border: 1px solid #000;
	border-style: none none solid;
}

pre {
	font-size: 1.2em;
	padding: 3px;
	background-color: #efefef;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	display: inline;
	line-height: 35px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	display: inline;
	line-height: 35px;
	vertical-align: middle;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

form {
	margin: 0;
}

/*****
** Dialog container
*****/
#ajaxLoading {
	display: none;
	color: #fff;
	background-color: #cd0a0a;
	font-size: 0.833em;
	font-weight: bold;
	padding: 2px 0;
	text-align: center;
	width: 90px;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -45px;
}

#dialog-confirm {
	display: none;
}

/*****
** Header
*****/
#header {
	width: 96%;
	margin: 0 auto;
	position: relative;
}

#header #logo {
	width: 120px;
	margin-left: 10px;
}

.navbar {
	margin-bottom: 0;
}

.navbar .nav > li {
	padding-top: 20px;
	padding-right: 10px;
}

.navbar .nav > li.brand {
	padding-top: 0;
	padding-right: 20px;
}

.navbar .nav > li > a, .navbar .nav > li > a:hover, .navbar .nav > li > [data-icon], .navbar .nav > li > a > [data-icon] {
	text-shadow: none;
	color: #fff;
	font-size: 16px;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #fff;
}

.navbar .nav > li > a > [data-icon] {
	font-size: 14px;
}

.navbar .nav > li > a:hover > [data-icon] {
	color: #fff !important;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret, .navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret, .navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: none;
	color: #fff;
}

.navbar .nav.pull-right {
	margin-right: 10px;
}

.dropdown-menu > li > a {
	font-size: 14px;
	line-height: 24px;
	padding-right: 40px;
	min-width: 210px;
}

.dropdown-menu > li > a.cntFav {
	position: relative;

}

.dropdown-menu > li > a.delFav {
	position: absolute;
	margin-top: 3px;
	right: 5px;
	display: inline;
	background: none !important;
	padding: 0;
	min-width: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background-color: #efefef;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fdfdfd', endColorstr = '#eaeaea', GradientType = 0);
	color: #666666;
}

/*****
** Main search
*****/
#mainSearch fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#mainSearch input {
	width: 300px;
	border: none;
	font-size: 16px;
	color: #333;
	padding: 10px;
	background: #fff;
	margin-left: 20px;
}

#mainSearch input:focus {
	outline: none !important;
}

#helpActive {
	position: absolute;
	width: 25px;
	height: 22px;
	margin: 12px 0 0 134px;
	float: left;
	text-decoration: none;
}

#helpActive span {
	display: block;
	width: 25px;
	text-align: center;
	margin-top: 3px;
	font-size: 14px;
}

#wrap {
	width: 96%;
	margin: 0 auto 25px auto;
	background: #fff;
	padding-bottom: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#cntMain {
	margin-left: 190px;
}

#sidebar {
	width: 160px;
	padding: 15px 8px 8px 8px;
	float: left;
	margin: 0 0 0 -190px;
}

#cntContent {
	min-width: 100%;
	float: left;
}

#content {
	margin-right: 7px;
	padding-bottom: 40px;
	position: relative;
}

#favAddLink a {
	color: #0D3763 !important;
}

/*****
** Footer
*****/
#footer {
	background: #fff;
	margin: 0;
	padding: 15px 0 10px 0;
	text-align: center;
}

#footer a {
	color: #494949;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	margin: 0 1.0em;
	padding: 0;
	list-style: none;
	display: inline;
}

/*****
** Navigation
*****/
#navigation {
	padding: 0;
	margin: 0 0 0 5px;
	list-style: none;
	font-size: 13px;
	line-height: 1.3em;
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}

#navigation li {
	padding: 4px 0 6px 25px;
	border-top: 1px solid #d9d9d9;
}

#navigation li.sub ul {
	display: none;
}

#navigation li.subOpen ul {
	display: block;
}

#navigation ul li {
	padding: 2px 0 2px 7px;
	border: none;
}

#navigation a {
	color: #494949;
}

#navigation a.active {
	color: #0D3763;
	font-weight: bold;
}

#navigation ul a.active {
	font-weight: normal;
}

#navigation a.arrow {
	position: absolute;
	margin: 5px 0 0 -16px;
	display: block;
	width: 8px;
	height: 10px;
	text-indent: -300em;
	overflow: hidden;
}

#navigation li.sub a.arrow {
	background: url(../img/bg_nav_arrow.gif) left top no-repeat;
}

#navigation li.subOpen a.arrow {
	background: url(../img/bg_nav_open.gif) left 1px no-repeat;
}

#navigation ul a {
	color: #717171;
}

.navNotify {
	position: absolute;
	width: 24px;
	height: 22px;
	background: url(../img/bg_nav_notify.gif) right top no-repeat;
	margin: -2px 0 0 108px;
}

.navNotify a {
	display: block;
	text-decoration: none !important;
	color: #fff !important;
	font-weight: bold;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1em;
	line-height: 1.5em;
}

/*****
** Breadcrumb
*****/
#breadcrumb {
	font-size: 11px;
	color: #333;
	margin: 20px 0;
	padding: 0;
	color: #a4a4a4;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
}

#breadcrumb a {
	color: #a4a4a4;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/*****
** Notifications
*****/
#notifications {
	padding: 0;
	margin-right: 10px;
}

.alert {
	font-size: 14px;
	min-height: 26px;
	margin-bottom: 15px;
}

.alert a {
	text-decoration: underline;
}

.alert > a.btn {
	text-decoration: none;
	position: absolute;
}

.alert > span {
	display: block;
	padding-left: 140px;
	padding-top: 5px;
}

.alert > p {
	margin: 0;
	padding-top: 5px;
}

.hint {
	border: 1px solid orange;
	padding: 5px;
	background-color: #FFF5C6;
	margin-bottom: 20px;
}

/*****
** Buttons
*****/
.btn {
	line-height: 20px;
}

.btnAdd, .btnEdit {
	margin: -9px 8px 0 5px;
}

/*****
** Views and categories
*****/
#views {
	padding-left: 38px;
	margin-bottom: 25px;
	line-height: 1.6em;
}

#views .spacing a {
	padding: 0 3px;
}

#views .vHeader {
	font-weight: bold;
	margin-right: 10px;
}

#views span {
	margin: 0 3px;
}

#showViews {
	font-weight: bold;
	background: url(../img/bg_nav_arrow.gif) 20px 3px no-repeat;
	padding-left: 41px;
	cursor: pointer;
	margin: 15px 0 15px 0;
}

#views #hideViews {
	background: url(../img/bg_nav_open.gif) left top no-repeat;
	position: absolute;
	width: 7px;
	height: 7px;
	margin: 18px 0 0 -18px;
	text-decoration: none;
}

#views table.overview th {
	width: 100px;
}

#views table.overview tr:hover th, #views table.overview tr:hover td {
	background-color: transparent;
}

#views .viewButtons {
	margin-top: -1px;
}

/*****
** Option pane
*****/
#optPane {
	position: absolute;
	right: -7px;
	background-color: #dcdcdc;
	padding: 0;
	margin: 0;
	z-index: 10;
}

#pane {
	width: 32px;
	overflow: hidden;
	float: left;
	cursor: pointer;
	background: url(../img/icon_panelButton.png) 0px 0px no-repeat;
	height: 30px;
	text-indent: -300em;
}

#options {
	width: 170px;
	overflow: hidden;
	float: left;
	padding: 0 20px 20px 20px;
	margin: 10px 10px 10px 0;
	background-color: #efefef;
	display: none;
	font-size: 12px;
}

#optPane #sortable {
	margin: 0;
	padding: 0;
	list-style: none;
}

#optPane #sortable li {
	margin: 0;
	padding: 0;
	cursor: move;
}

#rowsPerPage {
	width: 75px;
}

#myList, #noSort {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

#myList .btn, #noSort .btn {
	margin-top: 5px !important;
}

ul.noList li {
	float: left;
	list-style: none;
	margin: 0 3px 0 3px;
}

.sortGrip {
	position: absolute;
	cursor: move;
	margin: 8px 0 0 4px;
}

.red {
	background-color: #ff0000 !important;
}

.green {
	background-color: #007800 !important;
}

.addItem {
	margin: -10px 10px 0 10px;
	font-size: 20px;
}

.editItem {
	margin: -10px 10px 0 10px;
}

span.highlight {
	background-color: yellow;
}

/*****
** Login
*****/
.input-prepend .add-on {
	margin-top: 0;
}

/*****
** Forms
*****/
div.formError {
	color: #ff5d5d;
	font-weight: bold;
}

div.formError input, input.formError {
	background-color: #ff5d5d;
	color: #ffffff;
}

div.formError textarea, textarea.formError {
	background-color: #ff5d5d;
	color: #ffffff;
}

table.stdForm {
	font-size: 0.93em;
	border-collapse: collapse;
	width: 700px;
	margin-top: 10px;
}

.stdFormInline {
	width: 450px !important;
	margin-right: 15px;
	margin-top: 0;
	display: inline-block;
	vertical-align: top;
}

#dialog-form table.stdForm {
	margin-top: 0;
}

table.stdForm td, table.stdForm th {
	background-color: #f0f0f0;
	padding: 12px 5px 12px 12px;
	border-bottom: 1px solid white;
}

table.stdForm th {
	font-weight: normal;
	width: 160px;
	text-align: right;
}

table.stdFormInline th {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

table.stdFormInline td {
	width: 283px;
}

table.stdForm table {
	margin-left: -12px;
}

table.stdForm table td {
	border-bottom: none;
}

table.stdForm tr.row1 th, table.stdForm tr.row1 td {
	background-color: #f6f6f6;
}

table.stdForm td.headline {
	background-color: #ddd !important;
}

table.stdForm td.headline h3 {
	padding: 0;
	margin: 0;
	text-shadow: 1px 1px 0 #fff;
}

table.stdForm td.headline2 {
	border-bottom-color: #97a5b0;
	padding: 10px 0 0 10px;
	background: none;
}

table.stdForm td.headline2 h3 {
	color: #003650;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}

table.stdForm textarea {
	width: 375px;
}

table.stdForm .multiselect {
    width: 375px;
}

table.stdForm input.datePicker {
	width: 100px;
}

table.stdForm .btn {
	font-size: 12px;
}

#mite table.stdForm select {
	margin-bottom: 0;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	margin-bottom: 0;
}

.select2-container-multi .select2-choices .select2-search-field input {
	font-size: 14px;
	color: #555555;
}

.select2-container {
	margin-left: 0;
}

.select2-choices {
	border-color: #cccccc;
	color: #555555;
}

.select2-results, .select2-results .select2-highlighted {
	font-size: 14px;
	color: #555555;
	line-height: 20px;
}

.select2-results .select2-result {
	border: 1px solid #ffffff;
}

.select2-results .select2-highlighted {
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.select2-container .select2-choice span {
	font-size: 14px;
}

.customDefaults {
	float: right;
	margin: 5px 10px 0 0;
}

.collapseForm .showHideAll {
	position: absolute;
	margin: 8px 0 0 705px;
}

/*****
** Overview table
*****/
table.overview {
	width: 100%;
	border-collapse: collapse;
}

table.overview a:hover {
	text-decoration: none;
}

table.overview .col1 {
	background-color: #f7f7f7;
}

table.overview tr:hover td {
	background-color: #f5f5f5;
}

table.overview tr.checked td {
	background-color: #fff5c6 !important;
}

table.overview tr.static:hover td {
	background-color: #fff5c6;
}

table.overview tr.totals td {
	background-color: #eeeeee;
	padding: 8px 0;
	border: none;
}

table.overview .status {
	font-size: 10px;
}

table.overview .status0 {
	color: #d40000;
}

table.overview .status1 {
	color: #009400;
}

table.overview .status2 {
	color: #797979;
}

table.ovoffers .status0 {
	color: #797979;
}

table.ovoffers .status1 {
	color: #d40000;
}

table.ovoffers .status2 {
	color: #eead2f;
}

table.ovoffers .status3 {
	color: #009400;
}

table.overview tr.borderBottom td {
	background: url(../img/bg_overview_table.gif) left bottom repeat-x !important;
	padding-bottom: 10px !important;
}

table.overview td {
	padding: 8px !important;
	font-weight: normal;
	background: url(../img/bg_overview_table.gif) left bottom repeat-x;
	font-size: 0.916em;
}

table.overview td.icon {
	width: 24px;
	overflow: hidden;
	padding: 0 inherit;
}

table.overview th {
	background: url(../img/bg_overview_table.gif) left bottom repeat-x !important;
	padding: 8px !important;
	white-space: nowrap;
	vertical-align: middle;
	height: 30px;
}

div.bulkCnt, div.splitter, .ui-tabs-nav {
	border: 1px solid #cdcdcd;
	font-size: 12px;
	line-height: 12px;
}

div.bulkCnt .floatR {
	line-height: 18px;
}

div.bulkCnt select {
	margin: -5px 0;
}

/*****
** Status tags
*****/
.labelOverview {
	display: block;
	color: #fff !important;
	font-size: 10px;
	text-transform: lowercase;
	padding: 2px 0 2px 0;
	width: 56px;
	text-align: center;
	margin: 0 auto;
	line-height: 14px;
}

.invoice0 {
	background-color: #d40000;
}

.invoice1 {
	background-color: #009400;
}

.invoice2 {
	background-color: #797979;
}

.queue0 {
	background-color: #d40000;
}

.queue1 {
	background-color: #eead2f;
}

.queue2 {
	background-color: #009400;
}

.offer0 {
	background-color: #797979;
}

.offer1 {
	background-color: #d40000;
}

.offer2 {
	background-color: #eead2f;
}

.offer3 {
	background-color: #009400;
}

.sale0 {
    background-color: #797979;
}

.sale1 {
    background-color: #009400;
}

.user0 {
	background-color: #009400;
}

.user1 {
	background-color: #d40000;
}

.mailspool0 {
	background-color: #d40000;
}

.mailspool1 {
	background-color: #009400;
}

table {
	border-collapse: collapse;
	text-align: left;
}

table.comments {
	width: 600px;
}

table.comments td.user {
	width: 80px;
	padding: 5px;
	font-size: 0.93em;
}

.filterBox, .tagBox {
	background-color: #efefef;
	padding: 6px;
	display: none;
	border: 2px solid #ccc;
}

.filterBox, #html-toolbar .contextBox {
	margin: 10px 0 20px 0;
	border: 1px solid #ccc;
	padding: 10px;
}

.filterBox #manualEntry {
	clear: both;
	margin-top: 15px;
}

.tagBox {
	width: 275px;
	border: 2px solid #ddd;
	position: absolute;
	z-index: 9;
}

.tagBox .select2-container-multi {
	width: 275px !important;
	min-width: 275px !important;
}

.tagBox .btn {
	margin-top: 5px;
	float: right;
}

.splitter {
	text-align: right;
	margin: 0;
	background-color: #efefef;
	padding: 5px;
	border-top: 0 !important;
}

.splitter a [data-icon] {
	margin-bottom: -3px;
}

.infobrutto {
	position: absolute;
	margin: 8px 0 0 8px;
}

.bruttonetto {
	position: absolute;
	margin: 3px 0 0 -76px;
}

.bgHighlight {
	color: #936209 !important;
	background-color: #ffffe0 !important;
}

img.loading {
	position: absolute;
	margin: -4px 0 0 -30px;
}

/*****
** Sortable home
*****/
.startColumn {
	width: 48%;
	float: left;
	padding-bottom: 100px;
	margin-top: 10px;
}

.startColumn .portlet {
	margin: 0 1em 1em 0;
	min-width: 445px;
}

.startColumn .portletHide .portlet-content {
	display: none;
}

.startColumn .portlet table {
	width: 80%;
	float: left;
	margin-top: 3px;
}

.startColumn .portlet table th {
	padding-top: 0;
}

.startColumn .portlet table.static {
	width: 100%;
	float: none;
	margin: 3px 0 10px 0;
}

.startColumn .portlet table.static td {
	background: none;
	padding: 5px !important;
}

.startColumn .portlet.ui-widget-content {
	background: #f9fafb;
	border: 1px solid #ddd;
}

.startColumn .portlet-header {
	cursor: move;
}

.startColumn .portlet-header .ui-icon {
	float: right;
	cursor: pointer;
}

.startColumn .portlet-content {
	padding: 0.4em;
}

.startColumn .ui-sortable-placeholder {
	border: 1px dotted black !important;
	visibility: visible !important;
	height: 50px !important;
}

.startColumn .ui-sortable-placeholder * {
	visibility: hidden;
}

.startColumn .tableAction {
	margin-bottom: 1em;
}

.startColumn .tableAction a {
	margin-left: 82px;
}

.counter {
	width: 67px;
	height: 52px;
	padding-top: 6px;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 5px;
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 47px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #787878;
	background: url(../img/bg_counter_gray.png) no-repeat;
}

.counterGreen {
	background: url(../img/bg_counter_green.png) no-repeat;
}

.counterRed {
	background: url(../img/bg_counter_red.png) no-repeat;
}

/*****
** Notes
*****/
.notesList {
	font-size: 0.916em;
	line-height: 1.5em;
}

.notesList table.stdForm {
	font-size: 1em;
}

.notesList .note {
	padding: 8px 5px;
	font-weight: normal;
	background: url(../img/bg_overview_table.gif) left bottom repeat-x;
}

.notesList .note:hover {
	background-color: #f5f5f5;
}

.notesList .note .headline {
	font-weight: bold;
}

.notesList .note .headline a {
	float: right;
}

/*****
** Mail plans
*****/
.sendActionCnt {
	margin: 0 20px 0 10px;
	width: 400px;
	float: left;
}

.sendActionCnt .sendAction {
	background-color: #efefef;
	padding: 5px 10px;
	margin-bottom: 5px;
}

.sendAssignments {
	width: 250px;
	float: left;
}

.sendAssignments table.stdForm {
	width: 240px;
	margin-top: 0;
}

/*****
** Invoices
*****/
#invoice {
	padding-left: 0;
}

#aii {
	width: 850px;
	display: none;
}

#documentInterval {
	margin: 20px 0 0 20px;
	width: 840px;
	font-size: 0.916em;
	background: url(../img/bg_timeline.gif) center center no-repeat;
	height: 74px;
	padding: 0;
}

#documentInterval table {
	width: 100%;
	margin: 0;
	padding: 0;
}

#documentInterval table td {
	text-align: center;
	vertical-align: middle;
	line-height: 1.7em;
}

#documentInterval table td.left, #documentInterval table td.right {
	width: 195px;
}

#documentOptions {
	margin-left: 15px;
	width: 850px;
	font-size: 11px;
	background-color: #f4f3f3;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}

#documentOptions table td {
	text-align: center;
	vertical-align: top;
	padding: 5px 20px;
}

#documentOptions table td a {
	text-shadow: 1px 1px 0 #fff;
	white-space: nowrap;
}

#documentOptions table td a:hover {
	text-decoration: underline;
}

#cloudPrint {
	margin: 10px 0 0 15px;
	width: 390px;
}

.paperBoxContainer {
	position: relative;
	z-index: 1;
	width: 825px;
	padding: 0;
	margin: 20px 0 0 15px;
}

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

.paperBox {
	font-size: 11px;
	width: 800px;
	position: relative;
	float: left;
	padding: 25px;
	margin: 0;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.paperBox:before, .paperBox:after {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.paperBox:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

#invoice .docTableHead div {
	margin-left: 5px;
	float: left;
	font-weight: bold;
}

#invoice .docTableHead div:first-child {
	margin-left: 10px;
	font-style: italic;
	font-weight: normal;
}

#invoice .docTableBody {
	background-color: #f8f8f8;
	padding: 7px;
	margin: 2px;
}

#invoice .docTableBody div {
	float: left;
	margin-left: 5px;
}

#invoice .docTableBody div:first-child {
	margin-left: 0;
}

#invoice .docTableFoot {
	background-color: #d6e8f3;
	padding: 7px;
	margin: 2px;
}

#invoice .docTableFoot div {
	float: left;
	margin-left: 5px;
}

.docTableEdit {
	margin-left: 10px;
	width: 650px;
}

.docTableEdit td {
	vertical-align: top;
}

.docCol1 {
	width: 25px;
}

.docCol2 {
	width: 70px;
}

.docCol3 {
	width: 250px;
}

.docCol4 {
	width: 100px;
}

.docCol5 {
	width: 100px;
}

.docCol6 {
	width: 100px;
}

.docCol7 {
	width: 107px;
}

.docCol36 {
	width: 550px;
}

.docCol37 {
	width: 657px;
}

/*****
** wysiHTML
*****/
#html-textarea {
	height: 300px;
}

#html-toolbar {
	position: relative;
}

#html-toolbar .btn-group {
	margin-bottom: 5px;
}

#html-toolbar .contextBox {
	display: block;
	position: absolute;
	top: 58px;
	width: 380px;
}

#html-toolbar .contextBox p {
	margin-bottom: 0;
}

/*****
** Installer
*****/
body.installer #content #innerWrap {
	width: 850px;
	margin: 0 auto;
	padding: 50px 0;
}

body.installer textarea#licenseterms {
	width: 848px;
	height: 300px;
	margin: 10px 0;
	font-family: "Courier New", Monaco, Courier;
}

body.installer table.accessData {
	background-color: #f4f3f3;
	border: 1px solid #e1e1e1;
	margin-top: 10px;
}

body.installer table.accessData td {
	padding: 20px;
}

body.installer table.accessData td big {
	padding-right: 10px;
}

body.installer .errorDetails {
	color: gray !important;
	font-size: 0.916em;
	font-weight: normal;
	background: none !important;
	font-family: Courier, "Courier New";
	margin-left: 0 !important;
	padding-left: 0 !important;
}

/*****
** Spool status
*****/
#spool_statusbox {
	width: 300px;
	margin: 10px;
}

#spool_statustxt {
	position: absolute;
	margin-top: -21px;
	width: 300px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.ui-progressbar {
	overflow: hidden;
}

.ui-progressbar-value {
	background: #003650 !important;
}

/*****
** Config
*****/
#config {
	background: url(../img/bg_white.gif) 150px top repeat-y #f4f3f3;
	border: 1px solid #e1e1e1;
	width: 760px;
	margin-top: 15px;
}

#configSections {
	float: left;
	width: 150px;
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 10px 0;
}

#configSections li {
	border: 1px solid #efefef;
	border-width: 1px 0;
}

#configSections li a {
	display: block;
	padding: 8px 0 8px 10px;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	font-size: 1.1em;
	text-decoration: none;
}

#configSections li a.active {
	color: #0D3763;
	background: #fff;
	font-weight: bold;
}

#configOptions {
	float: left;
	width: 610px;
}

#configOptions p {
	margin: 1em 10px;
}

#configOptions table.stdForm {
	width: 590px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#configOptions table.stdForm textarea {
	width: 380px !important;
}

/*****
** Autocomplete
*****/
#searchcustomer input {
	width: 400px;
}

/*****
** Catcomplete
*****/
ul.catcomplete {
	width: 550px !important;
	font-size: 12px;
	line-height: 16px;
}

ul.catcomplete .ui-autocomplete-category {
	margin: 0.4em 0 0 0;
	padding: 0.2em 0.4em;
	display: block;
}

ul.catcomplete .ui-menu-item {
	float: none;
	clear: none;
	display: block;
}

ul.catcomplete .ui-menu-item a {
	padding: 5px 1em;
	font-size: 13px;
}

ul.catcomplete .ui-menu-item a.ui-state-hover, .select2-results .select2-highlighted {
	background-color: #efefef;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fdfdfd', endColorstr = '#eaeaea', GradientType = 0);
	border-color: transparent;
	border-radius: 0;
	color: #666666;
}

/*****
** Statistics
*****/
.statContent {
	height: 300px;
}

.statLegend {
	width: 500px;
	margin: 15px 0 0 55px;
	line-height: 1.75em;
}

/*****
** Introduction hints
*****/
#introductionHints {
	font-size: 11px;
	color: #6a3700;
	height: 120px;
	background-color: #fff5c6;
	padding-left: 150px;
	margin-top: 20px;
}

#introductionHints h2 {
	font-size: 18px;
	color: #6a3700;
	padding: 12px 0 7px 0;
	margin: 0;
	font-weight: normal;
}

#introductionHints img {
	position: absolute;
	margin: -21px 0 0 -130px;
}

#introductionHints div {
	max-width: 700px;
	line-height: 1.4em;
}

#hideIntroductionHints {
	text-decoration: underline;
	color: #717171;
	font-size: 10px;
	float: right;
	margin: 5px 0 25px 0;
}

#hideIntroductionHints:hover {
	text-decoration: none;
}

/*****
** Template editor
*****/
.templateList {
	line-height: 1.4em;
	padding-left: 20px;
}

.templateList a {
	font-weight: bold;
}

.templateList a:hover {
	text-decoration: underline;
}

.templateEditorHeader {
	margin: 1em 0 0 0;
	width: 880px;
	padding: 5px 10px;
	background: #f7f7f7;
	border: 1px solid #808080;
	border-bottom: 0;
}

.templateEditor {
	margin-bottom: 1em;
	width: 900px;
	font-size: 12px;
	border: 1px solid #808080;
}

.activeline {
	background: #fff5c6 !important;
}

/*****
** Letter
*****/

.letterContent {
    margin-top: 30px;
}

.letterContent #html-textarea {
	width: 780px;
	height: 450px;
}

.fullWidth {
    width: 100%;
}

.form_helptext {
	margin-top: 3px;
	font-style: italic;
	color: #6e6e6e
}