@font-face {
	font-family: 'Kenteken';
	src: url('/fonts/Kenteken.eot');
	src: local('?'), url('/fonts/Kenteken.woff') format('woff'), url('/fonts/Kenteken.ttf') format('truetype'), url('/fonts/Kenteken.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'dotsfont';
	src: url('/fonts/dotsfont.eot');
	src: url('/fonts/dotsfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/dotsfont.woff') format('woff'),
	url('/fonts/dotsfont.ttf') format('truetype'),
	url('/fonts/dotsfont.svg#dotsfontregular') format('svg');
}
@font-face {
	font-family: 'Mortion Regular';
	src: url('/fonts/MORTON.woff') format('woff'),
	url('/fonts/MORTON.ttf') format('truetype'),
	url('/fonts/MORTON.otf') format('otf');
}
@font-face {
	font-family: 'SansaCon';
	src: url('/fonts/SansaCon-Normal.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SansaCon';
	src: url('/fonts/SansaCon-Bold.ttf');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Bookman';
	src: url('/fonts/Bookman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Microg';
	src: url('/fonts/MICROGME.TTF');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Microg';
	src: url('/fonts/MICROGBE.TTF');
	font-weight: normal;
	font-style: bold;
}
@font-face {
   font-family: Times;
   src: local('Times New Roman');
}

:root {
	--chat-back-color: #5ba31a;
	--chat-front-color: black;
}

html, body {
    height: 100%;
	width: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    background: #f9f9f9;
	overscroll-behavior-y: contain;
    overflow: hidden;
}

#container {
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

* {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	cursor: default;
}

a, [ng-click], [data-ng-click], [x-ng-click] {
	cursor: pointer;
}

[ng-click] *, [data-ng-click] *, [x-ng-click] * {
	cursor: pointer;
}

.btn.disabled *, .btn[disabled], .btn[disabled] *, fieldset[disabled] .btn {
	cursor: not-allowed;
}

input, textarea, .contenteditable {
    -webkit-touch-callout:default;
    -webkit-user-select:text;
    -moz-user-select:text;
    -ms-user-select:text;
    user-select:text;
	cursor: text;
}

.small {
	font-size: 8pt;
}

/* IE7 Fix */
* html #container {
    display: table;
    height: 100%;
}

/* Opera Fix */
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

div#container {
    height: 100%;
    height: auto !important;
    min-height: 100%;
	overscroll-behavior: none;
}

div#subContainer {
	padding: 30px;
}

div#main {
    overflow: auto;
    padding-bottom: 100px;
}

div#headerSub {
	height: 18px;
	background-color: #000000;
    font-size: 9pt;
    text-align: right;
    color: #eeeeee;
	padding-right: 5px;
}

div#header1 {
	border-bottom: 1px solid #d8ff48;
	background: #333333;
    height: 50px;
}

div#header {
	border-bottom: 1px solid #d8ff48;
	background: #333333;
	padding-left: 10px;
}

#header1 .navbar-brand, #subLogo span {
	font-family: "Mortion Regular", Sans-serif !important;
	font-size: 22px;
	color: #d8ff48 !important;
	text-shadow: none;
}
#header1 .navbar-text {
	color: #d8ff48 !important;
	text-shadow: none;
}

.navbar-fix {
	float: left;
	margin-left: 10px;
}
.navbar-fix>li {
}
.navbar-fix>li>a {
}

.adminNaam {
	color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #555555;
	border-bottom: 1px solid #d8ff48;
}


#header1 .navbar-default .navbar-nav>li>a {
	color: #d8ff48 !important;
	font-weight: bold;
}

.nav > li {
	text-align: center;
}

div#logo {
  position: relative;
  display: inline;
}
div#logo a {
	color: #34297b;
	text-decoration-line: none;
    text-decoration-style: solid;
}

#header1 .navbar-brand .notSmall2 span span, #header1 .navbar-brand .notSmall2 ul, #header1 .navbar-brand .notSmall4 span span, #header1 .navbar-brand .notSmall4 ul {
	font-family: Arial;
}


h2, h3 {
	margin-top: 6px;
}

div#logo b {
	font-size: 12pt;
}

div#body {
    background: #f9f9f9;
    overflow: auto;
	position: absolute;
	top: 68px;
	left: 0;
	right: 0;
	bottom: 50px;
}

div#content, div#content2 {
    /* margin: 0px 0px 0px 340px; */
	top: 20px;
	bottom: 20px;
	float: left;
	width: calc(100% - 380px);
}

