memory-usage {
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
}
memory-usage .icon {
  color: #116477;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
memory-usage .usage {
  width: 74px;
}
memory-usage .usage .progress {
  width: 100%;
  margin-bottom: 6px;
  background: #fff;
}
memory-usage .usage .progress .md-mode-determinate {
  border-radius: 2px;
  overflow: hidden;
  background: #eee;
}
memory-usage .usage .progress:last-child {
  margin-bottom: 0;
}
md-menu-content.memory-content .header h3 {
  margin-right: 6px;
}
md-menu-content.memory-content .unit .title {
  margin-right: 6px;
}
md-sidenav md-list-item.active {
  background: #eee;
}
md-menu-toolbar.site-content-toolbar .file-uploader {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 250ms ease;
  -moz-transition: -moz-transform 250ms ease;
  -o-transition: -o-transform 250ms ease;
  -ms-transition: -ms-transform 250ms ease;
  transition: transform 250ms ease;
}
md-menu-toolbar.site-content-toolbar .file-uploader.uploading {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
md-menu-toolbar.site-content-toolbar .file-uploader .main-button {
  position: relative;
  background: #edf0f3;
  border-radius: 100%;
  margin: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
md-menu-toolbar.site-content-toolbar .file-uploader .main-button .icon {
  width: 100%;
  height: 100%;
  position: absolute;
}
md-menu-toolbar.site-content-toolbar .file-uploader .main-button .icon md-icon {
  color: #116477;
}
.page-title {
  border-bottom: solid 3px #116477;
  padding-bottom: 10px;
  color: #116477;
}
.page-title h2 {
  font-size: 1.8em;
}
.page-title md-icon {
  width: 40px;
  height: 40px;
  color: #116477;
  margin-right: 10px;
}
.frame {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.frame.top {
  margin-top: 20px;
}
.ui-fullscreen {
  position: fixed !important;
  z-index: 100;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  margin: 0;
}
.page-card {
  padding: 10px;
  position: relative;
}
.page-card .md-headline {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.page-card .container {
  background: rgba(245,245,245,0.57);
  border: solid 1px #cecece;
}
.page-card .menu md-icon {
  padding-right: 10px;
}
.page-card .menu .option-item {
  min-width: 40px;
  padding: 0 10px;
  background: #fff;
}
.page-card .header {
  border-bottom: solid 1px #d9dadb;
  padding: 10px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.page-card .card-icon {
  margin-right: 10px;
  width: 70px;
  height: 70px;
  color: #116477;
}
