﻿@charset "UTF-8";
/*#region [variáveis] */
.ih {
  filter: hue-rotate(0deg); }

/*#endregion */
/*#region [Mixins] */
/*#endregion */
/*#region [fonts] */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url(http://fonts.gstatic.com/s/roboto/v15/2tsd397wLxj96qwHyNIkxHYhjbSpvc47ee6xR_80Hnw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(http://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(http://fonts.gstatic.com/s/roboto/v15/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(http://fonts.gstatic.com/s/roboto/v15/12mE4jfMSBTmg-81EiS-YQzyDMXhdD8sAj6OAJTFsBI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(http://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at4gp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(http://fonts.gstatic.com/s/roboto/v15/vPcynSL0qHq_6dX7lKVByXYhjbSpvc47ee6xR_80Hnw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/*#endregion */
/*#region [material-icons] */
/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-32 {
  font-size: 32px; }

.material-icons.md-48 {
  font-size: 48px; }

.material-icons.md-64 {
  font-size: 64px; }

.material-icons.md-128 {
  font-size: 128px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54); }

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: white; }

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3); }

/*#endregion */
/*#region [keyframes] */
/* spin */
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

.spin {
  font-weight: normal;
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear; }

/* ngAnimation */
/* leaving animations --------------------------------------- */
@keyframes rotateFall {
  0% {
    transform: rotateZ(0deg); }
  20% {
    transform: rotateZ(10deg);
    animation-timing-function: ease-out; }
  40% {
    transform: rotateZ(17deg); }
  60% {
    transform: rotateZ(16deg); }
  100% {
    transform: translateY(100%) rotateZ(17deg); } }

@keyframes slideOutLeft {
  to {
    transform: translateX(-100%); } }

@keyframes rotateOutNewspaper {
  to {
    transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0; } }

/* entering animations --------------------------------------- */
@keyframes scaleUp {
  from {
    opacity: 0.3;
    -webkit-transform: scale(0.8); } }

@keyframes slideInRight {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0); } }

@keyframes slideInUp {
  from {
    transform: translateY(100%); }
  to {
    transform: translateY(0); } }

/*#endregion */
/*#region [bootstap.paper theme customize]*/
body {
  background-color: #fafafa;
  font-family: Roboto, Arial, sans-serif; }

a, a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
  color: #757575; }

h1, h2, h3, h4, h5, h6 {
  color: #757575; }

input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em; }

input[type="date"]:focus:before, input[type="date"]:valid:before {
  content: ""; }

input, textarea, [contenteditable] {
  caret-color: #5F4B8B; }

strong {
  font-weight: 500; }

textarea {
  font-family: monospace, monospace;
  font-size: 1em; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgba(255, 255, 255, 0.3); }

.navbar {
  min-height: initial;
  margin-bottom: initial; }

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: initial; }

.navbar-inverse {
  background-color: #5F4B8B;
  color: #fff; }

.media-body {
  width: 100%; }

.produtos-consulta .media-body {
  padding: 0;
  border-bottom: 1px dashed #d7d7d7; }

.produtos-consulta .media-body h6, .produtos-consulta .media-body p.media-heading {
  min-height: 24px;
  padding: 8px 0 0 0; }

.produtos-consulta .media-middl
.table {
  margin-bottom: 0; }

.table .media-body {
  width: auto; }

.media-heading {
  line-height: 1.0; }

.control-label {
  font-size: 12px;
  min-height: 13px; }

input[type="number"] {
  text-align: right; }

.form-control {
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  min-height: 30px !important;
  font-size: 16px; }

.form-control .opacity[disabled] {
  cursor: initial;
  opacity: 0.3; }

.input-group-addon {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: top; }

.form-group .input-group > .input-group-addon:first-child {
  padding-left: 0;
  padding-right: 32px; }

.form-group .input-group > .input-group-addon:first-child i {
  min-width: 24px; }

.form-group h1 {
  margin-top: 12px;
  margin-bottom: 12px; }

.form-group-lg .form-control {
  font-size: 21px; }

label.form-control, a.form-control {
  box-shadow: none;
  border-bottom: 1px dotted #ddd;
  color: #4d4d4d; }

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-image: none !important;
  background-color: #5F4B8B !important;
  color: #fff !important; }

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus,
.btn-warning, .btn-success:hover, .btn-success:active, .btn-success:focus {
  color: #fff !important; }

.table > caption {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0; }

.table > thead > tr > th {
  border-bottom-width: 1.5px; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #5F4B8B !important;
  color: #fff !important;
  border-color: #5F4B8B; }

.navbar-right .dropdown-menu {
  top: 8px;
  right: 8px; }

.navbar-right .dropdown-menu .media-left {
  padding-right: 0; }

.navbar-right .dropdown-menu .media-left .material-icons {
  line-height: 48px;
  padding-right: 16px; }

.navbar-right .dropdown-menu .media-body {
  line-height: 48px; }

.navbar-right .dropdown-menu li.divider {
  margin: 4px 0; }

.navbar-right .dropdown-menu li a {
  padding: 0 16px; }

#dropdown-modules {
  position: fixed;
  width: auto;
  min-width: 112px;
  margin-top: 56px; }

#dropdown-modules .arrow {
  position: absolute;
  top: -5px;
  right: 16px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #fff;
  box-shadow: -1px -1px 1px black; }

#dropdown-modules a.item {
  display: inline-block;
  height: 112px;
  width: 112px;
  padding: 12px 0;
  margin: 5px;
  color: #757575;
  text-align: center;
  text-decoration: none; }

#dropdown-modules a.item:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); }

#dropdown-modules a.item i, #dropdown-modules a.item img {
  display: inline-block;
  height: 48px;
  width: 48px;
  margin: 8px 0; }

#dropdown-modules a.item p {
  display: block;
  padding: 0 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  width: 100%;
  text-transform: uppercase; }

#dropdown-modules a.active {
  color: #757575; }

#dropdown-account {
  position: fixed;
  width: 366px;
  margin-top: 56px; }

#dropdown-account .arrow {
  position: absolute;
  top: -5px;
  right: 19px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #fff;
  box-shadow: -1px -1px 1px black; }

#dropdown-account a {
  color: #757575; }

#dropdown-account a.flag {
  height: 24px; }

#dropdown-account .profile-photo {
  background-color: #f0f0f0;
  border: solid 1px white;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin: 16px;
  overflow: hidden; }

#dropdown-account .profile-photo > img {
  width: 100%; }

#dropdown-account p.profile-name {
  font-size: 16px;
  margin: 16px 0; }

#dropdown-account p {
  line-height: 1; }

.toast-info {
  background-color: #757575;
  color: #fff; }

.toast-top-center > div {
  width: 60% !important;
  border-radius: 0 0 3px 3px !important; }

.toast-bottom-center > div {
  width: 60% !important;
  border-radius: 3px 3px 0 0 !important; }

.modal-dialog .modal-content {
  border-radius: 2px; }

.modal-dialog .modal-content .modal-header {
  padding: 16px; }

.modal-dialog .modal-content .modal-header .modal-title {
  font-size: 24px;
  line-height: 1; }

.modal-dialog .modal-content .modal-body {
  font-size: 18px;
  padding: 8px 16px 8px 32px;
  min-height: 64px; }

.modal-dialog .modal-content .modal-footer {
  padding: 16px; }

.radio-dashboard {
  display: block; }

.radio-transparent {
  border-bottom: 7px solid transparent; }

.radio-green {
  border-bottom: 7px solid #27ae60 !important; }

.radio-red {
  border-bottom: 7px solid #c0392b !important; }

/*#endregion*/
input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em; }

input[type="date"]:focus:before, input[type="date"]:valid:before {
  content: ""; }

.a-r-b {
  position: absolute !important;
  right: 0;
  bottom: 0; }

.a-r-t {
  position: absolute !important;
  right: 0;
  top: 0; }

.v-a-t {
  vertical-align: top; }

.v-a-m {
  vertical-align: middle !important; }

.v-a-b {
  vertical-align: bottom !important; }

.pos-a {
  position: absolute !important; }

.pos-r {
  position: relative !important; }

.pos-f {
  position: fixed !important; }

#header {
  border: none;
  box-shadow: 0 0 5px black; }

#header .navbar-brand {
  color: #fff;
  padding: 0 16px;
  line-height: 56px;
  height: 56px;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word; }