div#content div.noGridPage {
    padding: 20px;
}

div.gridPage {
	width: 98%;
	position: absolute;
	padding: 20px 0 20px 20px;
}

.content-schedule {
	width: 100%;
	position: absolute;
	top: 78px; /* Header Height */
	bottom: 80px; /* Footer Height */
}

.fullGrid {
	position: absolute;
	top: 55px; /* Header Height */
	bottom: 70px; /* Footer Height */
	width: 100%;
}

div#left-sidebar {
    width: 360px;
    float: left;
    padding: 20px 20px 0 20px;
}

div#footer {
	background-color: #333333;
	color: #d8ff48;
	border-top: 1px solid #d8ff48;

    position: relative;
    height: 50px;
    margin-top: -51px;
    clear: both;
}

div#footer a {
	color: #d8ff48;
}

div#footer p {
    padding: 20px;
    margin: 0px;
}

div#footer ul {
	background-color: #333333;
}

div#footer ul a:hover {
	background-color: #555555;
}

#cswlogo {
	content:url("/img/logo_csw_small_light.png")
}

.tooltip.in{opacity:1!important;}

.tooltip.itemTooltip .tooltip-inner {
	width: 300px;
	max-width: 300px;
	color: #000000;
	background-color: #ffffff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0;
	text-align: left;
}

.tooltip.goTooltip .tooltip-inner {
	max-width: 300px;
	color: #000000;
	background-color: #ffffff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	padding: 10px;
}

.container input:hover, .container textarea:hover, 
.table-striped > tbody > tr:nth-child(2n+1) > td input:hover,
.container input:focus, .container textarea:focus, 
.table-striped > tbody > tr:nth-child(2n+1) > td input:focus{
  border: 1px solid #CCC;
}

.table-striped > tbody > tr:nth-child(2n+1) > td input{
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9;
}



div[data-angular-treeview] {
  /* prevent user selection */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* default */
  font-family: Tahoma;
  font-size:13px;
  color: #555;
  text-decoration: none;
}

div[data-tree-model] ul {
  margin: 0;
  padding: 0;
  list-style: none; 
  border: none;
  overflow: hidden;
}

div[data-tree-model] li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 20px;
}

div[data-tree-model] li .expanded {
  padding: 1px 10px;
  background-image: url("/img/folder.png");
  background-repeat: no-repeat;
}

div[data-tree-model] li .collapsed {
  padding: 1px 10px;
  background-image: url("/img/folder-closed.png");
  background-repeat: no-repeat;
}

div[data-tree-model] li .normal {
  padding: 1px 10px;
  background-image: url("/img/file.png");
  background-repeat: no-repeat;
}

div[data-tree-model] li i, div[data-tree-model] li span {
  cursor: pointer;
}

div[data-tree-model] li .selected {
  background-color: #aaddff;
  font-weight: bold;
  padding: 1px 5px;
}




/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
	margin: 0;
	padding: 0;
    background: rgba( 255, 255, 255, .8 ) 
                50% 50% 
                no-repeat;
}

.loader {
    top:        0;
    left:       0;
    background-color: #fff;
	background-image: url('/img/loading.gif') ;
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #999;
	height: 100px;
	width: 600px;
    position:   fixed;
	margin: auto auto;
	text-align: center;
	padding-top: 60px;
}
.loading {
    background-color: #CCC;
	opacity: 0.6;
	background-image: url('/img/car_loading.gif') ;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #999;
	z-index: 999;
}

.loading * {
	opacity: 0.6;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.error {
	background-color: #CC6666;
	border: 1px solid red;
	text-align: center;
	padding-top: 50px;
	position:   relative;
	width: 500px;
	margin: auto auto;
}


td span.kenteken {
	display: block;
}

.input-group .form-kenteken {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group .btn-kenteken {
	height: 30px;
}


.kentekenother {
	background-color: #fff !important;
	background-image: none !important;
}


.vlootnummer {
	background-color: #fff !important;
	font-family: 'Courier new';
    border: 1px solid black;
    padding: 2px;
}
.pincode {
	font-family: 'dotsfont';
	font-size: 8pt;
}


#toolbar {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
}
#toolbar li {
	float: left; 
}
#toolbar li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	border-right: 1px solid #ccc; 
}
#toolbar li.seperator {
	border-right: 10px solid #ccc; 
}
#toolbar li a:hover {
	color: #c00;
	background-color: #fff; 
}

table { border-collapse: collapse; }

