  a {text-decoration:none!important;}

  .body, .ui, .nui {
      font-family: sans-serif,"Helvetica Neue", Helvetica, Arial ,verdana;
  }

  .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);
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
}


.ui.button {
  letter-spacing: 2px;
  font-weight: 500;
}

.nui.form .field input[type=text], .nui.select {
border-radius: calc(var(--rad)* 1.5)!important;
}

.nui.grid>.right {
    margin-left: 0!important;
}

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

.nui.table.celled tbody td {
  border-left:none;  
}

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

.nui.table td.collapsing, .nui.table th.collapsing {
  width: auto!important;
  white-space: unset!important;
  word-break: keep-all;
  
  }
/*
.mod-menu.mod-list.nav {
	justify-content: flex-end;
}
*/

  .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 {
  text-transform: uppercase;
}

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



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

    .com-users-login.login{
      width:50%;
      border:solid 2px #efefef;
      border-radius:5px;
      box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
      margin-left:auto;
      margin-right:auto;
      padding:1.5em; 
   }
  
}

 @media (min-width:1270px) and (max-width:1290px) {
.nui.table, .ui.table {
   font-size: 89.2%;
  }
}
/*
 @media (max-width:882px) {
.header-logistis {
  position: sticky;
  top: 0;
  z-index: 10;
    }
}


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


/*Offcanvas*/
.btn.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    height: 60px;
}

.btn.hamburger span {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
}

.offcanvas .mod-menu {
    flex-direction: column;
}

.offcanvas .metismenu.mod-menu .mm-toggler,
.offcanvas .mod-menu>li>a,
.offcanvas .mod-menu>li>span {
    color: var(--link-color);
}

@media (max-width: 991.98px) {
    .btn.hamburger {
        display: flex;
    }

    .navbar.custom-nav {
        display: none;
    }
}
/*  */


/* Timeline */
/*
#timeline {
  position: relative;
  width: 100%;
  padding-inline: 0.5rem;
  margin: 30px auto;
}
#timeline:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #3D8F75;
}
#timeline:after {
  display: table;
  width: 100%;
  clear: both;
  content: "";
}
.timeline-item:after,
.timeline-item:before {
  display: block;
  width: 100%;
  clear: both;
  content: "";
}
.timeline-item {
  position: relative;
  margin-bottom: 50px;
}
.timeline-item .timeline-icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-left: -23px;
  overflow: hidden;
  background-color: #3D8F75;
  border-radius: 50%;
  border: 12px solid #fff;
  padding: 12px;
}
.timeline-item .timeline-content {
  width: 45%;
  padding: .5rem;
  background: #f4f4f4;
  border-radius: var(--border-radius);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}
.timeline-item .timeline-content h2 {
  padding: .5rem;
  margin: -.5rem -.5rem .5rem -.5rem;
  font-size: 1.5rem;
  color: #fff;
  background-color: #3D8F75;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.timeline-item .timeline-content p {
  margin-top: 1rem;
}
.timeline-item .timeline-content:before {
  position: absolute;
  top: 20px;
  left: 45%;
  width: 0;
  height: 0;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #3D8F75;
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
}
.timeline-item:nth-child(even) .timeline-content:before {
  right: 45%;
  left: inherit;
  content: "";
  border-right: 7px solid #3D8F75;
  border-left: 0;
}

@media (max-width: 768px) {
  #timeline {
    width: 90%;
    padding: 0;
    margin: 30px;
  }
  #timeline:before {
    left: 0;
  }
  .timeline-item .timeline-content {
    float: right;
    width: 90%;
  }
  .timeline-item .timeline-content:before,
  .timeline-item:nth-child(even) .timeline-content:before {
    left: 10%;
    margin-left: -6px;
    border-right: 7px solid #3D8F75;
    border-left: 0;
  }
  .timeline-item .timeline-icon {
    left: 0;
  }
}
*/
