﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Noto+Sans+KR&family=Noto+Sans+SC&family=Noto+Sans+TC&family=Noto+Sans+JP&display=swap');

*:not(i) {
	font-family: Roboto, Noto Sans KR, Noto Sans TC,Noto Sans SC, sans-serif !important;
	font-weight: 400;
}

a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	font-size: 14px;
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	/* Set the fixed height of the footer here */
	height: 60px;
	line-height: 60px; /* Vertically center the text there */
}

.tooltip .tooltip-inner {
	max-width: 280px;
}

.rd-font-roboto {
	font-family: Roboto;
}

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0px;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.42857;
}

	.btn-circle.btn-xl {
		width: 70px;
		height: 70px;
		padding: 10px 16px;
		border-radius: 35px;
		font-size: 24px;
		line-height: 1.33;
	}

.smaller {
	font-size: small !important;
}

.x-small {
	font-size: x-small !important;
}

.xx-small {
	font-size: xx-small;
}

.small-for-icon {
	font-size: x-small;
	font-weight: normal;
	line-height: 0.7rem;
	width: 58px;
}
.small-for-icon-2 {
	font-size: x-small;
	font-weight: normal;
	line-height: 0.85rem;
	width: 40px;
}

.storage-height {
	height: 26px;
}

.nas-gray-style {
	padding: 0px 4px 4px 6px !important;
	margin: 4px 2px 4px 2px !important;
	border: 1px solid gray;
	background-color: white !important;
	opacity: 0.5;
	border-radius: 1rem;
	text-align: center;
}
.nas-style {
	padding: 2px 4px 2px 4px !important;
	margin: 4px 2px 4px 2px !important;
	border: 1px solid #ced4da;
	background-color: white !important;
	vertical-align: middle;
	opacity: 1.0;
	border-radius: 1rem;
	text-align: center;
}
