
.hidden { display:none; }

.deleted-alert { opacity:0.35; filter: alpha(opacity = 35); zoom: 1; }

img.logo { height: 1em; }
img.logo.dash { margin-top:-5px; }

.error-list {
  color:#ff0000;
}

.contained                                                                                { *zoom: 1; margin-bottom:30px; }
  .contained:before                                                                       { content: " "; display: table; }
  .contained:after                                                                        { content: " "; display: table; clear: both; }


table .tiny                                                                               { font-size:0.8em; color:#aaa; }
  table .tiny a                                                                           { color:#aaa; }

.rounded-circle                               { border:1px solid #ddd; }

.box{
    position: relative;
    padding: 1rem;
    margin: 1rem -1rem;
    border: solid #f7f7f9;
    border-width: .2rem 0 0;
}

form button { cursor:pointer; }

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}

.tcenter  { text-align: center; }

.confirm_email_address { display:none !important; }

/*
 * Typography
 */

h1 {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  border-right: 1px solid #eee;
}

/* Sidebar navigation */
.sidebar {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .nav {
  margin-bottom: 20px;
}

.sidebar .nav-item {
  width: 100%;
}

.sidebar .nav-item + .nav-item {
  margin-left: 0;
}

.sidebar .nav-link {
  border-radius: 0;
}

/*
 * Dashboard
 */

 /* Placeholders */
.placeholders {
  padding-bottom: 3rem;
}

.placeholder img {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

pre {
  padding:1em;
  background:#efefef;  
}



.static-page-inner  { text-align: left; padding:70px 0; }
.static-page-inner h1 { display:block; }
.static-page-inner a { text-decoration:underline; }
.static-page-inner .plain-links a { text-decoration:none; }

.pricing-plans { margin:50px 0 0px; }

.site-title { font-size:30px; text-align:center; margin:0 0 40px; }

@media (max-width: 40em) {
  .static-page-inner 
  {
    padding:0px 0px 30px;
  }
}

.mastfoot a{ font-size:0.8em; }