/* boots */


.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}


.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}


.w-35 {
  width: 35% !important;
}

.w-50 {
  width: 50% !important;
}

.w-65 {
  width: 65% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (max-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}


@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* fim boots */






.user-panel .image img {
    width: 100%;
    border-radius: 0px;
}

.user-panel .image {
    width: 100%;
    padding: 0;
    display: unset;
}
/*
.user-panel, .user-panel .info {
    white-space: unset !important;
}*/
.user-panel,  .info {
  /*  white-space: unset !important; */
}

[class*=sidebar-dark-]  {
    color: #c2c7d0;
}

[class*=sidebar-dark-] .info p {
    margin: 0px;
}
/*
span.high-level{
  font-size: 40px;
    font-weight: bold;
    position: inherit;
}
*/
/*
.user-panel .trophy img {
    height: auto;
    width: 1.7em;
    vertical-align: sub;
    margin-right: 10px;
}
*/
aside.main-sidebar.sidebar-dark-primary.elevation-4 a, aside.main-sidebar.sidebar-dark-primary.elevation-4 a p {
   /* word-break: break-word !important; */
    white-space: unset !important;
}

/*
.card-body img {
    opacity: 1;
    z-index: 2;
}
.card-body img:hover {
    opacity: .1;
}
*/

b.login-title{
  color: #fff !important;
    font-weight: 600;
    font-size: 50px;
    text-shadow: 4px 2px brown;
}

body.login-page {
    background-image: url('../images/Fundo-rally.jpg');
    background-size: cover;
    height: 100% !important;
}

.login-logo{
  margin: 0 !important
}

.login-card-body{
 /* box-shadow: 2px 5px 17px inset !important; */
  /*border-radius: 0 0 .25em .25rem !important;*/
  border-radius: 1rem !important;
 /* max-width: 455px !important;*/
}

.login-box, .register-box {
  width: max-content;
  min-width: 459px;
  max-width: 459px !important;
}

.login-card-body, .register-card-body {
    padding: 35px;
    width: 100%;
    max-width: 550px;
}

.login-page span {
    padding: 2.83px;
}
/*
.flash-me {
  color:#fff;
  font-size:40px;
  -webkit-animation: flash linear 2s infinite;
  animation: flash linear 2s infinite;
  background-color: #28a745 ;
}

@-webkit-keyframes flash {
  0% { opacity: 0; } 
  80% { opacity: 1; color:#fff; } 
  83% { opacity: 0; color:#fff; } 
  86% { opacity: 1; color:#fff;}  
  89% { opacity: 0} 
  92% { opacity: 1; color:#fff;} 
  95% { opacity: 0; color:#fff;}
  100% { opacity: 1; color:#fff;}
}
@keyframes flash {
  0% { opacity: 0; } 
  80% { opacity: 1; color:#fff; } 
  83% { opacity: 0; color:#fff; } 
  86% { opacity: 1; color:#fff;}  
  89% { opacity: 0} 
  92% { opacity: 1; color:#fff;} 
  95% { opacity: 0; color:#fff;}
  100% { opacity: 1; color:#fff;}
}

span.multiplicador{
    position: absolute;
    margin: -15px 0 0 15px;
}
.multiplicador b{
    font-size: 30px;

}*/

.progress {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 60px !important;
    background-color: #ddd !important;
    font-size: unset;
    
}


.barraVenda, .barraPosit, .barraMix, .barraVendaCategoria{
  font-weight: 600;
 /* font-size: 17px;*/
}

.barraVenda span, .barraPosit span, .barraMix span, .barraVendaCategoria span{
  position: absolute;
  width: inherit !important;
  max-width: 100%;
  font-weight: 600;
  /*font-size: 17px;*/
}






.bg-danger span {
    color: #000;
}

/*

figure {
    position: relative;
    width: 300px;
    height: 75px;
    margin: 0;
    padding: 0;

    overflow: hidden;
}
figure::before {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 2;
    display: block;
    content: '';
    width: 61%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(
-25deg
);
    transform: skewX(
-25deg
);
}
*/
.content-header {
    padding: 0px;
}

.tamanho-resumo-login{
    max-height: 42px !important;
}



.info p {
    font-size: 15px;
}
/*
.main-sidebar, .main-sidebar::before {
    width: 270px !important;
}
*/
@media (min-width: 768px){
    body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 285px;
    }   
}

