@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
body,
html {
  height: 100%;
  min-height: 100%;
  overflow-y: scroll;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
* {
  font-family: 'Lato', Arial, sans-serif;
}
/*
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
}
*/
.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;
}
.ImagePreview {
  background: #ccc;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #ccc;
  width: 100%;
  padding-bottom: 100%;
  display: block;
  overflow: hidden;
}
.ImagePreview input {
  opacity: 0;
  position: absolute;
}
.dataTables_wrapper {
  margin: 20px 0;
}
.dataTables_wrapper table {
  margin: 40px 0;
}
.dataTable .sorting,
.dataTable .sorting_asc,
.dataTable .sorting_desc {
  background-repeat: no-repeat;
  background-position: center right;
}
.dataTable .sorting {
  background-image: url("../../assets/images/sort_both.png");
}
.dataTable .sorting_asc {
  background-image: url("../../assets/images/sort_asc.png");
}
.dataTable .sorting_desc {
  background-image: url("../../assets/images/sort_desc.png");
}
.dataTables_length {
  float: left;
}
.dataTables_length label {
  color: #1f1c33;
  font-weight: normal;
}
.dataTables_length select {
  font-weight: bold;
}
.dataTables_info {
  float: left;
}
.dataTables_processing {
  position: absolute;
  top: 50%;
  background: #ddd;
  padding: 20px;
  width: 100%;
  text-align: center;
}
.dataTables_paginate {
  float: right;
}
.dataTables_paginate a,
.dataTables_paginate span.ellipsis {
  padding: 5px 8px;
  border: 1px solid #ccc;
  color: #1f1c33;
  cursor: pointer;
  text-decoration: none;
}
.dataTables_paginate a.current,
.dataTables_paginate span.ellipsis.current {
  color: white;
  background-color: #1f1c33;
  border: 1px solid #1f1c33;
}
.dataTables_filter {
  float: right;
  border-bottom: 1px solid #1f1c33;
}
.dataTables_filter label {
  color: #1f1c33;
  font-weight: normal;
}
.dataTables_filter input {
  padding-left: 10px;
  border: none !important;
  font-weight: bold;
}
.pagination li {
  padding: 0!important;
  margin: 0!important;
}
.pagination li:hover {
  background: none !important;
  border: none !important;
}
.pagination li a {
  color: #1f1c33;
}
.pagination li.active a {
  margin: 0;
  border: none;
  background-color: #1f1c33;
}
.pagination li.active a:hover {
  background-color: #1f1c33;
}
#TableFilter {
  float: right;
  margin: 0px;
  padding: 8px;
}
.Loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #333;
  display: none;
  opacity: 1;
  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;
}
/* 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: #626070;
}
.navbar .navbar-brand {
  padding: 7px 15px 7px 7px;
  background: #1f1c33;
}
.navbar .navbar-brand:hover {
  background: #1f1c33 !important;
}
.navbar .navbar-nav {
  padding-left: 10px;
}
.navbar .navbar-nav > li {
  border-right: 1px solid #151323;
}
.navbar .navbar-nav > li a {
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}
.navbar .navbar-nav > li.open a {
  background: #151323 !important;
}
.navbar .navbar-nav > li.open ul {
  width: 100%;
  background: #151323 !important;
}
.navbar .navbar-nav > li.open ul li {
  background: #151323 !important;
}
.navbar .navbar-nav > li.open ul li a {
  padding: 6px 15px;
  background: #151323 !important;
}
.navbar .navbar-nav > li.open ul li a:hover {
  background: #e8e8ea !important;
}
.navbar .navbar-nav > li.open ul li:hover {
  background-color: #151323 !important;
}
.navbar .navbar-nav > li.open a {
  background-color: #151323 !important;
}
.navbar a {
  text-shadow: none !important;
  color: white !important;
}
.mleft {
  padding-left: 0;
}
.mright {
  padding-right: 0;
}
.mboth {
  padding-right: 0;
  padding-left: 0;
}
.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: 60px;
}
.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;
  /*input[type=checkbox], input[type=radio] {
                margin-top: 0;
            }*/
}
.table tbody td.options {
  padding: 0!important;
  text-align: right;
}
.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 tbody td {
  border: 1px solid #dfdfdf !important;
}
.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;
}
.evento {
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
  padding: 5px;
}
.evento a {
  font-size: 14px;
  color: #333;
}
.evento a small {
  display: block;
  color: #999;
  font-size: 10px;
}
.evento:hover {
  background-color: #d2d2d2;
}
.evento:hover a {
  text-decoration: none;
}
.actions {
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
  clear: both;
  border-bottom: 1px solid #f3f3f3;
}
.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 select,
.actions input {
  padding: 10px;
  margin: 0;
  border: 1px solid #ccc;
  height: 41px;
  margin-left: 10px;
  float: right;
}
.actions div.select {
  height: 41px;
  margin: 0 10px 0 0;
}
.actions div.select label {
  padding: 10px 5px;
  font-weight: normal;
}
.actions div.select select {
  height: 39px;
}
.actions div.input-daterange {
  margin: 0 10px 0 0;
  height: 41px;
}
.actions div.input-daterange > input {
  height: 39px;
  width: 100px;
  margin: 0;
}
.actions div.input-daterange > span {
  min-width: 25px;
}
.actions > div {
  height: 31px;
  float: right;
  margin: 5px 20px 0 0;
  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, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 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;
  height: 29px;
  margin-left: 10px;
}
.actions > div input,
.actions > div select {
  padding: 5px 5px 4px;
}
.actions > div .selectize-control {
  display: inline-block;
  width: auto;
  height: 29px !important;
  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 {
  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;
}
.actions .newButton:hover,
.actions .save:hover,
.actions .back:hover,
.actions .SalvaEncomenda:hover,
.actions .print:hover,
.actions .button:hover,
.actions .buttonText: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 {
  font-size: 20px;
  padding-top: 6px;
  font-weight: normal;
  background: #28a4c9;
}
.actions .print {
  padding-top: 9px;
}
.actions .back {
  background: #d23f31;
}
.Form label {
  font-weight: normal;
}
.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: #1f1c33;
  background: -webkit-radial-gradient(#1f1c33, #151323);
  background: -o-radial-gradient(#1f1c33, #151323);
  background: -moz-radial-gradient(#1f1c33, #151323);
  background: radial-gradient(#e8e8ea, #626070);
}
.CaixaLogin {
  padding: 30px;
  background-color: #e8e8ea;
  width: 280px;
  border-radius: 25px !important;
  /*
.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 {
  background: #f4f4f4;
}
#table_data textarea,
#table_data input {
  outline: none;
  border: none;
  border-bottom: 1px solid #ccc;
  background: none;
}
/* Guias */
.WindowForm {
  max-width: 1000px;
}
.WindowForm .Title {
  background: #626070;
  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: #bbbac1;
  font-size: 19px;
  text-align: center;
  padding: 4px;
  cursor: pointer;
}
.WindowForm .Title a:hover {
  background: #1f1c33;
}
.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 {
  position: relative;
  top: 2px;
  left: -5px;
}
.JanelaGuia .Expeditor input,
.JanelaGuia .Destinatario input {
  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;
}
.RadioOptions,
.CheckOptions {
  display: inline-block;
}
.RadioOptions label,
.CheckOptions label {
  height: 19px;
  cursor: pointer;
  background: #ccc;
  padding: 0 5px 0 25px;
  font-size: 12px;
  position: relative;
  border: 1px solid #ccc;
}
.RadioOptions label span,
.CheckOptions label span {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  display: inline-block;
  background: white;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
}
.RadioOptions label.selected,
.CheckOptions label.selected {
  background: #d23f31;
  color: white;
  border: 1px solid #d23f31;
}
.RadioOptions label.selected span:before,
.CheckOptions label.selected span:before,
.RadioOptions label.selected span:after,
.CheckOptions label.selected span:after {
  content: '';
  position: absolute;
  width: 17px;
  height: 1px;
  background-color: #d23f31;
  top: 8px;
}
.RadioOptions label.selected span::before,
.CheckOptions label.selected span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.RadioOptions label.selected span:after,
.CheckOptions label.selected span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}
.RadioOptions input,
.CheckOptions input {
  display: none;
}
.table .Temporaria {
  background: #FFE4E1 !important;
}
#CaixaProcura {
  box-shadow: 0px 0px 20px #333;
  z-index: 1000;
  position: absolute;
  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;
}
.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;
}
.GuiaEstado {
  width: 20px;
  display: block;
  text-align: center;
  color: white;
  text-decoration: none;
}
.GuiaEstado:hover {
  color: white;
}
@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;
  }
}
.TabelaForm {
  margin: 10px 0;
  width: 100%;
}
.TabelaForm thead th {
  font-size: 12px;
  font-weight: normal;
}
.TabelaForm .Modelo,
.TabelaForm #Modelo {
  display: none;
}
.TabelaForm tbody td {
  padding: 0 !Important;
  border: 1px solid #ccc;
}
.TabelaForm tbody td input,
.TabelaForm tbody td select {
  width: 100%;
  padding: 4px 0px 4px 0px;
  border: none;
  text-indent: 5px;
  font-size: 12px;
}
.TabelaForm tbody td:last-child {
  width: 1%;
}
.TabelaForm tbody td:last-child a {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #d23f31;
  color: white;
  text-align: center;
  padding-top: 2px;
}
.TabelaForm tfoot td {
  padding: 10px 0 5px 0 !important;
}
.sidebar {
  position: fixed;
  width: 20em;
  height: 100%;
  background-color: #f9f9f9;
  left: -22em;
  top: 50px;
  padding: 20px;
  filter: drop-shadow(0px 0px 8px #333);
  transition: 0.5s;
}
.sidebar.open {
  left: 0;
  top: 50px;
}
