@CHARSET "UTF-8";

html,body,
#mainDiv {
	/* minを指定しない場合は、デザインが崩れるため指定 */
	min-width:375px;
}
html,body {
	font-family:"メイリオ",Meiryo,sans-serif !important;
	height:100%;
	margin:0px;
}
#mainDiv {
	background:white;
	width:100%;
	height:calc(100% - 62px);
	margin:0 auto;
	z-index:0;
	font-size:12px;
	min-height:280px;
	padding: 0px 0px 0px 0px;
}
#topDiv {
	height:5px;
	border:none;
}
.contentDiv {
	height:100%;
	/* padding-bottom:5px; */
}

#contentLeftDiv {
	/* margin:0px 5px 0px 10px; */
	background-color: white;
	float:left;
	width: 100%;
	height:100%;
}

#contentRightDiv {
	margin:0px 0px 5px;
	background-color: #f0f3f7;
	float:left;
	width: 40%;
	height:calc(100% - 0px);
	overflow:auto;
	border:1px solid #d7dadd;
}

#inputmetaarea {
	color: black !important;
	position-top: 10px;
	position: absolute;
	bottom: 70px;
	left: 22px;
}
#inputmetaarea td {
	padding: 4px 4px;
}
#inputmetaarea .metaTitle {
	text-align: right;
	padding-right: 8px;
	margin-bottom: 10px;
	font-size: 16px;
}

#inputmetaarea .metaCondition {
	width: auto;
	/* autoにすると▼の位置がずれるため */
	padding-right: 24px;
	height: 30px;
	max-width: 300px;
	border: none;
	outline: none;
}

#inputarea {
	vertical-align: bottom;
	position: relative;
	bottom: auto;
	padding-top: 0px;
	padding-right: 5px;
	min-height: 80px;
	height: auto;
	max-width: 1360px;
	margin: auto;
}

#talk {
	top: 16px;
	left: 20px;
	width: calc(100% - 104px);
	height:21px;
	min-height:24px;
	max-height:24px;
	overflow:auto;
	padding: 0px 5px;
	line-height: 22px;
	position: absolute;
	background: #ffffff;
	border: none;
	font-size:16px;
}

#editUrlBtn, #editUrlBtnDiv {
	position:absolute;
	height:54px;
	width:54px;
	left: 84px;
	bottom:10px;
	cursor:pointer;
}

#editUrlBtnDiv {
	z-index: 10;
	opacity:0;
}

#uploadFileBtn, #uploadFileBtnDiv {
	position:absolute;
	height:54px;
	left:22px;
	width:54px;
	bottom:10px;
	cursor:pointer;
}

#uploadFileBtnDiv {
	z-index: 10;
	opacity:0;
}

#talkBtnSvg, #talkBtn {
	position:absolute;
	right : 16px;
	top : 6px;
	height: 42px;
	width: 42px;
}

#talkBtn {
	z-index: 10;
	opacity:0;
	cursor:pointer;
}

.itemAttachmentLine {
	margin-bottom : 5px;
	font-size: 14px;
}
.itemAttachmentLine img,
.itemAttachmentLine a {
	margin-right: 5px;
	/* 縦横比を保ちながら画像表示*/
	width: auto;
	max-height: 130px;
	cursor: pointer;
}

.itemAttachmentLine video {
	width: 300px;
	height: 225px;
}

.btnGrpItem {
	text-align: left;
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
	margin-bottom: 5px;
	height:auto !important;
	min-height:24px !important;
	border-radius: 6px;
	border-width:1px;
	border-style: solid;
	background:#FFFFFF;
	font-size: 16px;
}

/* 202202 add */
.btnComment {
	text-align: left;
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
	margin-bottom: 5px;
}

/*borderエリア*/
#borderDiv {
	width: 100%;
}

.badge.qa {
	padding: 3px 7px;
	font-size: 4px;
	font-weight: normal;
	line-height: 1;
	background-color:#CA1B17;
	vertical-align: middle;
	margin-left: 5px
}

.my-font {
	font-size: 14px;
}

.myImgClass {
	padding: 6px 10px;
	min-height:34px
}

.myImgClass > img + img{
	margin-left: 5px;
}

.myImgClass  img {
	margin-left: 5px;
	margin-bottom: 5px;
	/* 縦横比を保ちながら画像表示*/
	width: auto;
	max-height: 130px;
	cursor:pointer;
}

