.btn-group {
  display: flex;
}


/* tables */
table.tablesorter {
	text-align: left;
}
table.tablesorter thead tr .header {
        background-color: #aaa;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}



table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}

/* Wilhelmsen Spesific Design */

#myTable > thead > tr:nth-child(3) > th:nth-child(5){
		background-color: #1a4682;	
		color:#ffffff;
}

table.tablesorter thead tr .header{
	background-color: #1a4682;		
	color:#ffffff;
}

.navbar-inverse {        
	background-color: #1a4682;
}

.navbar-inverse .navbar-brand{
	color: #ffffff;	
}


.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
	background-color: #1a4682;
}

.panel-default>.panel-heading {
	background-color: #1a4682;	
	color: #ffffff;		
}

