
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background-color: #d9edf7;
}


/*     ↓1280px幅固定↓ヘッダーセット↓画面FIX↓     */
header.navbar-fixed-top {
	min-width: 1280px;
	margin: 0 auto;
	padding: 0;
	border: none;
}
header.navbar-fixed-top > div.navbar {
	min-height: 50px;
	margin-bottom: 0;
	padding: 0 20px;
	border: none;
}
header.navbar-fixed-top > div.navbar > h1.navbar-brand {
	margin: 0 0 0 -15px;
	height: 50px;
	padding: 10px 15px;
}
.navbar-nav > li > a {
	padding: 10px 15px;
}
.navbar-nav > li > a.fa2x {
	padding: 7px 15px;
}
.dropdown-messages div.pb5 {
	padding-bottom: 5px;
	position: relative;
}
/* 通知時間 */
.dropdown-messages div.pb5 > span {
	position: absolute;
	right :0;
}
.function-header {
	margin: 0 auto;
	padding: 0;
	margin-top: -60px;
	position: fixed;
	width: 100%;
	background-color: #d9edf7;
	z-index: 1;
	padding-right: 30px;
}
.function-header > div.nav {
	padding-left: 10px;
	padding-right: 10px;
	min-height: 58px;
}
h2 {
	margin: 15px 0 10px;
}
.h2 {
	margin: 12px 0 11px; /* 高さ許容58px（ボタン高さ34px、ボタン枠1px） */
	padding-right: 15px
}
/*     ↑1280px幅固定↑ヘッダーセット↑画面FIX↑     */


/*     ↓ロゴのためのスタイル↓     */
img.brand-logo {
	position: absolute;
	    width: 30px;
}
#system-name {
	padding-left: 35px;
	line-height: 32px;
}
/*     ↑ロゴのためのスタイル↑     */


/*     ↓1280px幅固定↓共通ヘッダー潜り込み対策↓     */
#all {
	min-width: 1280px;
	min-height: 738px;
	margin: 0 auto;
	padding-bottom: 25px;
	margin-bottom: 25px;
	padding: 108px 30px 0 20px; /* 共通ヘッダー50px、コンテンツヘッダー58px、パネル１ボーダー1px */
	background-color: #d9edf7;/*infoのカラー*/
}
footer.navbar-static-bottom {
	min-width: 1280px;
	margin: 0 auto;
	padding: 5px 35px 5px 20px;
}
/*     ↑1280px幅固定↑共通ヘッダー潜り込み対策↑     */



/*     ↓幅指定なし↓オールマイティ使用コンテナ↓     */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
/*     ↑幅指定なし↑オールマイティ使用コンテナ↑     */

/*     ↓ログイン画面用div↓     */
.login-panel {
	width: 40%;
	margin: 0 auto;
}
/*     ↑ログイン画面用div↑     */

/*     ↓ポップアップ↓     */
#popup-revision {
	min-width: 300px;
	width: 300px;
	margin: 0;
	padding: 20px;
	background-color: #d9edf7;/*infoのカラー*/
}
/*     ↑ポップアップ↑     */


/*     ↓見出し↓     */
.container .panel > header.panel-heading {
	padding: 5px 15px;
}
.container .panel .panel-footer {
	padding: 5px 15px;
}
.container .panel > header.panel-heading > h3,
.container .panel > header.panel-heading > .h3 {
	margin: 0;
	line-height: 34px;
}
/*     ↑見出し↑     */


/*     ↓.table-borderdに罫線追加↓     */
.table > thead:first-child > tr:first-child > th {
	border-top: 1px solid #ddd;
}
.table > tbody:last-child > tr:last-child > td {
	border-bottom: 1px solid #ddd;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child {
	border-right: 1px solid #ddd;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child {
	border-left: 1px solid #ddd;
}
/*     ↑.table-borderdに罫線追加↑     */




/*     ↓パネルアコーディオン↓     */
a[data-toggle][data-parent="#accordion"] i,
a[data-toggle][data-parent="#accordion"] span {
	color: #333;
}
/*     ↑パネルアコーディオン↑     */


header > nav.navbar {
	margin-bottom: 0;
}

.navbar-right {
	margin-right: 0;
}

.navbar-nav > li > a {
	line-height: 30px;
}

.panel-group + .bottom-pd {
	padding-bottom: 20px;
}



