/* Full background image */
 /*.bg {
    background-image: url(../img/background3.jpg) !important;
}*/
 .bg {
  background: url('../img/main_background.png') no-repeat center center fixed !important;
  background-size: 100% auto !important;
  background-color: #ffdfb6 !important;
}
/* html {
    font-size:17px!important
}*/
body {
    font-family: 'roboto', sans-serif
}
.sp-2 {
    letter-spacing: 2px
}
.shadow-img {
    filter: drop-shadow(2px 2px 2px #696969)
}
.shadow-img-2 {
    filter: drop-shadow(4px 4px 4px lightgrey)
}
.bg-login {
     background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%)!important;
}
.bg-drawer {
     background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1)), url("../img/sidebar/15.png");
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}

.bg-container {
    background:#eef1f5 !important;
}
.bg-container-dark { background:#222222 !important; }


.bg-card {
     background:url('bg2.jpg');
     background-size: cover;
}
/*/
///// Welcome Banner /////
/*/
/* Loaded body */
 body.loaded {
     opacity: 1;
     transition: 1s opacity;
}
/* Default banner */
.banner {
    position: relative;
    width: 100%;
    height: 40rem;
    padding: 0 5%;
    overflow: hidden;
    backface-visibility: hidden;
}
/* Default image container */
.banner .background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate3d(0,0,0) scale(1.25);
    background: black url(https://images.unsplash.com/photo-1531971085967-431db1ec65a2?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=212d5ac2d6b763d2f2168d4f0a85b36c&auto=format&fit=crop&w=2250&q=80) no-repeat center center;
    background-size: cover;
}
/* Loaded image container */
.loaded .banner .background {
    transform: scale(1);
    transition: 6.5s transform;
}
/* Other stuff */
.banner h1 {
    color: #EEE;
    margin: 0;
    line-height: 40rem;
    text-transform: uppercase;
    text-shadow: 0 0 .3rem black;
}

.no-uppercase {
     text-transform: unset !important;
}

.custom-loader {
  animation: loader 1s infinite;
  display: flex;
}

h3.linea {
  position: relative;
  opacity: 30%;
  z-index: 1;
}
h3.linea:before {
  border-top: 2px solid #cccccc;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 85%;
  z-index: -1;
}
h3.linea span {
  background: transparent;
  padding: 0 15px;
}

/* ----------------- 
      SIDEBAR 
----------------- */
.active_list .v-list-item-group .v-list-item--active{
  background-color: #F26925;
  border-radius: 7px;
  color: #FFF;
}

.sidebar-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 10px;
}

.sidebar-dark {
  background-color: #171717 !important;
  box-shadow: 7px 0 12px -4px #111111;
}

/* ----------------- 
      CARDS 
----------------- */ 

.card_style {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
}

.card_form {
  border-radius: 20px !important; 
  box-sizing: border-box !important;
}

/* ----------------- 
      SCROLL 
----------------- */

#scrollbar_tire::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
	background-color: #F5F5F5;
}

#scrollbar_tire::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
  border-radius: 10px;
}

#scrollbar_tire::-webkit-scrollbar-thumb
{
	background-color: #F26925;
  border-radius: 10px;
}

#scrollbar_tire_filter::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
	background-color: #ffffff;
}

#scrollbar_tire_filter::-webkit-scrollbar
{
	width: 6px;
	background-color: #ffffff;
  border-radius: 10px;
}

#scrollbar_tire_filter::-webkit-scrollbar-thumb
{
	background-color: #ffffff;
  border-radius: 10px;
}

/* ----------------- 
    FORM SCROLL
----------------- */

.form_responsive {
  max-height: 675px !important;
}
.form_responsive_two {
  max-height: 775px !important;
}

@media only screen and 
(min-width: 1030px) and (max-width: 1366px) {
  .form_responsive {
    max-height: 400px !important;
  }
  .form_responsive_two {
    max-height: 700px !important;
  }
}

@media only screen and 
(min-width: 1367px) and (max-width: 1540px) {
  .form_responsive {
    max-height: 500px !important;
  }
  .form_responsive_two {
    max-height: 800px !important;
  }
}

.form_filter_scroll {
  max-height: 550px !important;
}

@-moz-keyframes loader {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes loader {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ----------------- 
    SWEETALERT
----------------- */

.toast-custom-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 10px !important;
}

.toast-custom-dark {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7) !important;
}

