.primary {
  color: #00af4c !important;
}

html body a {
	color: #00af4c !important;
}
html body a:hover {
	color: rgba(0, 175, 76, 0.7) !important;
}

a.disabled {
	pointer-events: none;
}

/*******************************
 * Common Style
*******************************/

.success {
	color: #00af4c !important;
}
.error {
	color: #FF4444 !important;
}

.message.success,
.message.error {
	width: 100%;
	/* margin-left: 260px; */
	text-align: center;
	padding: 10px;
	font-size: 20px;
	color: #fff !important;
}
.message.success {
	background: #00af4c;
}
.message.error {
	background: #FF4444;
}

.txt-remarks {
	font-size: 9px;
	color: #bcbcbc;
}

/*******************************
 * Navigation bar
*******************************/

html body.fixed-navbar {
	padding-top: 3rem;
}
.header-navbar,
.navbar-semi-dark .navbar-header {
	background-color: #111111 !important;
	max-height: 50px;
	min-height: 50px;
	height: 50px;
	z-index: 999999;
}
.header-navbar span {
	color: #ffffff;
}
.header-navbar .navbar-header .navbar-brand {
	margin-top: 8px;
	height: 52px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .navbar-brand .brand-text,
body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-brand .brand-text {
	color: #00af4c !important;
	font-weight: bold;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub>a:not(.mm-next):after, body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub>a:not(.mm-next):after {
  content: none !important;
}
.main-menu.menu-dark .navigation > li .active > a {
	color: #ffffff !important;
	background-color: #00af4c !important;
}
.main-menu.menu-dark .navigation>li.open>a {
  border-right: none !important;
}

.avatar {
	display: inline !important;
}
.header-navbar .avatar img {
	vertical-align: middle !important;
	width: 35px !important;
	height: 35px !important;
	border-radius: 50% !important;
	object-fit: cover;
}

/*******************************
 * Navigation tab
*******************************/

.nav.nav-tabs.nav-top-border .nav-item a.nav-link.active {
	border-top: 3px solid #00af4c;
}
.nav.nav-tabs.nav-top-border .nav-item a.nav-link.inactive {
	color: #00af4c;
	background-color: #eee;
}
.nav.nav-tabs.nav-top-border .nav-item a {
	color: #4c4c4c;
	font-weight: bold;
}

/*******************************
 * Sidebar
*******************************/
body.vertical-layout.vertical-menu-modern .main-menu {
	margin-top: -25px;
	height: calc(100% - 40px);
}
.main-menu.menu-dark {
	background-color: #ffffff !important;
}
.main-menu.menu-dark .navigation {
	color: #00af4c !important;
	background-color: #ffffff !important;
}
.main-menu.menu-dark .navigation > li > a {
	border-bottom: 1px solid #cdcdcd;
}
.main-menu.menu-dark .navigation > li.open > a {
	color: #00af4c !important;
	background-color: #ffffff !important;
}
.main-menu.menu-dark .navigation > li ul li {
	border-bottom: 1px solid #cdcdcd;
}
#main-menu-sidebar.menu-dark .navigation > li ul li {
	background-color: #efefef !important;
}
.main-menu.menu-dark .navigation > li.active ul li > a {
	color: #ffffff !important;
	background-color: #00af4c !important;
}
.main-menu.menu-dark .navigation li a {
	font-weight: bold;
	color: #565656 !important;
}
.main-menu.menu-dark .navigation > li.active > a {
	background-color: #ffffff !important;
}
.vertical-overlay-menu .main-menu .navigation li.has-sub > a:not(.mm-next):after, 
.vertical-overlay-menu.menu-hide .main-menu .navigation li.has-sub > a:not(.mm-next):after {
	content: none !important;
}

.main-menu.menu-dark .navigation .nav-item .compact-menu-title {
	padding-left: 0;
}
.main-menu.menu-dark .navigation .nav-item .compact-menu-title i {
	padding-left: 18px;
}
.main-menu.menu-dark .navigation .nav-item .compact-menu-title p {
	width: 60px;
	text-align: center;
	font-size: 2px;
	margin: 0;
}

.main-menu.menu-dark .navigation li.inactive a {
	color: #bbbbbb !important;
}

/*******************************
 * Footer
*******************************/
footer {
	height: 40px !important;
	min-height: 40px !important;
}

/*******************************
 * Font family reset
*******************************/

.navigation, .header-navbar, .navigation .navigation-header, .breadcrumb, pre, h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

pre {
  background-color: white;
}

/*******************************
 * Image
*******************************/

.img-thumbnail {
	border: none !important;
}

.img-selected { 
	border: 2px solid #00af4c;
}

/*******************************
 * Error
*******************************/
.error-area .text-error {
	color: #FF4444;
}

/*******************************
 * Error
*******************************/
.attention-area {
	color: #00af4c;
	border: 1px solid #00af4c;
	padding: 5px 10px;
}

.warning-area {
	color: #FF4444;
	border: 1px solid #FF4444;
	padding: 15px 0 0 10px;
}

/*******************************
 * Form
*******************************/

.form-inline {
  display: inline;
}

/*******************************
 * Form Label
*******************************/

.label-control-suffix {
	margin-top: 12px;
}

/*******************************
 * Icon
*******************************/

.icon-primary {
	color: #00af4c;
}

/*******************************
 * Buton
*******************************/
.btn {
	color: #FFF !important;
}
.btn-primary:hover,
.btn-social:hover {
	background-color: rgba(0, 175, 76, 0.7) !important;
	border: 1px solid rgba(0, 175, 76, 0.7) !important;
}

.btn-action-s { width: 90px !important;  }
.btn-action   { width: 120px !important; }
.btn-action-l { width: 150px !important; }

.btn-w100 { width: 100% !important; }
.btn-w90  { width: 90% !important; }
.btn-w80  { width: 80% !important; }
.btn-w70  { width: 70% !important; }
.btn-w60  { width: 60% !important; }
.btn-w50  { width: 50% !important; }
.btn-w40  { width: 40% !important; }
.btn-w30  { width: 30% !important; }
.btn-w20  { width: 20% !important; }
.btn-w10  { width: 10% !important; }


.btn-primary {
  background-color: #00af4c !important;
  border-color: #00af4c !important;
}
.btn-ultra-light {
  background-color: #dcdcdc !important;
  border-color: #dcdcdc !important;
}
.btn-emoji, .btn-sticker {
	padding: 2px 10px;
	height: 28px;
	font-size: 13px;
	color: #fff !important;
	background-color: #ababab !important;
}
.btn-s-icon {
	width: 20px;
	height: 20px;
	font-size: 12px;
	padding: 2px 15px 15px 5px !important;
}
.btn-outline-primary {
	border: 1px solid #00af4c !important;
	background-color: #00af4c;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.btn-outline-primary i {
	background-color: #fff;
	color: #00af4c;
	font-weight: 100;
}
.btn-list-action {
	padding: 0.8rem 0.25rem 0.85rem 4rem
}
.btn-list-action, .btn-social-icon {
	position: relative;
	padding-left: 3.95rem;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn-social > :first-child, .btn-social-icon > :first-child {
	border: none !important;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	background-color: rgba(0, 175, 76, 0.7) !important;
}
button .full-width {
	width: 100% !important;
}

#owner-search-container .btn-search { 
	width: 100% !important;
}
#owner-search-container .btn-read-more {
	/* margin-top: 12px; */
	padding: 12px;
}

