/**
 * @env: lumapps-others
 * @customerName: Japan Airlines
 * @customerId: 5453029880889344
 * @account: None
 *
 * @instanceName: 部門_客室
 * @instanceId: 5160486026870784
 *
 * @styleName: JAL Group
 * @styleId: 6420255702253568
 * @styleType: Global site
 * @kind: custom
 *
 * @url: https://sites-ms.lumapps.com/a/jal/cabin
 */

/**
 * DOCUMENT INFORMATION
 * - Client: Japan AirLines
 * - Designer: jean@lumapps.com
 * - Version: 1.1
 * - Updated On: 10/25/2019
 * - Modified By Softbank
 */

/**
 * DOCUMENT STRUCTURE
 * - 1.0 - GLOBAL
 * - 2.0 - HEADER
 * - 3.0 - GLOBAL STYLES
 * - 4.0 - SPEC STYLES
 * - 5.0 - FOOTER
 */

/* ===1.0 - GLOBAL=== */

/* Anything related to styles at the site level */

/* ===2.0 - HEADER=== */

/* Custom Header Height */

.header-top,
.header-top__wrapper{
  height: 68px;
}

.header-main-nav{
  top: 68px;
}

/* UserName - Display None */

.header-top .user-settings__name{
  display: none;
}

.header-top__bookmarked-apps{
  display:none;
}

/* Header - Custom Search Field */

.header-top--theme-light .header-top__search .search-engine.search-engine--autocomplete{
  background-color: rgba(95,110,120,.2);
	border: 1px solid #5F6E78;
	border-radius: 4px;
}

.search-filter--autocomplete {
   padding: 0px!important;
}

.header-top--theme-light .header-top__search .search-engine  .mdi-magnify{
  color: #374047;
}

.header-top--theme-light .header-top__search .search-engine input{
  color: #374047;
}

/* Main Navigation - Remove Shadow */
.header-main-nav{
  box-shadow: none;
}

/* Main Navigation - Custom Active State */

.header-main-nav .main-nav__child.main-nav__child--is-active .main-nav__link-wrapper{
  background-color: hsla(0,255%,-128%,0.5);
}

/* ===3.0 - GLOBAL STYLES=== */

/* Anything related to custom properties for Global Styles */

/* ===4.0 - SPEC STYLES=== */

/* Content List - Spec - Alert */

.widget--shared-spec-contentlist-alert{
  display: flex;
  flex-direction: row;
}

.widget--shared-spec-contentlist-alert .widget-header h2.widget-header__title{
  display: none;
}

.widget--shared-spec-contentlist-alert .widget-content{
 padding-top: 12px !important;
 padding-bottom: 12px !important;
}

.widget--shared-spec-contentlist-alert .widget-content-list__list .content-block--default-style.content-block--theme-dark{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}


.widget--shared-spec-contentlist-alert .widget-content-list__list .content-block__field--title .content-block-title{
  font-size: 14px;
  line-height: 20px;
}

/* Content List - Following Contents */

.widget--following-content-list .widget-content-list__list .content-block:first-child{
  display: none;
}


/* ===5.0 - FOOTER=== */

/* Footer Style */
.footer{
 background-color : #F8F9F9;
}


.footer .wrapper{
 padding: 40px 0;
 display:flex;
 justify-content: space-between;
 align-items: center;
}


.footer .wrapper img.oneworld {
 max-height: 86px;
 align-items: center;
}

.footer .wrapper img.JAL {
 max-height: 60px;
 align-items: center;
}
