
.ewobuildercontent {
    min-height: 250px;
    background: #ffffff;
    padding: 0px;
}

#ewobuilderform {
    padding-left: 10px;
    padding-right: 10px;
    padding: 0px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.ewobuilderformheader {
    /*background: #D5E3F0;*/
    background-color: #DBE4F8;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 10px;
    color: #1d2129; /*cornflowerblue;*/
    font-size: 15px;
}

.ewobuilderformfooter {
    padding: 15px;
    background: white;
    border-top: 1px solid #e5e5e5
}

.ewo-row {
    min-height: 50px;
    /*border: 1px dashed #3ba0ff;*/
/*    margin-top: 5px;
    margin-bottom: 5px;*/
   /* background: #F0F4F7;*/ /*#ebebeb;*/
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-flow: row;
}

.ewobuildercontent .ewo-row:hover:not(.wd-section) {
    /*background: rgba(78, 169, 232, 0.12);*/
    /*opacity: 0.6;*/
}

.ewopreview .ewobuildercontent .ewo-row:hover:not(.wd-section) {
    /*opacity: 1;*/
}

.ewo-row>.ewo-section.ewo-active {
    /*background: rgba(75, 161, 221, 0.05);*/
    border: 1px dashed cornflowerblue;
}

.ewopreview .ewo-row>.ewo-section.ewo-active {
    /*background: rgba(75, 161, 221, 0.05);*/
    border: none;
}

.ewo-row.ewo-active>.ewo-section:hover {
    /*background: rgba(75, 161, 221, 0.04);*/
     /*border: 1px solid #179ede;*/
}

/*.ewo-row>.ewo-move {
    position: absolute;
    z-index: 10;
    background: cornflowerblue;
    color: white;
    cursor: pointer;
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
}*/

.ewo-row>.ewo-settings {
    margin-left: 14px;
    position: absolute;
    z-index: 10;
    background: cornflowerblue;
    color: white;
    cursor: pointer;
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
}

.ewo-row>.ewo-move:after {
    content: '';
}

#ewobuilderformwebsite .ewo-row:not(.wd-section) {
    min-height: 150px;
}
#ewobuilderformwebsite .ewo-row.ewo-has-content:not(.wd-section) {
    min-height: auto;
}

#ewobuilderformwebsite .ewo-header .ewo-row, #ewobuilderformwebsite .ewo-footer .ewo-row {
    min-height: 50px;
}

/*.ewo-footer {
    bottom: 0px;
    position: absolute;
    width: 100%;
    left: 0px;
}*/

#ewobuilderformwebsite .ewo-row>span{
    padding-top: 50px;
}

.ewo-row.ewo-active {
   /* border: 1px solid darkorange;*/  /*#3ba0ff;*/

/*    -webkit-box-shadow: 5px 5px 42px 5px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 5px 5px 42px 5px rgba(0, 0, 0, 0.36);
    box-shadow: 5px 5px 42px 5px rgba(0, 0, 0, 0.36);*/
}

.ewo-header .ewo-row.ewo-active, .ewo-footer .ewo-row.ewo-active {
    border: none; /* 1px solid #6c7aff; */ /*#3ba0ff;*/

    /*    -webkit-box-shadow: 5px 5px 42px 5px rgba(0, 0, 0, 0.36);
        -moz-box-shadow: 5px 5px 42px 5px rgba(0, 0, 0, 0.36);
        box-shadow: 5px 5px 42px 5px rgba(0, 0, 0, 0.36);*/
}

.ewo-row .empty {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    color: cornflowerblue;
}

.ewo-empty-message {
    padding: 100px 100px;
    color: #3ba0ff;
    text-align: center;
    text-transform: uppercase;
}

.ewo-side-left svg {
     height: 20px;
 }
.ewo-side-left svg > path {
    fill: #c3ced6;
    cursor: pointer;
}
.ewo-side-left svg > path:hover {
    fill: #9dabb5;
}

.ewo-toolbar-row svg {
    height: 20px;
}
.ewo-toolbar-row svg > path {
    fill: #c3ced6;
    cursor: pointer;
}
.ewo-toolbar-row svg > path:hover {
    fill: #9dabb5;
}

.ewo-toolbar-section svg {
    height: 20px;
}
.ewo-toolbar-section svg > path {
    fill: #c3ced6;
    cursor: pointer;
}
.ewo-toolbar-section svg > path:hover {
    fill: #9dabb5;
}

#ewo-toolbar-section-right svg {
    height: 15px;
}
#ewo-toolbar-section-right svg > path {
    fill: #c3ced6;
    cursor: pointer;
}
#ewo-toolbar-section-right svg > path:hover {
    fill: #9dabb5;
}


#rte-toolbar2 svg {
    height: 15px;
}
#rte-toolbar2 svg > path {
    fill: #c3ced6;
    cursor: pointer;
}
#rte-toolbar2 svg > path:hover {
    fill: #9dabb5;
}