/*******************************
 * Buton Group Toggle
*******************************/

.message-type-group {
	margin-bottom: 10px;
}
.btn-group, .btn-group-vertical {
	display: inline !important;
}
.btn-group-toggle label {
	width: 100px !important;
	border-radius: 4px !important;
}
.btn-group-toggle label.active {
	color: #fff !important;
	background-color: #ababab !important;
}
.btn-group-toggle label {
	width: 90px !important;
	margin-right: 10px !important;
}

/*******************************
 * List Display Setting
*******************************/

#list-display-setting {
	display: none;
	width: auto;
	height: auto;
	max-height: 500px;
	border: 1px solid #cdcdcd;
	background-color: #fff;
	position: absolute;
	top: 0;	
	right: 0;
	bottom: 0;
	margin: 50px auto;
	z-index: 999;
	overflow:scroll;
}

.list-display-setting #setting-title {
	text-align: left;
	margin: 8px 0 10px 16px;
}

.owner-list-dislplay-setting #setting-title {
	text-align: left;
	margin: 14px 0 10px 36px;
}

#list-display-setting #item-list,
.owner-list-dislplay-setting .item-list {
	text-align: left;
	margin: 8px 2px;
}

.owner-list-dislplay-setting {
	width: 565px !important;
	/* left: -150px; */
}
.owner-list-dislplay-setting .btn-action-container {
	text-align: left;
	margin:10px;
}
.owner-list-dislplay-setting .btn-action-container .btn-setting-title {
	min-width: 100px;
	max-width: 100px;
}
.owner-list-dislplay-setting .btn-action-container .btn-active {
	background-color: #00af4c;
}
.owner-list-dislplay-setting .btn-action-container .btn-inactive {
	background-color: #9a9a9a;
}

