.text-primary, a.text-primary:hover, a.text-primary:active, a.text-primary:focus, button.text-primary:hover, button.text-primary:active, button.text-primary:focus {
	color: #fbba00;
}

#sidebar {
	background: #3c3d3b;
}

.nav-main a, .nav-main a > i {
	color: rgba(255, 255, 255, .7);
}

#header-navbar {
	background-image: url("/custom/assets/images/la-concept-logo.png");
	background-repeat: no-repeat;
	background-position: 20px center;
}

[v-cloak] {
	display: none;
}

.m-b-30 {
	margin-bottom: 30px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-r-20 {
	margin-right: 20px;
}

.highlight-box {
	border-color: #5c90d2 !important;
}

.error-box {
	border-color: #d26a5c !important;
}

.bg-lac {
	background-color: #fbba00;
}

.tooltip-indicator {
	text-decoration: underline;
	text-decoration-style: dotted;
	cursor: help;
}

.tooltip-cursor {
	cursor: help;
	font-size: 20px;
	color: #d26a5c;
}

.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99999;
}

.block-package > .block-header > h3 {
	line-height: 2.5ex;
	height: 5ex;
	overflow: hidden;
}

.cut-one-line {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.share-email-list {
	margin-bottom: 10px;
}

.pointer {
	cursor: pointer;
}

.navbar-contact-person {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(0, 0, 0, .15);
}

.navbar-contact-person img {
	display: inline-block !important;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.navbar-contact-person h2 {
	font-weight: 300;
	font-size: 20px;
	color: rgba(255, 255, 255, .7);
	margin-top: 10px;
	margin-bottom: 5px;
}

.navbar-contact-person a {
	padding: 0;
	display: inline;
	font-weight: 300;
	font-size: 12px;
}

.navbar-contact-person a:hover {
	background-color: transparent;
}

.navbar-contact-person div {
	text-align: left;
	margin-bottom: 5px;
}

.required-field {
	display: inline-block;
	color: #d26a5c;
	margin-left: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

#table-fixed-wrap {
	overflow: auto;
	height: 400px;
	background-color: white;
}

.header-lac {
	border-bottom: 1px solid gray;
	margin-bottom: 15px;
}

.position-relative {
	position: relative;
}

.table-overview .text-white a, .table-overview .text-white a:hover, .table-overview .text-white .text-muted {
	color: #fff !important;
}

.lc-bg-orange {
	background-color: #fb8a47;
}

.lc-bg-yellow {
	background-color: #f3b760;
}

.lc-bg-green {
	background-color: #46c37b;
}

.lc-bg-red {
	background-color: #d26a5c;
}

.lc-bg-blue-light {
	background-color: #cfe6f7;
}

.lc-bg-yellow-light {
	background-color: #fde9cd;
}

.lc-bg-green-light {
	background-color: #bbecd0;
}

.lc-bg-red-light {
	background-color: #f9dcd9;
}

#btn_approve[type="submit"], .lac-save-button {
	position: fixed;
	bottom: 20px;
	right: 100px;
	z-index: 99999;
}

.block-content p.order-type-description {
	margin-bottom: 0;
	font-weight: normal;
}

.btn-group-vertical.text-left button {
	text-align: left;
}

@media (min-width: 992px) {
	.col-md-1.col-md-add-half {
		width: 12.5%;
	}

	.col-md-2.col-md-add-half {
		width: 20.83333333%;
	}
}