body{
	color: #666;
	/*background-image: url('../images/background-m.jpg');*/
}
.clickable{cursor: pointer;}
.form-signin{
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
    text-align: center;
}
.form-signin input[type="email"]{
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"]{
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn.btn-moonen{
	background-color: #fbdf3d;
    border-color: #fbdf3d;
    color: #666;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background-color: #fbdf3d;
    color: #666;	
}

.nav-item {
	white-space: nowrap;
}

.bg-primary {
    border-color: #fbdf3d;
}
.bg-primary > .card-header {
	background-color: #fbdf3d;
    border-color: #fbdf3d;
    color: #666;	
}
.hint{
	position: absolute;
	width: 180px;
	padding: 15px;
	margin-top: -5px;
	margin-left: 20px;
	background-color: #fffb8c;
	border: solid 1px #d4d4d4;
	border-radius: 4px;	
}
/* grey border */
.triangle-border.left::before {
    border-color: transparent #d4d4d4;
    border-width: 8px 12px 8px 0;
    bottom: auto;
    left: -12px;
    top: 7px;
}
.triangle-border::before {
    border-color: #d4d4d4 transparent;
    border-style: solid;
    border-width: 2px 2px 0;
    bottom: -20px;
    content: "";
    display: block;
    left: 40px;
    position: absolute;
    width: 0;
}
/* yellow part of arrow */
.triangle-border.left::after {
    border-color: transparent #fffb8c;
    border-width: 7px 12px 7px 0;
    bottom: auto;
    left: -11px;
    top: 8px;
}
.triangle-border::after {
    border-color: #fffb8c transparent;
    border-style: solid;
    border-width: 13px 13px 0;
    bottom: -13px;
    content: "";
    display: block;
    left: 47px;
    position: absolute;
    width: 0;
}
.hints.triangle-border.left{
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	margin-left:30px;
	border:5px solid #5a8f00;
	color:#333;
	background:#fffb8c;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

#footer{
	clear: both;
	width: 100%;
	background-color: #fafafa;
	color: #777;
	border: 1px solid #d4d4d4;
	position: fixed;
	bottom: 0px;
	padding: 10px;
	overflow: visible;
	left: 0;
	font-size: 10px;
	z-index: 1000;
}

/************/
/*** MIAS ***/
/************/
.alternative{
	display: none;	
}

/**************/
/*** WEBEDI ***/
/**************/
.line-above{
	border-top: 1px solid #666;
	margin-top: 10px;
	padding-top: 10px;
}
.line-below{
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.corrected{
	text-decoration: line-through;
	opacity: 0.5;
}
.change{
	color: #f00;
	background-color: #fbdf3d;
	border: 2px solid #fbdf3d;
	border-radius: 4px;
	padding: 4px;
	width: 100%;
	font-size: 24px;
	text-align: center;
}

.modal-body{
	max-height: 500px;
	overflow-y: scroll;
}
.dropdown-menu li a{
	cursor: pointer;
}
.dropdown-menu li.active a, .dropdown-menu li.active a:hover{
	color: #333;
	background-color: #fff;
}
.dropdown-menu li.active a:hover{
	color: #262626;
	background-color: #f5f5f5;
}

.ui-autocomplete {
    position: absolute;
    z-index: 5000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete > li {
  padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #DDD;
}
.ui-helper-hidden-accessible {
  display: none;
}

.glyphicons.no-before-padding::before{padding: 0px;}
.glyphicons-bin.text-danger:hover{cursor: pointer;}


.moonen_container{
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #777;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.margin-button{
	position: relative; 
	/*top: -18px; */
	text-align: right;
	cursor: pointer;
}

#toggle_marge{
	padding: 4px 18px 8px 18px; 
	border: 1px solid #ccc; 
	border-bottom-right-radius: 8px; 
	border-bottom-left-radius: 8px; 
	z-index: 1000;
}

#user-messages{
	display: none;
}

.menu-tab{
	padding: 4px 18px 8px 18px; 
	border: 1px solid #ccc; 
	border-bottom-right-radius: 8px; 
	border-bottom-left-radius: 8px; 
	z-index: 1000;
}
/******************/
/*** NEWSLETTER ***/
/******************/
.table-clickable tr td{
	cursor: pointer;
}
#subjects li.movable{cursor: move;}
#wysiwyg{overflow:scroll; max-height:300px}

/****************/
/*** PLANNING ***/
/****************/
#work-items li:nth-child(even), #sprintModal .modal-body ul li:nth-child(even){background-color: #efefef;}
#work-items li.movable{cursor: move;}
.left-border{border-left: 1px solid #dedede; min-height: 100px;}
.table-sprint>tbody>tr>td{border: 1px dashed #ddd;}
.ui-state-highlight-custom{background-color:#faebcc;height:20px;margin-bottom:10px;}

/*****************/
/*** DASHBOARD ***/
/*****************/
.dash{
	width: 100%;
	min-height: 250px;
	max-height: 250px;
	box-shadow: 2px 2px 4px #000000;
	float: left;
	margin-bottom: 20px;
	overflow-y: hidden;
}
.dash .dash-title{
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
.dash .dash-body{
	padding: 5px;
	overflow-y: hidden;
	height: 203px;
}
.dash .dash-body .dash-metric{
	width: 100%;
	/*padding-top: 20%;*/
	text-align: center;
	/*font-size: 4em;*/
	font-size: 4em;
	margin-top: calc(102px - 1em);
}

.terminal{
	background-color: #000;
	color: #ccc;
	padding: 4px;
	font-family: monospace;
	height: 750px;
	overflow-y: scroll;
}

@media (min-width:576px){
	.dash .dash-body .dash-metric{
		font-size: 3vw;
		margin-top: calc(102px - 2.5vw);
	}
}
@media (min-width:1024px){
	.modal-xl {
		width: 95%;
		max-width: 95%;
	}

    /*.modal-xl .modal-body{max-height:95%;}*/
}

.alert-inline {
    margin-bottom: 1px;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
}

.dataTable td, .dataTable th {
    padding: 5px;
}

/* Scroll modal body instead of whole modal */
.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    max-height: 79vh;
    overflow-y: auto;
}

.picker-dialog-bg {
    z-index: 20000 !important;
}

.picker-dialog {
    z-index: 20001 !important;
}

#page_datatable > tbody > tr {
	cursor: pointer;
}

/* OV Traffic bus styles, copied from https://9292.nl/weert/bushalte-geurtsvenweg */
.orangetxt {
    color: #ff5400 !important;
}

.greentxt {
    color: #a2c02a !important;
}



/*****************************/
/*** BOOTSTRAP 4 OVERRIDES ***/
/*****************************/


body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

.h3, h3 {
	font-size: 1.5rem;
}

.h4, h4 {
	font-size: 1.13rem;
}

.bg-primary{
	background-color: #337ab7 !important;
}

.bg-danger,.list-group-item-danger, .alert-danger{
	background-color: #f2dede !important;
}

.bg-warning,.list-group-item-warning, .alert-warning{
	background-color: #fcf8e3 !important;
}

.bg-info,.list-group-item-info, .alert-info{
	background-color: #d9edf7 !important;
}

.bg-success,.list-group-item-success, .alert-success{
	background-color: #dff0d8 !important;
}

.text-info {
	color: #31708f!important;
}

.table-info, .table-info>td, .table-info>th {
	background-color: #d9edf7;
}

.table{
	color: #666;
}

.hide{ /*this is replaced with d-none for bootstrap 4*/
	display:none!important;
}

a.nav-item.btn {
	color: #337ab7;
	text-decoration: none;
}


a.list-group-item {
	color: #555;
}

a.list-group-item{
	text-decoration: none;
}
a.list-group-item:not(.active):hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}

.btn-group-sm>.btn, .btn-sm {
	font-size: 0.75rem;
}

.fc-event .fc-title, .fc-event:hover .fc-title, .ui-widget .fc-event .fc-title{
	color:white;
}

h3.card-title{
	font-size: medium;
	font-weight: bold;
	margin-bottom: 0;
}

h3.card-title a{
	color: #555;
}

.nav-tabs a.nav-link{
	color: #337ab7;
}

.navbar-nav li.nav-item.active {
	background-color: #e7e7e7;
}

.page-item>a.page-link {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
    height: 34px;
}

.page-item.active>a.page-link, .page-item.active>a.page-link:focus, .page-item.active>a.page-link:hover, .page-item.active>.page-link>span, .page-item.active>.page-link>span:focus, .page-item.active>.page-link>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.btn{
	font-size: 0.9rem;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-outline-secondary {
	color: #6c757d;
	/* border-color: #6c757d; */
	border: 1px solid #ced4da;
}

.switchButton .btn-group .btn {
	border: 1px solid grey;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.nav-pills>li>a>.badge {
	margin-left: 3px;
}

.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff;
}

label{
	font-weight: bold;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

@media (min-width: 768px){
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.modal-dialog {
		max-width: 600px;
	}
}


@media (min-width: 1200px){
	.modal-dialog {
		max-width: 1000px;
	}
}

.card-title {
    margin-bottom: 0px !important;
}

#freshworks-frame-wrapper {
	bottom: 6px !important;
}

.filter-blur {
	filter: blur(8px);
}

#side-drawer-container {
	display: none;
}

#side-drawer {
	position: fixed;
	z-index: 1050;
	top: 0;
	bottom: 0;
	right: -100%;
	width: 45%;
	transition: right 0.4s ease;
	min-width: 800px;
	max-width: 1000px;
	background-color: #FFFFFF;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
	overflow: auto;
}

#side-drawer-container.enable {
	display: block;
}

