/*!
 * 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
 *
 */
.nav-tabs,
.nav-pills {
  position: relative;
}

/* adjust as needed so the tab text displays */
.tabdrop{
  /*width: 120px;*/
}

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

/* Edit Original Theme CSS to fit the responsive tab */
.widget.widget-tabs > .widget-head.tabdrop .dropdown-menu li {
	width: 100%;
}

.widget.widget-tabs > .widget-head.tabdrop .dropdown-menu li.active a {
	color: #505050;
}

.widget.widget-tabs > .widget-head.tabdrop .dropdown-menu li a {
    padding: 7px 15px 0 35px !important;
	color: #999;
}

.widget.widget-tabs > .widget-head.tabdrop .dropdown-menu {
	position: absolute !important;
	height: auto !important;
	min-width: auto !important;
	display: none;
}

.widget.widget-tabs > .widget-head.tabdrop .tabdrop.open .dropdown-menu {
	display: block;
}

.widget.widget-tabs > .widget-head.tabdrop .tabdrop.open .dropdown-menu li.active > a.glyphicons > i:before, 
.widget.widget-tabs > .widget-head.tabdrop .tabdrop.open .dropdown-menu li.active > a:hover.glyphicons > i:before 
{
	top: 5px;
    left: 5px;
}
