/* Custom CSS File for jDownloads
   If this file already exist then jDownloads does not overwrite it when installing or upgrading jDownloads.
   This file is loaded after the standard jdownloads_fe.css.
   So you can use it to overwrite the standard css classes for your own customising.
*/
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 1em;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  display: block;
  padding: 0.5rem 1rem;
}

.nav > li:hover, .nav > li:focus {
  text-decoration: none;
}

.nav >li .disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs >li {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs >li {
  border: 1px solid #dee2e6;
}	  
.nav-tabs >li:hover, .nav-tabs >li:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
	background-color: #e9ecef ;
}

.nav-tabs >li.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav .active,
.nav .show {
	text-decoration: underline;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

#jform_description-lbl {
    display: inline-block !important;
}

#jform_file_upload-lbl {
  display: inline-block !important;
}

fieldset ul.nav.nav-tabs li, fieldset ul.nav.nav-tabs li a {display:inline !important;}