body {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
}
body {
	padding-top: 50px; overflow-x: hidden; 
}
.navbar-fixed-top {
	background: linear-gradient(to bottom, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
	color: #FFF;
}
.navbar-custom{
	padding: 15px 15px;
    font-size: 24px;
    vertical-align: middle;
    padding: 15px 15px;
    color: #FFF;
}
.navbar-nav a {
    color: #FFF;
    text-decoration: none;
}
.navbar-nav a:hover {
    color: #000;
    text-decoration: none;
}
.navbar-header a:hover{
    text-decoration: none;
}
nav img, .img-responsive{
	display: inline-block;
}
nav li {
	cursor: pointer;
}
.container-fluid .navbar-header{
	margin-top: .5%;
    margin-left: 2px;
}

#userguideleftpane {
	width: 300px;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
}
#userguidetoc {
	margin: 10px;
	float: left;
}
#userguidetoc a {
	color: #FFFFFF;
	text-decoration: none;
}
#userguidecenterpane {
	background-color: #FFFFFF;
	color: #000000;
	margin: 10px;
	padding: 0px;
	float: left;
}
#userguidecontent {
	margin: 0px;
	padding: 0px;
	float: left;
}
.ugtable {
	border: solid 1px #AAAAAA;
	border-collapse: collapse;
}
.ugtable th {
	border: solid 1px #AAAAAA;
	background: #f6f8f9;
}
.ugtable td {
	border: solid 1px #AAAAAA;
	border-spacing: 5px;
}
#customerPane {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	float: left;
	display: block;
}

.customerLogo {
	border: solid 1px whitesmoke;
	width: 100%;
}

.apppane {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
.appBox {
	height: 150px;
	cursor: pointer;
}
.appIconBox {
	width: 55px;
	height: 55px;
	text-align: left;
	margin-top: 0px;
	float: left;
	/*border-right: solid 1px blue;*/
}
.appIconImg {
	height: 35px;
	width: 35px;
}
.appTextBox {
	margin-top: 10px;
	text-align: center;
}

.appDescBox {
	font-size: 12px;
}
/*  */

.sidebar-custom {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #000;
}

#controlpane {
/*	width: 100px; *//* 250px; */
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
.controlBox {
	width: 100px;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.controlIconBox {
	width: 100px;
	height: 55px;
	text-align: center;
	margin-top: 0px;
}
.controlIconBox img {
	height: 50px;
	width: 50px;
	margin-top: 10px;
}
.controlTextBox {
	width: 100px;
	height: 25px;
	text-align: center;
}

.controlMenuBox {
	background: #AAAAAA;
}

.controlMenuBox ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	display: block;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
}

.controlMenuBox div {
	height: 30px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	cursor: pointer;
}

.sidebar-menu ul {
	list-style: none; 
	padding-left: 0; 
	text-align: left;
}

.sidebar-menu li {
	padding: 5px; border-bottom: solid 1px #666;
}

.sidebar-menu ul > li:first-child {
	border-top: solid 1px #666;	
}

.sidebar-menu li:hover {
	background: #333;
}

#centerpane {
	float: left;
	margin-left: 7%;
	background-color: #FFFFFF;
	color: #000000;
}
#mappane {
	float:left;
	margin: 10px;
	padding: 0px;
}

.markeritem {
	width: 100px; 
	text-align: left; 
	/*border-bottom: solid 1px #AAAAAA; */
	font-size: 12px;
}

.markervalue {
	width: 100px; 
	text-align: right; 
	/*border-bottom: solid 1px #AAAAAA; */
	font-size: 12px;
	color: blue;
}

.markertablefont {
	font-size: 12px;
	text-align: left;
}

.markertable {
	border: solid 1px #AAAAAA;
	width: 100%;
}

.markertabletext {
	color: blue;
}

.markersection {
	margin-top: 5px;
	margin-bottom: 5px;
}

.markerbutton {
	font-size: 10px;
	float: right;
}

.markerimage {
	height: 10px;
	width: 10px;
	margin-left: 5px;
	cursor: pointer;
}

.inputform {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.modaldialog {
	display: none;
}

.inputform table {
	font-size: 14px;
}


.inputform button {
	float: right;
	margin-left: 5px;
}

.inputform textarea {
	height: 75px;
	width: 300px;
	resize: none;
	color: blue;
}

.inputform .label {
	vertical-align: top;
	color: #000;
	-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
}


.inputform select {
	width: 200px;
	top: 0;
	margin-right: 10px;
	color: blue;
}

.separator {
	width: 100%;
	border-bottom: solid 3px #606C88;
	margin-top: 10px;
	margin-bottom: 5px;
}

.thinseparator {
	float: left;
	width: 100%;
	border-bottom: solid 1px #AAAAAA;
	margin-top: 5px;
	margin-bottom: 5px;
}

.blankseparator {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}

.inputtextbox {
	width: 300px;
	color: blue;
}

.inputtextbox-small {
	width: 142px;
	color: blue;
}

.tabletitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	float: left;
}

.tabletitlesmall {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float: left;
}

.tablelink {
	color: blue;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
	cursor: pointer;
}

.tablefilter {
	font-size: 14px;
	/*float: right; */
	color: #000000;
}

.tablefilterimage {
	height: 16px;
	width: 16px;
	margin-left: 5px;
	vertical-align: middle;
	cursor: pointer;
}

.mainform {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.mainform table {
	font-size: 14px;
}

.mainform select {
	width: 150px;
	top: 0;
	color: blue;
}

.mainform input {
	color: blue;
}

.mainform .label {
	color: #000000;
	font-size: 14px;
}

select {
	font-family: 'Titillium Web', sans-serif;
}
