@charset "utf-8";
/* CSS Document */

:root {
	--blue: #5aa1ed;
	--dark-blue: #1f73ce;
	--black: #303030;
	--red: #dc3545;
	--orange: #CC8400;
	--inactive: #ccc;
	--basic-color: #ffd700;
	--e-color-border: #e1e1e1;
	--e-color-emoji-text: #666;
	--e-color-border-emoji-hover: #e6e6e6;
	--e-color-bg: #fff;
	--e-bg-emoji-hover: #f9f9f9;
	--e-size-emoji-text: 16px;
	--e-width-emoji-img: 20px;
	--e-height-emoji-img: 20px;
	--e-max-width: 202px;
	--striped-color: rgb(246, 246, 246);
	--h13-tmp: rgb(227, 246, 251);
	--h13-continue: rgb(252, 250, 221);
	--h13-deleted: rgb(255, 225, 238);
	--user-locked: rgb(255, 240, 246);
	--substitute: #CC8400;
	--reception: rgb(175, 171, 171);
	--notreception: #CC8400;
	--title-back: rgb(238, 238, 238);
	--male: #5aa1ed;
	--female: #bf7593;
	--task-todo: #f0642c;
	--task-doing: #5A9FE0;
	--task-done: #dcdcdc;
	--task-selected: #f3ee57;
	--task-dishosp: #28a745;
	--task-assess: #7251cc;
	--bg-active: #fdfbbf;
	--bg-active-light: #fffee6;
	--bg-hover: #fffee0;
	--bg-hover-light: #ffffec;
	--gray-border: #c3c3c3;
	--text-secondary: #6c757d;
	--bg-gray: #eee;
	--bg-gray-light: rgb(246, 246, 246);
	--bg-header: linear-gradient(360deg, #ededed, #ffffff);
	--modal-header: linear-gradient(360deg, #ededed, #ffffff);
	--today: rgb(255, 243, 206);
	--sunday: var(--red);
	--satday: var(--blue);
	--success: #28a745;
	--step-todo: #cecece;
	--step-doing: #ff9933;
	--step-done: #70ac48;
	--step-progress-doing: #ffc051;
	--step-progress-done: #a9d18e;
	--sat-day: #5aa1ed;
	--sun-day: #dc3545;
	--skyblue: #87ceeb;
	--sun: #ffd400;
	--moon: #F5F3CE;
	--night: #0C090A;
	--warning: #ffc107;
	--order-todo: #dbf6db;
}

body {
	margin: 0;
	font-family: "HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Verdana, Osaka, "MS PGothic", Sans-Serif;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #ffffff;
}

.login-logo,
.register-logo {
	font-size: 1.5rem;
	font-weight: 300;
	margin-bottom: .9rem;
	text-align: center;
}

.btn {
	font-size: .75rem;
}

.brand-link {
	display: block;
	font-size: 1rem;
	line-height: 1.5;
	padding: 0.8125rem 0.5rem;
	transition: width 0.3s ease-in-out 0s;
	white-space: nowrap;
}

.brand-link select {
	width: 100%;
	font-size: 1rem;
	padding: 3px 8px;
	color: white;
	background: #2b2e30;
}

.brand-link select:focus {
	color: white;
	background: #2b2e30;
}

.brand-link select option {
	color: white;
	background: #4e565c;
}

.brand-link select {
	width: 100%;
	font-size: 1rem;
	padding: 3px 8px;
	color: white;
	background: #44505a;
}

.brand-link select:focus {
	color: white;
	background: #44505a;
}

.brand-link select option {
	color: white;
	background: #4e565c;
}

h1 {
	font-size: 1.75rem;
}

h2 {
	font-size: 1.75rem;
}

h2.form-title {
	font-size: 1.25rem;
	font-weight: 700
}

h2.formTitle-line {
	padding: .75rem 2rem .75rem 1rem;
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
}

h2.formTitle-line i {
	color: var(--basic-color);
}

h2.formTitle-02 {
	position: relative;
	background: #C0CDF8;
	padding: 4px 5px 4px 30px;
	font-size: 1.75rem;
	color: #474747;
	border-radius: 0 10px 10px 0;
}

h2.formTitle-02:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #3a7dbb;
	font-weight: 900;
	width: 50px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	left: -1.75rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 3px white;
	border-radius: 50%;
}

@media (max-width: 992px) {}

@media (max-width: 576px) {
	h2 {
		font-size: 1.25rem;
	}

	h2.form-title {
		font-size: 1rem;
	}

	h4 {
		font-size: 1rem;
	}
}

/* Margin */
@media (max-width: 576px) {
	.m-3 {
		margin-left: .25rem !important;
		margin-right: .25rem !important;
	}
}

/*/// color ///*/
a {
	color: #3a7dbb;
	text-decoration: none;
	background-color: transparent;
}

a:not([href]) {
	color: #3a7dbb;
	text-decoration: none;
}

a.hover-underline:hover {
	text-decoration: underline!important;
}

.info {
	color: #3a7dbb;
	/*4f85a6*/
}

.bg-info {
	background-color: #3a7dbb !important;
}

.bg-info-light {
	background-color: #21a7d0 !important;
}

.bg-danger {
	background-color: #c54646 !important;
}

.bg-success {
	background-color: #569767 !important;
}

.bg-inactive {
	background-color: var(--inactive) !important;
}

.bg-id {
	background-color: #fff
		/*e6e9ec*/
		/*68a756*/
		/*3a7dbb*/
	;
	border: 1px solid #666
		/*dd7435*/
	;
	color: #666
		/*dd7435*/
	;
	padding: .25rem;
	margin-right: .25rem
}

.bg-id1 {
	background-color: #666
		/*e6e9ec*/
		/*68a756*/
		/*3a7dbb*/
	;
	color: #fff;
	padding: .25rem;
	margin-right: .25rem
}

.bg-id2 {
	background-color: #fff
		/*e6e9ec*/
		/*68a756*/
		/*3a7dbb*/
	;
	border: 1px solid #dd7435;
	color: #dd7435;
	padding: .25rem;
	margin-right: .25rem
}

.bg-extr {
	background-color: #c0b884
}

.text-deleted {
	text-decoration: line-through;
}

.text-secondary-light {
	color: #d0d7df !important;
}

.btn-info {
	color: #fff;
	background-color: #3a7dbb;
	border-color: #3a7dbb;
	box-shadow: none;
}

.btn-info:hover,
.btn-info:checked,
.btn-info:active {
	color: #ffffff;
	border-color: #3a7dbb;
	background-color: #7291a4;
}

.border-info {
	border-color: #3a7dbb;
}

.btn-outline-info {
	color: var(--black);
	border: none;
	background-color: var(--basic-color);
	color: var(--white);
	box-shadow: 1px 1px #d5d5d5;
	white-space: nowrap;
}

.btn-outline-info:hover {
	color: #ffffff;
	border-color: var(--basic-color);
	background-color: var(--basic-color);
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle,
.show>.btn-outline-info.dropdown-toggle:focus {
	color: var(--black);
	background-color: var(--white);
	box-shadow: 0px 2px #d5d5d5;
}

.btn-outline-info:not(:disabled):not(.disabled):active>i,
.btn-outline-info:not(:disabled):not(.disabled).active>i,
.show>.btn-outline-info.dropdown-toggle>i {
	color: var(--basic-color);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #ffffff;
	background-color: var(--basic-color);
}

.sidebar-dark-info .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-info .nav-sidebar>.nav-item>.nav-link.active {
	background-color: var(--basic-color);
	color: #ffffff;
}

/*/// nav-tabs ///*/
.nav-tabs .nav-link {
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-tabs li:first-child .nav-link {
	border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active:hover {
	color: var(--black);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #ffffff;
	background-color: #ffffff;
	/*#3a7dbb*/
}

aside .nav-link {
	padding: 0.5rem 0.5rem;
}

/*/// Border ///*/
.border-b-dotted {
	border-bottom: 1px dotted rgba(0, 0, 0, .125);
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

/*/// aside ///*/
.main-sidebar,
.main-sidebar::before {
	/*width: 180px;*/
	width: 92px;
}

.layout-fixed .brand-link {
	/*width: 180px;*/
	width: 92px;
}

/*.main-header {
    width: 180px;
}*/
/*/// tab link ///*/
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #c0b884;
	/*3a7dbb*/
	color: #212529;
}

.nav-pills .nav-link.active {
	background-color: #c0b884;
	/*3a7dbb*/
	color: white;
}

/*.nav-pills .nav-link{
	border: 1px solid #3a7dbb;
}*/
/*///  Card  ///*/
.card-info:not(.card-outline)>.card-header a.active {
	color: var(--black);
}

.card-info:not(.card-outline)>.card-header a.active>i {
	color: var(--basic-color);
}

.card-header,
.card-header-grey {
	color: var(--black);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.5rem 1.25rem;
	position: relative;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	vertical-align: middle;
	background-color: initial;
	background: linear-gradient(360deg, #ededed, #ffffff);
}

.card-header-grey {
	background-color: #e9ecef;
	color: #495057;
	border: 1px solid #ced4da;
}

.card-tabs:not(.card-outline)>.card-header {
	background: initial;
	background-color: var(--basic-color);
}

.card-tabs:not(.card-outline)>.card-header a.active:hover {
	color: var(--black);
}

.card-title {
	font-size: 1rem;
}

a.card-title,
div[id$="pt-record-title-str"] .card-title {
	font-size: .75rem;
}

.card.card-tabs:not(.card-outline)>.card-header .nav-item:first-child .nav-link {
	margin-left: -1px;
}

/* User */
.user-block .username {
	font-size: 14px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.direct-chat-messages {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	height: 100%;
	overflow: auto;
	padding: 10px;
}

/*///  Table  ///*/
#Table-MH th,
#Table-MH td {
	padding: 0.75rem;
	vertical-align: none;
	border-bottom: none;
	border-top: none;
	border-right: 1px dashed #dee2e6;
}

#Table-MH th {
	padding-top: 1.5rem;
	padding-left: 1rem;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.03);
}

.table-striped-reverse tbody tr:nth-of-type(even) {
	background-color: rgba(0, 0, 0, 0.03);
}

.table-striped-color {
	background-color: rgba(0, 0, 0, 0.03) !important;
}

.table.table-head-fixed thead tr:nth-child(1) th {
	box-shadow: none;
}

.table-img td {
	vertical-align: middle;
}

.table-lr-none th {
	background-color: #88b6e1;
}

/*A2B7C4*/
.table-lr-none th,
.table-lr-none td {
	border-right: 1px solid #ccc;
	vertical-align: middle;
}

/*.table-lr-none th:last-child{
	border-right: none;
}*/
div.table-hp-card {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	display: flex;
}

div.table-hp-content {
	width: 100%;
	height: 100%;
	max-height: 70vh;
	overflow: auto;
}

@media (max-width: 576px) {
	div.table-hp-content {
		max-height: none;
	}
}

.table-order-inchg table td {
	height: 40px;
	padding: 5px 8px;
	text-align: center;
	vertical-align: top;
}

.table-order-inchg table thead th,
.table-order-inchg table thead td {
	border: none !important;
}

.table-order-inchg table tbody th,
.table-order-inchg table tbody td {
	border-bottom: 1px solid #dee2e6;
}

@media (min-width: 1180.5px) {
	.table-order-inchg {
		max-height: none !important;
		overflow: unset !important;
	}
}

@media (max-width: 1180px) {
	.table-order-inchg {
		max-height: calc(100vh - 16px) !important;
	}

	.table-order-inchg table th:first-child {
		position: sticky;
		position: -webkit-sticky;
		left: -1.5px;
	}

	.table-order-inchg table td:first-child[rowspan] {
		position: sticky;
		position: -webkit-sticky;
		left: -1.5px;
		z-index: 1;
		background-color: #fff;
	}
}

.table-order-inchg table td .sticky-top-inchg {
	position: sticky;
	position: -webkit-sticky;
	top: 85px;
	padding-top: 5px;
}

.table-hp,
.table-patient-management,
.table-patient-management-2,
.table-orderSheet-1,
.table-patient-nurse-1,
.table-patient-nurse-2,
.table-log-01,
.table-log-02,
.table-log-03,
.table-log-04,
.table-bed-management-1,
.table-bed-management-2 {
	width: 100%;
}

.table-hp button,
.table-patient-management button,
.table-patient-management-2 button,
.table-orderSheet-1 button,
.table-patient-nurse-1 button,
.table-patient-nurse-2 button,
.table-log-03 button {
	margin: .5rem .25rem;
}

.table-hp th,
.table-hp td,
.table-patient-management th,
.table-patient-management td,
.table-patient-management-2 th,
.table-patient-management-2 td,
.table-orderSheet-1 th,
.table-orderSheet-1 td,
.table-patient-nurse-1 th,
.table-patient-nurse-2 th,
.table-log-04 th,
.table-bed-management-2 th,
.table-bed-management-2 td {
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

.table-bed-management-1 th {
	vertical-align: middle;
	text-align: center;
}

.table-bed-management-1 thead>tr.text-rule-wrap th {
	width: 50px;
}

.table-bed-management-1 tbody th {
	white-space: nowrap;
}

.table-hp th,
.table-hp td,
.table-patient-management-2 th,
.table-patient-management-2 td,
.table-orderSheet-1 th,
.table-orderSheet-1 td,
.table-patient-nurse-1 th,
.table-patient-nurse-1 td,
.table-patient-nurse-2 th,
.table-patient-nurse-2 td {
	padding: .25rem;
}

.table-hp td,
.table-patient-management-2 td,
.table-orderSheet-1 td,
.table-patient-nurse-1 td,
.table-patient-nurse-2 td {
	padding: .5rem 1rem;
}

.table-bed-management-1 tbody th,
.table-bed-management-2 tbody th {
	padding: .25rem;
}

.table-log-01 th,
.table-log-02 th,
.table-log-03 th,
.table-log-04 th {
	vertical-align: middle;
	white-space: nowrap;
	background-color: #88b6e1;
	/*A2B7C4*/
	padding: .5rem 1rem;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

.table-log-01 th,
.table-log-02 th {
	width: 7.5rem;
}

.table-log-01 td,
.table-log-02 td,
.table-log-03 td,
.table-log-04 td {
	padding: 1rem;
	border-bottom: 1px solid #eee;
}

.table-log-04 td {
	text-align: center;
	border-right: 1px solid #eee;
}

.table-hp th,
.table-patient-management th,
.table-patient-management-2 th,
.table-orderSheet-1 th,
.table-patient-nurse-1 th,
.table-bed-management-1 th,
.table-bed-management-1 thead>tr.text-rule-wrap th,
.table-bed-management-2 tbody th {
	background-color: #EEE;
	/*A2B7C4*/
}

.table-bed-management-1 thead th,
.table-bed-management-2 thead th {
	background-color: #3a7dbb;
	border-right: 1px solid #eee;
	color: white;
	padding: .25rem;
}

.table-bed-management-1 thead>tr.text-rule-wrap th {
	background-color: #A2B7C4;
	color: #212529;
}

.table-bed-management-1 tbody th,
.table-bed-management-2 tbody th {
	border-bottom: 1px solid #eee;
}

.table-bed-management-1 tbody td {
	border-bottom: 1px solid #dee2e6;
	border-right: 1px dashed #dee2e6;
}

.table-bed-management-2 tbody td {
	border-bottom: 1px solid #dee2e6;
	border-right: 1px solid #A2B7C4;
	line-height: 2rem;
	padding: .5rem;
}

.table-bed-management-2 tbody tr:nth-child(odd) td {
	border-bottom: 1px dashed #dee2e6;
}

.table-bed-management-1 tbody .bdr-solid {
	border-right: 1px solid #A2B7C4;
}

.table-patient-nurse-1 th {
	text-align: left;
	padding-left: .5rem;
}

.table-patient-nurse-2 th {
	background-color: none;
}

.table-patient-management th:last-child,
.table-patient-management-2 th:last-child,
.table-orderSheet-1 th:last-child,
.table-patient-nurse-1 th:last-child,
.table-log-04 th:last-child {
	border-right: none;
}

.table-hp td,
.table-patient-management td,
.table-patient-management-2 td {
	font-size: .75rem;
	/*background-color: #eee;*/
}

table.font-size-nml th,
table.font-size-nml td {
	font-size: .75rem;
}

.table-patient-management td {
	color: #007BFF;
	border-right: 1px dashed #A2B7C4;
}

/*.table-patient-management-2 td{
	border-bottom:  1px dashed #dee2e6;
	border-right: 1px solid #A2B7C4;
}*/
.table-patient-management-2 .border-b {
	border-bottom: 1px solid #A2B7C4 !important;
}

.table-orderSheet-1 td {
	text-align: left;
	padding: .25rem .5rem;
	border-bottom: 1px dashed #dee2e6;
}

.table-patient-nurse-1 td {
	padding-left: .5rem;
}

.table-patient-nurse-2 td {
	border-bottom: 1px dashed #dee2e6
}

.table-orderSheet-1 .border-r {
	border-right: 1px solid #A2B7C4 !important;
}

.table-patient-management td:last-child,
.table-patient-management-2 td:last-child {
	border-right: none;
	/*border-bottom: none;*/
}

.table-patient-management-2 td.border-right-b {
	border-right: 1px solid #A2B7C4;
}

.table-patient-management .table-color-item,
.table-patient-management-2 .table-color-item,
.table-patient-nurse-2 .table-color-item {
	background-color: #76a8c7;
	border-bottom: 1px solid #eee;
}

.table-patient-management .table-color-item:last-child,
.table-patient-management-2 .table-color-item:last-child,
.table-log-01 th:last-child {
	border-bottom: none;
}

.table-td-center td {
	text-align: center;
}

.table-td-b-right td {
	border-right: 1px solid #A2B7C4;
}

.table-none,
.table-none th,
.table-none td {
	border: none;
	background-color: none;
}

tr.text-rule-wrap th {
	width: 3rem !important;
}

.table-text-left th,
.table-text-left td {
	text-align: left;
}

/*@media screen and (max-width: 640px) {

}*/

@media (max-width: 576px) {
	.table-patient-management-2 td {}

	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}

	.table-log-01,
	.table-log-02 {
		width: 100%;
	}

	.table-log-01 th,
	.table-log-01 td,
	.table-log-02 th,
	.table-log-02 td {
		border-bottom: none;
		border-right: none;
		display: block;
		width: 100%;
	}

	.table-log-04 {
		width: 100%;
	}

	.table-log-04 thead {
		display: none;
	}

	.table-log-04 tr {
		width: 100%;
	}

	.table-log-04 td {
		display: block;
		width: 100%;
		text-align: left;
	}

	.table-log-04 td:first-child {
		background: #A2B7C4;
		font-weight: bold;
	}

	.table-log-04 td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		width: 5rem;
		/*background-color: #dee2e6;*/
	}

	/*/// Only Mobile ///*/
	.mb-mbl-1 {
		margin-bottom: 1rem;
	}

	.mb-mbl-2 {
		margin-bottom: 2rem;
	}
}

/*/// Box ///*/
.boxHead,
.boxBody {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	white-space: nowrap;
	border: 1px solid #ced4da;
}

.boxHead {
	background-color: #e9ecef;
	border-bottom: none;
	border-top-left-radius: .2rem;
	border-top-right-radius: .2rem;
}

.boxBody {
	border-bottom-left-radius: .2rem;
	border-bottom-right-radius: .2rem;
}

.boxBody label.custom-control-label {
	font-weight: normal !important;
}

.info-box {
	min-height: 1.5rem !important;
	margin-bottom: .75rem;
}

.info-box a {
	font-weight: 600;
}

/*/// List ///*/
.list-group-itemSub {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
}

.list-group-itemSub li {
	padding: .25rem;
	display: inline;
}

@media (max-width: 576px) {
	.list-group-itemSub {
		justify-content: flex-start;
		padding-left: 0;
	}
}

/*患者情報*/
.products-list>.item {
	padding: 1rem 0;
}

/* List 使わない*/
.list-patient-nurse {
	margin-left: .25rem;
}

.list-patient-nurse dt {
	background-color: #ccc;
}

.list-patient-nurse dt,
.list-patient-nurse dd {
	margin: 0;
	padding: .25rem;
	border-bottom: 1px dashed #dee2e6;
}

.list-patient-nurse dd:nth-child(4n+1) {
	background-color: #dee2e6;
}

.table-pd-1 th,
.table-pd-1 td {
	padding: .5rem;
}

.table-patient-nurse-1 tbody {
	overflow-x: hidden;
	overflow-y: scroll;
	/* height: 100px; */
	min-height: 30px;
}

/*/// Button ///*/
input[type="radio"],
input[type="checkbox"] {
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.sm-margin-btn button {
	margin-bottom: .5rem;
}

/* Radio Btn */
.radio-tile-group {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
}

.radio-tile-group .input-container {
	position: relative;
	height: 4rem;
	width: 6rem;
	margin: 0.5rem;
}

.radio-tile-group .input-container .radio-button {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 2px solid var(--basic-color);
	border-radius: 5px;
	padding: 1rem;
	color: var(--basic-color);
	transition: transform 300ms ease;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile {
	background-color: var(--basic-color);
	border: 2px solid var(--basic-color);
	color: white;
	transform: scale(1.1, 1.1);
}

/* Patient Register*/
.custom-switch .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #68a756;
	background-color: #68a756;
	box-shadow: none;
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: #68a756;
}

/*/// Modal ///*/
.modal-header {
	background: var(--modal-header);
	color: black;
}

.modal-ttl {
	font-size: 1rem;
	font-weight: 700;
}

.modal-fluid {
	max-width: inherit;
	width: 98%;
	margin-left: 15px;
}

.hospui-modal-lg {
	min-width: 550px !important;
}

@media (max-width: 834.5px) {
	.hospui-modal-lg {
		min-width: 95% !important;
	}
}

@media (max-width: 1024.5px) {
	.hospui-modal-lg {
		min-width: 90% !important;
	}
}

/*/// Toast ///*/
.toast {
	background: rgba(255, 255, 255, .85);
}

.toast.bg-info .toast-header {
	background: #3a7dbb;
	color: #ffffff;
}

.toast.bg-info .toast-body {
	background: #ffffff;
	color: #212529;
	font-size: 0.875rem;
	text-align: left;
	white-space: normal;
	/*border: 1px solid #3a7dbb;*/
}

/*///  ID Data  ///*/
.info-box .id-data,
.id-data {
	font-size: 0.875rem;
}

.info-box .id-data .id-ttl,
.id-data .id-ttl {
	margin-right: .25rem;
	padding: .35rem;
	background-color: #ced4da;
	font-weight: 600;
	color: #1F2D3D;
	border-radius: .25rem;
}

.info-box {}

/*///  name-tag  ///*/
.name-tag {
	margin-right: .25rem;
	padding: .25rem;
	background-color: #3a7dbb;
	font-weight: 400;
	color: #eee;
	border-radius: .25rem;
}

/*///  iCon  ///*/
.user-iCon .fas {
	border-radius: 50%;
	font-size: 16px;
	height: 30px;
	left: 18px;
	line-height: 30px;
	text-align: center;
	color: white;
	top: 0;
	width: 30px;
}

.user-iCon .fa-user-md {
	background-color: #dd7435;
}

.user-iCon .fa-user-nurse {
	background-color: #bdb05a;
}

.user-iCon .fa-user-tie,
.user-iCon .fa-user-info-notice {
	background-color: #68a756;
}

.user-iCon .fa-user {
	background-color: #3a7dbb;
}

/*///  Chat  ///*/
.direct-chat-info .right>.direct-chat-text {
	background: #3a7dbb;
	border-color: #3a7dbb;
	color: #fff;
}

/*/// Form ///*/
.input-group-text {
	font-size: 0.875rem;
	color: var(--black);
	background-color: #e7e7e7;
}

.input-group-text.view-mode {
	background-color: #dae9f6;
	color: #212529;
}

.alert-mode {
	background-color: #ffdddd;
	border: 1px solid #ffbaba;
	color: #212529;
}

.label-ttl {
	font-size: 0.875rem;
}

.form-ttl {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.select-color .sct-1 {
	background-color: #bf7593;
}

.select-color .sct-2 {
	background-color: #bdb05a;
}

.select-color .sct-3 {
	background-color: #87a75a;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 0.45;
}

.form-hosp-control {
	color: #495057;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	height: calc(1.8125rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.form-hosp-control:disabled,
.form-hosp-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

.form-hosp-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	/* box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); */
}

.form-hosp-control::placeholder {
	color: #6c757d;
	opacity: 0.45;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 0.45;
}

/*/// Box ///*/
.Box-Information {
	font-size: 0.875rem;
}

.Box-Information .BI-photo {
	padding-right: 0.5rem;
}

.Box-Information .BI-text {
	margin-top: 0.5rem;
}

.Box-Information .BI-text span {
	font-weight: 700;
}

.area-length-5 {
	width: 5.25rem
}

/* Patient Information */
.patientInfo {
	font-size: 0.875rem;
}

.patientInfo .boxInfo div {
	padding: .25rem;
	margin-bottom: .25rem;
	/*border: 1px solid #A2B7C4;*/
}

.patientInfo span {
	padding: .25rem;
	border-radius: 0.25rem;
	background-color: #A2B7C4;
}

/*/// Color ///*/
.bgc-mh000 {
	background: initial;
	background-color: var(--blue);
}

.bgc-mh001 {
	background: initial;
	background-color: #bf7593;
	color: white
}

.bgc-mh002 {
	background: initial;
	background-color: #68a756
}

/*87a75a*/
.bgc-mh003 {
	background: initial;
	background-color: #bdb05a
}

.bgc-mh004 {
	background: initial;
	background-color: #dd7435
}

.bgc-mh005 {
	background: initial;
	background-color: #e078a8
}

.bgc-mh002-tbl thead th {
	background-color: #badfb4;
	border-right: 1px solid #A2B7C4;
}

.bgc-mh004-tbl thead th {
	background-color: #f1cfba;
	border-right: 1px solid #A2B7C4;
}

.bgc-mh005-tbl thead th {
	background-color: #eed0de;
	border-right: 1px solid #A2B7C4;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}


.mc-loading {
	display: none;
	width: 100vw;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 999999;
	background: rgb(0 0 0 / 32%);
	overflow: hidden;
}

.mc-loading>img {
	margin: auto;
}

.table-order-order-list th {
	text-align: center;
	padding: 0.5rem;
	border: 1px solid #eee;
}

.table-order-order-list td {
	text-align: center;
	padding: 0.5rem;
	border-left: 1px solid #A2B7C4 !important;
	border-right: 1px solid #A2B7C4 !important;
}

.table-order-order-list td a {
	color: #007BFF;
	text-decoration: underline !important;
}

.table-order-order-list td a:hover {
	color: #007BFF;
	cursor: pointer;
}

.fc-day-sun {
	color: var(--sunday);
}

.fc-day-sat {
	color: var(--satday);
}

th.fc-datagrid-cell,
th.fc-timeline-slot,
table.fc-col-header th {
	background-color: #EEE;
}

/* 日曜日：赤 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n + 1),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n + 1) {
	color: #e83e8c;
}

/* 土曜日：青 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
	color: var(--blue);
}

.custom-control.custom-checkbox label,
.custom-control.custom-radio label {
	font-weight: normal;
	padding-top: 3px;
}

.custom-checkbox-all {
	padding-left: 0;
}

.custom-checkbox-all .custom-control-label {
	padding-right: 1.5rem;
}

.custom-checkbox-all .custom-control-label::before,
.custom-checkbox-all .custom-control-label::after {
	right: 0;
	left: auto;
}

/*[contenteditable=true]:empty:before{
	content: attr(placeholder);
	pointer-events: none;
	display: block;
}

div[contenteditable=true] {
	border: 1px dashed #AAA;
	padding: 15px;
}*/

.card-header.sticky-top {
	top: 7.5px;
	box-shadow: 0 -6.5px 0 2px #f4f6f9;
}

span.card-title>i.fas,
h3.card-title>i.fas {
	color: var(--basic-color);
}

.hospui-avatar {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 0.1px solid #eeeeee;
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 28%) !important;
}

.hospui-avatar svg,
.hospui-avatar img {
	position: absolute;
	max-width: fit-content;
	height: inherit;
	left: 50%;
	transform: translateX(-50%);
}

.hospui-avatar svg text {
	color: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.bg-highlight {
	background-color: yellow !important;
}

.bg-gray {
	background-color: var(--bg-gray) !important;
}

.bg-gray-light {
	background-color: var(--bg-gray-light) !important;
}

.bg-striped {
	background-color: rgba(0, 0, 0, 0.03) !important;
}

.bg-error-light {
	background-color: rgb(255, 232, 242) !important;
}
.bg-error {
	background-color: rgb(254, 194, 221) !important;
}

/* 掲示板メッセージ */
.msg-box-chat {
	position: relative;
	min-width: 390px;
	padding: 0.6rem 1rem 0.6rem 0.75rem;
	background-color: #eeeeee;
	border-radius: 12px;
}

.msg-box-chat-me {
	background-color: #dff0fe !important;
}

.msg-box-chat-name {
	font-size: 0.75rem;
	color: rgb(99, 99, 99);
	padding-left: 8px;
}

.msg-box-chat-text {
	white-space: pre-line;
	font-size: 0.9rem;
}

.msg-box-children {
	border-left: 1px solid #e7e7e7;
	border-bottom-left-radius: 35px;
	padding-left: 15px;
	margin-left: 50px;
	margin-bottom: 0;
	position: relative;
}

.msg-box-children>li {
	list-style: none;
}

.msg-text-danger {
	color: #ff7885 !important
}

.msg-text-unread {
	/* color: #ff7885 !important;
	background-color: #ffff0063;
	border-radius: 40%;
	font-size: 9px;
	padding: 0px 3px;
	height: 14px; */
	color: rgb(237, 142, 0);
	font-size: 11px;
	font-weight: bold;
}

.btn-msg-group {
	position: absolute;
	margin: 0;
	top: -12px;
	right: 0;
	background-color: white;
	border-radius: 20% !important;
	z-index: 1;
}

.btn-msg-group:hover {
	z-index: 1021;
}

@media (min-width: 1024.5px) {
	.btn-msg-group {
		display: none;
	}
}

div.btn-msg-hover-area:hover .btn-msg-group,
li:hover .btn-msg-group {
	display: inline-block;
}

.btn-msg {
	color: #777f86;
	background-color: white;
	border-color: #f8f8f8;
	padding: 5px 12px 1px 12px;
	font-size: 0.85rem !important;
	border-radius: 20% !important;
}

.btn-msg:hover {
	background-color: #f2f2f8;
	border-color: #f0f0f0;
}

.btn-mark-group {
	position: absolute;
	width: fit-content;
	padding: 0;
	right: -10px;
	top: 6px;
}

.btn-mark {
	width: 22px;
	height: 22px;
	padding: 0;
	text-align: center;
	color: #fff !important;
	border-radius: 50%;
	box-shadow: 0 0.05rem 0.1rem rgb(0 0 0 / 20%) !important;
}

.btn-mark i {
	margin: 4px 0px 0px 1px;
	vertical-align: middle;
}

.btn-reaction {
	width: fit-content;
	padding: 0px 5px 1px 5px;
	margin-top: 2px;
	margin-right: 6px;
	height: fit-content;
	background-color: #eeeeee66;
	border: 1px solid #eeeeee80;
	border-radius: 10px;
}

.btn-reaction span {
	position: relative;
	font-size: 0.75rem;
	margin-left: 5px;
	top: 2px;
	color: rgba(79, 79, 255, 0.651);
}

.btn-reaction img {
	width: auto;
	height: 16px;
}

.btn-reaction-me {
	background-color: #ebf1f9;
	border: 1px solid #c7dffe;
}

/* tooltip */
.btn-tooltip {
	display: inline-block;
	position: relative;
	transition: background-color 500ms, transform 500ms;
}

.btn-tooltip::before,
.btn-tooltip::after {
	position: absolute;
	opacity: 0;
	transition: all 500ms;
	visibility: hidden;
}

.btn-tooltip:hover::before,
.btn-tooltip:hover::after {
	opacity: 1;
	visibility: visible;
	z-index: 1022;
}

.btn-tooltip::before {
	content: attr(data-tooltip);
	white-space: pre-wrap;
	font-size: 0.75rem;
	width: max-content;
	padding: 3px 8px;
	/* left: calc(50% - 20px); */
	right: calc(50% - 20px);
	border-radius: 0.25em;
	border: 1px solid rgb(209, 209, 209);
	background-color: rgb(255, 255, 255);
	color: rgb(66, 66, 66);
	box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.15) !important;
	bottom: 38px;
	text-align: left;
}

.btn-tooltip:hover::before {
	bottom: 38px;
}

.btn-tooltip::after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: rgb(255, 255, 255);
	left: calc(50% - 8px);
	bottom: 25px;
}

.btn-tooltip:hover::after {
	bottom: 25px;
}

/* 絵文字 */
.emoji-wrap {
	display: none;
	position: absolute;
	padding: 4px;
	max-width: var(--e-max-width);
	background-color: var(--e-color-bg);
	border: 1px solid var(--e-color-border);
	border-radius: 4px;
	z-index: 3;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.emoji-wrap::after,
.emoji-wrap::before {
	position: absolute;
	content: "";
	margin: 0;
	width: 0;
	height: 0;
}

.emoji-wrap:after {
	top: -9px;
	left: 126px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid var(--e-color-border);
}

.emoji-wrap::before {
	top: -8px;
	left: 126px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid var(--e-color-bg);
	z-index: 1;
}

.emoji-list {
	display: flex;
	flex-wrap: wrap;
}

.emoji-item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 5px;
	color: var(--e-color-emoji-text);
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 4px;
	user-select: none;
}

.emoji-text {
	font-size: var(--e-size-emoji-text);
	font-weight: 500;
	line-height: 1.2em;
	white-space: nowrap;
}

.emoji-img {
	width: var(--e-width-emoji-img);
	height: var(--e-height-emoji-img);
}

.emoji-item:hover {
	background: var(--e-bg-emoji-hover);
	border-color: var(--e-color-border-emoji-hover);
}

.emoji-item:hover>.emoji-text,
.emoji-item:hover>.emoji-img {
	transform: scale(1.35);
	transition: transform 0.15s cubic-bezier(0.2, 0, 0.13, 2);
}

.emoji-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;
	cursor: default;
	content: " ";
	background: 0 0;
	z-index: -1;
}

.emoji-animation-scale-in {
	animation-name: emoji-animation-scale-in;
	animation-duration: 0.15s;
	/* animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5); */
}

@keyframes emoji-animation-scale-in {
	0% {
		opacity: 0;
		transform: scale(0.8);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.emoji-users {
	display: none;
	position: absolute;
	padding: 35px 12px 10px 12px;
	max-width: var(--e-max-width);
	min-width: 150px;
	color: var(--e-color-bg);
	background-color: rgba(12, 12, 12, 0.897);
	border: 1px solid rgb(12, 12, 12);
	border-radius: 4px;
	z-index: 3;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.emoji-users-header {
	position: absolute !important;
	width: 50px;
	height: 50px;
	top: -20px;
	left: calc(50% - 25px);
	overflow: hidden;
	border-radius: 50%;
	background-color: var(--e-color-bg);
	box-shadow: 0 0 3px rgb(0 0 0 / 28%) !important;
}

.emoji-users-header img {
	position: absolute;
	max-width: fit-content;
	border: 10px solid var(--e-color-bg);
	height: inherit;
	left: 50%;
	transform: translateX(-50%);
}

/* dropdown */
.hospui-dropdown-menu {
	min-width: 8rem;
	padding: 0;
}

.hospui-dropdown-item {
	font-size: 1rem;
	padding: 0.5rem 1.25rem;
	color: #343a40 !important;
}

.hospui-dropdown-item:hover,
.hospui-dropdown-item:focus {
	background-color: #eeeeee;
}

.hospui-dropdown-item.active,
.hospui-dropdown-item:active {
	background-color: #dedede;
}

.hospui-dropdown-item.disabled,
.hospui-dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}

.hospui-dropdown-item i {
	font-size: 0.8rem;
	margin-right: 0.5rem;
}

.hospui-dropdown-item span {
	font-size: 0.95rem;
}

/* records */
.hospui-rec-table {
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
	margin-bottom: 1rem;
	border-radius: 0.1rem;
}

.hospui-rec-table thead tr th,
.hospui-rec-table thead tr th p,
.hospui-rec-table thead tr th span {
	font-size: 1rem !important;
	font-weight: 400 !important;
}

.hospui-rec-table tbody tr td,
.hospui-rec-table tbody tr td p,
.hospui-rec-table tbody tr td span {
	font-size: 0.75rem !important;
}

@media (max-width: 1199.98px) {

	.hospui-rec-table tbody tr td,
	.hospui-rec-table tbody tr td p,
	.hospui-rec-table tbody tr td span {
		font-size: 1rem !important;
	}
}

.hospui-rec-table tbody tr td p {
	white-space: pre-wrap;
}

.hospui-rec-note {
	font-style: italic;
	padding: 5px;
	background-color: rgb(247, 247, 247);
	border-radius: 3px;
	min-height: 50px;
}

.hospui-pagination {
	margin: 0 0 0 5px !important;
}

.hospui-files-img-size {
	min-width: 200px;
	max-width: 250px;
	height: auto;
	max-height: 250px;
	padding: 0 12px 12px 0;
	object-fit: contain;
}

.hospui-files-img-size-sm {
	min-width: 100px !important;
	max-width: 200px !important;
	max-height: 200px !important;
	padding: 0 6px 6px 0 !important;
}

.hospui-files-video-size {
	width: 250px;
	height: auto;
	padding: 0 12px 12px 0;
}

/* Fix Chrome error: ResizeObserver loop limit exceeded ↓ */
video::-webkit-media-controls-timeline {
	align-self: center;
	width: calc(100% - 64px);
}

.has-cross-out,
.has-cross-out-num {
	--cross-color: red;
	/* ×の色 */
	--cross-length: 1rem;
	/* ×の長さ */
	--cross-thickness: 1px;
	/* ×の厚さ */
	--cross-angle: 45deg;
	/* ×の角度 */
	color: #8f8f8f;
	position: relative;
}

.has-cross-out:before,
.has-cross-out:after {
	content: "";
	background-color: var(--cross-color);
	width: var(--cross-length);
	height: var(--cross-thickness);
	position: absolute;
	top: 50%;
	left: 50%;
}

.has-cross-out:before {
	transform: translate(-50%, -50%) rotate(var(--cross-angle));
}

.has-cross-out:after {
	transform: translate(-50%, -50%) rotate(calc(var(--cross-angle) * -1));
}

.has-slash-out {
	--slash-color: red;
	/* /の色 */
	--slash-length: 1rem;
	/* /の長さ */
	--slash-thickness: 1px;
	/* /の厚さ */
	--slash-angle: 45deg;
	/* /の角度 */
	color: #8f8f8f;
	position: relative;
}

.has-slash-out:after {
	content: "";
	background-color: var(--slash-color);
	width: var(--slash-length);
	height: var(--slash-thickness);
	position: absolute;
	top: 50%;
	left: 50%;
}

.has-slash-out:after {
	transform: translate(-50%, -50%) rotate(calc(var(--slash-angle) * -1));
}

.title-right,
.title-right-not,
.title-right-act {
	--font-color: #ffffff;
	--background-color: var(--notreception);
	/* 要素と矢印の色 */
	--box-height: 2rem;
	/* 要素と右矢印の高さ */
	--arrow-size: 0.6rem;
	/* 右矢印の幅 */
	--margin-right: 0;
	/* margin-rightを調整する場合は⇦ここ */
	color: var(--font-color);
	background-color: var(--background-color);
	height: var(--box-height);
	padding-left: 0.3rem;
	margin-right: calc(var(--arrow-size) + var(--margin-right));
	display: inline-flex;
	align-items: center;
	position: relative;
	box-sizing: border-box;
}

.title-right::after,
.title-right-not::after,
.title-right-act::after {
	content: "";
	border-top: solid calc(var(--box-height) / 2) transparent;
	border-bottom: solid calc(var(--box-height) / 2) transparent;
	border-left: solid var(--arrow-size) var(--background-color);
	position: absolute;
	left: 100%;
}

.title-right {
	--background-color: var(--reception);
}

.title-right-not {
	cursor: pointer;
}

.title-right-act {
	--background-color: var(--blue);
}

.pre-wrap {
	white-space: pre-wrap !important;
}

.hospui-arrow-r-sm {
	--arrow-height: 1rem;
	--arrow-size: 0.4rem;
	font-size: 0.4rem;
	margin-right: 0.5rem !important;
	color: white;
	background-color: var(--basic-color);
	opacity: 0.85;
	height: var(--arrow-height);
	padding: 0.05rem 0 0 0.2rem;
	margin-right: calc(var(--arrow-size) + 0);
	display: inline-flex;
	align-items: center;
	position: relative;
	box-sizing: border-box;
}

.hospui-arrow-r-sm::after {
	content: "";
	position: absolute;
	border-top: solid calc(var(--arrow-height) / 2) transparent;
	border-bottom: solid calc(var(--arrow-height) / 2) transparent;
	border-left: solid var(--arrow-size) var(--basic-color);
	left: 100%;
}

.hospui-badge {
	vertical-align: super;
	margin-left: 2px;
	padding: 0.1em 0.5em 0.2em;
	font: 10px Verdana;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	border-radius: 10rem;
	color: #ffffff;
	background-color: rgb(255 59 59);
}

.hospui-badge:empty {
	display: none;
}

.hospui-badge-lg {
	padding: 0.1em 0.5em 0.2em;
	font: 11px Verdana;
	background-color: rgb(255, 21, 21);
}

/* input [type="file"] */
.custom-file-label::after {
	display: none;
}

.custom-file-label-sm {
	height: 31px;
	line-height: 1.45;
}

/* インチャージステータス */
.hospui-inchg-status-area {
	position: relative;
	margin-top: 3px;
	min-width: 100px;
}

.hospui-inchg-status-area .hospui-steps {
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 300px;
}

.hospui-inchg-status-area .hospui-steps .hospui-step div.checkbox {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid var(--secondary);
	border-radius: 50%;
	transition: background 1s;
	color: #d3dadf;
	cursor: pointer;
}

.hospui-inchg-status-area .hospui-steps .hospui-step div.label {
	display: flex;
	justify-content: center;
}

.hospui-inchg-status-area .hospui-steps .hospui-step div.label span {
	position: absolute;
	bottom: 28px;
	padding: 1px 5px;
	border-radius: 5px;
	color: white;
	cursor: pointer;
}

.hospui-inchg-status-area .hospui-steps .hospui-step div.label span.todo {
	background: var(--step-todo) !important;
}

.hospui-inchg-status-area .hospui-steps .hospui-step div.label span.doing {
	background: var(--step-doing) !important;
}

.hospui-inchg-status-area .hospui-steps .hospui-step div.label span.done {
	background: var(--step-done) !important;
}

.hospui-inchg-status-area .doing .hospui-steps .hospui-step div.completed {
	border: 1px solid var(--step-doing);
	background: var(--step-doing);
	color: white;
}

.hospui-inchg-status-area .done .hospui-steps .hospui-step div.completed {
	border: 1px solid var(--step-done);
	background: var(--step-done);
	color: white;
}

.hospui-inchg-status-area .hospui-steps .hospui-step div.disabled {
	cursor: not-allowed;
	pointer-events: none;
	color: #d3dadf !important;
	opacity: 1 !important;
}

.hospui-inchg-status-area .hospui-progress {
	position: absolute;
	width: 100%;
	height: 50%;
	border-bottom: 1px solid #a0acb6;
	z-index: 0;
}

.hospui-inchg-status-area .hospui-progress .hospui-percent {
	position: absolute;
	width: 0;
	height: calc(120% + 1px);
	z-index: 1;
	transition: width 1s;
}

.hospui-inchg-status-area .doing .hospui-progress .hospui-percent {
	border-bottom: 4px solid var(--step-progress-doing);
}

.hospui-inchg-status-area .done .hospui-progress .hospui-percent {
	border-bottom: 4px solid var(--step-progress-done);
}

.hospui-inchg-status-area .hospui-act-info {
	margin-top: 20px;
	padding-top: 35px;
}


/* タグ */
a.hospui-tag {
	position: relative;
	display: inline-block;
	align-items: center;
	max-width: 250px;
	padding: 2px 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* cursor: pointer; */
	cursor: default !important;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 0.2rem;
	color: #5a5a5a;
	font-weight: 100;
}

a.hospui-tag-sm {
	margin: 1px 3px 0 0;
	padding: 1px 3px;
	border: 1px solid #e6e6e6;
	border-radius: 0.15rem;
	font-size: 0.7rem;
}

/* a.hospui-tag:hover,
a.hospui-tag {
	color: #3a7dbb;
	border: 1px solid #4594dd;
} */


/* scrollbar */
.hospui-scrollbar {
	overflow-y: auto;
}

.hospui-scrollbar::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: rgb(250, 250, 250);
}

.hospui-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, .3);
	background-color: rgb(248, 248, 248);
}

.hospui-scrollbar::-webkit-scrollbar-thumb:hover {
	background-color: rgb(235, 235, 235);
}

/* summernote */
.hospui-outer-karte-summernote .note-editor {
	height: 100%;
}

.hospui-outer-karte-summernote .note-editor.note-airframe,
.hospui-outer-karte-summernote .note-editor.note-frame {
	border: none !important;
}

.hospui-outer-karte-summernote .note-editor.note-airframe .note-editing-area,
.hospui-outer-karte-summernote .note-editor.note-frame .note-editing-area {
	height: 100% !important;
}

.hospui-outer-karte-summernote .note-editor.note-airframe .note-editing-area .note-editable,
.hospui-outer-karte-summernote .note-editor.note-frame .note-editing-area .note-editable {
	height: 100% !important;
	overflow-y: scroll;
}

.hospui-outer-karte-summernote .note-editor.note-airframe .note-editing-area .note-editable::-webkit-scrollbar,
.hospui-outer-karte-summernote .note-editor.note-frame .note-editing-area .note-editable::-webkit-scrollbar {
	width: 8px;
	background-color: rgb(250, 250, 250);
}

.hospui-outer-karte-summernote .note-editor.note-airframe .note-editing-area .note-editable::-webkit-scrollbar::-webkit-scrollbar-thumb,
.hospui-outer-karte-summernote .note-editor.note-frame .note-editing-area .note-editable::-webkit-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, .3);
	background-color: rgb(248, 248, 248);
}

