* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

input, button, select, textarea {
}

*:focus {
	outline: none !important;
}

html, body {
	height: 100%;
}

body {
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 10pt;
}

input[type=text], textarea {
	padding: 0;
	height: 19px;
	border: 0 none;
	resize: none;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 10pt;	
	background-color: #f4f4f4;
}

table {
	border-collapse: collapse;
}

h1 {
	font-size: 18pt;
	font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, Arial, Tahoma, Verdana, sans-serif;
}

h2 {
	margin-top: 1em;
	padding-bottom: .4em;
	font-size: 16pt;
	font-weight: normal;
}

h3 {
	margin-top: 1em;
	padding-bottom: .4em;
	font-size: 13pt;
	font-weight: normal;
}

a, .link {
	color: gray;
	text-decoration: underline;
	cursor: pointer;
}

.small {
	font-size: 9pt;
}

.yes {
	height: 15px;
	background: url(images/yes.png) no-repeat center top;
}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clearfix {height: 1%;}
.clearfix {display: block; zoom:1;}

input[type=button],
input[type=submit] {
	padding: 5px 20px;
	background-color: #62bdcc;
	border: 0 none;
	cursor: pointer;
	color: white;
	border-radius: 4px;
}

input[type=button].red,
input[type=submit].red {
	background-color: #ff7777;
}

input[type=button].attachment {
	background: transparent url(images/attachment.png) no-repeat 4px center;
	padding: 5px 10px 5px 24px;
	color: black;
}

.buttons  {
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px dotted silver;
	overflow: hidden;
}

#header .buttons {
	float: right;
	padding: 0;
	margin: 0;
	
	border: 0 none;
}

.buttons input[type=button],
.buttons input[type=submit] {
	float: right;
	margin-left: 10px;
	padding: 0 25px;
	height: 30px;
	font-size: 12pt;
	border-radius: 6px;
}

.buttons-left {
	padding: 1em 0;
}

.buttons-left input[type=button],
.buttons-left input[type=submit] {
	margin-right: 10px;
}

input[type=button].copy,
input[type=button].delete {
	width: 16px;
	height: 16px;
	padding: 0;
	margin-left: 5px;
	background: transparent url(images/copy.png) no-repeat left top;
}

input[type=button].delete {
	background: transparent url(images/delete.png) no-repeat left top;
}

.all-screen {
	min-height: 100%;
	max-height: 100%;
	overflow: hidden;
}

#menu {
	font-size: 12pt;
	padding: 1em 0;
}

#menu li {
	float: left;
	padding-right: 30px;
	list-style: none;
}

#menu li.arrow-left {
	padding-left: 16px;
	background: url(images/arrow-left.png) no-repeat left 3px;
}

#wrapper {
	min-width: 1280px;
	padding: 20px;
	background-color: white;
}

#header {
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid silver;
}

#logo {
	position: absolute;
	width: 19px;
	height: 20px;
	left: 25px;
	top: 55px;
	background-image: url(images/logo.png);
	z-index: 10;
}

#workarea {
	height: 100%;
	padding: 0 30px;
	position: relative;
}

#data-entry-interface {
	width: 100%;
	height: 100%;
}

.error {
	padding-top: .4em;
	color: red;
}

.error a {
	color: red;
}

#fixed-col {
	min-width: 500px;
}

#fixed-col .tabs {
	margin-top: 16px;
	overflow: auto;
}

#fixed-col .top {
	overflow: hidden;
	height: 500px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}

#fixed-col  img {
	float: none;
}

#fixed-col .__forms-image-body {
	width: 500px;
	height: 500px;
}

#data-entry-interface .col-left .__forms-image {
	width: 520px !important;
	/*height: 500px !important;*/
	overflow: hidden;
}

#data-entry-interface .col-left {
	float: none;
	width: 500px;
	height: 100px;
	padding-right: 20px;
	border-right: 1px dotted silver;
}

#data-entry-interface .col-right {
	padding-left: 20px;
}

#data-entry-interface .col-right .scroll {
}

#data-entry-interface #delete {
	float: left;
	margin-left: 0;
}

#data-entry-interface .tabs {
	margin-top: 2em;
}

#data-entry-form {
	min-width: 800px;
}

table.edit-table {
	width: 100%;
}

table.edit-table td {
	padding: 4px;
	vertical-align: top;
}

table.edit-table td.param {
	white-space: nowrap;
	text-align: right;
	padding-top: 7px;
}

