body.lvh-builder-page {
    font-family: Rubik,sans-serif;
    font-size: 13px;
    color: #94a3b0;
    letter-spacing: -0.1px;
    text-shadow: none;
}
#lvh_cpanel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    position: fixed;
    width: 256px;
    background-color: #f0f3f3;
    -webkit-box-shadow: 0 0 5px 0 rgba(25,31,40,0.2);
    box-shadow: 0 0 5px 0 rgba(25,31,40,0.2);
    z-index: 10;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: left 0.2s ease-out,right 0.2s ease-out;
    -o-transition: left 0.2s ease-out,right 0.2s ease-out;
    transition: left 0.2s ease-out,right 0.2s ease-out;
}
.lvh-active-element {
    background-color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58px;
    -ms-flex: 0 0 58px;
    flex: 0 0 58px;
    border-bottom: 1px solid #dee8e8;
}
.lvh-active-element .element-name {
    font-weight: bold;
    font-size: 15px;
    padding: 15px 10px 15px;
    text-align: center;
    color: #dc3545;
}
.lvh-active-element.no-states {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41px;
    -ms-flex: 0 0 41px;
    flex: 0 0 41px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.panel-extend {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -20px;
    overflow: hidden;
    width: 18px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 40px;
    background-color: #f0f3f3;
    -webkit-box-shadow: 1px 0 5px 0 rgba(25,31,40,0.2);
    box-shadow: 1px 0 5px 0 rgba(25,31,40,0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #353638;
    z-index: -1;
}
.click {
    cursor: pointer;
}

.lvh-settings {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    background: #353638;
    font-size: 14px;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.lvh-settings .side {
    position: relative;
    width: 50%;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 127px;
    -ms-flex: 0 0 127px;
    flex: 0 0 127px;
    padding: 7px 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.lvh-settings .side.save {
    font-size: 12px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 141px;
    -ms-flex: 0 0 141px;
    flex: 0 0 141px;
}
#lvh_cpanel #lvh-scroll-panel, #lvh_cpanel>.scroll-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #f0f3f3;
    overflow: auto;
}
#lvh_cpanel .scroll-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.lvh-component {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #dee8e8;
}

.lvh-component .dropdown-header, .popup-content .dropdown-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    height: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #879198;
}
.lvh-component .dropdown-header.open, .popup-content .dropdown-header.open {
    color: #50565f;
    font-weight: bold;
}
.layout-title-holder .title {
    color: #6d7882;
    font-size: 12px;
}
.layout-title-holder .sub-title {
    color: #b9c3cc;
    font-size: 12px;
}
.control-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    padding-top: 0;
}
input.input-control {
    border: none;
    text-align: center;
    height: 38px;
    line-height: 28px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.input-lr{
    height: 70px!important;
    line-height: 70px!important;
}
.wrapper-content{
    text-align: center;
    vertical-align: middle;
    height: 70px;
    background: #f1f1f1;
}
.input-margin-left, .input-margin-right,
.input-margin-bottom, .input-margin-top {
    background: #f1f1f1;
}
.input-padding-left, .input-padding-right,
.input-padding-bottom, .input-padding-top {
    background: #fffff2;
}
.wrapper-trapez {
    margin: 15px;
}

.wrapper-margin-top::after{
    content: "\f023";
    font: normal normal normal 14px/1 FontAwesome;
    background: #f1f1f1;
    height: 76px;
    width: 39px;
    display: block;
    position: absolute;
    margin-top: -38px;
    padding-top: 15px;
    text-align: center;
    cursor: pointer;
}
.wrapper-margin-top::before{
    content: '.';
    background: #f1f1f1;
    height: 38px;
    width: 39px;
    display: block;
    position: absolute;
    margin-top: 38px;
    right: 16px;
}

.wrapper-margin-bottom::after{
    content: '.';
    background: #f1f1f1;
    height: 38px;
    width: 39px;
    display: block;
    position: absolute;
    margin-top: -76px;
}
.wrapper-margin-bottom::before{
    content: '.';
    background: #f1f1f1;
    height: 38px;
    width: 39px;
    display: block;
    position: absolute;
    margin-top: -38px;
    right: 16px;
}
input.input-control:focus, input.input-control:active {
    outline: none;
    box-shadow: none;
}
i.padding-all {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}



.wrapper-width-height{
    padding: 10px;
}
.wrapper-width {
    display: flex;
}

















