/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
.howtab{
	font-size: 11px;
    word-wrap: break-word;
}
.howtab a{
	color: #0c9eef;
}
.howtab a:hover{
	color: #000;
}
.border-lefttab {
  border-left: 1px solid #ddd;
}
.border-righttab {
  border-right: 1px solid #ddd !important;
}
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 0px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #0c9eef;
  border-right-color: transparent;
  color: #fff;
  background:#0c9eef;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #0c9eef;
  border-left-color: transparent;
}
.tabs-left > li.active:after{
	content: "\f0da";
  font-size: 13px;
  font-family: 'FontAwesome';
  font-size: 30px;
    position: absolute;
    right: -9px;
    top: 0;
	color:#0c9eef;
	z-index: 1;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border-color: #0c9eef transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.sideways {
  margin-top:50px;
  border: none;
  position: relative;
}
.sideways>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways>li>a {
  border-bottom: 1px solid #0c9eef;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#glossary li{
	border:1px solid #ddd;
	margin-bottom: -1px;
}
#glossary .tabs-left > li > a {
    border-radius:0;
}
#glossary .tabs-left > li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#glossary .tabs-left > li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0;
}
#glossary .tabs-left > li.active:after{
	content: "\f105";
  font-size: 20px;
  font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 6px;
	color:#fff;
	z-index: 1;
}