.sweet-btn {
  border-radius: 25px !important;
}
.sweet-btn:focus {
  /* se desactiva linea que rodea al boton focus */
  outline: none !important;
  box-shadow: none !important;
}

/* ----------------- 
    TABS 
----------------- */

.activeTab {
  background-color: #F26925 !important;
  color: #FFF !important;
}


/* ----------------- 
      GENERAL CUSTOM
  ----------------- */

/* .v-application p {
  margin-bottom: 16px;
  margin-top: 16px;
} */

.v-stepper__header {
  display: none;
}

.v-stepper__content {
  padding: 0;
}

.v-sheet.v-card {
  border-radius: 20px;
}

.theme--light.v-tabs-items {
  background-color: transparent;
}

.tabs-inner .v-tab {
  text-transform: none;
}

.tire_compare_img {
  opacity: 0.1;
  max-width: 155px;
  max-height: 169px;
}

.compare-list .v-list-item__title,
.compare-list .v-list-item__subtitle {
  color: black !important;
}

.compare-list .v-list-item__title {
  font-weight: 600;
}

/* .sortby .theme--light.v-text-field>.v-input__control>.v-input__slot:before {
  border-color: transparent !important;
}

.sortby label {
  text-align: end;
  left: 100px !important;
} */

/* .tag-product {
  height: 45px;
  padding: 0;
} */

.tag-product {
  width: 100%;
  position: relative;
  margin-top: -.1em;
  margin-left: -8px;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 16px;
}

.tag-bottom::before {
  left: 0;
  border-left: 8px solid transparent;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  border-top: 8px solid #01ab48;
}

.tag-bottom::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  border-top: 8px solid #01ab48;
  right: 0;
  border-right: 8px solid transparent;
}

.v-text-field--outlined,
.v-text-field--solo {
  border-radius: 0;
}

fieldset {
  border-color: #d9d8e5 !important
}

.v-expansion-panel-content__wrap {
  padding: 0 24px 0px;
}

.v-expansion-panel--active>.v-expansion-panel-header {
  min-height: 40px;
}

.v-expansion-panel-header {
  min-height: 40px;
}

.superalert {
  z-index: 9999 !important;
}

.no_border {
  border: none !important;
}

.no_hover_table tr:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* CSS ICON ALERT GENERAL */
.screenAlert-icon {
  border-radius: 50%;
  border: 4px solid gray;
  box-sizing: content-box;
  height: 80px;
  margin: 20px auto;
  padding: 0;
  position: relative;
  width: 80px
}

.screenAlert-icon+.screenAlert-icon {
  margin-top: 50px
}

/* CSS WARNING */
.screenAlert-icon.screenAlert-warning {
  border-color: #F8BB86
}

.screenAlert-icon.screenAlert-warning:before {
  -webkit-animation: pulseWarning 2s linear infinite;
  animation: pulseWarning 2s linear infinite;
  background-color: transparent !important;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%
}

.screenAlert-icon.screenAlert-warning:after {
  background-color: transparent !important;
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1
}

.screenAlert-icon.screenAlert-warning .screenAlert-body {
  background-color: #F8BB86;
  border-radius: 2px;
  height: 47px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  width: 5px;
  z-index: 2
}

.screenAlert-icon.screenAlert-warning .screenAlert-dot {
  background-color: #F8BB86;
  border-radius: 50%;
  bottom: 10px;
  height: 7px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 7px;
  z-index: 2
}

.scaleWarning {
  -webkit-animation: scaleWarning .75s infinite alternate;
  animation: scaleWarning .75s infinite alternate
}

.pulseWarningIns {
  -webkit-animation: pulseWarningIns .75s infinite alternate;
  animation: pulseWarningIns .75s infinite alternate
}

/* ANIMATE WARNING */
@-webkit-keyframes scaleWarning {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  30% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes scaleWarning {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  30% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes pulseWarning {
  0% {
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5
  }

  30% {
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5
  }

  100% {
    background-color: #F8BB86;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
  }
}

@keyframes pulseWarning {
  0% {
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5
  }

  30% {
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5
  }

  100% {
    background-color: #F8BB86;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
  }
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486
  }

  100% {
    background-color: #F8BB86
  }
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486
  }

  100% {
    background-color: #F8BB86
  }
}