
/*************************************************** 
** SIDEBAR 
***************************************************/   
  
#splitter-sidebar > p:first-child a,  
#splitter-sidebar > h2:first-child a  
{  
  font-family   : Arial;  
  font-weight   : 400;  
  font-size     : 20px;  
  display       : inline-block;  
  padding       : 15px 0 5px 3px;  
}  
  
#title-heading.with-breadcrumbs img {  
    margin-right: 10px;  
    margin-top: -15px;  
    float: left;  
}  
  
/*************************************************** 
** WIKI-CONTENT  
***************************************************/  
  
.wiki-content   
{  
  font-family   : Arial;  
  line-height   : 25px;  
}  
  
.wiki-content h1,  
.wiki-content h2,  
.wiki-content h3,  
.wiki-content h4,  
.wiki-content h5,  
.wiki-content h6   
{   
  padding       : 10px 0;  
  border        : none;  
}  
  
.wiki-content img.emoticon   
{  
  vertical-align: text-top;  
}  
  
.wiki-content a:link   
{  
  text-decoration: none;  
}  
  
.wiki-content p   
{  
  line-height   : 25px;  
  font-weight   : normal;  
}  
  
.wiki-content p,  
.wiki-content ul,   
.wiki-content ol,  
.wiki-content table  
{  
  margin        : 0 0 10px;  
}  
  
.wiki-content .aui-message  
{  
  margin        : 10px 0 20px;  
}  
  
.wiki-content li   
{  
  line-height   : 25px;  
}  
  
.wiki-content .confluence-content-image-border   
{  
  border        : 1px solid #999;  
}  
  
.wiki-content .wysiwyg-macro-body > pre   
{  
  word-break    : break-all;  
}  
  
/*************************************************** 
** MAIN HEADER  
***************************************************/  

#header .aui-header {
    background-color: #5f259f;
    color: #FFFFFF;
}

#header .aui-header .aui-nav .aui-button-primary {
    background-color: #87189d;
    color: #ffffff;
}

.aui-header .aui-quicksearch:after, .aui-header .aui-quicksearch input[type='text'], .aui-header .aui-quicksearch input[type='text'][type='text']:focus {
    color: #FFFFFF;
}

.aui-header .aui-quicksearch input[type='text'], .aui-header .aui-quicksearch input[type='text'][type='text']:focus {
    background: #87189d;
}

.aui-header .aui-dropdown2-trigger:hover, .aui-header .aui-dropdown2-trigger.active, #header .aui-header .aui-nav-link.active, #header .aui-header .aui-nav-imagelink.active, #header .aui-header .aui-nav-imagelink:focus, #header .aui-header .aui-nav-imagelink:hover, #header .aui-header a:focus, #header .aui-header a:hover, #header .aui-header a:active {
    background-color: #87189d;
    border-color: #87189d;
    color: #FFFFFF;
}

#breadcrumb-section  
{  
  margin-bottom : 20px;  
}  
  
h1.pagetitle img   
{  
  display       : none;  
}  
  
#title-text   
{  
  font-family   : Arial;  
  font-weight   : 300;  
  font-size     : 40px;  
  line-height   : 70px;  
}  
  
.page-metadata   
{  
  margin        : 0 0 30px;  
}  
  
/*************************************************** 
** MAIN  
***************************************************/  
  
body#tinymce.fullsize,   
#main   
{  
  margin        : 0 auto;  
  border        : 0;  
  padding       : 20px;  
  min-height    : 40em;  
 }  
  
/*************************************************** 
** ATLASSIAN DOCUMENTATION THEME  
***************************************************/  
  
p,  
body,  
.bodytext,   
.stepfield,   
.panelContent,  
.wiki-content p   
{  
  background    : transparent;  
}  
  
p,  
tr,   
td,  
body,   
table,   
.bodytext,   
.stepfield,   
.panelContent,  
.wiki-content p  
{  
  -webkit-font-smoothing: antialiased;  
}  
  
.wiki-content h1,  
.wiki-content h2,  
.wiki-content h3  
{  
  font-weight   : normal;  
}  
  
/*************************************************** 
** DOC THEME SPLITTER OVERIDES  
***************************************************/  
  
#splitter-sidebar  
{  
 background-image: none;  
}  
  
#splitter .vsplitbar  
{  
  background-color: white;  
  border-left     : 1px solid #DDD;  
}  
  
/*************************************************** 
** OOTB 
***************************************************/

