@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
body,
html {
  height: 100%;
  min-height: 100%;
  overflow-y: unset !important;
}
html {
  font-size: 100%;
  /*overflow-y: scroll; */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
* {
  font-family: 'Lato', Arial, sans-serif;
}
.clearfix,
.WindowForm .Title {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.WindowForm .Title:before,
.WindowForm .Title:after {
  content: "";
  display: table;
}
.clearfix:after,
.WindowForm .Title:after {
  clear: both;
}
/* O Contentor do Spinner */
.btn.loading {
  padding-right: 35px;
  position: relative;
  cursor: wait;
  pointer-events: none;
  /* Impede cliques duplos */
}
.btn.loading::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 0.8s linear infinite;
  top: 9px;
  right: 10px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*
.spinner {
  
}*/
/* A Animação */
.select2-container {
  width: 100% !important;
}
.select2-container > a {
  border: none !important;
  box-shadow: none !important;
  padding: 3px 0 !important;
}
.estadoGuia {
  padding: 2px 5px;
  border-radius: 5px !important;
  background-color: #8F8379;
  color: black;
  font-weight: bold;
}
.estadoGuia:hover {
  text-decoration: none;
}
.ResumoPerformance {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px !important;
}
.ResumoPerformance h5 {
  margin: 0 0 10px 0;
  font-size: 14px;
  position: absolute;
  padding: 0 5px;
  background: white;
  top: -10px;
  left: 10px;
}
.ResumoEmbalagens {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px !important;
}
.ResumoEmbalagens h5 {
  margin: 0 0 10px 0;
  font-size: 14px;
  position: absolute;
  padding: 0 5px;
  background: white;
  top: -10px;
  left: 10px;
}
.ResumoEmbalagens > div {
  display: flex;
  gap: 10px;
}
.ResumoEmbalagens > div span {
  background-color: #eee;
  padding: 5px 10px;
  border-radius: 6px!important;
  font-size: 11px;
}
.ResumoEmbalagens > div span b {
  background-color: #FFF;
  padding: 2px 6px;
  border-radius: 3px !important;
  display: block;
  text-align: center;
}
.JanelaMudaEstado .volumes input {
  display: none;
}
.JanelaMudaEstado .volumes label {
  font-size: 11px;
  display: inline-block;
  margin-right: 5px;
  padding: 3px 5px;
  cursor: pointer;
  border-radius: 5px !important;
  border: 1px solid #8F8379;
  color: #8F8379;
}
.JanelaMudaEstado .volumes label:hover {
  text-decoration: none;
}
.JanelaMudaEstado .volumes label i {
  border: 1px solid #ccc;
  border-radius: 20px !important;
  top: -5px;
  background-color: #8F8379;
  width: 15px;
  height: 15px;
  color: white;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  line-height: 13px;
  display: inline-block;
  margin-right: 5px;
}
.JanelaMudaEstado .volumes input:checked + label {
  background-color: #8F8379;
  color: black;
}
.NovaEmbalagemLinha {
  display: none;
}
.float-right {
  float: right !important;
}
#LoadingDiv {
  display: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 9999;
}
#LoadingDiv img {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -148px;
  margin-top: -148px;
}
.Loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #333;
  display: none;
  opacity: 0.5;
  z-index: 99999;
}
.Loading div {
  width: 100%;
  height: 100%;
  background: url("../images/loading.gif") center center no-repeat;
}
.Loading div span {
  font-size: 16px;
  color: #8f8379;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -38px;
  font-weight: bold;
  display: block;
}
.JanelaGuia .form-control {
  height: 25px;
  font-size: 12px;
}
.JanelaGuia select.form-control {
  padding: 0 4px !important;
}
.JanelaGuia .form-group {
  margin-bottom: 3px;
}
.JanelaGuia textarea {
  height: 70px;
}
.JanelaGuia #TabelaEmbalagensGuia tbody .deleted td {
  text-decoration: line-through;
}
.JanelaGuia #TabelaEmbalagensGuia tbody td {
  padding: 0px !important;
  width: 30px !important;
}
.JanelaGuia #TabelaEmbalagensGuia tbody td input,
.JanelaGuia #TabelaEmbalagensGuia tbody td select {
  font-size: 12px;
  padding: 4px;
  height: 28px;
}
.JanelaGuia #TabelaEmbalagensGuia tbody td input[type=checkbox] {
  height: auto;
}
.JanelaGuia #TabelaEmbalagensGuia tbody td:first-child {
  padding: 4px !important;
  width: 100% !important;
}
.JanelaGuia #TabelaEmbalagensGuia tbody td.objetos {
  padding: 0 !important;
}
.JanelaGuia #TabelaEmbalagensGuia tbody td.objetos span {
  position: relative;
  top: -3px;
  padding: 6px;
  font-size: 13px;
  margin: 0 !important;
  border: 1px solid #666;
  background-color: #ccc;
  color: #333;
}
.JanelaGuia #TabelaEmbalagensGuia tbody td.objetos a {
  position: relative;
  top: -3px;
  padding: 6px;
  font-size: 13px;
  margin: 0 !important;
}
.JanelaGuia .table th,
.JanelaGuia .table td {
  padding: 4px;
}
.JanelaGuia label {
  font-size: 12px;
}
.JanelaGuia .obs {
  height: 62px;
}
.JanelaGuia h3 {
  font-size: 14px;
}
/* Bootstrap Submenu */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.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;
}
* {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.input-xs {
  height: 26px;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.navbar {
  background: #8F8379;
}
.navbar .navbar-brand {
  padding: 7px 15px 7px 7px;
  background: #594e41;
}
.navbar .navbar-brand:hover {
  background: #594e41 !important;
}
.navbar .navbar-nav {
  padding-left: 10px;
}
.navbar .navbar-nav > li {
  border-right: 1px solid #9b897b;
}
.navbar .navbar-nav > li a {
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}
.navbar .navbar-nav > li.open a {
  background: #9b897b !important;
}
.navbar .navbar-nav > li.open ul {
  width: 100%;
  background: #9b897b !important;
}
.navbar .navbar-nav > li.open ul li {
  background: #9b897b !important;
}
.navbar .navbar-nav > li.open ul li a {
  padding: 6px 15px;
  background: #9b897b !important;
}
.navbar .navbar-nav > li.open ul li a:hover {
  background: #8F8379 !important;
}
.navbar .navbar-nav > li.open ul li:hover {
  background-color: #9b897b !important;
}
.navbar .navbar-nav > li.open a {
  background-color: #9b897b !important;
}
.navbar a {
  text-shadow: none !important;
  color: white !important;
}
.mleft {
  padding-left: 0;
}
.mright {
  padding-right: 0;
}
.PicagemPonto > a {
  color: black !important;
  background-image: -webkit-linear-gradient(top, #ccc 0, #999 100%);
  background-image: -o-linear-gradient(top, #ccc 0, #999 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
  background-image: linear-gradient(to bottom, #ccc 0, #999 100%);
}
.PicagemPonto div {
  text-align: center;
  padding: 10px 0 20px;
}
.PicagemPonto div p {
  font-size: 11px;
  color: #000;
}
.PicagemPonto div p .hora {
  font-size: 30px;
}
.NavLogged {
  padding-left: 10px;
  color: white;
}
.NavLogged .Logged {
  padding: 6px 22px 0 10px;
  height: 50px;
}
.NavLogged .Logged i {
  font-size: 10px;
  display: block;
}
.NavLogged .Logged span {
  color: white;
}
.NavLogged .LoggOff a {
  color: red !important;
}
.NavLogged .LoggOff:hover {
  background-image: linear-gradient(to bottom, #000 0, #333 100%);
}
.note {
  font-size: 11px;
  font-style: italic;
  color: #999;
  margin-top: 10px;
}
.Page {
  padding-top: 70px;
}
.table thead th {
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
}
.table tfoot td {
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
  border-top: 1px solid #333;
}
.table tbody .NewLine {
  display: none;
}
.table tbody td {
  font-size: 12px;
  font-weight: regular;
  padding: 4px!important;
}
.table tbody td input[type=checkbox],
.table tbody td input[type=radio] {
  margin-top: 0;
}
.table tbody td.options {
  padding: 0!important;
  text-align: right;
  white-space: nowrap;
}
.table tbody td.options a,
.table tbody td.options i {
  height: 26px;
  border-radius: 0;
  font-size: 12px;
  padding-top: 3px;
}
.table tbody td.optionsText {
  padding: 0!important;
  text-align: right;
}
.table tbody td.optionsText a,
.table tbody td.optionsText i {
  height: 26px;
  border-radius: 0;
  font-size: 11px;
  padding-top: 5px;
}
.tableForm .options {
  width: 1%;
}
.tableForm .input {
  padding: 0!important;
}
.tableForm .input input,
.tableForm .input select {
  height: 30px;
  border-radius: 0;
}
.tableForm .options {
  width: 0%;
}
.tableForm .options a {
  height: 30px !important;
  width: 30px!important;
}
.tableForm .options a i {
  width: auto !important;
  padding-top: 0px!important;
}
.clear {
  clear: both;
}
.actions > div.input {
  position: relative;
  border-radius: 5px;
}
.actions > div.input span {
  position: absolute;
  left: 8px;
  top: 8px;
  color: #999;
  font: 10px;
}
.actions > div {
  position: relative;
  height: 41px;
  float: right;
  margin: 0px 10px 0 0;
  padding: 0;
  border: 1px solid #999;
  border-radius: 5px;
  /* background-image: -webkit-linear-gradient(top, #ffffff 0, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #ffffff 0, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #ffffff 0, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 5px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 5px rgb(0 0 0 / 8%); */
}
.actions > div > small {
  display: block;
  position: relative;
  left: 8px;
  color: #999;
}
.actions > div > input {
  /* top: -6px;
    left: 2px; */
}
.actions {
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
  clear: both;
  border-bottom: 1px solid #f3f3f3;
}
.actions.Fixed {
  position: fixed;
  padding: 15px 45px 10px 15px;
  background: white;
  margin: -20px 0 0 0;
  z-index: 999;
}
.actions .ButtonText {
  font-size: 10px !important;
  text-align: center;
  width: auto !important;
}
.actions h1 {
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 200 !important;
  background: white;
  padding: 0 20px 0 0;
}
.actions > div {
  float: right;
  padding: 0;
  border: 1px solid #d3d3d3;
  border-radius: 5px ;
  /*  background-image: -webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);
        background-image: -o-linear-gradient(top,#fff 0,#f8f8f8 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));
        background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075); */
}
.actions > div i,
.actions > div .title {
  padding: 5px 10px 0;
  margin: 0;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
}
.actions > div select,
.actions > div input {
  padding: 5px;
  margin: 0;
  border: none;
  border-radius: 0 5px 5px 0;
  padding: 9px 5px 10px;
  background-color: #f9f9f9;
  outline: none;
  font-size: 14px;
}
.actions > div .selectize-control {
  display: inline-block;
  width: auto;
  margin: 0;
  background: white;
  min-height: auto;
  border-radius: 0 5px 5px 0;
}
.actions > div .selectize-control .selectize-input {
  border: none;
  background: none;
  padding: 5px 30px 5px 5px;
  margin: 0;
  min-height: auto;
}
.actions > div .selectize-control .selectize-input > div,
.actions > div .selectize-control .selectize-input > input {
  font-size: 13px;
}
.actions > div .selectize-control .selectize-input input {
  background: none;
}
.actions .newButton,
.actions .save,
.actions .back,
.actions .SalvaEncomenda,
.actions .print,
.actions .button,
.actions .buttonText,
.actions .ModalSave,
.actions .ModalBack {
  cursor: pointer;
  float: right;
  background: #d23f31;
  font-size: 24px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  display: block;
  padding: 4px 11px;
  color: white;
  text-decoration: none;
  margin-left: 10px;
  border-radius: 4px !important;
  background: repeating-linear-gradient(0deg, #d23f31, transparent 100px);
}
.actions .newButton:hover,
.actions .save:hover,
.actions .back:hover,
.actions .SalvaEncomenda:hover,
.actions .print:hover,
.actions .button:hover,
.actions .buttonText:hover,
.actions .ModalSave:hover,
.actions .ModalBack:hover {
  background: #333;
}
.actions .buttonText {
  width: auto;
  font-size: 16px;
  text-transform: uppercase;
  padding: 9px;
}
.actions .save,
.actions .back,
.actions .SalvaEncomenda,
.actions .print,
.actions .button,
.actions .ModalSave,
.actions .ModalBack {
  font-size: 20px;
  padding-top: 6px;
  font-weight: normal;
  background: #28a4c9;
  border-radius: 4px !important;
  background: repeating-linear-gradient(0deg, #28a4c9, transparent 100px);
}
.actions .print {
  padding-top: 9px;
}
.actions .back,
.actions .ModalBack {
  background: repeating-linear-gradient(0deg, #d23f31, transparent 100px);
}
.actions > div {
  height: 41px;
  float: right;
  margin: 0px 10px 0 0;
  padding: 0;
  border: 1px solid #999;
  border-radius: 5px !important;
  background-image: -webkit-linear-gradient(top, #ffffff 0, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.08);
}
.actions > div > small {
  display: block;
  position: relative;
  left: 8px;
  color: #999;
  z-index: 999;
}
.actions > div > select,
.actions > div > input {
  padding: 5px;
  margin: 0;
  border: none;
  border-radius: 0 5px 5px 0;
  height: 25px;
  position: relative;
  background: none;
  top: -7px;
  outline: none;
  font-size: 14px;
}
.actions > div > input {
  top: -6px;
  left: 2px;
}
.actions .select2-container {
  position: relative;
  top: -12px;
  border-bottom: 5px;
}
.actions .select2-container a {
  background: none !important;
}
.Header {
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
  clear: both;
  border-bottom: 1px solid #f3f3f3;
}
.Header.Fixed {
  position: fixed;
  padding: 15px 45px 10px 15px;
  background: white;
  margin: -20px 0 0 0;
  z-index: 999;
}
.Header .ButtonText {
  font-size: 10px !important;
  text-align: center;
  width: auto !important;
}
.Header h1 {
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 200 !important;
  background: white;
  padding: 0 20px 0 0;
}
.Header > div {
  height: 41px;
  float: right;
  margin: 5px 20px 0 0;
  padding: 0;
  border: 1px solid #d3d3d3;
}
.Header > div > div {
  position: relative;
  height: 41px;
}
.Header > div > div small {
  position: absolute;
  left: 5px;
  top: 2px;
  color: #999;
}
.Header > div i,
.Header > div .title {
  padding: 5px 10px 0;
  margin: 0;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
}
.Header > div select,
.Header > div input {
  padding: 17px 1px 1px;
  margin: 0;
  border: none;
  height: 39px;
}
.Header > div input {
  padding: 5px 5px 4px;
}
.Header > div .selectize-control {
  display: inline-block;
  width: auto;
  height: 29px !important;
  margin: 0;
  background: white;
  min-height: auto;
  border-radius: 0 5px 5px 0;
}
.Header > div .selectize-control .selectize-input {
  border: none;
  background: none;
  padding: 5px 30px 5px 5px;
  margin: 0;
  min-height: auto;
}
.Header > div .selectize-control .selectize-input > div,
.Header > div .selectize-control .selectize-input > input {
  font-size: 13px;
}
.Header > div .selectize-control .selectize-input input {
  background: none;
}
.Header .newButton,
.Header .save,
.Header .back,
.Header .SalvaEncomenda,
.Header .print,
.Header .button,
.Header .buttonText,
.Header .ModalSave,
.Header .ModalBack {
  cursor: pointer;
  float: right;
  background: #d23f31;
  font-size: 24px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  display: block;
  padding: 4px 11px;
  color: white;
  text-decoration: none;
  margin-left: 10px;
}
.Header .newButton:hover,
.Header .save:hover,
.Header .back:hover,
.Header .SalvaEncomenda:hover,
.Header .print:hover,
.Header .button:hover,
.Header .buttonText:hover,
.Header .ModalSave:hover,
.Header .ModalBack:hover {
  background: #333;
}
.Header .buttonText {
  width: auto;
  font-size: 16px;
  text-transform: uppercase;
  padding: 9px;
}
.Header .save,
.Header .back,
.Header .SalvaEncomenda,
.Header .print,
.Header .button,
.Header .ModalSave,
.Header .ModalBack {
  font-size: 20px;
  padding-top: 6px;
  font-weight: normal;
  background: #28a4c9;
}
.Header .print {
  padding-top: 9px;
}
.Header .back,
.Header .ModalBack {
  background: #d23f31;
}
.Form label {
  font-weight: normal;
}
.Form .select2-container {
  border: 1px solid #ccc;
  height: auto;
}
.label-encomenda {
  background: #669966;
  padding: 0 3px;
  color: white;
}
.label-ocorrencia {
  background: #CC6600;
  padding: 0 3px;
  color: white;
}
.DescricaoArtigo h4 {
  font-size: 11px;
  margin: 0;
  font-weight: bold;
}
.DescricaoArtigo h5 {
  font-size: 10px;
  margin: 0;
}
.DescricaoArtigo h6 {
  font-size: 10px;
  font-style: italic;
  margin: 0;
  color: #28a4c9;
}
.select2-results {
  font-size: 11px;
}
.select2-container {
  font-size: 12px;
}
/* Encomenda */
.TabelaArtigos .stock {
  color: #d23f31;
}
.TabelaArtigos .deleted td {
  color: #d23f31;
  text-decoration: line-through;
}
.TabelaArtigos .deleted .btn {
  display: none;
}
.TabelaArtigos .deleted input,
.TabelaArtigos .deleted select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.TabelaArtigos .total {
  width: 70px;
}
.TabelaArtigos .preco {
  width: 70px;
}
.TabelaArtigos .desconto {
  width: 70px;
}
.TabelaArtigos .quantidade {
  width: 70px;
}
.TabelaArtigos input,
.TabelaArtigos select {
  width: 100%;
  border: none;
  background: #FFFFCC;
}
.TabelaArtigos select {
  padding: 2px 0 3px;
}
.CaixaProcuraArtigo {
  margin-bottom: 20px;
}
.CaixaProcuraArtigo .ProcuraArtigo {
  font-size: 16px;
  padding: 10px;
  height: 50px;
}
.CaixaProcuraArtigo .ProcuraArtigoResult {
  margin-top: -16px;
  border: 1px solid #ccc;
  padding: 20px;
}
.CaixaProcuraArtigo .ProcuraArtigoResult > h4 {
  font-size: 14px;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.CaixaProcuraArtigo .ProcuraArtigoResult .SemResultados {
  font-size: 12px;
  color: red;
  padding: 10px 0;
}
.CaixaProcuraArtigo .ProcuraArtigoResult .EncListaEmStock {
  max-height: 200px;
  overflow-y: scroll;
  background: #f4f4f4;
}
.CaixaProcuraArtigo .ProcuraArtigoOpcoes {
  margin-top: -16px;
  border: 1px solid #ccc;
  padding: 20px;
  display: none;
}
.CaixaProcuraArtigo .ProcuraArtigoOpcoes > h4 {
  font-size: 14px;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.CaixaProcuraArtigo .ProcuraArtigoOpcoes select {
  font-size: 12px;
}
.EncomendaTabs {
  background: #f1f1f1;
}
.TabsEncomenda .active a {
  background: #f1f1f1 !important;
}
.TabelaArtigos {
  background-color: white;
}
.FooterTotaisEncomenda {
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.FooterTotaisEncomenda b {
  width: 150px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
.FooterTotaisEncomenda .sub {
  color: #999;
}
.FooterTotaisEncomenda .sub b {
  font-weight: normal;
}
.CaixaLoginBG {
  background-color: #333;
  background: -webkit-radial-gradient(#f2f2f2, #c1c1c1);
  background: -o-radial-gradient(#f2f2f2, #c1c1c1);
  background: -moz-radial-gradient(#f2f2f2, #c1c1c1);
  background: radial-gradient(#f2f2f2, #c1c1c1);
}
.CaixaLogin {
  padding: 30px;
  background-color: #f1f1f1;
  width: 280px;
  border: 1px solid #fff;
  border-radius: 5px;
  /*
.mlogin_field { margin: 10px; padding: 0!important;}
.mlogin_field input { 
    font-size: 20px; padding: 5px;  width: 100%; color:#666;
    border:1px solid #d2d2d2;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
.mlogin_btn { margin: 10px; margin-top: 20px!important; }
.mlogin_btn input { 
    font-size: 20px; padding: 5px; color:#fff; background: #666; width: 70%;
    border:1px solid #d2d2d2;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}*/
}
.CaixaLogin div.input-group {
  margin-bottom: 10px;
}
.CaixaLogin input {
  font-size: 15px;
  padding: 5px;
  width: 100%;
  color: #666;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  margin-bottom: 5px;
}
.CaixaLogin .btn {
  width: 100%;
}
.CaixaLogin .LoginError {
  color: red;
  font-size: 10px;
  margin-bottom: 5px;
}
.CaixaLogin .valid_post {
  background-color: #DCFAD9;
  border: 1px solid #96B593;
}
.CaixaLogin .invalid_post {
  background-color: #FFE2D9;
  border: 1px solid #FFBAA3;
}
tr.apagado td {
  text-decoration: line-through;
  color: red;
}
.EncomendaTabs > div {
  padding: 30px;
}
.WindowAlterarArtigo .OpcoesArtigo > div {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.WindowAnularEncomenda,
.WindowCorteComissao {
  width: 400px;
}
.ResumoEntregas {
  margin: -50px -15px 40px -15px;
  padding: 10px 15px 10px 15px;
  background-color: #333;
}
.ResumoEntregas > div {
  padding: 5px;
}
.ResumoEntregas > div h4 {
  background: #333;
  color: white;
  font-size: 12px;
  padding: 5px;
  margin-top: 0px;
  text-transform: uppercase;
}
.ResumoEntregas > div table {
  margin-bottom: 0;
  color: white;
}
.ResumoEntregas > div table th {
  font-weight: normal;
  color: #f5e79e;
}
.ResumoEntregas > div table a {
  font-size: 11px;
}
.doc {
  font-size: 11px;
}
h3 {
  font-size: 16px;
  padding: 5px 0px 10px;
  border-bottom: 1px solid #999;
  margin: 0 0 10px;
  font-weight: bold;
  border-spacing: 3px;
}
.OcorrenciasNotas > div {
  background: #f3f3f3;
  padding: 5px;
}
.OcorrenciasNotas > div h4 {
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.OcorrenciasNotas > div h4 a {
  margin-left: 5px;
  margin-top: -7px;
}
.OcorrenciasNotas > div.deleted {
  background: #FFCCCC;
}
.OcorrenciasNotas > div.deleted p {
  text-decoration: line-through;
}
.error {
  border: 1px solid red;
}
p.error {
  color: #d23f31;
  border: none;
  font-style: italic;
}
label.error {
  color: red;
  font-size: 10px;
  border: none;
}
/* Cores pagamentos */
.label-NUM {
  background-color: #66CC66;
}
.label-MB {
  background-color: #0066CC;
}
.label-CH {
  background-color: #336699;
}
.label-CR {
  background-color: #663300;
}
.label-TRF {
  background-color: #9999FF;
}
.label-OEGA {
  background-color: #FF0033;
}
.ListaCores {
  width: 400px;
}
.ListaCores ul {
  list-style-type: none;
  padding-left: 0px;
}
.ListaCores ul li {
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid #ccc;
}
.ListaCores ul li a {
  float: right;
  padding: 5px;
  text-decoration: none;
}
.ListaCores ul li label {
  font-weight: normal;
}
.ListaCores ul li input {
  margin-right: 5px;
}
.ListaCores ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.ListaCores ul li:first-child {
  border-top: 1px solid #ccc;
  padding-bottom: 0;
}
.ListaCores > ul {
  padding-left: 0;
  margin-bottom: 0;
}
.ListaCores > ul > li {
  padding-left: 0;
}
.ListaCores > ul > li:last-child {
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 0;
}
.ListaCores > ul ul {
  display: none;
}
.MapaVendas thead th {
  color: white;
  background: #333;
}
.MapaVendas tbody th {
  color: white;
  background: #666;
  width: 100px;
}
.MapaVendas tfoot td {
  color: black;
  background: #ccc;
}
/* Ponto vendedores */
.ip {
  font-size: 9px;
  display: block;
}
#table_data tr:hover td,
#Atable tr:hover td {
  background: #c5fadf;
}
#table_data tr td::last-child,
#Atable tr td::last-child {
  text-align: right !important;
  white-space: nowrap;
}
#table_data textarea,
#Atable textarea,
#table_data input,
#Atable input {
  outline: none;
  border: none;
  border-bottom: 1px solid #ccc;
  background: none;
}
[data-name="actions"] {
  text-align: right;
}
[data-name="guia"] a:first-child {
  font-weight: bold;
  color: black;
  text-decoration: none;
}
[data-name="estadoentrega"] a {
  display: block;
  text-align: center;
  color: white;
}
/* Guias */
.WindowForm {
  max-width: 1000px;
}
.WindowForm .Title {
  background: #8F8379;
  height: 35px;
}
.WindowForm .Title h2 {
  color: #fff;
  float: left;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  padding: 9px;
  text-transform: uppercase;
}
.WindowForm .Title a {
  color: #fff;
  float: right;
  height: 35px;
  width: 35px;
  background: #c5ba9f;
  font-size: 19px;
  text-align: center;
  padding: 4px;
  cursor: pointer;
}
.WindowForm .Title a:hover {
  background: #594e41;
}
.WindowForm .Title a.WindowSave {
  background: #d23f31;
}
.WindowForm .Body {
  padding: 20px;
}
.WindowForm .Buttons {
  text-align: right;
  border-top: 1px solid #d2d2d2;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 0;
}
.WindowForm .Buttons button {
  margin-left: 20px;
}
.JanelaGuia .orcamento {
  font-size: 12px;
  font-weight: normal;
  margin-right: 5px;
  margin-top: 3px;
  width: 96px;
}
.JanelaGuia .error {
  background: #F6CED8 !important;
}
.JanelaGuia .Expeditor h3 label,
.JanelaGuia .Destinatario h3 label {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.JanelaGuia .Expeditor h3 label input,
.JanelaGuia .Destinatario h3 label input,
.JanelaGuia .Expeditor h3 label select,
.JanelaGuia .Destinatario h3 label select {
  position: relative;
  top: 2px;
  left: -5px;
}
.JanelaGuia .Expeditor input,
.JanelaGuia .Destinatario input,
.JanelaGuia .Expeditor select,
.JanelaGuia .Destinatario select {
  margin-bottom: 5px;
}
.JanelaGuia .Mercadoria table {
  margin-bottom: 0;
}
.JanelaGuia .Mercadoria table tbody td input {
  width: 50px;
  border: none;
  background: none;
}
.JanelaGuia .OpcoesGuia {
  margin-bottom: 10px;
}
.JanelaGuia .OpcoesGuia select {
  font-size: 12px;
  padding: 3px;
  margin-left: 10px;
}
.JanelaGuia .Loader {
  margin-top: -5px;
  background: white;
  position: absolute;
  width: 100%;
  max-height: 233px;
  overflow-y: scroll;
  z-index: 999;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.JanelaGuia .Loader > div {
  margin: 0 5px;
  padding-top: 10px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}
.JanelaGuia .Loader > div h3 {
  font-size: 13px;
  font-weight: bold;
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.JanelaGuia .Loader > div p {
  font-size: 12px;
}
.SomatorioQuadriario {
  display: flex;
  column-gap: 20px;
}
.SomatorioQuadriario h2 {
  padding: 20px;
  font-size: 40px;
  border-radius: 5px !important;
}
.SomatorioQuadriario h2 small {
  display: block;
  font-size: 11px;
}
.Check input:checked + label {
  background: #d23f31;
  color: white;
  border: 1px solid #d23f31;
}
.Check input:checked + label span:before,
.Check input:checked + label span:after {
  content: '';
  position: absolute;
  width: 17px;
  height: 1px;
  background-color: #d23f31;
  top: 8px;
}
.Check input:checked + label span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.Check input:checked + label span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}
.Check label {
  height: 19px;
  cursor: pointer;
  background: #ccc;
  padding: 0 5px 0 25px;
  font-size: 12px;
  position: relative;
  border: 1px solid #ccc;
  margin-right: 5px;
}
.Check label span {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  display: inline-block;
  background: white;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
}
.Check input {
  display: none;
}
.GT {
  background-color: white;
  color: black;
  padding: 3px 5px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 13px;
}
.EscolhePortes {
  display: inline-block;
}
.EscolhePortes input:checked + label {
  background: #d23f31;
  color: white;
  border: 1px solid #d23f31;
}
.EscolhePortes input:checked + label span:before,
.EscolhePortes input:checked + label span:after {
  content: '';
  position: absolute;
  width: 17px;
  height: 1px;
  background-color: #d23f31;
  top: 8px;
}
.EscolhePortes input:checked + label span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.EscolhePortes input:checked + label span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}
.EscolhePortes label {
  height: 19px;
  cursor: pointer;
  background: #ccc;
  padding: 0 5px 0 25px;
  font-size: 12px;
  position: relative;
  border: 1px solid #ccc;
  margin-right: 5px;
}
.EscolhePortes label span {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  display: inline-block;
  background: white;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
}
.EscolhePortes input {
  display: none;
}
.SelectInputGroup {
  display: inline-block;
}
.SelectInputGroup input:checked + label {
  background: #d23f31;
  color: white;
  border: 1px solid #d23f31;
  /*  span:before,span:after{
            content:'';
            position:absolute;
            width:17px;
            height:1px;
            background-color:#d23f31;
            top:8px;
        } */
  /* span::before{
            -webkit-transform:rotate(45deg);
            -moz-transform:rotate(45deg);
            transform:rotate(45deg);
            left:0;
        }
        span:after{
            -webkit-transform:rotate(-45deg);
            -moz-transform:rotate(-45deg);
            transform:rotate(-45deg);
            right:0;
        } */
}
.SelectInputGroup label {
  height: 19px;
  cursor: pointer;
  background: #ccc;
  padding: 0 5px 0 5px;
  font-size: 12px;
  position: relative;
  border: 1px solid #ccc;
  margin-right: 0px;
}
.SelectInputGroup label span {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  display: inline-block;
  background: white;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
}
.SelectInputGroup input {
  display: none;
}
.Resumo {
  display: flex;
  gap: 20px;
}
.Resumo > span {
  padding: 10px;
  background: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 5px !important;
  font-size: 30px;
  color: #333;
  text-align: left;
}
.Resumo > span > b {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #d23f31;
}
.RadioOptions,
.CheckOptions {
  display: block;
}
.table .Temporaria {
  background: #FFE4E1 !important;
}
.table .Incompleta {
  background: #FDF2BA !important;
}
#CaixaProcura {
  box-shadow: 0px 0px 20px #333;
  z-index: 1000;
  position: fixed;
  width: 250px;
  padding: 70px 20px;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  background: #f3f3f3 !important;
  border-bottom: 1px solid #ccc;
}
#CaixaProcura .Close {
  cursor: pointer;
  float: right;
  margin-right: -20px;
  margin-top: -20px;
  background: #d23f31;
  width: 25px;
  height: 25px;
  color: white;
  font-size: 17px;
  text-align: center;
}
#CaixaProcura .CheckOptions {
  margin-right: 10px;
}
#CaixaProcura h3 {
  font-size: 11px;
  border: 0;
  padding: 0;
  margin: 5px 0;
}
.PrecosEmbalagens label {
  font-weight: bold;
  background: #333;
  color: white;
  width: 100%;
  padding: 5px;
}
.TabelaPrecosEmbalagens {
  width: 100%;
}
.TabelaPrecosEmbalagens thead th {
  font-size: 9px;
  font-weight: normal;
}
.TabelaPrecosEmbalagens .Modelo,
.TabelaPrecosEmbalagens #Modelo {
  display: none;
}
.TabelaPrecosEmbalagens input {
  width: 100%;
}
.TabNav {
  zoom: 1;
  list-style-type: none;
  margin: -35px 0px 20px;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.TabNav:before,
.TabNav:after {
  content: "";
  display: table;
}
.TabNav:after {
  clear: both;
}
.TabNav li {
  margin-bottom: -1px;
  border: 1px solid #ccc;
  float: left;
}
.TabNav li.active {
  border-bottom-color: white;
}
.TabNav li.active a {
  background: white;
  font-weight: 800;
  cursor: initial;
}
.TabNav li a {
  padding: 10px 15px;
  display: inline-block;
  color: #333;
  text-decoration: none;
  background: #f3f3f3;
  cursor: pointer;
}
@media only screen and (max-device-width: 790px) {
  .actions {
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
  }
  .actions h1 {
    font-size: 14px !important;
  }
}
.FixedMenu {
  height: 34px;
  background: #dfdfdf;
  position: fixed;
  left: 0;
  right: 0;
  top: 49px;
}
.FixedMenu h1 {
  float: left;
  font-size: 17px;
  padding: 8px 10px 0;
  margin: 0;
  color: white;
  text-transform: uppercase;
  color: #333;
  font-weight: lighter;
}
.FixedMenu .SubMenu {
  float: right;
}
.FixedMenu .SubMenu .button {
  background: #f1f1f1;
  height: 30px;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 5px 8px;
  font-size: 13px;
  cursor: pointer;
  color: black;
  text-decoration: none;
}
.FixedMenu .SubMenu .button:hover {
  color: #333;
}
.FixedMenu .SubMenu .button i {
  margin-right: 5px;
}
.FixedMenu .SubMenu .select {
  display: inline-block;
  background: #f1f1f1;
  border: none;
  border-right: 1px solid #ccc;
}
.FixedMenu .SubMenu .select i {
  margin: 0 5px;
}
.FixedMenu .SubMenu .select select {
  height: 30px;
  background: #f1f1f1;
  border: none;
}
.SubmenuForm {
  padding: 9px 10px 8px;
}
.GuiaEstado {
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid white;
}
.GuiaEstado img {
  width: 14px!important;
  height: 14px;
  position: relative;
  top: -2px;
  left: 1px;
}
.dataTables_wrapper .bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  height: 30px;
}
.dataTables_wrapper .bottom .dataTables_paginate {
  text-align: right;
}
.dataTables_wrapper .bottom .dataTables_paginate a,
.dataTables_wrapper .bottom .dataTables_paginate span {
  display: inline-block;
  background: #fff;
  padding: 1px 5px;
  margin-top: 1px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}
.dataTables_wrapper .bottom .dataTables_paginate span {
  background: #dfdfdf;
}
.dataTables_wrapper .bottom .dataTables_paginate .current {
  background: #999;
}
tr.deleted {
  background-color: #ffe6e6;
  text-decoration: line-through;
}
.Tracking .Head {
  background-color: #d1d1d1;
  padding: 20px;
  margin: 40px 0 20px;
}
.Tracking .Head .Guia,
.Tracking .Head .Estado {
  font-size: 30px;
  font-weight: bold;
}
.Tracking .Head .Estado {
  text-align: right;
  text-transform: uppercase;
}
.Tracking .Footer {
  clear: both;
  text-align: center;
  padding: 40px 0;
  font-size: 16px;
  color: #666;
}
.Tracking .Footer b {
  color: #000;
}
.Tracking .TabelaEventos {
  width: 100%;
}
.Tracking .TabelaEventos th {
  font-size: 16px;
  color: #ccc;
  font-weight: normal;
}
.Tracking .TabelaEventos tbody tr:first-child td {
  font-weight: bold;
  color: #333;
}
.Tracking .TabelaEventos tbody tr td {
  font-size: 16px;
  color: #666;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
#erro {
  display: none;
  background-color: #f07e67;
  color: white;
  font-size: 25px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.radiogroup {
  border: 1px solid #ccc;
}
.radiogroup label {
  display: inline-block;
  background-color: #ccc;
}
.radiogroup label input {
  position: absolute;
  left: -99999;
}
.radiogroup label > input[type=radio]:checked {
  background-color: #339900;
}
.EstadosGuias {
  font-size: 10px;
  color: white;
  border-radius: 5px !important;
  padding: 4px;
  margin-top: 5px;
}
.Notificacoes .count {
  background: red;
  padding: 1px;
  border-radius: 10px !important;
  position: absolute;
  width: 15px;
  height: 15px;
  font-size: 10px;
  margin: -4px;
  line-height: 1.3;
  text-align: center;
}
.Notificacoes > div {
  width: 400px;
}
.Notificacoes > div > div {
  color: black;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
.Notificacoes > div > div b {
  font-size: 13px !important;
  display: block;
  background-color: transparent !important;
  background: none !Important;
}
.Notificacoes > div > div small {
  font-size: 11px;
}
.Notificacoes > div > div span {
  position: absolute;
  top: 0px;
  right: 10px;
}
.resumo {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.resumo > div {
  padding: 10px 20px 10px;
  background-color: #f1f1f1;
  border-radius: 5px !important;
  width: 150px;
}
.resumo > div b {
  font-size: 15px;
  display: block;
}
.resumo > div span {
  display: block;
}
.tracking-popup {
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
  border-radius: 10px !important;
  padding: 15px;
  width: 660px;
  max-height: 80vh;
  overflow-y: auto;
  line-height: 1.5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* Cabeçalho */
  /* Meta e notas */
  /* Volumes */
}
.tracking-popup .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.tracking-popup .header h2 {
  margin: 10px 0;
}
.tracking-popup .status {
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 6px !important;
  text-transform: capitalize;
}
.tracking-popup .meta,
.tracking-popup .notes {
  background: #f9fafb;
  border-radius: 6px !important;
  padding: 8px;
  margin-bottom: 10px;
}
.tracking-popup .volumes h3 {
  font-size: 14px;
  margin: 10px 0 6px;
  color: #555;
}
.tracking-popup .volume {
  border: 1px solid #eee;
  border-radius: 8px !important;
  margin-bottom: 10px;
  overflow: hidden;
}
.tracking-popup .vol-header {
  background: #f3f4f6;
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.tracking-popup .vol-header:hover {
  background: #e5e7eb;
}
.tracking-popup .vol-info {
  display: flex;
  align-items: center;
  gap: 6px;
}
.tracking-popup .toggle-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  color: #555;
  transition: transform 0.2s;
}
.tracking-popup .toggle-btn.rotated {
  transform: rotate(180deg);
}
.tracking-popup .v-status {
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 4px !important;
}
.tracking-popup .v-status.entregue {
  background: #dcfce7;
  color: #166534;
}
.tracking-popup .v-status.em-transito {
  background: #fef9c3;
  color: #854d0e;
}
.tracking-popup .events-wrapper {
  display: none;
  padding: 8px 10px;
  background: #fff;
}
.tracking-popup .events {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tracking-popup .events li {
  border-left: 2px solid #e5e7eb;
  padding-left: 8px;
  margin-bottom: 8px;
}
.tracking-popup .events .event-main .datetime {
  font-weight: 600;
  font-size: 0.9em;
  color: #555;
  border-right: 1px solid #555;
  padding-right: 5px;
  margin-right: 5px;
}
.tracking-popup .events .event-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}
.tracking-popup .events .signature {
  margin-top: 10px;
  background: #f9fafb;
  padding: 6px;
  border-radius: 6px !important;
  text-align: center;
}
.tracking-popup .events .signature img {
  margin-top: 5px;
  max-width: 160px;
  border: 1px solid #eee;
  border-radius: 4px !important;
}
