.msgerror {
    color: #ea7c7c !important;
}
body {
    background: #F1F2F2;
  }
  
html,
body,
.ewopage {
    height: 100%; /* needed for proper layout */
}

body {
    overflow: auto;
}

p {
    margin-bottom: 1em;
}

.ewopage {
    display: flex;
    flex-direction: column;
    background: white;
}

.ewopage-header .layout, .ewopage-footer .layout{
    min-height: 50px;
    color: cornflowerblue;
}

.ewopage-header {
    flex: 0 0 auto;
   /* background-color: #fafafa; */
}

.ewopage-header.fixed-top.fixed-top-sticky {
    background: none;
    z-index: 1px;
}

.ewopage-content {
    /* min-height: 200px; */
   flex: 1 1 auto;
    position: relative;/* need this to position inner content */
    /*overflow-y: auto;*/
}

.ewopage-content.headerfixed {
    margin-top: 100px;
}
.ewopage-content.footerfixed {
    margin-bottom: 25px;
}

.ewopage-footer {
    flex: 0 0 auto;
    /* background-color: #fafafa; */
    z-index: 100;
}

.fill {
    min-height: 100%;
    height: 100%;
}

.layout {
    display: flex;
    flex-flow: column;
    /* background: #ffffff; */
    padding: 0px;
    /* padding-top: 20px; */
}

@media only screen and (max-width: 768px) {
    .layout {
        display: block;
    }
  }

.layout .row.h-100 {  
    margin: 0px;
    padding: 0px;
}

.layout.isrow .setform .formmodule .layout {
    border: 0.1px solid lightblue !important;
    min-height: 50px;
    padding: 0px 10px !important;
}

.layout.isrow .setform .formmodule .layout.active {
    border: 0.1px solid blue !important;
}

.ewopage-header .isadmin .layout{
    /* padding: 10px; */
    border: 1px solid #7dc6ff !important
}

.ewopage-content .layout{
    /* padding: 20px; */
}

.ewopage-footer  .layout{
    /* padding: 20px; */
}

.ewopage-footer .isadmin .layout{
    border: 1px solid #7dc6ff !important
}

