/* Hide Spinners */
#login_spinner
{
 display:none;
}
#signup_spinner
{
 display:none;
}
#general_spinner
{
 display:none;
}
#contact_spinner
{
 display:none;
}
#newsletter_spinner
{
 display:none;
}
/*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    background: #ffffff;
    border-top: 5px solid #29ca8e;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;
  }

  .custom-navbar .navbar-brand {
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background: #29ca8e;
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }

  .custom-navbar .nav li a {
    line-height: 40px;
    color: #575757;
    padding-right: 22px;
    padding-left: 22px;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li a:hover {
    background-color: #29ca8e;
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color: #29ca8e;
    color: #ffffff;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

.custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
      line-height: normal;
    }

    .custom-navbar .nav li a {
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }


/*---------------------------------------
      ADDED            
  -----------------------------------------*/
.m-widget3 .m-widget3__item{margin-bottom:0.8rem}.m-widget3 .m-widget3__item .m-widget3__header{display:table}.m-widget3 .m-widget3__item .m-widget3__header .m-widget3__user-img{margin-bottom:0.7rem}.m-widget3 .m-widget3__item .m-widget3__header .m-widget3__user-img .m-widget3__img{width:3.2rem;border-radius:50%}.m-widget3 .m-widget3__item .m-widget3__header .m-widget3__info{display:table-cell;width:100%;padding-left:1rem;padding-top:-0.57rem;font-size:1rem;vertical-align:middle}.m-widget3 .m-widget3__item .m-widget3__header .m-widget3__info .m-widget3__username{font-size:1rem;font-weight:500}.m-widget3 .m-widget3__item .m-widget3__header .m-widget3__info .m-widget3__time{font-size:.85rem}.m-widget3 .m-widget3__item .m-widget3__header .m-widget3__status{display:table-cell;float:right;padding-top:1.07rem;font-size:1rem;font-weight:500}.m-widget3 .m-widget3__item .m-widget3__body .m-widget3__text{font-size:1rem}.m-widget3 .m-widget3__item{border-bottom:0.07rem dashed #ebedf2}.m-widget3 .m-widget3__item .m-widget3__username{color:#575962}.m-widget3 .m-widget3__item .m-widget3__body .m-widget3__text{color:#898b96}.m-widget3 .m-widget3__item:last-child{border-bottom:0}

.m-dropzone{cursor:pointer;color:#fff;border-color:#c4c5d6}