/**
 * EGroupware: "Standard: Icon Tabs" theme
 *
 * @link https://www.egroupware.org
 * @license https://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
 * @package pixelegg
 */
@import "pixelegg.less";

//tabs header styling
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active h1 {
  text-transform: none;
}

#egw_fw_header {
  #egw_divLogo img {
    margin-top: 2px;
    height: 41px;
  }
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header{
  padding-top: 5px;
  height: 37px;
  .egw_fw_ui_tab_header_active {
    border-bottom-width: 0px !important;
  }
}


#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header{
  padding: 0 0.5em;
  overflow: initial;

  h1 {
    display: none;
  }

  img.egw_fw_ui_tab_icon {
    width: 40px !important;
    height: 28px !important;
    margin: 0;
    padding: 0;
    padding-top: .2em;
    padding-right: .5em;
    padding-left: .5em;
  }
}


#egw_fw_main #egw_fw_tabs .egw_fw_ui_tab_close_button{
  background-size: 12px 12px;
  right: 0px;
  top: 2px
}
//end tabs header styling