
.background_box {
  width: 100%;
  height:400px;
  background: url("/resources/img/BG-ME_Gradient.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 60px;
  left: 0px;
  overflow: hidden;
}

.welcomeDashboard{
    margin:7rem 0 3em;
    min-height: 130px;
    padding: 2.5rem 2rem;
}
.container_box {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.status_box {
    width: 90px;
    height: 32px;
    background: rgba(0,143,89,1);
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
    overflow: hidden;
    color: rgba(255,255,255,1);
    font-weight: Bold;
    font-size: 16px;
    text-align: center;
    padding: 6px;
}

/* MENU */
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    border: none !important;
}

