body {
  background-color: #ffffff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #444444; }

h1, h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* padding-bottom: 1.2rem; */
  /* border-bottom: 1px solid #dfdfdf;  */
}

h3, h4, h5, h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }

a, a:visited {
  color: #4573f5; }

a:hover, a:focus, a:active {
  color: #4570e8;
  text-decoration: none; }

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background-color: #4573f5; }

h1 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 600; }

h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 500; }

h3 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500; }

h4 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500; }

h5 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: .1rem;
  font-weight: 600;
  text-transform: uppercase; }

h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .8rem;
  letter-spacing: .1rem;
  font-weight: 500;
  text-transform: uppercase; }

p {
  color: #7c7c7c;
  font-size: .9rem; }

.card-inverse p {
  color: #fff;
  font-size: .9rem; }

.card h1 {
  border: none;
  margin: 0;
  padding-bottom: .5rem; }

.no-padding {
  padding: 0; }

.clear {
  clear: both; }

.justify-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.text-muted {
  color: #a0a0a0 !important; }

.divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  margin: 2rem auto; }

.circle {
  border-radius: 499rem; }

.jumbotron {
  padding: 3rem 2rem;
  background-color: #f7f7f7; }

.btn-primary, .btn-primary.disabled, .btn-primary:disabled, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle, .card-primary, .page-item.active .page-link, .list-group-item.active {
  background-color: #4573f5 !important;
  border-color: #4573f5 !important; }

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #4570e8 !important;
  border-color: #4570e8 !important; }

.btn-outline-primary {
  color: #4573f5 !important;
  border-color: #4573f5 !important; }

.btn-outline-primary.disabled, .btn-outline-primary:disabled, .btn-link, .page-link, .text-primary {
  color: #000 !important; }

.btn-link:focus, .btn-link:hover, .page-link:focus, .page-link:hover, a.text-primary:focus, a.text-primary:hover {
  color: #33533d !important; }

.dropdown-item.active, .dropdown-item:active, .custom-control-input:checked ~ .custom-control-indicator, .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator, .nav-pills .nav-item.show .nav-link, .badge-primary, .progress-bar, .bg-primary {
  background-color: #4573f5 !important;
  background-image: none; }

.nav-pills .nav-link.active, .badge-primary[href]:focus, .badge-primary[href]:hover, a.bg-primary:focus, a.bg-primary:hover {
  background-color: #4570e8 !important; }

.form-control:focus {
  border-color: #4573f5 !important; }

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff !important;
  background-color: #4573f5;
  border-color: #4573f5; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #4570e8;
  border-color: #4570e8; }

.btn-outline-primary, .btn-outline-primary:visited {
  color: #4573f5;
  border-color: #4573f5;
  background: none; }

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #4573f5;
  border-color: #4573f5;
  color: #fff; }

.btn-secondary {
  border-color: #7c7c7c;
  background-color: #7c7c7c;
  color: #fff; }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  border-color: #444444;
  background-color: #444444;
  color: #fff; }

.btn-secondary.disabled,.btn-secondary:disabled{
  border-color: #5a5a5a;
  background-color: #5a5a5a;
}
.btn-outline-secondary, .btn-outline-secondary:visited {
  color: #7c7c7c;
  border-color: #7c7c7c;
  background: none; }

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
  border-color: #7c7c7c;
  background: #7c7c7c;
  color: #fff; }

.btn {
  border-radius: 499rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: .8rem;
  padding: .75rem 1.25rem;
  cursor: pointer; }

.btn-quadrado {
  border-radius: 499rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: .8rem;
  cursor: pointer; }

.btn:focus {
  outline: none;
  border: 0;
  box-shadow: none; }

.btn-xs {
  font-size: .6rem;
  padding: .5rem 1rem; }

.btn-sm {
  font-size: .7rem;
  padding: .5rem 1rem; }

.btn-md {
  font-size: .8rem;
  padding: .75rem 1.25rem; }

.btn-lg {
  font-size: .9rem;
  padding: 1rem 1.5rem; }

.btn-subtle {
  border: none;
  background: #f7f7f7;
  color: #4573f5;
  -webkit-appearance: none;
  cursor: pointer; }

.btn-subtle:hover, .btn-subtle:focus, .btn-subtle:active {
  color: #fff;
  background-color: #4573f5;
  outline: none; }

.btn-stripped {
  border: none;
  background: none !important;
  color: #444444 !important;
  -webkit-appearance: none;
  cursor: pointer; }

.btn-stripped:hover, .btn-stripped:focus, .btn-stripped:active {
  color: #4573f5;
  background-color: none;
  outline: none; }

.dropdown a {
  color: #444444; }

.dropdown a:hover, .dropdown a:active, .dropdown a:focus {
  background-color: #4573f5;
  color: #fff; }

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding-left: 0;
  padding-right: 0;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
  border-right: 1px solid #eee;
  background: #4573f5; }
  .sidebar a {
    color: #fff;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: .2rem;
    padding: .75rem 1rem; }
  .sidebar em {
    font-size: 1rem; }
  .sidebar h1 {
    color: #fff;
    border: none;
    font-size: 0.9rem;
    padding: 0rem 1rem;
    text-transform: uppercase;
    letter-spacing: .2rem; }
  .sidebar .site-title {
    margin-top: .5rem;
    margin-bottom: 1.75rem; }
    .sidebar .site-title a {
      font-size: .9rem;
      padding-left: 0;
      padding-right: 0;
      cursor: pointer; }
    .sidebar .site-title a:hover {
      background: none !important; }
  .sidebar .nav {
    margin-bottom: 20px; }
  .sidebar .nav-item {
    width: 100%; }
  .sidebar .nav-item + .nav-item {
    margin-left: 0; }
  .sidebar .nav-link {
    border-radius: 0; }
  .sidebar .logout-button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 85%;
    text-align: center;
    border-radius: .3rem; }

#wrapper.toggled .sidebar-nav {
  display: none; }

#menu-toggle {
  position: absolute;
  top: 1rem;
  right: 1rem; }

.sidebar a:focus, .sidebar a:visited, .sidebar a:hover, .sidebar a:active {
  background-color: #4570e8 !important; }

@media screen and (max-width: 576px) {
  #wrapper .sidebar-nav {
    display: none; }

  #wrapper.toggled .sidebar-nav {
    display: block !important; }

  .sidebar {
    position: inherit;
    padding-bottom: 0px;
    margin-bottom: 1rem; }

  #menu-toggle {
    background-color: #4570e8; } }
@media screen and (min-width: 576px) {
  #wrapper.toggled .sidebar-nav {
    display: block; }

  #menu-toggle {
    display: none; } }
.card-title {
  margin-top: -.25rem;
  padding-bottom: .25rem;
  margin-bottom: 1rem; }

.card-subtitle {
  margin-top: -.75rem;
  padding-bottom: .5rem; }

.card-title-btn-container {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  list-style: none; }

/* .alert {
  color: #fff; 
}
.alert a {
    color: #fff !important; } */

.no-left-margin {
  margin-left: 0; }

.page-header {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0rem;
  margin-bottom: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
  height: auto; 
}
.page-header h1 {
  display: inline;
  border: none;
  padding: 0;
  /* margin-top: 0;
  margin-bottom: 0;
  width: 100%;  */
}

.profile-photo {
  border-radius: 499rem;
  float: left; }

.username {
  float: left;
  text-align: left;
  margin: 0 0 0 1rem; }
  .username h1, .username h2, .username h3, .username h4 {
    margin-bottom: 0;
    text-transform: none !important;
    letter-spacing: 0 !important; }

.user-dropdown .dropdown-toggle::after {
  margin-top: 1rem;
  margin-left: 1rem; }

.user-progress {
  margin-top: 1rem; }
  .user-progress .profile-photo {
    max-height: 75px;
    max-width: 75px !important; }

.progress-custom {
  margin-top: .25rem; }

.progress-label {
  text-align: center !important;
  color: #4573f5;
  font-size: .75rem;
  margin-top: -.25rem; }

.progress-bar {
  height: .3rem; }

#calendar, .datepicker-inline {
  width: 100%;
  text-align: center; }

#calendar table {
  width: 100%; }

.datepicker-switch {
  font-size: 16px;
  height: 46px !important; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #dfdfdf; }

.datepicker table tr td {
  padding: 2px 2px !important;
  cursor: pointer;
  border-radius: .3rem; }

#calendar th {
  text-align: center !important;
  cursor: pointer;
  border-radius: .3rem; }

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #4573f5;
  text-shadow: none;
  border-color: #285e8e; }

.datepicker table tr td span:hover, .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover, .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: rgba(0, 0, 0, 0.05); }

.panel-heading .glyphicon {
  margin-right: 10px; }

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #eeeeee;
  left: 25px;
  margin-right: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative; }

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: calc( 100% - 65px );
  float: right;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  padding: 10px 20px;
  position: relative;
  box-shadow: none; }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -11px;
  display: inline-block;
  border-top: 11px solid transparent;
  border-right: 11px solid #dfdfdf;
  border-left: 0 solid #dfdfdf;
  border-bottom: 11px solid transparent;
  content: " "; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -10px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 10px solid transparent;
  content: " "; }

