th {
	background: #b60e28 !important;
	color: #fff !important;
}

tr.vert {
	background: rgba(0, 250, 40, 0.1) !important;
}

.is-tiny {
	min-width: 0;
}

.mt-10 {
	margin-top: 10px;
}

/*****TABLESORT*******
********************/
th[role=columnheader]:not(.no-sort) {
	cursor: pointer;
}

th[role=columnheader]:not(.no-sort):after {
	content: '';
	float: right;
	margin-top: 7px;
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: #ffffff transparent;
	visibility: hidden;
	opacity: 0;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

th[aria-sort=ascending]:not(.no-sort):after {
	border-bottom: none;
	border-width: 4px 4px 0;
}

th[aria-sort]:not(.no-sort):after {
	visibility: visible;
	opacity: 0.8;
}

th[role=columnheader]:not(.no-sort):hover:after {
	visibility: visible;
	opacity: 1;
}

/*********************
***********************/
#t_stocks tr {
	cursor: pointer;
}

.hidden {
	display: none;
}

.back-to-top {
	position: fixed;
	right: 13px;
	bottom: 245px;
	font-size: 1.8em;
}

.modal-card {
	width: 690px !important;
}

.text-uppercase {
	text-transform: uppercase;
}

.edi-hach-composants {
	height: 180px !important;
}

.updateabled {
	cursor: pointer;
}

.sort-link {
	color: white !important;
}

/* Choices */
.choices__list--multiple .choices__item {
	background-color: #b60e28!important;
	border: 1px solid white!important;
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
	border-left: 1px solid white!important;
}

.navbar-item.is-active {
	color: #b60e28!important;
}

/* CUSTOM TABS */
section.custom-tabs--section {
	display: none;
	padding: 20px 2px 0 12px;
	border-top: 1px solid #ddd;
}

input.custom-tabs--input {
	display: none;
}

label.custom-tabs--label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 8px 25px;
	font-weight: 600;
	text-align: center;
	color: #bbb;
	border: 1px solid transparent;
}

label.custom-tabs--label:before {
	font-weight: normal;
	margin-right: 10px;
}

label.custom-tabs--label:hover {
	color: #888;
	cursor: pointer;
}

input.custom-tabs--input:checked + label.custom-tabs--label {
	color: #555;
	border: 1px solid #ddd;
	border-top: 2px solid #b60e28;
	border-bottom: 1px solid #fff;
}

.custom-tabs--input#tab1:checked ~ .custom-tabs--section#content1,
.custom-tabs--input#tab2:checked ~ .custom-tabs--section#content2 {
	display: block;
}
/* END CUSTOM TABS */

.modal-card-xl {
	width: 80%!important;
}
