
/* Sign */

.sign-body {
	background-size:cover;
	background-attachment: fixed;
	background-position:center center;
	padding-top: 10px;
}

.sign-box{
	background-color: rgba(238,238,238,0.45);
	border-radius:10px;	
}	

/* Edit */

.media-filelink{
	display: inline-block;
	padding:10px 20px 10px 60px;
	border:2px solid #b7b7b7;
	border-radius: 5px;
	background-color: #FFF;
	background-image: url('../images/filelink.png');
	background-position: left center;
	background-repeat: no-repeat;
}

.thumbnail-edit,
.thumbnails-edit,
.thumbnails-item{
	width:100px;
	height:100px;
	border: 1px solid #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	margin-right:20px;
}

.thumbnail-edit,
.thumbnails-edit{
	text-align: center;
	padding-top:40px;
}

.thumbnails-edit,
.thumbnails-item{
	float:left;
}

.thumbnails-item{
	text-align: right;
	padding-top:75px;
	padding-right: 10px;
}

.view-image-value{
	max-height: 300px;
	max-width:100%;
	width: auto;
	border: 1px solid #CCC;
}

#file-progress,
#thumb-progress{
	display: none;
	width:100%;
}

.item-edit-img{
	width: 300px;
	max-width: 100%;
}

/* VIEW */

.k-table{
	width: 100%;
}

.k-table tr td{
	padding : 3px;
}

.card-td{
	padding: 5px 10px;
}

.card-td-left{
	border-right: 1px solid #e8e8e8;
}

.card-td-right{
	padding: 5px 7px;
}

.view-td-type-content{
	height: 300px;
}

.k-table tr td.view-td-type-content{
	vertical-align: top;
	padding-top: 10px;
}

/* human */

.human-comment-line{
	padding: 5px 0;
	border-bottom: 1px solid #e7e7e7;
}

/* attend */

.card-body .nav-tabs .nav-link{
	color: #6f6f6f;
}

.card-body .nav-tabs .nav-link.active{
	color: #1b1b1b;
}

/* bill */

.billcard{
	width: 100%;
	margin-right: 3px;
	margin-bottom: 2px;
	padding: 8px 10px 4px 10px;
	border-radius: 5px;
	float: left;
	cursor: pointer;
}

.billcard-title{
	font-weight: 400;
}

