.tooltip-inner {
    max-width: 400px !important;
}

.b {
	font-weight: bold;
}

.mss-radiobutton {
	display: flex;
	margin-right: 0px;
}

.mss-radiobutton input {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.mss-radiobutton input:checked + label {
	padding: 9px 14px;
	color: #414042;
	background-color: #f3f9ef;
	border-color: #6c0;
	border-width: 2px;
	z-index: 1;
}

.mss-radiobutton input:checked + label::before {
	content:"\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: .875rem;
	color: #fff;
	width: 22px;
	height: 22px;
	background: #6c0;
	position: absolute;
	top: -9px;
	right: -11px;
	border-radius: 50%;
	padding-top: 3px;
	line-height: 1.2;
	z-index: 1;
}

.mss-radiobutton label {
	cursor: pointer;
    padding: 10px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #6D6E71;
    background: #F0F0F0;
    border: 1px solid #ccc;
    margin: 0;
    position: relative;	
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
-moz-appearance: textfield;
}

.hand {
	cursor: pointer;
}

.customer-offerte .box {
	background-color: #FFA597;
}

.customer-offerte a.box-close {
	border: 2px solid #000;
	padding: 2px 2px 2px 4px;
}

.product-on {
	border-color: #28a745 !important;
	background-color: #BDFFDA !important;
}

.product-on div.card-header {
	background-color: #28a745;
	color: #fff !important;
}

.product-on div.card-header:after {
	content:"\f00d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.5rem;
	color: #f00;
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 1;
}

.product-purchased {
	background-color: #fff !important;
}

.product-purchased .box-purchased-text {
	color: #0026FF !important;
}
.product-purchased .box-close {
	display: none;
}

.product-notavail {
	background-color: #fff !important;
}
.product-notavail .box-close {
	display: none;
}

.page-item .mss-nav-badge {
	border-radius: 50%;
	display: inline-block;
	width: 30px;
	padding-left: 9px;
	font-weight: bold;
	color: #fff;
	background-color: #007bff;
}
.page-item.active .mss-nav-badge {
	color: #007bff !important;
	background-color: #fff !important;
}
.page-item.disabled .mss-nav-badge {
	color: #fff !important;
	background-color: #6c757d !important;
}

.extra-status-1 {
    border: 2px solid #8cb7cf;
    background-color: #e7edf1;
}
.extra-status-2 {
    border-color: #c6d67a;
    background-color: #e7e9df;
}

.extra-status-1 div.card-header:after {
}
.extra-status-1 div.card-header:after {
	content:"\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.5rem;
	color: #00f;
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 1;
}
.extra-status-2 div.card-header:after {
	content:"\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.5rem;
	color: #28a745;
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 1;
}


/* loader */
#loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}
#oloader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* end loader */

.hide {
	display: none !important;
}

.orionbg {
	background-color: #ededed;
}

.text-gray {
	color: #999;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	background-color: transparent;
	border: solid transparent;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
	border-width: 1px 0;
}

.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chkon::before {
	content: "\f00c";
}
.chkon {
	font-weight: 900;
	font-family: Font Awesome\ 5 Free;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #28a745;
}

.chkoff::before {
	content: "\f00d";
}
.chkoff {
	font-weight: 900;
	font-family: Font Awesome\ 5 Free;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.tablelist {
	border-collapse:collapse;	
}
.tablelist > tbody > tr > td {
    padding: 5px 10px 5px 0;
	background-color: #DFDFDF;
}
.tablelist > tbody > tr > td:first-child {
	padding-left: 10px;
}
.tablelist > thead > tr > th, .tablelist > tbody > tr > th {
    padding: 5px 10px 5px 0;
/*    background-color: #34495e; */
    background-color: #292b51;
    color: #FFFFFF;
}
.tablelist > thead > tr > th:first-child, .tablelist > tbody > tr > th:first-child {
	padding-left: 10px;
}
.tablelist > thead > tr:first-child > th:first-child, .tablelist > tbody > tr:first-child > th:first-child {
	-moz-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}
.tablelist > thead > tr:first-child > th:last-child, .tablelist > tbody > tr:first-child > th:last-child {
	-moz-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;
}
.tablelist > tbody > tr:last-child > td:first-child {
	-moz-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
}
.tablelist > tbody > tr:last-child > td:last-child {
	-moz-border-radius: 0px 0px 10px 0px;
	border-radius: 0px 0px 10px 0px;
}
.hlbg {
    background-color: #292b51; /* #34495e; */
    color: #FFFFFF;
}
.t {
	vertical-align: top;
}
.b {
	font-weight:bold;
}
.c {
	text-align:center;
}

.smallfont {
	font-size: 11px;
}

.tablelist input.text-input {
	height: 20px;
}

.ul {
	text-decoration: underline;
}

.is-invalid {
	border-color: #f00;
}

.error-red {
	color: #f00;
}