/*******************************
 * Table
*******************************/

.table th, .table td {
	padding: 0.75rem !important;
	vertical-align: middle !important;
}

.table-scroll {
	overflow: auto;
	/* white-space: nowrap; */
}

table tr th {
	min-width: 150px;
}
table tr th[data-item="status"] {
	min-width: 100px;
}
table tr th[data-item="created"],
table tr th[data-item="modified"] {
	min-width: 180px;
}

table .tbl-space-3 {
  min-width: 200px;
}

table .tbl-space-4 {
  min-width: 270px;
}

table tr.status-draft {
	background-color: #efefef !important;
}
table tr.status-unmanaged {
	background-color: rgba(250, 10, 10, 0.1) !important;
}

/* テーブル 縦スクロール時に固定する */
.sticky_table thead th {
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
	z-index: 1;
	background-color: #F7F7F7F7;
	-ms-overflow-style: none; /* IE, Edge 対応 */
	scrollbar-width: none; /* Firefox 対応 */
}
.sticky_table_wrapper {
	overflow: scroll;
	max-height: 75vh;
}
.sticky_table_wrapper::-webkit-scrollbar { /* Chrome, Safari 対応 */
	display: none;
}
.sticky_table thead .first-row {
	position: sticky; 
	top: 0;
	z-index: 2;
}
.sticky_table thead .second-row {
	position: sticky;
	top: 40px;
	z-index: 2;
}


#timeline-select, #admin-select {
	width: 100%;
}

.form-control::placeholder {
	content: '<i class="fa fa-search"></i>' !important;
	/* background-image: url('../ /cake.icon.png') !important;
	background-repeat: no-repeat  !important;
	background-color: red !important;
	background-position: 0px 3px !important;
	font-size: 40px !important; */
}

input.form-control::placeholder,
textarea.form-control::placeholder {
	color: #dddddd;
}

/* IE */
input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
	color: #dddddd;
}

/* Edge */
input.form-control::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder {
  color: #dddddd;
}

.table .img-thumbnail {
	width: 70px;
	height: 70px;
	min-width: 70px;
	max-width: 70px;
	min-height: 70px;
	max-width: 70px;
	object-fit: cover;
}

table pre {
	background-color: transparent;
}

table{
	width:100%;
}
.scroll {
	overflow: auto;
	white-space: nowrap;
}
.scroll::-webkit-scrollbar {
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

.pointer-move {
	cursor: move;
}

/*******************************
 * Pagination
*******************************/

.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	border-radius: 5px;
}
.pagination li a.active {
	border-radius: 5px;
}
.pagination a {
	border: 1px solid #ddd; /* Gray */
	margin: 0 4px; /* 0 is for top and bottom. Feel free to change it */
}
ul.pagination li.active a {
	background-color: #4CAF50 !important;
	color: white !important;
}
.pagination a:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pagination a:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
ul.pagination li a:hover:not(.active) {
	color: #fff !important;
	background-color: #ddd  !important;
}

.pagination-counter {
	font-size: 13px;
	text-align: right;
}

/*******************************
 * Suggest
*******************************/

