/**********************************************************/
/*
/* #work_cron
/*
/**********************************************************/
#work_cron
{

}
/**********************************************************/
/*
/* #work_calendar
/*
/**********************************************************/
#work_calendar
{

}
.work_calendar_event
{
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	padding:10px 15px;
	background-color:#fff;
	position:relative;
}
.work_calendar_event:last-child
{
	border-bottom:1px solid #e5e5e5;
}
.work_calendar_event_item
{
	font-weight:700;
}
.work_calendar_event_store
{
	font-size:x-small;
}
.work_calendar_event_creator_line_displayname
{
	font-size:x-small;
}
.work_calendar_event_store::before
{
	content:"@";
}
.work_calendar_event_creator
{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.work_calendar_event_creator_line_picture
{
	width:16px;
	height:16px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:100%;
	margin-right:3px;
}
.work_calendar_today
{
	background-color:#e5e5e5!important;
}
#work_calendar_tbl th
{
	width:20%;
}
.work_card_partner
{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.work_card_partner_picture
{
	width:16px;
	height:16px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:100%;
	margin-right:3px;
}
.work_calendar_event_cancel
{
	position:absolute;
	right:0px;
	top:0px;
	font-size:x-small;
	color:var(--color-red);
	padding:3px 5px;
	cursor:pointer;
}
.work_calendar_event_cancelled
{
	font-size:x-small;
	color:var(--color-red);
	padding:3px 5px;
	border:1px solid var(--color-red);
}
/**********************************************************/
/*
/* #work_card_deposit
/*
/**********************************************************/
#work_card_deposit
{

}
/**********************************************************/
/*
/* #work_card_pay
/*
/**********************************************************/
#work_card_pay
{

}
/**********************************************************/
/*
/* #work_card_detail
/*
/**********************************************************/
#work_card_detail
{

}
/**********************************************************/
/*
/* #work_code
/*
/**********************************************************/
#work_code
{

}
#work_code_caption
{
	font-size:1.0rem;
	font-weight:700;
}
#work_code_resource
{
	border:1px solid #e5e5e5;
	padding:15px;
	background-color:#DFF2FC;
}/**********************************************************/
/*
/* #work_communicate
/*
/**********************************************************/
#work_communicate
{

}

.work_communicate_partner
{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.work_communicate_partner_picture
{
	width:16px;
	height:16px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:100%;
	margin-right:3px;
}