.closable-tab {
	margin: 0px;
	padding: 0 10px;
}
.closable-tab a {
    color: #555;
}
.closable-tab i {
    cursor: pointer;
}
.closable-tab i:hover {
    color: red;
}


.body {
	background: #fff;
}


.fixed-columns-wrapper {
	position: absolute;
	z-index: 1000;
	border-right: 1px solid #dddddd;
}

.table-scrollable > .fixed-columns-wrapper > .table {
	width: 100% !important;
	margin: 0 !important;
	margin-bottom: 0;
	background-color: #fff;
}

.table-scrollable > .fixed-columns-wrapper > .table > thead > tr > th,
.table-scrollable > .fixed-columns-wrapper > .table > tbody > tr > th,
.table-scrollable > .fixed-columns-wrapper > .table > tfoot > tr > th,
.table-scrollable > .fixed-columns-wrapper > .table > tfoot > tr > th,
.table-scrollable > .fixed-columns-wrapper > .table > tfoot > tr > td {
	white-space: nowrap;
}
.table-scrollable > .fixed-columns-wrapper > .table-bordered {
	border: 0;
}
.table-scrollable > .fixed-columns-wrapper > .table-bordered > thead > tr > th:first-child,
.table-scrollable > .fixed-columns-wrapper > .table-bordered > tbody > tr > th:first-child,
.table-scrollable > .fixed-columns-wrapper > .table-bordered > tfoot > tr > th:first-child,
.table-scrollable > .fixed-columns-wrapper > .table-bordered > thead > tr > td:first-child,
.table-scrollable > .fixed-columns-wrapper > .table-bordered > tbody > tr > td:first-child,
.table-scrollable > .fixed-columns-wrapper > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.table-scrollable > .fixed-columns-wrapper > .table-bordered > thead > tr > th:last-child,
.table-scrollable > .fixed-columns-wrapper > .table-bordered > tbody > tr > th:last-child,
.table-scrollable > .fixed-columns-wrapper > .table-bordered > tfoot > tr > th:last-child,
.table-scrollable > .fixed-columns-wrapper > .table-bordered > thead > tr > td:last-child,
.table-scrollable > .fixed-columns-wrapper > .table-bordered > tbody > tr > td:last-child,
.table-scrollable > .fixed-columns-wrapper > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.table-scrollable > .fixed-columns-wrapper > .table-bordered > thead > tr:last-child > th,
.table-scrollable > .fixed-columns-wrapper > .table-bordered > tbody > tr:last-child > th,
.table-scrollable > .fixed-columns-wrapper > .table-bordered > tfoot > tr:last-child > th,
.table-scrollable > .fixed-columns-wrapper > .table-bordered > thead > tr:last-child > td,
.table-scrollable > .fixed-columns-wrapper > .table-bordered > tbody > tr:last-child > td,
.table-scrollable > .fixed-columns-wrapper > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
}

.table tr.heading > th[colspan] {
	text-align: center;
}
.table tr.heading > th[colspan="1"] {
	text-align: left;
}

.filter .filter-submit {
	width: 80px;
}
.filter .filter-cancel {
	width: 80px;
}
.filter .form-control {
	padding-left: 5px;
	padding-right: 5px;
}
.filter select {
	min-width: 90px;
}
.btn-operation {
	width: 80px;
}

table.table-bordered thead th,
table.table-bordered thead td {
	border-left-width: 0;
	border-top-width: 1px !important;
}
table.table-bordered.dataTable {
	border-collapse:collapse !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 5px;
	white-space: nowrap;
}

.table>tbody>tr.selected>td {
    background-color: #ffe7e7;
}

.modal {
	overflow: visible !important;
}
.modal .loading-mask {
	z-index: 99999;
}
.modal-control {
	position: relative;
}

table.table-bordered td.right {
	text-align: right;
}

table.table-bordered td.center {
	text-align: center;
}

iframe[src="about:blank"] {
	display: block !important;
}

.filter .radio {
	padding-top:3px !important;
	padding-bottom:3px !important;
	margin-right:0px !important;
}

.page-header.navbar .search-form.search-form-expanded {
	margin-top: 5px;
}
.page-header.navbar .search-form .input-group .form-control {
	height: 35px !important;
}
.page-header.navbar .search-form .input-group .input-group-btn {
	height: 35px !important;
}

.date-picker {
	width: 180px;
}

.disable-select {
	-moz-user-select: none; /*火狐*/
    -webkit-user-select: none;  /*webkit浏览器*/
    -ms-user-select: none;   /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

.loading-container {
  width: 240px;
  height: 240px;
  margin: 0 auto;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.loading-container .loader {
  margin: 6em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.7em solid rgba(255, 255, 255, 0.2);
  border-right: 0.7em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.7em solid rgba(255, 255, 255, 0.2);
  border-left: 0.7em solid #ffffff;
  -webkit-animation: loading-container 1.1s infinite linear;
  animation: loading-container 1.1s infinite linear;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.loading-container .loader,
.loading-container .loader:after {
  border-radius: 50% !important;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes loading-container {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-container {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}