.suggest {
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #CCCCFF;
	font-size: 14px;
	width: 100%;
	height: 80px;
	overflow: auto;
	z-index: 999;
}
.suggest div {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	padding: 4px;
}
.suggest div.select { /* キー上下で選択した場合のスタイル */
	color: #FFFFFF;
	background-color: #00af4c;
}
.suggest div.over { /* マウスオーバ時のスタイル */
	background-color: #efefef;
}

#room-id-suggest {
	width: 97%;
}

 img.user-profile-s {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/*******************************
 * Dropzone
*******************************/

.dropzone {
	border: 1px solid #ddd !important;
	background: #fff;
	min-height: 150px;
}
.dropzone .dz-message {
	color: #2b335e;
	font-size: 20px !important;
	top: 40% !important;
}
.dropzone .dz-message:before {
	color: #2b335e;
  font-size: 40px !important;
}
#profile-image-area {
	/* margin: 20px 0 130px 0; */
	border: 1px solid #ddd !important;
}
.dz-profile-image {
	height: 140px !important;
	top: 60px !important;
}
.app-content .dropzone .dz-message {
	height: 110px;
	min-height: 110px;
}
.dz-size, .dz-progress {
	display: none;
}
.dropzone .dz-preview .dz-details .dz-filename {
	border-radius: 3px;
	margin-left: -4.5px;
}

/*******************************
 * Luminous Lightbox
*******************************/
.lum-lightbox{
  z-index: 99999;
}
.luminous-area {
	position: absolute !important;
	/* background-color: #1fef00; */
	top: 0;
	left: 0;
	cursor: pointer !important;
}
.luminous-area img {
	/* object-fit: cover; */
	width: 120px;
	height: 120px;
	cursor: pointer !important;
}

/*******************************
 * Selectbox multiple
*******************************/
.select2 {
	width:100%!important;
}
.select2-container--classic .select2-results__options .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__options .select2-results__option[aria-selected="true"] {
	background-color: #00af4c !important;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice, 
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #00af4c !important;
	border-color: #00af4c !important;
	font-size: 12px;
}
.select2-search--inline {
	width: 15% !important;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 0px !important;
	color: #767876 !important
}
.slect {
	width: 100% !important;
}
.select2-results__message {
  display: none !important;
}

.form-group.department-search .select2-container,
.form-group.team-search .select2-container {
	font-size: 12px !important;
}

/*******************************
 * Selectize multiple
*******************************/
.selectize-control.multi .selectize-input [data-value] {
	background-color: #00af4c !important;
	border-color: #00af4c !important;
}

/*******************************
 * Selectivity
*******************************/
.selectivity-input .selectivity-multiple-selected-item {
	background: #00af4c;
	border-color: #00af4c;
}
.selectivity-load-more.highlight, .selectivity-result-item.highlight {
	background: #00af4c;
}
.selectivity-input .selectivity-multiple-selected-item-remove .la, .selectivity-input .selectivity-multiple-selected-item-remove [class^="ft-"] {
	color: #fff;
}
.selectivity-multiple-input-container {
	background-color: #fff;
	font-size: 13px;
}
.selectivity-error, .selectivity-loading, .selectivity-search-input-container, .selectivity-result-label {
	font-size: 14px;	
}
.selectivity-load-more, .selectivity-result-item {
	font-size: 14px;
}

/*******************************
 * Card layout
*******************************/
.card {
	display: block !important;
}
.card-content {
  padding: 20px !important;
}


/*******************************
 * Navigationbar
*******************************/

.brand-logo {
  width: 120px !important;
}

/*******************************
 * LINE Emotion
*******************************/

#emotion-pallet {
	display: none;
}
.emotion-list {
	display: none;
	position: absolute;
	top: 1;
	right: 0;
	background-color: #fff;
	border: 1px solid #ababab;
	margin: 0 !important;
	padding: 10px 0 0 0;
	width: 460px;
	text-align: center;
	z-index: 9999;
}
.emotion-list .img-emotion {
	width: 40px;
	height: 40px;
	cursor: pointer;
}

/*******************************
 * Dashboard
*******************************/
/* .card-header {
	padding: 1.5rem 1.5rem 0 !important;
}
.card-content {
	padding: 0px 20px 20px !important;
} */

