.element-invisible {
    display: none;
}

/* --------------- System Tabs  --------------- */

#tabs {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}
#tabs ul.primary {
    padding: 0 3px;
    margin: 0;
    overflow: hidden;
    border: none;
    background: transparent url(../img/tabs-border.png) repeat-x left bottom;
}
#tabs ul.primary li {
    display: block;
    float: left; /* LTR */
    vertical-align: bottom;
    margin: 0 5px 0 0; /* LTR */
}
#tabs ul.primary li.active a {
    border-bottom: 1px solid #ffffff;
}
#tabs ul.primary li a {
    color: #000;
    background-color: #ededed;
    height: 1.8em;
    line-height: 1.9;
    display: block;
    font-size: 0.929em;
    float: left; /* not LTR */
    padding: 0 10px 3px;
    margin: 0;
    text-shadow: 0 1px 0 #fff;
    -khtml-border-radius-topleft: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -khtml-border-radius-topright: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}
#tabs ul.primary li.active a {
    background-color: #ffffff;
}
#tabs ul.secondary {
    border-bottom: none;
    padding: 0.5em 0;
}
#tabs ul.secondary li {
    display: block;
    float: left; /* LTR */
}
#tabs ul.secondary li:last-child {
    border-right: none; /* LTR */
}
#tabs ul.secondary li:first-child {
    padding-left: 0; /* LTR */
}
#tabs ul.secondary li a {
    padding: 0.25em 0.5em;
}
#tabs ul.secondary li a.active {
    background: #f2f2f2;
    border-bottom: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
ul.action-links {
    list-style: none;
    margin: 5px;
    padding: 0.5em 1em;
}
ul.action-links li {
    display: inline-block;
    margin-left: 10px;
}
ul.action-links li a {
    padding-left: 15px;
    background: url(../images/add.png) no-repeat left center;
    margin: 0 10px 0 0;
}

.webform-component-file {
    display: none;
}

.webform-component--kolom-2--foto-product {
    display: block !important;
}

.messages.error {
    display: none;
}

.no-video .iframe-brand-element {
    z-index: -10;
}

.ajax-progress { float: none; display: inline; display: block; margin-top: 20px; }

.ajax-progress .throbber {
    width:128px; height: 256px;
    float: none; margin: 2px auto;
    display: block; background-size: 100%;
}

.form-item,
.form-actions {
    margin: 0;
}

.textpage .block-image-left-top img,
.textpage .block-image-right-top img {
    height: auto;
}

.textpage section img {
    height: auto;
}

.ui-menu .ui-menu-item {
    white-space: nowrap;
}