/* manual link display none https://mobilus.backlog.jp/view/MBA-5383 */
.mobilus_manual_link {
    display: none !important;
}
/*ロゴ画像差し替え 共通*/
.override_logo {
  /*
  margin-top: 8px !important;
  margin-left: 23px !important;
  height: 48px !important;
  width: 140px !important;
  */

  height:56px !important;
  width:256px !important;
  background: url("https://mobi.lineomni.jp/api/globalPublicFiles/mst/common/images/logo2.svg") no-repeat left top !important;
  background-color: white !important;
  background-position: 50% 50% !important;
  background-size: 90% !important;
}

header .c123.c124:nth-child(1) {
    height: 56px !important;
    width: 256px !important;
    background: url(https://mobi.lineomni.jp/api/globalPublicFiles/mst/common/images/logo2.svg) no-repeat left top !important;
    background-color: white !important;
    background-position: 50% 50% !important;
    background-size: 90% !important;
    
}
header .c123.c124:nth-child(1) > img {
    display: none !important;
}

.override_logo img {
  /*
  visibility: hidden !important;
  */
  visibility: hidden !important;
}

.override_logo span {
  /*
  display: none !important;
  */
}

/*ロゴ画像差し替え アドミン/ログイン画面*/
.override_logo_mobiadmin {
  /*
  background: url("http://mobilus.co.jp/wp-content/themes/mobilus/images/icons/logo.png") no-repeat left top !important;
  background-size: cover !important;
  */

}

/*ロゴ画像差し替え モビエージェント*/
.override_logo_mobiagent {
  /*
  background: url("http://mobilus.co.jp/wp-content/themes/mobilus/images/icons/logo.png") no-repeat left top !important;
  background-size: cover !important;
  */
}

/*ロゴ画像差し替え モビワーク*/
.override_logo_mobiwork {
  /*
  background: url("http://mobilus.co.jp/wp-content/themes/mobilus/images/icons/logo.png") no-repeat left top !important;
  background-size: cover !important;
  */
}

/*ヘッダーカラー アドミン/ログイン画面*/
.override_header_color_mobiadmin {
  /*background-color: blue !important;*/
  background-color: #414851 !important;
}

/*メインテーマカラー アドミン/ログイン画面*/
.override_theme_color_mobiadmin {
  /*background-color: green !important;*/
}

/*ヘッダーカラー モビエージェント*/
.override_header_color_mobiagent {
  /*background-color: blue !important;*/
  background-color: #056874 !important;
}

/*メインテーマカラー モビエージェント*/
.override_theme_color_mobiagent {
  /*background-color: green !important;*/
}

/*ハイライトカラー モビエージェント*/ 
.override_selected_item_mobiagent {
}

/*ヘッダーカラー モビワーク*/
.override_header_color_mobiwork {
  /*background-color: blue !important;*/
  background-color: white !important;
}

/*メインテーマカラー モビワーク*/
.override_theme_color_mobiwork {
  /*background-color: green !important;*/
}

/* モビルスマニュアルページヘのリンク */
.mobilus_manual_link {
    display: none !important;
}