/*******************************
 * Messages
*******************************/
.tab-wrap{width:100%; margin:80px auto;}
.tab-area{font-size:0; padding:0 55px;}
.tab-area label{width:150px; display:inline-block; padding:14px 0 12px; color:#fff; background:#98fb98; text-align:center; font-size:13px; font-weight:bold; cursor:pointer; transition:ease 0.2s opacity; border-top-left-radius:10px; border-top-right-radius:10px; vertical-align:bottom; transition:ease 0.2s; margin:10px 5px 0;}
.tab-area label:hover{opacity:0.5;}
.tab-panel{width:100%; padding-top:30px; padding-bottom:10px; opacity:1; display:none;}
.tab-panel p{font-size:14px; letter-spacing:1px; text-align:center;}
.panel-area{background:#ffffff; border-bottom-right-radius:10px; border-bottom-left-radius:10px; border-top:8px solid #1fef00;}

.tab-area label.active{background:#1fef00; color:#fff;}
.tab-panel.active{display:block;}

#messages div.content-detail-header {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
}
#messages div.content-detail-header > .btn {
	margin: 5px;
}
#messages div.content-detail-header > p {
	margin: 8px;
}
#messages .dropzone {
	height: 200px !important;
	min-height: 200px !important;
}
#messages .dropzone .dz-message {
	height: auto;
	color: #6B6F82;
	margin-top: 20px;
}
#messages .dropzone .dz-message::before {
	content: none;
}
#messages .emoji-wysiwyg-editor,
#messages .sticker-wysiwyg-editor  {
	padding: 10px;
	height: 150px;
	min-height: 150px;
}
#messages div.real-estate-content-area,
#messages div.questionnaire-content-area {
	width: 100%;
	height: auto;
	min-height: 80px;
	padding: 10px;
	border: 1px solid #ddd;
}
#messages .real-estate-content-area .property-label-left {
	padding: 0!important;
	margin-top: 10px;
	margin-left: 20px;
}
#messages .real-estate-content-area .property-label-right {
	margin-top: 10px;
	padding-left: 0 !important;
	padding-right: 15px !important;
	text-align: right;
}
#messages .real-estate-content-area .real-estate-container {
	border: 1px solid #ddd;
	min-height: 140px;
	padding-bottom: 10px;
}
#messages .real-estate-content-area .real-estate-container .thumbnails {
	margin-left: 0 !important;
	margin-bottom: 6px !important;
}
#messages .real-estate-content-area .real-estate-container .thumbnails img {
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#messages .real-estate-content-area .real-estate-container img {
	width: 150px;
	height: auto;
	margin-bottom: 0 10px;
}
#messages .real-estate-content-area .real-estate-container table {
	font-size: 9px;
}
#messages div.content-detail-footer button {
	margin: 20px 10px 10px 0px;
	width: 45%;
}
#messages #message-type-questionnaire .btn-emoji {
	float: right;
	margin-top: -3px
}
#messages-summary .message-summary-content .content-detail {
	border: 2px dotted #ababab;
	padding: 10px;
	margin-bottom: 30px;
}
#messages-summary .message-summary-content .content-detail img {
	width: auto;
	height: 150px;
}
#messages-summary .message-summary-content .content-detail video {
	width: auto;
	height: 150px;
}
#messages-summary .message-summary-content .content-detail .real-estate {
	margin: 15px;
	padding: 13px;
	border: 1px solid #ababab;
}
#messages-summary .message-summary-content .content-detail .real-estate-images img {
	margin-left: 10px;
}


div.select-real-estate {
	width: 97%;
	min-height: 85%;
	margin: 60px 0;
	text-align: left;
}
.select2-container {
	z-index: 100000;
}
.content-wrapper .select2-container {
	z-index: 1;
}
.select-real-estate table td.summary {
	width: 40% !important;
}
.select-real-estate table td.introduction {
	width: 20% !important;
}
.select-real-estate table td.images {
	width: 35% !important;
	max-width: 35% !important;
}