table.edit-table td.static-value {
	padding-top: 7px;
}

table.edit-table td div.link {
	margin-top: 2px;
}

table.edit-table input.__forms-date {
	width: 100px;
}

table.data-table {
	width: 100%;
}

table.data-table td {
	padding: 5px;
	vertical-align: middle;
}

table.data-table tbody td {
	vertical-align: top;
}

table.data-table tbody tr:nth-child(even) td {
	background-color: #f6f6f6;
}

#data-rows tr:nth-child(even) td,
#data-accesses-table tr:nth-child(even) td {
	background-color: transparent !important;
}

table.data-table td.nopadding {
	padding: 5px 5px 5px 0;
}

table.data-table td.nopadding:last-child {
	padding-right: 0;
}

table.data-table tr td:last-child {
	border-right: 0 none;
}

table.data-table thead td {
	color: white;
	font-size: 10pt;
	white-space: nowrap;
	background-color: #62bdcc;
}

table.data-table tbody td {
	padding: 5px 5px;
	font-size: 10pt;
}

table.data-table tbody tr:hover td {
	/*background-color: #d1ebf0;*/
}

#xero-it, #drive-it {
	border: 0 none;
	color: white;
	margin: 0 10px 0 0;
}

#email-it {
	margin: 0 30px 0 0;
}

#save {
	font-weight: bold;
}

#data-rows {
}

#data-rows td {
	vertical-align: top;
}

#data-rows .data-row-amount {
	padding-top: 3px;
}

#data-rows td input[type=text] {
}

#data-rows tr:last-child td .copy,
#data-rows tr:last-child td .delete {
	display: none;
}

.data-table .edit-tools {
	width: 50px;
	text-align: center;
}

#data-entry-interface table#data-rows td {
	text-align: left;
}

#image-tools {
	list-style: none;
	text-align: center;
	margin-top: 12px;
	vertical-align: top;
}

#image-tools li {
	display: inline-block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	margin: 0 10px;
}

#image-tool-rotate-left {
	background-image: url(images/rotate-left.png);
}

#image-tool-rotate-right {
	background-image: url(images/rotate-right.png);
}

#image-tool-zoom-in {
	background-image: url(images/zoom-in.png);
}

#image-tool-zoom-out {
	background-image: url(images/zoom-out.png);
}

#image-tool-zoom-horizontal {
	background-image: url(images/zoom-horizontal.png);
}

#image-tool-zoom-vertical {
	background-image: url(images/zoom-vertical.png);
}

#image-tool-window {
	background-image: url(images/window.png);
}

#image-tool-split-pdf {
	background-image: url(images/jpg.png);
}

#trading-names {
	width: 50%;
}

#trading-names td {
	padding: 0 5px 5px 0;
}

#trading-names input[type=text] {
	width: 100%;
}

#add-new-trading-name {
	margin-left: 2px;
}

#org-currencies {
	width: 300px;
}

#update-data {
	border: 0 none;
	padding: 0 0 0 40px;
	min-height: 32px;
	font-size: 13pt;
	background: url(images/update.png) no-repeat left top;
}

#data-rows-container {
	position: relative;
}

#data-rows-gradient,
.data-rows-gradient {
	width: 100%;
	padding-top: 5px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	bottom: 3px;
	z-index: 5;
	color: white;
	text-align: center;
	background-color: #abdbe3;
}

#data-rows-gradient.ui-error,
.data-rows-gradient.ui-error {
	box-shadow: 0 0 6px red;
}


#data-rows-gradient:hover,
.data-rows-gradient:hover {
	background-color: #62bdcc;
}

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

.col-right {
	margin-left: 52%;
}

#user-details .col-left {
	width: 200px;
}

#user-details .col-right {
	margin-left: 220px;
}

#document-send-email {
}

#document-send-email table td {
	padding-right: 5px;
}

#document-send-email table td input[type=text] {
	padding: 5px;
}

#document-upload {
	width: 300px;
	margin-top: 1em;
	padding: 15px;
	background-color: #f4f4f4;
	font-size: 12pt;
	text-align: center;
	display: inline-block;
}

#document-upload-user {
	width: 300px;
	margin-top: 1em;
	padding: 15px;
	background-color: #f4f4f4;
	font-size: 12pt;
	text-align: center;
}

#document-upload-or {
	display: inline-block;
	margin: 0 10px;
}

#document-upload-button {
	display: inline-block;
}