.sub-menu, .tab-pane {
/*    background: #f4f4f4;*//* #17222A;*//* *//*#1C2A33;*//* *//*#09181F;*/
    overflow-y: hidden;
    max-height: 100%;
    padding: 0px;
/*    padding-top: 10px;
    padding-bottom: 10px;*/
}

.sub-menu li {
    min-height: 10px;
    margin-left: 0px;
}

.tab-pane li>span{
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.sub-menu>li>a, .tab-pane>li>a {
    color: #d3d3d3;
    font-size: 10px;
    padding-left: 10px;
    padding-top: 3px;
    min-width: 50px;
}

.sub-menu>li>i, .tab-pane>li>i {
    margin-right: .5em;
    text-indent: 5px;
    padding-top: 3px;
}

.sub-menu>li>input, .tab-pane>li>input {
    width: 50%;
    padding-left: 10px;
  /*  background: #e2e2e2;*/
    color: cornflowerblue;
    height: 20px;
    border-radius: 3px;
    border: 1px solid lightgray;
}

.sub-menu .sub-menu {
    height: auto;
}

.sub-menu .sub-menu>li>a {
    padding-top: 3px;
    text-indent: 30px;
    font-size: 11px;
}

.sub-menu .sub-menu>li>input {
    float: right;
    width: 50%;
    margin-right: 5%;
}

#tabElement .tab-content::-webkit-scrollbar {
    width: 7px;
    background-color: #e8e8e8;
}
#tabElement .tab-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #C1C1C1;
}


.sub-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /*    border-radius: 10px;*/
    background-color: #657379; /*#555;*/
}
.sub-menu::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}
.sub-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5;
}

.sub-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /*    border-radius: 10px;*/
    background-color: #657379; /*#555;*/
}

.listsections {
    list-style: none;
}

.listsections li {
    margin-left: 5px;
}

/*----------------------------------------*/

/*.ewo-section {
    border: 1px solid #d3d3d3;
  *//*  border-top: 2px solid #3b97e3;*//*
    background: transparent;
    min-height: 50px;
    padding-left: 0px;
    padding-right: 0px;
}*/

.ewo-header .ewo-section, .ewo-footer .ewo-section {
    min-height: auto;
}

.ewo-row .ewo-section > .empty {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    color: cornflowerblue;
}

.ewo-row .ewo-section.ewo-has-content > .empty {
    display: none;
}

#ewobuildercontent .ui-fluid.ewo-active {
    border: 1px solid blue;

    -webkit-box-shadow: 5px 5px 42px 5px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 5px 5px 42px 5px rgba(0, 0, 0, 0.36);
    box-shadow: 5px 5px 42px 5px rgba(0, 0, 0, 0.36);
}

#ewobuildercontent .widget-body.ewo-active {
    border: 1px solid blue;

    -webkit-box-shadow: 0px 7px 42px 5px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 7px 42px 5px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 7px 42px 5px rgba(0, 0, 0, 0.36);
}

.dragged, .gjs-resizer-c, .gjs-resizer-h, .ewo-toolbar-container, .ewo-toolbar-row, .ewo-toolbar-tabs, .ewo-toolbar-section, .ewo-toolbar-control {
    /* position: absolute*/
}

.ewo-toolbar-container {
    /*    left: 50% !important;
        transform: translateX(-50%);*/
    /* background-color: #ebebeb;*/
    /*    color: rgba(2, 2, 2, 0.43);*/
    z-index: 10;
    /*    top: 65px;
        left: 1em;*/
    /*    position: fixed;
        top: 0px;
        padding: 5px;*/
}

#ewo-toolbar-row, .ewo-toolbar-row {
    /*    left: 50% !important;
        transform: translateX(-50%);*/
    /*  background-color: #ebebeb;*/
    /* color: rgba(2, 2, 2, 0.43);*/
    z-index: 10;
    /*    top: 65px;
        left: 1em;*/
    /*    position: fixed;
        top: 0px;
        padding: 5px;*/
}

.ewotabcontent .ewo-toolbar-row {
    top: -30px;
}

.ewo-toolbar-tabs {
    /*    left: 50% !important;
        transform: translateX(-50%);*/
    background-color: #fcbe93;
    color: #fff;
    z-index: 10;
    top: 65px;
    left: 1em;
    margin-bottom: 20px;
    /*    position: fixed;
        top: 0px;
        padding: 5px;*/
}

.ewo-toolbar-section {
    /*left: 50% !important; */
    /* transform: translateX(-50%); */
    /* background-color: #3b97e3; */
    /* color: #fff; */
z-index: 10;
    /* top: 65px; */
    /*margin-bottom: 20px;*/
    /* position: fixed; */
    /* top: 0px; */
    padding: 5px;
}

.ewotabcontent .ewo-toolbar-section {
    top: -30px;
}

.ewo-toolbar-container-item, .ewo-toolbar-row-item, .ewo-toolbar-tabs-item, .ewo-toolbar-section-item {
    padding: 5px 3px;
    font-size: 13px;
    cursor: pointer
}

