/* CSS Stylesheet for Audit Web Application */

body {
	background-color: white;
	font-family: Verdana, sans-serif;
	margin:0px;
}

/* Bar */

.bar {
	width:100%;
	border-top:1px solid silver;
	border-bottom:1px solid gray;
	background-color:silver;
	padding:3px 0px;
	text-align:center;
	position:relative;    
	z-index:99;
	user-select:none;
	-o-user-select:none;
	-ms-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
}

.bar .title {
	display:inline-block;
	padding:2px;
	margin:0px;
}

.bar button.icon {
	float:right;
	height:30px;
	padding:0px;
	background:none;
	margin-right:4px;
}

.bar button.button {
    margin-top: 0px;
    font-size: 16px;
    height: 32px;
    padding: 2px;
    margin: 0px 2px;
}

.bar button img {
	height:100%;
	margin:0px;
	vertical-align:middle;
}

.bar button span {
	margin:3px 5px;
	vertical-align:middle;
}

.wideonly {
	display:none;
}

.bar select {
	margin:1px 4px;
	height:30px;
	font-size:14px;
}

.bar label {
	margin:1px 4px;
	height:30px;
	line-height:30px;
	font-size:14px;
	vertical-align:middle;
	white-space:nowrap;
}

.foot {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: 12px;
    line-height: 17px;
    max-height: 25%;
	min-height: 50px;
    overflow-y: auto;
    font-weight: 200;
    padding: 20px;
    background-color: #87657D;
    color: #FFFFFF;
}

.foot .statement {
	font-weight: bold;
    font-style: italic;
    margin: 5px 10%;
    margin: 10px auto;
    max-width: 900px;
    padding: 0px 5%;
}

.foot img.logo {
	position:absolute;
	bottom:20px;
	left:20px;
	height:40px;
	width:auto;
}


/* Links */

a.link {
	text-decoration: underline;
	padding:4px;
}

/* Trees */

.tree img {
    margin:0px;
}	

.tree td {
    padding:1px;
    word-spacing:1px; 
    border-width:thin;
    margin-top:0px; 
    margin-bottom:0px;
}	

.tree td,
#trvOrg td,
#trvOrganisation td
{
    padding:0px;
}

.node {
	cursor:hand;
	cursor:pointer;
}

.node:hover{
	color:navy;
}

.inactive {
	color:gray;
	font-style:italic;
}


/* Other */
	
UL LI {	
	list-style-type:	square ;
}	

UL LI LI {	
	list-style-type:	disc;
}	

UL LI LI LI	{	
	list-style-type:	circle;
}	
	
OL LI {	
	list-style-type:	decimal;
}	

OL OL LI {	
	list-style-type:	lower-alpha;
}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
}

