html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}
#root{
  height: 100%;
  width: 100%;
}

#root .maindiv{
  min-height: 100%;
  background-color: #fafafa;
}
.menu{
  background-color: #ffffff;
}
.menu #menu ul a, .menu #menu ul .menuProfile{
  align-items: center;
}
.menu #menu ul .logo-header{
  height: 56px;
  margin-right: 0.5em;
}

.menu .badge {
  margin-left: 0.2em;
}

.p-3 {
  padding: .7rem!important
}

.menu #menu ul .cart {
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  text-align: center;
  align-items: center;
  padding: 0 0.5em;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    /* left: 100%; */
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown .username{
  margin: 0px 20px!important;
}

.dropdown-menu .langitem:hover{
  cursor: default!important;
}

.a-like{
  font-weight: bold;
}

.angle-down i{
  font-size: 20px;
  vertical-align: bottom;
  margin-left: 10px;
  margin-bottom: 2px;
}

.dropdown-menu .langitem .lang:hover{
  cursor: pointer!important;
}

.langselected *{
  color : #567ef0!important;
  font-weight: bold;
}

.logo-img{
  border-radius: 50%;
}

.observation-img {
  margin: 1em;
}
.menu .clientLogo {
  max-height: 56px;
  max-width: 100%;
}

.menu .dropdown .btn {
  margin-left: 0.5em;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.3rem;
}