.billcard-status--5{ background-color: #b5ef92; }
.billcard-status--4{ background-color: #76ba4b; }
.billcard-status--3{ background-color: #428a15; }
.billcard-status-0{ background-color: #ffe276; }
.billcard-status-5{ background-color: #ffba74; }
.billcard-status-7{ background-color: #ff9473; }
.billcard-status-8{ background-color: #b1b1b1; }
.billcard-status-9{ background-color: #8dbcff; }

td.bill-cell-vehicle {
  position: relative;
}

td.bill-cell-vehicle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  /* 삼각형 크기 및 색상 설정 */
  width: 0;
  height: 0;
  border-top: 15px solid #ffff00; /* 세모 색상 */
  border-left: 15px solid transparent; /* 좌측 투명하게 하여 대각선 만듦 */
}

/* barcode */

.st-barcode{
	width:400px;
	max-width: 100%;
	height: 100px;
	margin: 0 auto;
	padding:10px;
}

.st-barcode-code{
	height: 50px;
	margin-bottom: 10px;
}

#canvasBarcode{
	display: none;
	width:400px;
	height: 100px;
}

/* album */

.album-card {
  width: 12rem;
  float: left;
  margin:5px 5px;
  background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0px #555;
}

.album-card-img {
  width: 100%;
  height: 12rem;
  background-position: center center;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}

.album-card-body{
	width: 100%;
	height: 4.2rem;
	padding: 8px 12px 0 12px;
}

.album-card-title{
	width: 100%;
	margin-bottom: 2px;
	font-size: 1.2em;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.album-photo-card{
	position: relative;
	width:150px;
	height: 150px;
	margin: 5px;
	padding: 5px ;
	float:left;
	background-size: cover;
	background-position: center center;
	background-color: #000;
}

.album-photo-card-body{
	width:100%;
	height: 110px;
	margin-top: 30px;
	cursor: pointer;
}

.album-photo-card-body.questfile-video::before,
.album-photo-card-body.calbum-video::before{
	content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 55px;
  left: 60px;
  border-top: 20px solid transparent;
  border-left: 35px solid rgba(255, 255, 255, 0.5);
  border-bottom: 20px solid transparent;
}

.album-photo-card-body.questfile-video-processing::after,
.album-photo-card-body.calbum-video-processing::after{
	content: "Processing...";
  position: absolute;
  bottom: 20px;
  left:0;
  right: 0;
  text-align:  center;
  color: #FFF;
}

.kpop{
	position: fixed;
	display: none;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	padding: 10px 11px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
}

.kpop-card{
	position: absolute;
	width:600px;
	max-width: 100%;
	top: 40%;
  left: 50%;
  padding: 10px;
  transform: translate(-50%, 0);
  z-index: 1;
}

#file-progress-fileinfo{
	height: 40px;
	color: #FFF;
}

.gallary-head{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	z-index: 103;
}

.carousel-control-prev,
.carousel-control-next{
	z-index: 102;
}

.photo-card{
	position: absolute;
	top:10px;
	left:10px;
	right: 10px;
	bottom: 10px;
  z-index: 101;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.gallary-footer{
	position: absolute;
	top:10px;
	left: 10px;
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	color: #FFF;
	z-index: 103;
}

#photo-descript-input{
	width:600px;
	max-width: 100%;
}

.request-video-processing{
	width: 200px;
	max-width: 100%;
}

/* schedule */
.calendar-cell{ height:60px; vertical-align: middle; position: relative; }
.calendar-cell.active{ background-color: #f1f1f1; cursor: pointer; }
table .calendar-cell-week-0,
table .calendar-cell-holiday,
table .calendar-cell-holiday.calendar-cell-week-6{ color: #ff3636; }
table .calendar-cell-week-6{ color: #3589ff; }
table .calendar-cell-first_st{ position: absolute; top: 10px; right: 10px; }


.calendar-list-sp{ color: #3589ff; }
.calendar-list-spholiday{ color: #ff3636; }
.calendar-number{
	width: 2em;
	height: 2em;
	text-align: center;
	margin: 0 auto;
	padding-top: 0.3em;
	border-radius: 50%;
}
.calendar-number-today{ border:1px solid #3cde00; }
.calendar-number-selected{ background-color:#80c52c; }
.sc-box{
	overflow-x: auto;
}
.sc-selected{ background-color: #f5ffb0; }
.sc-campus-content{ border-right: 1px solid #d0d0d0; }

/* foodmenu */

.foodbox{
	margin-bottom:10px;
	padding-bottom: 10px;
}

.foodbox-title{
	height: 20px;
}

.foodbox-date{
	font-size: 1.2em;
	font-weight: 500;
	margin-right: 5px;
}

.foodbox img{
	width: 150px;
	height: auto;
	border:1px solid #CCC;
	border-radius: 5px;
}

/* level, stamp */

.home-level-badge{
	width: 40px;
}

.home-level-info{
	width: 100%;
}

.popstamp-card{
	padding: 5px 7px;
/* 	border-top: 1px solid #e4e4e4; */
	display: flex;
}

.popstamp-date{
	width: 100px;
	margin-top: 45px;
	text-align: center;
}

.popstamp-content{
	width: 270px;
	padding: 8px 0 6px 0;
	text-align: center;
	background-color: #88a77a;
/* 	border: 2px solid #e8e8e8; */
	border-radius: 5px;
}

.popstamp-content img{
	width: 50px;
}

/* progress report */

.pbar{ width:100%; height: 20px; border: 1px solid #470a68; border-radius: 5px; }
.pbar-fill{ height: 100%; background-color: #470a68; border-radius: 4px; }