img {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

img.icon {
	margin: 0px 0.2em;
    height: 1.4em;
    width: 1.4em;
    padding: 0px;
    vertical-align: middle;
    border: 0px none white;
}

.icon.small {
	width: 18px;
	height: 18px;
	padding: 0px;
}

.icon img {
	margin:0px;
	padding: 0px;
}

button img.icon {
	height:1.2em;
	width:1.2em;
}

img.help {
	height: 16px;
	width: 16px;
	border: none;
	cursor: help;
	vertical-align: middle;
}

th img.help {
	height: 14px;
    width: 14px;
    vertical-align: top;
}

.hint {
	display: none;
	position: absolute;
	z-index: 9999;
	border:1px outset gray;
    background: white;
	color:black;
}

.popup-message {
	font-style: italic;
	font-size: 1.1em;
	text-align: center;
	margin: 6px;
}

.popup-title {
    color:white;
    text-align:center;
	background-color:navy;
}

code.records {
	font-size:1.3em;
	margin:0px 3px;
	padding:1px 3px;
	border:1px outset silver;
	background-color:white;
}

.key {
	padding:4px;
	margin:4px;
	font-size:smaller;
	float:left;
	clear:both;
	color:gray;
}

.key span {
	*width:200px;
}

td.hold {
	font-weight:bold;
	border:1px solid #0055A0;
	border-radius:4px;
	padding-left:5px;
	padding-right:5px;
	background-color:#C0F0F0;
    box-shadow: inset 0 -10px 12px rgba(100,100,140,0.1), inset 0px 0px 8px rgba(30,120,140,0.8);
    -ms-box-shadow: inset 0 -10px 12px rgba(100,100,140,0.1), inset 0px 0px 8px rgba(30,120,140,0.8);
    -webkit-box-shadow: inset 0 -10px 12px rgba(100,100,140,0.1), inset 0px 0px 8px rgba(30,120,140,0.8);
}


/* Data Grid Styles */

.DataGrid_HeaderStyle,
.DataGrid_HeaderStyle td,
.DataGrid_HeaderStyle th,
table.Report .DataGrid_HeaderStyle td,
table.Report .DataGrid_HeaderStyle th
{
    text-align:left;  
    background-color:#d7e5f2; 
    color:navy; /* #003366 */
}

.DataGrid_HeaderStyle a
{
	text-decoration:underline;
	color:navy;
}

.DataGrid_HeaderStyle a:visited
{
	text-decoration:underline;
	color:navy;
}

/* Report Table */

table.Report {
	border-collapse:collapse;
	text-align:left;
}

table.Report th {
	background-color:#d7e5f2; 
    color:navy; /* #003366 */
}

table.Report th.subheader,
table.Report.Data th.subheader {
    text-align: left;
    background-color:#DDDDDD;
	background-image:none;
    color: black;
}

table.Report img.icon {
    height: 3em;
    width: auto;
}

/* Selection Table */

table.selection {
	width:90%;
	*width:700px;
	max-width:700px;
	border:0px none;
	padding:0px;
}

tr.selected td {
    background-color:#C0F0F0;
}

table.controls {
	width:100%;
	border:0px none white;
    margin:0px auto;
}

table.controls td {
	margin-left:1px;
	margin-right:4px;
}

/* Sections */

table.Form
{
	margin-left: 10px;
}

.column
{
    display:inline-block;
    vertical-align:top;
}

.Panel {
    display:inline-block;
    min-width:300px;
    *width:300px;
}

.section {
	padding:4px;
}

.section input[type=checkbox] {
	vertical-align: middle;
}

.section.collapse {
	width: 96%;
    padding: 4px 10px;
}

.collapse h2 {
	margin: 8px 0px;
	cursor:pointer;
}

.collapse h2 img {
	height:1.8em;
	vertical-align:middle;
	margin: 0px;
    margin-right: 4px;
}

.collapse table {
	margin-bottom:5px;
}

.grey
{
	background-color:#d7e5f2; 
}

.gold
{
	background-color:#FAD23C;
}

.green
{
	background-color: #A0E0E0;
}

.silver
{
	background-color: #C4D5D9; 
}

/* Messages */

span.ErrorMessage {
	color: darkred;
}

div.Popup {
	display: none;
	position: absolute;
	width: 250px;
	padding: 10px 12px;
}

iframe.Popup {
	display: none;
	position: absolute;
	width: 250px;
	padding: 10px 12px;
	font-size: .9em;
	left: 0px;
	top: 0px;
}

.popup-title {
    color:white;
    text-align:center;
	background-color:navy;
}

.alert {
    display:inline-block;
    width:30px;
    height:30px;
    margin:0px;
    margin-left:2px;
    vertical-align:bottom;
}

.colour
{
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    border: 1px solid white;
	padding: 0px;
    text-align: center;
    line-height: 26px;
}

.colour i {
    font-size: smaller;
}

.colour.light
{
	color:black;     
}

.colour.dark
{
	color:white;
}

.colour:hover
{
	border-color:black;
}

.colour-label
{
    height: 20px;
    width: 160px;
    display: inline-block;
    border: 1px solid #DDDDDD;
    vertical-align: middle;
}

.noColour
{
    background-color:none;
    border:1px inset gray;
    text-shadow:1px 1px 2px rgba(0,0,0, 0.3);
    background-image:url('Images/noColor.gif');
    background-position:top left;
    background-repeat:repeat;
}

* .hideSelects select
{
    _visibility:hidden;
} 

.noWrap {
    white-space:nowrap;
}

.Wait, .Wait *{
	cursor:wait !important;
}

.hidden {
    display:none;
}

.test .hidden, 
.debug .hidden {
	display:inline-block;
	
}
.test td.hidden, 
.debug td.hidden {
	display:table-cell;
}

.textshadow {
    text-shadow:1px 1px 1px rgba(0,0,0,0.3);
    filter:Shadow(color='#DDDDDD', Direction='135', Strength='4')
}

.selectedCell {
	opacity:.60; 
	filter:alpha(opacity=60);
}

.selectedRow {
	background-color:#C0F0F0;
}

.selectedRow td {
    background-color:#C0F0F0;
}

/* Forms */

.searchLabel {
    width:400px;
    margin:5px;
    margin-top:10px;
    font-size:1.1em;
    text-align:left;
    font-weight:bold;
}

.rowDetail {
    width:430px;
    vertical-align:middle;
}

.rowField {
	min-width: 240px; 
	height: 27px;
	white-space: nowrap;
	vertical-align: top;
}

.rowLabel {
	width: 136px;
	height: 27px;
	text-align:right;
	white-space: nowrap;
	vertical-align: top;	
	padding-left:6px;
	padding-right:6px;
}

.rowControl {
    display:inline-block;
    height:20px;
    width:200px;
    line-height:20px;
    border:1px inset silver;
}

/* ListSelection */
ul.list {
    display:inline-block;
    margin:1px 0px;
    padding:0px;
    background:white;
    overflow:scroll;
    overflow-x:hidden;
    border: 1px inset silver;
}

ul.list li.option {
	position:static;
	*height:1.7em;
	line-height:1.7em;
	font-size:1em;
	vertical-align:middle;
	margin:auto;
	padding:2px;
	padding-left:2%;
	border-bottom: 1px solid #E0E0E0;
	color:#444444;
	cursor:pointer;
    *background-color:white;
}

ul.list li.selected {
    color:#002060;
    background-color:#C0F0F0;
    background-color:#C0F0F0 !important;
    background-color:rgba(100, 255, 255, 0.7) !important;
}

ul.list li.disabled {
   color:#AAAAAA;
   text-shadow:1px 1px rgba(255,255,255, 0.8) !important;
}

ul.list var {
    vertical-align:top;
    font-size:0.5em;
    alpha:0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

ul.list::-webkit-scrollbar {
    width:12px;
}

ul.list::-webkit-scrollbar-track {
    box-shadow:inset 0 0 4px rgba(0,100,100,0.2);
    -webkit-box-shadow:inset 0 0 6px rgba(0,100,100,0.2);
}

ul.list::-webkit-scrollbar-thumb {
    background:#EEFFFF;
}

.dropdown {
    line-height: 1.6em;
    margin: auto;
    padding: 1px;
    vertical-align: middle;
    padding-left: 2%;
	color:black;
}

.dropdown:hover,
ul.list li.option:hover {
    color:#88CCDD;
}

.dropdownbox ul {
	position:relative; 
	display:inline; 
	height:0px; 
	width:0px;
	overflow:visible;
	vertical-align:top;
	z-index:200;
    transition: max-height ease-out 0.6s;
    -webkit-transition: max-height ease-out 0.6s;
}

ul.list li img {
    clear:both;
    height:1.5em; 
    width:auto;
    margin:1px;
}


/* Floating and Masks */

.messageMask {
    position:absolute; 
    top :0px;
    left :0px;
    z-index: 9999;
    min-width:100%;
    min-height:100%;
    background :#FFFFFF;
    opacity :0.7;
    filter: alpha(opacity=70); 
}

.messageBody,
.floating {
    position:absolute;
    z-index: 9999;
}

.hover {
	position:absolute;
	border-width:1px;
}


/* LOGIN */

.login {
    position:static;
    width:100%;
    max-width:85%;
    font-size:1.2em;
	border-collapse:separate;
	margin-left: -260px;
    width: 560px;
}

.login .padding {
	width:10px;
}

.login tr {
    vertical-align:top;
}

.loginTitle {
    position:relative;
}

.loginTitle h1 {
    zoom:1;
	text-align: center;
	font-size: 24px;
    /* filter:progid:DXImageTransform.Microsoft.Shadow(color='#AAAAAA', strength='3', direction='225'); */
    /* filter:progid:DXImageTransform.Microsoft.DropShadow(color='#AAAAAA', offx='2', offy='2');  */
}

.loginFooter {
	text-align:center;
	padding:3px;
}

/* App Menu */

.app-menu {
	width: 100%;
	height: 100%;
    margin: 0px;
	overflow: auto;
	overflow-x: visible;
}

.app-menu-parent {
	width: 100%;
	padding-left: 1px;
    text-align: center;
}

.app-menu-title {
	color: transparent;
    height: 35px;
	font-size: 19px;
}

.app-menu-item {
	font-size: 14px;
	padding:0px;
	margin:0px;
}

.app-menu-item a {
	display: inline-block;
	margin: 3px;
	margin-top: 4px;
	margin-bottom: 6px;
	min-height: 20px;
	line-height: 26px;
	vertical-align: middle;
	text-align: center;
	width: 95%;
	text-decoration: none;
}

.app-menu-item a.special {
	color: navy;
}

/* App Banner */

.app-banner {
	background-color: navy; 
	color: white;
}

.app-banner-blank {
	background-color:white;
}

.app-banner-title {
	margin: 20px 30px;
	font-size: 24px;
	color: white;
	font-weight: normal;
	font-family:Arial, Verdana, sans-serif;
}

.app-banner-blank .app-banner-title {
	xxxfont-size: 25px;
	color: #0055a0;
	font-weight: bold;
}

.app-banner-logo {
	display:inline-block;
	margin: 20px 30px;
	border: 0px;
	width:212px;
	height:45px;
	background-position: right top; 
	background-image: url(../Images/arjo-clear.png);
	background-repeat: no-repeat;
}


/* Import Status Bar */

#statusBarParent {
    display:inline-block;
    height:10px; 
    line-height:10px; 
    width:250px; 
    margin:10px; 
    padding-right:4px;
    text-align:left; 
    border:1px inset silver; 
}

#statusBar {
	display:inline-block;
    height:6px; 
    line-height:6px; 
    width:0%; 
	zoom:1;
    border:2px solid #5FB538; 
    border-radius:1px;
    background:#B6FF00; 
    transition:width 1s;
    -webkit-transition:width 1s;
}