.timeline > li > .timeline-badge {
  color: #444444;
  width: 46px;
  height: 46px;
  line-height: 2.8rem;
  font-size: 1.4rem;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0px;
  margin-right: -25px;
  margin-left: 3px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  z-index: 100;
  border-radius: 9999px; }

.timeline-badge.primary {
  background-color: #4573f5 !important;
  color: #fff !important;
  border: none !important; }

.timeline-badge.success {
  background-color: #8ad919 !important; }

.timeline-badge.warning {
  background-color: #ffb53e !important; }

.timeline-badge.danger {
  background-color: #f9243f !important; }

.timeline-badge.info {
  background-color: #30a5ff !important; }

.article {
  padding: 1rem 0;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 1rem; }

.article:first-child {
  padding: 0 0 10px 0; }

.article:last-child {
  padding: 0 0 10px 0;
  border: none;
  margin-bottom: 0; }

.article h4 a {
  margin-bottom: 10px; }

.article .date {
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  display: block; }

.article .date .text-muted {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .1rem; }

.todo-list-item {
  list-style: none;
  padding: .75rem 1rem .15rem 1rem;
  border-radius: .3rem; }
  .todo-list-item .fa {
    margin: 0 .25rem 0 0;
    color: #444444; }
  .todo-list-item .fa:hover {
    color: #4573f5; }
  .todo-list-item input[type=checkbox] {
    margin: 0 0.5rem 0 0 !important;
    border: 1px solid #333; }

.todo-list {
  padding: 0;
  margin: -15px;
  background: #fff;
  color: #444444; }

/* input[type=checkbox]:checked + label {
  text-decoration: line-through;
  color: #a0a0a0; } */

.todo-list-item:hover, a.todo-list-item:focus {
  text-decoration: none;
  background-color: #f7f7f7; 
}

.todo-list-item .trash .fa:hover {
  color: #ef4040; 
}

.todo-list-footer {
  margin: -20px;
  margin-top: 2rem; 
}
.todo-list-footer .btn {
  border-radius: .4rem; 
}


.dropdown-menu{
  left: 10px;
}

#fork {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}

.legend {
  width: 150px;
height:auto;
padding:15px;
  border: 1px solid rgb(200, 200, 200);
}

.legend .title {
  display: block;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  padding: 0 0.3em;
}

.legend .color-sample {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  border: 2px solid; /* Comment out if you don't want to show the fillColor */
  border-radius: 0.5em; /* Comment out if you prefer squarish samples */
  margin-right: 0.5em;
}
.card-body{
  padding:10px;
}
.itemSelect{
  margin-top:2px
}

.table-responsive::-webkit-scrollbar-track {
	background-color: #F4F4F4;
}
.table-responsive::-webkit-scrollbar {
	width: 6px;
  height: 6px;
	background: #F4F4F4;
}
.table-responsive::-webkit-scrollbar-thumb {
	background: #dad7d7;
}
.table .fa-trash:hover{
  color: #c24540;
  cursor: pointer;
}
#vendaMercadoria #resultado{
  margin-top:5px
}
.pedido{
  margin-bottom: 50px
}
.pedido .btn-danger{
  color:#fff
}
.pedido #modalPedido{
  margin-bottom:10px
}

.pedido .table-pedido{
  padding:0px;
  background-color:#c6c8ff;
  color:#000;
}

.pedido .table-pedido thead{
  background-color: #999cff;
}

.pedido .table-pedido tfoot{
  background-color: #999cff;
}

.row-pedido:hover{
  background-color:#999cff;
  color:#fff;
  cursor:pointer
}
.pedido .card-footer{
  border-top:0px
}
.pedido tbody{
  border-top:1px solid rgba(0,0,0,.125);
}
@media screen and (width: 500px){ 
  .pedido.container{
      padding-right:0px
  }
}



/* INICIO MENU */

#main{
  width:100%;
  z-index:100;
}

.nav-fostrap {
  display: block;
  margin-bottom: 15px 0;
  background: #4573f5;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 0px;
  height:40px;
  font-size: 13px
}

.nav-fostrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.nav-fostrap li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 14;
  color: #def1f0;
}

.nav-fostrap li a {
  padding: 10px 20px;
  font-size: 14;
  color: #def1f0;
  display: inline-block;
  outline: 0;
  font-weight: 400;
}

/* .nav-fostrap li:hover ul.dropdown { display: block; } */

.nav-fostrap li ul.dropdown {
  position: absolute;
  width: 200px;
  height:auto;
  background: #4573f5;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding-top: 0;
  display: none;
  z-index:101
}

.nav-fostrap ul.sub-dropdown{
  position: absolute;
  width: 200px;
  height:auto;
  background: #4573f5;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding-top: 0;
  top:0;
  display: none;
  z-index:102
}
.body{
  display:none
}
@media (max-width: 900px) {  
  .body{
    margin-top:50px
  }
}

@media (min-width:576px){
  .nav-fostrap ul.sub-dropdown{
    left:0px;
  }
}

@media (min-width:900px){
  .nav-fostrap ul.sub-dropdown{
    left:0px;
  }
}

@media (min-width:1200px){
  .nav-fostrap ul.sub-dropdown{
    left:190px;
  }
}

.nav-fostrap li ul.dropdown li, 
.nav-fostrap li ul.sub-dropdown li {
  display: block;
  list-style-type: none;
  font-size: 13px;
  height:40px;
}

.nav-fostrap li ul.dropdown li a, 
.nav-fostrap ul.sub-dropdown li a {
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  display: block;
  font-weight: 400;
}

.nav-fostrap li ul.dropdown li:last-child a, 
.nav-fostrap ul.sub-dropdown li:last-child a { border-bottom: none; }

.nav-fostrap li:hover a {
  background: #4573f5;
  color: #fff !important;
}

.nav-fostrap li:first-child:hover a, 
.nav-fostrap ul.sub-dropdown li:first-child:hover a { border-radius: 3px 0 0 3px; }

.nav-fostrap ul.dropdown li:not(.sub-menu-down):hover a { background: rgba(0,0,0, .1); }
.nav-fostrap ul.sub-dropdown li:hover { background: rgba(0,0,0, .2); }

.nav-fostrap li ul.dropdown li:first-child:hover a, 
.nav-fostrap ul.sub-dropdown li:first-child:hover a { border-radius: 0; }

.nav-fostrap li:hover .arrow-down, 
.nav-fostrap ul.sub-dropdown li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #def1f0;
  position: relative;
  top: 15px;
  right: -5px;
  content: '';
}
.title-mobile {
  display: none;
}
@media only screen and (max-width:900px) {
  .nav-fostrap {
    background: #fff;
    width: 200px;
    height: 100%;
    display: block;
    position: fixed;
    left: -200px;
    top: 0px;
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -ms-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease;
    margin: 0;
    border: 0;
    border-radius: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .title-mobile {
    display: block;
      top: 10px;
      font-size: 20px;
      left: 100px;
      right: 100px;
      text-align: center;
      color: #FFF;
  }
  .nav-fostrap.visible {
    left: 0px;
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -ms-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease;
    background-color:#c1c3f8
  }

  .nav-bg-fostrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    margin: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #4573f5;
    padding: 12px 0 0 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }

  .navbar-fostrap {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    cursor: pointer;
    margin: 0;
      position: absolute;
      top: 0;
      left: 0;
      padding: 12px;
  }

  .navbar-fostrap span {
    height: 2px;
    background: #fff;
    margin: 5px;
    display: block;
    width: 20px;
  }

  .navbar-fostrap span:nth-child(2) { width: 20px; }

  .navbar-fostrap span:nth-child(3) { width: 20px; }

  .nav-fostrap ul { padding-top: 50px; }

  .nav-fostrap li { display: block; }

  .nav-fostrap li a {
    display: block;
    color: #505050;
    font-weight: 600;
  }

  .nav-fostrap li:first-child:hover a { border-radius: 0; }

  .nav-fostrap li ul.dropdown, 
  .nav-fostrap ul.sub-dropdown { position: relative; }

  .nav-fostrap li ul.dropdown li:not(.sub-menu) a {
    background: #4573f5 !important;
    border-bottom: none;
    color: #fff !important;
  } 
  .nav-fostrap ul.sub-dropdown li a {
    background: #000 !important;
    border-bottom: none;
    color: #fff !important;
  }

  .nav-fostrap li:hover a, 
  .nav-fostrap ul.sub-dropdown li:hover a {
    background: #4573f5;
    color: #fff !important;
  }

  .sub-menu:hover{background-color: #4a4db3}

  .nav-fostrap li ul.dropdown li:hover a,
  .nav-fostrap ul.sub-dropdown li:hover a {
    background: rgba(0,0,0,.1) !important;
    color: #fff !important;
  }

  .nav-fostrap li ul.dropdown li a { padding: 10px 10px 10px 30px; }

  .nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }

  .arrow-down {
    border-top: 5px solid #505050;
    position: absolute;
    top: 20px;
    right: 10px;
  }

}
.navbar-fostrap .fa-bars, .navbar-fostrap .fa-times{
  font-size:25px;
  color: #fff
}

/* FIM MENU */

#dropdownMenuLink .fa-gear{
  color:#4573f5;
  font-size: 25px;
}
.menu .fa-user-circle{
  font-size: 18px;
}
.menu p{
  color: #fff
}


.nav-fostrap li ul.menu-user-right{
  right:0px;
  z-index:100
}

@media only screen and (max-width:976px) {
  .muda-padding{
    padding-left:0px
  }
}

.pedido *[class="form-control"]:disabled{
  background-color:#d9daff
}
#alerta{
  display: none;
}
.newOrder div div button:not(.btn-cod-cliente){
  margin-top:2px
}
.newOrder .client-y, .newOrder .client-n{
  display: none;
}
.newOrder .client-n input[type="submit"] {  
  margin-top:5px
}
.preferencias a{
  margin-top:3px
}

.label-check{
  font-size:17px;
  margin-left:20px
}

.preferencias .switch {
  visibility: hidden;
  position: absolute;
  margin-left: -9999px;
}

.preferencias .switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

.preferencias .switch--shadow + label {
  padding: 1px;
  width: 45px;
  height: 25px;
  background-color: #dddddd;
  border-radius: 30px;
}
.preferencias .switch--shadow + label:before,
.preferencias .switch--shadow + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
.preferencias .switch--shadow + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 30px;
  transition: background 0.4s;
}
.preferencias .switch--shadow + label:after {
  width: 22px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
}
.preferencias .switch--shadow:checked + label:before {
  background-color: #4573f5;
}
.preferencias .switch--shadow:checked + label:after {
  transform: translateX(21px);
}

