
input[type="file"] {
	width: 100%;
}
html{
	height: 100%;
}
body {
	height: 90%;
	background: #d8d8d8 none repeat scroll 0 0;
}
canvas {
	width: 100%;
}
.ix-cursor-pointer {
	cursor: pointer;
}
.btn-often {
	background-color: #ddd;
}
.btn-often:hover {
	background-color: #ccc;
}
/*logo 右方第三層顏色*/
.breadcrumb > .active {
	color: white;
}   
/*panel 顏色設定*/
.navbar-default {
	background-color: #373f51;
}   
/*名稱右方3個點*/
.navbar-default .btn-link {
	color: white;
}
/*logo 滑鼠放上去後的顏色*/
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	background-color: transparent;
	color: white;
}
.dropdown-menu .often a, .dropdown-menu .primary a, .dropdown-menu .danger a {
	border-radius: 4px;
	color: #fff;
	margin: 5px 5px 0;
}
.dropdown-menu .often a:hover, .dropdown-menu .primary a:hover, .dropdown-menu .danger a:hover {
	color: #fff;
}
.dropdown-menu .often a {
	background-color: #ddd;
	color: black;
}
.dropdown-menu .often a:hover {
	background-color: #ccc;
	color: black;
}
.dropdown-menu .primary a {
	background-color: #337ab7;
}
.dropdown-menu .primary a:hover {
	background-color: #286090;
}
.dropdown-menu .danger a {
	background-color: #d9534f;
}
.dropdown-menu .danger a:hover {
	background-color: #c9302c;
}
.ix-header .navbar-brand {
	background: #373f51 none repeat scroll 0 0;
	color: #f2f2f2;
	width: 8em;
}

@media (max-width: 767px) {
	.ix-header div.container-fluid {
		display: flex;
	}
	.ix-header .navbar-brand span{
		display: none;
	}
	.ix-header .navbar-brand {
		background: #373f51 none repeat scroll 0 0;
		color: #f2f2f2;
		width:initial;
	}
	.ix-header .container-fluid .navbar-right > span{
		display: none;
	}
}
.ix-header .breadcrumb {
	background: #373f51 none repeat scroll 0 0;
	color: #f2f2f2;
	margin-bottom: 0;
}
.ix-header .navbar-text {
	background: #373f51 none repeat scroll 0 0;
	color: #f2f2f2;
	margin-bottom: 0;
	margin-top: 0.7em;
}
.ix-header .navbar-right {
    margin-right: 0.1em;
}
.ix-footer {
	min-height: 1em;
	background-color: #373f51;
}
.ix-footer .navbar-text {
	float: none;
	margin-bottom: 0.1em;
	margin-top: 0.1em;
	text-align: center;
	color: #f2f2f2;
}
#slide_toggle {
	background: #ccc none repeat scroll 0 0;
	display: none;
	float: none;
	height: 120px;
	margin: 0 auto;
	opacity: 0.5;
	width: 100%;
}
#log_main {
	float: none;
	height: 100px;
	left: 10px;
	margin: 0 auto;
	opacity: 0.5;
	position: absolute;
	top: 10px;
	width: 90%;
}
#log_main p {
	color: black;
	float: none;
	margin-bottom: 0.1em;
	margin-top: 0.1em;
	text-align: left;
}
#slide_close {
	display: block;
	position: absolute;
	right: 7px;
	top: 10px;
}
#slide_rewind {
	display: block;
	position: absolute;
	right: 5px;
	top: 30px;
}
#slide_up {
	display: block;
	position: absolute;
	right: 5px;
	top: 50px;
}
#slide_down {
	display: block;
	position: absolute;
	right: 5px;
	top: 70px;
}
#slide_fwd {
	display: block;
	position: absolute;
	right: 5px;
	top: 90px;
}
.ix-sidebar {
	left: 0;
	/*padding-bottom: 2.5em;*/
	position: fixed;
	top: 50px;
	width: 14em;
	z-index: 1000;
	display: block;
	overflow-y: auto;
	height: 93%;
}
.ix-sidebar .panel-group {
	margin-bottom: 0;
}
.ix-sidebar .panel {
	border-width: 1px 0 0;
	margin-bottom: 0;
}
.ix-sidebar .panel-heading {
	border: 0 none;
	background-color: #373f51;
}
.ix-sidebar .panel-body {
	background-color: #45516d;
	border: 0 none;
	color: #f2f2f2;
	cursor: pointer;
}
.ix-sidebar .panel-heading a {
	/*content: "";*/
	color: #f2f2f2;
	font-weight: bold;
	text-decoration:none;
}
.ix-sidebar .panel-heading a:hover {
    color: #f2f2f2;
    font-weight: bold;
    text-decoration:none;
    opacity:0.8;
}