#header .navbar-brand a {
  color: rgba(255, 255, 255, 0.15); }

#header .navbar-brand a:hover {
  color: #fff; }

#header .navbar-brand .material-icons {
  font-size: initial;
  color: rgba(255, 255, 255, 0.15); }

#header .toolbar {
  float: left;
  height: 56px;
  -webkit-padding-start: 0;
  margin: 0; }

#header .toolbar > li {
  display: inline-block;
  list-style: none; }

#header .toolbar > li > a {
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase;
  margin: 8px;
  padding: 8px;
  height: 40px;
  border-radius: 100%; }

#header .toolbar > li > a.btn-caret {
  padding-left: 5px;
  padding-right: 5px; }

#header .search {
  position: fixed;
  top: 0;
  right: 30%;
  left: 30%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  margin: 8px;
  height: 40px;
  z-index: 1050; }

#header .search .material-icons {
  color: #fff; }

#header .search .form-control {
  box-shadow: none;
  color: #fff; }

#header .navbar-right {
  position: absolute;
  right: 0; }

#header .nav > li > a:hover,
#header .nav > li > a:focus {
  background-color: rgba(255, 255, 255, 0.3); }

#header .hamburger {
  display: block; }

#sidebar {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  box-shadow: 0 1px 1px black;
  z-index: 1050; }

#sidebar > .profile {
  background-color: #5F4B8B;
  color: #fff;
  background-image: url(/content/img/logo.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 96px;
  height: 168px; }

#sidebar > .profile > .media {
  color: #fff;
  min-height: 100px; }

#sidebar > .profile > .media > .media-left > .profile-photo {
  background-color: #f0f0f0;
  border: solid 1px white;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin: 16px;
  overflow: hidden; }

#sidebar > .profile > .media > .media-left > .profile-photo > img {
  width: 100%; }

#sidebar > .profile > .media > .media-body > .media-heading {
  padding: 8px 0; }

#sidebar > .profile > .media > p.profile-name {
  font-size: 18px;
  margin: 8px 16px; }

#sidebar > .profile > .media > p.profile-store {
  color: white;
  margin: 0 16px; }

#sidebar > .menu {
  overflow: auto;
  height: calc(100% - 168px); }

#sidebar > .menu::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.1); }

#sidebar > .menu::-webkit-scrollbar-thumb,
#sidebar > .menu::-webkit-scrollbar-thumb:hover,
#sidebar > .menu::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5); }

#sidebar > .menu > ul {
  -webkit-padding-start: 0; }

#sidebar > .menu > ul > li {
  list-style: none; }

#sidebar > .menu > ul > li > a {
  display: inline-block;
  color: #757575;
  padding: 0;
  margin: 0;
  width: 100%;
  vertical-align: baseline; }

#sidebar > .menu > ul > li > a > i {
  display: block;
  float: left;
  font-size: 24px;
  margin: 0 30px 0 16px;
  line-height: 48px; }

#sidebar > .menu > ul > li > a > span {
  display: block;
  line-height: 48px; }

#sidebar > .menu > ul > li > a:hover,
#sidebar > .menu > ul > li > a:focus,
#sidebar > .menu > ul > li > a:active {
  background-color: #f4f4f4; }

#sidebar > .menu > ul > li.active {
  background-color: rgba(0, 0, 0, 0.05); }

#sidebar > .menu > small {
  display: inline-block;
  margin: 0;
  padding: 8px 16px 16px 16px;
  width: 100%;
  border-top: solid 1px #eee;
  color: #ccc; }

#sidebar > .menu > hr {
  margin: 8px 0; }

/*
#wrapper .ng-enter { animation: slideInRight 0.5s both ease-in; }
#wrapper .ng-leave { animation: slideOutLeft 0.5s both ease-in; }
*/
#wrapper {
  margin-bottom: 128px;
  color: #757575;
  overflow-x: auto; }

#wrapper .space {
  height: 56px;
  clear: both; }

#wrapper .content-header {
  background-color: #5F4B8B;
  color: #fff;
  vertical-align: bottom;
  margin-top: 56px;
  padding-left: 32px;
  padding-right: 32px; }

#wrapper .content-header > .nav-tabs {
  text-transform: uppercase;
  border-bottom: none; }

.nav-tabs > li {
  margin-right: 1%; }

#wrapper .content-header > .nav-tabs > li > a {
  color: #fff;
  box-shadow: none;
  min-width: 10em;
  text-align: center; }

#wrapper .content-header > .nav-tabs > li.active > a,
#wrapper .content-header > .nav-tabs > li.active > a:focus,
#wrapper .content-header > .nav-tabs > li > a:hover,
#wrapper .content-header > .nav-tabs > li > a:focus:hover {
  font-weight: bold;
  box-shadow: inset 0 -3px 0 white;
  color: white;
  background-color: rgba(0, 0, 0, 0.3); }

#wrapper .nav-tabs {
  border-bottom: solid 1px #ddd;
  text-transform: uppercase; }

#wrapper .nav-tabs > li.active > a,
#wrapper .nav-tabs > li.active > a:focus,
#wrapper .nav-tabs > li > a:hover,
#wrapper .nav-tabs > li > a:focus:hover {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0 #757575;
  box-shadow: inset 0 -2px 0 #757575;
  color: #757575; }

#wrapper .banner {
  min-height: 200px; }

#wrapper .dragover {
  border: 5px dashed white; }

#wrapper form.list {
  padding-bottom: 16px; }

#wrapper form.list > h1 {
  font-size: 18px;
  color: #757575;
  margin: 0;
  line-height: 56px;
  height: 56px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word; }

#wrapper form.list > h1 > span > a {
  display: inline-block;
  margin: 0;
  line-height: 1;
  height: 56px;
  padding: 16px;
  color: #757575; }

#wrapper form.content > h1 {
  font-size: 18px;
  color: #757575;
  margin: 0;
  line-height: 56px;
  height: 56px; }

#wrapper form.content > h1 > span > a {
  display: inline-block;
  margin: 0;
  line-height: 1;
  height: 56px;
  padding: 16px;
  color: #757575; }

#wrapper form.content .action-bar > a {
  display: inline-block;
  margin: 0;
  line-height: 1;
  height: 56px;
  padding: 16px;
  color: #757575; }

#wrapper .section {
  min-height: 508px; }

#wrapper form .submit {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 112px;
  padding: 0 32px;
  background-color: #f0f0f0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  text-align: right;
  z-index: 1100; }

#wrapper form .submit > .btn {
  font-weight: bold;
  margin-top: 10px; }

#wrapper .search-box {
  background-color: rgba(0, 0, 0, 0.05);
  height: 56px;
  padding: 8px; }

#wrapper .search-box > div {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  height: 40px;
  margin: 0 30%; }

#wrapper .search-box > div .form-control {
  box-shadow: none; }

#wrapper h2 {
  font-size: 20px;
  border-bottom: solid 1px #eee;
  padding-bottom: 8px; }

#wrapper .index .media h1 {
  font-size: 16px; }

#wrapper .index a {
  display: inline-block;
  vertical-align: top;
  color: #757575;
  width: 100%;
  min-height: 80px;
  border-radius: 3px; }

#wrapper .index a:hover {
  background-color: rgba(0, 0, 0, 0.05); }

#wrapper .totais h1,
#wrapper .totais h2,
#wrapper .totais h3,
#wrapper .totais h4,
#wrapper .totais h5,
#wrapper .totais h6,
#wrapper .totais label {
  border: none;
  margin: 8px 0;
  padding: 0; }

#wrapper .totais hr {
  margin-top: 0;
  margin-bottom: 10px; }

#wrapper-footer {
  padding: 10px;
  text-align: center;
  font-size: .7em;
  color: #ccc; }

#main-menu {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 112px;
  background-color: #5F4B8B;
  color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  z-index: 1050; }

#main-menu a.item {
  display: inline-block;
  vertical-align: bottom;
  height: 112px;
  min-width: 92px;
  max-width: 170px;
  color: #fff;
  text-align: center;
  text-decoration: none; }

#main-menu a.item:hover {
  background-color: rgba(0, 0, 0, 0.3); }

