.control-label {
  color: #5e5e5e;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  /*  padding: 3px 8px;*/
  text-shadow: none;
}

.user-absolute-rigth {
  position: absolute !important;
  right: 4px
}

h2 {
  margin-bottom: 20px;
}

header > nav.navbar {
  border-radius: 0;
  margin-bottom: 0;
}

header > nav.navbar i.fa {
  font-size: 18px;
}

/*Space between menu itens*/
header > nav.navbar .navbar-nav.main-navigation > li:not(:last-child) {
  margin-right: 35px;
}

header .navbar-toggle.left {
  float: left;
  margin-right: 0;
  margin-left: 15px;
}

header .form-login {
  margin: 24px 0 23px;
}

header .form-login input.form-control {
  font-size: 11px;
}

header .phone-number {
  margin: 0;
}

header .sign-in {
  text-align: left;
  font-size: 15px;
}

header .sign-in a {
  margin: 0 5px;
}

header .sign-in a:first-child,
header .sign-in a:last-child {
  margin-left: 0;
}

header .sign-in a.social-media > i {
  font-size: 18px;
}

main > .banner {
  text-align: center;
}

main > .banner img {
  width: 100%;
}

main .row.split .thumbnail img {
  width: 100%;
}

main .media.card {
  padding: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin: 0 0 10px;
}

main .media.card img {
  width: 70px;
}

main > .band {
  padding: 0 0 20px;
}

textarea.resize-v {
  resize: vertical;
}

.form-group.required .control-label:after {
  content: " *";
  color: red;
}

.my-flex-card > div > div.card,
.my-flex-card > div > div.equal-height {
  height: calc(100% - 15px);
  margin-bottom: 15px;
}

.equal-height {
  margin-bottom: 15px;
}

#form-login.error-message .message {
  color: red;
  font-size: 85%;
}

#form-login.error-message .message:empty {
  margin-bottom: 20px;
}

.topbar-carrinho-cart-btn {
  padding: 10px;
  position: relative;
  transition: all 1s linear;
  border-radius: 6px;
}

.topbar-carrinho-cart-btn-items {
  text-align: left;
  width: 30%;
  margin-bottom: 0;
}

.topbar-carrinho-cart-btn-price {
  text-align: left;
  width: 50%;
  margin-bottom: 0;
  padding-right: 40px;
}

topbar-filtro-buttom-icon {
  height: 100%;
  width: 20%;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5em;
  background: #1c549a;
  color: #FFF;
  text-align: center;
  transition: all 0.3s linear;
  border-radius: 0 6px 6px 0;
  margin-right: 4px;
}

.topbar-filtro-icon-limpar {
  height: 100%;
  width: 20%;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5em;
  background: #c22e2e;
  color: #FFF;
  text-align: center;
  transition: all 0.3s linear;
  border-radius: 0 6px 6px 0;
  margin-right: 4px;
}

.topbar-filtro-icon-success {
  height: 100%;
  width: 20%;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5em;
  background: #3b6c23;
  color: #FFF;
  text-align: center;
  transition: all 0.3s linear;
  border-radius: 0 6px 6px 0;
}

.topbar-carrinho-icon-cart {
  height: 100%;
  width: 20%;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 1.5em;
  transition: all 0.3s linear;
  border-radius: 0 6px 6px 0;
}

.to-fi {
  font-size: 1.5em !important;
  margin-top: -6px;
}

.filter-div {
  padding: 0px 0px !important;
}

.topbar-carrinho-details {
  border: 1px solid;
}

.topbar-carrinho-details > div {
  margin-top: 15px;
  margin-bottom: 15px;
}

.bagulho-container {
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
}

.bagulho-filho {
  display: table-cell;
  vertical-align: middle;
}

p-autoComplete.filter {
  width: 100%;
  height: 28px;
}

p-autoComplete.filter span {
  width: inherit;
}

.autoCompleteDiv {
  padding-left: 4px !important;
}

.autoCompleteFilter {
  height: 28px;
}

.autoCompleteFilter button {
  width: 32px !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

button.nav-search-btn, button.nav-search-btn:focus {
  right: 5px;
  position: absolute;
  top: 0;
  height: 27px;
  padding: 0;
  width: 36px;
  line-height: 1em;
  outline: 0;
  margin-right: 10px;
}

button.topbar-filtro-box-button{
  padding: 8px 5px;
}

.topbar-filtro-box-label {
  font-weight: 300;
  margin: 0 .4em 0 0;
  text-align: left !important;
}

.topbar-filtro-box {
  padding: 4px 5px;
  margin-bottom: 0px;
}

.site-header {
  margin-top: 10px;
  margin-bottom: 5px;
}

.ui-steps .ui-steps-item {
  width: 50%;
}

.ui-steps.steps-custom {
  margin-bottom: 30px;
}

.ui-steps.steps-custom .ui-steps-item .ui-menuitem-link {
  height: 10px;
  padding: 0 1em;
}

.ui-steps.steps-custom .ui-steps-item .ui-steps-number {
  background-color: #0081c2;
  color: #FFFFFF;
  display: inline-block;
  width: 36px;
  border-radius: 50%;
  margin-top: -14px;
  margin-bottom: 10px;
}

.ui-steps.steps-custom .ui-steps-item .ui-steps-title {
  color: #555555;
}

.preview-area {
  background-color: #2c3e50;
  top: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.spinner {
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  position: relative;

}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0.0)
  }
  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*LOGIN- OFERTAS*/

