/* Tabbed content (jquery.ui.tabs) (60-tab.twig.html pattern --> 60-tab.sass) */
/*************** BASE DEFINITIONS ***************/
/*************** COLOR DEFINITIONS ***************/
/* Simple grey scale */
/* Base colors */
/* Content text colors */
/* Elements colors normal state (e.g. button) */
/* Elements colors hover state (e.g. button) */
/* Elements colors active state (e.g. button) */
/*************** FONT DEFINITIONS ***************/
/* Font families */
/* Font Sizes */
/*************** MARGIN DEFINITIONS ***************/
/* Template paddings */
/* Title margins */
/*************** BORDER DEFINITIONS ***************/
/*************** OTHER DEFINITIONS ***************/
/* line 3, ../../../sass/patterns/60-tab.scss */
.iqbm-tab-element {
  margin: 20px 0 20px;
}

/* line 7, ../../../sass/patterns/60-tab.scss */
.iqbm-tab-list {
  margin: 0;
  list-style: none;
  line-height: 20px;
  border-bottom: 1px solid #78c73f;
}
/* line 12, ../../../sass/patterns/60-tab.scss */
.iqbm-tab-list:after {
  content: "";
  display: table;
  border-collapse: collapse;
  clear: both;
}
/* line 18, ../../../sass/patterns/60-tab.scss */
.iqbm-tab-list.ui-tabs-nav {
  padding: 5px 10px 0 0;
  border-color: #78c73f;
}
/* line 22, ../../../sass/patterns/60-tab.scss */
.iqbm-tab-list .iqbm-tab-title {
  float: left;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-bottom: none;
  margin-bottom: -1px;
  background: transparent;
  border: 1px solid #78c73f;
}
/* line 31, ../../../sass/patterns/60-tab.scss */
.iqbm-tab-list .iqbm-tab-title a {
  float: left;
  color: #78c73f;
  padding: 1em 1em;
}
/* line 37, ../../../sass/patterns/60-tab.scss */
.iqbm-tab-list .iqbm-tab-text {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
/* line 42, ../../../sass/patterns/60-tab.scss */
.iqbm-tab-list .iqbm-tab-text.ui-tabs-panel {
  border: 1px solid #78c73f;
  border-top: none;
}

/* line 50, ../../../sass/patterns/60-tab.scss */
.iqbm-tab-list.ui-tabs-nav .iqbm-tab-title:hover {
  background: #78c73f;
}
/* line 52, ../../../sass/patterns/60-tab.scss */
.iqbm-tab-list.ui-tabs-nav .iqbm-tab-title:hover a {
  color: #fff;
}

/* line 57, ../../../sass/patterns/60-tab.scss */
.iqbm-tab-list.ui-tabs-nav .iqbm-tab-title.ui-state-active {
  background: #78c73f;
}
/* line 59, ../../../sass/patterns/60-tab.scss */
.iqbm-tab-list.ui-tabs-nav .iqbm-tab-title.ui-state-active a {
  color: #fff;
}