.width750 {
	width: 750px !important;
}
td, th { padding: 0; }

th {
	text-align: left;
}



div.popup h1 {
	font-size: 11pt;
	margin: 0;
	padding: 0;
}




.modal-mdlKlantzoek {
	width:450px;
}
.modal-mdlInvoer {
	width:800px;
}

.modal-smmd {
	width:350px;
}
.modal-mdlg {
	width:750px;
}
.modal-xl {
	width:90%;
}

.modal-mdupper {
	width:600px;
	margin: 30px calc(30% - 300px) !important;
}



#schedule thead th {
	border: 1px solid #ccc;
	background-color: #eee;
}
#schedule tbody th {
	height: 30px;
	width: 200px;
	border: 1px solid #ccc;
	background-color: #eee;
}
#schedule tbody td {
	height: 30px;
	border: 1px solid #ccc;
}

#header span {
	position: absolute; 
	right: 0px; 
	top: 0px; 
	width: 100%; 
	max-width: 1100px;
	text-align: right; 
	padding: 40px 22px 0 0px;
	font-size: 16pt;
	color: #34297b;
	font-weight: bold;
}

#header span.title {
	max-width: 100%;
	color: white;
	text-align: center;
	font-size: 20pt;
	padding: 11px 22px 0 0px;
}


#header span ul {
	width: 100%;
}


input.ng-invalid.ng-dirty {
	border: 2px solid red;
}

input.ng-valid.ng-dirty {
}

div#invoice {
	background-color: white;
	border: 1px solid black;
	width: 800px;
	min-height: 1000px;
}

.comboItem {
	background-color: white;
	color: black;
	line-height: 80%;
	padding: 5px;
}
.comboItem:active, .comboItem:hover {
	background-color: #3399ff;
	color: white;
}
.comboItem small {
	font-weight: normal;
}

#left-sidebar div h2 {
	font-size: 12pt;
	font-weight: bold;
}
#left-sidebar div span.lspn {
	display: inline-block;
	font-size: 8pt;
	width: 65px;
}

#left-sidebar div span.kenteken {
	font-size: 10pt !important;
	width: 100px;
}
#left-sidebar div button.lbtn {
	width: 50%;
	padding: 10px;
}
#left-sidebar div button.bbtn {
	width: 50%;
	padding: 10px;
}

.half {
	float: right;
	max-width: 50%;
	min-width: 170px;
	width: 50%
}
.whole {
	float: left;
	max-width: 100%;
	min-width: 170px;
	width: 100%
}

.large-Modal .modal-dialog{
  width:98%; height: 90%;
  position: absolute;
  top:0; bottom: 0; left: 0; right: 0;
}

.nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
#header1 .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 14px;
}

.rowOdd td, .rowEven td {
	padding: 3px;
	border: 1px solid #d4d4d4;
}
.rowOdd td {
	background-color: #f3f3f3;
}
.rowEven td {
	background-color: #fdfdfd;
}

blink {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0; }
}

.tab-pane {
	padding: 10px;
}


.navbar .divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
	width: auto;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

.secondHalf {
	margin-left: 60px;
	float: right;
}


.modal-header, .panel-heading {
	background-color: #333333 !important;
	color: #d8ff48 !important;
	-webkit-text-stroke: none;
}

.modal-header .btn, .panel-heading .btn {
	-webkit-text-stroke: 0;
}

.modal-header h3 {
	font-family: 'Arial';
	font-weight: bolder;
	font-size: 30px;
	margin: 0;
}

.panel-heading strong {
	font-family: 'Arial';
	font-weight: bolder;
	font-size: 20px;
	margin: 0;
}
.panel-body > form{
	height: inherit!important;
}
.panel-body > form > textarea{
	height: inherit!important;
}
.panel-footer button {
	margin-right: 10px;
}

.cellMargin tr td input {
	width: 100%;
}

.nav2 > li > a {
	padding: 5px 10px 0px 10px;
}


.magMargin {
	margin-top: 70px !important;
}

.alertModal {
  text-align: center;
  padding: 0!important;
}

.alertModal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.alertModal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.noBackground {
	background: none;
	position: fixed;
	top: 50%;
	margin-top: -150px;
}
.noBackground2 {
	background: none;
	position: fixed;
	top: 550px;
	margin-top: -150px;
}
.noBackground3 {
	background: none;
}
.noBackground4 {
	background: none;
	z-index: 1000 !important;
}

.topmost {
	z-index: 99000 !important;
}

