.grid-fluid {
	padding: 0 15px
}

.container-main {
	padding:0;
}
.navmain {
	background-color: white;
	margin-bottom:5px;
	border-bottom:0;
}

.navmain .navbar-nav {
	margin-top:5px;
}

.navmain .navbar-header {
	margin:10px 10px 10px -10px;
}

.title {
	font-weight:bold;
	text-align:right;
}

.spacer {
	height:10px;
}

.subh3 {
	border-top:1px solid #eee;
	padding-top:10px;
}

.databrowserControl {
	border-bottom:1px solid #eee;
	padding:10px 0 10px 0;
	margin-bottom:5px;
}

.centreTitle {
	text-align:center;
	padding:20px;
	font-size:20px;
	color:silver;	
}

.advSearch {
	margin-top:5px;
	margin-bottom: -15px;
	clear:both;
	background-color:#eee;
	padding:20px;
}

.padTop15 {
	padding-top:15px;
}

.busy {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index: 10000;
	background-color: rgba(0,0,0,0.3) ;
	font-size:50px;
	text-align: center;
	display:none;
}

.busysmall {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

.busy .inner {
	margin-top:22%;
	color:gray;
}

.pad20 {
	padding:20px;
}

.pad20a {
	padding:0 20px 20px 20px;
}

.vernum {
	color:#ccc;
	font-size:11px;
	margin-top:22px;
}

.databrowserTable TD, .databrowserTable TH {
	white-space: nowrap;
  	overflow: hidden;	
	text-overflow: ellipsis;
}

.displaynone {
	display:none;
}

.inlineform {
	display:inline;
}

/* Tasker */
.tasks {
	border-bottom:1px solid #eee;
}

.task {
	border-top:1px solid #eee;
	padding-bottom:4px;
}

.task H2 {
	margin-top:12px;
	font-size:18px;
	margin-left:20px;
	color:#6699FF;
	cursor: pointer;

}

.task H2 SMALL {
	margin-left:15px;
}

.task H2 A {
	color:#6699FF;
	text-decoration: none;
}

.taskpanel {
	padding:20px;
}

.task H2 {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}


.warn {
	color:red;
}

.modal-body LABEL {
	min-width:200px;
}

.inputSearch {
	width:300px !important;
}

.databrowserTable, .reportTable {
	table-layout: fixed;
}

.databrowserTable TR {
	cursor:pointer;
}

.databrowserTable TH I {
	color:silver;
	visibility: hidden;
}

/* Master-View Apps */
.navcontainers {
	width:250px;
	background-color: #eee;
	float:left;
	overflow-y: auto;
	overflow-x: hidden;
}

.navcontainers-inner {
	margin:0;
}

.navcontainers-inner H3 {
	margin:10px 10px 5px 10px;
	padding:0;
	font-size: 12px;
	font-weight: bold;
	color:gray;
	letter-spacing: 1px;
}

.navcontainers-inner UL {
	list-style: none;
	padding-left:10px;
	font-size:13px;
}

.navcontainers-inner LI {
	line-height:20px;
}

.navcontainers-inner LI I {
	cursor: pointer;
}

.navpanel {

}

.navbar-sub {
	margin-bottom:0;
}

.navcontainers-inner .active {
	font-weight:bold;
}

.navcontainersPill {
	margin-right:7px;
}

.navcontainers-footer {
	position:absolute;
	bottom:0;
	margin:5px;
	font-size:18px;
}

.navpanel {
	overflow:auto;
}

.navpanel-h {
	float:left;
}

.navpanel-bread {
	overflow:hidden;
}

.navpanel-inner {
	overflow:auto;
}

.navitems {
	width:200px;
	float:left;
	border-right:1px solid silver;
	overflow-y:hidden;
	overflow-x:hidden;
}

.navitems-h {
	height:200px;
	border-bottom:1px solid silver;
}

.navitem {
	padding:10px;
	border-bottom:1px solid silver;
}

.navitem-h H4, .navitem-h P {
	float:left;
	font-size:14px;
}

.navitem-h {
	border-bottom:1px solid silver;
	overflow:hidden;
}

.navpad {
	margin:0 10px 0 10px;
}

.navitems-header {
	height:20px;
	background-color:#eaeaea;
	font-size:11px;
	font-weight:bold;
	line-height: 20px;
	padding-left:5px;
}

.navitems-inner {
	overflow-y:auto;
	overflow-x:hidden;
}

.navitem-abstract {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumb {
	margin-bottom:0;
}

.miniavatar {
	width: 20px;
	height: 20px;
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
}

.center {
	text-align: center;
}

.smallbusy {
	display:none;
}

.aright {
	text-align: right;
}

#ppointframe, #customer-ppoint-iframe {
	width:900px;
	height:800px;
	border:1px solid silver;
	display:none;
}

.bold {
	font-weight:bold;
}

.panelFrame {
	width:100%;
	border:0px;
	height:600px;
}

#statasticIframe {
	height:1200px;
}

.table-fixed {
	table-layout: fixed;
}

/* Pricing calc */
.pcTable {

	table-layout: fixed;
	width:600px;


}

.pcTable INPUT[type=text]{
	line-height: 10px;
	text-align: right;
}

.priceCalc .tab-content {
	padding:0 30px 10px 30px;
}
.priceCalc H6 {
	font-size: 20px;
}

.field {
	padding:5px;
}