#main-menu a.item i, #main-menu a.item img {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 17px 0; }

#main-menu a.item p {
  display: block;
  padding: 0 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  width: 100%;
  text-transform: uppercase; }

#main-menu a.active {
  background-color: rgba(0, 0, 0, 0.3); }

#main-menu #main-menu-venda-add {
  width: 126px;
  float: right; }

#protection {
  display: none; }

.right-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 384px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  padding: 16px;
  z-index: 1070;
  overflow-y: auto; }

.right-nav::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.1); }

.right-nav::-webkit-scrollbar-thumb,
.right-nav::-webkit-scrollbar-thumb:hover,
.right-nav::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5); }

.right-nav > h1 {
  font-size: 16px;
  color: #bbb;
  padding: 0;
  margin: 0;
  line-height: 24px;
  margin-bottom: 16px; }

.menu > ul {
  -webkit-padding-start: 0; }

.menu > ul > li {
  list-style: none; }

.menu > ul > li > a {
  display: inline-block;
  color: #757575;
  padding: 0;
  margin: 0;
  width: 100%;
  vertical-align: baseline; }

.menu > ul > li > a > i {
  display: block;
  float: left;
  font-size: 24px;
  margin: 0 30px 0 16px;
  line-height: 48px; }

.menu > ul > li > a > span {
  display: block;
  line-height: 48px; }

.menu > ul > li > a:hover,
.menu > ul > li > a:focus,
.menu > ul > li > a:active {
  background-color: #f4f4f4; }

.menu > ul > li.active {
  background-color: rgba(0, 0, 0, 0.05); }

.menu > small {
  display: inline-block;
  margin: 0;
  padding: 8px 16px 16px 16px;
  width: 100%;
  border-top: solid 1px #eee;
  color: #ccc; }

.menu > hr {
  margin: 8px 0; }

.background-smoke {
  background-color: #f0f0f0; }

.bg-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1100;
  display: block !important; }

.bg-modal .form {
  margin: 0px auto;
  width: 65%;
  /*height: 691px;*/
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }

.bg-modal .form .header {
  font-size: 24px;
  height: 48px;
  line-height: 56px;
  padding: 0 10px 0 20px;
  text-transform: uppercase;
  color: #757575; }

.bg-modal .form .wrapper {
  padding: 0 20px;
  height: 64vh;
  width: 100%;
  overflow: auto; }

.bg-modal .form .footer {
  padding: 8px 16px;
  height: 56px;
  text-align: right;
  background-color: #f0f0f0; }

.bg-modal .form .footer .btn {
  font-weight: bold; }

.bg-modal .form-sm {
  margin: 0px auto;
  width: 800px;
  height: 270px !important;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }

.bg-modal #formDesconto {
  /*height: 513px !important;*/ }

.bg-modal #formDesconto .wrapper {
  /*height: 417px !important;*/ }

.bg-modal .autorizacao {
  margin: 56px auto;
  width: 400px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }

.bg-modal .autorizacao .logo .material-icons {
  font-size: 100px;
  color: #757575; }

.bg-modal .autorizacao .header {
  font-size: 24px;
  height: 56px;
  line-height: 56px;
  padding: 0 10px 0 20px;
  text-transform: uppercase;
  color: #757575; }

.bg-modal .autorizacao .wrapper {
  padding: 0 56px;
  height: auto;
  width: 100%;
  overflow: auto; }

.bg-modal .autorizacao .wrapper textarea {
  line-height: 1;
  font-size: 11px; }

.bg-modal .autorizacao .footer, .bg-modal .footer {
  padding: 10px 16px 8px 16px;
  height: 56px;
  text-align: right;
  background-color: #f0f0f0; }

.bg-modal .autorizacao .footer .btn {
  font-weight: bold; }

.bg-conteudo-modal {
  display: block;
  max-width: 95%;
  min-width: 300px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }

.bg-conteudo-modal-recepcao, .bg-conteudo-modal-posicaofinanceira {
  width: 1200px; }

.bg-conteudo-modal-produto {
  width: 760px; }

.bg-conteudo-modal-posicaofinanceira .table > tbody > tr > td {
  font-size: 12px; }

.bg-modal-1200 {
  z-index: 1200 !important; }

.bg-conteudo-modal-xg {
  max-width: 1300px;
  width: 90%;
  height: 80%;
  max-height: 760px; }

.bg-conteudo-modal-xg > div.row {
  height: calc( 100% - 150px); }

.bg-conteudo-modal-lg {
  width: 980px; }

.bg-conteudo-modal-md {
  width: 760px; }

.bg-conteudo-modal-sm {
  width: 380px; }

.bg-foto-cliente {
  -webkit-filter: grayscale(1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 180px;
  width: 180px;
  display: block;
  border: none;
  text-indent: -9999px; }

.bg-foto-produto {
  -webkit-filter: grayscale(1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 290px;
  width: 260px;
  display: block;
  border: none;
  text-indent: -9999px; }

.chip {
  display: inline-block;
  font-size: 1em !important;
  width: auto;
  padding: 0 18px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #f1f1f1;
  margin: 0 8px 8px 0;
  text-transform: uppercase; }

.chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%; }

.closebtn {
  padding-left: 10px;
  color: #888;
  font-weight: bold;
  float: right;
  font-size: 20px;
  cursor: pointer; }

.closebtn:hover {
  color: #000; }

.row-pgto {
  padding: 16px 0;
  margin: 0;
  background: honeydew;
  border: 1px solid darkseagreen; }

.row-pgto-voucher {
  background: antiquewhite;
  border: 1px solid darksalmon; }

.row-pgto-cartao {
  border-radius: 6px;
  background: lavender;
  border: 1px solid darkmagenta; }

.row-pgto-cartao-platinum {
  border-radius: 6px;
  background: #f2f2f2;
  border: 1px solid darkgrey; }

.row-pgto-cheque {
  background: aliceblue;
  border: 1px solid teal; }

.row-pgto-duplicata {
  background: lavenderblush;
  border: 1px solid darkmagenta; }

.row-pgto label {
  border: none; }

.collection {
  margin: 1rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: absolute;
  list-style-type: none;
  padding-left: 0;
  width: 300px;
  max-height: 181px;
  overflow-y: auto;
  z-index: 777;
  left: 0; }

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  list-style-type: none; }

#enderecoestoque ul {
  display: none; }

#enderecoestoque:hover ul {
  display: block; }

.fit-to-filter {
  margin-right: 384px; }

.navbar-transparent {
  background: none !important;
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.7), transparent) !important;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), transparent) !important;
  box-shadow: none !important; }

.shadow {
  box-shadow: 0 0 5px black !important; }

.no-shadow {
  box-shadow: none !important; }

.error {
  color: red; }

.inputError {
  /*border: 1.5px solid #F00;*/ }

.inputError input {
  color: #d9534f; }

.tooltipInfo .tooltip-inner {
  background-color: #888; }

.h-auto {
  height: auto !important; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-middle {
  vertical-align: middle; }

.clear-both {
  clear: both !important; }

.loading {
  padding: 32px;
  text-align: center; }

.loading-no-data {
  padding: 32px;
  color: #bbb; }

.loading-error {
  padding: 32px; }

.icon-24 {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #f5f5f5;
  border: solid 1px white;
  line-height: 24px; }

.icon-24 > img {
  width: 100%; }

.icon-32 {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #f5f5f5;
  border: solid 1px white;
  line-height: 32px; }

.icon-32 > img {
  width: 100%; }

.icon-48 {
  display: inline-block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #f5f5f5;
  border: solid 1px white;
  line-height: 32px; }

.icon-48 > img {
  width: 100%; }

.icon-64 {
  display: inline-block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #f5f5f5;
  border: solid 1px white;
  line-height: 32px; }

.icon-64 > img {
  width: 100%; }

.element-toggled {
  position: fixed;
  left: 300px !important;
  right: -300px !important; }

.sidebar-toggled {
  position: fixed;
  display: block !important;
  left: 0 !important; }

.protection-toggled {
  position: fixed;
  display: block !important;
  top: 0;
  left: 300px;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1060; }

/*.featured { background-color: $featured-bg-color !important; color: $featured-color !important; }

.cover,
.banner { background-color: $primary-bg-color; background-size: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; }

.foto { text-align: center; overflow: hidden; }

.fotoModalProduto { height: 480px; }

.foto img { width: 100%; }*/
.featured {
  background-color: #cb4333 !important;
  color: #fff !important; }

.cover,
.banner {
  background-color: #5F4B8B;
  background-size: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.foto {
  text-align: center;
  overflow: hidden;
  position: relative; }

.foto > a {
  display: block;
  position: relative;
  overflow: hidden; }

.foto > a:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25); }

.foto:hover > img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25); }

.foto:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(transparent), to(rgba(0, 0, 0, 0.04)));
  background: -webkit-radial-gradient(circle, transparent, rgba(0, 0, 0, 0.04));
  background: -moz-radial-gradient(circle, transparent, rgba(0, 0, 0, 0.04));
  background: -o-radial-gradient(circle, transparent, rgba(0, 0, 0, 0.04));
  background: -ms-radial-gradient(circle, transparent, rgba(0, 0, 0, 0.04));
  background: radial-gradient(circle, transparent, rgba(0, 0, 0, 0.04));
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease; }