#side-drawer-container.show #side-drawer {
	right: 0;
}

#side-drawer-container.loading #side-drawer::before {
	content: "";
	background-color: rgba(255,255,255,0.33);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2x);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1051;
}

@keyframes spinner {
	to {transform: rotate(360deg);}
}

#side-drawer-container.loading #side-drawer::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	border-radius: 50%;
	border: 10px solid #ccc;
	border-top-color: #666;
	animation: spinner 0.8s linear infinite;
	z-index: 1052;
}

#side-drawer-close {
	z-index: 1053;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 50px;
	line-height: 50px;
	width: 35px;
	height: 35px;
	display: block;
	text-decoration: none;
	color: #933038;
	transition: color 0.25s ease;
}

#side-drawer-close:hover {
	color: #8c212a;
}

#side-drawer-content {
	padding: 80px 40px;
}

#side-drawer-backdrop {
	opacity: 0;
	background-color: rgba(0,0,0,0.33);
	backdrop-filter: blur(2px);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1049;
	transition: all 0.5s ease;
}

#side-drawer-container.show #side-drawer-backdrop {
	opacity: 1;
	-webkit-backdrop-filter: blur(2x);
}

.sticky-top {
	z-index: 98;
}

#freshdesk-link {
	position: absolute;
	right: 8px;
	bottom: 8px;
	display: none;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 30px 8px 30px 30px;
	background-color: rgb(255, 223, 15);
	color: rgb(0, 0, 0);
	z-index: 2147483647;
	cursor: pointer;
	padding: 8px;
	transition: all 0.1s ease-out 0s;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