/*     ↓テーブルカラム幅固定↓     */
table.nowrap-hidden-67 > thead > tr > th,
table.nowrap-hidden > tbody > tr > td {
	width: 67px;
	max-width: 67px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
table.nowrap-hidden-67 > thead > tr > th:last-child,
table.nowrap-hidden > tbody > tr > td:last-child {
	width: 70px;
	max-width: 70px;
}

table.nowrap-hidden-input > thead > tr > th,
table.nowrap-hidden-input > tbody > tr > td {
	width: 67px;
	max-width: 67px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
table.nowrap-hidden-input > thead > tr > th:first-child,
table.nowrap-hidden-input > tbody > tr > td:first-child {
	width: 35px;
	max-width: 35px;
}
table.nowrap-hidden-input > thead > tr > th:nth-child(2),
table.nowrap-hidden-input > tbody > tr > td:nth-child(2),
table.nowrap-hidden-input > thead > tr > th:nth-child(3),
table.nowrap-hidden-input > tbody > tr > td:nth-child(3),
table.nowrap-hidden-input > thead > tr > th:nth-child(5),
table.nowrap-hidden-input > tbody > tr > td:nth-child(5),
table.nowrap-hidden-input > thead > tr > th:nth-child(6),
table.nowrap-hidden-input > tbody > tr > td:nth-child(6),
table.nowrap-hidden-input > thead > tr > th:nth-child(7),
table.nowrap-hidden-input > tbody > tr > td:nth-child(7),
table.nowrap-hidden-input > thead > tr > th:nth-child(9),
table.nowrap-hidden-input > tbody > tr > td:nth-child(9),
table.nowrap-hidden-input > thead > tr > th:nth-child(11),
table.nowrap-hidden-input > tbody > tr > td:nth-child(11) {
	width: 50px;
	max-width: 50px;
}
table.nowrap-hidden-input > thead > tr > th:nth-child(4),
table.nowrap-hidden-input > tbody > tr > td:nth-child(4),
table.nowrap-hidden-input > thead > tr > th:nth-child(8),
table.nowrap-hidden-input > tbody > tr > td:nth-child(8),
table.nowrap-hidden-input > thead > tr > th:nth-child(10),
table.nowrap-hidden-input > tbody > tr > td:nth-child(10),
table.nowrap-hidden-input > thead > tr > th:last-child,
table.nowrap-hidden-input > tbody > tr > td:last-child {
	width: 80px;
	max-width: 80px;
}
/*     ↑テーブルカラム幅固定↑     */




/*     ↓ボックス調整スタイル↓     */
mg-15 { margin: -15px !important; }
mg15 { margin: 15px !important; }
mt15 { margin-top: 15px !important; }
mr15 { margin-right: 15px !important; }
mb15 { margin-bottom: 15px !important; }
ml15 { margin-left: 15px !important; }
pd15 { padding: 15px !important; }
pd20 { padding: 20px !important; }
pt15 { padding-top: 15px !important; }
pr15 { padding-right: 15px !important; }
pb15 { padding-bottom: 15px !important; }
pl15 { padding-left: 15px !important; }
/*     ↑ボックス調整スタイル↑     */


/*     ↓バッジ（件数表示ラベル）↓     */
.badge {
  display: inline-block;
  min-width: 15px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.list-group-item {
	margin-left: auto;
	margin-right: auto;
}
a.badge-wrap:hover {
	color: #337ab7;
}
a.badge-wrap:hover > .badge {
	background-color: #337ab7;
}
/*     ↑バッジ（件数表示ラベル）↑     */

.form-group > label.control-label,
label.control-label {
	display: block;
	vertical-align: middle;
}


/*     ↓ファイル参照ボタンのサイズ調整↓　　　　　*/
input[type="file"] {
	height: auto;
}
/*     ↑ファイル参照ボタンのサイズ調整↑　　　　　*/


/*     ↓画面固定するgototop↓     */
#gototop {
	margin: 0;
	padding: 0;
	position: fixed;
	right: 40px;
	bottom: 20px;
	display: none;
}
#gototop > a.move-gototop > span.badge {
	width: 80px;
	height: 50px;
	font-size: 18px;
	font-weight: 200;
	line-height: 50px;
	border-radius: 40px;
	background-color: rgba(52,204,255,0.6);
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
#gototop > a:hover > span.badge {
	background-color: rgba(52,204,255,0.85);
}
/*     ↑画面固定するgototop↑     */

/*     ↓オートコンプリートのハイライトスタイル↓     */
.highlight {
		background-color: #ff0;
		color: #000;
}
/*     ↑オートコンプリートのハイライトスタイル↑     */

/*     ↓エラーメッセージ装飾・コントロール装飾↓     */
.error-message {
	padding: 0px 12px;
	color: #c00000;
	background-color: rgba(255, 133, 0, 0.1);
	font-weight: bold;
	border-radius: 2px;
}
.inputForm input:invalid {
	border-left: 4px solid #c00000;
}
.inputForm div.ng-invalid {
	border-left: 4px solid #c00000 !important;
}
/*     ↑エラーメッセージ・コントロール装飾↑     */

/*     ↓Bootstrapに合わせてWijimoのオブジェクトサイズ調整↓     */
.inputForm  .wj-input-group  .wj-form-control {
	height: 32px;
    border-radius: 4px;
}
/*     ↑Bootstrapに合わせてWijimoのオブジェクトサイズ調整↑     */

/*     ↓Wijmo Gridの列項目ピッカー用スタイル↓     */
.wj-col-picker-icon {
		opacity: 0.8;
}
.wj-col-picker-icon:hover {
		opacity: 1;
}
.wj-col-picker-dropdown {
		min-width:100px;
		min-height:40px;
		overflow:auto;
		padding:6px;
		background-color:white;
		border:1px solid black;
		box-shadow:5px 5px 5px rgba(0,0,0,.3);
}
.wj-col-picker-item {
		display:block;
}
/*     ↑Wijmo Gridの列項目ピッカー用スタイル↑     */

/*     ↓Wijmo Input のwj-input-date用クラス↓      */
/* 日付範囲を入力するフォームで、2つの日付入力欄を1行で表示するため。 */
.wj-input-date {
	width: 200px;
}

/* col-xs-4 が指定されている領域に、From ～ To を 1 行で表示する */
div.wj-input-date-xs-4 {
	width: 45%;
}
/*     ↑Wijmo Input のwj-input-date用クラス↑      */

/* プルダウンメニュー項目内部の dl 要素 */
div[wj-part="dropdown"] > div[class="wj-listbox-item"] > div > dl
{
	margin: 0 auto;
}
/* 一覧の操作ボタン用カスタムCSS */

/* Wijimoテーマに合わせたBootstrapのカスタマイズ */
.form-control[disabled] {
	opacity: .5;
/*	color: #1b5c74; */
	background: #fff;
	pointer-events: none;
}
.wj-content {
  border-radius: 4px;
}
.wj-input-group {
  border-radius: 4px;
}
.wj-cell {
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}
.wj-cell.wj-frozen {
	border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.wj-cell.wj-frozen-col {
  border-right-color: #26211f;
  border-width: 1px;
}
.wj-control[disabled] {
	opacity: .5;
	color: #1b5c74;
	background: #fff;
	pointer-events: none;
}

/* テキスト表示位置スタイル */
.align_left {
	text-align: left !important;
}
.align_center {
	text-align: center !important;
}
.align_right {
	text-align: right !important;
}

/* IE 10 以降 */
:-ms-input-placeholder.wj-form-control {
    color: #999 !important;
}

/* マルチセレクト複数列表示用スタイル */
.multi-column {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}
.multi-column .wj-listbox-item {
    min-width: 165px;
}

/* チェックボックス・ラジオボタン修飾 */

/*Radio Check*/
label.radio, label.radio_text, label.checkbox, label.checkbox_text {
	position      : relative;
	cursor        : pointer;
	display       : inline-block;
	overflow      : hidden;
	box-sizing    : border-box;
}
label.radio {
	width         : 25px;
	height        : 25px;
	border        : 1px solid #b3b3b3;
	border-radius : 100%;
}
label.radio_text {
	min-height   : calc(25px + 5px);
	margin-right : calc(25px + 5px);
	padding-left : calc(25px + 5px);
	line-height  : calc(25px + 5px);
}
label.checkbox {
	width      : 25px;
	height     : 25px;
	border     : 1px solid #B3B3B3;
	background : #fff;
}
label.checkbox_text {
	padding-left : calc(25px + 5px);
	line-height  : 25px;
}
/** before after **/
label.radio:before, label.radio_text:before, label.checkbox_text:before,
label.checkbox:after, label.radio_text:after, label.checkbox_text:after{
	content  : '';
	position : absolute;
	box-sizing : border-box;
}
label.radio:before, label.radio_text:before{
	border-radius    : 100%;
}
label.radio:before, label.checkbox:after{
	top              : 0px;
	bottom           : 0px;
	left             : 0px;
	right            : 0px;
	margin           : auto;
}
label.checkbox:after, label.checkbox_text:after{
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	border-right      : 4px solid #0080ff;
	border-bottom     : 4px solid #0080ff;
	top               : calc(50% - (((21px / 12 ) * 5) / 2));
	display           : block;
	margin-top        : calc(((21px / 12 ) * 5) * -1);
	width             : calc(((21px / 12 ) * 5));
	height            : 21px;
	z-index           : 1;
}
label.radio_text:before, label.radio_text:after{
	top              : 0px;
	bottom           : 0px;
	margin-top       : auto;
	margin-bottom    : auto;
}
label.radio:before {
	display          : block;
	width            : 15px;
	height           : 15px;
	z-index          : 1;
	background-color : #0080ff;
}
label.radio_text:before {
	width         : 25px;
	height        : 25px;
	border        : 1px solid #b3b3b3;
	left          : 0px;
	z-index       : 3;
}
label.checkbox_text:before {
	width    : 25px;
	height   : 25px;
	left     : 0px;
	top      : 0;
	border   : 1px solid #B3B3B3;
	z-index  : 3;
	box-sizing: border-box;
}
label.radio_text:after {
	width            : 15px;
	height           : 15px;
	border-radius    : 100%;
	left             : calc(((25px/2) - (15px) / 2));
	background-color : #0080ff;
	z-index          : 1;
}
label.checkbox_text:after {
	left : calc((25px / 2) - (((21px / 12 ) * 5) / 2));
}
/** input **/
label.radio input[type="radio"], label.radio_text input[type="radio"], label.checkbox input[type="checkbox"], label.checkbox_text input[type="checkbox"]{
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	margin     : 0px;
	width      : 25px;
	height     : 25px;
	box-sizing    : border-box;
	outline       : none;
}
label.radio input[type="radio"], label.radio_text input[type="radio"]{
	left       : calc(25px * -1);
	width      : 25px;
	height     : 25px;
	top           : 0px;
	bottom        : 0px;
	margin-top    : auto;
	margin-bottom : auto;
	border-radius : 100%;
}
label.checkbox input[type="checkbox"], label.checkbox_text input[type="checkbox"]{
	left       : calc(25px * -1);
	padding    : 0;
}
label.radio input[type="radio"] {
	display    : block;
	box-shadow : 25px 0px #FFF;
}
label.radio_text input[type="radio"] {
	box-shadow : 25px 0px #FFF;
}
label.checkbox input[type="checkbox"] {
	box-shadow : 25px 0px #FFF;
}
label.checkbox_text input[type="checkbox"] {
	display    : block;
	box-shadow : 25px 0px #FFF;
}
/** checked forcus */
label.checkbox_text input[type="checkbox"]:checked,
label.checkbox input[type="checkbox"]:checked,
label.radio_text input[type="radio"]:checked,
label.radio input[type="radio"]:checked{
	box-shadow : none;
}
label.checkbox_text input[type="checkbox"]:checked:focus,
label.checkbox input[type="checkbox"]:checked:focus{
	opacity: 0.1;
}
label.radio_text input[type="radio"]:focus,
label.radio input[type="radio"]:focus{
	opacity: 0.2;
}

label.checkbox_text input[type="checkbox"]:checked:focus {
	box-shadow : 25px 0px #666;
}
label.checkbox_text input[type="checkbox"]:focus {
	box-shadow : 25px 0px #EEE;
}
label.checkbox input[type="checkbox"]:checked:focus {
	box-shadow : 25px 0px #666;
}
label.checkbox input[type="checkbox"]:focus {
	box-shadow : 25px 0px #EEE;
}
label.radio_text input[type="radio"]:focus {
	box-shadow : 25px 0px #FFF;
}
label.radio input[type="radio"]:focus {
	box-shadow : 25px 0px #FFF;
}

.alert.multi-line {
	white-space: pre-wrap;
}
/* UMETOKU_KAKOITAKU-357 納入履歴一覧の未読・既読がわかるようにしてほしい */
.red-bold {
	font-weight:bold !important; 
	color:#FF0000 !important;
}
/* END ======================================================== */

/* UMETOKU_KAKOITAKU-349 納入計画履歴一覧の件 */
.blue-bold {
	font-weight:bold !important; 
	color:#4169e1 !important;
}
/* END ==================================== */
