/*
SenjuASM Object Stylesheet
v1.0
Last Updated: 2019-11-28
Author: Bong
こちらにはObjectに関するスタイルを定義します。
*/


.inline-box-body {
    flex: 1;
    padding: 8px;
    font-weight: normal;
    overflow: hidden;
}

.attached-file-img {
    padding: 5px;
    border: solid 1px #d2d6de;
    border-radius: 4px;
    margin-top: 5px;
    background: #fff;
    min-height: 34px;
	height: 100%;
	width: 100%;
}

.attached-file-img:hover {
  background-color: #ccc;
}

.attached-details{
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex: 1;
    flex: 1;
	overflow: hidden;
}

.attached-img-preview {
    /*padding: 5px;
    border-bottom: 0.1px solid #ddd;*/
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.attached-img-preview-aaa:last-child,
.attached-img-preview:last-child {
    border-bottom: none;
}

.attached-img-preview:last-child {
    border-bottom: none;
}

.attached-image {
    width: 50px;
    height: auto;
    margin-right: 5px;
}

.img-css{
 border-style: none;
 width: 50px;
 max-width: 100%;
 height: 50px;
 vertical-align:middle;
 transition:all ease 0.3s;
 cursor: pointer;
}

.img-larger-css{
 border-style: none;
 max-width: 100%;
 max-height: calc(100vh - 168px);
 border-radius: 10px;
}

.enlarged-image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
}

.dz-larger-image {
    width: 100%;
    height: auto;
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    padding: 48px;
	height: calc(100vh - 72px);
}

.title-area-top-larger-img {
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky;
    top: 0px;
    z-index: 799;
}

.page-title-area-larger-img {
    width: 100%;
	height: 72px;
    padding-left: 20px;
    padding-right: 20px;
}

.page-title-larger-img {
    min-height: 65px;
    border-radius: 5px;
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
	color: #ffffff;
}

.page-title-icon-button-larger-img {
    margin-left: 10px;
    min-height: 65px;
    height: 65px;
    min-width: 65px;
    width: 65px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.page-title-icon-button-larger-img > div {
	height:50px;
	width:50px;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:27px;
	color:#ffffff;
}

.page-title-icon-button-larger-img:hover {
	background: #5e5d5d;
}

.file-preview-modal_content {
  display: flex;
  height: calc(100vh - 72px);
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.file-details_container {
  display: flex;
  background: #fff;
  padding-left-right: 40px;
}

.file-details_preview {
  width: 320px;
  height: 270px;
  border-right: 1px solid rgba(0,0,0,.15);
  /*text-align: center;*/
  padding: 80px;
  /*padding-top: 50px;*/
  align-items: center;
  display: flex;
  justify-content: center;
}

.file-details_preview-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.file-details {
  width: 320px;
  height: 270px;
  padding: 14px;
  text-align: left;
  vertical-align: top;
}

.file-details_name {
  margin: 5px 0;
  color: rgba(0,0,0,.9);
  font-size: 20px;
  word-break: break-word;
}

.file-details_info {
  color: rgba(0,0,0,.5);
}

img.img-css_preview{
 width: 100px;
 height: 100px;
}

.text {
 overflow: hidden;
 text-overflow: ellipsis;
}

.post-image_name {
    display: block;
    overflow: hidden;
    outline: none;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    /*max-width: 200px;*/
	/*height: 22px;*/
}

.button-space-img {
	width: 46px;
    padding-left: 10px;
    order: 1;
}

.button-space-img1 {
	width: 46px;
    padding-left: 10px;
    order: 2;
}

.info-space-img {
	width: 46px;
    padding-left: 10px;
    order: 3;
}

.post-image {
    position: relative;
    overflow: hidden;
    width: 3rem;
    height: 3rem;
    background-color: rgba(255, 255, 255, 0);;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    text-align: center;
	padding:3px;
	cursor: pointer;
}

.post-image-upload {
    position: relative;
    overflow: hidden;
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0);;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    text-align: center;
	padding:3px;
}

.img-css-upload{
 border-style: none;
 width: 25px;
 max-width: 100%;
 height: 25px;
 vertical-align:middle;
 transition:all ease 0.3s;
}