#contentsContainer {
	margin: 50px;
}

.scheduleHolder {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	padding: 5px;
	overflow: auto;
	position: absolute;
	top: 20px;
	bottom: 10px;
	left: 350px;
	right: 10px;
}

.scheduleDayHolder { 
	display: table;
	background-color: white;
	/* min-width: 1400px; */
	height: calc(100% - 68px);
}
.scheduleDay {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	width: 200px;
	border: 1px solid #cccccc;
}

.scheduleEmpty {
	width: 100%;
	-moz-box-sizing: border-box;
	background-color: white;
	min-height: 100px;
}
.scheduleHeader {
	text-align: center;
	font-weight: bold;
}
.scheduleItem {
	min-height: 100px;
	border: 1px solid #cccccc;
	padding: 3px;
}
.scheduleTime {
	display: inline-block;
	width: 25%;
}
.scheduleText {
	height: 20px;
	overflow-y: hidden;
}

.bac {
	border-radius: 0;
	text-transform: uppercase;
}
.bac:first-child {
	border-radius: 3px 0 3px 0;
}
.bac:last-child {
	border-radius: 0 3px 0 3px;
}

.scheduleDay:focus {
    outline: 1px solid blue;
}
.scheduleItem:focus, schedule-item:focus {
    outline: 1px solid blue;
}
.scheduleRental {
	float: right;
}

.scheduleHas button span {
	font-weight: bold;
}

.scheduleAlmost button span {
    background-color: #ffffc0;
    border-radius: 32px;
	font-weight: bold;
    color: black;
}

.scheduleFull button span {
    background-color: #ffc0c0;
    border-radius: 32px;
	font-weight: bold;
    color: black;
}

.scheduleClosed button span {
    background-color: #333333;
    border-radius: 32px;
	font-weight: bold;
    color: black;
}


.scheduleRow {
	display: block;
	height: 50px;
	width: 100%;
	margin-bottom: 2px;
}
.scheduleEmployee {
	float: left;
	display: inline-block;
	height: 50px;
	width: 20%;
	background-color: #ccc;
	padding: 10px;
}
.scheduleDayHor {
	float: left;
	display: inline-block;
	height: 50px;
	width: 80%;
	background-color: white;
	padding: 10px;
}
.scheduleHeader {
	height: 30px;
}

.scheduleTimeItem {
	display: inline-block;
	position: relative;
	overflow: hidden;
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -o-pre-wrap; /* Opera */
	white-space: pre-wrap; /* Chrome */
	word-wrap: break-word; /* IE */
	cursor: pointer;
}

.scheduleHorItem {
	display: inline-block;
	position: absolute;
	height: 30px;
	overflow: hidden;
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -o-pre-wrap; /* Opera */
	white-space: pre-wrap; /* Chrome */
	word-wrap: break-word; /* IE */
	border: 1px solid #ccc;
	cursor: pointer;
}
.scheduleHorItem:focus {
    outline: 1px solid blue;
}








.finOverview * { 
	font-family: 'Arial';
}

.finOverview { 
	background-color: #eee; 
	padding: 30px;
	width: 100%; 
	height: 600px; 
	overflow-y: scroll;
}
.finOverview table { 
	background-color: #fff; 
	border: 1px solid black; 
	page-break-before: avoid;
}
.finOverview div.header { 
	background-color: #fff; 
	border: 1px solid black; 
	padding: 30px; 
	text-align: center; 
}

.finOverview div.header h1 {
	page-break-before: avoid;
}

.finOverview h1 {
	page-break-before: always;
	font-size: 2em;
	font-weight: bold;
}
.finOverview h2 {
	font-size: 1.5em;
	font-weight: bold;
}
.finOverview h3 {
	font-size: 1.17em;
	font-weight: bold;
}
.finOverview td {
	padding: 3px;
}
.finOverview th {
	background-color: #efefef;
}
.finOverview .nextCol {
	border-right: 1px solid black;
}















#header span {
	font-size: 12pt;
}

.mainMenu div {
	padding-left: 210px;
}

.mainMenu .nav > li > a, .mainMenu .nav > li > a, .mainMenu .nav > li > a:focus, .mainMenu .nav > li > a:hover {
	background-color: transparent;
}


#mailingHolder div {
	width: 20%;
	margin: 30px;
	float: left;
}

#mailingHolder div span {
	
}

#header a.dropdown-toggle {
	padding: 0;
}

#header span, #header a {
	color: #34297b;
}

.dropdown-menu li a {
	padding: 10px;
}

