
.o_application_switcher {
  padding-top: 44px;
  height: 100%;
  overflow: auto;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .o_application_switcher {
    padding-top: 15px;
  }
}
.o_application_switcher .o_apps {
  -ms-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 768px;
}
.o_application_switcher .o_apps:before,
.o_application_switcher .o_apps:after {
  content: " ";
  display: table;
}
.o_application_switcher .o_apps:after {
  clear: both;
}
.o_application_switcher .o_apps:before,
.o_application_switcher .o_apps:after {
  content: " ";
  display: table;
}
.o_application_switcher .o_apps:after {
  clear: both;
}
.o_application_switcher .o_apps .o_app {
  float: left;
  margin: 0 1.5% 15px;
  width: 13.66%;
}
@media (max-width: 767px) {
  .o_application_switcher .o_apps .o_app {
    width: 22%;
  }
}
