#sitesList tbody tr {
  cursor: pointer;
}

#sitesList tbody tr td {
  position: relative;
  opacity: 1;
  transition: opacity .3s linear;
}

#sitesList tbody tr td .siteName {
  display: block;
}

#sitesList tbody tr .sitesList__settings .fixed-action-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

#sitesList tbody tr .sitesList__settings .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

#sitesList tbody tr .sitesList__settings .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

#sitesList tbody tr:hover td:not(.sitesList__settings) {
  opacity: .6;
}

.siteUrl {
  position: relative;
}

.siteUrl .progress {
  display: none;
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  top: 43px;
  margin: 0;
  width: auto;
}

#site-delete .progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  display: none;
}

#site-delete .x-button {
  position: absolute;
  top: 15px;
  right: 19px;
  color: #7c828a;
  font-size: 1.25em;
  font-weight: bold;
}

#site-delete a {
  margin: 0 50px;
}

.siteStatisticLink {
  margin-right: 10px;
}

.input-description {
  float: right;
  position: relative;
  top: -10px;
  font-size: 13px;
  color: #9e9e9e;
}

.siteDescriptionBlock textarea {
  max-height: 44px;
}

.siteDescriptionBlock label:after {
  top: 110px !important;
}

.videoPreview {
  width: 548px;
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}

.videoPreview#videoStandardPreview {
  background-image: url(../img/youtubestandardpreview.png);
}

.videoPreview#videoVideoOverlayPreview {
  background-image: url(../img/video_overlay.gif);
}

.videoPreview#videoPageOverlayPreview {
  background-image: url(../img/page_overlay.gif);
}

#videosTimeout {
  display: none;
}

