@charset "utf-8";
/* CSS Document */
html {
  position: relative;
  min-height: 100%;
}
body { 
	/* Margin bottom by footer height */
  	margin-bottom: 45px;
}
header {
}
.gray {
	color:ddd#;
}
a:focus {
	outline: 0;
}	
footer {
	padding: 8px 0 0 0;
	border-top: 1px solid #ddd;
	color: #999;
	text-align: center;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #f5f5f5;
}
.panel {
	box-shadow:none;
}

.navbar-default {
	min-height:20px;
}

.navbar-brand {
    font-size: 14px;
}

.form-group {
	margin-bottom: 0px;
}

.input-group-addon {
    background-color: #337AB7;
    border: 1px solid #337AB7;
    color: #FFF;
}

.submenu {
	border: 1px solid #ddd;
	margin-bottom: -1px;
	text-indent:20px;
}
.mouse-pointer {
	cursor:pointer;
}
textarea {
   resize: none;
}
.table-title {
	background-color: #337AB7;
	color:#FFFFFF;
}
.table-warning {
	background-color: #F0AD4E;
	color:#FFFFFF;
}
.table-gray {
	background-color: #F9F9F9;
}
.table-borderless > tbody > tr > td {
	padding:3px,0,3px,0;
	border:none;
}
.table-condensed > tbody > tr > td {
	padding: 3px;
}
.table > tbody > tr > td {
	vertical-align: middle;
}
.empty-space-22{
	height: 22px; 
	width: 100%; 
	font-size: 0; 
	margin: 0;
	padding: 0; 
	border: 0; 
	display: block;
}

.empty-space-10{
	height: 10px; 
	width: 100%; 
	font-size: 0; 
	margin: 0;
	padding: 0; 
	border: 0; 
	display: block;
}
.empty-space-15{
	height: 15px; 
	width: 100%; 
	font-size: 0; 
	margin: 0;
	padding: 0; 
	border: 0; 
	display: block;
}
.empty-space-105{
	height: 105px; 
	width: 100%; 
	font-size: 0; 
	margin: 0;
	padding: 0; 
	border: 0; 
	display: block;
}
.empty-space-40{
	height: 40px; 
	width: 100%; 
	font-size: 0; 
	margin: 0;
	padding: 0; 
	border: 0; 
	display: block;
}

.panel-body .table {margin-bottom: 0px; }

a.accordion{
	display: block;
	padding: 8px  15px;
	text-decoration:none;
}
a.accordion:hover {
	background-color:#EEEEEE;
	text-decoration:none;
}
a.accordion-user{
	display: block;
	padding: 8px  15px;
	text-decoration:none;
}
a.accordion-user:hover {
	background-color:#DDDDDD;
	text-decoration:none;
}
.panel-title {
	font-size:14px;
}
.form-control[disabled] {
    background-color: #F5F5F5;
}
.btn-default:hover, .btn-default:focus {
	background-color: #ffffff;
	border-color: #CCCCCC;
}
.btn-default:focus {
	border-color: #66AFE9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control {
	box-shadow: none;
	-webkit-appearance:none;
}