.format-pdf {
	background-color: #ffd6d6 !important;
}

.format-jpg {
	background-color: #d6eeff !important;
}

.format-png {
	background-color: #e2ffd6 !important;
}

div.float {
	float: left;
}

div.label {
	float: left;
	padding-top: 3px;
}

#accesses-table {
	width: auto;
}

#upload {
	width: 990px;
	margin: 0 auto;
	background: url(images/border2.png) repeat-y 420px 0;
}

#upload-form {
	float: left;	
	width: 400px;
	font-size: 12pt;
}

#upload-form h2 {
	padding-top: 0;
	margin-top: 0;
}

#client-questions {
	margin-left: 440px;
}

#client-questions ul {
	list-style: none;
}

#client-questions ul li {
	padding: 0 5px 5px 60px;
	min-height: 48px;
}

#client-questions ul li span {
	font-size: 8pt;
	color: gray;
	padding-bottom: .6em;
}

#client-questions .query {
	padding-left: 34px;
}

#client-questions .query.question {
	background: url(images/icon-question-24.png) no-repeat left top;
}

#client-questions .query.document {
	background: url(images/icon-document-24.png) no-repeat left top;
}

#client-questions .query.transaction {
	background: url(images/icon-transaction-24.png) no-repeat left top;
}

#client-questions ul li .buttons {
	padding-top: .3em;
	margin-top: .3em;
	margin-bottom: 1.2em;
}

#client-questions ul li .buttons input {
	float: left;
	background-color: transparent;
	color: #62bdcc;
	font-size: 9pt;
	padding: 0;
	margin: 0 12px 0 0;
	height: auto;
}

#pdf-images {
	display: none;
	text-align: center;
}

#pdf-images li {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: silver;
	cursor: pointer;
	margin: 0 10px;
}

#image {
	position: relative;
	overflow: hidden;
	border: 1px solid silver;
}

#image #slider {
	position: relative;
	overflow: hidden;
}

#arrow-left,
#arrow-right {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 0;
	cursor: pointer;
	opacity: .5;
	z-index: 100;
	background: url(images/slider-arrow-left.png) no-repeat;
}

#arrow-right {
	left: auto;
	right: 18px;
	background: url(images/slider-arrow-right.png) no-repeat;
}

#arrow-left:hover,
#arrow-right:hover {
	opacity: 1;
}


#image #slider #slides {
	overflow: hidden;
	width: 10000%;
}

#image #slider #slides .slide {
	float: left;
}

#image img {
	left: 0;
	top: 0;
	cursor: move;
	position: absolute;
	padding: .5%;
}

#image .slide img {
	position: static;
}

#window {
	position: fixed;
	z-index: 201;
	padding: 20px;
	left: 50%;
	top: 50%;
	background-color: white;
	box-shadow: 0 0 20px gray;
	display: none;
	border-radius: 16px;
}

#shadow {
	position: fixed;
	z-index: 200;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(images/shadow.png) repeat;
	display: none;
}

#queries {
}

.query {
	margin-bottom: 4em;
}

.query h3 {
	margin-top: 0;
}

.query h3 div {
	color: gray;
	font-size: 10pt;
}

.answers {
	margin-left: 2em;
}

.answers .answer {
	padding-bottom: 1em;
}

.answers .answer div {
	color: gray;
	font-size: 10pt;
}

.answers .answer span.reply,
.answers .answer span.mark-a-read {
	display: inline-block;
	overflow: hidden;
}

.answers .answer form {
	display: none;
}

.form-buttons {
	padding-top: .6em;
	float: right;
}

.form-buttons .label {
	float: right;
	padding-right: 10px;
}

.form-buttons .ui-select {
	width: 120px;
	float: right;
}

.form-buttons input[type=submit] {
	float: right;
	margin-left: 12px;
}

.tabs {
}

.tabs .tabs-list {
	overflow: hidden;
	margin-bottom: 1em;
}

.tabs .tabs-list li {
	float: left;
	list-style: none;
	text-decoration: underline;
	color: #62bdcc;
	cursor: pointer;
	background-color: #fafafa;
	padding: 3px 10px;
	border-radius: 6px;
	margin-right: 2em;
	font-size: 12pt;
}

.tabs .tabs-list li:hover {
	background-color: #f2f2f2;
}

.tabs .tabs-list li.active {
	color: white;
	text-decoration: none;
	cursor: default;
	background-color: #62bdcc;
}