/* Estilo Flat */
.preferencias .switch--flat + label {
  padding: 1px;
  width: 0px;
  height: 25px;
  background-color: #dddddd;
  border-radius: 30px;
  transition: background 0.4s;
}
.preferencias .switch--flat + label:before,
.preferencias .switch--flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
.preferencias .switch--flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 0px;
  transition: background 0.4s;
}
.preferencias .switch--flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 27px;
  background-color: #dddddd;
  border-radius: 26px;
  transition: margin 0.4s, background 0.4s;
}
.preferencias .switch--flat:checked + label {
  background-color: #4573f5;
}
.preferencias .switch--flat:checked + label:after {
  margin-left: 30px;
  background-color: #4573f5;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ee3148;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ee3148, 0 0 5px #ee3148;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #ee3148;
  border-left-color: #ee3148;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
@media only screen and (max-width: 920px) {
  
  .periodoSearch{
    transform: translateY(0%);
  }
}
@media only screen and (min-width: 768px) {
  
  .periodoSearch{
    transform: translateY(40%);
  }
}
.table-striped thead th{
  cursor:pointer;
}
.table-striped thead th i{
  color:#4573f5;
}
.nav-tabs .nav-item a:link, .nav-tabs .nav-item a:hover {

  background-color:#4573f5;
  color:#fff
}
#searchFilter{
  cursor:pointer;  
}
.separadorHR{
  margin-top:20px
}
.separadorHR span{
  background-color: #4573f5;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
  color:#fff;
  font-weight:bold;
  padding-left:17px;
  padding-right:17px;
  padding-top:8px;
  padding-bottom:5px;
  font-size:18px
}
.separadorHR hr{
  margin-top:0px;
  border:1px solid #4573f5
}
.apresi-heading h2 {
  font-size: 24px;
  margin-top: 40px;
  line-height: 1.5;
  color: #000;
  position: relative;
  text-transform: uppercase
}
.apresi-heading h2 span {
  position: relative;
}
.apresi-heading h2 span:after {
  position: absolute;
  top: 49%;
  left: -80px;
  bottom: 0;
  content: '';
  width: 60px;
  height: 2px;
  background: #4573f5
}
.apresi-heading h2 span:before {
  position: absolute;
  top: 49%;
  right: -80px;
  bottom: 0;
  content: '';
  width: 60px;
  height: 2px;
  background: #4573f5
}
.showHide1, .showHide2, .showHide3, .showHide4, .showHide5, .showHide6, .showHide7{
  display: none
}
.displaySH1, .displaySH2, .displaySH3, .displaySH4, .displaySH5, .displaySH6, .displaySH7{
  cursor: pointer
}
/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: rgba(115, 118, 223, 0.7);
  border: 4px solid #FFFFFF;
  height: 90%;
  border-radius: 10px;
  width : 40px;
  color: #fff;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: rgba(115, 118, 223, 0.7);
  border: 4px solid #FFFFFF;
  border-radius: 10px;
  color: #fff;
  height: 90%;
  width : 40px;
}

