/* Full background image */
.bg {
   background-image: url(../img/background.jpg)!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 #263238)}
.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.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-container {background:#F6F6F6!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;
  }
  
  /*////// Welcome Banner END //////*/

  .sidebar-light {
    box-shadow: 7px 0 12px -4px #e6e6e6;
  }

  .active_list .v-list-item-group .v-list-item--active{
    background-color: #bb0f00;
    border-radius: 7px;
    color: white;
  }


 input[type=number]::-webkit-inner-spin-button,
 input[type=number]::-webkit-outer-spin-button {
   -webkit-appearance: none;
   margin: 0;
 }

 input[type=number] {
   -moz-appearance: textfield;
 }

/* ----------------- 
      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: #bb0f00;
  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);
  }
}

/* ----------------- 
      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;
}

/* ----------------- 
      BUTTONS
----------------- */

.sweet-btn {
  border-radius: 25px !important;
}

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