        .nav-tabs.nav-justified {
	    background-color: #F5F5F5;
        }

	.nav-tabs>li>a {
	border-color: #eeeeee #eeeeee #dddddd;
	}

	.editable-password span {
		width: 180px;
		display: inline-block;
		margin:5px;
	}
	.popover-content {
		width: 480px;
		padding: 9px 14px;
	}

	.popover-title {
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		border-radius: 5px 5px 0 0;
	}

.compare-select-wrapper { min-width: 60%; float: right; }

	//.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
   	//	 background-color: #d9edf7;
	//}

table.tablesorter tbody tr.normal-row td {
  background: #d9edf7;
  //color: #fff;
}
table.tablesorter tbody tr.alt-row td {
  background: #f9f9f9;
  //color: #fff;
}

table.tablesorter tbody tr.warning td {
  background: #fcf8e3;
  //color: #fff;
}

table.tablesorter tbody tr.danger td {
  background: #f2dede;
  //color: #fff;
}


/* This css is already contained within each theme file */
/* filter row */
.tablesorter-filter-row td {
  background: #eee;
  line-height: normal;
  text-align: center; /* center the input */
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
/* optional disabled input styling */
.tablesorter-filter-row .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}

/* hidden filter row */
.tablesorter-filter-row.hideme td {
  /*** *********************************************** ***/
  /*** change this padding to modify the thickness     ***/
  /*** of the closed filter row (height = padding x 2) ***/
  padding: 2px;
  /*** *********************************************** ***/
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.tablesorter-filter-row.hideme .tablesorter-filter {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}

/* filters */
.tablesorter-filter {
  width: 95%;
  height: inherit;
  margin: 4px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
}

legend {
	margin-bottom: 0px;
	font-size: 17px;
	color:#317eac;
	font-weight:bold;

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

@media (min-width: 900px){
.modal-dialog {
width: 800px;
margin: 30px auto;
}
}


@media (min-width: 1100px){
.modal-dialog {
width: 1000px;
margin: 30px auto;
}
}



body{
line-height: 1.1;
}

hr {
margin-top: 5px;
margin-bottom: 5px;
border-top: 1px solid #ccc;
}


#footer {
margin-left: 0px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
position: relative;
top: 18px;
height: 40px;
}

table label {
	float:left;
	
}
table input {
	float:left;
}
.tablesorter .tablesorter-filter-row td label{
	clear:left;
}