.fixed-top-sticky .layout:not(.sticky), .fixed-top-sticky .bg-light {
    background: none;
    background-color: transparent !important;

    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ewopage-header .isadmin .layout-selected, .ewopage-content .isadmin .layout-selected, .ewopage-footer .isadmin .layout-selected {
    /* background: #f9f9f9; */
    /* border: 2px solid blue !important; */
    /* color: gray !important; */
}
.layout-selected ul, .layout-selected ul li, .layout-selected ul li a {
    /* color: gray !important; */
}

.layout.layout-left{
    position: absolute;
    height: 100%;
}
.layout.layout-right{
    position: absolute;
    height: 100%;
    right: 0px;
    z-index: 10;
}

.row-tool-section .fa-cog{
    color: cornflowerblue; 
    /* #abc9ff; */
    cursor: pointer;
    float: left;
    margin: 10px 0px 0px 10px;
    /* display: none ewoapp */
}

.isrow.isadmin>.row-tool-section .fa-cog{
    color: lightcoral;
}

.isrow.layout-left>.row-tool-section>i.fa-cog, 
.isrow.layout-right>.row-tool-section>i.fa-cog{ 
    margin: 0px;
}

.ewopage.ewoapp .row-tool-section .fa-cog {
    display: none;
}

.ewopage-header .layout .fa-cog:not(.ewo-toolbar-section-item), .ewopage-footer .layout .fa-cog:not(.ewo-toolbar-section-item){
    /* margin: 2px 0px 0px 0px;
    display: block; */
    margin: 2px 0px 0px 0px;
}

.prelayout {
    cursor: pointer;
    width: 50px;
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}

.ewotoolbar {
    position: fixed;
    display: flex;
    width: 90%;
    left: 5%;
    padding: 0px 10px 0px;
    bottom: 0px;
    z-index: 1000000000;
    background: #f7f7f7;
    -webkit-box-shadow: 0px -2px 10px 0px rgba(128,189,242,1);
    -moz-box-shadow: 0px -2px 10px 0px rgba(128,189,242,1);
    box-shadow: 0px -2px 10px 0px rgba(128,189,242,1);
}

.ewotoolbar ul {
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 5px;
}


.ewotoolbar ul.ewotoolbar1, .ewotoolbar.preview ul.ewotoolbar2 {
    display: block !important;
}

.ewotoolbar ul.ewotoolbar2, .ewotoolbar.preview ul.ewotoolbar1 {
    display: none !important;
}

.ewotoolbar ul li {
   cursor: pointer;
    float: left;
    margin-right: 10px;
}

.row-tool-section > div {
    background: cornflowerblue;
    float: left;
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 3px;
}

.row-tool-section {
    position: absolute;
    top: 0px;
    /*width: 10px;*/
    display: block;
    z-index: 1010;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-style: normal;
    font-size: 15px;
}

.isrowlist .row-tool-section:not(.isrowsettings) {
    position: absolute;
    left: 0px;
    top: -13px;
    display: block;
    background: transparent;
}    

.isrowlist {
    align-items: flex-start;
    align-content: flex-start;
    height: 100%;
    padding: 0px !important;
}

.isrowadmin {
    position: absolute;
    color: gray;
    z-index: 100;
    background: whitesmoke;
    padding: 2px 5px;
    border-radius: 5px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.ewopage-content.header-sticky .isrow.isrowfirst .isrowadmin,
.ewopage-content.header-sticky .isrow.isrowfirst .row-tool-section,
.ewopage-content.header-sticky .isrow.isrowfirst .layoutop {
    /* top:100px; */
}

.ewopage-content.header-sticky .isrow.isrowfirst .settings {
    top:94px;
}

.preview .isrowadmin{
    display: none;
}

.preview .isrow {
    border: none !important;
}

.preview .adminmode, .preview .settingsform {
    display: none;
}

.isrow .handle {
    display: none;
}

.isrow.isadmin .handle {
    display: block;
}

.ewopage-header .isrowadmin, .ewopage-footer .isrowadmin {
    top: 0px;
    padding: 1px 3px;
}

.isrow.isadmin .isrowadmin {
    background: lightgreen;
}

.isrow {
    min-height: 50px;
    border: 0.5px solid blue !important;
    padding: 15px 5px 5px 5px;
}

.ewopage.ewoapp .isrow {
    border: none !important;
}

.ewopage.ewoapp .setform .isrow {
    position: relative;
    border: 1px solid #dacaca !important;
}

.ewopage.ewoapp .setform .isrow.active {
    border: 1px solid cornflowerblue !important;
}

.isrow.isadmin {
    padding: 0px;
}

.isrow  .row-tool-section .fa-cog{
    display: none;
}

.isrow.isrow-active .ewoformmodule .row-tool-section .fa-cog:not(.ewo-toolbar-section-item){
    display: block;
}

.isrow.isadmin.isrow-active .ewoformmodule .row-tool-section .fa-cog:not(.ewo-toolbar-section-item){
    display: block;
}

.isrow.isrow-active .ewoformmodule .row-tool-section.showset .ewo-toolbar-section-item{
    display: block;
}

.isrow>div {
    /* padding: 10px !important; */
}
.isrowsettings.row-tool-section {
    top: -29px;
    /* left: -10px; */
    color: blue;
    display: block;
    background: transparent;
    position: absolute;
    font-size: 20px;
}

.row-tool-section div{
    display: none;
}

.row-tool-section.showset div{
    /* display: block; */
    /* display: none; ewoapp */
    margin: 0px;
    margin-top: 7px;
}

.layout-left .row-tool-section.showset div, 
.layout-right .row-tool-section.showset div{
    margin-top: 0px;
}

.ewopage.ewoapp .row-tool-section.showset div{
    display: none;
}

.isrow.isadmin.isrow-active .row-tool-section.showset div {
    display: block;
    min-height: 20px;
}

.ewopage-header .row-tool-section.showset div, .ewopage-footer .row-tool-section.showset div{
    margin: 0px !important;
}

.ewopage-header.fixed-top-sticky .layout{
    /* padding: 20px; */
}
.ewopage-header.fixed-top-sticky .layout.sticky {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
/*    background: #480048;
    background: -webkit-linear-gradient(left, #480048, #C04848);
    background: linear-gradient(to right, #480048, #C04848);*/
    padding: 5px;
}

@media (max-width: 991px) {
    .ewopage-header.fixed-top-sticky .layout.sticky {
        padding: 10px;
    }
}

.ewopage-header.fixed-top-sticky .layout.sticky .menu_active {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
    .ewopage-header.fixed-top-sticky .layout.sticky .menu_active {
        padding: 15px 15px 0 15px;
        background: #480048;
        background: -webkit-linear-gradient(left, #480048, #C04848);
        background: linear-gradient(to right, #480048, #C04848);
    }
}

.setmenu button {
    padding: 2px;
}

.testcss{
    color: #000000;
}

.setewomodulelist {
    padding: 5px;
    margin: 10px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999999 !important;
    opacity: 0.6;
    display: none;
}

[data-loader="circle-side"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 3px solid #5c67ff;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

.title-logo {
    text-transform: uppercase;
    font-size: 1.3em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.625rem;
}

.menu-logo {
    list-style-type: none;
    margin: 0px;
}

.menu-logo img, .footer-logo img {
    width: 100px;
    height: 40px;
}

.ewoapp .layoutop {
    display: none;
}

.isrow.isadmin .layoutop {
    color: darkgray;
    cursor: pointer;
    float: right;
    right: 10px;
    margin: 20px 30px;
    z-index: 100;
    position: absolute;
    display: block;
    z-index: 1010;
}

.isrow.isadmin .layoutop.moduleop {
    margin: auto;
    /* margin-right: 15px; */
}

.editable .layoutop .fa-edit, .layoutop .fa-check-circle {
    color: lightgreen;
}

.isrow.isadmin .layoutop i {
    margin-right: 10px;
}
.isrow.isadmin .layoutop.moduleop i {
    margin-right: 5px;
}

.settings {
    display: none;
}

.isrow.isadmin .settings {
    position: absolute;
    color: #ffc1c1 !important;
    font-size: 20px;
    margin: 20px 110px 0px 10px !important;
    z-index: 100;
    position: relative;
    float: right !important;
    display: block;
}

.contact-form .form-control {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.tab-pane.container {
    /* padding-top: 20px; */
    width: 100%;
}

.mat-list-item {
    min-height: 50px;
    /* padding: 5px; */
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.ewoheader .btn {
    color: cornflowerblue;
}

.ewoheader .alert {
    padding: 5px;
    color: cornflowerblue !important;
}
.alert-info {
    background: rgba(189, 209, 236, 0.80);
    border-color: cornflowerblue;
    color: #305d8c;
}
.alert {
    margin-bottom: 20px;
    margin-top: 0;
    color: #675100;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.nsm-dialog {
    max-width: 700px;
}

.navbar-nav{
    list-style-type: none;
    /* margin-top: 6px; */
}

.navbar-nav li{
    margin-right: 10px;
}

.navbar-light .navbar-nav .nav-item.active .nav-link{
    color: blue !important;
    background: rgba(240,240,240, 0.5);
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: blue;
}

.bottomMenu {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: red;
    display: none;
}

.list-group-item {
    padding: 3px !important;
}

.formmodule{
    /* margin: 10px;  */
    /* height: 80%; */
    /* padding-bottom: 50px; */
    overflow-x: auto;
    padding-top: 12px;
}

.ui-dialog-content {
    height: 90%;
}

section {
    background: none;
}

.navbar-toggle {
    border-color: #ddd;
}

@media (max-width: 768px){ 
    .ewopage-header .layout, .ewopage-footer .layout {
        min-height: 0px;
    }
}

.formmodule .form-group .form-check-input{
    margin-left: 10px;
}

.nsm-content {
    /* margin-top: 20% !important; */
}

#modalLayoutComponents .nsm-content {
    margin-top: 0px !important;
    width: 700px  !important;
    height: 700px !important;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background: lightgray !important;
    border: none !important;
}

.form-group label {
    font-size: 16px;
}

.ewo-form-control {
    display: block;
    width: 100%;
    padding: 3px 10px !important;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 2px;
    border-radius: 3px;
}

.eworow .form-group {
    margin-bottom: 10px;
}

/* menu dropdown */
.sidebar-menu>li>.treeview-menu {
    margin: 0 1px;
    background: #2c3b41;
}

.sidebar-menu .active>.treeview-menu {
    display: block;
}
.treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.treeview-menu li a {
    color: #b8c7ce;
}

.treeview-menu li.active a {
    color: white;
}

.jodit_container .ewo-section.ewo-active {
    box-shadow: none;
    border-width: 1.5px;
    border-style: solid;
    border-color: cornflowerblue;
    border-image: initial;
    display: block;
}

.jodit_container .ewo-section.ewo-active .row-tool-section div {
    display: block !important;
}

.empty {
    min-height: 50px;
}

.btn-custom-close {
    background: #f2f2f2 !important;
    border: 1px solid #f2f2f2 !important;
    color: gray !important;
}

.main-header .logo {
    height: 44px !important;
    line-height: 40px !important;
}

.main-header .navbar {
    min-height: 40px !important;
}

.ewodelicon {
    cursor: pointer;
    font-size: 14px;
    color: lightcoral;
}