.img-perfil-lateral img{
    width: 45% !important; 
    float: left;
}
.info p {
    font-size: 14px !important;
}
@media (min-width: 769px){
   
  .main-sidebar, .main-sidebar::before {
      width: 295px;
  } 
  
}

.card-body img{
        max-width: 500px;
}

.layout-fixed .brand-link{
    width: auto;
}

[class*=sidebar-dark-] {
    background-color: #1c1c1c !important;
}

select, input, option {
    padding: 10px !important;
}

#bootstrap-duallistbox-nonselected-list_duallistbox\[\],#bootstrap-duallistbox-selected-list_duallistbox\[\] {
    height: auto !important;
    min-height: 350px !important;
}


/* toggle */

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 

/* fim toggle */



@media (max-width: 768px){
  /*
  .main-sidebar, .main-sidebar::before {
      width: 250px !important;
  } 
  */
}


.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto !important;
}




.fas::before {
   /* font-size: 40px !important;*/
}



.fa-1-5x {
    font-size: 2.3rem !important;
}.fa-2x {
    font-size: 2em;
}

.progress-group {
    background: #fff !important;
padding: 15px;
color: #000;
box-shadow: 0px 0px 15px -8px #000;
margin: 15px;






}


.progress-group-new {
 /*   margin: 15px 0;
    background: #eee;*/
    /*
    background: #fff !important;
padding: 15px;
color: #000;
box-shadow: 0px 0px 15px -8px #000;
margin: 15px;
*/





margin:0px !important;
box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2) !important;
border-top: 1px solid #ddd !important ;
background: #fff !important;
padding-top: 15px !important;



}
.progress-group > .row:first-child {
    font-weight: 600 !important;
    border-bottom: 1px #ccc solid;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 0px;
    color: #343a40;
}

.modal-backdrop.show {
    z-index: 999 !important;
}
.modal {
    color: #000 !important;
}

.inline-block{
  display: inline-block;
}
.positObj {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 25px;
    /*min-height: 280px;*/
}

/*
.positObj .col-lg-2,.positAlcancado .col-lg-2,.PositCampAlcancado .col-lg-2,.positCampObj .col-lg-2 {
    min-height: 130px !important;
}
*/

.col-lg-2.text-center.border.inline-block.p-4 .row {
    min-height: 3em;
    display: flex;
}
.col-lg-2.text-center.border.inline-block.p-4 .row .col {
    margin: auto;
}

.BotaoDetalhesRca {
    margin-top: 20px;
    font-weight: 600;
}

.clienteNome{
  /*height: 2em;*/
}
.modal-x2 {
    max-width: 1140px;
}

/* novo estilo dashboard com menus */

.nav-tabs .nav-item {
    width: 100% !important;
}

.nav-tabs {
    border-bottom: none;
}

.big-font {
    font-size: 22px;
}

[class*="sidebar-dark-"] {
    color: #ddd;
}


.card-header{
  /*
  background-image: linear-gradient(#ddd -100%,#343a40 60%) !important;  
  */
  /*! background-image: linear-gradient(#ddd -100%,#343a40 60%) !important; */background-color: #fff !important;color: #515151;
}
.card-header a{
background-color: #fff !important;color: #515151;
}

.sidebar a {
    /*color: #eee !important;*/
}
.sidebar a.active {
  /*  color: #000 !important;*/
}
.fade2{
  display: none;
}
.fade3, .fadeMix{
  display: none;
}



.dataCampanha{
  font-size: 1.2rem;
}

.relogioCont p{
  display: inline-block;
  width: 100%;
  padding: 0 20px;
}


.relogioCont > div> div> div{
  width: 100% !important;
  display: block !important;
  min-width: 100%;
  padding-bottom: 10px;
  margin: auto;
}