.myImgClass > a + a {
	margin-left: 5px;
}

.myImgClass2 {
	padding: 0px 10px;
}


/* 202202 add */
.myImgClass4 {
	padding: 10px 10px;
}

.cursor-pointer {
	cursor:pointer;
}

#talkDiv {
	background-color: white;
	overflow:auto;
	overflow-x:hidden;
	text-align:left;
	border-width: 1px;
	border-style: solid;
}

#talkTable {
	width:100%;
	margin-left: 10px;
	max-width: 1360px;
	margin: auto;
}

#talkTable td {
	vertical-align:top;
}

#msg_end {
	padding:0px 0px 0px 0px;
	height:18px;
	overflow:hidden;
}

.robotImgTd {
	padding:10px 7px 0 16px;
	width:60px;
	vertical-align:top;
}

.robotImg {

	padding:0;
	vertical-align:bottom;
	border:none;
	width:80px;
	height:80px;
}

.bubbleTd {
	padding:19px 5px 0 4px;
}
.bubbleTd button {
	margin-bottom:5px;
}

.bubble {
	position:relative;
	padding:0;
	margin:0 auto;
	color:#000000;
	border-radius:5px;
}
.bubble.euleft {
	margin-left:16px;
	margin-right:60px;
}
.bubble.euright {
	margin-left:47px;
	margin-right:29px;
}
.bubble.opleft {
	margin-left:3px;
	margin-right:74px;
	display:inline-block;
}
div.bubble.opleft > div.talkContextDiv {
  background-color:#F3F3F3
}

div.bubble.euright > div.talkContextDiv  {
  float:right;
}
div.bubble.euright > div.talkTitleDiv  {
  text-align: right;
}

.bubble.opright {
	margin-left:60px;
	margin-right:16px;
}
.bubble.endusercolor {
	
}
.bubble.operatorcolor {
}

.talkTitleDiv {
	padding-bottom: 4px;
}

.bubbleRightTitleFont {
	font-size:12px;
	color:#727272;
	font-stle:Regular;
}

.notify {
	font-size:12px;
	color:#000000;
	font-stle:Regular;
	border-radius:2px;
}

.bubbleRightContextFont {
	font-size:16px;
}
.bubbleLeftTitleFont {
	font-size:12px;
	color:#727272;
	font-stle:Regular;
}
.bubbleLeftContextFont {
	font-size:16px;
	color:#000000;
}

.talkContextDiv {
	padding:5px 10px 10px 10px;
	-ms-word-break:break-all;
	word-break:break-all;
	word-break:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	line-height:20px;
	border-radius:26px !important;
	width: fit-content !important;
}

.qapre {
	display:block;
	padding:1px;
	margin:11px 10px 6px 10px;
	font-size:15px;
	color:#000000;
	background-color: transparent;
	border:0px solid;
	white-space: pre-wrap;
	word-break:break-all;
	word-wrap:break-word;
	width: fit-content;
}

.modalmessage {
}

#upload-attachments-alert .modal-dialog {
	width:600px !important;
}


/* URL指定ダイアログ */


/* URL入力行ボタン操作テーブル */
.urlInputTableHeader {
	border:none;
}
.urlInputTableHeader tr td:first-child {
	width:10%;
	vertical-align: middle;
}
.urlInputTableHeader tr td:last-child {
	width:90%;
}
.urlInputTableHeader button.add {
	width:100px;
	height:100%;
	margin-left: 10px;
}

.urlInputTableHeader.table>tbody>tr>td {
	border:none
}
/* URL入力テーブル */
.urlInputTable tr td:first-child {
	width:90%;
}
.urlInputTable tr td:last-child {
	width:10%;
	vertical-align: middle;
}
.urlInputTable input.url {
	width:100%;
}
.urlInputTable button.delete {
	width:100px;
	margin-right: 10px;
	height:100%;
}
.url {
	margin-left:10px;
}

/* 入力エラー表示色 */
.urlInputError {
	border: 1px solid #F88A8A !important;
	background: #F4D4D4 !important;
}

.formhr {
  height: 5px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border: 0 !important;
  border-top: 1px dashed #000000 !important;
}