.media-carousel .carousel-control.right span, .media-carousel .carousel-control.left span
{
  position: relative;
  top: 47%;
  transform: translateY(-50%);
  font-weight: bold
}
@media only screen and (max-width: 768px) {
  .media-carousel .carousel-control.right 
  {
    height: 97%;
  }
  .media-carousel .carousel-control.left 
  {
    height: 97%;
  }
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 250px
}
/* End carousel */
.carousel{
  position:relative
}
.carousel-inner{
  position:relative;
  width:100%;
  overflow:hidden
}
.carousel-inner>.item{
  position:relative;
  display:none;
  -webkit-transition:.6s ease-in-out left;
  transition:.6s ease-in-out left
}
.carousel-inner>.item>img,.carousel-inner>.item>a>img{
  display:block;
  height:auto;
 max-width:100%;
 line-height:1;
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{
 display:block
}
.carousel-inner>.active{
 left:0
}
.carousel-inner>.next,.carousel-inner>.prev{
 position:absolute;
 top:0;
 width:100%
}
.carousel-inner>.next{
 left:100%
}
.carousel-inner>.prev{
 left:-100%
}
.carousel-inner>.next.left,.carousel-inner>.prev.right{
 left:0
}
.carousel-inner>.active.left{
 left:-100%
}
.carousel-inner>.active.right{
 left:100%
}
.carousel-inner a{
  cursor:pointer
}
.carousel-control{
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 width:15%;
 font-size:20px;
 color:#fff;
 text-align:center;
 text-shadow:0 1px 2px rgba(0,0,0,0.6);
 opacity:.5;
 filter:alpha(opacity=50)
}
.carousel-control.left{
 background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));
 background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));
 background-image:-moz-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
 background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)
}
.carousel-control.right{
 right:0;
 left:auto;
 background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));
 background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));
 background-image:-moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
 background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)
}
.carousel-control:hover,.carousel-control:focus{
 color:#fff;
 text-decoration:none;
 opacity:.9;
 filter:alpha(opacity=90)
}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{
 position:absolute;
 top:50%;
 left:50%;
 z-index:5;
 display:inline-block
}
.carousel-control .icon-prev,.carousel-control .icon-next{
 width:20px;
 height:20px;
 margin-top:-10px;
 margin-left:-10px;
 font-family:serif
}
.carousel-control .icon-prev:before{
 content:'\2039'
}
.carousel-control .icon-next:before{
 content:'\203a'
}
.carousel-indicators{
 position:absolute;
 bottom:10px;
 left:50%;
 z-index:15;
 width:60%;
 padding-left:0;
 margin-left:-30%;
 text-align:center;
 list-style:none
}
.carousel-indicators li{
 display:inline-block;
 width:10px;
 height:10px;
 margin:1px;
 text-indent:-999px;
 cursor:pointer;
 border:1px solid #fff;
 border-radius:10px
}
.carousel-indicators .active{
 width:12px;
 height:12px;
 margin:0;
 background-color:#fff
}
.carousel-caption{
 position:absolute;
 right:15%;
 bottom:20px;
 left:15%;
 z-index:10;
 padding-top:20px;
 padding-bottom:20px;
 color:#fff;
 text-align:center;
 text-shadow:0 1px 2px rgba(0,0,0,0.6)
}
.carousel-caption .btn{
 text-shadow:none
}
@media screen and (min-width:768px){
 .carousel-control .icon-prev,.carousel-control .icon-next{
     width:30px;
     height:30px;
     margin-top:-15px;
     margin-left:-15px;
     font-size:30px
 }
 .carousel-caption{
     right:20%;
     left:20%;
     padding-bottom:30px
 }
 .carousel-indicators{
     bottom:20px
 }
}
.img-thumbnail{
 display:inline-block;
 height:auto;
 max-width:100%;
 padding:4px;
 line-height:1.428571429;
 background-color:#fff;
 border:1px solid #ddd;
 border-radius:4px;
 -webkit-transition:all .2s ease-in-out;
 transition:all .2s ease-in-out
}
.thumbnail{
 display:inline-block;
 display:block;
 height:auto;
 max-width:100%;
 padding:4px;
 line-height:1.428571429;
 background-color:rgba(115, 118, 223, 0.1.);
 border:1px solid #ddd;
 border-radius:4px;
 -webkit-transition:all .2s ease-in-out;
 transition:all .2s ease-in-out
}
.thumbnail>img{
 display:block;
 /* height:auto; */
 max-width:100%
}
a.thumbnail:hover,a.thumbnail:focus{
 border-color:#4573f5
}
.thumbnail>img{
 margin-right:auto;
 margin-left:auto
}
.thumbnail .caption{
 padding:9px;
 color:#333
}
.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{
  border-color:#28a745
}
.custom-file-input.is-valid~.custom-file-label::after,.was-validated .custom-file-input:valid~.custom-file-label::after{
  border-color:inherit
}
.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{
  display:block
}
.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{
  box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{
  border-color:#dc3545
}
.custom-file-input.is-invalid~.custom-file-label::after,.was-validated .custom-file-input:invalid~.custom-file-label::after{
  border-color:inherit
}
.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{
  display:block
}
.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{
  box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{
  position:relative;
  -ms-flex:1 1 auto;
  flex:1 1 auto;
  width:1%;
  margin-bottom:0
}
.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{
  margin-left:-1px
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{
  z-index:3
}
.input-group>.custom-file .custom-file-input:focus{
  z-index:4
}
.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){
  border-top-right-radius:0;
  border-bottom-right-radius:0
}
.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){
  border-top-left-radius:0;
  border-bottom-left-radius:0
}
.input-group>.custom-file{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
  align-items:center
}
.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{
  border-top-right-radius:0;
  border-bottom-right-radius:0
}
.input-group>.custom-file:not(:first-child) .custom-file-label{
  border-top-left-radius:0;
  border-bottom-left-radius:0
}
.custom-file{
  position:relative;
  display:inline-block;
  /* width:100%; */
  height:calc(2.25rem + 2px);
  margin-bottom:0
}
.custom-file-input{
  position:relative;
  z-index:2;
  /* width:100%; */
  height:calc(2.25rem + 2px);
  margin:0;
  opacity:0
}
.custom-file-input:focus~.custom-file-label{
  border-color:#80bdff;
  box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-file-input:focus~.custom-file-label::after{
  border-color:#80bdff
}
.custom-file-input:disabled~.custom-file-label{
  background-color:#e9ecef
}
.custom-file-input:lang(en)~.custom-file-label::after{
  content:"Browse"
}
.custom-file-label{
  position:absolute;
  top:0;
  right:0;
  left:0;
  z-index:1;
  height:calc(2.25rem + 2px);
  padding:.375rem .75rem;
  line-height:1.5;
  color:#495057;
  background-color:#fff;
  border:1px solid #ced4da;
  border-radius:.25rem
}
.custom-file-label::after{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  z-index:3;
  display:block;
  height:2.25rem;
  padding:.375rem .75rem;
  line-height:1.5;
  color:#495057;
  content:"Browse";
  background-color:#e9ecef;
  border-left:1px solid #ced4da;
  border-radius:0 .25rem .25rem 0
}
.custom-file-label,.custom-select{
  transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media screen and (prefers-reduced-motion:reduce){
  .custom-control-label::before,.custom-file-label,.custom-select{
      transition:none
  }
}
.displayImgMerc{
  border: 1px solid #ddd;
  border-radius: 20px;
  height: 180px;
  text-align: center;
  margin-top:20px;
  margin-bottom:20px;
}
.displayImgMerc img{
  padding-top:5px
  /* position: relative;
  top: 50%;
  transform: translateY(-50%); */
}
.profile-img-admin{
  text-align: center;
}
.profile-img-admin img{
  width: 950px;
  height: 270px
}
.profile-img-admin .file {
  position: relative;
  overflow: hidden;
  margin-top: -20%;
  width: 70%;
  border: none;
  border-radius: 0;
  font-size: 15px;
  background: #212529b8;
  color: #fff
}
.profile-img-admin .file input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer
}
.titleForm-admin h3{
  background-image: linear-gradient(to right, #140aff, #90dbff);
  padding-top:20px;
  padding-bottom:20px;
  border-radius:5px;
  color: #fff
}
.titleForm-admin>.nameTitleForm-admin{
  background-color: #140aff;
  width:max-content;
  padding:6px;
  color: #fff;
  font-weight: bold;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
  margin-top:30px;
  cursor: pointer;
  width: 250px;
  text-align: center
}
.titleForm-admin hr{
  border:1px solid #007cb8;
  margin-top:-2px;
  margin-bottom:0px
}
.titleForm-admin hr.dashed{
  border:1px dashed #007cb8;
  margin-top:-2px;
  margin-bottom:0px
}
.newImg4{
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding:5px;
  margin:0px;
  height:35px;
  color:#fff;
  width:200px;
  padding-left:20px;
  position: relative;
  margin-top: -60px;
}
input#newImg4:hover{
  cursor:pointer
}
.newImg6{
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding:5px;
  margin:0px;
  height:35px;
  color:#fff;
  width:130px;
  padding-left:20px;
  position: relative;
  margin-top: -75px;
}
input#newImg6:hover{
  cursor:pointer
}
.returnInput{
  color:#C91010;
  font-weight:bold;
  display:none
}

.checkbox-filter [type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.checkbox-filter [type="checkbox"]:checked + label,
.checkbox-filter [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: rgb(0,0,0);
}
.checkbox-filter [type="checkbox"]:checked + label:before,
.checkbox-filter [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #ddd;
    background: rgb(255,255,255);
}
.checkbox-filter [type="checkbox"]:checked + label:after,
.checkbox-filter [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: rgb(115, 118, 223);
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.checkbox-filter [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.checkbox-filter [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.icon-img {
  position: absolute;
  top: 15px;
  right: 15px;
}

.icon-img>span {
  border: 2px solid;
  padding: 2px 10px;
  font-size: 12px;
}

.icon-img>span.sale {
  background-color: rgb(255,255,255);
  border-color: rgb(115, 118, 223);
  color: rgb(115, 118, 223);
}

.icon-img>span.new {
  background-color: rgb(115, 118, 223);
  border-color: rgb(115, 118, 223);
  color: rgb(255,255,255);
}
.notify{
  position:fixed;
  top:-1px;
  width:100%;
  height:0;  
  box-sizing:border-box;
  color:white;  
  text-align:center;
  background:rgb(115, 118, 223);
  overflow:hidden;
  box-sizing:border-box;
  transition:height .2s;
  z-index:2000
}
.notify span{
  position: relative;
  top: 30%;
}
.notify span .fa-times{
  position: relative;
  top: 30%;
  right: 1%;
  cursor: pointer
}
#notifyType:before{
  display:block;
  margin-top:15px; 
}
.notify.active{  
  height:auto;
  padding: 15px 0px 15px 0px
}
.painelPersonal {
  background: #4573f5;
  color: white;
}
.nav-pills .nav-link{
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
}
.card-fill .fill {
  border-top-left-radius:0px;
  border-top-right-radius:0px
}
.card-fill{
  margin-bottom:10px
}
.card-fill .col-lg-4{
  padding-left:20px;
  padding-right:20px;    
  padding-top:20px
}
.card-fill .conteudo-cl {
  padding:20px;
  margin-bottom:10px;
  min-height:165px
}
.card-fill .conteudo-co {
  padding:20px;
  margin-bottom:10px;
}
.card-fill .conteudo-fa {
  padding:20px;
  margin-bottom:10px;
}
.card-fill h3 {
  text-align:center;
  font-size:30px
}
.card-fill .conteudo-cl h3 {
  margin-top:10%;
  font-size:50px
}
.card h5 {
  margin-top:18px;
  margin-bottom:25px
}
.filtro i:hover{
  color:#4573f5
}
.filtro i{
  font-weight:bold;
  width:100%;
  font-size:17px;
  text-align:center;
  margin-top:10px
}
.card-block small{
  font-weight:bold;
  font-size:17px
}
.fill{
  border-bottom:0px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;

}
.nav-pills .btn-primary{
  border-radius:5px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  line-height:1.15;
}
.justify-content-end{
  padding-right:0px
}
.justify-content-end .btn-primary, .justify-content-end .btn-light{
  border-radius:5px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  line-height:1.15;
  margin-left:3px
}
.geral{
  border-top-left-radius:0px;
  border-top-right-radius:0px;
}
.btn-stripped em:hover{
  color:#4573f5
}

@media (max-width:900px){
  .user-menu{
      width: -webkit-fill-available;
  }
}

IMG.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto 
}

.galeria img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.displayNfeSaida{
  display:none;
}
.dadosNfeSaida{
  cursor: pointer;
}
.page-link#searchPage{
  cursor: pointer;
}
#sortable{
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
  margin-bottom: 10px;
}
#sortable li {
  margin: 5px; 
  padding: 5px; 
  /* width: 150px; */
}
.ui-state-default{
  cursor: pointer;
  background-color: #fff
}
.configweb label:not(.custom-control-label){
  font-weight: bold
}
.fa-question-circle{
  cursor: pointer;
}
.page-item.active .page-link{
  z-index: 2;
  color: #fff !important;
}
.topic-group{
  display: none
}
.table-cupom .fa-trash{
  font-size: 20px
}
/* TAGS INPUT */
.bootstrap-tagsinput .label,.bootstrap-tagsinput .badge{
  display:inline-block;
  padding:2px 4px;
  font-size:14px;
  font-weight:bold;
  line-height:25px
  ;color:#fff;
  text-shadow:0 -1px 0 rgba(0,0,0,0.25);
  white-space:nowrap;
  vertical-align:baseline;
  background-color:#999
}
.bootstrap-tagsinput .label{
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px
}
.bootstrap-tagsinput {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 30px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-tagsinput .label-info,.bootstrap-tagsinput .badge-info{
  background-color:#3a87ad
}
.label-info[href],.badge-info[href]{
  background-color:#2d6987
}
#select2-cidade-container {
  line-height: 40px;
}
.card{
  width: 97%
}
.ultimasCompras .subTable th{
  border-top: 0px;
}
.ultimasCompras .table td, 
.ultimasCompras .table th{
  vertical-align: inherit;
}
.bt-0{
  border-top:0px !important;
}
.thLoja{
  border-right: 1px solid #ddd;
  border-bottom:0px !important;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd !important;
  background: #eef
}
#verValor table.table{
  display: none
}
#verValor .modal-body{
  min-height: 500px
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  right: 0;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.ultimasCompras table i.fa{
  cursor: pointer
}
#verValor label{
  font-weight: bold
}
.text-red{
  color: #f00;
}
.hidden{
  display: none
}
.table-pedido #products-table td strong{
  color: #fff
} 
.table-pedido #products-table th {
  color: #fff
}
input[type=date]{
  padding: 6px;
}
.no-margin{
  margin: 0px !important
}
.no-padding{
  padding: 0px !important
}
.card-header.formaPgto span:hover,
.card-header.observacao span:hover,
.card-header.dadosPedido span:hover{
  cursor: pointer;
  font-weight: bold
}
.card-body.graphVendas, .card-body.detailsGraph{
  background-color: #ddd
}
.card-body.detailsGraph p{
  color: #000
}
#printPdfGrafico:hover{
  color: #4573f5
}

.modal2 {
  display:    none;
  position:   fixed;
  z-index:    1000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 255, 255, 255, .8 ) 
              url('../images/loading.gif') 
              50% 50% 
              no-repeat;
}

/* enquanto estiver carregando, o scroll da página estará desativado */
body.loading {
  overflow: hidden;   
}

/* a partir do momento em que o body estiver com a classe loading,  o modal aparecerá */
body.loading .modal2 {
  display: block;
}