input.knob2,input.knob3,input.knob4,input.knob6 {
    font-size: 25px !important;
    width: 85px !important;
    margin-left: -102px !important;
}

.help-tip{
  display: none;
}

.btn-cat{
  float: right;
  padding: 0 15px;
  height: 25px;
  line-height: 25px;
  font-weight: 600;
  background: #343a40;
  border: none;
}

#TodasCategorias,#ranking {
    /* max-height: 450px; */
    overflow: auto;
    border-top: 1px solid #ddd !important;
}

#TodasCategorias {
  margin-bottom: 300px;
  min-height: 350px;
}

#target {
  /*
    height: 400px;
    width: 600px;
    padding: 20px;
    margin: 10px auto;
    border: 1px solid gray;
    border-radius: 4px;
    position: relative;
    */
}
/*
.modal {
    position: absolute;
}
.modal-left {
    margin: 30px;
}
.modal-right {
    margin: 30px;
    float: right;
}*/

.info-box{
  background-color: #fff !important;
}

.card-body {
    background: #f5f5f5;
}




.card-header.p-0.pt-1.bg-gray-dark {
    background: #f5f5f5 !important;
}

.card-header a {
    background-color: unset !important;
    color: #515151 !important;
}

.info-box.mb-3.bg-success.h-100 {
    color: #000 !important;
}
.info-box {
    border-radius: 0px !important;
    border-top: 1px solid #ddd !important;
}

.sombra-box{
  box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
}
.card-title.font-weight-bold {
   /* font-size: 1.1rem !important;*/
    color: #1f2d3d !important;
}
.card-header {
    padding: .5rem 1rem !important;
}
.form-control {
    border-radius: 0rem;
}
.nav-link.dropdown-toggle {
    padding: 0px;
}


span.border-right {
    border-right: 1px solid #ccc;
    
}
/*

button.bg-success, button.bg-warning{
  background: #2ec7c9 !important;
  color: #fff !important;
}

button.bg-success:hover, button.bg-warning:hover{
border-color: #2ec7c9 !important;
color: #2ec7c9 !important;
background: #fff !important;
}
.bg-info{
  background-color: #2ec7c9 !important;  
}
*/
/*
.progress-bar-striped{

}
*/
.bg-success{
  background-color: #708F05 !important;
}
.bg-info{
  background-color: #F1B602 !important;
}

.bg-warning-info{
  background-color: #F18903 !important;

}

.bg-warning{
  background-color: #F05B04 !important;
}

.bg-danger{
  background-color: #F30604 !important;
}


p.objetivoSomaVendasRCAporCampanhaTotal {
   /* border: 1px solid #ccc !important;*/
    padding: 0 20px !important;
    width: 100% !important;
}

.objetivoSomaVendasRCAporCampanhaTotal span {
    border: 1px #ccc solid;
    padding: 5px 20px;
    min-width: 100% !important;
    display: inline-block;

}

.objetivoSomaVendasRCAporCampanhaTotal span  span { /* valor de venda/posit/mix geral */
    font-weight: 600;
    border: 0px;
}


.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}


.classeLinhaRankingUsuarioRed{
  border-left: 9px solid red;
}

.classeLinhaRankingUsuarioGreen{
  border-left: 9px solid green;
}




.col-itens-categorias{
  min-height: 270px;
   display: flex;
   align-items: center; 
   justify-content: center;
}






@media (max-width: 500px){
  .login-box {
      min-width: 100% !important;
      max-width: auto !important;
      padding:7px !important;
      width: auto;
  }
  #custom-tabs-two-profile2{
    overflow: auto;
  }
  #TodasCategorias {
      max-height: unset;
  }
  #custom-tabs-two-tab .nav-tabs .nav-item.show .nav-link,#custom-tabs-two-tab  .nav-tabs .nav-link.active {
      color: #515151 !important;

  }
  #ranking2 .px-3 {
      padding: 0 !important;
  }

  .img-medalha{
    height: 65px !important;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  h3.tabela-rank {
    line-height: 25px !important;
    margin-left: 0 !important;
    text-align: center;
  }

  .align-div{
    text-align: center;
    display: block ruby;
  }
  
  .indexClass .img-medalha {
      height: 40px !important;
      margin-bottom: 5px;
  }  
  .align-div .far{
      display: block;
      width: inherit;
      padding: 10px 0;
  }

}

