/*!
 * 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 transparent !important;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
  background:#FFF !important;
  opacity:0.8;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border:1px solid #FFF;
  border-right-color: transparent;
  background: url("../img/right-arrow.png") no-repeat scroll right;
 margin-right:-2px;
  margin-left:0px;
}
.tabs-left>li>a {
  margin-right: 0;
  display:block;
}

ul.tabs-left{
	box-shadow : 2px 0px 5px 0px #eaeaea;
	 }
	 
	 .tab-content{
		 margin-top:20px !important;}