.foto:hover:after {
  display: none; }

.fotoModalProduto {
  height: 480px; }

.foto img {
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/*#region [background-colors] */
.bg-red {
  background-color: #f44336 !important;
  color: #fff !important; }

.bg-pink {
  background-color: #e91e63 !important;
  color: #fff !important; }

.bg-purple, .bg-caixa {
  background-color: #9c27b0 !important;
  color: #fff !important; }

.bg-deeppurple, .bg-entrada {
  background-color: #673ab7 !important;
  color: #fff !important; }

.bg-indigo, .bg-produto {
  background-color: #3f51b5 !important;
  color: #fff !important; }

.bg-blue {
  background-color: #2196f3 !important;
  color: #fff !important; }

.bg-lightblue {
  background-color: #03a9f4 !important;
  color: #fff !important; }

.bg-cyan, .bg-pedido {
  background-color: #00bcd4 !important;
  color: #fff !important; }

.bg-teal {
  background-color: #009688 !important;
  color: #fff !important; }

.bg-green, .bg-nota-fiscal {
  background-color: #4caf50 !important;
  color: #fff !important; }

.bg-lightgreen, .bg-saida {
  background-color: #8bc34a !important;
  color: #fff !important; }

.bg-lime, .bg-ticket, .bg-venda {
  background-color: #a4b02e !important;
  color: #fff !important; }

.bg-yellow {
  background-color: #ffeb3b !important;
  color: #fff !important; }

.bg-amber, .bg-cliente {
  background-color: #ffc107 !important;
  color: #fff !important; }

.bg-orange {
  background-color: #ff9800 !important;
  color: #fff !important; }

.bg-deeporange {
  background-color: #ff5722 !important;
  color: #fff !important; }

.bg-brown, .bg-vendedor {
  background-color: #795548 !important;
  color: #fff !important; }

.bg-grey, .bg-operacao-venda {
  background-color: #9e9e9e !important;
  color: #fff !important; }

.bg-bluegrey, .bg-inventario {
  background-color: #607d8b !important;
  color: #fff !important; }

.bg-featured {
  background-color: #cb4333 !important;
  color: #fff !important; }

.bg-black {
  background-color: #000 !important;
  color: #fff !important; }

.bg-white {
  background-color: #fff !important; }

.bg-marsala {
  background-color: #782929 !important;
  color: #fff !important; }

.bg-smoke {
  background-color: #f0f0f0 !important; }

.bg-warning {
  background-color: #ff9800 !important;
  color: #fff !important; }

.bg-danger {
  background-color: #e51c23 !important;
  color: #fff !important; }

.bg-success {
  background-color: #4caf50 !important;
  color: #fff !important; }

.bg-info {
  background-color: #9c27b0 !important;
  color: #fff !important; }

.bg-boxes-teal {
  background-color: #16A085 !important; }

.bg-boxes-cyan {
  background-color: #509BD6 !important; }

.bg-boxes-orange {
  background-color: #F39C12 !important; }

.bg-boxes-red {
  background-color: #D35B4F !important; }

.bg-transparent {
  background-color: transparent !important; }

/*#endregion */
/*#region [text-colors] */
.text-red {
  color: #f44336 !important; }

.text-pink {
  color: #e91e63 !important; }

.text-purple {
  color: #9c27b0 !important; }

.text-deeppurple {
  color: #673ab7 !important; }

.text-indigo, .text-consumo {
  color: #3f51b5 !important; }

.text-blue {
  color: #2196f3 !important; }

.text-lightblue {
  color: #03a9f4 !important; }

.text-cyan {
  color: #00bcd4 !important; }

.text-teal {
  color: #009688 !important; }

.text-green {
  color: #4caf50 !important; }

.text-lightgreen {
  color: #8bc34a !important; }

.text-lime {
  color: #cddc39 !important; }

.text-yellow {
  color: #ffeb3b !important; }

.text-amber, .text-transferencia {
  color: #ffc107 !important; }

.text-orange {
  color: #ff9800 !important; }

.text-deeporange {
  color: #ff5722 !important; }

.text-brown {
  color: #795548 !important; }

.text-grey {
  color: #9e9e9e !important; }

.text-bluegrey {
  color: #607d8b !important; }

.text-black {
  color: #000 !important; }

.text-white {
  color: #fff !important; }

.text-featured {
  color: #fff !important; }

.text-marsala {
  color: #782929 !important; }

.text-smoke {
  color: #f0f0f0 !important; }

.text-warning {
  color: #ff9800 !important; }

.text-danger {
  color: #e51c23 !important; }

.text-success {
  color: #4caf50 !important; }

.text-info {
  color: #9c27b0 !important; }

.text-icon {
  color: #757575 !important; }

/*#endregion */
/*#region [border-colors] */
.tr-red {
  border: solid 3px #f44336 !important; }

.tr-pink {
  border: solid 3px #e91e63 !important; }

.tr-purple {
  border: solid 3px #9c27b0 !important; }

.tr-deeppurple {
  border: solid 3px #673ab7 !important; }

.tr-indigo {
  border: solid 3px #3f51b5 !important; }

.tr-blue {
  border: solid 3px #2196f3 !important; }

.tr-lightblue {
  border: solid 3px #03a9f4 !important; }

.tr-cyan {
  border: solid 3px #00bcd4 !important; }

.tr-teal {
  border: solid 3px #009688 !important; }

.tr-green {
  border: solid 3px #4caf50 !important; }

.tr-lightgreen {
  border: solid 3px #8bc34a !important; }

.tr-lime {
  border: solid 3px #cddc39 !important; }

.tr-yellow {
  border: solid 3px #ffeb3b !important; }

.tr-amber {
  border: solid 3px #ffc107 !important; }

.tr-orange {
  border: solid 3px #ff9800 !important; }

.tr-deeporange {
  border: solid 3px #ff5722 !important; }

.tr-brown {
  border: solid 3px #795548 !important; }

.tr-grey {
  border: solid 3px #9e9e9e !important; }

.tr-t-lightgrey {
  border-top: solid 1px #d7d7d7 !important; }

.tr-bluegrey {
  border: solid 3px #607d8b !important; }

.tr-black {
  border: solid 3px #000 !important; }

.tr-white {
  border: solid 3px #fff !important; }

.tr-featured {
  border: solid 3px #cb4333 !important; }

.tr-marsala {
  border: solid 3px #782929 !important; }

.tr-smoke {
  border: solid 3px #f0f0f0 !important; }

.tr-warning {
  border: solid 3px #ff9800 !important; }

.tr-danger {
  border: solid 3px #e51c23 !important; }

.tr-success {
  border: solid 3px #4caf50 !important; }

.tr-info {
  border: solid 3px #9c27b0 !important; }

/*#endregion */
/*#region [mark-colors] */
/*.mark-red:first-child { border-top: solid 5px #EF9A9A !important; }
.mark-pink:first-child { border-top: solid 5px #F48FB1 !important; }
.mark-purple:first-child, .mark-caixa:first-child { border-top: solid 5px #CE93D8 !important; }
.mark-deeppurple:first-child, .mark-entrada:first-child { border-top: solid 5px #B39DDB !important; }
.mark-indigo:first-child, .mark-produto:first-child, .mark-consumo:first-child { border-top: solid 10px #9FA8DA !important; }
.mark-blue:first-child { border-top: solid 5px #90CAF9 !important; }
.mark-lightblue:first-child { border-top: solid 5px #81D4FA !important; }
.mark-cyan:first-child, .mark-pedido:first-child { border-top: solid 5px #80DEEA !important; }
.mark-teal:first-child { border-left: solid 5px #80CBC4 !important; }
.mark-green:first-child, .mark-nota-fiscal:first-child { border-top: solid 5px #A5D6A7 !important; }
.mark-lightgreen:first-child, .mark-saida:first-child { border-top: solid 5px #C5E1A5 !important; }
.mark-lime:first-child, .mark-ticket:first-child, mark-venda:first-child { border-top: solid 5px #E6EE9C !important; }
.mark-yellow:first-child { border-top: solid 5px #FFF59D !important; }
.mark-amber:first-child, .mark-cliente:first-child, mark-transferencia:first-child { border-top: solid 5px #FFE082 !important; }
.mark-orange:first-child { border-top: solid 5px #FFCC80 !important; }
.mark-deeporange:first-child { border-top: solid 5px #FFAB91 !important; }
.mark-brown:first-child, .mark-vendedor:first-child { border-top: solid 5px #BCAAA4 !important; }
.mark-grey:first-child, .mark-operacao-venda:first-child { border-top: solid 5px #EEEEEE !important; }
.mark-bluegrey:first-child, .mark-inventario:first-child { border-top: solid 5px #B0BEC5 !important; }
.mark-black { border-top: solid 5px $color-black !important; }
.mark-white { border-top: solid 5px $color-white !important; }
.mark-featured { border-top: solid 5px $featured-bg-color !important; }
.mark-marsala { border-top: solid 5px $color-marsala !important; }
.mark-smoke { border-top: solid 5px $color-smoke !important; }*/
/*#endregion */
/*#region [mark-colors] */
.mark-red:nth-of-type(1) {
  border-top: solid 5px #f44336 !important; }

.mark-pink:nth-of-type(1) {
  border-top: solid 5px #e91e63 !important; }

.mark-purple:nth-of-type(1), .mark-caixa:nth-of-type(1) {
  border-top: solid 5px #9c27b0 !important; }

.mark-deeppurple:nth-of-type(1), .mark-entrada:nth-of-type(1) {
  border-top: solid 5px #673ab7 !important; }

.mark-indigo:nth-of-type(1) {
  border-top: solid 5px #3f51b5 !important; }

.mark-blue:nth-of-type(1) {
  border-top: solid 5px #2196f3 !important; }

.mark-lightblue:nth-of-type(1), .mark-produto:nth-of-type(1), .mark-consumo:nth-of-type(1) {
  border-top: solid 5px #03a9f4 !important; }

.mark-cyan:nth-of-type(1), .mark-pedido:nth-of-type(1) {
  border-top: solid 5px #00bcd4 !important; }

.mark-teal:nth-of-type(1) {
  border-left: solid 5px #009688 !important; }

.mark-green:nth-of-type(1), .mark-nota-fiscal:nth-of-type(1) {
  border-top: solid 5px #4caf50 !important; }

.mark-lightgreen:nth-of-type(1), .mark-saida:nth-of-type(1) {
  border-top: solid 5px #8bc34a !important; }

.mark-lime:nth-of-type(1), .mark-ticket:nth-of-type(1), .mark-venda:nth-of-type(1) {
  border-top: solid 5px #cddc39 !important; }

.mark-yellow:nth-of-type(1) {
  border-top: solid 5px #ffeb3b !important; }

.mark-amber:nth-of-type(1), .mark-cliente:nth-of-type(1), .mark-transferencia:nth-of-type(1) {
  border-top: solid 5px #ffc107 !important; }

.mark-orange:nth-of-type(1) {
  border-top: solid 5px #ff9800 !important; }

.mark-deeporange:nth-of-type(1) {
  border-top: solid 5px #ff5722 !important; }

.mark-brown:nth-of-type(1), .mark-vendedor:nth-of-type(1) {
  border-top: solid 5px #795548 !important; }

.mark-grey:nth-of-type(1), .mark-operacao-venda:nth-of-type(1) {
  border-top: solid 5px #9e9e9e !important; }

.mark-bluegrey:nth-of-type(1), .mark-inventario:nth-of-type(1) {
  border-top: solid 5px #607d8b !important; }

.mark-black {
  border-top: solid 5px #000 !important; }

.mark-white {
  border-top: solid 5px #fff !important; }

.mark-featured {
  border-top: solid 5px #cb4333 !important; }

.mark-marsala {
  border-top: solid 5px #782929 !important; }

.mark-smoke {
  border-top: solid 5px #f0f0f0 !important; }

/*#endregion */
/*PDF Saída*/
.layoutDanfe {
  height: 83vh !important;
  width: 100%; }

.text-through, text-line {
  text-decoration: line-through; }

.br {
  padding-bottom: 10px; }

.br-above {
  padding-top: 10px; }

.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  width: 100%; }

.input-group .input-group-btn .btn {
  border-radius: 0;
  padding: 6px 12px; }

.input-group .input-group-btn .btn-search-toggle {
  padding: 6px; }

.card {
  background-color: #fff;
  display: block;
  position: static;
  width: auto;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }

.card-inverse {
  background-color: #bbb;
  color: #fff;
  display: block;
  position: static;
  width: auto;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }

.card-inverse h1,
.card-inverse h2,
.card-inverse h3,
.card-inverse h4,
.card-inverse h5,
.card-inverse h6,
.card-inverse a {
  color: #fff; }

.stats {
  background-color: #2196f3;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  transition: all .2s ease-in-out; }

.stats > .stats-left {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  transition: all .2s ease-in-out;
  width: auto;
  padding: 16px; }

.stats > .stats-body {
  margin-left: 70px;
  min-height: 70px; }

.stats > .stats-body > small, .omni .stats > .stats-body > big {
  display: inline-block;
  margin: 0;
  padding: 20px 10px 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  width: 100%; }

.stats > .stats-body > h1 {
  font-size: 20px;
  display: inline-block;
  margin: 0;
  padding: 0 10px 10px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  width: 100%; }

.stats > .stats-body > h1,
.stats > .stats-body > h2,
.stats > .stats-body > h3,
.stats > .stats-body > h4,
.stats > .stats-body > h5,
.stats > .stats-body > h6 {
  color: #fff; }

.stats svg:not(:root).svg-inline--fa {
  width: 1em; }

a > .stats:hover > .stats-left {
  width: 0; }

.card-chart > h1 {
  font-size: 18px;
  padding: 0;
  margin: 8px 0 16px 8px; }

.card-chart text {
  font-weight: normal !important; }

.table > tbody > tr > td {
  font-size: 14px;
  border-top: solid 1px #eee; }

.table > thead > tr > th,
.table > tfoot > tr > th {
  font-size: 12px;
  font-weight: bold;
  color: #4d4d4d; }

.table > tbody > tr > td > input {
  font-size: 14px; }

.table-nowrap td, .table-nowrap th {
  white-space: nowrap; }

.table-col-striped > tbody > tr > td:nth-child(2n+1) {
  background-color: rgba(0, 0, 0, 0.03); }

.table-row-inactive td {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.3); }

.table-row-inactive td a,
.table-row-inactive td .material-icons {
  color: rgba(0, 0, 0, 0.3); }

.table-grade-produto {
  table-layout: fixed; }

.table-grade-produto > tbody > tr > td {
  font-size: 14px;
  border-right: solid 1px #eee;
  text-align: center; }

.table-grade-produto > tbody > tr > td > input {
  font-size: 14px;
  text-align: center;
  width: 48px; }

.table-grade-produto > tbody > tr > td > a {
  padding: 6px 10px; }

.table-grade-produto > thead > tr > th,
.table-grade-produto > tfoot > tr > th {
  font-size: 12px;
  border-right: solid 1px #eee;
  text-align: center;
  min-width: 48px;
  color: #4d4d4d; }

.table-grade-produto > tbody > tr > td:first-child,
.table-grade-produto > thead > tr > th:first-child,
.table-grade-produto > tfoot > tr > th:first-child {
  border-left: solid 1px #eee; }

.o-d {
  opacity: 0.55; }

.select-disabled-default {
  opacity: 100 !important; }

.grow {
  transition: all .2s ease-in-out; }

.grow:hover {
  -webkit-transform: scale(1.1); }

.grow-sm {
  transition: all .2s ease-in-out; }

.grow-sm:hover {
  -webkit-transform: scale(1.05); }

/*#region [paddings] */
.p-0 {
  padding: 0; }

.p-4 {
  padding: 4px; }

.p-8 {
  padding: 8px; }

.p-16 {
  padding: 16px; }

.p-32 {
  padding: 32px; }

.p-48 {
  padding: 48px; }

.p-64 {
  padding: 64px; }

.p-v-0 {
  padding-top: 0;
  padding-bottom: 0; }

.p-v-4 {
  padding-top: 4px;
  padding-bottom: 4px; }

.p-v-8 {
  padding-top: 8px;
  padding-bottom: 8px; }

.p-v-16 {
  padding-top: 16px;
  padding-bottom: 16px; }

.p-v-32 {
  padding-top: 32px;
  padding-bottom: 32px; }

.p-v-48 {
  padding-top: 48px;
  padding-bottom: 48px; }

.p-v-64 {
  padding-top: 64px;
  padding-bottom: 64px; }

.p-h-0 {
  padding-left: 0;
  padding-right: 0; }

.p-h-4 {
  padding-left: 4px;
  padding-right: 4px; }

.p-h-8 {
  padding-left: 8px;
  padding-right: 8px; }

.p-h-16 {
  padding-left: 16px;
  padding-right: 16px; }

.p-h-32 {
  padding-left: 32px;
  padding-right: 32px; }

.p-h-48 {
  padding-left: 48px;
  padding-right: 48px; }

.p-h-64 {
  padding-left: 64px;
  padding-right: 64px; }

.p-b-0 {
  padding-bottom: 0; }

.p-t-0 {
  padding-top: 0; }

.p-l-0 {
  padding-left: 0; }

.p-r-0 {
  padding-right: 0; }

.p-b-4 {
  padding-bottom: 4px; }

.p-t-4 {
  padding-top: 4px; }

.p-l-4 {
  padding-left: 4px; }

.p-r-4 {
  padding-right: 4px; }

.p-b-8 {
  padding-bottom: 8px; }

.p-t-8 {
  padding-top: 8px; }

.p-l-8 {
  padding-left: 8px; }

.p-r-8 {
  padding-right: 8px; }

.p-b-16 {
  padding-bottom: 16px; }

.p-t-16 {
  padding-top: 16px; }

.p-l-16 {
  padding-left: 16px; }

.p-r-16 {
  padding-right: 16px; }

.p-b-32 {
  padding-bottom: 32px; }

.p-t-32 {
  padding-top: 32px; }

.p-l-32 {
  padding-left: 32px; }

.p-r-32 {
  padding-right: 32px; }

.p-b-48 {
  padding-bottom: 48px; }

.p-t-48 {
  padding-top: 48px; }

.p-l-48 {
  padding-left: 48px; }

.p-r-48 {
  padding-right: 48px; }

.p-b-64 {
  padding-bottom: 64px; }

.p-t-64 {
  padding-top: 64px; }

.p-l-64 {
  padding-left: 64px; }

.p-r-64 {
  padding-right: 64px; }

.p-b-150 {
  padding-bottom: 150px; }

/*#endregion */
/*#region [margins] */
.m-0 {
  margin: 0 !important; }

.m-4 {
  margin: 4px; }

.m-8 {
  margin: 8px; }

.m-16 {
  margin: 16px; }

.m-32 {
  margin: 32px; }

.m-48 {
  margin: 48px; }

.m-64 {
  margin: 64px; }

.m-v-0 {
  margin-top: 0;
  margin-bottom: 0; }

.m-v-4 {
  margin-top: 4px;
  margin-bottom: 4px; }

.m-v-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.m-v-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.m-v-32 {
  margin-top: 32px;
  margin-bottom: 32px; }

.m-v-48 {
  margin-top: 48px;
  margin-bottom: 48px; }

.m-v-64 {
  margin-top: 64px;
  margin-bottom: 64px; }

.m-h-0 {
  margin-left: 0;
  margin-right: 0; }

.m-h-4 {
  margin-left: 4px;
  margin-right: 4px; }

.m-h-8 {
  margin-left: 8px;
  margin-right: 8px; }

.m-h-16 {
  margin-left: 16px;
  margin-right: 16px; }

.m-h-32 {
  margin-left: 32px;
  margin-right: 32px; }

.m-h-48 {
  margin-left: 48px;
  margin-right: 48px; }

.m-h-64 {
  margin-left: 64px;
  margin-right: 64px; }

.m-t-1 {
  margin-top: 1px; }

.m-b-1 {
  margin-bottom: 1px; }

.m-l-1 {
  margin-left: 1px; }

.m-r-1 {
  margin-right: 1px; }

.m-t-0 {
  margin-top: 0; }

.m-b-0 {
  margin-bottom: 0; }

.m-l-0 {
  margin-left: 0; }

.m-r-0 {
  margin-right: 0; }

.m-t-4 {
  margin-top: 4px; }

.m-b-4 {
  margin-bottom: 4px; }

.m-l-4 {
  margin-left: 4px !important; }

.m-r-4 {
  margin-right: 4px; }

.m-t-8 {
  margin-top: 8px; }

.m-b-8 {
  margin-bottom: 8px; }

.m-l-8 {
  margin-left: 8px; }

.m-r-8 {
  margin-right: 8px; }

.m-b-16 {
  margin-bottom: 16px; }

.m-t-16 {
  margin-top: 16px; }

.m-l-16 {
  margin-left: 16px !important; }

.m-r-16 {
  margin-right: 16px; }

.m-b-32 {
  margin-bottom: 32px; }

.m-t-32 {
  margin-top: 32px; }

.m-l-32 {
  margin-left: 32px; }

.m-r-32 {
  margin-right: 32px; }

.m-b-48 {
  margin-bottom: 48px; }

.m-t-48 {
  margin-top: 48px; }

.m-l-48 {
  margin-left: 48px; }

.m-r-48 {
  margin-right: 48px; }

.m-b-64 {
  margin-bottom: 64px; }

.m-t-64 {
  margin-top: 64px; }

.m-l-64 {
  margin-left: 64px; }

.m-r-64 {
  margin-right: 64px; }

.f-r {
  float: right; }

/*#endregion */
.btn-float {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background-color: #d23f31;
  color: #fff;
  width: 56px;
  height: 56px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1065; }

.btn-float > .material-icons {
  color: #fff;
  font-size: 1.5em;
  transition: all .2s linear;
  line-height: 56px; }

.btn-float > .material-icons:hover {
  color: #fff;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg); }

.btn-float.footer {
  bottom: 128px; }

body::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.1); }

body::-webkit-scrollbar-thumb body::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:active {
  background-color: #5F4B8B; }

.animate-enter {
  -webkit-transition: 1s linear all;
  transition: 1s linear all;
  opacity: 0; }

.animate-enter.animate-enter-active {
  opacity: 1; }

/*--[ Home ]--------------------------------------------------*/
#home-content .cover {
  background-color: #5F4B8B;
  color: #fff;
  text-align: center;
  height: calc(100vh - 112px);
  position: relative; }

#home-content .cover img {
  max-width: 884px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/*--[ login ]--------------------------------------------------*/
#login-content .cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #5F4B8B;
  color: #fff;
  text-align: center; }

#login-content .cover img {
  height: 140px;
  margin-top: 64px; }

#login-content .form {
  background-color: #fff;
  color: #757575;
  width: 380px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

#login-content .form .logo .material-icons {
  font-size: 100px; }

#login-content .form input[type=submit] {
  width: 100%; }

#login-content textarea {
  line-height: 1;
  font-size: 11px; }

/*--[ About ]--------------------------------------------------*/
#about-content .cover {
  background-color: #5F4B8B;
  color: #fff;
  text-align: center; }

#about-content .cover img {
  height: 128px;
  margin: 60px 0; }

/*--[ Omni Dashboard ]--------------------------------------------------*/
.omni .stats > .stats-left {
  width: auto;
  padding: 10px 15px; }

.omni .stats > .stats-body {
  margin-left: 60px; }

.omni .stats > .stats-body > big {
  font-weight: normal;
  padding: 15px 10px 0 10px; }

.omni .graficos h1 {
  display: block;
  margin: 10px auto 20px auto;
  text-align: center; }

.omni .graficos tspan {
  font-weight: normal; }

/*--[ Omni InHouse ]--------------------------------------------------*/
#inhouse-content .content-header {
  height: 46px; }

/*--[ Gestão ]--------------------------------------------------*/
#gestao-content .banner {
  background-color: #5F4B8B;
  color: #fff; }

/*--[ Config ]--------------------------------------------------*/
#config-content .item-color {
  display: block;
  float: left;
  height: 32px;
  width: 32px;
  border: solid 1px #f0f0f0; }

#config-content .selected {
  border: solid 4px #f0f0f0; }

/*--[ Produtos ]--------------------------------------------------*/
#produto-content .card-list {
  clear: both; }

/*#produto-content .card-list > .item > .card:hover { box-shadow: 0 0 10px $darkest-color; }*/
#produto-content .card-list > .item > .card > .foto {
  height: 250px; }

#produto-content .card-list > .item > .card > h1 {
  font-size: 16px;
  text-align: center;
  width: 100%; }

#produto-content .card-list > .item > .card > h2 {
  font-size: 12px;
  text-align: center;
  width: 100%; }

#produto-content .fit-to-filter .card-list > .item > .card > .foto {
  height: 180px; }

/*--[ Consulta ]--------------------------------------------------*/
#consulta-content .foto {
  max-height: 300px;
  border-right: solid 1px #eee; }

#consulta-content .content .disponivel .media {
  color: #bbb; }

#consulta-content .content .disponivel .media .media-left .material-icons {
  font-size: 128px; }

#consulta-content .content .disponivel .media .media-body .media-heading {
  font-size: 48px;
  color: #bbb;
  text-transform: uppercase;
  margin: 32px 0; }

#consulta-content .content .disponivel .media .media-body div {
  font-size: 18px; }

#consulta-content .card-terminalconsulta {
  height: calc(100vh - 200px);
  overflow-y: auto; }

/*--[ Ticket Detalhe ]--------------------------------------------------*/
/*--[ Nova Venda ]--------------------------------------------------*/
#venda-add-content .content-header {
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 1000; }

#venda-add-content .content-header > div {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 12px 32px; }

#venda-add-content .content-header .cliente,
#venda-add-content .content-header .produto,
#venda-add-content .content-header .vendedor {
  background-color: #fff;
  padding: 8px;
  border-radius: 2px; }

#venda-add-content .content-header .cliente .form-control,
#venda-add-content .content-header .produto .form-control,
#venda-add-content .content-header .vendedor .form-control {
  box-shadow: none; }

#venda-add-content .content .space-top {
  clear: both;
  height: 136px; }

#venda-add-content .content .disponivel .media {
  margin: 56px;
  color: #bbb; }

#venda-add-content .content .disponivel .media .media-left .material-icons {
  font-size: 128px; }

#venda-add-content .content .disponivel .media .media-body .media-heading {
  font-size: 48px;
  color: #bbb;
  text-transform: uppercase;
  margin: 5px 0; }

#venda-add-content .content .disponivel .media .media-body div {
  font-size: 18px; }

#venda-add-content .content .itens h1 {
  font-size: 16px;
  line-height: 32px;
  color: #757575; }

#venda-add-content .content .itens .acao .foto {
  height: 184px;
  text-align: center;
  overflow: visible; }

#venda-add-content .content .itens .acao .foto img {
  height: 100%;
  width: auto; }

#venda-add-content .content .itens .acao .foto .add-qtde {
  position: relative;
  margin-left: 80%;
  margin-top: -28px;
  display: block;
  background-color: #cb4333;
  color: #fff;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  text-align: center;
  padding: 16px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  /*z-index: 1000;*/ }

#venda-add-content .content .itens .acao .dados {
  background-color: dimgray;
  color: #fff;
  padding: 32px; }

#venda-add-content .content .itens .acao .dados .media {
  margin: 2px 0; }

#venda-add-content .content .itens .acao .dados .media-body .media-heading {
  margin: 0; }

#venda-add-content .content .itens .acao .dados .media-body small {
  color: white;
  margin: 0; }

#venda-add-content #detalhe-item .produto {
  border-right: solid 1px #ddd; }

#venda-add-content #detalhe-item .produto .foto {
  width: 80%;
  height: 240px;
  text-align: center; }

#venda-add-content #detalhe-item .produto .foto img {
  width: 100%; }

#venda-add-content #detalhe-item .produto .dados {
  padding: 32px 0; }

#venda-add-content #main-menu .total {
  float: left;
  background-color: rgba(255, 255, 255, 0.3);
  width: 350px;
  padding: 12px;
  color: #fff; }

#venda-add-content #main-menu .total > table {
  width: 100%; }

#venda-add-content #main-menu .total > table > tbody > tr > td {
  height: 24px;
  font-size: 17px; }

#venda-add-content #main-menu .iconedesconto {
  cursor: pointer;
  vertical-align: middle;
  margin-left: 0px; }

#venda-add-content #main-menu .btndesconto {
  position: relative;
  margin-left: 87%;
  margin-top: -24px;
  display: block;
  background-color: #ffc107;
  color: #fff;
  border-radius: 100%;
  width: 27px;
  height: 27px;
  text-align: center;
  padding: 0px;
  box-shadow: 0 3px 3px #999;
  z-index: 1000; }

#venda-add-content #main-menu .total > table > tfoot > tr > th {
  height: 32px;
  font-size: 24px;
  font-weight: normal; }

#venda-add-content #main-menu .total > table > tfoot > tr > th:last-child {
  font-size: 30px; }

.total-padrao {
  padding: 16px;
  font-size: 18px; }

.total-padrao .text-right:last-of-type {
  width: 140px; }

.total-padrao small {
  font-size: 18px;
  font-weight: initial; }

.total-padrao tfoot {
  font-size: 21px; }

#venda-add-content #pagamento .form .wrapper {
  padding: 0 56px;
  height: 50vh !important;
  overflow: auto; }

#venda-add-content #pagamento .form .footer {
  background-color: #5F4B8B;
  color: #fff;
  padding: 0;
  height: 205px;
  text-align: left; }

#venda-add-content #pagamento .form .footer a.item {
  float: left;
  display: block;
  height: 170px;
  width: 18%;
  color: #fff;
  text-align: center;
  text-decoration: none; }

#venda-add-content #pagamento .form .footer a.item:hover {
  background-color: rgba(0, 0, 0, 0.3); }

#venda-add-content #pagamento .form .footer a.item i {
  display: inline-block;
  height: 2px;
  width: 50px;
  margin: 40px 0; }

#venda-add-content #pagamento .form .footer a.item p {
  display: block;
  padding: 0 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  width: 100%;
  text-transform: uppercase; }

#venda-add-content #pagamento .form .footer a.active {
  background-color: rgba(255, 255, 255, 0.3); }

#venda-add-content #pagamento .form .footer a.back {
  width: 15%; }

#venda-add-content #pagamento .form .footer .total {
  float: left;
  display: block;
  width: 67%;
  height: 170px;
  margin: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3); }

#venda-add-content #pagamento .form .footer .total > table {
  width: 100%; }

#venda-add-content #pagamento .form .footer .total > table > tfoot > tr > th {
  height: 24px;
  font-size: 24px;
  font-weight: normal; }

#venda-add-content #pagamento .form .footer .total > table > tfoot > tr > th:last-child {
  font-size: 30px; }

#venda-add-content #pagamento .form .footer .total > table > tbody > tr > td {
  height: 26px;
  font-size: 18px; }

#venda-add-content #pagamento .form .cartao {
  background-color: #f0f0f0;
  border: solid 1px #bbb;
  border-radius: 8px;
  padding: 8px 16px 0 16px;
  margin-bottom: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

#venda-add-content #pagamento .form .cheque {
  background-color: #f0f0f0;
  border: solid 1px #bbb;
  border-left: solid 5px #bbb;
  border-top: none;
  padding: 8px 16px 0 16px;
  margin-bottom: 8px; }

#venda-add-content #pagamento .form .dinheiro {
  background-color: #E8F5E9;
  border: solid 1px #66BB6A;
  padding: 8px 16px 0 16px;
  margin-bottom: 8px; }

#venda-add-content #pagamento .form .titulo {
  background-color: #f5f5f5;
  border: solid 1px #bbb;
  padding: 8px 16px 0 16px;
  margin-bottom: 8px; }

#venda-add-content #pagamento .form #parcelas h1 {
  color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase; }

#venda-add-content #pagamento .form #parcelas .material-icons {
  color: rgba(0, 0, 0, 0.2); }

#venda-add-content.checkout #pagamento .form .footer {
  height: 205px; }

#venda-add-content.checkout #pagamento .form .footer a,
#venda-add-content.checkout #pagamento .form .footer button,
#venda-add-content.checkout #pagamento .form .footer .total {
  height: 150px; }

form#pagamentoCondicaoPagamento > div {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  -o-column-gap: 25px;
  -ms-column-gap: 25px;
  column-gap: 25px; }

form#pagamentoCondicaoPagamento .media {
  margin: 0 0 5px 0 !important; }

form#pagamentoCondicaoPagamento .media input[type="radio"] {
  margin: 3px 0 0 0 !important; }

form#pagamentoCondicaoPagamento .media label {
  padding-left: 0px !important; }

.media-left_inline h6 {
  display: inline-block !important; }

.media-left_inline input {
  display: inline-block;
  width: auto; }

.input-group-btn-abs {
  position: absolute !important;
  left: 46px;
  bottom: 29px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  padding: 9px;
  text-align: center; }

.input-group-btn-abs a {
  background-color: none !important;
  box-shadow: none !important; }

.barcode input.form-control {
  font-size: 24px; }

#wizard div.total {
  display: inline-block;
  float: left;
  width: 70%;
  height: 150px; }

#wizard .footer {
  background-color: #5F4B8B;
  color: #fff;
  padding: 0;
  height: 150px;
  text-align: left; }

#wizard h1.header {
  font-size: 24px;
  margin: 1em 0; }

#wizard .footer h1 {
  font-size: 24px;
  height: 48px;
  line-height: 56px;
  padding: 0 10px 0 20px;
  text-transform: uppercase;
  color: #757575; }

#wizard .footer a {
  display: inline-block;
  float: left;
  height: 150px;
  width: 15%;
  color: #fff;
  text-align: center;
  text-decoration: none; }

#wizard .footer a p {
  display: block;
  padding: 0 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  width: 100%;
  text-transform: uppercase; }

#wizard .footer i {
  display: inline-block;
  height: 2px;
  width: 50px;
  margin: 40px 0; }

#wizard .finishButton {
  display: inline-block;
  height: 150px;
  background: none;
  width: 15%;
  float: right; }

#wizard .finishButton i {
  margin: 20px 0; }

#wizard a.finishButton i {
  margin: 40px 0; }

/*#region [POSICIONAMENTO DE MARCA] */
.p_espaco {
  position: absolute;
  top: 24px;
  left: 16px;
  width: calc(100% - 64px);
  height: calc(100% - 53px);
  overflow: hidden; }

.p_marca {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 28%;
  max-width: 170px;
  z-index: 999;
  position: absolute; }

.p_marca_a1 {
  left: calc(4.5% + 13px);
  top: calc(4.5% + 19px); }

.p_marca_b1 {
  left: calc(5.5% + 32.33% - 7px);
  top: calc(4.5% + 19px); }

.p_marca_c1 {
  left: calc(6.5% + 64.66% - 29px);
  top: calc(4.5% + 19px); }

.p_marca_a2 {
  left: calc(4.5% + 13px);
  top: calc(5.5% + 32.33% + 3px); }

.p_marca_b2 {
  left: calc(5.5% + 32.33% - 13px);
  top: calc(5.5% + 32.33% + 3px); }

.p_marca_c2 {
  left: calc(6.5% + 64.66% - 29px);
  top: calc(5.5% + 32.33% + 3px); }

.p_marca_a3 {
  left: calc(4.5% + 13px);
  top: calc(6.5% + 64.66% - 16px); }

.p_marca_b3 {
  left: calc(5.5% + 32.33% - 7px);
  top: calc(6.5% + 64.66% - 16px); }

.p_marca_c3 {
  left: calc(6.5% + 64.66% - 29px);
  top: calc(6.5% + 64.66% - 16px); }

#home-content .cover img.p_marca_cover {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 32.33%; }

#home-content .cover img.p_marca_cover_a1 {
  left: 0;
  top: calc(0.5% + 60px); }

#home-content .cover img.p_marca_cover_b1 {
  left: calc(33.33%);
  top: calc(0.5% + 60px); }

#home-content .cover img.p_marca_cover_c1 {
  left: calc(66.66%);
  top: calc(0.5% + 60px); }

#home-content .cover img.p_marca_cover_a2 {
  left: 0;
  top: calc(33.33%); }

#home-content .cover img.p_marca_cover_b2 {
  left: calc(50%);
  top: calc(50%);
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#home-content .cover img.p_marca_cover_c2 {
  left: calc(66.66%);
  top: calc(33.33%); }

#home-content .cover img.p_marca_cover_a3 {
  left: 0;
  top: calc(65.66%); }

#home-content .cover img.p_marca_cover_b3 {
  left: calc(33.33%);
  top: calc(65.66%); }

#home-content .cover img.p_marca_cover_c3 {
  left: calc(66.66%);
  top: calc(65.66%); }

.p_brilha {
  background: rgba(0, 0, 0, 0.8) !important; }

.ps-r {
  position: relative !important; }

.ps-a {
  position: absolute !important; }

.p_ABC {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  height: 30%;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.p_alvo {
  position: absolute;
  width: 32.33%;
  height: 32.33%;
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.p_A1 {
  left: calc(0.5%);
  top: calc(0.5%); }

.p_A2 {
  left: calc(0.5%);
  top: calc(1.35% + 32.33%); }

.p_A3 {
  left: calc(0.5%);
  top: calc(2.25% + 64.66%); }

.p_B1 {
  left: calc(1.35% + 32.33%);
  top: calc(0.5%); }

.p_B2 {
  left: calc(1.35% + 32.33%);
  top: calc(1.35% + 32.33%); }

.p_B3 {
  left: calc(1.35% + 32.33%);
  top: calc(2.25% + 64.66%); }

.p_C1 {
  left: calc(2.25% + 64.66%);
  top: calc(0.5%); }

.p_C2 {
  left: calc(2.25% + 64.66%);
  top: calc(1.35% + 32.33%); }

.p_C3 {
  left: calc(2.25% + 64.66%);
  top: calc(2.25% + 64.66%); }

/*#endregion */
/*#region [WEBCAM] */
webcam {
  padding: 13px 0 7px 0;
  border: 1px dashed #666; }

webcam canvas {
  padding: 13px;
  border: 1px solid #666; }

/*#endregion */
@media print {
  .chart {
    display: inline-block !important;
    vertical-align: top !important; }
  .displaychart {
    display: none !important; } }

a[name*="Retomar Venda"] {
  width: 132px !important; }

#pagamento-conclusao {
  height: auto !important;
  padding: 20px 15px !important;
  border: 1px solid #ddd; }

#pagamento-conclusao > div {
  margin: 0 auto !important;
  width: 100% !important; }

#pagamento-conclusao > div > div > div:not(:first-child) {
  margin: 20px 0 !important; }

#pagamento-conclusao > div > div > div > div.media-body {
  line-height: 37px !important; }

#pagamento-conclusao > div > div > span > span.media-body > span.checkbox {
  margin: 0 0 0 25px !important; }

#pagamento-conclusao > div > div > span > span.media-body > span > label {
  line-height: 25px !important;
  margin: 5px 15px 5px 0px !important; }

.sortorder:after {
  content: '\25b2'; }

.sortorder.reverse:after {
  content: '\25bc'; }

.adicionar-botao-cliente {
  color: #fff;
  background-color: #ffc107;
  border-radius: 50%;
  font-size: 21px;
  padding: 0; }

#parcelas .btn-link {
  text-decoration: underline; }

#parcelas .btn-link:hover {
  text-decoration: none; }