.main-header .nav-link {
    height: unset;
    position: relative;
}


.nav-tabs .nav-link:hover{
      color: #fff !important;
    background-color: unset !important;
    border-color: transparent !important;
   transition: all ease 0.4s !important;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #5db482 !important;
  background-color: unset !important;
  border-color: transparent !important;
  transition: all ease 0.4s !important;
  font-weight: 600 !important;
}
.nav-tabs:hover .nav-link.active:hover {
    color: #fff !important;
}

.nav-item i {
    width: 30px;
}
.os-content {
    padding: 0px !important;
}
.nav-link {
    padding: .5rem 1.5rem;
}


.ranking-rca-selecionado {
    background: #eee;
    border: 3px solid #ddd;
}

.ranking-rca-selecionado td {
    font-size: 27px !important;
}


.menu__item--arrow::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 90%;
    top: 15px;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #bfbfbf;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.nav .nav-tabs a{
  position: relative;
}


/* menu sidebar da tray */
.submenu__content {
    background-color: #333333;
    width: 15px;
    height: 100vh;
    padding: 24px;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 295px;
    visibility: hidden;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
}

.menu__item.active + .submenu__content {
    width: 265px;
    visibility: visible;
    -webkit-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    transition: all linear 0.4s;
}
.menu__item.active .menu__item--arrow::after {
    border-color: transparent transparent transparent #fff;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu__title {
    display: block;
    margin-bottom: 33px;
    padding-top: 15px;
    font-size: 19px;
    font-weight: 500;
    color: #bfbfbf;
}
h6 {
    margin: 2.33em 0;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
li {
    list-style-type: none !important;
}
.submenu {
    margin-top: 100px;
    min-width: 200px;
    padding-left: 0px;
}
.menu__item.menu__item.active + .submenu__content :not(.submenu-child) {
    opacity: 1;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.submenu__content .submenu__item, .submenu__content .submenu__item a, .submenu__content .submenu-child__item, .submenu__content .submenu-child__item a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    letter-spacing: 0.14px;
    color: #b1b1b1 !important;
    outline: none;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.submenu__content .submenu__item:hover, .submenu__content .submenu__item a:hover, .submenu__content .submenu-child__item:hover, .submenu__content .submenu-child__item a:hover {
    color: #fff !important;
}

.submenu .nav-link {
    padding: 5px 0;
}


h3.tabela-rank{
  line-height: 50px;
  margin-left: 15px;
}

.img-medalha{
  height:35px;
}

.indexClass .img-medalha{
  height:35px;
}


@media (max-width: 2000px){
  .colDias{
      width: 100% !important;
      flex: 100%;
      max-width: 100%;
  }

}

@media (max-width: 2360px){
  .colDias .colDiasChild{
      width: 33% !important;
      flex: 33%;
      max-width: 33%;
  }

}

.col.unidades { 
    margin: auto;
}

.img-lista-campanhas {
    max-width: 165px !important;
}

.img-lista-campanhas-sem-img { /* imgs de pdf e xls na lista */
    max-width: 45px !important;
}

.td-img-lista-campanhas {
    width: 165px !important;
}


.dicasPreenchimento span{
  color: #FF0000;
  font-weight: 600;
  padding-right: 10px;
}

.dicasPreenchimento h4{
  font-weight: 600;
  margin-bottom: 15PX;
}

.scroll-message {
  width: 50px !important;
  min-width: initial !important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  background-color: rgba(255,255,255,.7);
  border-radius: 10px 0 0 10px;
  z-index: 1;
}

.scroll-message > span {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  top: 20%;
  transform: translateY(-50%);
  background-image: url("../images/horizontal-scroll.png");
  background-size: contain;
  animation-name: move;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}@keyframes move{from{left:0}to{left:15px}}

@media (min-width: 2000px){
  .scroll-message {
    display: none;
  }
}

.card-scroll {
    border-right: 1px dashed #ccc !important;
}

 @media screen and (min-width: 991px) and (max-width: 1340px)  {

    .objetivoSomaVendasRCAporCampanhaTotal span {
        min-width: 100% !important;
    }
 }

 #custom-tabs-two-tabContent .nav-item {
    width: auto !important;
}

td.colunaNomeRanking {
    max-width: 360px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#ranking2 .info-box {
  max-height: 537px;
    min-height: 55px !important;
}    

.input-group {
  
  align-items: center;
}

.pdfobject-container {
    height: 30rem;
    border: .5rem solid rgba(0,0,0,.1);
    min-height: 700px !important;
}

.spanBorder{
    border: 1px #ccc solid;
    padding: 5px 20px;
    min-width: 100% !important;
    display: inline-block;
    padding: 0 20px !important;
}

.pBorder{
  width:100%;
}


@media (max-width:576px) {
 .d-sm-none {
  display:none!important
 }
}


@media (max-width:576px) {
    .login-card-body, .register-card-body {
        padding: 15px;
    }
}

@media (max-width:1150px) {
    
    body.login-page {
        background-position: right;
    }

}





/* tooltip */

.help-tip{
position: relative;
top: -10px;
left: -10px;
text-align: center;
background-color: #BCDBEA;
border-radius: 50%;
width: 24px;
height: 24px;
font-size: 14px;
line-height: 26px;
cursor: default;
float: right;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}
/*
.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}
*/
.help-tip p{    /* The tooltip */
display: none;
text-align: left;
background-color: #fff;
padding: 10px;
width: auto;
position: absolute;
border-radius: 3px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
right: -35px;
color: #000;
font-size: 13px;
line-height: 1.4;
z-index: 9;
white-space: break-spaces;
white-space: nowrap;
height: 95px;

}

.help-tip p:before{ /* The pointer of the tooltip */
position: absolute;
content: '';
width: 0;
height: 0;
border: 6px solid transparent;
    border-bottom-color: transparent;
border-bottom-color: #1E2021;
right: 40px;
top: -12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
width: 100%;
height: 40px;
content: '';
position: absolute;
top: -40px;
left: 25px;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

.mesesCatIndividual {
    border: 1px solid #ccc;
    padding: 5px;
}

.toast-body {
    max-width: 350px !important;
    word-break: break-word !important;
}

.nav-tabs {
  width: 100%;
}

.cards-new-info{
    max-height: 17em;
    overflow: auto;
    display: block;
}

.btn-selecionado{
    background-color: #1e7e34 !important;
    border-color: #1e7e34;
}
.bg-blur{
  background-color: #bbb !important;
}
.bg-cinza-claro{
  background-color: #f5f5f5; !important;
}


.dataTables_filter select {
  margin-left: 15px;
}



@media (max-width:750px) {
    
    .submenu__content{
      left: 0px !important;
      z-index: 99;
    }
    .submenu{
      position: relative !important;
    }
    /*
    .menu__item.active + .submenu__content .menu__item--arrow::after  {
      display: block !important;
      transform: rotate(180deg);
      border-width: 10px 0 10px 10px;
    }
*/
    .menu__item--arrow2::before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0%;
      top: 15px;
      border-style: solid;
      border-width: 6px 0 6px 6px;
      border-color: transparent transparent transparent #bfbfbf !important;
      -webkit-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
    }
    .menu__item.active + .submenu__content .menu__item--arrow2::before  {
      display: block !important;
      transform: rotate(180deg);
      border-width: 10px 0 10px 10px;
      margin: 10px 0 0 25px;
    }
    .menu__item--arrow.menu__item--arrow2 {
      margin: auto;
      line-height: 22px;
      padding: 0 25px;
      margin: 0px;
      display: block !important;
    }

    #ranking2 td {
      font-size: 18px !important;
    }    
    .autowidth{
      max-width: fit-content !important;
    }

    .dataTables_wrapper .dt-buttons.btn-group.flex-wrap button {
      margin-bottom: 10px;
      border-radius: 0px;
    }
    .dataTables_wrapper .dt-buttons.btn-group.flex-wrap {
      display: grid;
    }
    .tabelaDinamica {
      overflow-x: auto !important;
    }    
    .tabelaDinamica select {
      width: 100%;
      padding: 0;
      margin: 5px 0;
    }    
    .tabelaDinamica .dataTables_filter label {
      width: 100%;
      height: 60px;
    }  
    .tabelaDinamica .dataTables_filter input[type="search"]  {
      height: 40px;
    }          
    .tabelaDinamica .fas::before {
      font-size: 40px;
      margin: 0 25px;
    }    
}


