@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
		max-width:1200px;
		height: 95%;
 	  max-height:1200px;
  }
}

.compliance-view {
	color: gray;
}

.compliance-view .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:  flex;

}

.compliance-view .modal-content h5{
	line-height: 1.6;
}

.compliance-view .modal-footer {
	background-color: white;
}

.compliance-view .modal-body th, .compliance-view .modal-body td {
	padding: 8px !important;
}

.compliance-view .header-gray {
	font-size: 12px;
	color: #b3b3b3;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.compliance-view .up-gray {
	position: absolute; 
	top: 15px; 
	left: 15px; 
	font-size: 12px;
	color: #b3b3b3;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.compliance-view .pull-diag-right {
	position: absolute;
	top: 15px;
	right: 15px;
}

.compliance-view .btn-round {
	background-color: #1ab2ff;
	border-radius: 5px;
	border: none;
	padding: 6px 12px;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.compliance-view .btn {
	border-radius: 	5px;
}

.compliance-view .highlight {
	font-weight: 700;
	color: #333333;
}

.compliance-view .panel {
	margin-bottom: 0;
	position: relative;
	padding: 40px 0 0;
}

.compliance-view .modal-body .panel {
	margin-bottom: 20px;
}

.compliance-view .dropdown button {
	text-align: left;
	width: 400px;
}

.compliance-view .dropdown-menu>li>a {
	width: 400px;
}

.compliance-view .dropdown-menu li:hover {
	cursor: pointer;
}

.compliance-view .form-group {
	padding: 10px 0px
}

.compliance-view .progress-circle {
	margin: 10px auto 10px;
	position: relative;
	width: 100px;
	height: 100px;
	line-height: 10px;
	border-radius: 50%;/*
	border: 5px solid #001a33;
	z-index: 100;*/
}

.compliance-view .progress-circle .progress-value {
	width: 90%;
	height: 90%;
	background-color: #6F9FD8;
	color: #fff;
	text-align: center;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
  	transform: translate(-50%, -50%);
}

.compliance-view .attributes {
	padding: 20px 0;
}

.compliance-view .aligned-row {
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
    flex-flow: row wrap;
}

.compliance-view .aligned-row .panel {
	height: 100%;
}

.compliance-view .space-list {
	padding: 0 10px;
}

.compliance-view .btn-help-icon {
	margin-bottom: 10px;
}

.compliance-view .btn-help-icon:hover {
	background-color: #f2f2f2;
	-webkit-transition:: .5s ease;
	transition: .5s ease;
}

.compliance-view .btn-help-icon img{
	height: 16px;
	display: block;
	opacity: 0.6;
}

.compliance-view .list-group-item {
	margin: 5px 0;
}

.compliance-view .list-group-item a {
	cursor: pointer;
	text-decoration: none;
}

.compliance-view .list-group-clickable a {
	text-decoration: none;
	color: gray;
}

.compliance-view .list-group-clickable li:hover {
	cursor: pointer;
	background-color: #f2f2f2;
	-webkit-transition:: .5s ease;
	transition: .5s ease;
}

.compliance-view .form-question {
	margin-bottom: 20px;
}

.compliance-view .form-btns{
	margin: 10px 2px;
}

.compliance-view .supplier-photo {
	margin: 15px;
}

.compliance-view .supplier-photo a {
	display: flex;
}

.compliance-view .supplier-photo a * {
	margin: 0 10px;
}

.modal-body-file{
	margin: auto;
	display: block;
	height: 85%;
	width: 90%;
	text-align: center;
	overflow-y: auto;
}

.img-responsive-width{
  display: block;
	margin: auto;
	height: auto;
	max-height: 95%;
	max-width: 100%;
}

.pdf-responsive{
  display: block;
	margin: auto;
	height: 95%;
	width: 95%;
}

.thumbnail{
	height: 120px;
	width: 80px;
}

.compliance-aditivo-disabled[disabled] {
	cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.modal-inline-header {
	display: inline-flex; 
	width: 100%;
}

.modal-inline-header p {
	flex-grow: 1;
}

/* Next & previous buttons */
.prev,
.next {
background-color: Transparent;
background-repeat:no-repeat;
border: none;
overflow: hidden;
outline:none;
cursor: pointer;
position: absolute;
color: white;
top: 50%;
width: auto;
padding: 16px;
margin-top: -50px;
font-weight: bold;
font-size: 25px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* Position the "left button" to the left */
.prev {
left: 0;
border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}

/* Botão "Marcas" */
/* Container principal */
.table-container {
	width: 100%;
	overflow-x: auto;
	margin: 20px 0;
  }

  .custom-table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
  }
  
  .custom-table th,
  .custom-table td {
	border: 1px solid #ddd;
	padding: 8px 12px;
	text-align: center;
	white-space: nowrap;
  }
  
  .custom-table th {
	background-color: #f5f5f5;
	font-weight: bold;
  }
  
  /* .custom-table tbody tr:nth-child(even) {
	background-color: #f9f9f9;
  } */
  
  .custom-table tbody tr:hover {
	background-color: #f1f1f1;
  }
  
  .empty-message {
	text-align: center;
	font-style: italic;
	color: #888;
	margin-top: 10px;
  }
/*Fim do Botão "Marcas"*/