html,
body {
  background: #dedede;
  margin: 0;
  padding: 0;
}
* {
  font-size: 12px;
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
}
.font-20px {
  font-size: 20px !important;
}
.font-30px {
  font-size: 30px !important;
}

.banner {
  max-width: 100%;
}

.prod-item {
  background: #fff;
}
.seta-left {
  color: #cccccc;
  position: absolute;
  top: 80px;
  left: 7px;
  font-size: 14px;
  padding: 3px;
  border: solid 0px rgba(255, 153, 0, 0.5);
}
.seta-right {
  color: #cccccc;
  position: absolute;
  top: 80px;
  right: 10px;
  font-size: 14px;
  padding: 3px;
  border: solid 0px rgba(255, 153, 0, 0.5);
}

.img-seta-left {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0px;
  font-size: 18px;
  background: rgb(134, 132, 132);
  padding: 6px;
  color: #fff;
  border-radius: 6px;
}
.img-seta-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0px;
  font-size: 18px;
  background: rgb(134, 132, 132);
  padding: 6px;
  color: #fff;
  border-radius: 6px;
  /*
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: 50%;
    right: -5px;
    font-size: 20px;
    padding: 6px;
    border: solid 0px rgba(255, 153, 0, .5);
    background: rgb(192, 192, 192);
    */
}

