.partner-view {
	display:flex;
}
#form-partner {
	display: flex;
	flex: auto;
}
.partner-view-container {
	/*
	display: flex;
	flex-direction: row-reverse;
	*/
	width:50%;
	margin:15px;
}
.partner-view-container div {
	/* flex: 1; */
	padding-bottom: 20px;
}
.partner-view-container div[class='features'] {
	border-bottom: 2px solid black;
	padding-top:20px;
}
h4[class="partner"] {
	margin-left:15px;
	font-size: 40px;
}
.partner-top-container {
	display: inline-flex;
}
.partner-view-container span[class="delete"] {
	margin-left: 1000px;
}
.partner-view-container input[class="btn btn-warning"] {
	background-color: #B0BED9;
	border-color: #B0BED9;
	width: 15%;
}
.partner-view-container input[class="btn\ btn-warning"]:hover {
	background-color: white;
	color: #B0BED9;
}
.partner-top-container input[class="btn btn-warning"] {
	background-color: red;
	border-color: red;
	width: 100%;
}
.partner-top-container input[class="btn btn-warning"]:hover {
	background-color: white;
	width: 100%;
	color:red;
}
.partner-view-container button[class="btn btn-warning"] {
	background-color: #B0BED9;
	border-color: #B0BED9;
	width: 15%;
}
.partner-view-container button[class="btn\ btn-warning"]:hover {
	background-color: white;
	color: #B0BED9;
}
.partner-view-container section[class="partner-top-container"] img[class="fleche"] {
	margin-left: 0;
	width:60px;
	height:60px;
	padding-bottom: 0;
	padding-left: 0;
}
table[class="consumers"] {
	border: 5px solid gainsboro;
	border-radius: 10px;
	margin:auto;
	width:1210px;
}
table[class="consumers"] td, td[class="consumer_body"], th {
	padding-right: 20px;
	padding-bottom: 15px;
	text-align: center;
}
table[class="consumers"] thead tr th {
	font-size:20px;
	padding-top: 5px;
}
table[class="consumers"] td {
	font-size:14px;
}
table[class="consumers"] td[class="link"] a:hover {
	color: orange;
}
section[class="search_by_consumername"] {
	width:60%;
	margin-left: 20px;
}
#myInput {
	width: 100%; /* Full-width */
	font-size: 15px; /* Increase font-size */
	padding: 8px 20px 8px 40px;
	border: 1px solid #ddd;
}
.createConsumer button {
	margin-left: 220px;
	margin-top:5px;
	width:200px;
	padding:10px;
	position: absolute;
	right: 40px;
}
.createConsumer button:hover {
	background-color:#ececec ;
}
img[class="fleche"] {
	margin-left:15px;
	width:60px;
	height:60px;
	padding-bottom:5px;
}
.partner-view-container section[class="partner-top-container"] img[class="fleche"] {
	margin-left: 0;
	width:60px;
	height:60px;
	padding-bottom: 0;
	padding-left: 0;
}
table[class="partner_categories"] {
	border: 5px solid gainsboro;
	border-radius: 10px;
	margin:auto;
	width:1210px;
}
table[class="partner_categories"] td, td[class="category_body"], th {
	padding-right: 25px;
	padding-bottom: 15px;
	text-align: center;
}
table[class="partner_categories"] thead tr th {
	font-size:15px;
	padding-top: 5px;
}
table[class="partner_categories"] td {
	font-size:14px;
}
table[class="partner_categories"] td[class="link"] a:hover {
	color: orange;
}
section[class="search_by_categoryname"] {
	width:60%;
	margin-left: 20px;
}
.createCategory button {
	margin-left: 240px;
	margin-top:5px;
	width:200px;
	padding:10px;
	position: absolute;
	right: 40px;
}
.createCategory button:hover {
	background-color:#ececec ;
}
section[class="partner-container-fluid"] {
	width:50%;
}
.container li[class="title"]:hover {
	background-color: gainsboro;
}
.options-column {
	margin-top: 90px;
}
.table {
	min-width: 400px;
}

/* Partner UI Options */
.collapsible {
  background-color: #f7f7f7;
  color: #999999;
  cursor: pointer;
  padding: 15px;
  width: 100%;
	min-width: 400px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
	display: flex;
	justify-content: space-between;
}
.active-collapse, .collapsible:hover {
  background-color: #ececec;
}
.content-partner-ui-options {
  padding: 7px 15px;
  display: none;
	min-width: 400px;
	border: .1px solid #f1f1f1;
  border-top: none;
	border-radius: 0px 0px 10px 10px;
}

div.ui-option-field {
	margin-bottom: 15px;
}

.disabled a {
	color: #444444 !important;
}

/* Hide the input */
input.check-ui-option[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.check-trail {
  display: flex;
  align-items: center;
  width: 3.5em;
  height: 2em;
  background: #ececec;
  border-radius: 2.5em;
  transition: all 0.5s ease;
  cursor: pointer;
}
.check-handler {
  display: flex;
  margin-left: 0.5em;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  background: #f1f1f1;
  border-radius: 50%;
  transition: all 0.5s ease;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
input.check-ui-option[type=checkbox]:disabled + .check-trail {
	cursor: auto;
}
input.check-ui-option[type=checkbox]:checked + .check-trail {
  background: #16a085;
}
input.check-ui-option[type=checkbox]:checked + .check-trail .check-handler {
  margin-left: 50%;
  background: #1abc9c;
}
div.check-wrapper {
	display: flex;
	gap: 15px;
	margin-top: 10px;
}

input.check-ui-option[type=checkbox] {
	visibility: hidden;
}

p.arrow-collapse {
	font-size: 41px;
	margin: -37px 0 -60px 0;
}
div.color {
	display: flex;
}
#colorpicker {
	height: auto;
}