/*
#overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: -100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

#overlay.on {
    left: 0;
    margin-right: 0;
}

 fix mmenu's bug 
.mm-slideout{
	z-index: inherit !important;
} 
*/
/*
.searchSection--buttonHolder .hover-bg {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 110;
}
*/



.modal-footer .btn{
	width: 49%;
	float:left;
}


.modal-full {
	box-sizing: border-box;
	z-index: 1100 !important;
	
}
.modal-full .modal-dialog {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	z-index: 1060 !important;
	margin: 0px;
}



/*  modal-header */
.modal-full .modal-header{
    background-color: #efefef;
	padding: 5px 15px ;
}


.modal-full  .modal-header .modal-title{
	font-weight: 900;
	font-family: Microsoft JhengHei;
	font-size: 20px;
}


/*  modal-footer */
.modal-full .modal-footer{
    position: fixed;
    left: 0;
    bottom: 0;
	width:100%;
	background-color: #fff;
}



/*  modal close */
.modal-full  .close{
	font-weight: 900;
	font-size: 2.4em;
	opacity: 0.5;
}

/*  modal-content */
.modal-full .modal-content{
	border-radius: 0px;
	position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	z-index: 1050;
	margin: 0px;
	box-shadow: 0px;
}

.modal-half .modal-dialog, .modal-half .modal-content{
	height: auto;
}

/*  modal-body */
.modal-full  .modal-body{
    overflow-y: auto;
	font-size: 18px;
    height:calc(100% - 50px);
	padding: 0px;
}

#modal-filter  .modal-body {
	height:calc(100% - 120px);
}

.modal-theme3.modal-full .modal-body {
	height:100%; 
	overflow-y:auto;
	text-align:center; 
}

.modal-full  .modal-body > ul > li > a{
    display: block;
    overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 15px;
}

.modal-full  .cate-tree > ul > li > a{
    border-bottom: 0px;
}

.modal-full  .modal-body li a{
   font-size: 1.2em;
}

.modal-full  .modal-body ul > li > ul > li > a{
    font-weight: 400;
}

.modal-full  .modal-data  li a{
   padding: 10px 0px ;
   width:100%;
}

.modal-full  .modal-data  li  a:hover, .modal-full  .modal-data  li  a:active, .modal-full  .modal-data  li  a:actived{
	background-color: #ccc;
	color: #fff;
}

.modal-close {
    position: fixed;
    right: 18px;
    top: 0px;
    font-size: 40px;
    z-index: 99999999;
    color: #fff;
    display: block;
    width: 35px;
    height: 35px;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    line-height: 35px;
	cursor: pointer;
	resize: none;
}
@media (max-width: 768px) {
	.modal-close {
		right: 5px;
	}
}

/************************************************** 
 * modal-cate
 **************************************************/
#modal-cate  .modal-body > ul > li > a{
    padding-left: 8px;
}
#modal-cate .tree .indicator{
	font-size: 24px;
	top: 3px;
}