@CHARSET "UTF-8";

/* .brand {
	font-style: oblique;
} */
.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}
table {
	border-color: #000;
}
th {
	background-color: #88C0D7;
	vertical-align: middle;    
}
tr.even {
    background-color: rgb(235,245,255);
}

tr.allEdit-even {
    background-color: #D7EEFF;
}

tr.odd {
	background-color:#fff
}

.text-black {
    color: #555;
}

.text-red {
    font-weight: bold;
    color: red;
}

/* 領域スタイル */
div.header-area {
	height: 5em;
}
div.btn-area {
	text-align: right;
}
div.paging-area {
	text-align: right;
	margin-bottom: 5px;
}
/* 表示フィールドスタイル */
blockquote {
/* 	border-top: 2px solid #ccc;
	border-right: 4px solid #eeeeee;
 */
	border-right: 4px solid #777;
	border-left: 4px solid #777;
	border-bottom: 2px solid #777;
}
h5 {
	margin-bottom: 2px;
	color:#708090;
}
span{
  color:#708090;
}
/* フィールドラベル */
label.field  {
	/* border: 1px solid gray;; */
/*	border-left: 5px solid #E8F6F7; */
	border-left: 5px solid #999;
	border-bottom: 1px solid #999;
	font-weight: bold;
	padding-left : 4px;
	display:inline-block;
}
/* 強調フィールドラベル */
label.field.strong {
	border-left: 5px solid #09F;
	border-bottom: 1px solid #999;
}
label.field.strong-left {
	border-left: 5px solid #09F;
    border-bottom:none;
}

label.field.strong-primary {
	border-left: 5px solid #337ab7;
	border-bottom: 1px solid #337ab7;
}
label.field.strong-primary-left {
	border-left: 5px solid #337ab7;
    border-bottom:none;
}

label.field.strong-success {
	border-left: 5px solid #5cb85c;
	border-bottom: 1px solid #5cb85c;
}
label.field.strong-success-left {
	border-left: 5px solid #5cb85c;
    border-bottom:none;
}

label.field.strong-info {
	border-left: 5px solid #5bc0de;
	border-bottom: 1px solid #5bc0de;
}
label.field.strong-info-left {
	border-left: 5px solid #5bc0de;
    border-bottom:none;
}

label.field.strong-warning {
	border-left: 5px solid #f0ad4e;
	border-bottom: 1px solid #f0ad4e;
}
label.field.strong-warning-left {
	border-left: 5px solid #f0ad4e;
    border-bottom:none;
}

label.field.strong-danger {
	border-left: 5px solid #d9534f;
	border-bottom: 1px solid #d9534f;
}
label.field.strong-danger-left {
	border-left: 5px solid #d9534f;
    border-bottom:none;
}

/* 入力フィールドラベル */
label.field.input {
/*	border-left: 5px solid #E0F5E1;	*/
	border-left: 5px solid #999;
	padding-top: 3px;
	padding-bottom: 2px;
}
/* テキストエリアのフィールドラベル */
label.field.input+textarea {
	vertical-align: top;

}
/* セレクトボックスのフィールドラベル */
label.field.input+select {
	padding-top: 4px;
}

label.inputControl{
    display:inline-block;
    margin:0px!important;
}

/* 表示フィールド */
p.field {
	/* border: 1px solid gray; */
	border-bottom: 1px dashed #999;
	margin-left: 5px;
	display:inline-block;
}
/* 強調表示フィールド */
p.field.strong {
	font-weight: bold;
}
/* 日付フィールド */
input.date {
	width: 6em;
}
input.time {
	width: 4em;
}
/* 人フィールド */
input.person {
	width: 10em;
}
/* 金額フィールド */
input.price {
	width: 6em;
}
/* 3点リーダー表示 */
p.elipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0px;
}

td:nth-child-odd {
    background-color: #FFF5EE;
}

/*.grvPadding
{
    padding-left:5px;
}

.grvCellBorder tr
{   
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.grvCellBorder th
{   
    border-left		: 1px solid #cccccc;
	
    text-align          :left;
   
    margin: 0px 0px 0px 0px;
}

.grvCellBorder td
{   
    border-left:1px solid #cccccc;
	word-break			: BREAK-all;
    
	margin: 0px 0px 0px 0px;
}

.grdTempCell
{
    height:100%;
    vertical-align:top;
    background-color:Blue;
}

.grdTempCell tr
{
    height:auto;
}

 define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	overflow: auto;
	/*width: 756px*/
}

/* Reset overflow value to hidden for all non-IE browsers. */
 div.tableContainer {
	overflow: hidden;
	/*width: 756px*/
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	/*width: 740px*/
}


