﻿
/*  bhoechie tab */
div.bhoechie-tab-container{
  position: absolute;
  z-index: 10;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  background-image: url("/Cms_Data/Contents/EthiopianAirlines/Media/FlyEthiopian/Widget.png");
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #ffffff;
  background-color: #517842;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #ffffff;
  color: #517842;
}
div.bhoechie-tab-menu div.list-group>a.active:after{  
  position: absolute;
  left: 100%;
  margin-top: -19px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #517842;
}

div.bhoechie-tab-content{
  
  /* border: 1px solid #eeeeee; */
  padding-top: 5px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}


/*slider*/
#carousel-buttons {
    margin-left: 100px;
    position: absolute;
    bottom: 0px;
}