.tabs .tabs-list li h2 {
	margin: 0;
	padding: 0;
}

.tabs .tabs-body {
}

.tabs .tabs-body .tab {
	display: none;
}

.tabs .tabs-body .tab.active {
	display: block;
}

#logs {
}

#logs .log {
	font-size: 10pt;
	padding-bottom: 1em;
}

#logs .log .title {
	color: black !important;
	font-size: 12pt;
}

#logs .log .title.error {
	padding-left: 20px;
	background: url(images/error.png) no-repeat left 8px;
}

#logs .log .date {
	color: gray;
	font-size: 9pt;
	padding-top: .1em;
}

#logs .log .data {
	padding-top: .6em;
	display: none;
}

#logs .log .data pre {
	font-size: 8pt;
}

#save-entry-interface {
	background: #62bdcc url(images/ok.png) no-repeat 8px center;
}

input[type=button].wait,
input[type=submit].wait {
	background-image: url(images/wait-blue.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

td.space {
	padding: 0 !important;
}

.move {
	cursor: move;
}

.form-2, .form-3 {
	display: none;
}

#ocr {
	overflow: hidden;
	position: relative;
}

#ocr #open-ocr {
	position: absolute;
	width: 24px;
	height: 24px;
	cursor: pointer;
	right: 0;
	top: 0;
	padding: 0;
	border-radius: 0;
	background: transparent url(images/window.png) no-repeat;
}

#ocr .l {
	float: left;
	width: 160px;
}

#ocr .r {
	height: 250px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
	margin-right: 32px;
	margin-left: 180px;
}

div.wait {
	background-image: url(images/wait.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#ocr span div {
	position: absolute;
	left: 0;
	bottom: 100%;
	font-size: 8pt;
	padding: 1px 4px;
	opacity: 1;
	background-color: yellow;
}

#ui-datepicker-div {
	margin-top: 5px;
	margin-left: -5px;
	z-index: 100 !important;
	box-shadow: 0 0 20px gray;
}

#supplier-link {
	min-height: 1.2em;
	margin-top: .3em;
}

#supplier-link.wait {
	background-image: url(images/wait-mini.gif);
}

#supplier-link input[type=button] {
	display: inline-block;
	padding: 3px 5px;
	background-color: gray;
	border: 0 none;
	cursor: pointer;
	color: white;
	font-size: 8pt;
	text-decoration: none;
}

#ocr td.param {
	text-align: left;
}

.table {
	display: table;
}

.table-row {
	display: table-row;
}

.table-cell {
	vertical-align: top;
	display: table-cell;
}

#total-amount {
	font-weight: bold;
}

td.border {
	background: url(images/border.png) repeat-x left center;
}

td.double-border {
	background: url(images/double-border.png) repeat-x left center;
}

#organisations table {
	width: auto;
}

.group-1 {
	background-color: #F7FFFF;
}

.group-2 {
	background-color: #BFE4FF;
}

#org-documents {
}

#org-documents .tabs-body .tab {
	min-height: 50px;
}

.message-info,
.message-error {
	text-align: center;
	font-size: 12pt;
	font-style: italic;
	padding: .6em 0;
}

#message-error {
	color: red;
}

#main-bar {
	padding: 5px 50px;
	font-size: 10pt;
	overflow: hidden;
	color: white;
	min-height: 40px;
	background-color: #333;
}

#main-bar h3 {
	margin-top: 0;
	padding-bottom: .2em;
}

#main-bar a {
	color: white;
	text-decoration: none;
}

#main-bar a:hover {
	text-decoration: underline;
}

#main-bar .l {
	float: left;
}

#main-bar .r {
	float: right;
	font-size: 12pt;
}

#main-bar ul {
}

#main-bar .l ul li {
	float: left;
	list-style: none;
	padding-right: 20px;
}

#main-bar .r ul li {
	float: right;
	list-style: none;
	padding-left: 20px;
}

.google-drive-button {
	padding: 10px 10px 10px 35px;
	text-decoration: none;
	display: inline-block;
	font-size: 12pt;
	margin-left: -5px;
	cursor: pointer;
	background: #eee url(images/gdrive.png) no-repeat 5px center;
	margin: 1em 0;
}

.google-drive-button a {
	color: black;
}

.google-drive-button:hover {
	background-color: #eee;
}

#window .header,
#supplier-dialog .header {
	border-bottom: 1px dotted silver;
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	overflow: hidden;
}