thead.fixedHeader tr {
	position: relative
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers
 thead.fixedHeader tr {
	display: block
} */


 tbody.scrollContent {
	display: block;
	overflow: auto;
	width: 100%
}

/* フィールドラベル */
label.autoInput  {
/*	border-bottom: 1px solid #999;*/
	font-weight: bold;
	padding-left : 4px;
	display:inline-block;
	padding-top: 3px;
/*	padding-bottom: 2px;*/
	color: #555555
}
.lstv
{
    width:100%;
}
.lstv th {
    font-size: 11px;
	font-weight: normal;
}
.lstv td
{
    font-size: 11px;
    color:Black;
    word-break			: BREAK-all;
}

.lstv span
{
    font-size: 11px;
    color:Black;
}

.lstv p
{
    color:Black;
}

.textStyle
{
  display: inline-block;
  height: 20px;
  padding: 2px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.textNomalLabel
{
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: Black;
  vertical-align: middle;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.pfield {
	/* border: 1px solid gray; */
	border-bottom: 1px dashed #999;
	margin-left: 5px;
	display:inline-block;
	padding-bottom:0px;
	margin-bottom:0px;
}

.processPanel {
    /*position			: absolute;*/
    width:100%;
    height:100%;
    top:0;
    left:0;
    background			: #7F7F7F;
	border				: solid 1px #c0c0c0;
	font-size			: 12pt;
	color				: #0000ff;
	text-align			: center;
	vertical-align		: middle;
	filter				: Alpha(opacity=80);
	opacity				: 0.8;
}


.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
  display: inline-block;
  padding: 2px 6px; 
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  font-weight: normal;  
  display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  zoom: 1;
}  /* テキストボックス部分のスタイル */

.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
  border: 1px solid #cccccc;
  border-left :0px none;
  height: 23px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  cursor: pointer;
  -webkit-appearance: button;
  margin-left: -20px;
  font-size: 100%;
  vertical-align: middle;
  overflow: visible;
  line-height: normal;
  margin-bottom: 0;
  zoom: 1;
}  /* ボタン部分（下矢印）のスタイル */

.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button:-moz-focus-inner {
  padding: 2px 6px;
  border: 0;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  zoom: 1;
}

.ajax__combobox_itemlist{
    z-index:1400!important;
}
/* .AquaStyle .ajax__combobox_itemlist 
{
    max-height:200px;
    overflow:scroll;
}

.AquaStyle .ajax__combobox_itemlist li{
  border-color: #000000;
  background-color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}  候補リストのスタイル */

AquaStyle 
{
    height:23px;
}

.Combox-Width230 .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
  width: 180px;  
}  /* テキストボックス部分のスタイル */

.Combox-Width230 .ajax__combobox_itemlist li{
  width:230px;
}  /* 候補リストのスタイル */

.SystemTitlefont
{
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
}

input[type="text"]::-ms-clear{
    display: none;
}

blockquote {
	border-right: 4px solid #1E3F75;
	border-left: 4px solid #1E3F75;
	border-bottom: 2px solid #1E3F75;
}
h5 {
	margin-bottom: 2px;
	color:#185778;
}
span{
  color:#708090;
}

h5 span{
    color:#185778;
}

h5 span.right{
    float:right;
    padding-right:8px;
    font-size:9pt;
}

.h5Span{
    color:#185778;
    font-size:14px;
    font-weight:bold;
    margin-left:10px;
}

div.blockquote{
    display:inline-block; 
    line-height:20px; 
    height:20px; 
    border-left: 4px solid #1E3F75; 
    border-right: 4px solid #1E3F75; 
    border-bottom:2px solid #1E3F75;
    padding-bottom:1px;
    margin-bottom:5px;
    margin-top:10px;
    width:99%;
    padding-bottom:3px;
}

.tblmini td{
    padding-top:1px;
    padding-bottom:1px;
}
.tblmini th{
    padding-top:1px;
    padding-bottom:1px;
}

.bigLabel{
    font-size:medium; 
    padding:7px 15px;
}

/*.tblmini td label{
    margin:0px!important;
}*/

.progress-success {
    border:1px solid #5cb85c;
}

.progress-info {
    border:1px solid #5bc0de;
}

.progress-warning {
    border:1px solid #f0ad4e;
}

.progress-danger {
    border:1px solid #d9534f;
}

.progress-primary{
    border:1px solid rgba(27, 130, 187, 1);
}

.progress-purple{
    border:1px solid rgba(79, 34, 112, 1);
}

.progress-unsend{
    border:1px solid rgba(163, 54, 67, 1);
}

.progress-mgt{
    border:1px solid rgba(201, 99, 125, 1);
}

/*#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
}*/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  
  height: 50px;
  background-color: #f5f5f5;
  text-align: center;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/*body > .container {
  padding: 60px 15px 0;
}*/
.container .text-muted {
  margin: 10px 0;
}

label.label-search11 {
    width: 11.5em;
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color:#EEEEEE;
    top: 0;
    left: 0;
    opacity: 0.8;
}

#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("../img/UpdateProgress.gif") center center no-repeat;
}