/* 画像表示ダイアログ */
#imageViewerDialog.modal {
	width: auto !important;
    text-align: center !important;
}
#imageViewerDialog .modal-size {
	width: 85% !important;
	height: 85% !important;
}
#imageViewerDialog .modal-dialog {
    display: inline-block !important;
    width: auto !important;
}
#imageViewerDialog .modal-body img {
    max-height: calc(100vh - 200px) !important;
}


/* メッセージアラートダイアログ */

#message-alert {
	z-index:1500;
}
#message-alert .modal-dialog {
	margin: 60px auto;
}


/* サジェスト */

#candidateDiv {
	width: calc(100% - 235px);
	left: 175px;
	position: absolute;
	bottom: 62px;
}
#candidateTable {
	background: #fff;
	margin:0;
	padding:0;
	color:#000;
	width:100%;
	position:absolute;
	bottom:0;
	border-width: 1px;
	border-style: solid;
}
}
#candidateTable tr {
	list-style:none;
	line-height:2;
	text-indent:4px;
}
#candidateTable td{
	cursor:pointer;
}
.selectRowBg {
     background-color: #CBE3FF;
}
.matchTextColor {
	color: #FF6600;
}

/*-------------------- add by jinan 202205 -----------------------  */

/**
  select
  */

select::-ms-expand{ display: none; }
select {
	border: solid 1px #1C549C;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../../static/icon/pull_down.svg) #FFFFFF no-repeat;
    background-position: calc(100% - 8px);
	background-size: 14px;
    padding-right: 14px;
    background-color: #FFFFFF;
    border-radius: 4px;
    font-size: 15px;
    margin-left: 7px;
}
select:hover{
	opacity: 0.9;
	border: solid 1px #1C549C;
	background: url(../../static/icon/pull_down.svg) #FFFFFF no-repeat;
	background-position: calc(100% - 8px);
	background-size: 14px;
} 

select:disabled{
	background : #FFFFFF;
	opacity: 0.3;
	cursor:not-allowed;
}

option::-ms-expand{ display: none; }
select option{
	background:#FFFFFF !important;
	color:#323232;
	width:auto;
	
}
select option:hover{
	background-color:#f5f5f5 !important;;
	color:#323232;
}
select option:active{
	background:#f5f5f5 !important;
	color:#323232;
}
select option:checked{
	background:#d3d3d3 !important;
	color:#323232;
}
select option:disabled{
	color:rgba(50,50,50,0.3)
}

#inputareaDiv {
	width:100%;
	bottom: 0px;
    position: absolute;
}

#talkBtn:hover+#talkBtnSvg,
#uploadFileBtnDiv:hover+#uploadFileBtn,
 #editUrlBtnDiv:hover+#editUrlBtn{
	opacity: 0.7;
}

#uploadFileBtnDiv:disabled+#uploadFileBtn,
 #editUrlBtnDiv:disabled+#editUrlBtn{
	opacity: 0.7;
}
	
.notUseAble{
	opacity: 0.3;
	cursor:not-allowed;
	pointer-events: none;
}

.myImgClass3 {
	padding-top: 10px;
	padding-left: 10px;
	min-width: 502px;
}
.commentArea {
	background: #FFFFFF;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	font-size: 16px;
	width: calc(100% - 42px);
}

.commentArea:hover {
	opacity:0.9;
	border-style: solid;
	border-width: 1px;
}

.commentArea:disabled {
	opacity:0.5;
}

.btnComment,.btnCommentSvg {
	width:42px;
	height:42px;
	position: absolute;
    right: 10px;
    bottom: 15px;
}

.btnComment{
	opacity:0;
	z-index:10;
	cursor: pointer;
}

.btnGrpItem:disabled {
	opacity:0.5;
}

#talkAreaDiv{
	border-radius: 26px;
	background-color: #FFFFFF;
	height: 54px;
	position: absolute;
	bottom: 10px;
	width: calc(100% - 165px);
}
#talkAreaDiv:hover{
	opacity:0.9;
}
#talkAreaDiv:active{
	opacity:0.9;
}
.eurightSvg {
	width: 11px;
	height: 28px;
	top:22px;
	right:-3px;
	position: absolute;
}

.opleftSvg {
	width: 11px;
	height: 28px;
	top: 22px;
	left: -3px;
	position: absolute;
}

.aiFontColor {
	color: #337ab7;
}

.form-control::-webkit-input-placeholder { /* WebKit browsers */
	color: #666666;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #666666;
}