.widget {
	float: left;
	margin: 25px;
	width: 330px;
	height: 270px;
	background-color: white;
	border: 1px solid #ccc;
	-moz-border-radius:3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* KHTML */
	border-radius: 3px; /* CSS3 */
	padding: 5px;

}

.widget-double {
	width: 710px;
}
.widget h2 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.widget-inner {
	margin-top: 5px;
	height: 240px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.widget-inner ul {
	margin: 0;
	padding: 0;
	list-style: none; 
	border: none;
	overflow: hidden;
}

.widget-inner ul li {
	margin: 2px 0 2px 0;
	font-size: 9pt;
	width: 100%;
}

.widget-inner td {
	margin: 2px 0 2px 0;
	font-size: 9pt;
}

.widget-inner li:focus {
    outline: 1px solid blue;
}

.widget-inner span {
	margin-left: 10px;
}

.widget .header div {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.btn-separator:after {
    content: ' ';
    display: block-inline;
    background: #ADADAD;
    margin: 0 10px;
    height: 34px;
    width: 1px;
}


.inverted-bar {
	color: white;
/*    mix-blend-mode: difference; */
}

.navbar-main.collapse.in {
	background: #333333;
}
.navbar-default {
	background-color: transparent;
	border: 0;
	z-index: 999;
}

.cellRight {
	text-align: right;
}
tr.cellEven td {
	background-color: #f3f3f3;
}

td.tdlist td {
	padding: 3px;
}
.defMouse, .defMouse * {
	cursor: default !important;
}

span[title], small[title] {
/*	border-bottom: 1px dotted #ccc; */
}


.userContainer {
	
}

.user {
	position: relative;
	height: 108px;
	width: 200px;
	float: left;
	margin: 20px;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	background-color: white;
}

.user.hasPic {
	height: 250px;
}

.user .status {
	width: 198px;
	border-top: 1px solid black;
	position: absolute;
	bottom: 0;
}

.user .img {
	height: 125px;
	width: 198px;
	background-size: cover;
	margin-bottom: 20px;
}

.action {
	position: relative;
	height: 100px;
	width: 150px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}



.historyTable {
	height: 340px; 
	overflow-x: hidden; 
	overflow-y: auto;
}

.withleft {
	max-width: calc(50% - 210px) !important;
}

.withleft2 {
	max-width: calc(100% - 380px) !important;
}



@media screen and (min-width: 1400px) {
	.container {
		width: 80%;
	}
}
@media screen and (max-width: 1400px) {
	.notSmall3 {
		display: none;
	}
}


@media screen and (max-width: 1175px) {
	.half {
		width: 100% !important;
		max-width: 100% !important;
	}	
	.secondHalf {
		/*
		width: auto !important;
		 */
		padding-left: 0px;
		padding-top: 0px;
	}
	.withleft {
	}

	.navbar-text {
		display: none !important;
	}


	div#left-sidebar, div.half {
		width: 100% !important;
		padding: 5px;
	}

    div#content, div#content2 {
        float: left;
        margin: 0;
        padding: 5px;
        width: 100%;
    }

	#header1 .navbar-nav > li > a {
		padding-left: 7px;
		padding-right: 7px;
	}
	.notSmall2 {
		display: none;
	}

	.nav>li>a {
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1175px) {
	.notSmall4 {
		/* display: none; */
	}
}

@media screen and (min-width: 949px) {
	.showSmall {
		display: none;
	}
    .flexSmall {
        display: none;
    }
}


