@CHARSET "UTF-8";

html,body,
#mainDiv {
	/* minを指定しない場合は、デザインが崩れるため指定 */
	min-width:345px;
}
html,body {
	height:100%;
	margin:0px;
}
#mainDiv {
	background:white;
	width:100%;
	height:calc(100% - 74px);
	margin:0 auto;
	z-index:0;
	padding-left:0px;
	font-size:12px;
	min-height:280px;
}
#topDiv {
	height:5px;
	border:none;
}
.contentDiv {
	height:calc(100% - 18px);
	padding-bottom:5px;
}

#contentLeftDiv {
	margin:0px 5px 0px 10px;
	background-color: white;
	float:left;
	width: 100%;
	color:green;
	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 {
    margin-top: 4px;
	color: black !important;
	position-top: 10px;
}
#inputmetaarea td {
	padding: 4px 4px;
}
#inputmetaarea .metaTitle {
	text-align: right;
	padding-right: 8px;
	margin-bottom: 10px;
}

#inputmetaarea .metaCondition {
	width: auto;
	/* autoにすると▼の位置がずれるため */
	padding-right: 24px;
}

#inputarea {
	vertical-align: bottom;
	position: relative;
	bottom: auto;
	padding-top: 5px;
	padding-left: 17px;
	padding-right: 5px;
	margin-right: 10px;
	min-height: auto;
}

#talk {
	margin-top: 4px;
	margin-left: -17px;
	width: calc(100% - 83px);
	height:24px;
	min-height:24px;
	max-height:100px;
	overflow:auto;
	padding: 0px 5px;
	line-height: 22px;
}

#uploadFileBtn {
	position:absolute;
	height:20px;
	left:10px;
	width:20px;
	bottom: 3px;
	cursor:pointer;
}

#editUrlBtn {
	position:absolute;
	height:20px;
	width:20px;
	left: 41px;
	bottom: 3px;
	cursor:pointer;
}

#withAttachmentLbl {
	position:absolute;
	height: 24px;
	left: 76px;
	bottom: 0px;
	padding-top:5px;
	display:none;
}

#talkBtn {
	position:absolute;
	right : 5px;
	bottom: 0px;
	height: 24px;
}

.itemAttachmentLine {
	margin-bottom : 5px;
}
.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エリア*/
#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;
}

.cursor-pointer {
	cursor:pointer;
}

#talkDiv {
	height: calc(100% - 26px);
	background-color: #f0f3f7;
	overflow:auto;
	overflow-x:hidden;
	text-align:left;
	border: 1px solid #d7dadd;
	margin-right: 5px;
}

#talkTable {
	width:100%;
	margin-left: 10px;
}

#talkTable td {
	vertical-align:top;
}

#msg_end {
	padding:0px 0px 0px 0px;
	height:18px;
	overflow:hidden;
}

.robotImgTd {
	padding:10px 5px 0 2px;
	width:60px;
	vertical-align:top;
}

.robotImg {

	padding:0;
	vertical-align:bottom;
	border:none;
	width:48px;
	height:48px;
}

.bubbleTd {
	padding:12px 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;
}
.bubble.opright {
	margin-left:60px;
	margin-right:16px;
}
.bubble.endusercolor {
	background:#9dccf8;
}
.bubble.operatorcolor {
	background:#CBE3FF;
}
.bubble:after {
	position:absolute;
	display:block;
	width:14px;
	height:14px;
}
.bubble.euleft:after {
	content:'';
	top:14px;
	left:-14px;
	bottom:auto;
	right:auto;
	background-image:url(../icon/chat_triangle_left.png);
	background-size:14px 14px !important;
}
.bubble.euright:after {
	content:'';
	top:14px;
	right:-14px;
	bottom:auto;
	left:auto;
	background-image:url(../icon/chat_triangle_right.png);
	background-size:14px 14px !important;
}
.bubble.opleft:after {
	content:'';
	top:14px;
	left:-14px;
	bottom:auto;
	right:auto;
	background-image:url(../icon/chat_triangle_left.png);
	background-size:14px 14px !important;
}
.bubble.opright:after {
	content:'';
	top:14px;
	right:-14px;
	bottom:auto;
	left:auto;
	background-image:url(../icon/chat_triangle_right.png);
	background-size:14px 14px !important;
}

.talkTitleDiv {
	padding:4px 0px 0 5px;
	margin-left: 10px;
	margin-right: 10px; /* 吹き出し幅を可変にする場合に必要なため予め定義 */
}

.bubbleRightTitleFont {
	font-size:9px;
	color:#323232;
	font-stle:Regular;
}

.notify {
	font-size:12px;
	color:#000000;
	font-stle:Regular;
	border-radius:2px;
}

.bubbleRightContextFont {
	font-size:15px;
	color:#000000;
}
.bubbleLeftTitleFont {
	font-size:9px;
	color:#323232;
	font-stle:Regular;
}
.bubbleLeftContextFont {
	font-size:15px;
	color:#000000;
}

.talkContextDiv {
	padding:10px 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;
}

.qapre {
	display:block;
	padding:1px;
	margin:0;
	font-size:15px;
	color:#000000;
	background-color: transparent;
	border:0px solid;
	white-space: pre-wrap;
	word-break:break-all;
	word-wrap:break-word;
}

.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 #fff !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 {
    position:relative;
	width:calc(100% + 17px);
	right: 17px;
}
#candidateTable {
	border:1px solid #ccc;
    background: #fff;
	margin:0;
	padding:0;
	color:#000;
	width:calc(100% - 100px);
	position:absolute;
	bottom:0;
}
#candidateTable tr {
	list-style:none;
	line-height:2;
	text-indent:4px;
}
#candidateTable td{
	cursor:pointer;
}
.selectRowBg {
     background-color: #CBE3FF;
}
.matchTextColor {
	color: #FF6600;
}