  
  .body, .ui, .nui {
      font-family: sans-serif,"Helvetica Neue", Helvetica, Arial ,verdana;
  }
  
.com-users-login{
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

/*
  .container-header .mod-menu {
  justify-content: center;
  color: #ffffff;
  padding: 0;
  }
    
  .container-header {
      -webkit-box-shadow: 0 6px 8px rgb(0 0 0 / 50%);
      -moz-box-shadow: 60 6px 8px rgba(0, 0, 0, 0.5);
      box-shadow: 0 6px 8px rgb(0 0 0 / 50%);
      /* box-shadow: 0px 2px 5px rgb(0 0 0 / 20%); */
/*  }
    
  .container-header, .footer {
  background-color: #0b0b45;
  background-image: none;
  }
  
  .container-header nav {
      text-transform: uppercase;
  }
    
  .container-header .mod-menu>li:after {
    opacity:1;
  }

  */

  .header-logistis, #header-logistis, #header-edit{
    background: #eeeeff;
    background-image: linear-gradient(to bottom, #eeeeff, #bbbcfd);
    position: sticky;
    top: 0;
    z-index: 10;
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.header-logistis {
  background: #eeeeff;
  background-image: linear-gradient(to bottom, #eeeeff, #bbbcfd);
  border-radius: 5px;
  border-top: 2px solid #00b5ad!important;
  border-left: 1px solid rgba(34, 36, 38, .15);
  border-bottom: 1px solid rgba(34, 36, 38, .15);
  border-right: 1px solid rgba(34, 36, 38, .15);
  margin: 14px 0;
  padding: 1em 1em;
  position: sticky;
  top: 0;
  z-index: 10;
  opacity: 0.99;
  filter: alpha(opacity=99);
  webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);

}


.login-test {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.menu-chain-container {color:teal; width:50%;}

/*
.mod-menu.mod-list.nav {
	justify-content: flex-end;
}
*/

.nui.form .field input[type=text] {color:teal; border-color:teal;}

.nui.button {margin-top:29px; margin-left:100px;}

/*  
  .ribbon-item {
    width: 120px;
    font-size: 14px;
    padding: 4px;
    position: relative;
    right: 28px;
    top: 18px;
    text-align: center;
    transform: rotate(-45deg);
    background-color: #498536;
    color: white;
}

.ui.button, .nui.button {
  border-radius: 0px!important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}

/* ** chronoforms ** */ /*
.ui.table, .nui.table {
   font-size: 90%;
}

.ui.table thead th, .nui.table thead th  {
    white-space: normal;
}

/* ***** */
/*
@media (width >= 1180px) {
    .com-contact.contact {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}

/*

 @media (max-width:992px) {
footer div.mod-footer {
  text-align:center;
    }
}

  @media (min-width:768px) and (max-width:992px) {
  .container-header .mod-menu {
  display:flex;
  flex: 1 1 0%;
  flex-direction: row
    }
  }
  
  */