﻿/***********************************************************/
/***************        GENERAL STYLES        **************/
/***********************************************************/
body
{
    font: 11pt Arial,sans-serif;
    color: #303030;
    background: #ffffff;
    padding: 0px;
    margin: 0px;
}

body.touch 
{
	font: 12pt Arial,sans-serif;
}


h2 {
  font-size: 1.2em;
  letter-spacing: -1px;
  margin-bottom: 30px;
  font-weight: normal;
}

ph
{
	color: #303030;
}

.themeBgd
{
    background-color: #fffaf4;
}

div.background
{
    position: absolute;
    z-index: 1000;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

div.container
{
    position: absolute;
    padding: 10px;
    margin: 20px 0px 0px 20px;
    z-index: 1001;
    top: 20px;
    left: 20px;
    background-color:#ffffff;
}

div.titlebar
{
    background: #f9faf9;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px;
    height: 30px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #9ea612;
}

div.footerbar
{
    background: #f9faf9;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px;
    height: 30px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #9ea612;
}



div.toolbar
{
    padding: 2px 5px 2px 5px;
    background: #fafbfb;

}

div.tableContent
{
    border: 1px Solid #D5D5D5;
    border-radius: 3px;
    margin : '0px';
    overflow : 'auto';
 

}


div.pageContent
{
/*    position: relative;
    overflow: auto;
    width: 100%;
*/    margin-left: 55px;
 background-color   : #fafbfb;

}

div.container
{
    position: relative;
    overflow: hidden;
    border-top: 1px Solid #9ea612;
    border-left: 1px Solid #9ea612;
    border-bottom: 1px Solid #9ea612;
    border-right: 1px Solid #9ea612;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.container section 
{
    border-top: 1px solid #ccc;
}


.button
{
    border: 1px Solid #999999;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 4px 7px 2px 3px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #F1F1F1  50% 50% repeat-x;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.button.touch 
{
	padding: 10px 7px 6px 3px;
}

div.button>img
{
    vertical-align: -2px;
}

.inactivebutton
{
    cursor: default;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.299 0.587 0.114 0 0 0.299 0.587 0.114 0 0 0.299 0.587 0.114 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

.inactivebutton.touch 
{
	padding: 10px 7px 6px 3px;
}


.button:active
{
    background: #F1F1F1 url(../css/BushAgri.BusinessAnalyser.Web-Default/images/hard_f7941d_dark.png) 50% 50% repeat-x;
    background-position: center;
    border: 1px solid #F1F1FF;
    padding: 5px 6px 1px 4px;
}

.button:active.touch
{
    padding: 10px 6px 4px 4px;
}

.button.logout
{
    text-decoration: none;
    color: #303030;
    font-weight: normal;
    font-size: 11pt;
}

.button.logout:hover
{
    background: #DDDDDD url(../css/BushAgri.BusinessAnalyser.Web-Default/images/soft_dddddd.png) 50% 50% repeat-x;
    border: 1px solid #888888;
}

.button.logout:active
{
	background: #f1f1f1 url(../css/BushAgri.BusinessAnalyser.Web-Default/images/soft_f1f1f1.png) 50% 50% repeat-x;
	padding: 3px 8px 3px 2px;
}

a
{
    color: #303030;
}

a:active
{
    color: #303030;
}

a:hover
{
    color: #303030;
}

a:visited
{
    color: #303030;
}

a.button
{
    text-decoration: none;
}

div.noBreakField
{
    width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.icon
{
    width: 90px;
    height: 93px;
    margin: 1px;
    border: 0px;
    padding: 0px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

div.icon>div
{
    overflow: hidden;
    font-size: 10pt;
    padding: 4px 2px 4px 2px;
    border: 1px Solid Transparent;
    border-radius: 4px;
    cursor: default;
}

div.detail
{
    border: 1px Solid Transparent;
    cursor: default;
    height: 40px;
}

div.icon>div:hover, div.detail:hover
{
    background-color: #E0F2F8;
    border: 1px Solid #E0F2F8;
}

div.icon>div.selected, div.detail.selected
{
    background-color: #E0F2F8;
    border: 1px Solid #E0F2F8;
}

div.icon>div>div
{
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
	word-wrap: break-word;
	white-space: pre-line;
	margin-top: 3px;
	border: 0px;
	padding: 0px;
	line-height: 16px;
}

.headerError
{
    background: #DDDDDD url(../css/BushAgri.BusinessAnalyser.Web-Default/images/soft_dddddd.png) center repeat-x;
    border: 1px Solid #888888;
}

.greenball 
{
    width:20px;
    height:20px;
    border-radius:10px;
    font-size:small;
    font-weight:bold;
    color:#FFFFFF;
    background-color: #0aa908;
    background:-webkit-gradient(linear, left top, left bottom, from(#59e738), to(#0aa908));
    line-height: 20px;
}

h3
{
    margin: 5px 0px 3px 8px;
}


.red
{
    color: Red;
}

.green
{
    color: Green;
}

.borderedsection 
{
    border: 2px Solid #9ea612;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #F8F8F8;
    padding: 4px;
    margin: 8px;
}

td.collapsed
{
    width: 9px;
    background-image: url(../images/imgCollapsed.png);
    background-position: center;
    background-repeat: no-repeat;
}

td.expanded
{
    width: 9px;
    background-image: url(../images/imgExpanded.png);
    background-position: center;
    background-repeat: no-repeat;
}

div.heading
{
    font-size: 14pt;
    font-weight: bold;
    margin: 0px 0px 8px 0px;
}

.ui-autocomplete-loading
{
	background: white url('../images/imgLoading.gif') right center no-repeat;
}

.ui-menu-item.touch div
{
	height:35px;
	line-height:35px;
}

/***********************************************************/
/***************     INPUT CONTROL STYLES     **************/
/***********************************************************/

input[type=text], input[type=password]
{
	font: 11pt Arial;
	color: #303030;
	border: 1px Solid #C1C1C1;
    border-radius: 2px;
	height: 26px;
	padding-left: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #ffffff;
}

input[type=text].modified, input[type=password].modified
{
	/*background: url('../images/Edit-25.png') no-repeat scroll right ;*/
}
input[type=text].hoverbox, input[type=password].hoverbox
{
    border: 1px Solid #C1C1C1;
	background-color: #ffffff;
}

input[type=text].grid
{
    border: 1px Solid transparent;
	background-color: #ffffff;
	height: 36px;
}

input[type=text].grid.active
{
    border: 1px Solid #C1C1C1;
	background-color: #ffffff;
}

input[type=text].hoverbox:hover,  input[type=password].hoverbox:hover
{
    border: 1px Solid #878787;
	background-color: #ffffff;
}


input[type=text].hoverbox.active, input[type=password].hoverbox.active
{
    border: 1px Solid #878787;
	background-color: #ffffff;
	box-shadow:  0 0 0 2px #8F9610;
}

input[type=text].hoverbox.required, input[type=password].hoverbox.required
{
	background: url('../images/FieldRequired-15.gif') no-repeat scroll right ;
    background-color: #FFF;


}

input[type=text].loading, input[type=password].loading
{
	background: url('../images/loading-25.gif') no-repeat scroll right ;
    background-color: #FFF;

}



input[type=text].touch, input[type=password].touch
{
    height: 36px;
    font: 12pt Arial;
}

/*.txtField
{
    font: 11pt Arial;
    color: #303030;
    border: 1px Solid #C1C1C1;
    height: 22px;
    padding-left: 4px;
    padding-top: 5px;
    width: 100%;
    background-color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
}*/

select
{
    font: 11pt Arial;
	color: #303030;
	border: 1px Solid #C1C1C1;
    border-radius: 2px;
	height: 26px;
	padding-left: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #ffffff;
}

select.multiSelect
{
font: 11pt Arial;
	color: #303030;
	border: 1px Solid #C1C1C1;
    border-radius: 2px;
	height: 200px;
	padding-left: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #ffffff;

}

select.grid
{
	height: 36px;
}

option
{
    font: 11pt Arial;
}

input[type=button]
{
	font: 11pt Arial;
	color: #303030;
	padding: 4px 30px 4px 30px;
}

input[type=submit]
{
	font: 11pt Arial;
	color: #303030;
	padding: 4px 30px 4px 30px;
}

textarea
{
	font: 11pt Arial;
	color: #303030;
	border: 1px Solid #C1C1C1;
	padding: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #ffffff;
}

textarea.hoverbox
{
    border: 1px Solid #878787;
	background-color: #fffaf4;
}

textarea.hoverbox:hover
{
    border: 1px Solid #878787;
	background-color: #ffffff;
}

textarea.hoverbox.active
{
    border: 1px Solid #878787;
	background-color: #ffffff;
	box-shadow: 0 0 10px #AFD7FF;
}

textarea.hoverbox.required
{
	background: url('../images/FieldRequired-15.gif') no-repeat scroll right ;
    background-color: #FFF;
}

textarea.touch
{
    font: 12pt Arial;
}

/*
select, select:focus, 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"]
{ 
    font-size: 16px;
} */

/************** JS PICKER STYLES **************/
.jcp_SecOut, .jcp_SecOutDis 
{
	white-space: nowrap;
	border: 1px Solid White;
	padding: 0px 20px 0px 1px;
	background-image: url(../images/imgSeparator.png?ver=1);
	background-position:center right;
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 1px;
	display: inline-block;
	cursor: default;
}

.jcp_SecOut:hover, .jcp_LastSecOut:hover
{
	border: 1px Solid #b9ab86;
	background-image: url(../images/btnDropDown.png?ver=1);
}

.jcp_LastSecOut, .jcp_LastSecOutDis
{
	white-space: nowrap;
	border: 1px Solid White;
	padding: 0px 20px 0px 1px;
	background-position:center right;
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 1px;
	display: inline-block;
	cursor: default;
}

.jcp_Itm
{
	cursor: pointer;
}

.jcp_Itm:hover
{
	background-color: #eae0d5;
}

.jcp_Ttl
{
	cursor: pointer;
	padding-right: 20px;
	background-image: url(../images/imgUpLevel.png?ver=1);
	background-position: center right;
	background-repeat: no-repeat;
}

.jcp_Ttl:hover
{
	background-color: #eae0d5;
}

.droppable-hover
{
    background-color:#EFEFEF !important;
}

.ui-sortable-placeholder {
    display: inline-block;
    height: 1px;
}

.placeholder {
  height:40px;
  width:250px;
  display:inline-block;
  margin:4px;
}

.placeholder1 {
  height:20px;
}

#header
{
 width: 100%;
 background-color : #FFFFFF;
}

#header-login
{
 width: 100%;
 background-color : #FFFFFF;
 height:115px;
}


#header-toolbar{
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAjCAAAAABH1PBcAAAAAXNCSVQI5gpbmQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMS8yMS8xMRTK2QYAAAeCSURBVBgZvcELkuvGEQRAXspheS2FtPwsfwAGAAnMdFdV9/D5/mewfQplHo7j8jzOU7mUcjsPy3Ae5/lcluX4KOVYlumv8fG4LOP0fV/G4zRO52m9fa/DeJmG8TxOz3sZy3Es059zmY7T+Di+pvk0lOE0lvH8nMfbcxoPlsGEAzRFMIxwvX/tFi1lXR6edJH7m2jyveYmR0pKdUcLd2w13Ej0oHtt7PZhtnRJuxSHsAVud3kse9iEDxdEnT01yzDI66SdC4VFVXPGp1Rg+jheTTaJ20TGJNND7hNqn+hRBM5EPLrqyIN/CMqjIh3cnLGT3hR0eCAJC2XCkqid1sykCCHUqfaJXYJcFi1cypYOz83e2lhTah15KNnbDI85aBvSZhqHdI3dUBh4bO5vj5xZ7enASuXosZcXOKLXxaWymwqjl4SPCSx0n9m4eu4LjIdeqzcpGQzrYIjRBAWZYFJJICokQ/SqQGVvYFRRAkMiKLSI3TpTzg9MlHWKaID7IWyiWOBe0PbFoKcDJdIWSrPJBsLmFCY3zKj76vK5SXOFFgRnUDNhU6O3mpj1q47NfCYwQLb6gTAKBBhpVNSkgv8nQbSd5vImmu0OF90AAk6ZyQm505KhRgRFJWhh3kR5VHWkHeYKjI4o4Hv20IL0SYypwycaSv2FMRxLqE2JWJ0xhfcZEYuoGbkvJo6QZu51aekjMyZBk4tLhx9CFqwitDPU0liRHrS+Ki3koMJade9mDCiqV29WczOA1X7BFW/QBKRLsXd/uz57mOgSiYPHy1vMdC9MvBR9DnGk2UxoCsNAcO6oq5wjwRX2Gel6Qp8ppFeFPx0aBL4sWCLbUmVzSxRuKjo00T2CSHQT2ISEQ9IHFpDFLoLhdVOyQUEpIKJmhHcatQsELZBMdGRNVlDI8NjEOJStaW2hJRqmXb7ultPeUZqsMHox19vBN9s+U3Wy1FzD5qBGdA1kXyFNm8cUbAWKuRmKMxb3XtziENEiBH1aoP3HLAKBlDyr6IygBBCtBWpkMzWJbqRFhL9zb2lszbVJcioiiDSGMpQMGQ/cF/vYvHpMDKwQVm+cCa0IjEgUsI2MWhScNugl4hXdJzZ/18ilyaf8ZTNhL7m/3LJU5ZuOAWhrHkIEDWppSTJbGAPmUlTBENpa0D0AwgMSKNAi0GHRdgszUO+3fSzgbI5wZndaQwu0wGHe0+Z3j6XFPpu4CFzTOFvshZ4FaKXDx2ooKZ+UehpidfgYhsHUJoa9GK3kS89Fn1nNC5VFbs8uO3S5jHW3dAktPQCyi3R9XN0zRAPQtvhQ7mnhuyMiJXhrvX2sUwb2aj3SA9mJkNxCqg12kC+uHJfAEmkLvS5wjhG+AhrUWIB4KLwQHDu9oMWjesx0G0W93K0o2gzn7NVm2/Fy6B6BKb2vebDuwW4hmlowGRaBxhC9qRHaXN2ojzHS6L37u6eg6mxEuFvrjur87Ls8E1DbEGEfNoTL/VAkrZswZKIw7A2p4BfGUC5EvExRTJwUsSDj6W4PdIzMbWEuK5OTAm8nX0GfW9jMxgWJm3cUSgcPBDvDTMJGeFLcEdpDvUWmRQQEhaqhhSJMH7dw0ndGOGow0gNoPQxhdJHWBJnCPPJQUYR9AfwRHVPSF0AT0Arob3lf8fEVH9wVHNPbw7oVD5+gvgBaouZqwAJpRs3Bsr2a1jUQhcC9HoLCph5bA+mgBySqh6uSYHi4xbZbh9wCzGatq+8BwSGFpVSlqCLDu9lH7fVxAXSLdOdhQnI18dUqFyKmbLkQGg2xIPUMcUHEWhsKvC4uewX9Z0fOVDxb6r25r+hcYZxBXx11Bryo2ozAAeGpYFhjYme0oLzWD3ZGN/ZEppBQmHk0heghmig193AaxAik0zMr0k1Ma04J3ezTPocNC90L3UoNFoavBhaaLVV4gVwYWC30JHzp2MfabbFug4JzyBdaLAguJi60uPVoE7gsHiwd+9MPKbjrQzMoGt3TmSIBb4EESadhj2hiA5ib+UedRISDCgjag6xJd4a50jbJJUNjEnaY/cOB0uhvFmQfiVjoOTdigaJYcCZ8dXnprRV9UDLtviXGCI0Wn6Warxbxdvji8tm5rx72RsXEbAcbd2+v+n61t/lr2by99v3dtt22rW32fvu829a2uu7V9v29bW+b97nObd32d93ee33XpaL69hrfpe11qy9ba93n9+vVdtvX4bCUn1LW0/AcT9P0Oi1LuZZhPpUyXceynMpULuOwnKYynJdSTmUqP6WUUynjdZ7XY1mX8zQOl7GU81CmS5nW01ym47SW2/Iqx3UYf8rheRvu19v1ehuew+X2uN+G++N2v90f19vtcbs+7/fhfh2et8d4vj2G5+36+Lnfhvv4eP5cbsPter3eHsPjPjyG6/B8DtfHbbg+btfb5Xa+3Yb79fy83Q+/n4+nrz8vl98vp+M/j+fLH8fT+et4PX4dT6d/f1/OX+e/Tl/Hn+/fjpfv377P31/H0/nrj8v3v44/p6/T9fR1uhy/vi+nr+/Ln/88Xs5fp9Px63L6/v18/uvrePnrH8fj6fC3+O/f4H+fSM5nLve+JgAAAABJRU5ErkJggg==") repeat-x 0px 0px;
  height:35px;
}

#header-content{
 width: 100%;
 background-color : #FFFFFF;
 height:75px;
}

#header-footer
{
 width: 100%;
 background-color : #8F9610;
 height:5px;
}

#header-logo {
  float:left;
  position:relative;
  left:50%;
  margin-left: -115px;
  margin-top: 5px;
}

#header-user 
{
  color: #FFF;
  padding-top:10px;
  float: right;
}

#header-logout {
  padding-top:5px;
  float: right;
}

.field-group {
	padding: 4px 0 4px 145px;
	position: relative;
	margin: 1px 0;
	width: 100%;
	
}


/* Tool Tips */
  .ui-tooltip, .arrow:after {
    background: #333;
    border: 1px solid #333;
  }

  .ui-tooltip {
    padding: 5px 10px 5px 10px ;
    color: white;
    border-radius: 5px;
    box-shadow: 0 0 7px black;

  }

  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }

  .arrow.top {
    top: -16px;
    bottom: auto;
  }

  .arrow.left {
    left: 20%;
  }

  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

  }

  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

/* Side bar*/

div.sidebar-wrapper
{
    width:55px;
    padding:50px 0; 
    position:absolute; 
    top:34px; 
    bottom:0; 
    left:0;
    right:0;
    text-align:center;
    border: 1px solid #ccc;
    
}

div.sidebar-body
{
    background-color: #f5f5f5;
}

header.sidebar-header {margin-top:-50px; height:50px; border-bottom: 1px solid #ccc; background-color: #f5f5f5; background-image:url("./images/BushAgri.BusinessAnalyser.Web_logo.png"); background-position: center; background-repeat: no-repeat;  }
footer.sidebar-footer {height:30px; border-top: 1px solid #ccc; background-color: #f5f5f5; padding-left: 18px; padding-right:18px; padding-top: 18px; position:fixed; bottom:0;}


.sidebar-icon
{
   width: 18px; 
   height: 15px;
   background-image:url(../images/sidebar_expand.png);
   background-position: center;
   background-repeat: no-repeat;
   display: block;
 }

div.sidebar-headings {
    color:#707070;
    font-size:12px;
    font-weight:700;
    line-height:1.6666;
    text-transform:uppercase;
}

div.sidebar-item
{
    width: 55px;
    font-size: 11pt;
    line-height: 32px;
    padding-top: 3px;
    padding-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer;
    height: 32px;
}

div.sidebar-line
{
   height:5px; 
   border-bottom: 1px solid #ccc; 
   background-color: #f5f5f5; 
}

div.sidebar-spacer
{
   height:5px; 
   background-color: #f5f5f5; 
}
div.sidebar-item:hover
{
    background: #E0E0E0;
    cursor: pointer;

}

div.sidebar-item.selected
{
    cursor: default;
    height: 32px;
    background: #E0E0E0;
}

div.sidebar-item.selected.changed, div.sidebar-item.changed
{
    font-weight: bold;
}

img.sidebar-images
{
    width:32px;
    height:32px; 
    vertical-align:middle;
}

span.sidebar-labels
{
    display:inline-block;
    height:32px;
    padding-left: 10px;
    padding-right: 10px;
}

span.sidebar-action-labels
{
    display:inline-block;
    height:32px;
    padding-left: 10px;
    padding-right: 10px;
}
div.sidebar-action-headings
{
    color:#707070;
    font-size:12px;
    font-weight:700;
    line-height:1.6666;
    text-transform:uppercase;
    text-align:left;
}

div.sidebar-action-item
{
    width: 195px;
    font-size: 11pt;
    line-height: 32px;
    padding-top: 3px;
    padding-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer;
    height: 32px;
    text-align: left;
}

div.sidebar-action-item:hover    { background  : #E0E0E0; }
div.sidebar-action-item.selected { cursor: default;  height: 32px; background: #E0E0E0;}
div.sidebar-action-item.selected.changed, div.sidebar-action-item.changed { font-weight: bold; }


div.sidebar-action{
    line-height: 32px;
    padding-top: 3px;
    padding-bottom: 3px;
    width:55px;
}

img.sidebar-action-images
{
    width:32px;
    height:32px; 
    vertical-align:middle;
}

img.sidebar-action{
    border-radius:50%;
    border:1px solid  #f5f5f5;
    background-color: #f5f5f5;
}

img.sidebar-action:hover{
    border-radius:50%;
    border:1px solid #ccc;
    background-color:#FFF;
}

.sidebar-action-popout  
{
     left:0px;
     position: relative;
     padding: 0.4em; 
     background: #ffffff;
     border: 1px solid #CCC;
     width: 230px;
     height: 125px;
     border-radius: 3px;
     box-shadow: 0 3px 6px rgba(0,0,0,0.2);
     z-index: 2;

}  
.sidebar-action-popout:after, 
.sidebar-action-popout:before {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
}
    
.sidebar-action-popout:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #ffffff;
        border-width: 9px;
        top: 17px;
        margin-left: -25px;
}
.sidebar-action-popout:before {
        border-color: rgba(113, 158, 206, 0);
        border-right-color: #CCC;
        border-width: 10px;
        top: 16px;
        margin-left: -27px;
}

.sidebar-notification
{
    position:absolute;
    top: 20px;
    left:14px;
    line-height: 10px;
    padding:1px 2px 1px 2px;
}
.sidebar-notification-count {
    position:absolute;
    top: 20px;
    left:14px;
    line-height: 10px;
    padding:1px 2px 1px 2px;
    background-color:red;
    color:white;
    font-weight:bold;
    font-size:0.55em;
    border-radius:30px;
    box-shadow:1px 1px 1px gray;
}

div.column-header
{
 /*border : 1px solid #e8e8e8;*/
}

td.column-header
{
 color :#262626;
 font-weight:bold;
 border-bottom: 1px solid #C1C1C1;
 padding:10px;


 /* padding : 8px !important;
 border : 1px solid #e8e8e8;
 border-width : 0 1px 0 0;
 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfefe),color-stop(100%, #f6f7f8));
 background: -webkit-linear-gradient(#fdfefe,#f6f7f8);
 background: -webkit-linear-gradient(#fdfefe, #f6f7f8);
 background: linear-gradient(#fdfefe,#f6f7f8);
*/

}

td.column-add{
 border-bottom: 1px solid #C1C1C1;
 padding:10px;
 background-color: #F2F2F2;

}

column-header-text
{
 color :#822c00;
 font-weight:bold;
}

column-header-sort
{
 color :#822c00;
 font-weight:bold;
}

tr.row-detail 
{
 background-color  :#fff;
 padding: 10 0 2 0;
}

td.row-detail
{
    padding : 8px !important;
    border : 0;
}

div.row-detail-btn
{
    height:40px;
    cursor: pointer;
    width: 50px ;
}

td.grid-header
{
 padding : 8px !important;
 border : 1px solid #e8e8e8;
 border-width : 1px 1px 0 0;
 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfefe),color-stop(100%, #f6f7f8));
 background: -webkit-linear-gradient(#fdfefe,#f6f7f8);
 background: -webkit-linear-gradient(#fdfefe, #f6f7f8);
 background: linear-gradient(#fdfefe,#f6f7f8);
}

td.grid-detail
{
 padding : 8px !important;
 border : 1px solid #e8e8e8;
 border-width : 1px 1px 0 0;
}

div.grid-detail
{
    cursor: default;
}

div.grid-detail:hover
{
    background-color: #E0F2F8;
}

div.grid-detail.selected
{
    background-color: #E0F2F8;
}
table.row-detail 
{
      width: 100%;
      table-layout:fixed;
}


.outer {
    width: 100%;
        background: #fafbfb;

}
.inner {
    width: 50%;
    margin: 0 auto;
    background: #ffffff;
}

#divContent
{
    width: 100%;
}

#divEdit 
{
    position: relative;
    overflow: hidden;
    /*border: 1px Solid #D2D2D2;
    border-radius: 3px;
    width: 978px;*/
    marginLeft : 10px;
    marginTop : 10px;
    top : 10px;
    left : 10px;

}

.divdelete {
    background: transparent url(../images/delete.png) no-repeat 0 0;
    width: 36px;
    height: 36px;
    cursor: pointer
}

div.page-header{
    padding: 10px;
    border-bottom: 1px solid #c1c1c1;
}

div.page-body{
}

div.page-body-nav{
    width: 175px;
    padding: 10px;
    border-right: 1px solid #c1c1c1;
}

div.page-body-content{
    padding: 10px;
    left: 200px;
}

div.nav-line
{
   height:5px; 
   border-bottom: 1px solid #ccc; 
}

.nav-hdr{
    color:#707070;
    font-size:12px;
    font-weight:700;
    line-height:1.6666;
    text-transform:uppercase;
}

ul.nav-itms {
    list-style: none;
    display:block;
    padding:0px;


}

li.nav-itm {
    line-height:2;
}

li.nav-itm:hover
{
    background: #E0E0E0;
    cursor: pointer;
}

li.nav-itm-selected{
    color:#8F9610;
}


.ba-button
{
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #f5f5f5;
border: 1px solid #ccc;
border-radius: 3.01px;
color: #333;
cursor: pointer;
display: inline-block;
font-family: inherit;
font-size: 14px;
font-variant: normal;
font-weight: normal;
height: 2.14285714em;
line-height: 1.42857143;
margin: 0;
padding: 4px 10px;
text-decoration: none;
vertical-align: baseline;
white-space: nowrap;
}

.ba-button-first
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0px;
}
.ba-button-last
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 10px;
}

.ba-button-spacer {
    margin-left: 10px;
}

.ba-button-primary
{
    background: #8F9610;
    border-color: transparent;
    color: #fff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

.ba-button-subtle {
    background: transparent;
    border-color: transparent;
    color: #707070;
}

.ba-button-subtle:hover, .ba-button-subtle.ba-button-active:hover {
background: #e9e9e9;
border-color: #999;
color: #000;
text-decoration: none;
}

.ba-button-search{
    background: transparent url(../images/search-25.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    float:right;
    margin-right:-25px;
}

.ba-button-subtle.ba-button-active, .ba-button-active {
    background: #EEE;
    border-color: #999;
    color: #000;
    text-decoration: none;
}


tr.ba-hdr td 
{
    font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
    font-weight:bold ;
    color: #262626;
    padding: 5px;
    border-bottom: 1pt solid #ccc;
}

tr.ba td 
{
    padding: 5px;
    border-bottom: 1pt solid #ccc;
}

tr.ba:hover 
{
    background: #F2F2F2;
}

tr.ba:hover .btnMoreActions { background:url(/content/images/actions-32.png) no-repeat center; width:30px; height:30px;}

.readonly {border: none;}

.tbl-editMode {
   width : 75%;
   padding: 0px;
   border-spacing: 0px;
   border-collapse:separate;
}

.td-editMode{
    padding: 5px;
}

.td-editMode-left{
    width: 200px;
}

.td-editMode-right{
/*overflow: hidden;*/
}

div.ba-popupControls{text-align: right; position: relative; padding-top:10px; padding-bottom:10px;}
div.ba-popupHeader{border-color:#aaaaaa;border-style:solid;border-width:1px;background-color:  #f5f5f5 ;border-top-left-radius: 8px;border-top-right-radius: 8px;}
div.ba-popupDetail{border-left-color:#aaaaaa;border-left-style:solid;border-left-width:1px;border-right-color:#aaaaaa;border-right-style:solid;border-right-width:1px;background-color: White;}
div.ba-popupFooter{border-color:#aaaaaa;border-style:solid;border-width:1px;background-color:  #f5f5f5 ;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}
div.ba-popupFooter.shadowed{box-shadow: 15px 15px 18px -10px #808080;}

.ba-modalfore{position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px;height:  calc(document.getElementsByTagName("html").item(0).scrollHeight + "px"); width:  calc(document.getElementsByTagName("html").item(0).scrollWidth + "px");z-index: 502;}
.ba-modalback{position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; background-color: #707070;  height: calc(document.getElementsByTagName("html").item(0).scrollHeight + "px"); width: calc(document.getElementsByTagName("html").item(0).scrollWidth + "px");opacity: 0.2;filter: alpha(opacity=80);-moz-opacity: 0.2;-khtml-opacity: 0.2;z-index: 501;}



.nfr-container {display: table; margin-top: 100px; margin-bottom: 0px; margin-left: auto; margin-right:auto; }
.nfr-icon {display: table; margin: 0 auto;}
.nfr-text {display: table; margin: 0 auto;font-size:19px; color: #c8c8c8; line-height: 25px; white-space:nowrap}


.all-icon {    background-image: url("../images/Circle-25.png"); background-size: 16px;   width: 16px;    height: 16px; background-repeat:no-repeat; background-position:center; display: inline-block; vertical-align: middle; margin-right: 5px; }
.info-icon {    background-image: url("../images/Info-50.png");  background-size: 16px;  width: 16px;    height: 16px; background-repeat:no-repeat;  background-position:center; display: inline-block; vertical-align: middle; margin-right: 5px; }
.trace-icon {    background-image: url("../images/Error-50.png"); background-size: 16px;   width: 16px;    height: 16px; background-repeat:no-repeat; background-position:center; display: inline-block; vertical-align: middle; margin-right: 5px; }
.bug-icon {    background-image: url("../images/Bug-50.png"); background-size: 16px;   width: 16px;    height: 16px; background-repeat:no-repeat; background-position:center; display: inline-block; vertical-align: middle; margin-right: 5px; }

/* Event Log Filter Buttons */
.event-filter-btn {
    display: inline-block;
    padding: 6px 12px;
    margin: 2px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    cursor: pointer;
    border-radius: 3px;
    font-size: 11px;
    vertical-align: middle;
    white-space: nowrap;
}

.event-filter-btn:hover {
    background: #e9e9e9;
    border-color: #aaa;
}

.event-filter-active {
    background: #0078d4 !important;
    color: white !important;
    border-color: #0078d4 !important;
}

.ui-button .ui-icon.all-icon {    background-image: url("../images/Circle-25.png"); background-size: 16px;   width: 16px;    height: 16px; }
.ui-button.ui-state-hover .ui-icon.all-icon { background-image: url("../images/Circle-25.png"); background-size: 16px;  width: 16px;    height: 16px; }
.ui-button .ui-icon.trace-icon {    background-image: url("../images/Error-50.png"); background-size: 16px;   width: 16px;    height: 16px; }
.ui-button.ui-state-hover .ui-icon.trace-icon { background-image: url("../images/Error-50.png"); background-size: 16px;  width: 16px;    height: 16px; }
.ui-button .ui-icon.info-icon {    background-image: url("../images/Info-50.png");  background-size: 16px;  width: 16px;    height: 16px; }
.ui-button.ui-state-hover .ui-icon.info-icon { background-image: url("../images/Info-50.png"); background-size: 16px;   width: 16px;    height: 16px; }
.ui-button .ui-icon.bug-icon {    background-image: url("../images/Bug-50.png"); background-size: 16px;   width: 16px;    height: 16px; }
.ui-button.ui-state-hover .ui-icon.bug-icon { background-image: url("../images/Bug-50.png"); background-size: 16px;  width: 16px;    height: 16px; }
