/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 0px;
/*		  margin-left: 50px;*/
  -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);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
    background-color: #388bcf;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #388bcf;
}
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 .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #388bcf;
  background-image: #388bcf;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #388bcf;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 50px;
  padding-right: 50px;
/*  padding-top: 10px;*/
  padding-top: 0px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.flag-icon-tz {
  background-image: url("flags/4x3/tz.png");
  margin-top: 0px;
/*  background-size: 54px 19px;*/
}
.flag-icon-ke {
  background-image: url("flags/4x3/ke.png");
  margin-top: 0px;
/*  background-size: 54px 19px;*/
}
.flag-icon-ug {
  background-image: url("flags/4x3/ug.png");
  margin-top: 0px;
/*  background-size: 54px 19px;*/
}
.flag-icon-ng {
  background-image: url("flags/4x3/ng.png");
  margin-top: 0px;
/*  background-size: contain;*/
}
.flag-icon-za {
  background-image: url("flags/4x3/za.png");
  margin-top: 0px;
/*  background-size: 54px 19px;*/
}
.flag-icon-cn {
  background-image: url("flags/4x3/cn.png");
  margin-top: 0px;
/*  background-size: 54px 19px;*/
}
.flag-icon-in {
  background-image: url("flags/4x3/in.png");
  margin-top: 0px;
/*  background-size: contain;*/
}
.flag-icon-gb {
  background-image: url("flags/4x3/gb.png");
  margin-top: 0px;
/*    background-size: 54px 19px;*/
}
.flag-icon-us {
  background-image: url("flags/4x3/us.png");
  margin-top: 0px!important;
/*  background-size: 54px 19px;*/
/*  background-size: cover;*/
}
.flag-icon-fr {
  background-image: url("flags/4x3/fr.svg")!important;
  background-size: contain!important;
  margin-top: 0!important;
}
.flag-icon-ru {
  background-image: url("flags/4x3/ru.svg");
  background-size: contain!important;
  margin-top: 0!important;
}
.flag-icon-br {
  background-image: url("flags/4x3/br.svg");
  background-size: contain!important;
  margin-top: 0!important;
}
.flag-icon-il {
  background-image: url("flags/4x3/il.svg");
  background-size: contain!important;
  margin-top: 0!important;
}
.flag-icon-sa {
  background-image: url("flags/4x3/sa.svg");
  background-size: contain!important;
  margin-top: 0!important;
}
.flagfix{
    background-size: 54px 19px;
}
.flagfixc{
    background-size: contain;
}
/** Style **/
.topmenu {
    color: #388bcf;
    line-height: 37px;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
}
.topmenu a{
    color: #388bcf;
}

.separator {
    margin-left: 15px;
    margin-right: 15px;
}

.title {
    height: 82px;
    font-size: 62px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    margin-top: 20px;
    margin-bottom: 20px;
}

.title .acts{ color: #006ac2;}
.title .regulations{ color: #19b753;}
.title .bills{ color: #ffdd00;}
.title li{
    display: inline-block;
}

.inputsearch {
  height: 33px;
  width: 323px;
  border: 1px solid #000000;
  line-height: 27px;
  font-size: 24px;
  padding-left: 10px;

}

.searchbutton {
      line-height: 30px;
  font-size: 20px;
  margin-left: 5px;
    
  width: 128px;
  height: 33px;
  background-color: #000000;
  color: #FFFFFF;
/*  font-size: 24px;*/
  border: 0px;
}

.searchengine table{
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
}


.bhoechie-tab-content h1{
    line-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #cc3333;
    border-bottom: 1px solid #000000;
    font-size: 22px;
    text-align: left;
}

.countrylaw {
    color: #000000;
    display: inline-block;
    padding-right: 10px;
}

.flag-main {
      width: 150px;
      height: 100px;
}

.glyphionarrow {
  /* margin-top: 13px; */
      margin-right: 8px;
      color: #006ac2;
      margin-bottom: 20px;
      color: #006ac2;
}


.countryrolelaws {
    padding-left: 30px;
    padding-right: 30px;
}

/*
 a.anchorclass {
    color: #000000;
    text-decoration: none;
}
*/

.category {
      margin-bottom: 30px;
      margin-top: 60px;
}

.category a{
      color: #006ac2;
      height: 42px;
/*      line-height: 42px;*/
}

.category td {
  height: 42px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.modal-dialog{
    left: auto;
}
.modal-footer {
  padding-top: 7px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.modal-footer .btn{
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
}
.modal-title h4{
    font-weight: bold;
    color: #006ac2;
    padding-left: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.modal-header {
      padding: 0px;
      padding-left: 16px;
      padding-right: 16px;
}

.modal-body {
    height: inherit;
}
