/*
@media screen and (min-width: 1200px) {
  span #placeFont{
     font-size: 50px;
  }
}

#palceFont{
	font-size:5vw;
}*/

body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
.w3-row-padding img {margin-bottom: 12px}
/* Set the width of the sidebar to 120px */
.w3-sidebar {width:8%;background: #222;}
/* Add a left margin to the "page content" that matches the width of the sidebar (120px) */

.bgimg1 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg1{
	background-image: url('pic/main-img2.PNG');
    min-height: 100%;
}

tr{
	 height:60px;
}

.picBox{
	width:68px;
	height:68px;
	float:left;
	cursor:pointer;
	object-fit:cover;
/*	background:black;
	color:white;*/
}	

.inp{
	background-color:#F7F7F7; border:none; border-radius:10px; padding-left:10px; height:35px; 
}

.sel {
	background-color:#F7F7F7; border:none; border-radius:10px; padding-left:10px; height:35px; 
	-moz-appearance:none; /* Firefox */ 
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
}

.filebox2 label {
	display: inline-block;
	padding: .5em .75em;
	color: #999; font-size: inherit;
	line-height: normal;
	background-color: #fdfdfd;
	cursor: pointer;
	border: 1px solid #ebebeb;
	border-bottom-color: #e2e2e2;
	border-radius: .25em;
}

.filebox2 input[type="file"] 
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}



.filebox label {
	display: inline-block;
	padding: .5em .75em;
	color: #999; font-size: inherit;
	line-height: normal;
	background-color: #fdfdfd;
	cursor: pointer;
	border: 1px solid #ebebeb;
	border-bottom-color: #e2e2e2;
	border-radius: .25em;
}

.filebox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}

#search-title, #mng-title, #dai-title{
	margin-top:10%;
}
.search-block{
	float:left;
	width:48%;
	margin-left:2%;
	margin-top:2%;
	text-align:left;
	font-size:1.1em;
}
.search-data{
	width:100%; float:left;
	font-size:1.2em;
	margin-top:2%;
}

.mng-data{
	width:100%; float:left;
	font-size:1.1em;
	margin-top:2%;
}
.mng-block{
	float:left;
	width:48%;
	margin-left:2%;
	margin-top:2%;
	text-align:left;
	font-size:1.1em;
}
.mng-data{
	width:100%; float:left;
	font-size:1.1em;
	margin-top:2%;
}

.dai-radio-all{
	float:left;
	width:50%;
	text-align:right;
}
.dai-radio{
	float:left;
	margin-right:7%;
	margin-left:2%;
	width:15%;
	text-align:center;
}
.dai-radio-txt{
	float:left;
	margin-top:7%;
	font-size:1em;
}
.dai-sel{
	float:left;
	width:30%;
	font-size:0.8em;
	margin-left:1%;
	margin-top:2%;
}
.dai-sel-txt{
	float:left;
	font-size:0.7em;
	margin-top:5%;
	margin-left:2%;
}
.dai-btn{
	float:left;
	font-size:0.7em;
	margin-top:3%;
	margin-left:5%;
}

.add-block{
	float:left;
	width:48%;
	margin-left:2%;
	margin-top:2%;
	text-align:left;
	font-size:1.3em;
}
.add-block-btn{
	float:left;
	text-align:center;
	width:48%;
	height:100%;
	margin-left:2%;
	margin-top:2%;
	font-size:1.3em;
}
.add-block-pic{
	float:left;
	text-align:center;
	width:100%;
	height:100%;
	margin-left:2%;
	margin-top:2%;
	font-size:1.3em;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 3; /* Sit on top */
	left: 0;
	top: 0;
	width: 360px; /* Full width */
	height: 700px; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	padding-top: 10px;
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 0 auto 2% auto; /* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 340px; /* Could be more or less, depending on screen size */
	height: 550px;
}


/* The Close Button (x) */
.close {
	position: absolute;
	right: 25px;
	top: 0;
	color: #000;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: red;
	cursor: pointer;
}
/* Add Zoom Animation */
.animate {
	-webkit-animation: animatezoom 0.5s;
	animation: animatezoom 0.5s
}

@-webkit-keyframes animatezoom {
from {-webkit-transform: scale(0)}
to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
from {transform: scale(0)}
to {transform: scale(1)}
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 15px 0 15px 0;
    position: relative;
}
.container {
/*    padding: 16px; */
	width:90%;
}

@media all and (max-width:480px) {
	.part-set{
		float:left;
		width:48%;
		margin-left:2%;
		margin-top:2%;
		text-align:left;
		font-size:1em;
	}
	.part-set-btn{
		float:left;
		text-align:center;
		width:48%;
		margin-left:2%;
		margin-top:2%;
		font-size:1em;
	}
	.part-set-pic{
		float:left;
		text-align:center;
		width:100%;
		height:100%;
		margin-left:2%;
		margin-top:2%;
		font-size:1em;
	}
}