#window .header .buttons,
#supplier-dialog .header .buttons {
	float: right;
	padding: 0;
	margin: 0;
	border: 0 none;
}

#window form,
#supplier-dialog form {
}

.table-group {
	padding: 16px;
}

.table-group h2 {
	margin-top: 0;
}

.thumbnail {
	position: relative;
}

.thumbnail img {
	position: absolute;
	display: none;
	left: 0;
	top: 100%;
	z-index: 10;
	box-shadow: 0 0 20px gray;
}

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

#home {
	width: 33px;
	height: 33px;
	background: url(images/back.png) no-repeat left top;
	position: absolute;
	left: 9px;
	top: 8px;
	text-decoration: none;
}

#wait-message {
	position: fixed;
	width: 100%;
	top: 50%;
	margin-top: -60px;
	padding-top: 60px;
	background: url(images/wait.gif) no-repeat center top;
	z-index: 1000;
	display: none;
	text-align: center;
	font-size: 16pt;
}

#wait-background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: .7;
	z-index: 999;
	display: none;
}

#supplier-description {
	width: 100%;
	height: 500px;
	border: 0 none;
}

#signature {
	display: inline-block;
	border: 1px dotted silver;
}

#add-verification {
	padding: 0 25px;
	height: 22px;
	background-image: url(images/tick.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	margin-left: 12px;
}

#not-registered-periods {
	position: relative;	
}

#not-registered-periods .data-rows-gradient {
	width: 300px;
	height: 19px;
	padding-top: 3px;
	bottom: 0;
}

#not-registered-periods .row {
	margin-bottom: 3px;
}

#templates {
	width: 600px;
}

#templates .message-info {
	text-align: left;
}

#supplier-dialog {
	position: absolute;
	background-color: white;
	box-shadow: -5px 0px 5px 0px rgba(50, 50, 50, 0.2);
	min-height: 100%;
	top: 0;
	right: 0;
	z-index: 100;
	width: 0;
	display: none;
	overflow: auto;
}

#supplier-dialog form {
	padding: 20px 30px;
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.query-form {
	overflow: visible;
}

#abn-error {
	display: none;
}

#data-accesses-table {
	position: relative;
}

#contact-is-not-linked-dialog {
}

#contact-is-not-linked-dialog input[type=text],
#sync-different-data-dialog input[type=text] {
	width: 98%;
	padding: 2px 1%;
}

#sync-different-data-dialog .l {
	float: left;
	width: 400px;
}

#sync-different-data-dialog .r {
	float: right;
	width: 400px;
}

#sync-different-data-dialog .c {
	margin: 0 400px;
}

.sync-use {
	padding: 4px 16px 4px 16px;
	overflow: hidden;
}

.sync-use .arrow-left {
	float: left;
	width: 12px;
	height: 23px;
	cursor: pointer;
	background: url(images/sync-arrow-left.png) no-repeat;
}

.sync-use .arrow-right {
	float: right;
	width: 12px;
	height: 23px;
	cursor: pointer;
	background: url(images/sync-arrow-right.png) no-repeat;
}

.sync-use .use {
	padding-top: 2px;
	margin: 0 12px;
	text-align: center;
}

#change-password-dialog {
	font-size: 12pt;
}

#change-password-dialog input[type=password] {
	padding: 3px;
	width: 98%;
	font-size: 11pt;
}

.ui-select-window ul li span { 
	display: none;
	color: silver;
	font-size: 8pt;
}

.ui-select-text span {
	display: none;
}

#kirsten-form input[type=submit] {
	float: right;
}

.vend-icons-list {
	overflow: hidden;
}

.vend-icons-list li {
	float: left;
	width: 20%;
	padding-top: 86px;
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
}

.vend-icons-list li.vend-icon-1 {
	background-image: url(images/vend-icon-1.png);
}

.vend-icons-list li.vend-icon-2 {
	background-image: url(images/vend-icon-2.png);
}

.vend-icons-list li.vend-icon-3 {
	background-image: url(images/vend-icon-3.png);
}

.vend-icons-list li.vend-icon-4 {
	background-image: url(images/vend-icon-4.png);
}

.vend-icons-list li.vend-icon-5 {
	background-image: url(images/vend-icon-5.png);
}

#aibk-form {

}

#aibk-form input[type=text] {
	border: 1px solid #bcbcbc;
	width: 320px;
	height: 22px;
	padding: 6px;
}