/* IE7 Only */

.login {
    *background-color:#CCC;
    *filter:none;
}

.loginFooter {
   zoom:1;
   *filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#00FFFFFF, endColorStr=#AA999999, gradientType='0'); 
}

.loginTitle {
    zoom:1;
    *filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#99FFFFFF, endColorStr=#00FFFFFF, gradientType='0');  
}

/* Date Picker */

#datepicker {
    white-space:nowrap;
    text-align:center;
    border-radius:4px;
    color:white;
    border:2px outset white;
    margin:0 auto;
    padding:0.1em;
    /* IE - set width */
    _width:28em;
    *width:28em;
    width:28em\9;
    max-width:30em;
}

#datepicker table {
    height:200px;
    border-spacing:6px;
}

#datepicker th {
    width:4em;
    color:silver;
}

#datepicker td {
	margin: 6px;
    padding: 0.4em;
    border: 1px outset #C0CACD;
}

#datepicker td.highlighted {
    border: 2px outset #9DCECC;
    background: #99E9EC;
}

#datepicker td.chosen {
    border: 2px solid navy;
	background: #CC0055A0;
    font-weight:bold;
}

#datepicker td.empty {
    opacity:0.7;
	filter:alpha(opacity=70);
	color:rgba(40,40,100, 0.6);
}