#ofertas .ofertas-item {
  right: 0;
  margin: 0 0 0;
}

#ofertas .ofertas-item span {
  position: absolute;
  font-size: 17px;
  padding: 6px 7px;
  font-weight: 800;
  alignment-baseline: central;
  line-height: 1.2;
  text-align: right;
  color: #333;
}

#ofertas .ofertas-item .tag {
  position: relative;
  line-height: 1.5;
  font-size: 21px;
  color: #fff;
  width: 100%;
  height: 33px;
  text-align: center;
  background-color: #FF9C12;
  margin-bottom: 20px;

}

#ofertas .ofertas-item .ofertas-link {
  display: block;
  /*border:1px solid #ccc;*/
  position: relative;
  text-decoration: none;
  margin: 0 auto;
  max-width: 250px;
}

#ofertas .ofertas-item .ofertas-link .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(55, 88, 155, 0.64);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

#ofertas .ofertas-item .ofertas-link .caption:hover {
  opacity: 1;
}

#ofertas .ofertas-item .ofertas-link .caption .caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

#ofertas .ofertas-item .ofertas-link .caption .caption-content i {
  margin-top: -12px;
}

#ofertas .ofertas-item .ofertas-link .caption .caption-content h3,
#ofertas .ofertas-item .ofertas-link .caption .caption-content h4 {
  margin: 0;
}

#ofertas * {
  z-index: 2;
}

@media only screen and (max-width: 480px) {
  section {
    padding: 0 0;
  }

  #ofertas .ofertas-item .ofertas-link {
    margin-bottom: 20px;
  }

}

/*FIM OFERTAS*/

hr.star-primary {

  padding: 0;
  max-width: 250px;
  border: 0;
  border-top: solid 1px;
  text-align: center;
}

hr.star-primary:after {

  display: inline-block;
  position: relative;
  top: -.8em;
  padding: 0 .25em;
  font-family: FontAwesome;
  font-size: 2em;
}

hr.star-primary {
  border-color: #666;
}

hr.star-primary:after {
  color: #2c3e50;
  background-color: #fff;
}

.item {
  /*padding: 5px;*/
  text-align: center;
  font-size: 2rem;
  /*margin: 5px;*/
}

.item img {
  height: 100px;
}

@media screen and (max-width: 480px) {
  .item img {
    height: 200px;
  }
}

@media screen and (max-width: 600px) {
  .item img {
    height: 200px;
  }
}

@media screen and (max-width: 800px) {
  .item img {
    height: 200px;
  }
}

@media screen and (max-width: 1000px) {
  .item img {
    height: 200px;
  }
}

.ui-growl-custom {
  left: 45%;
  margin-left: -10em;
}

/* Toda e qualquer tabela diferente de produtos */
.tabelaFaltasInseridos th {
  background-color: #D4EDDA !important;
  color: #fff;
}

.tabelaFaltasInseridos tr:nth-child(odd):hover td, tbody tr.odd:hover td {
  background-color: #eeeeee !important;
}

.tabelaFaltasInseridos tr:nth-child(even):hover td, tbody tr.even:hover td {
  background-color: #eeeeee !important;
}

/* Toda e qualquer tabela diferente de produtos */
.tabelaFaltasRejeitados th {
  background-color: #F8D7DA !important;
  color: #fff;
}

.tabelaFaltasRejeitados tr:nth-child(odd):hover td, tbody tr.odd:hover td {
  background-color: #eeeeee !important;
}

.tabelaFaltasRejeitados tr:nth-child(even):hover td, tbody tr.even:hover td {
  background-color: #eeeeee !important;
}

.tabelaProdutos td {
  border: 0px !important;
  border-bottom: 1px solid rgb(217, 217, 217) !important;
}

/*Default main sections text colors*/
.titulos-secoes {
  color: #606060;
  font-size:2.5vw;
}

.botaoPesquisaSelecionado {
  background-color: #035f98 !important;
}

.botaoPesquisa {
  background-color: #004971 !important;
}

.artnew-on {
  color: #28e23e !important;
}

.artnew-on-yellow {
  color: #ffcdd2 !important;
}

.b-artnew-on {
  background: #3b6c23 !important;
  border-color: #3b6c23 !important;
}

.b-artnew-on:hover {
  background: #529631 !important;
}

[class^="fi-bs-"]:before, [class*=" fi-bs-"]:before, [class^="fi-bs-"]:after, [class*=" fi-bs-"]:after {
  font-size: large;
}


.fi-resize-xl i[class*=" fi-bs-"]:before {
  font-size: x-large;
}

.fi-resize-sm i[class*=" fi-bs-"]:before {
  font-size: small;
}