.divlegend {
  font-size: small;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: solid 1px #ccc;
  margin-right: 3px;
  margin-left: 3px;
}
label {
  font-weight: normal;
  margin: 0;
  margin-top: 0px;
  white-space: nowrap;
}
.form-group {
  padding-right: 3px;
  padding-left: 0px;
  margin-bottom: 5px;
}
.ui-datepicker-trigger {
  float: right;
  margin-top: -25px;
  margin-right: 8px;
}
.tab button {
  background-color: #fff;
  border: none;
  outline: none;
  /* cursor: pointer; */
  padding: 8px 14px;
  transition: 0.3s;
  font-weight: bold;
  margin-right: 2px;
  border-top: solid 1px;
  border-left: solid 1px;
  border-right: solid 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #fff0a0;
  font-weight: 100;
}
.tab button:hover {
  background-color: aliceblue;
}
.tab button:select {
  background-color: red;
}
input[type="text"],
.divform input[type="password"],
.divform select,
.divform textarea {
  text-transform: uppercase;
  text-overflow: ellipsis;
}
.email,
#email,
#reemail,
#usuemail {
  text-transform: lowercase !important;
}
.overflow {
  overflow: auto;
}
.nodisplay {
  display: none;
}
input[type="text"],
select,
option,
.seleciona,
.form-control {
  width: 100%;
  padding: 6px 10px;
  /*margin: 2px 0;*/
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.btn {
  font-size: 12px;
}
.btn-clear {
  background: none;
  border: solid 1px #faf2cc;
  color: #999999;
}
textarea:focus,
input:focus,
select:focus,
button:focus {
  box-shadow: 0 0 0 0;
  outline: 0;
}
.table-footer {
  background: #f7f7f7;
}
.dados {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dados li {
  padding: 5px;
}
.nav {
  flex-wrap: wrap;
}
.nowrap {
  white-space: nowrap;
}
.label-grid {
  text-align: center;
  font-size: 12px;
  display: block;
  font-weight: bold;
}
.table-vendas {
  width: 100%;
}
.table-vendas td {
  padding: 2px;
  font-size: 12px;
}
.table-vendas .tdlabel {
  width: 90px;
}
.tdlabel {
  font-weight: bold;
}
.border-grid {
  padding: 4px;
  border-radius: 4px;
  text-align: center;
}
.btn-acao {
  width: 100%;
  outline-style: none !important;
}
.btn-acao:link {
  border: solid 1px #fff0a0;
  outline-style: none !important;
}
.btn-acao:hover {
  border: solid 1px #fff0a0;
  outline-style: none !important;
}
.btn-acao:active {
  border: solid 1px #fff0a0;
  outline-style: none !important;
}
.btn-acao:focus {
  border: solid 1px #fff0a0;
  outline-style: none !important;
}
.navbar-toggle {
  float: left;
}
.icon-bar {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 1px;
  background: #fff !important;
  border-color: #fff !important;
}
.xnavbar-default .navbar-toggle {
  border-color: #ec9821;
}

.navbar-default .navbar-toggle {
  background: #ec9a26 !important;
  border-color: #ec9a26 !important;
  padding: 6px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 15px;
}
.btn-default-item {
  width: 40px !important;
  height: 30px !important;
  /*padding: 8px 10px !important;*/
  background: #e6e6e6;
  border: 1px solid #d7d7d7 !important;
  border-radius: 0 !important;
  color: #999999;
}
.btn-default-item:hover {
  background: #e1e1e1;
}
.btn-default-item:active {
  background: #f9b120;
  color: #ffffff;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.qtd-default-item {
  width: 100% !important;
  height: 30px !important;
  /*padding: 8px 10px !important;*/
  background: #f7f7f7;
  border: 1px solid #d7d7d7 !important;
  border-radius: 0 !important;
  font-size: 14px;
}
.btn-info-item {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5bc0de),
    to(#2aabd2)
  );
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
  /*border-radius: 45%;*/
  color: #fff;
}
.sem-borda {
  border: none;
}
.table-header {
  width: 100%;
  height: 65px;
}
.table-header tr td {
  width: 33.33%;
  vertical-align: middle;
}
.header-campanha {
  display: block;
  min-height: 90px;
  border-radius: 8px;
  color: #222;
  text-align: center;
}
.close {
  float: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.5;
}
.close span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

.table-entrega td {
  padding: 4px;
}
.btn-aproveite:hover {
  background: #f9b120 !important;
  border-color: #f9b120;
  color: #fff;
}
.btn-aproveite:focus {
  border-color: #f9b120;
  color: #fff;
}

.btn-voltar {
  background-image: -webkit-linear-gradient(top, #888 0%, #888 100%);
  background-image: -o-linear-gradient(top, #888 0%, #888 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#888),
    to(#888)
  );
  background-image: linear-gradient(to bottom, #888 0%, #888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #888;
  color: #fff;
  font-style: italic;
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 20px;
  margin-top: 25px;
}
.btn-voltar:hover {
  background: #f9b120 !important;
  border-color: #f9b120;
  color: #fff;
}
.btn-voltar:focus {
  border-color: #f9b120;
  color: #fff;
}
.btn-credito,
.btn-credito:active,
.btn-credito:link,
.btn-credito:visited {
  background: #666;
  color: #fff;
  text-align: center;
}
.btn-credito:hover {
  background: #f9b120;
  color: #fff;
}
.lista-acordion .panel-heading,
.lista-acordion .panel-title {
  font-size: 14px;

  /*text-decoration: none;
    font-weight: bold;
    color: #000;*/
}
.lista-acordion .panel-title a {
  /*color: black !important;*/
  font-weight: bold;
}
.lista-acordion a {
  display: block;
}
a:hover,
a:active,
a:link {
  text-decoration: none;
}
a:hover {
  color: #f9b120;
}
.radio-frete {
  width: 20px;
  height: 20px;
}

.promocao {
  width: 35px;
  height: 35px;
  right: 0px;
  position: absolute;
  border-radius: 50%;
  background: red;
  /*
    filter:alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity:0.6;
    -webkit-opacity:0.6;
    */
}
.promocao p {
  margin: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  line-height: 12px;
  font-size: 10px;
}
.td-check {
  padding: 10px 5px 10px 5px;
  position: relative;
}
.check {
  width: 18px;
  height: 18px;
  position: relative;
  padding: 0;
  margin: 0 !important;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
}
.carousel-control.left {
  background-image: none;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 10px;
  margin-right: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-next {
  left: 5px;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.8;
}
#p {
  text-transform: none !important;
}

.side-menu-wrapper {
  /* style menu wrapper */
  background: #d0d0d0;
  padding: 40px 15px 0 20px;
  position: fixed; /* Fixed position */
  top: 0;
  left: 0; /* Sidebar initial position. "right" for right positioned menu */
  height: 100%;
  z-index: 2;
  transition: 0.5s; /* CSS transition speed */
  width: 250px;
  font: 20px "Courier New", Courier, monospace;
  box-sizing: border-box;
}

.side-menu-wrapper > ul {
  /* css ul list style */
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto; /* enable scroll for menu items */
  height: 95%;
}

.side-menu-wrapper > ul > li > a {
  /* links */
  display: block;
  border-bottom: 1px solid #131313;
  padding: 6px 4px 6px 4px;
  color: #989898;
  transition: 0.3s;
  text-decoration: none;
}

.side-menu-wrapper > a.menu-close {
  /* close button */
  padding: 8px 0 10px 23px;
  color: #6b6b6b;
  display: block;
  margin: -30px 0 -10px -20px;
  font-size: 35px;
  text-decoration: none;
  text-align: right;
}

.side-menu-wrapper > a.menu-close:hover {
  /* close button */
  color: #eb9316;
}

.menu-overlay {
  /* overlay */
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
}
