html,
body {
  /*font-family: 'Roboto', 'Helvetica', sans-serif;*/
}
a {
  color: inherit;
  text-decoration: none;
}
.monitorrent > .mt-body {
  min-height: 100%;
}
.md-sidenav-left md-content .md-button {
  text-align: left;
}
.mt-content {
  background-color: #f7f7f7;
}
.mt-content > md-content {
  background-color: #f7f7f7;
}
.mt-content-view {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}
.mt-nav-items > a {
  text-align: left;
}
.mt-divide-space {
  height: 8px;
  width: 100%;
}
md-list-item.md-2-line .md-list-item-text h3,
md-list-item.md-2-line > .md-no-style .md-list-item-text h3,
md-list-item.md-3-line .md-list-item-text h3,
md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  line-height: 24px;
}
.mt-sides-padding-16 {
  padding-left: 16px;
  padding-right: 16px;
}
md-input-container {
  margin-left: 5px;
  margin-right: 5px;
}
.mt-switch {
  margin-left: 16px;
}
.color-alert {
  background-color: #EF9A9A;
}
.color-failed {
  background-color: #FFCDD2;
}
.color-warn {
  background-color: #FFE0B2;
}
.color-paused {
  background-color: #DCEDC8;
}
.color-downloaded {
  background-color: #C8E6C9;
}
.mt-bold {
  font-weight: 600;
}
a.md-default-theme:not(.md-button):hover,
a:not(.md-button):hover,
a.md-default-theme:not(.md-button),
a:not(.md-button) {
  color: inherit;
}
md-list-item .md-avatar,
md-list-item ._md-list-item-inner .md-avatar {
  height: 40px !important;
  width: 40px;
  margin: 8px 16px 8px 0;
}
.md-icon-button > md-icon {
  vertical-align: baseline;
}
md-radio-group .md-checked .md-ink-ripple {
  color: inherit;
}
.hint {
  /* Position the hint */
  position: absolute;
  left: 2px;
  right: auto;
  bottom: 7px;
  /* Copy styles from ng-messages */
  font-size: 12px;
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  /* Set our own color */
  color: grey;
}

.mt-settings md-list-item > .md-button ._md-list-item-inner > md-icon {
  width: 32px;
  height: 32px;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 24px;
}

.torrents-list .torrent-logo-container {
  width: 48px;
  height: 48px;
  margin: 16px 0;
}
.torrents-list .torrent-logo-container .torrent-logo {
  border-radius: 24px;
  border: 1px solid #ddd;
}
.torrents-list md-list {
  padding: 0 16px;
}
.torrents-list md-list md-list-item {
  position: relative;
}
.torrents-list md-list md-list-item .md-list-item-text > * {
  text-overflow: ellipsis;
  overflow: hidden !important;
  white-space: nowrap;
}
.torrents-list md-list md-list-item .md-actions {
  align-self: center;
  -webkit-align-self: center;
}
.torrents-list md-list md-list-item > a {
  margin: 16px 16px 16px 0;
}
.torrents-list md-list md-list-item > a img {
  margin: 0;
}
.torrents-list .center-text {
  margin: auto;
}
.mt-edit-torrent md-dialog-content {
  padding-top: 18px;
}
.mt-edit-torrent md-dialog-content md-input-container .md-errors-spacer {
  min-height: 0;
}

.mt-notifier-settings {
  padding-top: 26px;
  padding-bottom: 26px;
}
.mt-notifier-settings md-input-container .md-errors-spacer {
  min-height: 0;
}

.mt-route-toolbar .no-actions {
  padding-left: 16px;
}

.mt-client-settings {
  padding-top: 26px;
  padding-bottom: 26px;
}
.mt-client-settings md-input-container .md-errors-spacer {
  min-height: 0;
}

.mt-torrents-execute-header {
  padding: 0 16px;
  position: relative;
}
.mt-torrents-execute-header .mt-executing {
  text-overflow: ellipsis;
  overflow: hidden !important;
  white-space: nowrap;
}
.mt-torrents-execute-header .mt-executing > a {
  height: 100%;
  width: 100%;
}
.mt-torrents-execute-header md-progress-linear {
  position: absolute;
  left: 0;
  bottom: 0;
}

.mt-torrents-list-header {
  padding: 0 16px;
  position: relative;
}
.mt-torrents-list-header md-input-container .md-errors-spacer {
  min-height: 0;
}
.mt-torrents-list-header .mt-executing {
  text-overflow: ellipsis;
  overflow: hidden !important;
  white-space: nowrap;
}
.mt-torrents-list-header .mt-executing > a {
  height: 100%;
  width: 100%;
}
.mt-torrents-list-header md-progress-linear {
  position: absolute;
  left: 0;
  bottom: 0;
}
.mt-add-torrent {
  width: 500px;
}
.mt-add-torrent md-dialog-content {
  padding-top: 18px;
}
.mt-add-torrent md-dialog-content md-input-container .md-errors-spacer {
  min-height: 0;
}

.mt-tracker-settings {
  padding-top: 26px;
  padding-bottom: 26px;
}

.mt-settings-authentication .mt-change-password {
  margin: 8px 16px;
}
.mt-settings-authentication .mt-change-password md-input-container {
  margin-left: 0;
  margin-right: 0;
}
.mt-settings-authentication .mt-change-password .mt-action-button {
  display: inline-block;
  align-self: flex-end;
  -webkit-align-self: flex-end;
}
.disable-auth-dialog {
  width: 500px;
}

.mt-settings-clients md-list img.md-avatar {
  background-color: #F7F7F7;
}
.mt-settings-clients md-radio-button {
  min-width: 90px;
  margin-right: 14px;
  margin-bottom: 0;
  padding: 0 4px;
  border-radius: 3px;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mt-settings-clients md-radio-button ._md-container {
  right: 4px;
  left: initial;
}
.mt-settings-clients md-radio-button ._md-label {
  margin-left: 0;
  margin-right: 30px;
}
.mt-settings-clients md-radio-button:not([disabled]):hover {
  background-color: rgba(158, 158, 158, 0.2);
}

.md-checkbox-middle {
  margin: 16px 10px !important;
}

.mt-settings-trackers md-list img.md-avatar {
  background-color: #F7F7F7;
}
