html,body {
	min-width: 0;
}

.stat-viewer {
	margin-left: 0;
	width: 100%;
}

.download-link-container {
	width: 900px;
	margin: auto;
	margin-top: 20px;
	font-size: 14px;
}

.download-link-container .row {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.download-link-container .row.download-counts,
.download-link-container .row.download-password {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
}

.download-link-container .download-item-title {
	background: #d8e5ef;
	color: #3a5472;
	border-right: 1px solid #CCCCCC;
}

.download-link-container .download-item .item {
	margin-top: 10px;
	margin-bottom: 10px;
}

.download-link-status {
	display: none;
}

.download-link-error,
.download-link-creating,
.download-link-waitting {
	width: 930px;
	margin: auto;
	border: 1px solid transparent;
	padding: 15px;
	margin-top: 20px;
}

.download-link-error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.download-link-creating  {
	background-color: #d9edf7;
	border-color: #bdd0d9;
	color: #2b61a0;
}

.download-link-waitting  {
	background-color: #fffff3;
	border-color: #d6c52c;
	color: #d6c52c;
}

.download-link-container .download-link-detail-info {
    overflow: hidden;
	/*解决字母隐藏，不折行的问题*/
	word-wrap:break-word;
}

.file-list-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 150;
	display: none;
}

.star-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.file-list-loading img {
	width: 100px;
}

/* ↓ここからプレビューのViewer用の設定 */
.swiper-button-next,
.swiper-button-prev{
	background-color: rgba(0, 0, 0, 0.5);
	width: 44px;
	height: 44px;
}

.swiper-box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999999;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	top: 13%;
	height: 75%;
	width: 75%;
}

.swiper-slide {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-close-img {
	position: absolute;
	right: 30px;
	top: 30px;
	height: 48px;
	cursor: pointer;
	background: url(../img/close.png);
	width: 48px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.swiper-left-img {
	position: absolute;
	right: 150px;
	top: 30px;
	height: 48px;
	cursor: pointer;
	background: url(../img/left.png);
	width: 48px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.swiper-right-img {
	position: absolute;
	right: 90px;
	top: 30px;
	height: 48px;
	cursor: pointer;
	background: url(../img/right.png);
	width: 48px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.star-swiper-loading{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999999;
}

.sk-circle-bounce {
	width: 4em;
	height: 4em;
	position: relative;
}
.sk-circle-bounce .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-circle-bounce .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #337ab7;
	border-radius: 100%;
	-webkit-animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
	animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
}
.sk-circle-bounce .sk-circle-2 {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-circle-bounce .sk-circle-3 {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-circle-bounce .sk-circle-4 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-circle-bounce .sk-circle-5 {
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-circle-bounce .sk-circle-6 {
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-circle-bounce .sk-circle-7 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-circle-bounce .sk-circle-8 {
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-circle-bounce .sk-circle-9 {
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-circle-bounce .sk-circle-10 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-circle-bounce .sk-circle-11 {
	-webkit-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-circle-bounce .sk-circle-12 {
	-webkit-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-circle-bounce .sk-circle-2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-circle-bounce .sk-circle-3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-circle-bounce .sk-circle-4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-circle-bounce .sk-circle-5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-circle-bounce .sk-circle-6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-circle-bounce .sk-circle-7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-circle-bounce .sk-circle-8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-circle-bounce .sk-circle-9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-circle-bounce .sk-circle-10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-circle-bounce .sk-circle-11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-circle-bounce .sk-circle-12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circle-bounce-delay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-circle-bounce-delay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.star-document-container {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999999;
	overflow-y: auto;
}

.star-document-container .pdf-content,
.star-document-container .txt-content,
.star-document-container .videos-content {
	display: none;
}

.txt-content,
.videos-content {
	width: 80%;
	height: 80%;
	margin: auto;
	margin-top: 4%;
}

.txt-content h1 {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}

.txt-content .textContent {
	width: 100%;
	height: 94%;
	background: white;
	padding: 10px;
	overflow: auto;
	outline: none;
}

.txt-content .text-code {
	width: 100%;
	height: 38px;
	background: #f5f5f5;
	position: relative;
	line-height: 38px;
	font-size: 24px;
}

.txt-content .text-code span {
	padding-left: 10px;
	display: inline-block;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.txt-content .text-code select {
	position: absolute;
	right: 10px;
	top: 50%;
	padding: 4px;
	font-size: 16px;
	transform: translate(0, -50%);
}

.txt-content .txt-content-btn button {
	margin: 20px;
	min-width: 100px;
}

.txt-content .txt-loading,
.videos-content .txt-loading {
	text-align: center;
	color: #9E9E9E;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.display_pdf {
	width: 80%;
	height: 80%;
	position: absolute;
	left: 10%;
	top: 10%;
}

.videos-content .videos{
	outline: none;
	position: absolute;
	top: 10%;
	background: #000000;
	width: 80%;
	height: 80%;
}
/* ↑ここまでプレビューのViewer用の設定 */

@media (min-width: 320px) and (max-width: 1023px) {
	.stat-viewer .row .offset-1 {
		margin-left: 0;
	}
	.stat-viewer .row .offset-1 .form-title {
		padding-left: 0 !important;
		font-size: 22px;
	}
	.download-link-error, .download-link-creating, .download-link-waitting {
		width: 100%;
	}
	.download-link-container {
		width: 100%;
	}
	.download-link-container .row {
		margin-left: 0;
		margin-right: 0;
	}
	.download-link-container .download-item-title, .download-link-container .col-9 {
		flex: unset;
		max-width: unset;
	}
	.download-link-container .download-item-title {
		justify-content: unset !important;
	}
	.download-link-container .download-item .item .col-3 {
		display: none;
	}
	.download-link-container .download-item .item .col-8 {
		max-width: 100%;
		padding: 0;
	}
	.download-link-container .download-item-option .col-3 {
		display: inline-block !important;
		max-width: 45%;
	}
	.download-link-container .download-item-option .col-8 {
		max-width: 45% !important;
	}
	#filepass {
		max-width: 100%;
	}
  
  /* style button language footer */
  .footer {
    height: 70px;
    line-height: 70px;
  }
  .languagepicker.float-right {
    margin-right: 0 !important;
    float: none !important;
  }
  .languagepicker .overlay-languagepicker {
    width: 100%;
    height: 24px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
  }
  .languagepicker:hover {
    height: 24px;
  }
}