.sticky p, .floated p, .fixed p, .ondemand p{ float:left; padding:0px; margin:0px; margin-left:10px; line-height:45px; color:#fff; font-size:15px;}

.sticky a, .floated a, .fixed a, .ondemand a{ float:right; margin:13px 10px 0px 0px; text-decoration:none;}

.ondemand-button a:link, .ondemand-button a:visited { 

color: white !important;
cursor: pointer;
display: inline-block;
font-size: 15px;
font-weight: normal;
line-height: 1;
overflow: visible;
padding: 8px 15px 6px;
position: relative;
text-decoration: none;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
width: auto;
text-align: center; 
}

.sticky {

position:fixed;
top:0;
left:0;
z-index:1000;
	width:100%;
	border-bottom:3px solid #fff !important;

background: #91BD09; /* Old browsers */
background: -moz-linear-gradient(top, #91BD09 0%, #91BD09 100%); /* FF3.6+ */
	
	/* FireFox 3.6 */
	/* Safari4+, Chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#91BD09', endColorstr='#91BD09')";
	-pie-background: linear-gradient(#91BD09, #91BD09 100%);
	behavior: url(PIE.htc);
	-moz-box-shadow: 1px 1px 7px #676767;
	-webkit-box-shadow: 1px 1px 7px #676767;
	box-shadow: 1px 1px 7px #676767;
	height: 45px;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #91BD09),color-stop(1, #91BD09));/* IE6,IE7 */
	/* IE8 */
	/* Firefox F3.5+ */
	/* Safari3.0+, Chrome */
}

.floated {

position:absolute;
top:0;
left:0;
z-index:1000;
	width:100%;
	border-bottom:3px solid #fff !important;
	background: #5CACEE; /* Old browsers */
background: -moz-linear-gradient(top, #5CACEE 0%, #5CACEE 100%); /* FF3.6+ */
	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CACEE', endColorstr='#5CACEE')";
	
	-moz-box-shadow: 1px 1px 7px #676767;
	-webkit-box-shadow: 1px 1px 7px #676767;
	box-shadow: 1px 1px 7px #676767;
	height: 45px;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #5CACEE),color-stop(1, #5CACEE));/* IE6,IE7 */
	-pie-background: linear-gradient(#5CACEE, #5CACEE 100%);
	behavior: url(PIE.htc);
}

.close
{}

.fixed {
    position:absolute;
	top:0;
	left:0;
	width:100%;
	border-bottom:3px solid #fff !important;

	background: #660099; /* Old browsers */
	background: -moz-linear-gradient(top, #660099 0%, #660099 100%); /* FF3.6+ */
	
	/* FireFox 3.6 */
	/* Safari4+, Chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#660099', endColorstr='#660099')";
	-pie-background: linear-gradient(#660099, #660099 100%);
	behavior: url(PIE.htc);
	-moz-box-shadow: 1px 1px 7px #676767;
	-webkit-box-shadow: 1px 1px 7px #676767;
	box-shadow: 1px 1px 7px #676767;
	height: 45px;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #660099),color-stop(1, #660099));/* IE6,IE7 */
	/* IE8 */
	/* Firefox F3.5+ */
	/* Safari3.0+, Chrome */
}

.ondemand {

	width:100%;
	border-bottom:3px solid #fff !important;
	position:absolute;	
	top:0;
	left:0;
	z-index:1000;

background: #5CACEE; /* Old browsers */
	background: -moz-linear-gradient(top, #5CACEE 0%, #5CACEE 100%); /* FF3.6+ */

	/* FireFox 3.6 */
	/* Safari4+, Chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CACEE', endColorstr='#5CACEE')";
	-pie-background: linear-gradient(#5CACEE, #5CACEE 100%);
	behavior: url(PIE.htc);
	-moz-box-shadow: 1px 1px 7px #676767;
	-webkit-box-shadow: 1px 1px 7px #676767;
	box-shadow: 1px 1px 7px #676767;
	height: 45px;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #5CACEE),color-stop(1, #5CACEE));/* IE6,IE7 */
	/* IE8 */
	/* Firefox F3.5+ */
	/* Safari3.0+, Chrome */
}

.ondemand-button {
width:150px !important;
height:20px;
float:right !important;
z-index:999;
position:absolute;
margin-right:100px!important;
/*margin-top: -60px !important;*/
top:0;
}

.hide{display:none;}

.show{

background: #5CACEE; /* Old browsers */
background: -moz-linear-gradient(top, #5CACEE 0%, #5CACEE 100%); /* FF3.6+ */
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom:2px solid #fff;

/* FireFox 3.6 */
	/* Safari4+, Chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CACEE', endColorstr='#5CACEE')";
	-pie-background: linear-gradient(#5CACEE, #5CACEE 100%);
	behavior: url(PIE.htc);
	-moz-box-shadow: 1px 1px 7px #676767;
	-webkit-box-shadow: 1px 1px 7px #676767;
	box-shadow: 1px 1px 7px #676767;
	height: 30px;
	float: right;
	width: 30px;
	overflow:hidden;
	/*margin-top: -60px !important;*/
	margin-right: 10px !important;
	text-align: center;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #5CACEE),color-stop(1, #5CACEE));/* IE6,IE7 */
	/* IE8 */
	/* Firefox F3.5+ */
	/* Safari3.0+, Chrome */
	 /* Opera 10.5, IE 9.0 */
}

.show img{margin-top:10px;}

.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
}
	
.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #eee url(https://confluence.eams-group.com/images/modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
		
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
.reveal-modal .close-reveal-modal {
		font-size: 32px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
text-decoration: none;
} 

.rwui_id_warning {
  display: none !important;
}




