/*!
 * Tab drop for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Jenna Schabdach
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *

   This code has been modified by WiseBoard team.
 */
.nav-tabs,
.nav-pills {
  position: relative;
}

.nav-tabs > .tabdrop > a{
	margin-right: 0;
}

.nav-tabs > .tabdrop > a .fa{
	font-size: 16px;
}

/* hide any icons found in tabs not on first line */
.nav-tabs li li i{
  visibility: hidden;
}