.menu__item--arrow.menu__item--arrow2 {
  display: none;
}
.menu__item.active + .submenu__content .menu__item--arrow::after  {
  display: none;
}

.menu__item.active + .submenu__content .menu__item--arrow2::before  {
  display: none;
}

.autowidth{
  max-width: 100%;
}

.forceInputFontSize{
  margin: 0;
  font-family: inherit;
  font-size: inherit !important;
  line-height: inherit;
}

.tabelaDinamica {
  overflow-x: unset;
}

.card-body.timelinenew {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff !important;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    margin: 20px 0;
}

.card-body.timelinenew .description {
    color: #6c757d;
    font-size: 15px !important;
    margin-top: -3px;
}

.separadorMenu{
    margin-bottom: 10px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.conteudoCard .card-body img {
    /*max-width: 250px;*/
    max-width: 100%;
    max-height: 100%;
    padding-right: 10px;
}


@media (max-width:750px) {
    
    .conteudoCard .card-body img {
        padding-right: unset;
        max-height: 100%;
    }

}


.note-editable {
    height: 160px;
}

.note-editable span {
    font-size: inherit!important;
}

.note-toolbar button[aria-label="Picture"] {
    display: none;
}

#custom-tabs-home h1 span,
#custom-tabs-home h2 span,
#custom-tabs-home h3 span,
#custom-tabs-home h4 span,
#custom-tabs-home h5 span,
#custom-tabs-home h6 span
{
    font-size: unset !important;
}


/*
.sidebar.os-host-scrollbar-horizontal-hidden li a span {
    font-size: unset;
}
*/
.sidebar-collapse .sidebar.os-host-scrollbar-horizontal-hidden li a span {
   /* font-size: 0px !important; */
   display: none;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover {
    width: 295px;
}

.checkedDestaque, .checkedDelPost {

  font-size: 18px !important;
}

.checkedDestaque span , .checkedDelPost span{
  font-family: 'Source Sans Pro';
  font-size: 16px !important;
  font-weight: 400;
}


.checkedDestaque.corLaranja{
    color: orange;
}

.checkedDestaque.corCinza, .checkedDelPost.corCinza {
    color: gray;
}

tr.group, tr.group:hover {
    background-color: #ccc !important;
}

/*
table.dataTable tr.details td.dt-control:before {
    content: "-";
    font-weight: 600;
    font-size: 25px;
}
table.dataTable td.dt-control:before {
    display: inline-block;
    color: rgba(0, 0, 0, 0.5);
    content: "+";
    font-weight: 600;
    font-size: 25px;
}
table.dataTable td.dt-control {
    text-align: center;
    cursor: pointer;
}
*/

div#demo-output {
    max-height: 600px;
}

figure.highcharts-figure {
    width: unset;
    height: unset;
}

















#container {
    min-width: 310px;
    max-width: 800px;
    height: 400px;
    margin: 0 auto;
}

