
.o_application_switcher {
  background: transparent url("/web/static/src/img/application-switcher-bg.jpg") no-repeat scroll center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 15px;
}
.o_application_switcher .o_apps {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.o_application_switcher .o_apps .o_app {
  background: transparent;
  text-decoration: none;
  text-align: center;
  outline: none;
}
.o_application_switcher .o_apps .o_app .o_app_icon {
  width: 80%;
  max-width: 80px;
  border-radius: 8%;
}
.o_application_switcher .o_apps .o_app .o_caption {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  color: #e2e2e0;
  margin-top: 8px;
}
.o_application_switcher .o_application_switcher_footer {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.o_application_switcher .o_application_switcher_footer > img {
  width: 130px;
}
.database_expiration_panel {
  text-align: center;
}
.database_expiration_panel a i {
  margin: 0 0.2em;
}
.oe_instance_register_form,
.oe_instance_success,
.oe_instance_error,
.oe_subscription_updated {
  display: none;
}
