@import url(Reset.css);
@import url(natixis-carousel.css);
@import url(Citation.css);
.clear {
  clear: both;
}
.invi {
  display: none !important;
}
img {
  border: none;
}
/* Menu classes. */

ul.menu {
  padding: 0;
  margin: 0;
}
ul.menu li {
  display: block;
  list-style: none;
  float: left;
}
ul.menu li a {
  display: block;
}
/* heading reset */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  padding: 0;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 1.1em;
}
h5,
h6 {
  font-size: 1em;
}
.bounded {
  border: 7px solid #e4e4e4;
}
/* RoundAbout - Carrousel/HomePage classes. */

.roundabout-holder {
  list-style: none;
  height: 25em;
  width: 40em;
  margin: 1em auto;
}
.roundabout-moveable-item {
  max-width: 352px;
  max-height: 212px;
  height: 21.5em;
  width: 37em;
  font-size: 10px;
  cursor: pointer;
  background-color: #e4e4e4;
  border: 10px solid #e4e4e4;
}
.roundabout-moveable-item img {
  width: 100%;
  height: 100%;
}
.roundabout-in-focus {
  cursor: auto;
}
/*
table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}
*/

.roundabout-holder a {
  cursor: pointer;
}
.roundabout-description {
  text-align: center;
  font-size: 12px;
}
.roundabout-description .roundabout-title {
  color: #581d74;
  font-size: 16px;
}
.roundabout-arrow-left,
.roundabout-arrow-right {
  display: block;
  height: 41px;
  width: 24px;
}
.roundabout-arrow-left {
  float: left;
  background: url("images/roundabout_arrow_left.png") no-repeat scroll 0 0 transparent;
}
.roundabout-arrow-right {
  float: right;
  background: url("images/roundabout_arrow_right.png") no-repeat scroll 0 0 transparent;
}
.image-slider-group .action {
  float: right;
}
.add_link {
  margin-top: 20px;
}
ul.myRoundabout li > a > .focus-data {
  display: none;
}
/* DatePicker - Default */

