.text-orange{color: #ffa500}

.box-header {
    border: none;
    margin-top: 0rem;
    /* border-bottom: 1px solid #DEDEDE; */
    /* padding-bottom: 0rem; */
    /* border-radius: 3px 3px 0 0; */
    /* -webkit-border-radius: 3px 3px 0 0; */
    -moz-border-radius: 3px 3px 0 0;
    /* margin-bottom: 0; */
    /* font-size: 1.2em; */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1))); */
    /* background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%); */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1a000000', GradientType=0);
}

.page-header {
    margin: .25rem 0 .25rem;
    border-bottom: 1px solid #eee;
}

.parts-group-header {
     margin: 1rem 0 1rem;
     padding: .5rem 0 0 .5rem;
     /*  background: #f5f5f5;*/
    border-bottom: solid 1px #dcdcdc;
}

.parts-group {
	background: #f5f5f5;
	padding: 1rem;
	 border-bottom: 1px solid #eee;
}

label.radio-inline, label.checkbox-inline, label.radio, label.checkbox {
    border: solid 1px #dcdcdc;
    border-radius: .5rem;
    padding: .4rem .5rem;
    width: 100%;
    cursor: pointer;
}
label.radio-inline.notMark, label.checkbox-inline.notMark, label.radio.notMark, label.checkbox.notMark {
	border: 0px;
}
label.radio-inline-sm, label.checkbox-inline-sm, label.radio, label.checkbox {
    border-radius: .4rem;
    padding: .3rem .3rem;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .radio-inline-sm input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .checkbox-inline-sm input[type="checkbox"]  {
	margin-right: .5rem
}
.radio-inline.is-invalid {
	border-color: #dc3545;
	background: #FFE7EA;
}
.radio-inline:has( .is-invalid) {
	border-color: #dc3545;
}
.labelChecked{background: #fffaf0!important}
.labelNotChecked{background: #fff}
.labelDisabled{background: #f5f5f5!important}

.require {
    color: #dc3545;
}

.person .maru_half {
	padding:.2rem .5rem;
    font-size: 0.8em;
    font-weight: bold;
}
.person .passive {
    color: #fff;
    background: #ced4da;
}
.person .active {
    color: #fff;
    background: #28a745;
}
.company .maru_half {
	padding:.2rem .5rem;
    font-size: 0.8em;
    font-weight: bold;
}
.company .passive {
    color: #fff;
    background: #ced4da;
}
.company .active {
    color: #fff;
    background: #007bff;
}

.control-label{

	}
.page-description {
	padding-left: .5rem;
	margin-bottom:1rem;
	color: #666666;
}
.page-description p.head {
	font-size: 0.9em;
	padding:.4rem .5rem;
}
.page-description p {
	font-size: 0.8em;
	padding:.1rem 1rem;
}

.page-description-z {
	padding-left: 0rem;
	margin-bottom:1rem;
	color: #666666;
}
.page-description-z p.head {
	font-size: 0.85em;
	padding:.4rem 0rem;
}
.page-description-z p {
	font-size: 0.8em;
	padding:.1rem .1rem;
}

.thumbnail{
	margin: 1rem;
}
div.detail-display div.columns{margin-bottom: .2rem; border-bottom: solid 0px #eee;}
div.detail-display p.label {background: #f8f8ff; /*border-bottom: solid 1px #eee;*/ display: block; padding: .2rem 0.5rem; font-size: .9rem; margin: 0rem}
div.detail-display p.value {display: block; padding: .2rem .5rem; font-size: .9rem}

.bg-input {background: #faebd7
}
.w100 {width: 100%}
.w10 {width: 10%}
.w15 {width: 15%}
.w20 {width: 23%}
.w30 {width: 30%}
.w40 {width: 40%}
.w60 {width: 60%}
.w80 {width: 80%}
.w85 {width: 85%}
.w90 {width: 90%}
.w95 {width: 95%}
.fs70 {font-size: 70%}
.fs90 {font-size: 90%}

/*
 * loading
 */
.loader {
    text-align: center;
    height:25px;
}
.loader span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 20px auto 0 10px;
    background: black;
    border-radius: 50px;
    -webkit-animation: loader 0.9s infinite alternate;
    -moz-animation: loader 0.9s infinite alternate;
}
.loader span:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.loader span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
@-webkit-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -webkit-transform: translateY(-21px);
  }
}
@-moz-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -moz-transform: translateY(-21px);
  }
}
/*
 * loading
 */

 /* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
 /* margin-bottom: 60px;*/
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  /*background-color: #f5f5f5;*/
}
 /* Sticky footer styles
-------------------------------------------------- */


