table {
	background-color: #ffffff;
}
.treemenu .collapsed span.icon, .treemenu .expanded span.icon, .abix-tree-list .collapsed span.icon, .abix-tree-list .expanded span.icon {
	margin-right: 5px;
	cursor: pointer;
}
.treemenu ul, .treemenu li, abix-tree-list ul, .abix-tree-list li {
	margin: 5px 0px;
	padding-left: 7px
}
.treemenu, .abix-tree-list {
	margin: 0px;
	padding: 0px
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../baseimg/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8140;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../baseimg/blank.gif');
	/* helps IE */
	
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8140;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8140;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../baseimg/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -40px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	
	background-color: #009ee3;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.fancybox-close {
	background: url("../baseimg/close.png") no-repeat scroll 0 0 transparent;
	height: 50px;
	right: 0;
	top: 0;
	width: 50px;
}
.fancybox-next span {
	background: url("../baseimg/right.png") no-repeat scroll center center #009ee3;
	height: 50px;
	width: 50px;
	right: 0;
}
.fancybox-prev span {
	background: url("../baseimg/left.png") no-repeat scroll center center #009ee3;
	height: 50px;
	width: 50px;
	left: 0;
}
@media (max-width: 767px) {
	.fancybox-close {
		background: url("../baseimg/closec.png") no-repeat scroll 0 0 transparent;
		height: 25px;
		right: 0;
		top: 0;
		width: 25px;
	}
	.fancybox-next span {
		background: url("../baseimg/rightc.png") no-repeat scroll center center #009ee3;
		height: 25px;
		width: 25px;
		right: 0;
	}
	.fancybox-prev span {
		background: url("../baseimg/leftc.png") no-repeat scroll center center #009ee3;
		height: 25px;
		width: 25px;
		left: 0;
	}
}
.fancybox-title h3 {
	font-size: 15px;
	margin: 0;
}
.fancybox-title {
	padding: 5px 8px;
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}
#fancybox-thumbs.bottom {
	bottom: 2px;
}
#fancybox-thumbs.top {
	top: 2px;
}
#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}
#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
	opacity: 1;
}
#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}
#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
.dark-tooltip {
	display: none;
	position: absolute;
	z-index: 99;
	text-decoration: none;
	font-weight: normal;
	height: auto;
	top: 0;
	left: 0;
}
.dark-tooltip.small {
	padding: 4px;
	font-size: 12px;
	max-width: 150px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.dark-tooltip.medium {
	padding: 10px;
	font-size: 14px;
	max-width: 200px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.dark-tooltip.large {
	padding: 16px;
	font-size: 16px;
	max-width: 250px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/* Tips */

.dark-tooltip .tip {
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	line-height: 0px;
}
.dark-tooltip.south .tip {
	left: 50%;
	top: 100%;
}
.dark-tooltip.west .tip {
	left: 0;
	top: 50%;
}
.dark-tooltip.north .tip {
	left: 50%;
	top: 0;
}
.dark-tooltip.east .tip {
	left: 100%;
	top: 50%;
}
.dark-tooltip.south.small .tip {
	border-width: 7px 5px 0 5px;
	margin-left: -5px;
}
.dark-tooltip.south.medium .tip {
	border-width: 8px 6px 0 6px;
	margin-left: -6px;
}
.dark-tooltip.south.large .tip {
	border-width: 14px 12px 0 12px;
	margin-left: -12px;
}
.dark-tooltip.west.small .tip {
	border-width: 5px 7px 5px 0;
	margin-left: -7px;
	margin-top: -5px;
}
.dark-tooltip.west.medium .tip {
	border-width: 6px 8px 6px 0;
	margin-left: -8px;
	margin-top: -6px;
}
.dark-tooltip.west.large .tip {
	border-width: 12px 14px 12px 0;
	margin-left: -14px;
	margin-top: -12px;
}
.dark-tooltip.north.small .tip {
	border-width: 0 5px 7px 5px;
	margin-left: -5px;
	margin-top: -7px;
}
.dark-tooltip.north.medium .tip {
	border-width: 0 6px 8px 6px;
	margin-left: -6px;
	margin-top: -8px;
}
.dark-tooltip.north.large .tip {
	border-width: 0 12px 14px 12px;
	margin-left: -12px;
	margin-top: -14px;
}
.dark-tooltip.east.small .tip {
	border-width: 5px 0 5px 7px;
	margin-top: -5px;
}
.dark-tooltip.east.medium .tip {
	border-width: 6px 0 6px 8px;
	margin-top: -6px;
}
.dark-tooltip.east.large .tip {
	border-width: 12px 0 12px 14px;
	margin-top: -12px;
}
/* confirm */

.dark-tooltip ul.confirm {
	list-style-type: none;
	margin-top: 5px;
	display: inline-block;
	margin: 0 auto;
}
.dark-tooltip ul.confirm li {
	padding: 10px;
	float: left;
	margin: 5px;
	min-width: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
/* themes */

.dark-tooltip.dark {
	background-color: #1B1E24;
	color: #fff;
}
.dark-tooltip.light {
	background-color: #ebedf3;
	color: #1B1E24;
}
.dark-tooltip.dark.south .tip {
	border-color: #1B1E24 transparent transparent transparent;
	_border-color: #1B1E24 #000000 #000000 #000000;
	filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}
.dark-tooltip.dark.west .tip {
	border-color: transparent #1B1E24 transparent transparent;
	_border-color: #000000 #1B1E24 #000000 #000000;
	filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}
.dark-tooltip.dark.north .tip {
	border-color: transparent transparent #1B1E24 transparent;
	_border-color: #000000 #000000 #1B1E24 #000000;
	filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}
.dark-tooltip.dark.east .tip {
	border-color: transparent transparent transparent #1B1E24;
	_border-color: #000000 #000000 #000000 #1B1E24;
	filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}
.dark-tooltip.light.south .tip {
	border-color: #ebedf3 transparent transparent transparent;
	_border-color: #ebedf3 #000000 #000000 #000000;
	filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}
.dark-tooltip.light.west .tip {
	border-color: transparent #ebedf3 transparent transparent;
	_border-color: #000000 #ebedf3 #000000 #000000;
	filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}
.dark-tooltip.light.north .tip {
	border-color: transparent transparent #ebedf3 transparent;
	_border-color: #000000 #000000 #ebedf3 #000000;
	filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}
.dark-tooltip.light.east .tip {
	border-color: transparent transparent transparent #ebedf3;
	_border-color: #000000 #000000 #000000 #ebedf3;
	filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}
.dark-tooltip.dark ul.confirm li {
	background-color: #416E85;
}
.dark-tooltip.dark ul.confirm li:hover {
	background-color: #417E85;
}
.dark-tooltip.light ul.confirm li {
	background-color: #C1DBDB;
}
.dark-tooltip.light ul.confirm li:hover {
	background-color: #DCE8E8;
}
/* Animations */

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-ms-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
}
@-webkit-keyframes flipInUp {
	0% {
		-webkit-transform: perspective(400px) rotateX(-90deg);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(5deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
@-moz-keyframes flipInUp {
	0% {
		transform: perspective(400px) rotateX(-90deg);
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotateX(5deg);
	}
	70% {
		transform: perspective(400px) rotateX(-5deg);
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
@-o-keyframes flipInUp {
	0% {
		-o-transform: perspective(400px) rotateX(-90deg);
		opacity: 0;
	}
	40% {
		-o-transform: perspective(400px) rotateX(5deg);
	}
	70% {
		-o-transform: perspective(400px) rotateX(-5deg);
	}
	100% {
		-o-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
@keyframes flipInUp {
	0% {
		transform: perspective(400px) rotateX(-90deg);
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotateX(5deg);
	}
	70% {
		transform: perspective(400px) rotateX(-5deg);
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
@-webkit-keyframes flipInRight {
	0% {
		-webkit-transform: perspective(400px) rotateY(-90deg);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(5deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}
@-moz-keyframes flipInRight {
	0% {
		transform: perspective(400px) rotateY(-90deg);
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotateY(5deg);
	}
	70% {
		transform: perspective(400px) rotateY(-5deg);
	}
	100% {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}
@-o-keyframes flipInRight {
	0% {
		-o-transform: perspective(400px) rotateY(-90deg);
		opacity: 0;
	}
	40% {
		-o-transform: perspective(400px) rotateY(5deg);
	}
	70% {
		-o-transform: perspective(400px) rotateY(-5deg);
	}
	100% {
		-o-transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}
@keyframes flipInRight {
	0% {
		transform: perspective(400px) rotateY(-90deg);
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotateY(5deg);
	}
	70% {
		transform: perspective(400px) rotateY(-5deg);
	}
	100% {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}
.flipIn {
	-webkit-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	-o-backface-visibility: visible !important;
	backface-visibility: visible !important
}
.flipIn.south, .flipIn.north {
	-webkit-animation-name: flipInUp;
	-moz-animation-name: flipInUp;
	-o-animation-name: flipInUp;
	animation-name: flipInUp;
}
.flipIn.west, .flipIn.east {
	-webkit-animation-name: flipInRight;
	-moz-animation-name: flipInRight;
	-o-animation-name: flipInRight;
	animation-name: flipInRight;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* Modal */

.darktooltip-modal-layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../baseimg/modal-bg.png');
	opacity: .7;
	display: none;
}
.tooltipout {
	display: inline-block;
	width: 100%;
	border: 1px solid #000000
}
.tooltipboxdiv {
	padding: 10px;
	display: inline-block;
	background-color: #eee;
	margin: 0 10px 10px 0px;
	text-align: center;
	border: 1px solid #000000
}
.tooltipbox.fixed-box {
	position: fixed;
	right: 50px;
	top: 50px;
}
tr.footable-detail-row td {
	border: none !important;
}
tr.footable-detail-row {
	border: none !important;
}
.table-inverse {
	color: #eceeef;
	background-color: #373a3c;
}
.table-inverse th, .table-inverse td, .table-inverse thead th {
	border-color: #55595c;
}
.table-inverse.table-bordered {
	border: 0;
}
.table-default {
	color: #55595c;
	background-color: #eceeef;
}
.table-default th, .table-default td, .table-default thead th {
	border-color: #eceeef;
}
.table-default.table-bordered {
	border: 0;
}
.divtable1111 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
table.footable, table.footable-details {
	position: relative;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
table.footable > tr > td {
	cursor: pointer;
}
table.footable-details {
	margin-bottom: 0;
}
table > tbody > tr > td > span.footable-toggle {
	margin-right: 8px;
}
table > tbody > tr > td > span.footable-toggle.last-column {
	margin-left: 8px;
	float: right;
}
table.table-condensed > tbody > tr > td > span.footable-toggle {
	margin-right: 5px;
}
table.footable-details > tbody > tr > th:nth-child(1) {
	min-width: 40px;
	width: 100px;
}
table.footable-details > tbody > tr > td:nth-child(2) {
	word-break: break-all;
}
table.footable-details > thead > tr:first-child > th, table.footable-details > thead > tr:first-child > td, table.footable-details > tbody > tr:first-child > th, table.footable-details > tbody > tr:first-child > td, table.footable-details > tfoot > tr:first-child > th, table.footable-details > tfoot > tr:first-child > td {
	border-top-width: 0;
}
table.footable-details.table-bordered > thead > tr:first-child > th, table.footable-details.table-bordered > thead > tr:first-child > td, table.footable-details.table-bordered > tbody > tr:first-child > th, table.footable-details.table-bordered > tbody > tr:first-child > td, table.footable-details.table-bordered > tfoot > tr:first-child > th, table.footable-details.table-bordered > tfoot > tr:first-child > td {
	border-top-width: 1px;
}
div.footable-loader {
	vertical-align: middle;
	text-align: center;
	height: 300px;
	position: relative;
}
div.footable-loader > span.fooicon {
	display: inline-block;
	opacity: 0.3;
	font-size: 30px;
	line-height: 32px;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: fooicon-spin-r 2s infinite linear;
	animation: fooicon-spin-r 2s infinite linear;
}
table.footable > tbody > tr.footable-empty > td {
	vertical-align: middle;
	text-align: center;
	font-size: 30px;
}
table.footable > tbody > tr > td, table.footable > tbody > tr > th {
	display: none;
}
table.footable > tbody > tr.footable-empty > td, table.footable > tbody > tr.footable-empty > th, table.footable > tbody > tr.footable-detail-row > td, table.footable > tbody > tr.footable-detail-row > th {
	display: table-cell;
}
@-webkit-keyframes fooicon-spin-r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fooicon-spin-r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.fooicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-size: 90%;
	line-height: 1;
}
.fooicon:before, .fooicon:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fooicon-loader:before {
	content: "\e030";
}
.fooicon-plus:before {
	content: "\2795";
}
.fooicon-minus:before {
	content: "\2796";
}
.fooicon-search:before {
	content: "\e003";
}
.fooicon-remove:before {
	content: "\e014";
}
.fooicon-sort:before {
	content: "\e150";
}
.fooicon-sort-asc:before {
	content: "\e155";
}
.fooicon-sort-desc:before {
	content: "\e156";
}
.fooicon-pencil:before {
	content: "\270f";
}
.fooicon-trash:before {
	content: "\e020";
}
.fooicon-eye-close:before {
	content: "\e106";
}
.fooicon-flash:before {
	content: "\e162";
}
.fooicon-cog:before {
	content: "\e019";
}
.fooicon-stats:before {
	content: "\e185";
}
table.footable > thead > tr.footable-filtering > th {
	border-bottom-width: 1px;
	font-weight: normal;
}
table.footable > thead > tr.footable-filtering > th, table.footable.footable-filtering-right > thead > tr.footable-filtering > th {
	text-align: right;
}
table.footable.footable-filtering-left > thead > tr.footable-filtering > th {
	text-align: left;
}
table.footable.footable-filtering-center > thead > tr.footable-filtering > th {
	text-align: center;
}
table.footable > thead > tr.footable-filtering > th div.form-group {
	margin-bottom: 0;
}
table.footable > thead > tr.footable-filtering > th div.form-group+div.form-group {
	margin-top: 5px;
}
table.footable > thead > tr.footable-filtering > th div.input-group {
	width: 100%;
}
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox {
	margin: 0;
	display: block;
	position: relative;
}
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox > label {
	display: block;
	padding-left: 20px;
}
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
}
@media (min-width: 768px) {
	table.footable > thead > tr.footable-filtering > th div.input-group {
		width: auto;
	}
	table.footable > thead > tr.footable-filtering > th div.form-group {
		margin-left: 2px;
		margin-right: 2px;
	}
	table.footable > thead > tr.footable-filtering > th div.form-group+div.form-group {
		margin-top: 0;
	}
}
table.footable > thead > tr > td.footable-sortable, table.footable > thead > tr > th.footable-sortable, table.footable > tbody > tr > td.footable-sortable, table.footable > tbody > tr > th.footable-sortable, table.footable > tfoot > tr > td.footable-sortable, table.footable > tfoot > tr > th.footable-sortable {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}
td.footable-sortable > span.fooicon, th.footable-sortable > span.fooicon {
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -7px;
	opacity: 0;
	transition: opacity 0.3s ease-in;
}
td.footable-sortable:hover > span.fooicon, th.footable-sortable:hover > span.fooicon {
	opacity: 1;
}
td.footable-sortable.footable-asc > span.fooicon, th.footable-sortable.footable-asc > span.fooicon, td.footable-sortable.footable-desc > span.fooicon, th.footable-sortable.footable-desc > span.fooicon {
	opacity: 1;
}
/* hides the sort icons when sorting is not allowed */

table.footable-sorting-disabled td.footable-sortable.footable-asc > span.fooicon, table.footable-sorting-disabled td.footable-sortable.footable-desc > span.fooicon, table.footable-sorting-disabled td.footable-sortable:hover > span.fooicon, table.footable-sorting-disabled th.footable-sortable.footable-asc > span.fooicon, table.footable-sorting-disabled th.footable-sortable.footable-desc > span.fooicon, table.footable-sorting-disabled th.footable-sortable:hover > span.fooicon {
	opacity: 0;
	visibility: hidden;
}
table.footable > tfoot > tr.footable-paging > td > ul.pagination {
	margin: 10px 0 0 0;
}
table.footable > tfoot > tr.footable-paging > td > span.label {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 4px 10px;
}
table.footable > tfoot > tr.footable-paging > td, table.footable-paging-center > tfoot > tr.footable-paging > td {
	text-align: center;
}
table.footable-paging-left > tfoot > tr.footable-paging > td {
	text-align: left;
}
table.footable-paging-right > tfoot > tr.footable-paging > td {
	text-align: right;
}
ul.pagination > li.footable-page {
	display: none;
}
ul.pagination > li.footable-page.visible {
	display: inline;
}
td.footable-editing {
	width: 90px;
	max-width: 90px;
}
table.footable-editing-no-edit td.footable-editing, table.footable-editing-no-delete td.footable-editing, table.footable-editing-no-view td.footable-editing {
	width: 70px;
	max-width: 70px;
}
table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing, table.footable-editing-no-edit.footable-editing-no-view td.footable-editing, table.footable-editing-no-delete.footable-editing-no-view td.footable-editing {
	width: 50px;
	max-width: 50px;
}
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view td.footable-editing, table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view th.footable-editing {
	width: 0;
	max-width: 0;
	display: none !important;
}
table.footable-editing-right td.footable-editing, table.footable-editing-right tr.footable-editing {
	text-align: right;
}
table.footable-editing-left td.footable-editing, table.footable-editing-left tr.footable-editing {
	text-align: left;
}
table.footable-editing button.footable-add, table.footable-editing button.footable-hide, table.footable-editing-show button.footable-show, table.footable-editing.footable-editing-always-show button.footable-show, table.footable-editing.footable-editing-always-show button.footable-hide, table.footable-editing.footable-editing-always-show.footable-editing-no-add tr.footable-editing {
	display: none;
}
table.footable-editing.footable-editing-show button.footable-add, table.footable-editing.footable-editing-show button.footable-hide, table.footable-editing.footable-editing-always-show button.footable-add {
	display: inline-block;
}
.footablewidth {
	width: 250px
}
@media screen and (max-width: 768px) {
	.table-hover > tbody > tr:hover {
		background-color: #f5f5f5;
		color: #000000;
	}
	.footablewidth {
		width: 80px
	}
}
.dltable ol, .dltable768 ol {
	margin: 0 0 1em 20px;
}
.dltable dl, .dltable768 dl {
	margin-bottom: 1em;
	padding: 5px;
	margin: 0px;
	border: 0px solid #ccc;
}
.dltable.table dl, .dltable768.table dl {
	border: 1px solid #ccc;
}
.dltable dl dt, .dltable768 dl dt {
	font-weight: bold;
}
.dltable dl dd, .dltable768 dl dd {
	padding: 3px 10px;
}
@media (min-width: 544px) {
	.dltable {
		width: 100%;
		border-collapse: collapse;
		display: table;
	}
	.dltable.table {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.dltable .panel-heading {
		border: 0px solid #ccc;
	}
	.dltable p {
		display: none;
	}
	.dltable .ex {
		display: table-header-group;
	}
	.dltable ol {
		display: table-row;
		margin: 0;
	}
	.dltable ol li {
		display: table-cell;
		padding: 10px;
		font-weight: bold;
		text-align: center;
		background: #e6e6e6;
	}
	.dltable.table ol li {
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}
	.dltable .row-group {
		display: table-row-group;
	}
	.dltable dl {
		display: table-row;
		margin: 0;
		border: 0px solid #ccc;
	}
	.dltable.table dl:hover {
		background-color: #f5f5f5;
	}
	.dltable dl dt, .dltable dl dd {
		display: table-cell;
		padding: 10px;
		border-left: 0px solid #ccc;
		border-top: 0px solid #ccc;
	}
	.dltable.table dl dt, .dltable.table dl dd {
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}
	.dltable dl dt {
		vertical-align: top;
		white-space: nowrap;
	}
	.dltable dl dt.pcno {
		background: none;
	}
}
@media (min-width: 768px) {
	.dltable768 {
		width: 100%;
		border-collapse: collapse;
		display: table;
	}
	.dltable768.table {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.dltable .panel-heading {
		border: 0px solid #ccc;
	}
	.dltable768 p {
		display: none;
	}
	.dltable768 .ex {
		display: table-header-group;
	}
	.dltable768 ol {
		display: table-row;
		margin: 0;
	}
	.dltable768 ol li {
		display: table-cell;
		padding: 10px;
		font-weight: bold;
		text-align: center;
		background: #e6e6e6;
	}
	.dltable768.table ol li {
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}
	.dltable768 .row-group {
		display: table-row-group;
	}
	.dltable768 dl {
		display: table-row;
		margin: 0;
		border: 0px solid #ccc;
	}
	.dltable768.table dl:hover {
		background-color: #f5f5f5;
	}
	.dltable768 dl dt, .dltable768 dl dd {
		display: table-cell;
		padding: 10px;
		border-left: 0px solid #ccc;
		border-top: 0px solid #ccc;
	}
	.dltable768.table dl dt, .dltable768.table dl dd {
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}
	.dltable768 dl dt {
		vertical-align: top;
		white-space: nowrap;
	}
	.dltable768 dl dt.pcno {
		background: none;
	}
}
@media (max-width: 543px) {
	.dltable.table.noline dl {
		border: 0px solid #ccc;
	}
}
@media (max-width: 767px) {
	.dltable768.table.noline dl {
		border: 0px solid #ccc;
	}
}
.dltablecols {
	display: block;
	font-weight: bold;
	padding: 20px 0px 5px 0px;
	font-size: 18px;
	border: none;
}
.dropdown-menu > li > label {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu > li > label:hover, .dropdown-menu > li > label:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > li > input:checked ~ label, .dropdown-menu > li > input:checked ~ label:hover, .dropdown-menu > li > input:checked ~ label:focus, .dropdown-menu > .active > label, .dropdown-menu > .active > label:hover, .dropdown-menu > .active > label:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca;
}
.dropdown-menu > li > input[disabled] ~ label, .dropdown-menu > li > input[disabled] ~ label:hover, .dropdown-menu > li > input[disabled] ~ label:focus, .dropdown-menu > .disabled > label, .dropdown-menu > .disabled > label:hover, .dropdown-menu > .disabled > label:focus {
	color: #999999;
}
.dropdown-menu > li > input[disabled] ~ label:hover, .dropdown-menu > li > input[disabled] ~ label:focus, .dropdown-menu > .disabled > label:hover, .dropdown-menu > .disabled > label:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
}
.dropdown-menu > li > label {
	margin-bottom: 0;
	cursor: pointer;
}
.dropdown-menu > li > input[type="radio"], .dropdown-menu > li > input[type="checkbox"] {
	display: none;
	position: absolute;
	top: -9999em;
	left: -9999em;
}
.dropdown-menu > li > label:focus, .dropdown-menu > li > input:focus ~ label {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu.pull-top {
	bottom: 100%;
	top: auto;
	margin: 0 0 2px;
	-webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-center {
	right: 50%;
	left: auto;
}
.dropdown-menu.pull-middle {
	right: 100%;
	margin: 0 2px 0 0;
	box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
	left: auto;
}
.dropdown-menu.pull-middle.pull-right {
	right: auto;
	left: 100%;
	margin: 0 0 0 2px;
	box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
}
.dropdown-menu.pull-middle.pull-center {
	right: 50%;
	margin: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dropdown-menu.bullet {
	margin-top: 8px;
}
.dropdown-menu.bullet:before {
	width: 0;
	height: 0;
	content: '';
	display: inline-block;
	position: absolute;
	border-color: transparent;
	border-style: solid;
	-webkit-transform: rotate(360deg);
	border-width: 0 7px 7px;
	border-bottom-color: #cccccc;
	border-bottom-color: rgba(0, 0, 0, 0.15);
	top: -7px;
	left: 9px;
}
.dropdown-menu.bullet:after {
	width: 0;
	height: 0;
	content: '';
	display: inline-block;
	position: absolute;
	border-color: transparent;
	border-style: solid;
	-webkit-transform: rotate(360deg);
	border-width: 0 6px 6px;
	border-bottom-color: #ffffff;
	top: -6px;
	left: 10px;
}
.dropdown-menu.bullet.pull-right:before {
	left: auto;
	right: 9px;
}
.dropdown-menu.bullet.pull-right:after {
	left: auto;
	right: 10px;
}
.dropdown-menu.bullet.pull-top {
	margin-top: 0;
	margin-bottom: 8px;
}
.dropdown-menu.bullet.pull-top:before {
	top: auto;
	bottom: -7px;
	border-bottom-width: 0;
	border-top-width: 7px;
	border-top-color: #cccccc;
	border-top-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu.bullet.pull-top:after {
	top: auto;
	bottom: -6px;
	border-bottom: none;
	border-top-width: 6px;
	border-top-color: #ffffff;
}
.dropdown-menu.bullet.pull-center:before {
	left: auto;
	right: 50%;
	margin-right: -7px;
}
.dropdown-menu.bullet.pull-center:after {
	left: auto;
	right: 50%;
	margin-right: -6px;
}
.dropdown-menu.bullet.pull-middle {
	margin-right: 8px;
}
.dropdown-menu.bullet.pull-middle:before {
	top: 50%;
	left: 100%;
	right: auto;
	margin-top: -7px;
	border-right-width: 0;
	border-bottom-color: transparent;
	border-top-width: 7px;
	border-left-color: #cccccc;
	border-left-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu.bullet.pull-middle:after {
	top: 50%;
	left: 100%;
	right: auto;
	margin-top: -6px;
	border-right-width: 0;
	border-bottom-color: transparent;
	border-top-width: 6px;
	border-left-color: #ffffff;
}
.dropdown-menu.bullet.pull-middle.pull-right {
	margin-right: 0;
	margin-left: 8px;
}
.dropdown-menu.bullet.pull-middle.pull-right:before {
	left: -7px;
	border-left-width: 0;
	border-right-width: 7px;
	border-right-color: #cccccc;
	border-right-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu.bullet.pull-middle.pull-right:after {
	left: -6px;
	border-left-width: 0;
	border-right-width: 6px;
	border-right-color: #ffffff;
}
.dropdown-menu.bullet.pull-middle.pull-center {
	margin-left: 0;
	margin-right: 0;
}
.dropdown-menu.bullet.pull-middle.pull-center:before {
	border: none;
	display: none;
}
.dropdown-menu.bullet.pull-middle.pull-center:after {
	border: none;
	display: none;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	border-top-left-radius: 0;
}
.dropdown-submenu > a:before {
	display: block;
	float: right;
	width: 0;
	height: 0;
	content: "";
	margin-top: 6px;
	margin-right: -8px;
	border-width: 4px 0 4px 4px;
	border-style: solid;
	border-left-style: dashed;
	border-top-color: transparent;
	border-bottom-color: transparent;
}


.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a, .navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover, .navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:before {
		border-top-color: #555555;
	}
}
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a, .navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover, .navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:before {
		border-top-color: #ffffff;
	}
}
@media (min-width: 768px) {
	.dropdown-submenu .caret {
		display: none
	}
}
.slide-nav li.dropdown > ul.dropdown-menu, .slide-nav li.dropdown-submenu > ul.dropdown-menu {
	display: none;
}
.slide-nav li.dropdown.open > ul.dropdown-menu, .slide-nav li.dropdown-submenu.open > ul.dropdown-menu {
	display: inline;
}
/* put toggle bars on the left :: not using button */

.slide-nav .navbar-toggle {
	margin-left: 0;
	margin-right: 0;
}
/* un fix the navbar when active so that all the menu items are accessible */


/* Acordeon styles */

.hiddeninput div.panel-default {
	position: relative;
	margin-bottom: 1px;
	width: 100%;
	overflow: hidden;
}
.hiddeninput input {
	width: 40px;
	height: 40px;
	position: absolute;
right:0;
top:0px;
	line-height: 3;
	opacity:0;
	display: block;
	z-index: 50 !important;
	cursor: pointer;

}
.hiddeninput label,.hiddeninput .labeldayo,.nocursor {
	position: relative;
	background: #CEECF5 url('../baseimg/subtitback5.gif') top center repeat;	border: 0px dotted green !important;
margin:5px;
	display: block;
	padding: 0.9em 1.5em 0.5em 0.8em;
	overflow: hidden;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
	font-weight: bold;
	line-height: 1.5;
	margin: 0px
}
.hiddeninput .panel-body {
	max-height: 0em;
	overflow: hidden;
	padding: 0px;
	-webkit-transition: max-height .35s;
	transition: max-height .35s;
	text-align: left;
}
.hiddeninput .blue .panel-body {
	background: #3498db;
}
/* :checked */

.hiddeninput .panel.checked .panel-body {
	max-height: 1000em;
}
.hiddeninput .panel-body p {
	margin: 1em;
}
/* Icon */

.hiddeninput label::after,.hiddeninput .labeldayo::after {
	border: 0px dotted blue;
	position: absolute;
	right: 0;
	top: 0;
	clear: both;
	width: 3em;
	height: 3em;
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	transition: all .35s;
	font-weight: normal !important;
}
.yajirusi label::after,.yajirusi .labeldayo::after {
	content: "\25BC";
}
.plus label::after,.plus .labeldayo::after {
	content: "\2795";
	font-size: 90%
}
.yajirusi .panel.checked label::after,.yajirusi .panel.checked .labeldayo::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	padding-top:0px
}
.plus .panel.checked label::after,.plus .panel.checked .labeldayo::after {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	margin-right:1px;
}
.borderline > div > div.panel-default {
	border-top: 0px dotted #000000;
}
.borderline > div > div.panel-default:last-child {
	border-bottom: 0px dotted #000000;
}
.newstime {
	float: left;
	display: block;
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.newstime1 {
	float: left;
	display: block;
	width: 230px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.newscategory {
	float: left;
	display: block;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.newsinfo {
	float: left;
	display: block;
}
.newstitle {
	float: left;
	display: block;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
font-size:120%;
}
.newstitle a {
	text-shadow: none !important;
	font-weight: bold
}
.newstitle a:hover, .newstitle a:active {
	color: #000000;
}
.nocursor {
	cursor: default !important;
}
.bs-docs-section {
	margin-top: 6em
}

.bs-component {
	position: relative
}
.bs-component .modal {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	z-index: 1;
	display: block
}
.bs-component .modal-dialog {
	width: 90%
}
.bs-component .popover {
	position: relative;
	display: inline-block;
	width: 220px;
	margin: 20px
}
#source-button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	font-weight: 700
}
#gotop {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	vertical-align: middle;
	*zoom: 1;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	color: #ffffff !important;
	background-color: #777;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 5px 15px;
	z-index: 970;
}
#gotop:hover {
	padding: 0px 15px 10px 15px;
	background-color: #333;
	background: rgba(0, 0, 0, 0.8);
}
#gotop > i {
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;
}
@media screen and (max-width: 767px) {
	#gotop i{
font-size:21px !important;
	}
#gotop:hover {
	padding: 0px 7px 10px 7px;
	background-color: #333;
	background: rgba(0, 0, 0, 0.8);
}
	#gotop {
		text-align: center;
		left: 50%;
		right: 50%;
		bottom: 0px;
		width: 40px;
		margin: 0 auto;
	padding: 5px 7px;
margin-left:-20px;
	border: 0px dotted #000000;
	}
}
.nav-tabwrappersc {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px;
	height: 50px;
}
.nav-tabwrapper .list {
	position: absolute;
	left: 0px;
	top: 0px;
	min-width: 3000px;
	margin-left: 12px;
	margin-top: 0px;
}
.nav-tabwrapper .list li {
	display: table-cell;
	position: relative;
	text-align: center;
	cursor: grab;
	cursor: -webkit-grab;
	color: #efefef;
	vertical-align: middle;
}
.nav-tabwrappersc, .nav-tabwrappersc .nav-tabs {
	padding: 0px !important;
	margin: 0px !important;
	height: 45px;
	border: none;
}
.nav-tabwrapper .list li.active a {
	border: none;
}
.nav-tabwrapper .tab-content {
	padding: 20px 10px 10px 10px;
	margin-top: -5px;
}
.scroller {
	text-align: center;
	cursor: pointer;
	display: none;
	padding: 7px;
	padding-top: 11px;
	white-space: nowrap;
	vertical-align: middle;
}
.scroller-right {
	float: right;
	margin-left: 7px;
}
.scroller-left {
	float: left;
	margin-right: 7px;
}
.nav-arrowsdesp {
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	margin: -70px auto auto auto;
	left: 0;
	right: 0;
	width: 60%;
}
#nav-arrows > a {
	border: 1px solid #009EE3;
	color: #009EE3;
	display: block;
	height: 60px;
	line-height: 76px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 60px;
	z-index: 20;
	margin-top: -30px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#nav-arrows > a.sl-prev {
	left: 50px;
}
#nav-arrows > a.sl-next {
	right: 50px;
}
@media screen and (max-width: 767px) {
	#nav-arrows > a {
		border: 1px solid #009EE3;
		color: #009EE3;
		display: block;
		height: 30px;
		line-height: 30px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 30px;
		z-index: 20;
		margin-top: -15px;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	#nav-arrows > a.sl-prev {
		left: 20px;
	}
	#nav-arrows > a.sl-next {
		right: 20px;
	}
	#nav-arrows .fa-3x {
		font-size: 20px
	}
}
#nav-arrows > a.sl-next:hover, #nav-arrows > a.sl-prev:hover {
	background-color: #009EE3;
	border-color: #009EE3;
	color: #fff;
}



.subtit {
	padding: 10px 10px 12px 10px;
	margin: 0px 5px 0px 5px;
}
@media (min-width: 768px) {
	.subtit {
		padding: 8px 0px 10px 45px;
		background: url(../image/b25thumb.png) no-repeat left center;
		margin: 0px
	}
}
.subtit h4 {
	padding: 10px 5px;
	font-weight: bold;
	text-shadow: 1px 3px #fff, 1px -3px #fff, -1px 3px #fff, -1px -3px #fff, 2px 2px #fff, 2px -2px #fff, -2px 2px #fff, -2px -2px #fff, 3px 1px #fff, 3px -1px #fff, -3px 1px #fff, -3px -1px #fff;
}
@media (max-width: 767px) {
	.subtit {
		padding-top: 15px
	}
	.subtit:after {
		letter-spacing: 3px;
		color: #ed848b;
		font-size: 20px;
		font-weight: bold;
		content: attr(data-label);
		-moz-shadow: 0px 2px 1px #ffffff, 0px 1px 1px #ffffff, 1px 1px 1px #ffffff, 1px 0px 1px #ffffff, 2px 0px 1px #ffffff, 1px -1px 1px #ffffff, 1px -2px 1px #ffffff, 0px -2px 1px #ffffff, -1px -2px 1px #ffffff, -2px -2px 1px #ffffff, -2px -1px 1px #ffffff, -2px 0px 1px #ffffff, -2px 1px 1px #ffffff, -1px 1px 1px #ffffff;
		-webkit-shadow: 0px 2px 1px #ffffff, 0px 1px 1px #ffffff, 1px 1px 1px #ffffff, 1px 0px 1px #ffffff, 2px 0px 1px #ffffff, 1px -1px 1px #ffffff, 1px -2px 1px #ffffff, 0px -2px 1px #ffffff, -1px -2px 1px #ffffff, -2px -2px 1px #ffffff, -2px -1px 1px #ffffff, -2px 0px 1px #ffffff, -2px 1px 1px #ffffff, -1px 1px 1px #ffffff;
		-ms-shadow: 0px 2px 1px #ffffff, 0px 1px 1px #ffffff, 1px 1px 1px #ffffff, 1px 0px 1px #ffffff, 2px 0px 1px #ffffff, 1px -1px 1px #ffffff, 1px -2px 1px #ffffff, 0px -2px 1px #ffffff, -1px -2px 1px #ffffff, -2px -2px 1px #ffffff, -2px -1px 1px #ffffff, -2px 0px 1px #ffffff, -2px 1px 1px #ffffff, -1px 1px 1px #ffffff;
		text-shadow: 0px 2px 1px #ffffff, 0px 1px 1px #ffffff, 1px 1px 1px #ffffff, 1px 0px 1px #ffffff, 2px 0px 1px #ffffff, 1px -1px 1px #ffffff, 1px -2px 1px #ffffff, 0px -2px 1px #ffffff, -1px -2px 1px #ffffff, -2px -2px 1px #ffffff, -2px -1px 1px #ffffff, -2px 0px 1px #ffffff, -2px 1px 1px #ffffff, -1px 1px 1px #ffffff;
	}
	.subtit img {
		display: none;
	}
}
.submenu {
	position: relative;
	float: left;
	border: 0px solid #000;
	margin: 0px auto 50px auto;
	padding: 0px;
	width: 100%;
}
.subtit768 {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.submenuc {
	position: absolute;
	z-index: 2;
	bottom: 0;
	background: #ffffff;
        background:rgba(255, 255, 255, 0.75) !important;
	width: 100%;
	overflow: auto;
	border: 0px solid #000;
	padding: 5px 0px 3px 10px;
	margin: 5px auto 10px auto;
	text-align: left;
}
.submenuc ul li {
	padding: 0px;
	margin-bottom: 3px;
	margin-right: 5px;
	float: left;
}
.submenuc ul {
	float: left;
	padding: 3px 0px 3px 0px
}
.submenuc a {
	background: #ffffff;
	display: inline-block;
	padding: 5px 10px 3px 10px !important;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.submenuc a, marulink {
	background: #ffffff;
	display: inline-block;
	padding: 5px 10px 3px 10px !important;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.submenuc a.topimg, .menulink {
	display: inline-block;
	background: #000000 url(../image/black.png) center top repeat;
	padding: 5px 10px 3px 10px !important;
	margin-right: 15px;
	margin-top: 8px;
	border-radius: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.marulink a {
	display: inline-block;
	padding: 5px 10px 3px 10px !important;
	margin: 7px 7px 0px 0px !important;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
@media (max-width: 991px) {
	.submenuimgtit {
		height: 90px;
		overflow: hidden;
	}
	.submenuimgtit img {
		position: relative;
		top: -40px;
		left: 0;
		right: 0;
		width: auto;
		height: 160px;
	}
	.submenuc {
		position: relative;
		padding: 0px 8px;
		margin: 0px;
		width: 100%;
		overflow: hidden;
	}
	.submenuc ul {
		padding: 0px 0px 3px 0px;
		margin: 0px;
		float: none;
	}
	.submenuc ul li {
		display: block;
		padding: 3px 0px 3px 0px;
		margin: 0px;
		float: none;
		border-bottom: 0px dotted #ccc;
	}
	.submenuc ul li a {
		padding: 0px;
		margin: 0px;
		display: block;
		width: 100%;
	}
}
.tab {
	padding: 0px 15px 10px 15px;
}
.table-hover tr:hover td {
	color: #000000;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
	color: #000000;
}
.thhead {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.tdmiddle {
	vertical-align: middle !important;
}
.shohin3menu {
	position: relative;
	padding: 10px;
	border: 1px solid #ddd;
	float: left;
	height: 100%;
	width: 100%;
	line-height: 14px;
	text-align: left;
	border-radius: 7px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: rgba(20, 20, 20, 0.027451) 0px 0px 3px 3px;
	-webkit-box-shadow: rgba(20, 20, 20, 0.027451) 0px 0px 3px 3px;
	-moz-box-shadow: rgba(20, 20, 20, 0.027451) 0px 0px 3px 3px;
}
.shohin3tit {
	line-height: 21px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #369ad1;
}
.shohin3tit1 {
	font-size: 12px;
	color: #000000;
}
.shohin3desp {
	font-size: 90%;
	padding: 0px 10px;
}
.commentleftimg {
	padding: 5px 15px 5px 0px;
	float: left;
}
.commentleftimg1 {
	padding: 0px 15px 5px 0px;
	float: left;
}
.commentbody {} @media (max-width: 543px) {
	.commentleftimg.hdown543 {
		margin: auto;
		padding: 5px 0px;
		float: none;
	}
}
@media (max-width: 991px) {
	.commentleftimg.hdown991 {
		margin: auto;
		padding: 5px 0px;
		float: none;
	}
}

#titback {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 0px solid orange;
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
		height:450px;
}


#titback-wrap {
	display: table;
	width: 100%;
}
#titback-intro {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 50px;
}
#titback-intro img {
	margin: 35px 0px 0px 0px;
}
#titback-intro > h1 {
	border: 0px solid orange;
	font-size: 48px;
	font-weight: normal;
	line-height: 52px;
	text-transform: uppercase;
	letter-spacing: 7px;
	color: #fff;
	margin: 15px 0px 0px 0px;
	-moz-text-shadow: 0px 1px 2px white, 0px 1px 3px black, 0px 1px 3px black, 0px 1px 5px black;
	-webkit-text-shadow: 0px 1px 2px white, 0px 1px 3px black, 0px 1px 3px black, 0px 1px 5px black;
	-ms-text-shadow: 0px 1px 2px white, 0px 1px 3px black, 0px 1px 3px black, 0px 1px 5px black;
	text-shadow: 0px 1px 2px white, 0px 1px 3px black, 0px 1px 3px black, 0px 1px 5px black;
}

#titback-intro > h2 {
  border:0px solid orange;
  letter-spacing:4px;
  font-size:20px;
  font-weight:600;
  text-transform:uppercase;
  position:relative;
  color:#fff;
-moz-text-shadow:0px 1px 2px rgba(255, 255, 255, 1),0px 1px 3px rgba(0, 0, 0, 1),0px 1px 3px rgba(0, 0, 0, 1),0px 1px 5px rgba(0, 0, 0, 1);
-webkit-text-shadow:0px 1px 2px rgba(255, 255, 255, 1),0px 1px 3px rgba(0, 0, 0, 1),0px 1px 3px rgba(0, 0, 0, 1),0px 1px 5px rgba(0, 0, 0, 1);
-ms-text-shadow:0px 1px 2px rgba(255, 255, 255, 1),0px 1px 3px rgba(0, 0, 0, 1),0px 1px 3px rgba(0, 0, 0, 1),0px 1px 5px rgba(0, 0, 0, 1);
text-shadow:0px 1px 2px rgba(255, 255, 255, 1),0px 1px 3px rgba(0, 0, 0, 1),0px 1px 3px rgba(0, 0, 0, 1),0px 1px 5px rgba(0, 0, 0, 1);
}

@media screen and (max-width: 767px) {
	#titback {
		border: 0px solid orange;
		background-position: center center;
		height: 400px;
	}
	#titback-intro > h1 {
		border: 0px solid orange;
		font-size: 48px;
		font-weight: normal;
		line-height: 52px;
		text-transform: uppercase;
		letter-spacing: 7px;
		color: #fff;
		margin: 100px 0px 0px 0px;
	}
}

.titback-header {
	padding: 0px;
	margin: 0px 10px 0px 10px;
}
.titback-img {
	border-radius: 7px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.h2tit {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	border-top: 2px solid #ccc !important;
	border-bottom: 2px solid #ccc !important;
}
.qabox {
	margin-bottom: 25px;
}
.q {
	border-bottom: 1px dotted #000;
	background: url(../image/q.png) left center no-repeat;
	padding: 7px 5px 7px 30px;
}
.a {
	color: #d40000;
	background: url(../image/a.png) left center no-repeat;
	padding: 7px 5px 7px 30px;
}
.hosoku {
	border-radius: 7px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #ededed;
	padding: 10px 0px;
}
.hosokutit {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
#banner{
border: none;
}

.panel-subinfo{
margin:5px 15px;
padding:5px 0px;
border-bottom: 1px dotted #b0b0b0;
text-align:right;
}
h4.imgthumbtit{
    text-shadow:
   1px 3px #fff, 1px -3px #fff,
   -1px 3px #fff,-1px -3px #fff,
    2px 2px #fff, 2px -2px #fff,
   -2px 2px #fff,-2px -2px #fff,
    3px 1px #fff, 3px -1px #fff,
   -3px 1px #fff,-3px -1px #fff         !important;
}
.desp_shadow{
	letter-spacing: 2px;
    text-shadow:
   1px 3px #fff, 1px -3px #fff,
   -1px 3px #fff,-1px -3px #fff,
    2px 2px #fff, 2px -2px #fff,
   -2px 2px #fff,-2px -2px #fff,
    3px 1px #fff, 3px -1px #fff,
   -3px 1px #fff,-3px -1px #fff         !important;
}
.list-inline li{
padding:5px;
margin:5px;

}
#loading {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
#loadimg {
	position: relative;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	/* Safari?p */
	
	transform: translateY(-50%);
	margin-top: -70px;
}
#loadimg h1{
	font-size:24px;
}
#loadimg h2{
	font-size:16px;
}

@media (min-width: 768px) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}
body > .navbar {
	-webkit-transition: background-color .3s ease-in;
	transition: background-color 0.3s ease-in;
}
@media (min-width: 768px) {
	body > .navbar-transparent {
		background-color: transparent;
	}
	body > .navbar-transparent .navbar-nav > .open > a {
		background-color: transparent !important;
	}
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
ul, dl {
	list-style: none;
}
div {
	word-wrap: break-word;
}
