.page-edit-media-main .media-item-menu .md-button {
  text-align: left;
}
.page-edit-media-main .media-item-menu .md-button.delete {
  color: #f44336;
}
.page-edit-media-main .media-item-menu .md-button.delete md-icon {
  color: #f44336;
}
.page-edit-media-main .dir .toolbar {
  padding-bottom: 0;
  border-bottom: solid 2px #116477;
  padding-top: 0;
  background: #fbfbfb;
}
.page-edit-media-main .dir .toolbar .location .entry span {
  cursor: pointer;
}
.page-edit-media-main .dir .toolbar .location .entry:last-child {
  font-weight: bold;
}
.page-edit-media-main .dir .footer {
  padding-bottom: 0;
  border-top: solid 2px #116477;
  padding-top: 0;
  background: #fbfbfb;
}
.page-edit-media-main .dir .footer .search {
  padding: 7px;
}
.page-edit-media-main .dir .footer .search input {
  background: transparent;
  border-bottom: solid 2px #afafaf;
  margin: 0 8px;
}
.page-edit-media-main .dir .empty-folder .title {
  font-size: 1.6em;
  color: #116477;
}
.page-edit-media-main .dir .empty-folder md-icon {
  margin: 10px;
  width: 100px;
  margin-bottom: 30px;
  height: 100px;
  color: #116477;
}
.page-edit-media-main md-tabs-content-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.page-edit-media-main md-tabs-content-wrapper md-tab-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.page-edit-media-main md-tabs-content-wrapper md-tab-content >div {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.page-edit-media-main .drop-box {
  position: relative;
}
.page-edit-media-main .drop-box .drop-cover {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  color: #fff;
  background: rgba(11,62,74,0.67);
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.page-edit-media-main .drop-box .drop-cover md-icon {
  color: #fff;
  margin: 10px;
  width: 100px;
  height: 100px;
}
.page-edit-media-main .drop-box.dragover .drop-cover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.page-edit-media-main .md-virtual-repeat-container .md-virtual-repeat-offsetter {
  bottom: 0;
}
.page-edit-media-main .md-virtual-repeat-container .media-tile {
  cursor: pointer;
  padding: 4px 0;
  margin: 0;
}
.page-edit-media-main .md-virtual-repeat-container .media-tile.selected {
  background: #95989a !important;
  color: #fff;
}
.page-edit-media-main .md-virtual-repeat-container .media-tile:hover {
  background: #f3f3f3;
}
.page-edit-media-main .md-virtual-repeat-container .media-tile md-icon {
  color: #7e7d7d;
}
.page-edit-media-main .md-virtual-repeat-container .media-tile .selector {
  min-width: 20px;
  max-width: 20px;
  margin-left: 10px;
}
.page-edit-media-main .md-virtual-repeat-container .media-tile .preview {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  margin: 0;
  margin-left: 10px;
  background: #e8e7e7;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-edit-media-main .md-virtual-repeat-container .media-tile .info {
  white-space: nowrap;
}
.page-edit-media-main .md-virtual-repeat-container .media-tile .info .title {
  font-size: 1.1em;
}
.page-edit-media-main .md-virtual-repeat-container .media-tile .info .description {
  font-size: 0.9em;
  color: #808080;
  background: #ececec;
  padding: 4px 10px;
  padding-left: 2px;
  border-radius: 3px;
}
.page-edit-media-main .md-virtual-repeat-container .media-tile .info .description .entry:before {
  content: ' ';
  width: 8px;
  height: 8px;
  background: #116477;
  margin: 0 7px;
  border-radius: 100%;
  display: inline-block;
}
.page-edit-media-main .md-virtual-repeat-container .media-tile .info .description .highlighted {
  font-weight: bold;
  color: #000;
}
.page-edit-media-main .md-virtual-repeat-container .media-tile .toolset {
  height: 20px;
}
.page-edit-media-main .md-virtual-repeat-container .media-tile .toolset md-icon {
  color: #aeaeae;
}
.page-edit-media-main .md-virtual-repeat-container .media-tile-footer {
  background: rgba(0,0,0,0.46);
}
.page-edit-media-main .md-virtual-repeat-container md-tabs[md-border-bottom] md-tabs-wrapper {
  background: #f6f6f6;
}
.page-edit-media-main .md-virtual-repeat-container md-tabs md-ink-bar {
  color: #116477;
  background: #116477;
  height: 3px;
}
.dialog-file-select {
  height: 600px;
  width: 800px;
  max-width: 95%;
  max-height: 95%;
}
.dialog-file-select md-toolbar md-icon {
  width: 34px;
  height: 34px;
}
.dialog-file-select md-grid-tile {
  cursor: pointer;
}
