/* common */
html, body {
	margin: 0 auto;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	text-decoration: none;
}

/* spinner */
#loader {
	position: fixed;
	top: -webkit-calc((100% - 45px) / 2);
	top: calc((100% - 45px) / 2);
	left: -webkit-calc((100% - 45px) / 2);
	left: calc((100% - 45px) / 2);
	z-index: 9999;
	display: none;
}

/* common */
#left-logo {
	width: 180px;
	height: auto;
}

#dropdown-model {
	max-width: 400px;
}

#dialog_item_select .modal-body li {
	border-bottom: 1px solid #d3d3d3;
	padding: 20px;
}

/* list */
.tot-cnt {
	text-align: right;
	color: #4f4f4f;
	font-size: 14px;
	margin-bottom: 10px;
}

.tot-cnt span {
	color: #00a0e9;
	font-weight: bold;
}

/* upload model dialog */
#dropSection {
	text-align: center;
	background: #ffffff;
}

#uploadedFiles {
}

#btnUpload {
	display: none;
}

#progress-item .progress-bar {
	width: 0%;
}