.hospui-outer-karte-summernote .note-editor.note-airframe .note-editing-area .note-editable::-webkit-scrollbar::-webkit-scrollbar-thumb:hover,
.hospui-outer-karte-summernote .note-editor.note-frame .note-editing-area .note-editable::-webkit-scrollbar::-webkit-scrollbar-thumb:hover {
	background-color: rgb(235, 235, 235);
}

.hospui-outer-karte-summernote .note-editor.note-airframe .note-statusbar,
.hospui-outer-karte-summernote .note-editor.note-frame .note-statusbar {
	display: none !important;
}

.hospui-outer-karte-summernote .note-editor .note-modal .modal-body {
	border: 1px solid #dee2e6 !important;
}

.hospui-outer-karte-summernote .note-editor .note-modal .modal-footer {
	margin: 0 !important
}

.hospui-outer-karte-summernote .note-editor .note-modal .sn-checkbox-use-protocol {
	display: none !important;
}

.hospui-disabled {
    pointer-events: none;
}

iframe .head,
iframe #head {
	display: none !important;
}

.hospui-objective {
	white-space: pre-wrap;
}
.hospui-objective p {
	margin-bottom: 0;
}

/* switch */
.hospui-switch {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 16px;
}

.hospui-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.hospui-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.hospui-slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .hospui-slider {
	background-color: var(--basic-color);
}

input:focus + .hospui-slider {
	box-shadow: 0 0 1px var(--basic-color);
}

input:checked + .hospui-slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.hospui-slider.round {
	border-radius: 999px;
}

.hospui-slider.round:before {
	border-radius: 999px;
}

@media (min-width: 576px) {
	[data-modeless]>.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	[data-modeless]>.modal-lg,
	[data-modeless]>.modal-xl {
		width: 800px;
	}
}
@media (min-width: 1200px) {
	[data-modeless]>.modal-xl {
		width: 1140px;
	}
}