.buttons {
    min-width: 310px;
    text-align: center;
    margin: 1rem 0;
    font-size: 0;
}

.buttons button {
    cursor: pointer;
    border: 1px solid silver;
    border-right-width: 0;
    background-color: #f8f8f8;
    font-size: 1rem;
    padding: 0.5rem;
    transition-duration: 0.3s;
    margin: 0;
}

.buttons button:first-child {
    border-top-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
}

.buttons button:last-child {
    border-top-right-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
    border-right-width: 1px;
}

.buttons button:hover {
    color: white;
    background-color: rgb(158 159 163);
    outline: none;
}

.buttons button.active {
    background-color: #0051b4;
    color: white;
}



.barGraficos .progress {
    height: 200px!important;
    width: 100px;
    background-color: eee!important;
}

.progress.dataEcommerce{
    height: 5px !important;
}


.bg-info.dataEcommerce {
    background-color: #17a2b8!important;
}

.bg-success.dataEcommerce {
    background-color: #28a745!important;
}

.bg-warning.dataEcommerce {
    background-color: #ffc107!important;
}

.bg-danger.dataEcommerce  {
    background-color: #dc3545!important;
}

.bg-info, .bg-info>a {
    color: #000 !important;
}

input#min, input#max {
    padding: 5px 15px !important;
}


