/* --------------------------------------------------------	*/
  /* Tabs */
  /* --------------------------------------------------------	*/
  .nav-tabs {
    border:0px;
    margin-bottom:0px;
}
.nav-tabs li a {
    color:#555555;
    background:#eeeeee;
    font-weight:300;
    font-size:13px;
    padding:15px 25px;
    margin-right:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    border:1px solid #ddd;
    border-right: 0px !important;
    text-transform:uppercase;
    line-height:normal;
}
.nav-tabs li:last-child>a,.nav-tabs li:last-child>a:hover {
    border-right:1px solid #ddd !important;
}
.nav-tabs li a:hover {
    background:#ffcd00 !important;
    border:1px solid #ffcd00;
}
.nav-tabs i {
    padding-right:10px;
    
}
.tab-content {
    
    padding:25px;
}
.tab-content img {
    max-width:150px;
    height:auto;
    width:auto;
    margin-right:20px;
    margin-bottom:5px;
    float:left;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.nav-tabs>.active>a,.nav-tabs>.active>a:hover {
    background:#ffcd00 !important;
    border: 1px solid #ffcd00 !important;
    
    color: #171717 !important;
    font-size: 12px;
    font-weight:bold;
}

.bgc-bw {
	background-color: #ffcd00 !important;
	border: 1px solid #ffcd00;
    
	color: #555555;
  }
  
  .bgc-bw label {
      color: #171717;
  }
/* --------------------------------------------------------	*/