#datepicker button {
    width:3em;
    margin:0.2em;
    font-weight:bold;
}

#datepicker label,
#datepicker select {
    display:inline-block;
    max-width:12em;
    margin:0.2em;
    font-size:1.2em;
    font-weight:bold;
    vertical-align:bottom;
}           

#datepicker label:hover {
    text-decoration:underline;
}

/* IE 10 Only */

@media all and (-ms-high-contrast:active), (-ms-high-contrast: none) {
    #datepicker {
        width:28em;
    }
}

/* New Design Table */

table.DataInput {
	border-collapse:collapse;
	margin:1em auto;
	text-align:left;
	border:1px solid gray;
}

table.DataInput td,
table.DataInput th {
	border:1px solid gray;
	font-style:normal;
	font-size:12px;
} 

table.DataInput table {
    border-collapse: collapse;
}

table.DataInput th.subheader {
	text-align:left;
	background-color:#DDD;
	color:black;
}

table.DataInput th {
	color:navy;
	font-weight:bold;
	background-color:#DDD;

}

table.DataInput td td {
	border:0px; 
}

table.DataInput h1 {
	font-size:16px;
	font-weight:bold;
	text-align:left;
    color: #003366;
	margin:4px;  
	cursor:pointer; 
}

table.DataInput h2 {
	font-size:16px;	
	font-weight:normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align:left;
	color :#7A7A7A;  
	margin:5px;
}	