input.hasDatepicker {
  width: 100px;
}
img.ui-datepicker-trigger {
  margin: 0px 0px -2px 2px;
  background: url(../App_Themes/images/calendar.gif) no-repeat;
  width: 16px;
  height: 16px;
}
.select-content-list #content_select_ajax {
  display: none;
}
.select-content-list .filter-box {
  padding-bottom: 30px;
}
.select-content-list .filter-box .left {
  margin-right: 10px;
}
.select-content-list .filter-box #content-list select {
  width: 180px !important;
}
.select-content-list .filter-box #content-list select.page-dropdown {
  display: none;
}
.select-content-list .filter-box .buttons {
  width: auto;
}
.select-content-list .filter-box .fields {
  padding-left: 22px;
}
.select-content-list #select_content_list tr,
.select-content-list #ios_tag_select_content_list tr {
  cursor: pointer;
}
.select-content-list #select_content_list tr :hover,
.select-content-list #ios_tag_select_content_list tr :hover {
  background-color: #b193ba;
  color: white;
}
.select-content-list #select_content_list tr .id,
.select-content-list #ios_tag_select_content_list tr .id {
  display: none;
}
#remove_content {
  cursor: pointer;
  vertical-align: top;
}
.ajax-indicator {
  background: url(images/ajax.gif) 0 0;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.invisible {
  display: none;
}
.disclaimer {
  line-height: 150%;
  font-size: 11px;
}
.disclaimer p {
  margin: 10px 0;
}
.disclaimer .sep {
  background: url("Natixis/content-separator-bg.png") repeat scroll 0 0 transparent;
  height: 3px;
  margin: 25px 0;
}
.member-detail {
  padding: 10px;
  margin-top: 10px;
  text-align: justify;
  width: 626px !important;
}
.member-detail .main {
  padding-right: 0 !important;
}
.member-detail .member-detail-content {
  line-height: 150%;
  font-size: 11px;
}
.member-detail .member-main-image {
  float: left;
  margin: 0 20px 8px 0;
}
.member-detail p {
  margin: 10px 0;
}
.pdf_nam,
.pdf_exp,
.pdf_dyn_nam,
.pdf_dyn_exp {
  padding-left: 20px;
  line-height: 16px;
}
.pdf_nam {
  background: url("Natixis/pdf-nam.png") no-repeat scroll 0 0 transparent;
}
.pdf_exp {
  background: url("Natixis/pdf-exp.png") no-repeat scroll 0 0 transparent;
}
.pdf_dyn_nam {
  background: url("Natixis/pdf-dyn-nam.png") no-repeat scroll 0 0 transparent;
}
.pdf_dyn_exp {
  background: url("Natixis/pdf-dyn-exp.png") no-repeat scroll 0 0 transparent;
}
.dropdown-click {
  width: 300px !important;
}
#recruitment-page .job_description font {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}
#publication-page .block-coverflow,
#subscription-page .block-coverflow {
  height: 320px;
  overflow: hidden;
  margin-top: -3em;
}
.strongborder {
  border: 10px solid #e4e4e4;
}
.strongborder img {
  display: block;
}
.lightborder {
  border: 3px solid #e4e4e4;
}
.lightborder img {
  display: block;
}
.publication-category-dropdown {
  width: 305px;
}
.width305px {
  width: 305px;
}
#subscription-success-message {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: italic;
  color: #333333;
}
.navigation-page {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #333333;
}
.navigation-page a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: italic;
  color: #581d74;
  /*:hover {
            font-style: underlined;
        }*/

}
.tooltip {
  display: none;
  height: 340px;
  padding: 20px;
  width: 398px;
  border: 1px solid #81589e;
  background-color: white;
}
.tooltip .tooltip-part-name {
  color: #81589e;
  font-size: 12px;
}
.tooltip p {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 10px;
}
.tooltip span {
  color: black !important;
  display: block !important;
  font-style: normal !important;
  font-weight: bold !important;
  margin-bottom: 0.5em !important;
  font-size: 10px !important;
}
.tooltip span p {
  display: inline;
  padding-left: 2px;
}
.tooltip img {
  margin-bottom: 20px;
  margin-top: 20px;
}
#product-tooltip-arrow {
  position: absolute;
}
#sales-contacts-map {
  margin-top: 20px;
  margin-bottom: 15px;
}
#sales-contacts-map img {
  width: 430px;
}
#sales-contacts-address {
  padding: 15px 15px 5px;
  background-color: white;
  border: thin solid #d3c0da;
  position: absolute;
  width: 262px;
  color: #333333;
}
#sales-contacts-address .global-map-sep {
  border-bottom: thin solid #d3c0da;
  height: 0.5px;
  margin: 10px 0;
}
#press_subscription {
  margin-top: -35px;
}
#press_subscription #submitTop {
  visibility: hidden;
}
#product-document {
  text-align: center;
  color: #697e99;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.arrow_buir {
  padding-left: 15px;
  line-height: 16px;
  background: url("/Content/Images/arrow-left.png") no-repeat scroll 0 0 transparent;
}
#youtube-form #upload-to-youtube {
  background-color: #9681c8;
  border: 1px solid Black;
  color: White;
  font-weight: bold;
  height: 25px;
  width: 170px;
}
.highlight {
  color: #61167e;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.notice-text {
  margin-bottom: 10px;
  margin-top: 10px;
}
.overlay {
  background-color: rgba(255, 255, 255, 0.001);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
#full_sitemap a.level-0 {
  color: #581d74;
  display: block;
  font-size: 9px;
  font-weight: bold;
  line-height: 14px;
  text-transform: uppercase;
}
#full_sitemap a.level-1,
#full_sitemap a.level-2,
#full_sitemap a.level-3,
#full_sitemap a.level-4,
#full_sitemap a.level-5,
#full_sitemap a.level-6 {
  display: block;
  margin-bottom: 3px;
  font-size: 10px;
  color: #333333;
}
#full_sitemap a.level-1 {
  margin-left: 30px;
}
#full_sitemap a.level-2 {
  margin-left: 60px;
}
#full_sitemap a.level-3 {
  margin-left: 90px;
}
#full_sitemap a.level-4 {
  margin-left: 120px;
}
#full_sitemap a.level-5 {
  margin-left: 150px;
}
#full_sitemap .separator {
  display: block;
  height: 15px;
}
#full_sitemap .separator1 {
  display: block;
  height: 5px;
}
#glossary-page .back {
  float: right;
  font-weight: bold;
}
.navigation-page {
  vertical-align: text-top;
}
.navigation-page div {
  float: left;
  margin-right: 3px;
  line-height: 10px;
  vertical-align: text-top;
}
.navigation-page span {
  line-height: 10px;
  margin-right: 3px;
}
#ucit-press-pagination {
  text-align: center;
}
#ucit-press-pagination a:hover {
  text-decoration: underline;
}
#ucit-press-pagination a {
  text-decoration: none;
  font-style: normal;
  margin-right: 15px;
}
#ucit-press-pagination .selected {
  color: black;
  margin-right: 15px;
  font-weight: bold;
}
.page404 {
  margin-top: 30px;
  border: 10px solid #e4e4e4;
  padding: 45px 10px 30px 10px;
  text-align: center;
}
.page404 .page404_heading {
  color: #8342aa;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.page404 .page404_description {
  font-size: 14px;
  color: #515151;
  margin-bottom: 30px;
}
.page404 .page404_buttons {
  width: 341px;
  height: 40px;
  margin: auto;
}
.page404 .page404_buttons .page404_button {
  width: 158px;
  height: 40px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #581d74;
  line-height: 40px;
  text-align: center;
  background: url("/App_Themes/images/page404_button_bkg.png") no-repeat scroll 0 0 transparent;
  text-decoration: none;
}
.page404 .page404_buttons .page404_button:first-child {
  margin-right: 25px;
}
.page404_title {
  margin-top: 15px;
}
#funds_list #funds_list_table tbody span.notation-morningstar {
  color: #28235f;
  font-style: normal;
}
.five-latest-news-heading {
  margin-top: 65px;
  margin-bottom: 40px;
}
/*#458ea1;*/
#ucit-disclaimer {
  width: 880px;
}
#ucit-disclaimer .arrow-top span,
#ucit-disclaimer .arrow-bot span {
  width: 242px;
  height: 30px;
  left: 0;
  display: block;
  background: white;
  cursor: pointer;
  position: absolute;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
