.container,
.container-fluid {
    min-height: 0px;
}

.row {
    min-height: 0px;
}

.col-xs-6,
.col-sm-3 {
    min-height: 0px;
}

.col-xs-9,
.col-sm-6 {
    min-height: 0px;
}

.col-xs-12,
.col-sm-9 {
    min-height: 0px;
}

.edit-container,
.edit-row {
    display: none;
}

.slider-size {
    height: 400px; /* slider height */
}
.carousel {
    width: 100%;
    margin: 0 auto; /* center carousel if other than 100% */
}

#saved_layout,
#saved_header,
#saved_footer,
#saved_column,
#activated_layout_home,
#activated_layout_sect,
#activated_layout_prod,
#activated_layout_stat {
    display: none !important;
}

#frontend .layout {
    height: 560px;
}

.layout-mockup {
    border: 1px solid #ccc;
}
.row.spaced {
    margin-top: 32px;
}
.row.container-demo.fullwidth {

}
.row.container-demo.constrained {
    margin: 0% 10%;
}

.header,
.footer {
    height: 36px;
    min-height: 16px !important;
    padding: 0;
}
.column,
.contents {
    height: 160px !important;
    padding: 0;
}

#footer.container, #header.container {
    padding: 0;
}

#top_vg7 .tab-content.vg7-form {
    min-height: 390px;
}
.tab-content.vg7-form .select2 {
    min-width: 264px;
}