.select-real-estate table .img-checkbox {
	float:left; 
	margin: 35px 10px 0 0;
}
.select-real-estate table .img-thumbnail {
	width: 100px !important;
	height: 100px !important;
	min-width: 100px !important;
	max-width: 100px !important;
	min-height: 100px !important;
	max-height: 100px !important;
	object-fit: cover !important;
}
.select-real-estate .table-select-images td {
	border: none !important;
}
.select-real-estate .select2 {
	width: 100% !important;
}

/*******************************
 * RemittanceDetails
*******************************/

#remittanceDetails .distribution-radio-group {
	padding-top: 10px;
}
#remittanceDetails .distribution-reserve-radio-group {
	width: 10px;
}

/*******************************
 * RealEstateRoom
*******************************/

.room-edit-content .room-price-option {
	width: 23%;
}

table.property-detail-area td.introduction {
	width: 50%;
}
table.property-detail-area td.introduction pre {
	white-space: pre-wrap ;
}

/*******************************
 * Task
*******************************/

.task-date-head {
	position: relative;
	margin: 40px 0;
	border-top: 1px solid #e6e6e6;
}
.task-date-head-container {
	position: absolute;
	top: -11px;
	width: 100%;
	text-align: center;
}
.task-date-head-body {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 0 20px;
	background-color: #fff;
}
.task-date-head-text {
	color: #00af4c;
	font-weight: bold;
	font-size: 16px;
}
#selected-admin-area .avatar img {
	width: 20px;
	height: 20px;
	margin: 2px;
}

/*******************************
 * Payment
*******************************/
.payment .title01 {
	padding: 8px;
	font-size: 15px;
	border-left: solid 3px #b81c22;
}
.add_box:first-child {
	padding-top: 0;
}
.money_tbl th, .money_tbl td {
	padding: 8px;
	vertical-align: middle;
	font-size: 13.5px;
	line-height: 1.6;
	border-bottom: solid 1px #fff;
}

.money_tbl th {
	text-align: center;
	color: #fff !important;
	border-right: solid 1px #fff;
}

.money_tbl td {
	text-align: right;
}