@media screen and (max-width: 950px) {
	.mobfull {
		width: 100% !important;
		max-width: 100% !important;
	}
	.mobhalf {
		width: 50%;
		float: left;
	}

    /*
	.row {
		margin-right: inherit !important;
		margin-left: inherit !important;
	}

     */

    .action {
        width: 100px;
        height: 80px;
    }
    .action span {
        height: 80px !important;
    }

	.navbar-text, .nav-home {
		display: none !important;
	}

	.user {
		margin: 3px;
		width: 180px;
	}

	.user .status {
		width: 178px;
	}

	#headerSub {
		display: none;
	}
	#header span {
		font-size: 12pt;
		padding-top: 30px;
	}
	#header span.title {
		max-width: 100%;
		color: white;
		text-align: right;
		padding: 15px 22px 0 0px;
		font-size: 14pt;
	}


	.wsGridHolder {
	/*	overflow: scroll; */
	}

	.wsGridHolder .grid {
		min-width: 1200px
	}
	.wsGridHolder .fullGrid {
		min-width: 1200px
	}

	div#content, div#content2 {
		float: left;
		margin: 0;
		padding: 5px;
		width: 100%;
	}

	#contentsContainer {
		margin: 20px;
	}

	.widget {
		margin: 0 0 20px 0;
		width: 100%;
	}
	.scheduleHolder {
		display: block;
		position: static !important;
		width: 100%;
	}
	.scheduleDayHolder {
		display: block;
		position: static !important;
		width: 100%;
		min-width: 0;
	}
	.scheduleDay {
		display: block !important;
		width: 100%;
	}
	.scheduleDay:not(:first-child) {
		display: none !important;
	}



	.worksheetOverview {
		max-width: 100%;
	}

	#header1 .navbar-nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}

	h2 {
		font-size: 12pt;
		font-weight: bold;
	}

	#planSmall {
		width: 100% !important;
	}

	.showSmall {
		visibility: visible;
	}
    .flexSmall {
        display: flex;
    }
	.hideSmall {
		visibility: hidden;
	}
	.notSmall {
		display: none;
	}
    .noSmallPadding {
        padding: 0 !important;
    }
    .noSmallMargin {
        margin: 0 !important;
    }

	div#body {
		top: 56px;
	}
	div.gridPage {
		padding: 0;
	}

	.fullGrid {
		top: 40px;
		bottom: 50px;
	}

	.fc-widget-small {
		bottom: 0px !important;
		right: 10px !important;
		height: 50px !important;
	}
}

@media screen and (min-width: 767px) {
	.navbar-fix {
		display: none;
	}
    .showSmall750 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
	#header span.title {
		padding: 20px 22px 0 0;
		font-size: 12pt;
	}
	.navbar-mainnav>li {
		float: none !important;
	}
	.navbar-subnav>li {
		float: none !important;
	}
	.navbar-subnav>li br {
		display: none;
	}
	.navbar-subnav>li i {
		margin-right: 5px;
	}
	.navbar-fix {
		display: auto;
	}
	.navbar-fix-hide {
		display: none !important;
	}

	.navbar .divider-vertical {
		height: 5px !important;
	}


    .showSmall750 {
        visibility: visible;
    }
    .hideSmall750 {
        visibility: hidden;
    }
    .notSmall750 {
        display: none;
    }

	#fc_widget {
		display: none;
	}
}


@media screen and (max-width: 640px) {
	div#left-sidebar {
		width: 100%;
	}
	#left-sidebar div {
/*		width: 100%; */
	}

	.secondHalf {
		width: 100% !important;
	}
}






@media screen {
  #printSection {
      display: none;
  }
}

@page { margin: 1cm }

@media print {
  body * {
    visibility:hidden;
  }


::-webkit-scrollbar {
    display: none;
}

  #printSection, #printSection * {
    visibility:visible;
/*	height: auto !important; */
}
  #printSection {
    position:relative;
    left:0;
    top:0;
	width: 100%;
/*	height: auto !important; */
	font-size: -4px;
  }

  .hidePrint {
	display: none !important;
  }

	.finOverview { 
		overflow-y: none; 
		overflow-x: none; 
		background-color: #fff; 
		margin: 0px; 
		padding: 0;
		height: auto;
		width: auto;
	}


.col-print-1 {width:8%;  float:left;}
.col-print-2 {width:16%; float:left;}
.col-print-3 {width:25%; float:left;}
.col-print-4 {width:33%; float:left;}
.col-print-5 {width:42%; float:left;}
.col-print-6 {width:50%; float:left;}
.col-print-7 {width:58%; float:left;}
.col-print-8 {width:66%; float:left;}
.col-print-9 {width:75%; float:left;}
.col-print-10{width:83%; float:left;}
.col-print-11{width:92%; float:left;}
.col-print-12{width:100%; float:left;}

}












.btn-upload {
  position: relative;
  overflow: hidden;
}
.btn-upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  -webkit-transform: translate(-300px, 0) scale(4);
  -ms-transform: translate(-300px, 0) scale(4);
  -o-transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
* html .btn-upload {
  line-height: 24px;
  margin: 1px -3px 0 0;
}
* + html .btn-upload {
  padding: 2px 15px;
  margin: 1px 0 0 0;
}


.modal-sm .modal-header h3 {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}


.scheduleRentals {
	list-style: none;
}
.scheduleRentals li {
	padding: 10px;
}

label {
    font-weight: normal !important;
}