table.DataInput h4 {
	margin:5px;
}

table.DataInput h5 {
	font-size:10px; 
	font-weight:normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align:left;
	margin:2px;
	color: #7A7A7A;
}

table.DataInput .DataGrid_PagerStyle td {
	box-shadow: none;
	padding: 1px 3px;
	border: 0px;
	font-weight: bold;
}

/* tables with grid style information */

table.grid-data {
	border-collapse: collapse;
	border: 1px solid gray;
}

table.grid-data td,
table.grid-data th {
	border-left: 1px solid gray;
	text-align: center;
}

table.grid-data.sheet {
    border: 1px solid gray;
}
table.grid-data.sheet td {
    text-align: left;
    border-left: 1px solid gray;
	border-right: 1px solid gray;
}

table.grid-data tr.total td {
	border-top:1px solid black;
}

table.grid-data tr.percent td {
	font-style:italic;
}

table.grid-data input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/* Gross Profit Specific styles */

table.DataInput th.FieldColumn {
	width:120px; 
} 

table.DataInput img.help {
	float:left;
	margin:2px; 
} 

#tdNewProduct {
	border:1px solid gray;
}

#tdNewCost {
	border:1px solid gray;
}

#tblDealOverview input {
	text-align: right;
	-wekit-user-select: none;
	-moz-user-select: none;
	-ms-user_select: none;
	user-select: none;
	border:0px none;
	box-shadow:none;
	width:130px;
}

table#tblDealOverview th {
    padding: 3px;
}

#MessageWelcome_Message h3 {
    font-size: 1.8em;
    text-align: center;
    margin: 0px;
    margin-top: 10px;
}

/* Expanded Sections */

.expand-title h1 {
	vertical-align:middle;
	text-align:left;
    color: #003366;
	margin:4px;  
	cursor:pointer; 
}

.expand-title h1:hover {
    color: navy; 
}

.expand-title h1 img {
	height:1.5em;
	vertical-align:middle;
	margin: 3px 5px;
}

.expand-title h1 span {
	vertical-align:middle
}

img[onclick] {
	cursor:pointer;
}

#banner{
	float: left;
    width: 100%;
	z-index: 1;
}

.app-info {
	height:100%;
	font-size:18px;
}

.app-info-menu {

}

.app-info-menu li {
	color:white;
	font-size:25px;
	width:90%
}

.app-info-menu li a {
	display:block;
	padding:10px;
}


#content {
	position: relative;
    float: left;
    width: 100%;
	height:90%;
}

#content_main {
	float:none;
	display:inline-block;
	padding:5%;
	margin:0px;
	width:60%;
	font-size:20px;
	padding-bottom:0px;
	text-align:left;
}

#content_right{
	float: right;
    padding: 5% 2%;
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 25%;
}

.legal {
	font-size:15px;
	margin:30px;
}

.legal dt {
	display:inline-block;
	float:left;
	clear:left;
	width:40px;
}

.legal dd {
	display:block;
	margin-bottom:10px;
}

.legal h2 {
	margin:5px;
	font-size:19px;
	text-align:left;
}

@media screen and (max-device-width:1024px) {

	.landing .login{
		position:static;
	}

}