/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px 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: -2px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: 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:47px;
  border: none;
  position: relative;
}
/*.sideways>li {
    height: 30px;
    width: 240px;
    margin-bottom: 200px;
    padding-right: 10px;
    margin-left: -19px;
    position: relative;
}*/
.sideways>li {
    height: 30px;
    width: 110px;
    margin-bottom: 70px;
    padding-right: 10px;
    margin-left: 47px;
    position: relative;
}

.sideways>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
    font-size: 11pt;
    padding: 10px 0 !important;
    
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
    border: 0 none;
    color: white;
    z-index: 9;
  
}


.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);
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 3px 5px;
    border-bottom: 0;
    outline: none;
}

.sideways li a {
    background: transparent !important;
}
.sideways li a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 70%;
    height: 100%;
    border-style: solid;
    border-color: #eee;
    border-width: 0;
    border-radius: 8px 0 0 0;
    -webkit-transform: skewX(-20deg);
       -moz-transform: skewX(-20deg);
         -o-transform: skewX(-20deg);
            transform: skewX(-20deg);
    background-color: inherit;
    z-index: -1;
}
.sideways li a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0; right: 0;
    width: 70%;
    height: 100%;
    border-style: solid;
    border-color: #eee;
    border-width: 0;
    border-radius: 0 8px 0 0;
    -webkit-transform: skewX(20deg);
       -moz-transform: skewX(20deg);
         -o-transform: skewX(20deg);
            transform: skewX(20deg);
    background-color: inherit;
    z-index: -1;
    box-shadow: 5px 0px 5px rgba(0,0,0,0.2);
}

.sideways li:nth-child(1) a::before, .sideways li:nth-child(1) a::after {
    background-color: #25a9e0;
}
.sideways li:nth-child(2) a::before, .sideways li:nth-child(2) a::after {
    background-color: #efb603;
}
.sideways li:nth-child(3) a::before, .sideways li:nth-child(3) a::after {
    background-color: #749633;
}
.sideways li:nth-child(4) a::before, .sideways li:nth-child(4) a::after {
    background-color: #25a9e0;
}
.sideways li:nth-child(5) a::before, .sideways li:nth-child(5) a::after {
    background-color: #f2ab1d;
}
.sideways li:nth-child(6) a::before, .sideways li:nth-child(6) a::after {
    background-color: #034c6d;
}


.sideways li:nth-child(1) {
    z-index: 5;
}
.sideways li:nth-child(2) {
    z-index: 4;
}
.sideways li:nth-child(3) {
    z-index: 3;
}
.sideways li:nth-child(4) {
    z-index: 2;
}
.sideways li:nth-child(5) {
    z-index: 1;
}
.sideways>li.active {
    z-index: 9 !important;
  
}