
#alert_ras {
	margin-top: 20px;
	width: 65%;
	text-align: center;
	margin: 30px auto;
	display: none;
}

.proprio {
	text-transform: uppercase;
}

.uppercase {
	text-transform: uppercase;
}

#table {
	display: none;
	width: 100%;
}

#hiddenID {
	display: none;
}

#tdAction,
#headerAction {
	display: none;
	border: 1px solid #DDD;
}

.loader {
	height: 40px;
}

.content_loader {
	width: 100%;
	margin: 35px 0 0 0;
	text-align: center;
	/*border:1px solid red;*/
	margin-bottom: -20px;
}

#headerAction {
	border-bottom: 0px;
}

.item_piece {
	text-transform: capitalize;
}

.img_searched_car {
	border: 1px solid #DDD;
	height: 150px;
	/*width:100%;*/
}
th{
	background: #052850  !important;
	color: white;
	text-transform: uppercase !important;
	font-size: 13px !important;
}
.content_img_car {
	width: 25%;
}

.td_images .content_img_car {
	float: left;
}

.td_images .content_img_car a img {
	width: 100%;
	object-fit: contain;
}

.row_car_imgs {
	display: none;
}

#tdAction {
	border: px solid red !important;
	min-height: 100% !important;
	/* border: 1px solid #DDD; */
}


td {
	text-transform: capitalize !important; 
	font-size: 15px;
	font-weight: 600 !important;
}

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
    height: 22px;
  }
  
  .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: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
	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(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
  }
  
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }

  .line_table_gray .wrapper_toggle_btn {
	width: 100%;
	display: flex;
	justify-content: start;
	margin-top: 5px;
	gap: 8px;
    flex-wrap: wrap;
    max-width: 100px;
  }

  .pieceState{
	font-weight: 600;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 14px;
    text-transform: uppercase;
    font-size: 11px;
  }
  .pieceState.active{
	background: #d5f2d5;
	color: #299a2a;
  }
  .pieceState.expired{
	background: #ffe3d0;
	color: #f06408;
  }
  .pieceState.desactivated{
	background: #e2e3e5;
	color: #383d41;
  }
  .wrapper_toggle_btn .badge{
	cursor: pointer;
  }
  .wrapper_toggle_btn .loader{
	width: 10px;
	height: 10px;
	margin-left: 2px;
	display: none;
  }
  .wrapper_toggle_btn .loader.isVisible{
	display: block;
  }