.ewo-toolbar-control {
    /*    left: 50% !important;
        transform: translateX(-50%);*/
    /*    background-color: rgba(49, 166, 140, 1);
        color: #fff;*/
    z-index: 10;
    /*    top: 65px;
        left: 1em;
        margin-bottom: 20px;*/
    /*    position: fixed;
        top: 40px;
        padding: 5px;*/
}

.ewotabcontent .ewo-toolbar-control {
    top: -30px;
}

.ewo-toolbar-control-item {
    padding: 5px 7px;
    font-size: 13px;
    cursor: pointer
}

.ewo-section > .ui-grid-row {
    /* height: 24px;*/
    border: 1px solid #d3d3d3;
}

.ewo-section > .ui-grid-row:hover {
    border: 1px solid hotpink;
}

.ewo-control {
    border: 1px solid #d3d3d3;
    padding-left: 0px;
    padding-right: 0px;
    padding: 5px;
}

.ewo-control.ewo-active {
    border: 1px solid red;

    -webkit-box-shadow: 0px 7px 42px 5px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 7px 42px 5px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 7px 42px 5px rgba(0, 0, 0, 0.36);
}

.ewo-control.ewo-active label {
    color: red;
    font-weight: bold;
}

.ewo-control input, .ewo-control textarea, .ewo-control select {
    width: 100%;
    border: 1px solid #d3d3d3;
}

.ewo-control.ewo-active input {
    /*border: 1px solid red;*/
}

.ewodeletetab {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.ewoaddtab {
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.ewoadmin {
   /* color: blue;*/
    color: #333;
    font-weight: 400 !important;
    font-size: 12px !important;
}

.ewoadmindraft {
    color: red;
}

.ewoadminlayout {
    display: block;
    color: red;
}

.ewoadminlayoutinfo {
    display: block;
    color: #ff8e47;
}

.ewoicontab {
    width: 20px;
}

.eworemovetab {
    width: 20px;
    float: left;
}

.ewo-layout-edit {
    /* margin-bottom: 40px;*/
}

.layout-overlay {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: #1f2226;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.1;
}

.layout-overlay.show {
    visibility: visible;
}

.layout-overlay img {
    position: relative;
    top: 40%;
    width: 70px;
}

.app-overlay {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 0;
    background: #1f2226;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.5;
}

.app-overlay.show {
    visibility: visible;
}

.app-overlay img {
    position: relative;
    top: 40%;
    width: 70px;
}



/*builder*/

#rte-toolbar, #rte-toolbar2,
.ui-draggable> .row-tool, .ui-draggable> .row-tool-main,
.ewo-row> .row-tool-header, .ewo-row> .row-tool-footer,
.ewo-header .row-tool-main-header, .ewo-footer .row-tool-main-footer,
.ewo-section> .row-tool-section, .ewo-section> .row-tool-main-section,
.ui-draggable .row-tool-section-block {
    display: none;
    z-index: 1000;
}

#ewobuilderheader .navbar.navbar-fixed-top {
   /* position: absolute;*/
   /* margin-top: 35px;*/
   /* width: calc(100% - 144px);*/
}

.ewo-connect-domain {
    float: right;
    position: absolute;
    top: 19px;
    right: 24px;
    font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 11px;
    color: #bd10e0;
}

.ewo-connect-domain:hover {
    color: #bd10e0;
    cursor: pointer;
}

.ewo-browser-url {
    padding: 3px;
    padding-left: 10px;
    background: white;
}

#ewoproperties {
    z-index: 1000000;
    background-color: white;
    text-align: center;
    border: 1px solid #d3d3d3;
}
#ewopropertiesheader {
    text-align: right;
    padding: 5px;
    cursor: move;
    z-index: 10;
    background: #90b1ec;
    color: #fff;
}
#ewoproperties .tab-pane>div {
    text-align: left;
    padding-left: 20px;
    color:darkgray;
}

#ewoproperties .tab-pane>div>div {

    margin-bottom: 5px;
}

#ewoproperties .tab-content {
    background: white;
}

#ewomodalconfig {

}
#ewomodalconfigheader {

    cursor: move;

}

#tabElement li>a{
    padding: 5px;
    padding-left: 10px;
    margin-top: 5px;
}

#tabElement li>a:hover {
    background: none;
}

#tabElement>ul>li:hover {
    background: #eee;
}

#tabElement>ul>li.active:hover {
    background: #fff;
}

#tabElement li.active{
    background: #fff;
}
#tabElement li.active>a{
    background: #fff;
}

#tabElement .sub-menu {
    background: #fff;
}

#tabElement .sub-menu li {
    display: inline-block;
}

#tabElement .sub-menu li a {
    margin-top: 0px;
    width: 50px;
}

#tabElement .tab-content{
    height: 365px;
    overflow-y: auto;
}

#tabElement .tab-content > .tab-pane {
    padding-top: 10px;
}

.ewobuilderformdescription {
    margin-top: 10px;
    margin-bottom: 50px;
    background: white;
    padding: 0px;
}
