@charset "UTF-8";
/* CSS Document */

/* link */
.link-thumbnail {
	width:17.5vw;
	min-height: 17.5vw;
	display: inline-block;
	padding:5px;
	border:1px solid #aaa;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 1%;
	font-size:80%;
    vertical-align: top;
}

.link-thumbnail img {
	width:80%;
	font-size:80%;
}

.btn-kiosk{
	display:inline-block;
	border:none;
	background:none;
	outline:none;
	padding:0;
	margin:1%;
	border-radius: 5px;
	color:#fff;
	min-height: 20vh;
    vertical-align: top;
}

.btn-kiosk-id{
	font-size:1.5em;
	font-weight: bolder;
	text-shadow: 0px 2px 5px #000;
    line-height: 1.5em;
}

.btn-kiosk-online{
	background:linear-gradient(to top, #258e00, #36d200);
}

.btn-kiosk-offline{
	background:linear-gradient(to top, #861818, #b32424);
}

.return-box {
	padding:1em;
	box-sizing: border-box;
	border:solid 1px #ddd;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	margin-right:5px;
    min-width:100px;
}

.verticaltext_content {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: -40px;
    top: 35px;
    position: absolute;
    color: #FFF;
    text-transform: uppercase;
    font-size:26px;
    font-weight:bold;
}

.loaing {
	position: fixed;
	width:100vw;
	height:100vh;
	top:0;
	left:0;
	background-color:rgba(255,255,255,0.8);
	z-index: 99;
	text-align: center;
	line-height: 100vh;
}

@media screen and (min-width:576px){
	/* Small */
	.link-thumbnail {
		width:18.5%;
		min-height: 18.5%;
	}
	
	.btn-kiosk{
	}
}

@media screen and (min-width:768px){
	/* Medium */
	.link-thumbnail {
		width:100px;
		min-height: 100px;
	}
	
	.btn-kiosk{
		font-size:1.2em;
	}
}

@media screen and (min-width:992px){
	/* Large */
	.link-thumbnail {
		width:100px;
		min-height: 100px
	}
	
	.btn-kiosk{
		font-size:1.2em;
	}
}

@media screen and (min-width:1200px){
	/* Extra Large */
	.link-thumbnail {
		width:100px;
		min-height: 100px;
		font-size:80%;
	}
	
	.btn-kiosk{
		font-size:1.2em;
	}
}
