body{
	color:#666666;
}
ol,
ul,
dl {
  padding-left: 0rem;
  margin-bottom: 0rem;
}

a:hover{
	cursor: pointer;
}

.navbar{
	margin-bottom:10px;
}
.container {width: auto;}
input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}
#searchAreaToggle{
	margin-left:10px;
}
#searchArea{
	padding: 10px;
    border: 1px solid #DEDEDE;
    border-radius: 1em;
    margin-top: 5px;
    background-color:#d1daff;
}

.errorMessage{
	color: #FF4F4F;
    font-weight: bold;
    padding: 10px;
    font-size: 16px;
    overflow: auto;
    max-height: 100px;
}
.btn:disabled{
	background-color:#777777;
	border-color:#777777;
}
.btn:disabled:hover{
	background-color:#777777;
	border-color:#777777;
}
#searchArea {
	background-color:#dde4ff;
	font-size:12px;
}
#searchArea input:not(.btn-primary){
	font-size:12px;
}
#searchArea .btn-default{
	font-size:12px;
	padding:3px 36px 3px 6px;
}
#searchArea .btn-sm{
	font-size:12px;
	padding:3px 6px;
}
#searchArea td:not(.bootstrap-datetimepicker-widget){
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}
#searchArea .form-control{
	width:auto;
	display:inline;
	padding:3px 0px;
	height:auto;
}
.searchAreaHeader{
	background-color:#c3cef3;
	font-weight:bold;
}
.searchAreaData{
	background-color:#f5f5fd;
}
.modal {
  overflow-y: auto;
  max-height: 95%;
  --bs-modal-width:auto;
}

.modal-lg {
	width:95%;
}
.pageDiv{
	margin-top:5px;
}

#modal-show-message .btn-blue{
    width: 150px;
    height: 50px;
    color: #FFF;
    font-size: 18px;
	margin-right:10px;
}
#modal-show-message .ic-ok{
	top:2px;
}
#modal-show-message .ic-cancel{
	top:2px;
}
.modal-show-message-footer{
	text-align:center;
	padding-top:22px;
	border-top:1px solid;
}
#modal-show-message .modal-body {
    /* 画面の95%の高さからpadding, ヘッダ, 上下の枠線(2px*2), ボタン部分を引く */
    max-height: calc(95vh - 140px * 2 - 50px - 4px - 72px);
}
#modal-show-message .modal-dialog.data-more {
    min-height: 255px;
}
#modal-show-message .modal-content-wrap1 {
	word-break: break-all;
}
/*
�b��Ńf�U�C��css�������ŏ㏑��
*/
.navbar-fixed-top{
	z-index: 3000;
}
.tbl-icon.ic-ok{
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  top: 4px;
  text-align: center;
}

#jt-footer1{
  position: fixed;
  bottom: 0px;
  z-index: 999;
}
.modal-dialog.data-more {
  border: 2px solid #7d79ff;
}

