body {
  background-color: whitesmoke;
}

.moveall,
.removeall {
  border: 1px solid #ccc !important;
}
.moveall:hover,
.removeall:hover {
  background: #efefef;
}

.moveall::after {
  content: attr(title);
}

.removeall::after {
  content: attr(title);
}

.form-control option {
  padding: 10px;
  border-bottom: 1px solid #efefef;
}

.bootstrap-duallistbox-container {
  margin-bottom: 2rem !important;
}
.bootstrap-duallistbox-container .info-container {
  display: none;
}
.bootstrap-duallistbox-container label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.description-3lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.border-orange {
  border-color: #ff4a00 !important;
}

.bg-primary {
  background-color: rgb(0, 83, 129) !important;
}

.btn-primary {
  background-color: #005381;
  --mdb-btn-box-shadow: 0 4px 9px -4px #1e3763;
}

.datatable table th, .datatable table td {
  white-space: initial;
  overflow: auto;
}

.cke_notifications_area {
  display: none;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

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

.admin_menu a:not(.dropdown-menu a) {
  border-bottom: 2px solid #ff4a00;
  /*padding-bottom: 0px;*/
  background: rgba(202, 208, 222, 0.231372549);
}

.disabled-link {
  opacity: 0.75;
  cursor: not-allowed;
}

/*# sourceMappingURL=app.css-movqR3g.map */

/* Reponsive */

#js-background{
  background-size:cover !important;
}

p.h2{
  text-shadow: 2px 2px 8px #000000;
}

#navbarDropdownMenuAvatar{
  background: #353030;
  padding: 5px 15px;
  border-radius: 4px;
}

@media screen and (max-width:992px){
  .navbar-nav .nav-link{
    padding:10px;
    width:100%;
    background:rgba(202, 208, 222, 0.9) !important;
    color:black !important;
  }
}

/* Reponsive */