.ix-sidebar .panel-heading a::after {
	c/*ontent: "";*/
	float: right;
	font-family: "Glyphicons Halflings";
}
.ix-sidebar .panel-heading a.collapsed::after {
	/*content: "";*/
}
.ix-sidebar li {
	background: #f7F2F2 none repeat scroll 0 0;
	border: 0 none;
	color: #37323e;
	padding-left: 2.5em;
	cursor: pointer;
}
.ix-sidebar li:hover {
	background: #d8d8d8 none repeat scroll 0 0;
}

.ix-sidebar li.Selected{
	background-color: #d8d8d8;
}
.ix-sidebar .list-group {
	margin-bottom: 0;
}
.ix-context {
	/*margin-left: 11em;*/
	margin-top: 50px;
	padding: 0.5em 0.5em 2.5em;
}
/*.ix-sidebar-hide .ix-sidebar {
	display: none;
}
.ix-sidebar-hide .ix-context {
	margin-left: 0;
}*/
.ix-tabset {
	display: block;
	margin: 0.5%;
	vertical-align: top;
	width: 99%;
}
.ix-tabset-right {
	display: none;
}
@media (min-width: 992px) {
.ix-tabset-separate .ix-tabset-left, .ix-tabset-separate .ix-tabset-right {
	display: inline-block;
	width: 49%;
}
.ix-tabset-center {
	margin: 0.5% 19.5%;
	width: 60%;
}
}
.MoveUp {
	color: #ff0000;
	margin: 0 auto;
}
.tooltips {
	color: #ff0000;
	display: none;
	margin-top: 10px;
	min-height: 49px;
}
.ix-tabset .container-fluid {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: white;
	border-color: #ddd;
	border-image: none;
	border-style: solid;
	border-width: 0 1px 1px;
	display: none;
}
.ix-tabset .active {
	display: block;
}
.ix-tabset .row {
	margin: 1em -1em;
}
.ix-tabset .row > * {
	padding: 0;
}
.ix-tabset .ix-tilde {
	background-color: transparent;
	border: 0 none;
	padding: 0.5em;
}
.ix-tabset .ix-slash {
	background-color: transparent;
	border: 0 none;
	color: transparent;
	padding: 0;
}
.ix-tabset .form-group .input-group label {
	display: inline-block;
	font-weight: normal;
	padding-left: 1em;
	white-space: nowrap;
}
.ix-tabset fieldset .ix-field-radiolist, .ix-tabset fieldset .ix-field-file {
	min-height: 59px;
}
.ix-tabset fieldset .ix-field-checklist {
	display: inline-block;
	min-height: 59px;
	padding-left: 40px;
	padding-top: 20px;
}
.ix-tabset fieldset .ix-field-checkbox {
	min-height: 39px;
}
.ix-tabset fieldset .ix-field-div, .ix-tabset fieldset .ix-field-toolset {
	margin-top: 10px;
	min-height: 49px;
}
.ix-tabset .ix-btn-rowcheck button {
	padding-left: 8px;
	padding-right: 2px;
}
.ix-tabset .ix-quickedit .form-group {
	padding: 0 5px;
}
.ix-tabset fieldset.fsstyle {
	border: 2px groove threedface;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	margin: 60px 0 15px;
	position: relative;
}
.ix-tabset fieldset.fsstyle legend {
	border: 2px groove threedface;
	font-weight: bold;
	margin-left: 70px;
	margin-top: -17px;
	padding-top: 20px;
	position: absolute;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	width: 20em;
}
.ix-tabset fieldset.fsstyle legend span {
	background-color: #eee;
	display: block;
	margin: -16px;
	padding: 0 60px;
	text-align: left;
	width: 19.7em;
}
.ix-tabset legend {
	border: 0 none;
	font-size: 0.75em;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding: 0 15px;
}
.ix-tabset legend span {
	background-color: #eee;
	border-radius: 0.25em;
	display: block;
	padding-top: 0.2em;
	text-align: center;
}
.ix-tabset > form .btn-toolbar {
	text-align: center;
}
.ix-tabset > form .btn-toolbar .btn-group {
	float: none;
}
.ix-tabset > form .btn-toolbar .btn-group > .ix-btn-rowcheck {
	float: left;
}
.ix-tabset .ix-quickedit {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #eee;
	border-color: white;
	border-image: none;
	border-style: solid;
	border-width: 5px 15px 15px;
	padding: 10px 10px 5px;
}
.ix-tabset .ix-quickedit > * {
	margin-bottom: 5px;
}
.ix-tabset .ix-quickquery {
	text-align: right;
}
.table-responsive {
	overflow-x: visible;
}
.ix-tabset .ix-table table {
	margin: 0.5em 0;
}
.ix-tabset .ix-table thead {
	display: none;
}
.ix-tabset .ix-table th {
	position: relative;
	text-align: center;
}
.ix-tabset .ix-table th i {
	background-color: #f9f9f9;
	bottom: 0;
	cursor: pointer;
	height: 1em;
	margin: auto 0.5em auto 0;
	position: absolute;
	right: 0;
	top: 0;
}
.ix-tabset .ix-table .ix-td-lead {
	text-align: right;
	width: 4em;
}
.ix-tabset .ix-table .ix-td-tree {
	width: 4em;
}
.ix-tabset .ix-table .ix-td-tree i {
	display: none;
}
.ix-tabset .ix-table .ix-td-lead i {
	display: none;
}
.ix-tabset .ix-table .ix-tr-remove .ix-td-lead i {
	display: inline;
}
.ix-tabset .ix-table .ix-tr-remove .ix-td-lead span {
	display: none;
}
.ix-tabset .ix-table .ix-td-wide {
	display: none;
}
@media (min-width: 1200px) {
.ix-tabset .ix-block-4 .ix-table .ix-td-wide {
	display: table-cell;
}
.ix-tabset-separate .ix-tabset .ix-table .ix-td-wide {
	display: none;
}
}
.ix-tabset .ix-page .dropup {
	float: right;
}
.ix-tabset .ix-page .dropdown-menu {
	left: auto;
	min-width: auto;
	right: 0;
}
#lightbox_id {
	background: #eef2f7 none repeat scroll 0 0;
	padding: 14px 22px;
	position: relative;
	width: 400px;
}
#close_x {
	background-position: -387px -102px;
	display: block;
	height: 23px;
	line-height: 1000px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 24px;
}
.sprited {
	background: rgba(0, 0, 0, 0) url("../../img/download_sprite.png") no-repeat scroll 0 0;
	display: block;
	overflow: hidden;
}
#gotop {
	background: #777 none repeat scroll 0 0;
	bottom: 20px;
	color: white;
	cursor: pointer;
	display: none;
	font-size: 20px;
	padding: 10px 15px;
	position: fixed;
	right: 20px;
}
.ui-autocomplete {
     z-index: 9999 ;
}
.close_tab_x {
    cursor: pointer;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.8;
    position: absolute;
    right: 0;
    text-shadow: 0 1px 0 #fff;
    top: 0;
}
.close_tab_x_over {
    cursor: pointer;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.4;
    position: absolute;
    right: 0;
    text-shadow: 0 1px 0 #fff;
    top: 0;
}
.query_block{
	background-color: rgb(238,238,238);
	padding-bottom: 10px;
}
.has_Set{
	background-color: #F1BBBD;
}
.sidebar-hide{
	background-image: url("../../client_css/images/left.png");
	left:11em;
	z-index:1000;
	top:40%;
	position: absolute;
	cursor: pointer;
	width: 14px;
	height: 44px;
}
.sidebar-show{
	background-image: url("../../client_css/images/right.png");
	left:0;
	z-index:1000;
	top:40%;
	position: absolute;
	cursor: pointer;
	width: 14px;
	height: 44px;
}
.Advanced{
	background-color: #e6e6e6;
}
.gallery{
	cursor: pointer;
}
.gallery:hover{
	border: 2px solid darkgray;
}
tbody > tr.selected{
	background-color: #f5f5f5;
}
