
.ewo-navbar-left {
    margin-bottom: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    list-style: none;
}

.ewo-navbar-left li>a {
    cursor: pointer;
}

.ewo-navbar-center {
    display: flex;
    justify-content: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ewo-navbar-center li>a {
    cursor: pointer;
}

.ewo-navbar-right {
    display: flex;
    justify-content: flex-end;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
    margin-top: 5px !important;
}

.ewo-navbar-right li>a {
    cursor: pointer;
}

.ewo-start-header {
    z-index: 2;
    top: 45px;
    padding: 5px 40px 5px 40px;
    background: #fff;
    box-shadow: 0 5px 20px 0 #e8e8e8;
    -webkit-box-shadow: 0 5px 20px 0 #e8e8e8;
}

.ewo-start-heading {
    color: #678;
    font-size: 18px;
    text-align: left;
}

.ewo-start-heading-subtxt {
    color: #9dabb5;
    font-size: 13px;
    margin: 0px 0 0;
}

.ewo-btn-newapp {
    margin-top: 5px;
    color: #ffffff;
    background: #52be7f;
    transition: .3s;
    font-size: 13px;
    padding: 5px 10px 5px 20px;
    background-position: 13px center;
    background-size: 10px 10px;
    height: 30px;
    border: 1px solid #3fab6c;
    border-radius: 0;
}

.ewo-btn-newapp:hover {
    color: #ffffff;
    background-color: #3fab6c;
}

.ewo-btn-app-type {
    margin-top: 5px;
    color: #ffffff;
    background: #52be7f;
    transition: .3s;
    font-size: 13px;
    background-position: 13px center;
    background-size: 10px 10px;
    border: 1px solid #3fab6c;
    border-radius: 0;
}

.ewo-btn-app-type:hover {
    color: #ffffff;
    background-color: #3fab6c;
}

.btn:active, .btn:focus {
    outline: none;
}

.listapps {
    padding: 50px;
}

.ewo-app-name {
    color: darkslategray;
    cursor: pointer;
    margin: 0;
    padding: 30px 0 10px 0;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    height: 90px;
}

.ewo-app-name i {
    color: #4EB9F1;
    font-size: 15px;
    margin-left: 5px;
}

.ewo-app-last-modified {
    font-size: 12px;
    color: #929BA4;
    text-align: center;
}

.ewo-app-type {
    color: darkslategray;
    margin: 0;
 /*   padding: 10px 10px;*/
    font-size: 20px;
    font-weight: normal;
    text-align: center;
/*    padding-top: 10px;
    padding-left: 10px;*/
}

.ewo-app-type-last-modified {
    font-size: 12px;
    color: #929BA4;
    text-align: center;
    padding: 10px;
    min-height: 35px;
    margin-right: 10px;
}

.ewo-app-options {
   /* border-top: 1px solid #e8ebef;*/
    text-align: center;
    /*padding: 10px;*/
}

.ewo-app-options a {
    font-size: 18px;
    color: #4EB9F1;
    padding: 0 5px;
    cursor: pointer;
}

.ewo-app-options a:hover {
    color: #4498cc;
}

#create-first-app {
    position: relative;
    margin: 50px auto;
    margin-top: 50px;
    text-align: center;
    max-width: 400px;
}

#start-new-module {
    text-align: center;
    margin: 10%;
}

#ewo-app-module {
    color: cornflowerblue;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    margin-top: -10px;
    width: 100%;
    margin-left: -10px;
    width: calc(100% + 20px);
   /* background: #E7E9EB;*/
   /* box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2);*/
}

#ewo-app-module i {
    cursor: pointer;
    font-size: 13px;
}

#tut-arrow {
    position: absolute;
    right: -50px;
    top: 258px;
}

#no-app-img {
    height: 248px;
}

.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ewo-breadcrumb-left{
    display: flex;
    justify-content: flex-start;
}

.ewo-breadcrumb-center{
    /*display: flex;*/
    justify-content: center;
/*    padding: 0px;
    padding-top: 2px;*/
}

.ewo-breadcrumb-center li{
}

.ewo-breadcrumb-right{
    float: right;
}
.ewo-breadcrumb-right li{
    float: right;
}

/*card*/

  .card {
      /* Add shadows to create the "card" effect */
      margin-bottom: 1%;
      float: left;
      /* padding-bottom: 20px; */
  }

  .card>div{
      margin-left: 1%;
      margin-right: 1%;
      border-radius: 4px;
      background: #ffffff;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
      transition: box-shadow 140ms linear;
      padding: 10px 20px;
      /* min-height: 170px; */
}

.card2 {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
    transition: box-shadow 140ms linear;
    border-radius: 4px;
    background: #fff;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    width: 25%;
    float: left;
    left: 10%;
    position: relative;
    margin-top: 10%;
}

.cardwizard {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
    transition: box-shadow 140ms linear;
    border-radius: 4px;
    background: #ffffff;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    width: 30%;
    height: 250px;
    float: left;
    padding-bottom: 20px;
    text-align: center;
}

/* On mouse-over, add a deeper shadow */
.card>div:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
    padding: 2px 16px;
}

/*css blocks*/
#ewobuildercontent>.ui-draggable {
    /*margin-top: 10px;*/
    margin-bottom: 10px;
}

#ewobuildercontent>.ui-draggable>.row{
/*    padding-top: 10px;
    padding-bottom: 10px;*/
}

.ewobuildercontent .row {
    padding: 15px !important;
    /*padding-right: 15px !important;*/
}

.ewobuildercontent .ewo-section .ewoblocks .row {
    padding: 0px !important;
    /*padding-right: 15px !important;*/
}

.ewo-section .ewodragdropmenu {
    color: white;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}

.nodatalist {
    text-align: center;
}

.nodatalist img {
    padding-top: 50px;
}

.ewo-section.ewo-has-content .ewodragdropmenu {
    display: none;
}

menu {
    margin: 0px;
    padding: 0px;
}

#ewopropimg {
    padding:20px;width:100%;text-align:center;
}

#ewopropimg select{
    padding:  5px 20px;
}

.hidemax992 {
    margin-top: 8px;
}