/*----------------------------------------------*\
    COLORS
\*----------------------------------------------*/
/*----------------------------------------------*\
    GRID
\*----------------------------------------------*/
/*----------------------------------------------*\
    HEADINGS
\*----------------------------------------------*/
/*----------------------------------------------*\
    FONT
\*----------------------------------------------*/
/*----------------------------------------------*\
   PRIMITIVES
\*----------------------------------------------*/
#side-menu-bar .side-menu {
  background-color: #f5e7f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 3em 45px 3em 25px; }

#side-menu-bar .side-menu-list {
  display: inline-block;
  width: auto; }

#side-menu-bar .side-menu-item {
  padding: 10px 0;
  font-weight: 600; }
  #side-menu-bar .side-menu-item:before {
    display: none; }
  #side-menu-bar .side-menu-item.active a {
    color: #a61580; }
  #side-menu-bar .side-menu-item a {
    color: #505050; }
    #side-menu-bar .side-menu-item a:hover {
      color: #a61580; }

#PageContent .side-menu-wrapper {
  margin-top: 10px !important;
  margin-bottom: 30px !important; }

#PageContent .side-menu-wrapper ~ div.col {
  margin-top: 30px !important; }

/*# sourceMappingURL=../../maps/objects/optimel-service-menu-object.css.map */