#freshdesk-link.show {
	display: flex;
}

#freshdesk-link > span {
	font-size: 0.875rem;
	font-weight: 600;
	float: left;
	user-select: none;
	margin: 0px 8px 2px 6px;
	white-space: nowrap;
	overflow: hidden;
}


.product-unit-actions {
	position: absolute;
	right: calc(100% - 10px);
	list-style: none;
	opacity: 0;
	transition: 0.15s ease all;
}

.product-unit-composition-item:hover .product-unit-actions {
	display: block;
	opacity: 1;
	right: 100%;
}

.product-unit-actions > li:not(:last-child) {
	margin-bottom: 2px;
}

.table-row-odd {
	background-color: rgba(0,0,0,.05);
}

.table-row-subgroup {
	background-color: rgba(0,0,0,.1);
}

.table-row-subgroup:nth-child(odd) {
	background-color: rgba(0,0,0,.08);
}

.table-row-subgroup td:first-child {
	padding-left: 2rem;
	font-size: smaller;
}

.product-features-form-sortable-handle {
	cursor: move;
}

.filter-active {
	color: #FF0000;
}

/* Absolute Center Spinner */
#loader {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1000;
	width: 120px;
	height: 120px;
	margin: -76px 0 0 -76px;
	border: 16px solid #f3f3f3;
	border-top: 16px solid #3498db;
	border-radius: 50%;
	animation: spin 2s linear infinite;
	display: none;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
	display: none;
}

#loadingMessage {
	position: fixed;
	left: 50%;
	top: 60%;
	transform: translateX(-50%);
	color: white;
	font-size: 18px;
	z-index: 1001;
	text-align: center;
	display: none;
}

.pickler-row {
	position: relative;
}

.pickler-delete {
	display: none;
	position: absolute;
	right: 100%;
	z-index: 10;
}

.pickler-row:not(:first-child) .pickler-delete {
	display: block;
}

img.flag {
	display: block;
	width: 20px;
	height: 20px;
}

input[type="number"] {
	min-width: 80px;
}

.loading-overlay {
	position: relative;
}

.loading-overlay::before {
	content: "";
	background-color: rgba(255,255,255,0.33);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2x);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1051;
}

.select2-container .select2-results__option[aria-disabled=true] {
	display: none;
}

#product-filters tbody tr:last-child .product-filter-conjunction {
	display: none !important;
}

.product-unit-quanity, .product-unit-type, .product-unit-container {
	min-width: 100px;
}

gmp-place-autocomplete {
    display: inline-block;
    width: 100%;
}

gmp-place-autocomplete::part(input) {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}