.ui-grid-draggable-row-target {
  opacity: 0.5 !important;
}

.ui-grid-draggable-row {
    height: 30px;
}

.ui-grid-draggable-row-over {
	position: relative;

    &:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        border-bottom: 1px dotted #AAA;
    }

    &--above:before {
    	top: 0;
    }

    &--below:before {
    	bottom: 0;
    }
}

.chatgpt-logo {
    width: 14px;
    height: 14px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320"><path d="m297.06 130.97c7.26-21.79 4.76-45.66-6.85-65.48-17.46-30.4-52.56-46.04-86.84-38.68-15.25-17.18-37.16-26.95-60.13-26.81-35.04-.08-66.13 22.48-76.91 55.82-22.51 4.61-41.94 18.7-53.31 38.67-17.59 30.32-13.58 68.54 9.92 94.54-7.26 21.79-4.76 45.66 6.85 65.48 17.46 30.4 52.56 46.04 86.84 38.68 15.24 17.18 37.16 26.95 60.13 26.8 35.06.09 66.16-22.49 76.94-55.86 22.51-4.61 41.94-18.7 53.31-38.67 17.57-30.32 13.55-68.51-9.94-94.51zm-120.28 168.11c-14.03.02-27.62-4.89-38.39-13.88.49-.26 1.34-.73 1.89-1.07l63.72-36.8c3.26-1.85 5.26-5.32 5.24-9.07v-89.83l26.93 15.55c.29.14.48.42.52.74v74.39c-.04 33.08-26.83 59.9-59.91 59.97zm-128.84-55.03c-7.03-12.14-9.56-26.37-7.15-40.18.47.28 1.3.79 1.89 1.13l63.72 36.8c3.23 1.89 7.23 1.89 10.47 0l77.79-44.92v31.1c.02.32-.13.63-.38.83l-64.41 37.19c-28.69 16.52-65.33 6.7-81.92-21.95zm-16.77-139.09c7-12.16 18.05-21.46 31.21-26.29 0 .55-.03 1.52-.03 2.2v73.61c-.02 3.74 1.98 7.21 5.23 9.06l77.79 44.91-26.93 15.55c-.27.18-.61.21-.91.08l-64.42-37.22c-28.63-16.58-38.45-53.21-21.95-81.89zm221.26 51.49-77.79-44.92 26.93-15.54c.27-.18.61-.21.91-.08l64.42 37.19c28.68 16.57 38.51 53.26 21.94 81.94-7.01 12.14-18.05 21.44-31.2 26.28v-75.81c.03-3.74-1.96-7.2-5.2-9.06zm26.8-40.34c-.47-.29-1.3-.79-1.89-1.13l-63.72-36.8c-3.23-1.89-7.23-1.89-10.47 0l-77.79 44.92v-31.1c-.02-.32.13-.63.38-.83l64.41-37.16c28.69-16.55 65.37-6.7 81.91 22 6.99 12.12 9.52 26.31 7.15 40.1zm-168.51 55.43-26.94-15.55c-.29-.14-.48-.42-.52-.74v-74.39c.02-33.12 26.89-59.96 60.01-59.94 14.01 0 27.57 4.92 38.34 13.88-.49.26-1.33.73-1.89 1.07l-63.72 36.8c-3.26 1.85-5.26 5.31-5.24 9.06l-.04 89.79zm14.63-31.54 34.65-20.01 34.65 20v40.01l-34.65 20-34.65-20z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}


