/*PRODUTOS*/

.container_images .btn{
	/* position: absolute; */
	/* left: 40%; */
	/* top: 20%; */
	margin: -30px 3px 0;
	border:none;
	width:25px;
}
.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(switch.gif) repeat-x; display: block; float: left; }
.cb-enable span, .cb-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
.cb-enable span { background-position: left -90px; padding: 0 10px; }
.cb-disable span { background-position: right -180px;padding: 0 10px; }
.cb-disable.selected { background-position: 0 -30px; }
.cb-disable.selected span { background-position: right -210px; color: #fff; }
.cb-enable.selected { background-position: 0 -60px; }
.cb-enable.selected span { background-position: left -150px; color: #fff; }
.switch label { cursor: pointer; }
.switch input { display: none; }

.search-wrapper .select__dropdowns {
  /* left:190px; */
  top:-50px;
  /* width:71% */
}
.select__dropdowns {
  position: relative;
}
.select__group {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 75;
  display: none;
  padding: 5px 30px !important;
  margin-left: 1px;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.select__group .select__variant {
 
  font-size: 13px;
  padding: 6px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.select__group .select__variant:hover {
 
}
.select__group .select__variant a{
   color: #2c3b48;
   /* border-bottom: 1px solid; */
}
.select__group .select__variant a:hover {
  color: #0088cc;
}
.select__dropdowns--sample .select__group {
  top: 0;
}
/* Labels */
.badge-primary {
	background-color: #0088cc;
	color: #FFF;
}

.badge-success {
	background-color: #28a745;
	color: #FFF;
}

.badge-warning {
	background-color: #ffc107;
	color: #FFF;
}

.badge-danger {
	background-color: #dc3545;
	color: #FFF;
}

.badge-info {
	background-color: #17a2b8;
	color: #FFF;
}

.badge-dark {
	background-color: #212529;
	color: #FFF;
}

.badge.badge-xs {
	padding: 0.3em 0.5em;
}

.badge.badge-sm {
	padding: 0.5em 0.8em;
}

.badge.badge-md {
	padding: 1em 1.6em;
	font-size: 85%;
}

.badge.badge-lg {
	padding: 1.5em 2em;
	font-size: 90%;
}

.badge.badge-xl {
	padding: 2em 2.5em;
	font-size: 100%;
}
.badge-custom{
  background: #fafafa;
  border: 1px solid #ccc;
  color: #999;
  font-weight: normal;
}
.badge-custom{
    /* color: #453838; */
    font-weight: bold;
    font-size: 10px;
}
.fileuploader-theme-thumbnails .fileuploader-item-inner{
  border: 2px solid 	#df0000 ;
  border-radius: 7px;
}
.fileuploader-theme-thumbnails .fileuploader-item-inner.active{
  border: 2px solid 	#0a89ff ;
}
.fileuploader-theme-thumbnails .fileuploader-action-status:after{
  position: absolute;
  width:20px;
  height:20px;
  
  border-radius:11px;
  left:0;
  top:1px;
     font: normal normal normal 14px/1 FontAwesome; 
   font-size: 18px; 
   color: white; 
   content: "\f058"; 
 
}
.fileuploader-theme-thumbnails .fileuploader-action-status:hover:after {
  color: #57a8f3 !important;
}
.fileuploader-theme-thumbnails .fileuploader-item-inner.active .fileuploader-action-status:after {
    color: #0a89ff !important;
}

.border {
	border: 1px solid #808080 !important;
}

#form-update-images .fileuploader-items-list .fileuploader-item,
#form-update-images .fileuploader-thumbnails-input{
  width: 100%;
  height: 180px;
  max-width: 180px;

}
#form-update-images .photo-col{
  height: 260px;
}
#form-update-images .fileuploader{
  padding: 0px;
  margin: 0px;
  float: left;
}