.money_tbl.gray th { background:#333 !important; }
.money_tbl.gray td { color:#fff; background:#999; }

.money_tbl.dgray th { background:#333; }
.money_tbl.dgray td { color:#fff !important; background:#666; }

.money_tbl.green th { background:#205b5c; }
.money_tbl.green td { background:#bbcbcb; }

.money_tbl.blue th { background:#2a6394; }
.money_tbl.blue td { background:#b9cedf; }

.money_tbl.yellow th { background:#c49c2d; }
.money_tbl.yellow td { background:#e7d39a; }

.money_stbl th, .money_stbl td {
	padding: 8px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.6;
	border-bottom: solid 1px #fff;
}

.money_stbl th.no_border, .money_stbl td.no_border { border:none!important; }

.money_stbl.type01 th, .money_stbl.type01 td { text-align:right; background:#eee; }

.money_stbl.type01 th {
	border-right: solid 1px #fff;
}

.money_stbl.type02 th {
	background: #ddd;
  border-right: solid 1px #fff;
  color: #111 !important;
}

.money_stbl.type02 td {
	text-align: right;
	background: #eee;
}

.money_tbl td span, .money_stbl td span {
	margin-left: 5px;
	font-size: 12px;
}

.money_tbl input[type="text"], .money_stbl input[type="text"],
.money_tbl input[type="number"], .money_stbl input[type="number"] {
	width: 100px !important;
	vertical-align: 1px;
	color: #111 !important;
	text-align: right;
}

.money_stbl th input[type="text"],
.money_stbl th input[type="number"] {
	text-align: left;
}

.money_stbl .sbtn {
	display: inline-block;
	width: 80px;
	padding: 3px;
	text-align: center;
	font-size: 12px;
	color: #fff !important;
	border-radius: 3px;
}

.money_stbl .sbtn.red { background:#b81c22; }

.payment span {
  color: #111;
}

.payment input[type="text"], 
.payment input[type="number"], 
.payment select, textarea, 
.payment input[type="file"], 
.payment input[type="tel"], 
.payment input[type="email"], 
.payment input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	box-sizing: border-box;
	width: 100%;
	padding: 6px;
	vertical-align: middle;
	font-size: 12px;
	color: #111 !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: #fff;
	border: solid 1px #aaa;
	box-shadow: 1px 1px 4px -2px #ccc inset;
}

.payment input[type="text"]:focus, input[type="number"]:focus, select:focus, textarea:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, button:focus {
	border:solid 1px #aaa;
	outline: none;
}

.payment input::-webkit-input-placeholder {
	font-size: 11px !important;
	color: #666 !important;
	font-weight: normal !important;
}
.payment input:-ms-input-placeholder {
	font-size: 11px !important;
	color: #666 !important;
	font-weight: normal !important;
}
.payment input::-moz-placeholder {
	font-size: 11px !important;
	color: #666 !important;
	font-weight: normal !important;
}

.payment input[type="radio"] {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 16px !important;
	height: 16px !important;
	opacity: 0 !important;
}

.payment .radio_list li {
	box-sizing: border-box !important;
	position: relative !important;
	margin: 3px 0 !important;
	padding-left: 22px !important;
	font-size: 12px !important;
	color: #111 !important;
	line-height: 16px !important;
	background: url(../img/common_img/radio_box_off.png) left center no-repeat;
	background-size: 16px !important;
}

.payment .radio_list li.active {
	color: #111 !important;
	background: url(../img/common_img/radio_box_on.png) left center no-repeat;
	background-size: 16px !important;
}

.payment .radio_list.col li {
	display: inline-block !important;
	margin: 3px 15px 3px 0 !important;
}

.payment input[type="radio"]:focus { outline:none !important; }

.payment .btn01 {
	padding: 3px 0 !important;
	text-align: center !important;
	font-size: 12px !important;
	color: #545353 !important;
	border: solid 1px #999 !important;
	border-radius: 2px !important;
}

.payment .add,
.payment .delete {
  width: 100%;
}
.payment .add span,
.payment .delete span {
  color: #fff !important;
}



/*******************************
 * CSV
*******************************/
.csv-error {
	background-color: #e25463 !important;
	color: #fff !important;
}
.csv-add {
	color: #bc1212;
}
.csv-change {
	color: #00af4c;
}

/*******************************
 * More
*******************************/
.read-more {
	display: none;
}
.btn-read-more {
	width: 100%;
	color: #6B6F82;
	background-color: #edeef0;
	border-color: #edeef0
}

/*******************************
 * decoration
*******************************/

.u-bar {
  width: 100%;
}

.bar__bggr-1 {
  height: 1px;
  background-color: #d1d5ea;
}

.bar__bgc-1 {
  height: 1px;
  background-color: #ccc;
}

.bar__bg3-1 {
  height: 1px;
  background-color: #333;
}

.bar__bg3-2 {
  height: 2px;
  background-color: #333;
}

.bar__bg9-1 {
  height: 1px;
  background-color: #999;
}

.bar__bg3-1-l {
  height: 1px;
  background-color: #bebebe;
}

.bar__bgbe-1 {
  height: 1px;
  background-color: #bebebe;
  margin: 0 auto;
}

.bar__bgdc-1 {
  height: 1px;
  background-color: #dcdcdc;
  margin: 0 auto;
}

.border-top-primary-2 {
  border-top: 2px solid #00af4c;
}
.border-top-gray-3 {
  border-top: 3px solid #666666;
}

.required {
	color: #ee4455;
}
.required::after{
	content: '*';
	margin-left: 1px;
}

/*******************************
 * margin
*******************************/

.u-mt-m { margin-top: -20px; }
.u-mtss { margin-top: 5px;  }
.u-mts  { margin-top: 10px;  }
.u-mtm  { margin-top: 20px;  }
.u-mtl  { margin-top: 30px;  }
.u-mtll { margin-top: 40px;  }
.u-mtx  { margin-top: 50px;  }
.u-mtxl { margin-top: 60px;  }

.u-mbss { margin-bottom: 5px;  }
.u-mbs  { margin-bottom: 10px; }
.u-mbsm { margin-bottom: 15px; }
.u-mbm  { margin-bottom: 20px; }
.u-mbml { margin-bottom: 25px; }
.u-mbl  { margin-bottom: 30px; }
.u-mbx  { margin-bottom: 40px; }
.u-mbxl { margin-bottom: 50px; }
.u-mbxx { margin-bottom: 80px; }
.u-mb3x { margin-bottom: 110px; }

.u-mlt  { margin-left: 2px;   }
.u-ml   { margin-left: 3px;   }
.u-mlss { margin-left: 5px;   }
.u-mls  { margin-left: 10px;  }
.u-mlm  { margin-left: 15px;  }
.u-mll  { margin-left: 20px;  }
.u-mx   { margin-left: 40px;  }
.u-mxl  { margin-left: 50px;  }

.u-mrs  { margin-right: 10px; }
.u-mrm  { margin-right: 20px; }
.u-mrl  { margin-right: 30px; }
.u-mrx  { margin-right: 40px; }

.u-plsm { padding-left: 15px;  }
.u-pls  { padding-left: 10px;  }
.u-plm  { padding-left: 20px;  }
.u-pll  { padding-left: 25px;  }

.u-prs  { padding-right: 10px; }
.u-prsm { padding-right: 15px; }
.u-prm  { padding-right: 20px; }
.u-prl  { padding-right: 25px; }


/* ▼width▼ */
.w4per { width:4%!important; }
.w5per { width:5%!important; }
.w8per { width:8%!important; }
.w10per { width:10%!important; }
.w15per { width:15%!important; }
.w20per { width:20%!important; }
.w22per { width:22%!important; }
.w25per { width:25%!important; }
.w30per { width:30%!important; }
.w35per { width:35%!important; }
.w40per { width:40%!important; }
.w45per { width:45%!important; }
.w50per { width:50%!important; }
.w55per { width:55%!important; }
.w56per { width:56%!important; }
.w60per { width:60%!important; }
.w70per { width:70%!important; }
.w75per { width:75%!important; }
.w80per { width:80%!important; }
.w100per { width:100%!important; }

/*******************************
 * SweetAlert
*******************************/

.swal2-confirm {
	background-color: #00af4c !important;
	width: 150px !important;
}

/*******************************
 * Responsive Setting
*******************************/

@media (max-width: 1020px) and (min-width: 768px) {
  .dropzone .dz-message {
    font-size: 18px !important;
  }
  .dropzone .dz-message:before {
    font-size: 36px !important;
	}
	.btn-group-toggle label {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 767.98px) {
	.header-navbar .navbar-header .navbar-brand .brand-text {
		color: #00af4c !important;
		font-weight: bold;
	}
	.vertical-overlay-menu.menu-open .main-menu {
		margin-top: -25px;
		height: calc(100% - 40px);
	}
	.header-navbar .navbar-header .navbar-brand {
		margin-top: 0;
	}
	.dropzone .dz-message {
    font-size: 13px !important;
  }
	.dropzone .dz-message span {
    display: none;
  }
  .dropzone .dz-message:before {
    font-size: 30px !important;
	}
 	.message-edit-content .checkbox-option,
	.room-edit-content .room-price-option {
		width: 100%;
	}
	.btn-group-toggle label {
		margin-bottom: 10px !important;
	}
	#messages div.content-detail-header > p {
		margin: 6px 2px;
		font-size: 10px;
	}
}

@media only screen and (min-width: 641px) {
	.remodal{
		max-width: 100% !important;
	}
}

/* Image sort order */

ul.sortable-image-container {
	display: table;
	width: 100%;
}
ul.sortable-image-container li {
	display: table-cell;
	text-align: center;
}
ul.sortable-image-container li img {
	width: 120px;
	height: 120px;
	object-fit: cover;
}


/* owner-tag */
.owner-tag {
	color: #a92e2a;
	border: 1px solid #a92e2a ;
	width: 65px !important;
	text-align: center;
	border-radius: 4px;
	padding: 3px 5px;
	font-size: 12px;
}
.owner-tag:after {
	content: 'オーナー';
}

.form-control:disabled, .form-control[readonly] {
	background: #fff !important;
}

.admin-operation-histories table tbody tr {
	cursor: pointer;
}

/* repair */
.text_green {
	color: #00af4c;
}