@charset "utf-8";

/* 倉庫ページ用 */

/*ログイン画面*/
.login-logo span,
.register-logo span {
	background: #EDAD0B;
}

/*ヘッダ 色*/
.skin-asims .main-header .logo,
.skin-asims .main-header .navbar {
	background-color: #EDAD0B;
}
.skin-asims .main-header .navbar .badge{
	background: #2990c5 !important;
}
.skin-asims .main-header .navbar .sidebar-toggle:hover {
	background-color: #dda10a;
}
.shipper-menu .fa {
	margin-left: 4px;
}
.dropdown-menu.shipper-menu-list {
	padding: 0;
	width: 280px;
}
.dropdown-menu.shipper-menu-list li{
	padding: 7px 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-custom-menu > .navbar-nav > li > .dropdown-menu.shipper-menu-list {
		right: 32%;
	}
}

/* パスワード可視化・不可視化 */
.wd-inline {
    width: 89% !important;
}

.pw-visualization {
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}
.pw-visualization:hover {
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #5bc0de;
    border-radius: 3px;
    cursor: pointer;
    background-color: #428bca;
    color: #fff;
    transition-property: background-color;
    transition-duration: .25s;
}

@media screen and (max-width: 480px) {
    .wd-inline {
        width: 82% !important;
        display: inline;
    }

    .pw-visualization {
        padding-top: 8px;
        padding-bottom: 6px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

/*トップに戻る 色*/
.totop span {
	background: #EDAD0B;
}

/*強調文字*/
em, strong {
	font-style: normal;
	font-weight: bold;
}

/* 上部情報バー */
#jobAlert {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 1040;   /* 1030より大きく、モーダルより小さい値 */
}
.job-alert-bar {
    position: relative;
    padding: 0.2em 0.5em;
    border-bottom: 1px solid #666;
}
.job-alert-text {
    width: 100%;
    padding: 0 5.5em;
}
.job-alert-link-text {
    color: #fff;
}
.job-alert-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
    padding-right: 0.5em;
    padding-top: 0.2em;
    width: 5.25em;
    transition: 0.1s;
}
.job-alert-close:hover {
    background: rgba(255,255,255,0.8);
    color: #333;
}

/* ヘルプ */
.tooltip-inner {
    max-width: 100%;
    text-align: left;
}

/* 詳細検索エリア */
.detail-search-area {
    display: none;
    padding: 10px;
    margin-top: 15px;
}

/*フォーム*/
form .required > label:after {
    margin: -0.2em 0em 0em 0.2em;
    content: '*';
    color: #DB2828;
  }
  form .required > label:after {
    display: inline-block;
    vertical-align: top;
  }
  
  /* 必須マーク */
  .manual-required:after {
      content: '必須';
      display: inline-block;
      position: relative;
      color: #FFFFFF;
      background-color: #eb553d;
      border-radius: 5px;
      font-size:12px;
      padding: 2px 4px 2px 4px;
      margin: 1px 2px 1px 2px;
  }
  h2.manual-required:after,
  h3.manual-required:after {
      top:-2px;
      padding: 4px 4px 4px 4px;
  }
  .fix-pb-btn {
      padding-bottom: 15px !important;
  }