tr.odd td:first-child,
tr.even td:first-child {
    padding-left: 1.5em;
}

table.dataTable.dtr-column>tbody>tr>td.dtr-control:before, table.dataTable.dtr-column>tbody>tr>th.dtr-control:before, table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before {
    display: inline-block;
    color: rgba(0, 0, 0, 0.5);
    content: "►";
}





/*
svg.bonIcon {
    fill: #00e004;
}


svg.bonIcon.red {
    fill: #F30604 !important
}
*/

.spanPotencialGanho{
    background: #0f05;
    padding: 8px;
    font-weight: 600;
}

.table-responsive td {
    vertical-align: middle;
}

i.fas.fa-bars {
    font-size: 25px;
}


/*

span.info-box-text svg, span.info-box-text i {
    font-size: 30px !important;
}
*/
.line-height-normal {
    line-height: 1.3em !important;
}


/* icones de chave, cadeado, cadeado aberto, trofeu etc da tabela de obj de campanhas */
#TodasCategorias img, .divIndustria .sombra-box img{
    height: 19px;
}

.info-industria-posit, .info-industria-venda, .info-industria-positmix{
  cursor: pointer;
}

img.info-industria-venda:hover, img.info-industria-posit:hover, img.info-industria-positmix:hover {
    height: 30px !important;
    transition: .5s;
}


.nav-item span {
    text-transform: uppercase!important;
}

.tableResultCategorias{
      border-collapse: separate;
    border-spacing: 0em;

}



.tableResultCategorias thead{
    background-color: #fff !important;
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

#TodasCategorias .card-body{
   /* max-height: 400px; */

}

.expandir-tabela{
    position: fixed;
    bottom: 5px;
    background-color: #fff;
    z-index: 99;
    padding: 15px;
    border: 1px solid #aaa;
    border-radius: 10px;
    cursor: pointer;
}

.fechar-industria, .gerarPDFCliNaoPosit, .gerarPDFCliNaoPositIndustria{
      bottom: 5px;
    background-color: #fff;
    z-index: 99;
    padding: 15px;
    border: 1px solid #aaa;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 50px;
}
span.gerarPDFCliNaoPositIndustria {
    position: absolute;
    /* margin: 0px 0; */
}
.gerarPDFCliNaoPositIndustria img{
    width: 25px;
}

.ajusteLayoutImpressao .cards-new-info {
    max-height: unset;
}
.ajusteLayoutImpressao #industria-nao-positivada-cliente {
    height: 555px;
}

@media print{

  .fechar-industria, .gerarPDFCliNaoPosit{
      display: none !important;
  } 
  .fechar-industria, .gerarPDFCliNaoPositIndustria{
      display: none !important;
  } 

}

.html2pdf__page-break td {
    /* display: none; */
    max-height: 1px;
    padding: 0px !important;
    border: 0px !important;
}

.cabecalho-clientes{
    height: 70px;
    display: flex;
    align-items: center;
}

.colClienteSize{
  min-width: 300px !important;
}

.colEstadoSize{
  max-width: 60px; !important;
}


.subcabecalho-clientes th {

display: flex;
    align-items: center;
    border: 0  !important;
}

