/* Theme */
/* Colors */
/* Sizes */
@font-face {
	font-family: 'Dosis-SemiBold';
	src:url('../fonts/Dosis-SemiBold.ttf');
}
@font-face {
	font-family: 'Roboto-Light';
	src:url('../fonts/Roboto-Light.ttf');

}

.tabs-style{
	padding:30px 0px 20px 0px;
	border-bottom:1px solid #ededed;
	}
.addui-Tabs .addui-Tabs-tabHolder {
  display: flex;
  
}
.overview-content table tbody tr td:first-child{
	width:24%;
}
.addui-Tabs-contentHolder{
	padding:20px 0px 0px 0px;
	}
.tabs-para p{
	font-family: 'Roboto-Light';
	font-size:18px;
	color:#808080;
	}
.tabs-para p span{
  font-family: 'Roboto-Light';
  font-size: 14px;
  color: #000000;
  padding: 0;
  margin: 10px 0px;
  font-weight: bold;
}
.addui-Tabs .addui-Tabs-tabHolder .addui-Tabs-tab {
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 8px 16px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Dosis-SemiBold';
  font-size:26px;
}

.addui-Tabs .addui-Tabs-tabHolder .addui-Tabs-tab.addui-Tabs-active {
  padding-bottom: 5px;
  border-bottom: 4px solid #fb7543;
  color:#fb7543;
  font-family: 'Dosis-SemiBold';
  font-size:26px;
}

.addui-Tabs .addui-Tabs-content {
  display: none;
}

.addui-Tabs .addui-Tabs-content.addui-Tabs-active {
  display: block;
}

/*# sourceMappingURL=addTabs.css.map */