.btn-black.disabled {
  background: #1a2a39;
  background: -moz-linear-gradient(left, #1a2a39 0%, #111a23 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1a2a39), color-stop(100%, #111a23));
  background: -webkit-linear-gradient(left, #1a2a39 0%, #111a23 100%);
  background: -o-linear-gradient(left, #1a2a39 0%, #111a23 100%);
  background: -ms-linear-gradient(left, #1a2a39 0%, #111a23 100%);
  background: linear-gradient(to right, #1a2a39 0%, #111a23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  cursor:default;
}

.navbar-nav > li > .btn-setting{
	padding-left: 5px;
}
.contents-nav-text li{
	display: inline-block;
	padding-top: 8px;
	padding-left: 20px;
	cursor: pointer;
}
#header-user-photo img {
	position: absolute;
	top: 8px;
	border-radius: 50%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
	width: 26px;
	height: 32px;
	background-position-x: center;
	background-position-y: center;
}

.header-user-area{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.noImage{
	background-image: url(../../img/default-person.svg);
	position: absolute;
	top: 8px;
	border-radius: 50%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
	width: 26px;
	height: 32px;
	background-position-x: center;
	background-position-y: center;
}


.navbar-nav > li > .btn-search{
	right: 0px;
}
.navbar-right{
	right:320px;
}
.btn-user{
	position:absolute;
	color: #666666;
	display: block;
	height: 50px;
	padding-top: 18px;
	margin-left: 40px;
	width: 118px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ic-arrow-down-g-sm {
  width: 12px;
  height: 7px;
  background-image: url(../../img/arrow_drop_g_sm.png);
  background-repeat: no-repeat;
  margin-left: 6px;
  top: -1px;
}
#user-table{
	position:fixed;
	top:50px;
	right:0px;
	color: #000000;
	background-color: #FFF;
	border: 1px solid #AAAAAA;
	z-index: 2001;
	height: 228px;
	display:none;
}
#user-menu-config-table{
	position:fixed;
	top:50px;
	right:185px;
	color: #666666;
	background-color: #FFF;
	border: 1px solid #AAAAAA;
	z-index: 2002;
	height: 228px;
	display:none;
}
.user-menu-master-table{
	position:fixed;
	top:50px;
	right:370px;
	background-color: #cccccc;
	color: #666666;
	background-color: #FFF;
	border: 1px solid #AAAAAA;
	z-index: 2003;
	height: 228px;
	display:none;
}

#user-menu-master-table,
#user-menu-kzn-souikufu-table,
#user-menu-kzn-tanzaku-table,
#user-menu-vpp-table,
#user-menu-table-left,
#user-menu-config-table,
#user-table {
	height: auto;
}

.user-menu>a {
	word-break: break-all;
}

.user-menu-table{
	text-align:left;
}
.user-menu{
	height:30px;
	width:180px;
	color: #666666;
	font-family: "NotoSansCJKjp", sans-serif;
	font-size: 14px;
	line-height: 1.5rem;
}

.user-menu-master-table .user-menu{
	width: 240px;
}
/* ボックスいっぱいまでリンク範囲を広げる */
.user-menu-master-table a{
	display:block;
	width: 100%;
	height: 100%;
}
.user-menu.clickable{
	cursor: pointer;
	/*padding-left: 20px;*/
}
.user-menu.clickable:hover{
	background-color: #CCCCCC;
}
.user-menu.clickable.active{
	background-color: #CCCCCC;
}
.user-menu.noclickable{
	cursor: auto;
	padding-left: 20px;
	color: #999999;
}
#menu-icon{
	max-height: 45px;
	position: absolute;
	top: 2px;
	left: 15px;
}
#menu-title{
	/*margin-left: 60px;*/
	text-align:center;
}
#beforeLoginLi{
	padding-top:0px;
	top:10px;
	position: absolute;
	right: 320px;
}
.navbar-nav, .nav-text{
	width: 100%;
	z-index: -1;
}
#menuOverlay{
	position: fixed;
	z-index: 2000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}
.navbar-nav > li > .btn-search, .modal-header .btn-search{
	padding-left: 60px;
}
.navbar-nav .ic-search-header, .modal-header .ic-search-header{
	left: 18ppx;
}
.ic-arrow-down-sm{
	margin-left: 18px;
}
#user-menu-config-table-left .user-menu{
	width: 200px;
}

@media (max-width: 1199px) {

  .jt-main-content{
  	margin-top:0px;
  }
  .sp-hide{
  	display: block;
  }
  .navbar-toggle{
  	cursor: default !important;
  }
  .navbar-nav, .nav-text{
  	width: auto;
	z-index: -1;
  }
}
@media (max-width:767px) {
  .jt-g-contents1 label.select-lavel{
	width:auto;
  }
  #beforeLoginLi{
  	display: none;
  }
  #header-user{
  	display: none;
  }
  .user-menu{
  	height: 24px;
  	width: 140px;
  	font-size: 12px;
  }
  #user-menu-config-table{
  	right: 145px;
  }
  #user-menu-config-table-left .user-menu{
  	width: 140px;
  }
  .user-menu-master-table{
  	right: 285px;
  }
  .user-menu-master-table .user-menu{
  	width: 200px;
  }
  .ic-arrow-down-g-sm {
  	margin-left: 40px;
  }
}

@media (max-width:400px) {
  #user-menu-config-table{
  	right: 100px;
  }
  .user-menu-master-table{
  	right: 170px;
  }

}

/* checkboxtable */
.checkboxTable tr>*{
	padding-right:5px;
	text-align:left;
}

.checkboxTable tr>*:first-child{
	width: 50px;
	text-align: center;
}
.checkboxTable tr>*:first-child input[type="checkbox"]{
	height:16px;
	font-size:12px;
	text-align: center;
	vertical-align: middle;
}

/* footer-buttons */
.btn-blue {
	margin-bottom:10px;
}

#footer_buttons {
	padding-left:8px;
	margin-left:0px;
}


.user-menu.clickable span{
	padding-left:20px;
	width: inherit;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

table.sub-menu tr td.user-menu a{
	display:inline-block;
    width: inherit;
	height:100%;
	line-height:30px;
	padding-left:20px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

select[disabled]{
	color:#7A7B7B;
}

#menuTantoCd{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100px;
	display: table-cell;
}

.menuTableCell{
	display: table-cell;
}

