@media(min-width: 920px){
	.ino-modal.split{
		width: 50% !important;
		height: 100%  !important;
		padding: 0px !important;
		border-right: 1px solid #CCC;
	}
	.ino-modal.split .content{
		border-radius: 0px;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5) !important;
	}
	#content.split, #footer.split{
		width: 50% !important;
	}
	#nav.transSize.split{
		z-index: 99999999 !important;
	}
	#nav.transSize.split.nav-toggle{
		z-index: 0 !important;
	}
	.ino-modal .i-toggle{
		display: block !important;
	}
}
.ino-modal{
	width: 0px;
	height: 0px;
	position: fixed;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	padding: 60px 20%;
	z-index: 99999;
}
.ino-modal.transSize{
	width: 60%;
	height: calc(100% - 120px);
}
.ino-modal .i-toggle{
	display: none;
}
.ino-modal .rs-table-responsif{
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	margin-top: 0px;
}
.ino-modal iframe{
	width: 100%;
	height: 100%;
	border: 0px;
	float: left;
}
.ino-modal.fullSize{
	width: 100% !important;
	height: 100% !important;
	padding: 0px !important;
}
.ino-modal.fullSize .content{
	border-radius: 0px;
}
.ino-modal.remove{
	width: 100%;
	height: 0%;
	padding: 0px;
}
.ino-modal.mini{
	width: 25px !important;
	height: 25px !important;
	padding: 0px;
	background-color: #FFF;
}
.ino-modal.mini::before{
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: fontAwesome;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	content: '\f06e';
}
.ino-modal.mini *{
	display: none !important;
}
.ino-modal.mini .show{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999999;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.ino-modal .header, .ino-modal .content, .ino-modal .footer, .ino-modal .main{
	width: 100%;
	overflow: hidden;
	float: left;
}
.ino-modal .content{
	background-color: #FFF;
	font-style: 12px;
	z-index: 999999;
	position: relative;
	height: 100%;
	border-radius: 5px;
	box-shadow: 0 0 14px 0px rgba(0, 0, 0, 0.5);
}
.ino-modal > .content > .panel{
	position: absolute;
	right: 0px;
	top: 0px;
	color: #FFF;
}
.ino-modal > .content > .panel i {
	height: 15px;
	width: 15px;
	line-height: 15px;
	text-align: center;
	padding: 5px;
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0.2);
	float: left;
	z-index: 9999;
	position: relative;
}
.ino-modal > .content > .panel i:hover{
	background-color: rgba(0, 0, 0, 0.4);
}

.ino-modal .header,
.ino-modal .main,
.ino-modal .footer{
	position: absolute;
}
.ino-modal .header{
	font-size: 21px;
	font-weight: bold;
	background-color: tomato;
	color:#FFFFFF;
	height: 50px !important;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
.ino-modal .header h1{
	padding: 10px !important;
	font-size: 22px !important;
}
.ino-modal .header h1 .marquee{
	line-height: 30px;
	height: 30px;
	padding: 0px;
	margin: 0px;
}

.ino-modal .main{
	height: calc(100% - 100px);
	top: 50px;
	overflow-y: auto;
	padding: 0px !important;
}
.ino-modal .footer{
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	background-color:#EEE;
	height: 40px;
	bottom: 0px;
	padding: 5px 0px;
	z-index: 9999;
	overflow: hidden;
	overflow-x: auto;
  white-space: nowrap; 
}
.ino-modal .footer button{
	margin: 4px 8px;
	margin-right: 0px;
	margin-bottom: 3.5px;
	color: #FFF;
	border-color: rgba(0, 0, 0, 0.1);
}
.ino-modal .footer button:last-child{
	margin-right: 8px;
}
.ino-modal > .content > .panel{
	width: auto;
	left: auto;
	right: 0px;
	top: 0px;
	padding: 0px;
}
.ino-modal .foo_h{
	display: none;
}

.ino-modal > .content > .panel i{
	float: right;
	margin: 0px;
}


.ino-modal.img{
	overflow-x: hidden;
}
.ino-modal-img{
	display: inline-flex;
	float: left;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.ino-modal.img .slider{
	position: absolute;
	left: 5px;
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.2);
}
.ino-modal.img .slider.right{
	left: auto;
	right: 5px;
}
.ino-modal-img img{
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  width: auto;
  max-width: 100%;
}
.ino-modal-img img.p{
  height: auto;
  width: auto;
  max-width: auto;
  max-height: 100%;
}
.ino-modal-img h6{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	line-height: 25px;
	color: #FFF;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
	font-weight: normal;
	font-size: 14px;
}
.ino-modal-img h6 .marquee span{
	line-height: 25px;
}
@media(max-width: 920px){
	.ino-modal{
		padding: 60px 10%;
	}
	.ino-modal.transSize{
		width: 80%;
		height: calc(100% - 120px);
	}
}
@media(max-width: 720px){
	.ino-modal{
		padding: 60px 5%;
	}
	.ino-modal.transSize{
		width: 100%;
		height: 100%;
		padding: 0px !important;
	}
	.ino-modal.fullSize{
		width: 90% !important;
		height: calc(100% - 120px) !important;
		padding: 60px 5% !important;
	}
	.ino-modal .content{
		border-radius: 0px;
	}
	.ino-modal.fullSize .content{
		border-radius: 5px;
	}
	.ino-modal .fullSize-iframe iframe{
		position: absolute;
	}
	.ino-modal .foo_h{
		display: inline-block !important;
	}
	.ino-modal > .content > .panel *, .fa-expand.ino-detail-button{
		display: none;
	}
	.ino-modal .header h1{
		width: calc(100% - 70px);
		float: right;
	}
	.ino-modal > .content > .panel{
		right: auto;
		left: 0px;
	}
	.ino-modal > .content > .panel > .fa-times{
		display: block;
		line-height: 40px;
		width: 40px;
		text-align: center;
		height: 40px;
		font-size: 16px;
	}
	.ino-modal > .content > .panel > .fa-times:before{
		content: '\f060';
	}
	.ino-modal-img .panel{
		display: block !important;
	}
	
	.ino-modal .footer{
		padding: 0px;
		height: 50px;
	}
	.ino-modal .footer button{
		border: 0px;
		border-radius: 0px;
		background-color: transparent !important;
		line-height: 40px;
		border-right: 1px solid #CCC;
		color: #333;
		font-weight: bold;
	}
	.ino-modal .footer button:last-child{
		border-right: none;
	}
	.ino-modal .footer button.fa:before, .ino-modal .footer button .fa:before{
		background-color: transparent !important;
		font-weight: normal;
	}
}