/* CSS comunidad ChileGlobal Ventures */

/* MENU */
#searchbar {
  display: none;
}
#navbar {
  border-bottom: 0px;
  height: 36px;
  margin-bottom: 0px;
}
.bi_dynamic_navigation li a {
  display: block;
  margin: 0 1px 0 0;
  padding: 10px 10px;
}
.bi_dynamic_navigation .hide_submenu a:hover, .bi_dynamic_navigation .show_submenu a:hover {
    background: #2779C4;
    color: #fcfcfc;
    text-decoration: none;
}


.f-dropdown-options li:hover,
.f-dropdown-options li:focus {
  background: #2779c4;
  color: #ffffff;
}
.f-dropdown-options {
  border-radius: 10px;
}

/* contenedor central/contenido */
.content {
  border: 0px;
}
.boxcontent {
    padding: 0px;

}

/* containers / columnas */
#container_ent_home_3,
#container_ent_home_2 {
  display: none;
}

#container_ent_home_1 {
  width: 100%;
  margin-left: 0px;
}
#breadcrumb{
display:none;
}
.enterprise-level #bi-page-c-admin-pool-options #main_content > div {
    min-height: auto !important;
}
/*************** footer enterprise ***********/
#custom-footer{
display:none;
}
/********* e. navbar***/
.fractal-global-nav .f-nav-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.f-nav-search {
  display: none !important;
}