.industria-clientes thead tr:hover {
    background-color: unset !important;
}


.classeVisualizar .getTablePostagens button{

  display: none !important;
}

.resumo-vendas img, .resumo-vendas2 img {
    height: 1.4em;
}


/* alterar tamanho padrao das fontes -- solicitação do luciano */


.card-body td, .card-body th,.card-header h3,.info-box-content,.card-title.font-weight-bold,p {
    font-size: 19px;
}
tbody>tr>td:first-of-type div {
    padding: 2px;
    white-space: normal;
}

.tableResultCategorias thead th {
    vertical-align: middle;

}

th.cabecalho-clientes {
    min-height: 80px;
}

@media (max-width: 1600px){

    .progress {
        width: 150px;
    }


    .progressPosit{
      min-width: 130px;
      width: auto;
    }

    .card-body td, .card-body th,.card-header h3,.info-box-content,.card-title.font-weight-bold,p {
      font-size: 15px;
      padding: 10px 9px;
    }
    
    tbody>tr>td:first-of-type div {
      word-break: break-word;
      width: 160px;
      white-space: initial;
    }

}

.vendaSpan{
  line-height: 30px;
}

.vendaPorcentSpan{
  font-size: .9em;
}


.corColunaVenda{
  background-color: rgba(217, 234, 211, 0.2);
}
.corColunaCob{
  background-color: rgba(207, 226, 243, 0.2);
}
.corColunaIndustrias{
  background-color: rgba(245,245,245, 0.5);
  text-transform: capitalize !important;
}


input[type=checkbox] {
    transform: scale(1.5);
}

@media (min-height: 765px){
  
  li.nav-item.last {
    position: absolute;
  }

}
li.nav-item.last {
    bottom: 0px;
    text-transform: uppercase;
    padding: 0 20px;
}

.layout-fixed .wrapper .sidebar {
    height: 100%;
}

.select-multiple{
    position: relative;
    z-index: 999;
}

.loading-dash {
    height: 100% !important;
}

.alertaCobertura{

    font-size: 15px;
    color: red;
    font-weight: 600;
    text-wrap: balance !important;
    line-height: 20px;
    padding-top: 10px;

}

.select-dinamico .vscomp-value {
    padding: 4px !important;
    height: auto;
}
.vscomp-toggle-button, .select-dinamicoo{
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);

}

.vscomp-ele {
    /* max-width: unset !important;  */
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text{
  border-left: solid;
  
}
.login-card-body .input-group .form-control, .register-card-body .input-group .form-control {
    border-right: #777 solid;

}
.input-group-text {
    padding: 0.475rem .75rem;
}
span.fa.fa-fw.field-icon.toggle-password.fa-eye,span.fa.fa-fw.field-icon.toggle-password.fa-eye-slash {
    font-size: 19px;
    position: absolute;
    right: 10px;
    top: 30px;
        cursor: pointer;
            z-index: 99999999999999999999999999999;
}

.card-body.login-card-body {
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
}

button#gerarRelatorioCompletoDinamicoButton {
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
button#gerarRelatorioCompletoDinamicoButton:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

button#gerarRelatorioCompletoDinamicoButton:focus {
    outline: none;
}



.resumo-vendas3 img {
    height: 1.5em;
    margin-right: 10px;
}
.resumo-vendas3 img {
    height: 1.5em;
    margin-right: 10px;
}

#ranking2 .info-box.novoInfoBox{
  display: inline-block;
  max-height: 590px;
}

#relogioVenda div, #relogioPosit div{
  margin: 0 auto !important;
}

.vscomp-ele {
    max-width: 245px !important;
}

.info-box.novoInfoBox .info-box-icon{
  font-size: 1.5rem;
}



.formAddUsuario * {
    max-width: 455px !important;
}

.corColunaIndustrias img {
    height: 30px !important;
    max-width: 120px !important;
}

.colReduzida{ /* usada na tabela do ecommerce */
  width: 170px !important;
}

@media print {
    .pedidoRemove{
        display: none;
    }
}  