/* ローディング画面の背景 */
.loading {
  display:none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
  	opacity:0.8;
	filter: alpha(opacity=80);
}
.load{
  position: absolute;
  top: 40%;
  left: 40%;
}

 /* AutoComplete
-------------------------------------------------- */
/* 各リスト項目のパディング設定 */
.ui-menu .ui-menu-item-wrapper {
	font-size:80%;
	position: relative; padding: 1px 1em 1px .4em;
}
/* リスト hover 時のカラー
.ui-state-active {
	background: #e6e6e6!important;
  border: 1px solid #67969c!important;
  background: #3cbfd3!important;
  font-weight: bold!important;
  color: #ffffff;
} */

.middle{
	font-size:0.875em;
}
.large{
	font-size:1.3em;
}
.text-green{
	color: #228b22;
}
.bg-green{
	background: #228b22;
}
.ui-datepicker { z-index: 100 !important; }

.btn.clear{
	padding: 0em .4em .2em .4em;
}

.supplement{
	border:solid 1px #ced4da;
	border-radius: 3px;
	background:#F5FFFA;
	color:#696969;
	font-size: 0.9em;
	width:100%;
	padding: 0.25rem 0.25rem 0.25rem 0.5rem;
	margin: 0.3rem 0rem 0.25rem 0rem;
}

.group_frame{
	padding: 0.25em .5em .5em .5em;
	margin: .5em .75em .25em .75em;
	border: solid 1px #ced4da;
	border-radius: 3px;
}
.group_frame.isSelect{
	background: #F5FFFA;
}
.onPointer{
	cursor: pointer;
}

.comp_message{
	background: #87cefa;
	padding: 0.25rem 0;
	margin-bottom: 0.5em;
	color: #0000cd;
	border-radius: 2px;
}
.comp_err{
	background: #ffc0cb;
	padding: 0.25rem 0;
	margin-bottom: 0.5em;
	color: #dc143c;
	border-radius: 2px;
}
.comp_alert{
	background: #ffc0cb;
	padding: 0.25rem 0;
	margin-bottom: 0.5em;
	color: #dc143c;
	border-radius: 2px;
}

/*
 * loading
 * -----------------------------------------
 */
 #overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.5);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 80px;
    height: 80px;
    border: 4px #ddd solid;
    border-top: 4px #999 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}
.is-hide{
    display:none;
}
/*
 * -----------------------------------------
 */

 .nav-item{
 margin: 0 .5rem;
 }


.table.table-borderless th{text-align:center;  border-bottom: 1px #dcdcdc; border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; background:#fff0f5; font-weight: normal}
.table.table-borderless{border: solid 2px #fff}
.table.th-cols th{padding: 0.3rem .5rem; }
.table.th-cols td:first-child{font-weight: bold; color:#6c757d}
.table td.bold{font-weight: bold; color:#6c757d}
.table.table-borderless td{border-left: solid 1px #dcdcdc; }

table.sticky_body thead th {
  /* 縦スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  top: 35px;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
}

table.order_list td {
  padding: 0.4rem .25em
}
table.order_list tbody tr:hover {
  color: orange;
}

/* アラート */
div.tag{
	border: solid 1px #a9a9a9;
	border-radius: 3px;
	background: #f5f5f5;
	color:#696969;
	padding:1px 6px;
	float: left;
	margin: 3px 1px;
	font-size:1.1em;
}
.table td.subhead{
	border-top: solid 1px #dee2e6!important;
}

table.schedule th.fix {
  /* 横スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  left: 0;
   z-index: 2;
}
table.schedule td.fix {
  /* 横スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}
table.schedule td.split, table.schedule th.split{
	border-right: solid 2px #dcdcdc;
}
table.striped td {
	background: #f5f5f5;
}
table.striped tr:nth-child(odd) td {
	background: #fff;
}
.font-bold{font-weight: bold}

div.nowrap{
	 white-space:nowrap;
	 overflow: hidden;
}
table.fixed{
	table-layout: fixed;
}
table th.sort{
	 cursor: pointer;
}
table th.sort:hover{
	color: #ff8c00;
}