.bg_winbox{
	position:fixed;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
	z-index: 101;
	background: rgba(0,0,0,0.0);
	display: none;
	
}

.boxwin{
	position: fixed;
	width: calc(100% - 200px);
	left:100px;
	max-height: calc(100% - 200px);
	max-width:calc(100% - 60px);
	background: #ffffff;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.75);
    display:block;
	-webkit-transition: opacity .2s ease-in-out,filter .2s ease-in-out,top .2s ease-in-out;
  	-moz-transition: opacity .2s ease-in-out,filter .2s ease-in-out,top .2s ease-in-out;
  	-ms-transition: opacity .2s ease-in-out,filter .2s ease-in-out,top .2s ease-in-out;
  	-o-transition: opacity .2s ease-in-out,filter .2s ease-in-out,top .2s ease-in-out;
  	transition: opacity .2s ease-in-out,filter .2s ease-in-out,top .2s ease-in-out;
	z-index: 102;
	box-sizing: border-box;
	border-radius: 6px;
}
.boxwinhd{
	opacity: 0;
    filter: alpha(opacity=0);
    top: -500%;
    visibility:hidden;
}
.boxwinsh{
	visibility:visible;
	opacity: 1;
    filter: alpha(opacity=100);
}

.stopscroll{
	overflow: hidden;
}
.scroll{
	overflow: auto;
}
.ttlwin{
	position:relative;
	height: 35px;
	background: #61baec;
	width: 100%;
	box-sizing: border-box;
}
.tutupwin{
	width:25px;height:25px;
	position:absolute;
	right:5px;top:5px;
	background:url(img/tutupwin.png);
	background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer; 
}
.ttltextwin{
	position:relative;
	width: calc(100% - 50px);
	height: 100%;
	font-size: 16px;
	color: #000000;
	padding: 8px 8px;
}
.boxtombolatas{
	position:relative;
	height: auto;
	background: #d5d5d5;
	width: 100%;
	box-sizing: border-box;
}

.boxwinisi{
	position:relative;
	width: 110%;
	max-height: 100%;
	overflow-y: scroll;
	overflow-x:hidden;
	padding: 10px;
	padding-right:10%;
	box-sizing: border-box;
	margin-top: 10px;
}
.isiboxatas{
	height:calc(100% - 70px);
}
.isiboxatasbawah{
	height:calc(100% - 110px);
}
.winyesno{
	width: 300px;
	height: auto;
	padding-bottom:20px;
	position: fixed;
	left: 50%;
	margin-left: -150px;
}
.boxbawah{
	position: absolute;
	width: 100%;
	bottom: 0px;
}
.winpeta{
	width:800px;
	max-width:100%;
	height: 550px;
	max-height:90%;
	padding-bottom:20px;
	position: fixed;
	left: 50%;
	margin-left: -400px;
	box-sizing: border-box;
	overflow: hidden;
}