#ucit-disclaimer .arrow-top span a,
#ucit-disclaimer .arrow-bot span a {
  font-size: 20px;
  width: 22px;
  height: 15px;
  display: block;
  margin-left: 110px;
  margin-top: 7px;
  position: absolute;
}
#ucit-disclaimer .arrow-top span:hover,
#ucit-disclaimer .arrow-bot span:hover {
  background: #581d74;
}
#ucit-disclaimer .arrow-top span {
  position: relative;
  z-index: 999;
}
#ucit-disclaimer .arrow-top span #scroll-up {
  color: #581d74;
  background: url("/App_Themes/AM/blue_arrow_top.png") no-repeat transparent !important;
}
#ucit-disclaimer .arrow-top span:hover #scroll-up {
  color: white;
  background: url("/App_Themes/AM/white_arrow_top.png") no-repeat transparent !important;
}
#ucit-disclaimer .arrow-bot {
  position: absolute;
  bottom: 0;
  left: 20px;
}
#ucit-disclaimer .arrow-bot span {
  position: relative;
}
#ucit-disclaimer .arrow-bot span #scroll-down {
  color: #581d74;
  background: url("/App_Themes/AM/blue_arrow_bot.png") no-repeat transparent !important;
}
#ucit-disclaimer .arrow-bot span:hover #scroll-down {
  color: white;
  background: url("/App_Themes/AM/white_arrow_bot.png") no-repeat transparent !important;
}
#ucit-disclaimer .invisible {
  display: none;
}
#ucit-disclaimer .color-unselected {
  color: #cacaca !important;
}
#ucit-disclaimer .color-unselected h4.subtitle_editor {
  color: #cacaca !important;
}
#ucit-disclaimer .color-unselected h1,
#ucit-disclaimer .color-unselected h2,
#ucit-disclaimer .color-unselected h3,
#ucit-disclaimer .color-unselected h4,
#ucit-disclaimer .color-unselected h5,
#ucit-disclaimer .color-unselected h6 {
  color: #cacaca !important;
}
#ucit-disclaimer .color-unselected i {
  font-size: 0px;
}
#ucit-disclaimer p.color-selected {
  color: #581d74;
}
#ucit-disclaimer p.color-selected i {
  position: absolute;
  right: 10px;
  font-size: 15px !important;
}
#ucit-disclaimer p.profile-selected {
  background: url(/App_Themes/AM/disclaimer-language-selected.png) #e4e4e4 no-repeat right center !important;
  font-weight: bold;
}
#ucit-disclaimer #disclaimer-header {
  text-transform: uppercase;
  color: #581d74;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 25px;
  padding-top: 20px;
  padding-left: 13px;
  padding-right: 13px;
}
#ucit-disclaimer #disclaimer-introduction {
  padding-bottom: 20px;
  padding-left: 13px;
  padding-right: 13px;
  line-height: 17px;
  background-color: white;
  overflow: hidden;
}
#ucit-disclaimer .disclaimer-step {
  float: left;
  width: 293px;
  height: 528px;
  background: url("/App_Themes/AM/disclaimer-step-separator.png") repeat-y #f0f0f0;
}
#ucit-disclaimer .disclaimer-step .disclaimer-step-text p {
  font-size: 11px;
  width: 241px;
  padding: 10px 0px 10px 10px;
  margin-right: 10px;
  overflow: hidden;
}
#ucit-disclaimer .step-title {
  text-transform: uppercase;
  text-align: center;
  color: #581d74;
  font-weight: bold;
}
#ucit-disclaimer .step-title p {
  margin-bottom: 24px;
}
#ucit-disclaimer #disclaimer-step1-text {
  height: 345px;
  overflow: hidden;
  width: 262px;
  position: relative;
  padding-left: 20px;
}
#ucit-disclaimer #disclaimer-step1-text p {
  text-transform: uppercase;
  font-weight: bold;
}
#ucit-disclaimer #disclaimer-step1-text .jScrollPaneTrack {
  background: url("/App_Themes/AM/bg-scroll-language.png") no-repeat transparent !important;
}
#ucit-disclaimer .disclaimer-language-separator {
  background: url("/App_Themes/AM/border_language.png") no-repeat scroll 0 0 transparent;
  width: 251px;
  height: 4px;
  display: block;
  margin-bottom: 10px;
}
#ucit-disclaimer .disclaimer-head-separator {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #f0f0f0;
  width: 100%;
  height: 1px;
}
#ucit-disclaimer #step1-thumbnail {
  background: url(/App_Themes/AM/disclaimer-step1.png) center -50px no-repeat;
}
#ucit-disclaimer #step2-thumbnail {
  background: url(/App_Themes/AM/disclaimer-step2.png) center -50px no-repeat;
}
#ucit-disclaimer #step3-thumbnail {
  background: url(/App_Themes/AM/disclaimer-step3.png) center -50px no-repeat;
}
#ucit-disclaimer .step-thumbnail {
  height: 52px;
  margin-top: 26px;
  margin-bottom: 10px;
}
#ucit-disclaimer .thumbnail-selected {
  color: #581d74 !important;
}
#ucit-disclaimer #disclaimer-footer {
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 13px;
  padding-right: 13px;
  background-color: white;
  line-height: 17px;
}
#ucit-disclaimer #disclaimer-footer .limit-line {
  overflow: hidden;
  max-height: 38px;
}
#ucit-disclaimer .disclaimer-step-text {
  padding-left: 13px;
  padding-right: 13px;
}
#ucit-disclaimer #step3-text2 {
  overflow: hidden;
  height: 100px;
  background-color: white;
  width: 285px;
  border: 1px solid #e6e6e6;
}
#ucit-disclaimer #step3-text2 .jScrollPaneContainer {
  margin: 10px;
}
#ucit-disclaimer #step3-text2 .jScrollPaneTrack {
  background: url("/App_Themes/AM/bg-scroll-step32.png") no-repeat transparent !important;
}
#ucit-disclaimer #step3-text2 p {
  padding: 5px;
  margin: 0;
  width: auto;
}
#ucit-disclaimer #step3-text1 {
  overflow: hidden;
  height: 235px;
  *height: 235px;
  margin-bottom: 18px;
  line-height: 1.2em;
  width: 285px;
}
#ucit-disclaimer #step3-text1 p {
  width: auto;
  padding: 0px;
}
#ucit-disclaimer #disclaimer-validate-button {
  margin: 15px 0px;
  border: 1px solid #581d74;
  /*#a0c2ca;*/
  color: White;
  height: 22px;
  font-style: italic;
  background: url("/App_Themes/AM/disclaimer-validate-button.png") #cad9de 8px center no-repeat;
  font-size: 11px;
  padding-left: 19px;
}
#ucit-disclaimer #disclaimer-validate-button.selected {
  background-color: #581d74;
  /*#287d92;*/

}
#ucit-disclaimer #disclaimer-validate-button.un-selected {
  background-color: #d6c7d9;
  /*#cad9de;*/

}
#ucit-disclaimer #disclaimer-profile4-header {
  text-transform: uppercase;
  color: #581d74;
  font-weight: bold;
  font-size: 15px;
  padding: 15px 13px;
  background-color: white;
}
#ucit-disclaimer #disclaimer-profile4-options {
  padding-top: 20px;
}
#ucit-disclaimer #disclaimer-profile4-options ul {
  text-align: center;
}
#ucit-disclaimer #disclaimer-profile4-options ul a {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}
#ucit-disclaimer #disclaimer-profile4-options ul li {
  margin: 8px 0px;
}
#ucit-disclaimer #disclaimer-profile4-options .disclaimer-language-separator {
  width: 203px;
  margin-left: auto;
  margin-right: auto;
}
#ucit-disclaimer #disclaimer-profile4-footer {
  text-align: right;
  margin-top: -5px;
}
#ucit-disclaimer #disclaimer-profile4-footer a {
  font-style: italic;
  padding-right: 30px;
  color: #9e9e9e !important;
}
#ucit-disclaimer #disclaimer-step1-text-scroll {
  height: 400px;
  overflow: hidden;
  top: -2px;
  width: 245px;
  background: url("/App_Themes/AM/border_language.png") 0 top no-repeat transparent;
}
#ucit-disclaimer #disclaimer-step1-text-scroll p {
  width: 232px !important;
  margin-right: 0 !important;
  background: url("/App_Themes/AM/border_language.png") 0 bottom no-repeat transparent;
}
#ucit-disclaimer .profile-hover {
  background-color: #e4e4e4 !important;
  cursor: pointer;
}
#ucit-disclaimer .disclaimer-profile4 {
  height: 200px;
  background-color: #f0f0f0 !important;
}
#ucit-disclaimer #disclaimer-step1 {
  width: 273px !important;
}
#ucit-disclaimer #disclaimer-step3 {
  width: 314px !important;
}
#ucit-disclaimer #disclaimer-step3 .step-title p {
  margin-bottom: 20px;
}
#ucit-disclaimer #disclaimer-step2-text {
  width: 250px;
  height: auto;
  position: relative;
}
#ucit-disclaimer #disclaimer-step2-text p {
  width: 230px !important;
  padding-right: 25px !important;
  word-wrap: break-word;
}
#ucit-disclaimer #disclaimer-step2-text .step2_text {
  width: 265px !important;
  display: block;
  margin-left: -2px;
  height: 3px;
  background: url("/App_Themes/AM/border_step2.png") no-repeat transparent !important;
}
#ucit-disclaimer #disclaimer-step2-text .profil2-france {
  display: none;
}
#ucit-disclaimer #disclaimer-step2-text .profil2-france .profil_editor {
  padding: 10px 25px 5px 10px !important;
  font-size: 11px;
  font-weight: bold;
  color: #2a2a2a !important;
}
#ucit-disclaimer #disclaimer-step2-text .profil2-france .profil_editor a {
  color: #2a2a2a !important;
  text-decoration: none;
}
#ucit-disclaimer #disclaimer-step2-text .profil2-france .sub_profil_editor {
  padding: 0px 25px 10px 10px !important;
  font-size: 9px;
  font-style: italic;
  color: #2a2a2a !important;
}
#ucit-disclaimer #disclaimer-step2-text .profil2-france .sub_profil_editor a {
  color: #2a2a2a !important;
  text-decoration: none;
}
#ucit-disclaimer #disclaimer-step2-text .profil2-france #profil-2C {
  color: #2a2a2a !important;
  font-weight: bold;
}
#ucit-disclaimer #step3-text2-scroll {
  background-color: white;
  height: 85px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 270px;
  margin: 8px;
}
#ucit-disclaimer #disclaimer-steps {
  background: none repeat scroll 0 0 white;
  height: 528px;
  width: 880px;
}
#location-map {
  background: url("/App_Themes/AM/location_map.png") no-repeat;
  width: 638px;
  height: 435px;
  position: relative;
  margin-bottom: 90px;
  margin-top: 25px;
}
#location-map .shadow {
  background: url(/App_Themes/AM/shadow.png) 0px 26px no-repeat;
  width: 23px;
  height: 36px;
  position: absolute;
}
#location-map img:hover {
  cursor: pointer;
}
#location-map .location-country {
  position: absolute;
}
#location-map #CL {
  left: 173px;
  top: 274px;
}
#location-map #ES {
  left: 171px;
  top: 242px;
}
#location-map #FR {
  left: 206px;
  top: 193px;
  z-index: 3;
}
#location-map #CH {
  left: 246px;
  top: 183px;
  z-index: 4;
}
#location-map #IT {
  left: 290px;
  top: 231px;
}
#location-map #DE {
  left: 262px;
  top: 153px;
}
#location-map #UK {
  left: 193px;
  top: 140px;
}
#location-map #BE {
  left: 215px;
  top: 152px;
  z-index: 2;
}
#location-map #LU {
  left: 235px;
  top: 162px;
  z-index: 3;
}
#location-map #NL {
  left: 235px;
  top: 139px;
}
#location-map #FI {
  left: 331px;
  top: 77px;
}
#location-map #AT {
  left: 288px;
  top: 176px;
}
#location-map #SG {
  left: 501px;
  top: 241px;
}
.preview-ChiffresCitation-form {
  width: 232px;
  height: 364px;
  margin: 3px 0 3px 3px;
}