@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.ai-loading {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.checklist-draw {
    background: #FFF;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 170px;
}
.checklist-right--top{
    background: #FFF;
    width: 100%;
    height: 34px;
    position: absolute;
    top: 34px;
    left: 0px;
}
.checklist-right--bottom{
    background: #FFF;
    width: 100%;
    height: 34px;
    position: absolute;
    top: 102px;
    left: 0px;
}
.checklist-crop{
    background: #FFF;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 528px;
}

.grid-draw {
    background: #FFF;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 150px;
}
.grid-right--top{
    background: #FFF;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 30px;
    left: 0px;
}
.grid-right--bottom{
    background: #FFF;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 90px;
    left: 0px;
}



.back-red {
	background-color: #ffc0c0 !important;
}
.back-yellow {
	background-color: #ffffc0 !important;
}
.back-green {
	background-color: #c0ffc0 !important;
}
.back-blue {
    background-color: #d7f6ff !important;
}
.bold {
	font-weight: bold !important;
}

.fore-red {
	color: #dc3545 !important;
}
.fore-yellow {
	color: #ffc107 !important;
}
.fore-green {
	color: #28a745 !important;
}
.fore-blue {
	color: #282ba7 !important;
}


.schedule-done1 {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z" fill-opacity="30%"/></svg>');
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%, auto;
}
.schedule-done2 {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="471" height="480" viewBox="-75 -60 117.75 120"><path d="M-70.843013-15H31.177404l-4.156987 10H-75zm0 20H22.863429l-4.156987 10H-75zM38.302222-32.13938a50 50 0 1 0 0 64.278761v14.04438a60 60 0 1 1 4.231556-88.502524z" fill-opacity="30%"/></svg>');
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%, auto;
}
.schedule-done {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='3' opacity='30%'/><path d='M0 0 L100 100 ' stroke='black' stroke-width='3' opacity='30%'/></svg>");
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 100% 100%, auto;
}

.schedule-missing {
    border-style: dashed !important;
	border-width: 2px;
	border-color: black;
}



.autosize .ui-grid, .autosize .ui-grid-viewport, .autosize .ui-grid-contents-wrapper, .autosize .ui-grid-canvas { height: auto !important; }


.grid-msg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.grid-msg-overlay .msg {
  opacity: 1;
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 50%;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #555;
  text-align: center;
  font-size: 24px;
  display: table;
}

.grid-msg-overlay .msg span {
  display: table-cell;
  vertical-align: middle;
}

.grid-msg-overlay .msg span small {
	font-size: 12pt;
}


.grid-msg-overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.grid-msg-overlay2 .msg {
  opacity: 1;
  position: absolute;
  top: 38px;
  left: 20%;
  width: 60%;
  height: 50px;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #555;
  text-align: center;
  font-size: 12px;
  display: table;
}

.grid-msg-overlay2 .msg span {
  display: table-cell;
  vertical-align: middle;
}

.vatScheme thead tr td {
	font-weight: bold;
}

.input-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}

textarea {
    resize: none;
}


.noti-dropdown {
	width: 400px;
	max-height: 70vh;
	overflow: auto;
}
.noti-dropdown li {
	width: 100%;
	max-height: 72px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 3px;
}

.noti-dropdown b {
	position: absolute;
	left: 20px;
}
.noti-dropdown p {
	margin-left: 20px;
}

.noti-dropdown li.notif-new::before {
	content: "\2022 ";
	color: red; /* or whatever color you prefer */
}

.noti-dropdown li b, .noti-dropdown li p {
	color: black;
	font-size: 10pt;
}

.noti-dropdown li.notif-new b, .noti-dropdown li.notif-new p {
	color: #34297b;
}

.noti-dropdown li { 
	font-weight: normal;
}


.button__badge {
  background-color: #fa3e3e;
  border-radius: 10px;
  color: white;
 
  padding: 1px 3px;
  font-size: 10px;
  
  position: absolute; /* Position the badge within the relatively positioned button */
  top: -5px;
  right: -7px;
  line-height: normal;

  text-shadow: none;
}

.pac-container {
    z-index: 1051 !important;
}

.navbar-nav>li {
	float: left;
}

.cellBold {
	font-weight: bold;
}
.cellWhite {
	background-color: white;
}



input[type="date"].ui-grid-filter-input {
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0;
    border: 0;
    width: 100%;
    border: 1px solid #d4d4d4;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.field-required {
	color: red;
}


.hide-it-off-screen {
    position: absolute;
    left: -10000px;
    top: -10000px;
	height: 400px;
	width: 100px;
}



@media (min-width: 992px) {
	.modal-mlg {
		width: 900px;
	}
}


@media (min-width: 1292px) {
	.modal-mlg {
		width: 1200px;
	}
}

@media (min-width: 1492px) {
	.modal-mlg {
		width: 1400px;
	}
}


.ui-grid-cell-contents-break {
   padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;


  overflow: hidden;
  height: 100%;

  word-break: break-all;
}



.modal-header select, .panel-heading  select, .modal-header input, .panel-heading  input {
    -webkit-text-stroke: 0;
}

.mce-i-insertfield:before {
	content: "\f1c0"; /* Value for the Youtube icon*/
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

input.ng-invalid-date {
	border: 1px solid #ccc !important;
}
input.ng-invalid-date:required {
	border: 2px solid red !important;
}

.scheduleMemo {
	margin-top: 0px;
	margin-bottom: 0px;
	height: calc(100vh - 520px) !important;
	width: 100%;
}
