/**
 * 
 * @Alias: XF-Framework Structure Template Styles
 * @Author: Ana Isabel Munoz aimunoz@externalpartner.com
 * @Version: 1.0
 * 
 */
 /*
  structure
  #xf_container
    #xf_header
    .xf_bodyContent
    #xf_footer
*/
html, body {
    margin: 0;
    padding: 0;
   /* background: url('../images/structure/xf_top_left_background.png.jsf?ln=net/aqualogy/xf/component/web/themes/aqualogy') left top repeat-y;*/
}
/* 
    HEADER
*/
#xf_header {
    height: 80px;
    width: 100%;
}

/* logo and pay-off */
span.xf_logo_aquaCIS {
    color: #060A0B;
}
span.xf_logo_aquaCIS  b{
    font-weight: bolder;
}
span.xf_aquaCIS_pay-off {
	color: #093C6E;
	font-weight: bold;    
}
#xf_logo_app {
    float: right;
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: #E23245;
    -moz-border-radius: 2px; /* firefox */
    border-radius: 2px; /* standard */
    margin: 8px;
    padding: 0 8px;
    height: 30px;
}
.xf_logo_app_image {
    line-height: 30px;
    vertical-align: middle;
}
.xf_logo_app_image img {
	margin: 5px -2px;
}
#xf_logo_app label {
    display: block;
    margin: 2px;
}
/* 
    BODY
*/
.xf_bodyContent {
    /* background: white url('../images/structure/xf_texture_background.jpg.jsf?ln=net/aqualogy/xf/component/web/themes/aqualogy');
    position: absolute;
    bottom: 40px;
    top: 80px;
    left: 10px;
    right: 0;
    -moz-box-shadow: 0 0 5px #888888; firefox
    -webkit-box-shadow: 0 0 5px #888888; chrome, safari
    box-shadow: 0 0 5px #888888; standard
    border: 1px solid #DDDDDD;
    border-right: none;
    overflow-y: auto;
    overflow-x: hidden; */
}
/*
  FOOTER
*/
#xf_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
}

/* 
    MODALS
*/
.xf_film {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.xf_filmContent {
    width: 100%;
    height: 100%;
    background-color: #999999;
    opacity: 0.4; /* Standards Browsers */
    filter: alpha(opacity=40); /* IE 7 and Earlier */
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}

.xf_windowTitle {
    border-bottom: 2px solid #123d7e;
    color: #123d7e;
    font-size: 22px !important;
    font-weight: normal;
    margin: 5px 5px 20px 5px;
    padding: 2px;
    text-transform: uppercase;
}

/* aplication tree menu */
.xf_menuTitle {
    font-weight: bold;
    padding-top: 10px;
}
.xf_menuTitle p {
    padding-left: 4px;
    display: inline;
    position: relative;
    top: -4px;
}
.rf-tr {
    padding: 0 5px;
}
.rf-trn a:link {
    text-decoration: none;
}
.rf-trn a:hover {
    font-weight: bold;
}
.rf-trn-sel, .rf-trn-ldn {
    text-decoration: none;
    border: none;
    background: none;
    font-weight: bold;
}

/* SPINNER */
.xf_waitBox {
    text-align: center !important;
    overflow: hidden !important;
}
.xf_waitBox .xf_waitTitle {
    font-weight: bold;
}
#wait_content_scroller {
    overflow: hidden;
}

a.xf_exportList {
    color: transparent;
    margin: 0 2px;
}