 /****** tabs block css ******/
 .template-content .tabs-element .elementWrapper .rowColParentWrapper{
	width: 98%;
}
.template-content .tabs-element .elementWrapper .rowColParentWrapper.edit-shadow {
  outline: 2px solid #329190 !important;
  outline-offset: 0px !important;
}
.template-content .tabs-element .elementWrapper .rowColParentWrapper.edit-shadow-row-col .resizeCol{
  box-shadow: 2px 0px 0px 0px #329190;
  position: relative;
}
.template-content .tabs-element .addRowInsideBtn{
  box-shadow: 0 1px #116b6a;
  background: #329190;
  background-image: -moz-linear-gradient( 90deg, #298483 0%, #2a8483 100%);
  background-image: -webkit-linear-gradient( 90deg, #298483 0%, #2a8483 100%);
  background-image: -ms-linear-gradient( 90deg, #298483 0%, #2a8483 100%);
}
.template-content .tabs-element .toolbox-row-col,
.template-content .tabs-element .toolbox-right-row-col{
	background-color: #329190;
}
.template-content .top-section .tabs-element .toolbox-row-col ul li {
  display: block;
  border-right: none;
  border-bottom: 1px solid #2fabaa;
}

.template-content .tabs-element .toolbox-row-col ul li {
  display: inline-block;
  border-right: 1px solid #2fabaa;
  position: relative;
}

.template-content .tabs-element .element-tabs-nav {
	list-style: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	min-height: 63px;
	width: 100%;
	display: flex;
	background-color: #f1f1f1;
}
.template-content .tabs-element .element-tabs-nav li{
	display: inline-block;
  width: 16.66%;
	float: left;
}
.template-content .tabs-element .element-tabs-nav li a{
	width: 100%;
	font-size: 22px;
	text-decoration: none !important;
	text-transform: none;
	color: #666666;
	min-height: 63px;
	line-height: 1.1em;
	display: flex !important;
	text-align: center;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	justify-content: center;
	align-items: center;
}
.template-content .tabs-element .element-tabs-nav.underlineText li a{
	text-decoration: underline !important;
}
.template-content .tabs-element .element-tabs-nav.italicText li a{
	font-style: italic !important;
}
.template-content .tabs-element .element-tabs-nav li a span{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
	margin-bottom: 3px;
}
.template-content .tabs-element .element-tabs-nav li a .innerTabGear{
	display: none;
}
.template-content .tabs-element .element-tabs-nav li a:hover .innerTabGear{
	display: block;
	color: #fff;
	background: #3dd37c;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	width: 23px;
	height: 23px;
	line-height: 23px;
	border-bottom-left-radius: 2px;
}
.template-content .tabs-element .element-tabs-nav li a .accordion-icon{
	display: none;
	color: inherit;
}
.template-content .tabs-element .element-tabs-nav li.active a{
	background: #0b718a;
	color: #fff;
}
.template-content .tabs-element .element-tabs-nav li a .active-arrow {
	display: none;
	position: absolute;
	bottom: -10px;
	background: transparent !important;
	left:50%;
	margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0b718a;
}
.template-content .tabs-element .element-tabs-nav li.active a .active-arrow {
	display: block;
}
.template-content .tabs-element .tab-content{
	width: 100%;
	display: block;
}
.template-content .tabs-element .tab-pane{
	background: #fff;
	padding: 5px;
}
.template-content .tabs-element .panel-default>.panel-heading{
	padding: 0;
	border: none;
}
.template-content .tabs-element .panel-default>.panel-heading .panel-title{
}
.template-content .tabs-element .panel-default>.panel-heading a,
.template-content .tabs-element .panel-default>.panel-heading a:hover,
.template-content .tabs-element .panel-default>.panel-heading a:focus,
.template-content .tabs-element .panel-default>.panel-heading a:active{
	width: 100%;
	position: relative;
	padding: 0;
	border: none;
	height: 40px;
	font-size: 17px !important;
	line-height: 40px;
	background: rgb(241, 241, 241);
	color: rgb(102, 102, 102);
	border-radius: 0px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	text-decoration: none !important;
	font-weight: 700;
	display: block;
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}
.template-content .tabs-element .panel-default>.panel-heading i.fa-cog,
.template-content .tabs-element .panel-default>.panel-heading .active-arrow{
	display: none !important;
}

.template-content .tabs-element .panel-default>.panel-heading a span{
	width: 100%;
	display: block;
	white-space: nowrap;
 	overflow: hidden;
 	text-overflow: ellipsis;
	text-align: left;
	padding-left: 10px;
	padding-right: 25px;
	position: relative;
	z-index: 100;
}
.template-content .tabs-element  .panel-group .panel{
	border: none;
}
.template-content .tabs-element .panel-body {
	padding: 0;
}
.template-content .tabs-element .panel-default>.panel-heading+.panel-collapse>.panel-body{
	border-top-color: transparent;
}
.template-content .tabs-element .panel-default>.panel-heading .accordion-icon{
	display: none;
	position: absolute;
	top: 9px;
	right: 8px;
	color: inherit;
	font-size: 21px;
	font-weight: 700;
	z-index: 90;
}
.template-content .tabs-element .panel-default>.panel-heading a[aria-expanded='true'] .fa-angle-up{
	display: block;

}
.template-content .tabs-element .panel-default>.panel-heading a[aria-expanded='false'] .fa-angle-down{
	display: block;

}
