/*images*/
.logo {
  background: url(images/ydp_logo_white.png) no-repeat center bottom;
  width: 100%;
  height: 70px;
  display: block;
}

.defaultBG {
  background-color: #E9F0FF;
  background-attachment: fixed;
}

#filterContainer .filter-dropdown .dropdown-menu li button.dropdown-menu_check-button {
  width: 100%;
  text-align: right;
  background: url('images/icon_unchecked.png') no-repeat center left;
}

#filterContainer .filter-dropdown .dropdown-menu .filter-checked button.dropdown-menu_check-button {
  background: url('images/icon_checked.png') no-repeat center left;
}

.resourceLightboxPreloader, .did-preloader {
  background: url('images/preloader.gif') no-repeat center center
}

.player-orientation-portrait {
  background: url(images/content-portrait.png) no-repeat scroll center center / 90% auto #ffffff;
}

.did-filters .filter-dropdown .dropdown-menu li button {
  background: url('images/icon_unchecked.png') no-repeat;
}

.did-filters .filter-dropdown .dropdown-menu .filter-checked button {
  background: url('images/icon_checked.png') no-repeat;
}

.authorize-background {
  background: url('images/background-login.jpg') no-repeat center center;
}

.default-avatar {
  background: url('images/default-avatar.png') no-repeat center center;
}

.loading:before {
  background: #fff url('images/preloader.gif') no-repeat center 50px;
}
