body
{
	padding-top: 40px;
}

a:focus 
{
	outline: none;
}

form
{
	margin: 0 0 0 0;
}

/* */
.center-align
{
	text-align: center;
}

.left-align
{
	text-align: left;
}

.right-align
{
	text-align: right;
}

/* */
.navbar .nav > li > a
{
	padding: 10px 10px 8px 10px;
}

.helvarBrand
{
	position: fixed;
	top: 4px;
	left: 16px;
	/*width: 158px;*/
	width: 78px;
	height: 32px;
	z-index: 1039;
	/*background-image: url("Images/Logos/Helvar_uSeeLogo32px.png");*/
	background-image: url("Images/Logos/uSeelogo_white.png");
	cursor: pointer;
}

/* */
.question-sign
{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0.2em;
	line-height: 18px;
	vertical-align: text-top;
	background-image: url("Images/Help/help18px.png");
}

/* */
.popover-content
{
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: #666666;
}

.helpHint
{
	cursor: pointer;
}

/* */
.text-warning
{
	color: #c09853;
}

a.text-warning:hover
{
	color: #a47e3c;
}

.text-error
{
	color: #b94a48;
}

a.text-error:hover
{
	color: #953b39;
}

.text-info
{
	color: #3a87ad;
}

a.text-info:hover
{
	color: #2d6987;
}

.text-success
{
	color: #468847;
}

a.text-success:hover
{
	color: #356635;
}

/* */
.modal-body
{
	max-height:100% !important;
}

/* */
.table-striped tbody > tr:nth-child(odd) > td
{
	background-color: #f0f0f0;
}

.table-hover tbody tr:hover > td
{
	background-color: #dddddd;
}

.table-striped tbody > tr:nth-child(odd) > th,
.table-hover tbody tr:hover > th
{
	background-color: Transparent;
}

/* */

.sideBarContainer
{
	position: fixed;
	/*min-width: 180px;*/
}

#sideBar
{
	margin: 20px 0 0 0;
	padding: 0;
}

#sideBar > li > a
{
	display: block;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
}

#sideBar > li:first-child > a
{
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

#sideBar > li:last-child > a
{
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

#sideBar > li:only-child > a
{
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

/* */
.advancedSearch
{
	position: fixed;
	display: none;

	top: 30px;
	left: 30px;
	right: 30px;
	width: auto;
	height: 80%;

	margin: 0;
	padding: 0 10px 10px 10px;

	z-index: 1100;

	background-color: #ffffff;
	border: 3px solid #999;
	border: 3px solid rgba(0, 0, 0, 0.4);

	outline: none;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.4);
	
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.advancedSearchHeader
{
	text-align: center;
	border-bottom: 2px solid #999;
	border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}

.advancedSearchBody
{
	text-align: center;
	padding: 20px 0 20px 0;
	border-bottom: 2px solid #999;
	border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}

.advancedSearchResults
{
	padding: 20px 0 20px 0;
/*
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 100%;
	overflow: auto;
	overflow-x: hidden;
*/
}

.advancedSearchResultsTbl tr
{
	cursor: pointer !important;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.advancedSearchRowSelected
{
	background-color: #c0c0c0 !important;
}

.advancedSearchBackdrop
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1099;
	background-color: Transparent;
}

.advSelectBtn
{
	float: right;
}

.advancedSearchTblHeader
{
	display: none;
	position: fixed;
	/* top is equal to .advancedSearch top + .advancedSearch border */
	top: 33px;
	background-color: white;
}

.translate
{
	/* I've put in a placeholder for the translate class to allow visual studio to auto-complete it, since we use it a lot */
}