.section-header, .section-header label, .nav-tabs a, .nav-tabs label {
    cursor: pointer !important
}

.section-fieldtype:hover label {
  color: #3aa3e3;
}

.card, .publish-fields {
  padding-bottom: 0;
}

/* Accordions */
.accordion-content {
    display: none;
    width: 100%;
}

.accordion-content.first {
    display: block
}

.accordion-flex, .tab-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.section-fieldtype,
.section-fieldtype:first-of-type {
    margin-bottom: 0!important;
}

/* Tabs */
.tab-content {
    clear: both;
    width: 100%;
    display: block;
}

.nav-tabs {
    width: 100%;
}

.tab-pane .help-block {
    padding: 10px 16px;
}
