

/* your styles go here */

	.bootstrap-table .fixed-table-container .fixed-table-body{
		
		overflow-y: hidden !important;
	}
	.select2-search__field{
	width: 100% !important;	
	}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.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: #f58634;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f58634;
}

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%;
}
.sidenav {
    width: 0;
    height: 100%;
    position: fixed;
    z-index: 7;
    top: 0;
    left: 0;
    background-color:#fff;
    overflow-x: hidden;
    transition: 0.05s;
}


/* The navigation menu links */
.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
label{
	background-color:transparent !important;
}
nav.navbar a {
font-size:16px !important;
}
ol,ul {
    list-style:none;
}
.owl-carousel {
  z-index:0 !important;
}
/* css index.php */
.list-brands-card {
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  border-bottom: 4px solid rgba(0, 0, 0, .05);
  display: grid;
  grid-gap: 30px;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  margin: 60px 0;
  padding-bottom: 60px;
}
.list-brands-card a {
  align-items: center;
  border-radius: 4px;
  display: flex;
  justify-content: center;
}
.border-marcas{
  min-height: 100%;
  display: flex;
  min-width: 100%;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #373435;
  max-width: 120px;
  border-radius: 100%;
  padding: 15px;
}
.border-marcas:hover{
  border-color:#f58634;
  box-shadow: inset 0px 0px 3px 0px;
}
.list-brands-card img {
  border:none ;
  border-radius: 30%;
  padding: 0px;
  max-width: 150px ;
  width: 100% ;
}

.categorys {
margin-bottom: 60px;
padding:0px;
}
.content{
margin: 0 auto;
max-width: 1240px;
width: 100vw;
}
.transition-categorys{
transition: all .3s;
}
.transition-categorys p { 
  text-align:center;
  font-size: 15px;
}
.center-content-list {
  margin: 0 auto;
  max-width: 100%;
  padding: 0px;
  width: 100vw;
}
.categorys .list-categorys {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
  margin-top: 60px;
  padding:0px;
}
.categorys .list-categorys li {
  position: relative;
}
.categorys .list-categorys li a {
  display: flex;
  justify-content: center;
}
.categorys .list-categorys li a p {
  color: #373435;
  font-size: 1.8rem;
  left: 20px;
  position: absolute;
  font-weight: 600;
  top: 20px;
  z-index: 0;
  -webkit-transition: color 2s, font-size .3s; /*safari and chrome */
}
.center-content-list:hover .transition-categorys{
filter: grayscale(100%);
margin:10px;
}
.center-content-list:hover .list-categorys .transition-categorys p {
  font-size:16px;
}
.center-content-list:hover .transition-categorys:hover , .center-content-list:hover .transition-categorys:hover p {
filter: grayscale(0%);
margin:0px;
font-size:16px;
}
iframe, img {
  max-width: 100%;
}

/* end index */

/* visao inputs*/
input:read-only {
  filter: brightness(0.96);
  cursor: not-allowed;
}
.box-div {
    display: grid;
    grid-gap: 80px;
    gap: 80px;
    grid-template-columns: repeat(auto-fit,minmax(380px,1fr));
}

.list-registered li {
    align-items: stretch;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    border-radius: 6px;
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 10px;
    z-index: 0;
}
.infos-dvs {
    align-items: center;
    display: flex;
}
.infos-dvs .infos {
    color: #4d4d4d;
    background-color: #fff;
    border-radius: 4px;
    font-size: .8rem;
    font-weight: 400;
    letter-spacing: .8px;
    padding: 10px;
    position: relative;
    z-index: 3;
    width:100%;
}
.infos-dvs .infos p{
	margin:0px;
}
.list-registered li .image {
    margin-right: 10px;
}
.list-registered li .image img {
    max-width: 60px;
    width: 100vw;
}
.list-registered li .options {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    position: relative;
    z-index: 3;
}
.list-registered li .options span {
    align-items: center;
    color: #000;
    display: flex;
    justify-content: center;
    margin: 0 4px;
    padding: 6px;
    text-decoration: none;
}
.list-registered li .options span i {
    cursor: pointer;
    font-size: 1.1rem;
}
.registered .list-registered>li:before {
    content: "";
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: linear-gradient(90deg
,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 1%,#fff 46%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f58634",endColorstr="#ffffff",GradientType=1);
    z-index: 2;
}
.registered .list-registered>li+li {
    margin-top: 16px;
}
.name{
		color: #4d4d4d;
    font-size: .8rem;
    padding-bottom: 3px;
    /* esconder titulo quando passar do tamanho */
    width: auto;
    max-width:270px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.input-class {
    background-color: #fff;
    border: 1px solid #f58634;
    border-radius: 0 30px 30px 30px;
    color: #4d4d4d;
		min-width: 100%;
    font-size: 1rem;
    font-weight: 400;
    padding: 16px 20px !important;
}
.btn1, .btn2 {
    transition: background .2s ease-in-out;
    color: #fff;
    background-color: #373435;
    font-weight: 600;
    margin-top: 1rem;
    border-radius: 30px;
    border: 1px solid #f58634;
    font-size: 1rem;
    padding: 16px 20px;
}
.input-class:hover {
	border: 1px solid #373435;
}
.input-class:focus {
	border: 1px solid #f58634; 
	outline: none;
}

.btn1:hover,.btn2:hover{
	background-color: #f58634;
	transitsion-duration: 0.5s;
	border: 1px solid #f58634;
}
.footer {
    position: relative;
}
.page-content{
	padding-bottom: 0px;
  margin: 0 auto;
  max-width: 1240px;
  width: 100vw;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f58634 !important;
  width: 13px;
  height: 13px;
}
.owl-dot:active span {
  border:none;
}
.section-title h1{
  color: #4d4d4d;
  font-size: 2.2rem;
  font-weight: 300;
}
.section-title h1 strong{
  font-weight: 600;
  color: #f58634;
}

@media screen  and (max-width: 768px){
.content {
  max-width: 100%;
}
.input-class {
  width: 100%;
}
}

