@keyframes blinker {  
  50% { opacity: 0.0; }
}
.page-header h1{
	max-height: 1.1em;
	
}
.table > tfoot > tr {
  color: #707070;
  font-weight: normal;
  background: #F7F7F7;
}
.table > tfoot > tr > th {
  border-color: #dddddd;
  font-weight: bold;
}
.table > tfoot > tr > th .ace-icon:first-child {
  margin-right: 2px;
}
.table > tfoot > tr > th:first-child {
  border-left-color: #F1F1F1;
}
.table > tfoot > tr > th:left-child {
  border-right-color: #F1F1F1;
}
.table.table-bordered > tfoot > tr > th {
  vertical-align: middle;
}
.table.table-bordered > tfoot > tr > th:first-child {
  border-left-color: #dddddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
	border-bottom-width: 1px;
}
.table > thead > tr.filter th{
	height: 0px;
}

@media print {
	.noprint, body.noprint *{
		visibility: hidden;
	}
	body.noprint .print *{
		visibility: visible;
	}
}
.submenu{
	margin-left: 40px;
}
iframe.uploadiframe{
	border: 0;
	height: 1px;
	width: 1px;	
}
.margin-top{
	margin-top: 10px;
}
#navbar li.alert > div{
	line-height: 1em;
	padding: 3px 2px;
}
#navbar li.alert > div i {
	float: left;
	width: 30px;
}
#navbar li.alert > div .desc {
	margin-left: 40px;
	font-size: 12px; 
}
.tooltip-inner {
    white-space:pre-wrap;
}
#userlogout{
	line-height: 12px;
	padding-top: 6px;
	width: 100px;
}
#demo{
	display: none;
}
body.demo #demo{
	display: block;
	margin-left:20px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	animation: blinker 1s linear infinite;
}
#logo,#logo2{
	margin-left: 5px;
}
#watermark{
	position: fixed;
	bottom: 5px;
	right: 10px;
	opacity: 0.7;
	color: #666;
	font-size: 12px;
	cursor: text;
}
#watermark:hover{
	opacity: 1;
}
.table-bordered tr > th, .table-bordered tr > td{
	border-left: 0 !important;
	border-right: 0 !important;
}
.btn{
	border-radius: 4px; 
}
.btn-xs{
	border-radius: 3px; 
}
.alert{
	border-radius: 4px;
}
.label:not(.arrowed){
	border-radius: 4px;
}
.modal-content{
	border-radius: 4px;
}
.modal-header{
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
}
.modal-footer{
	border-bottom-left-radius: 4px;
  	border-bottom-right-radius: 4px;
}