/*not collapse like in Bootstrap */
.unloaded .card-body,
.unloaded .btn-collapse{
  display: none;
}
.card.collapsed .card-body{
  display: none;
}

/* width */
::-webkit-scrollbar {
    width: 1rem;
}



body, p, a , button {
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, strong, .logo {
  font-weight: bold;
  font-style: normal;
}

div{
  /* border: 1px solid rgba(64,64,64,0.5); */
}

/******* Intersection Animations *******/
@keyframes wipe-enter {
	0% {
		transform: scale(0, .025);
	}
	50% {
		transform: scale(1, .025);
	}
}

@keyframes fade-up {
  from {
  	bottom: -0.5em;
  	opacity: 0;
  }
  to {
  	bottom: 0;
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .intersect-animation {
    animation: fade-up 0.5s 1;
  }
}
/* end intersection animations */

/* Animate mouseover effects */
.btn:hover > i,
.nav-link:hover > i,
.link:hover > i {
  transform: scale(1.2);
  transition: all .2s;
}

i {
  padding-right: 2px;
}
.nav-item > a {
  white-space: nowrap;
}

/******* FORMS *******/
/*Feedback on form items*/
.invalid-feedback{
  opacity:0;
  transition: all 1s;
  margin-left: -1rem;
}

/* Adjust dropdown button borders if part of a button group */
.btn-group div:last-child .form-group .btn-dropdown {
  border-top-left-radius: 0;
  -webkit-border-top-left-radius:: 0;
  -moz-border-radius-topleft: 0;

  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;

  padding-top: 2px;
  padding-bottom: 2px;
}

.btn-group div:first-child .form-group .btn-dropdown {
  border-top-left-radius: 0;
  -webkit-border-top-left-radius:: 0;
  -moz-border-radius-topleft: 0;

  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;

  padding-top: 2px;
  padding-bottom: 2px;
}
/* end dropdown button adjustment  */

/******* END FORMS *******/
nav.navbar.fixed-top
{
  padding-top: 0!important;
  padding-bottom: 0!important;
}
nav.navbar.fixed-top .dropdown-menu
{
  padding-top: 0!important;
  margin-top: 0!important;

  border-top-right-radius: 0;
  -webkit-border-top-right-radius:: 0;
  -moz-border-radius-topright: 0;

  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;

}


h1:before,
h2:before,
h3:before,
h4:before,
h5:before,
h6:before,
div.section:before {
  display: block;
  content: " ";
  /*
  margin-top: -72px;
  height: 72px;
  */
  visibility: hidden;
  pointer-events: none;
}

table, td {
  border-width: 1px
  border-style: solid;
	padding-left:2px;
	padding-right:2px;
}
th{
	font-weight: bold;
	background-color: #A8D08D;
  border-width: 1px
  border-style: solid;
}
.bold {
	font-weight: 900;
}

.anchor {
	font-size: smaller;
  color: #eee;
	margin-left: -1.2em;
	visibility:hidden;
}
.anchor:hover {
  color: #ccc;
}

h1:hover .anchor, h2:hover .anchor, h3:hover .anchor, h4:hover .anchor, h5:hover .anchor, h6:hover .anchor{
	visibility:visible;
}

footer {
	width: auto !important;
}

/* job */
.job-list > .card.event > .card-body {
  padding-left: 0;
  padding-right: 0;
}

.job.card .card-header:hover .btn-collapse,
.job.card .card-header:hover .btn-job-load,
.job.card .card-header:hover .btn-order,
.job.card .card-header:hover .btn-postpone,
.job.card .card-header:hover .btn-delete
{
  visibility: visible;
}

.job.card .card-header .btn-collapse,
.job.card .card-header .btn-job-load,
.job.card .card-header .btn-order,
.job.card .card-header .btn-postpone,
.job.card .card-header .btn-delete
{
  visibility: hidden;
}

.job-total-container {
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}

.job.card:not(.unloaded) > .card-header > .btn-job-load {
  display: none;
}

.card.event > .card-body > .card-text > .event-list {
  display:none;
}

.job.card .card-body .form-group.service_unitcost,
.job.card .card-body .form-group.service_fixedcost,
.job-summary .service-panel .frm-payment .user-dropdown-container,
.job-total-container .person-dropdown-container,
.job-total-container .event-dropdown-container
{
  display:none;
}
/* end job */

/* service */
.service-calculate .form-group-service_title,
.service-calculate .form-group-service_description,
.service-calculate .form-group-service_unitcost,
.service-calculate .form-group-service_unitmeasure,
.service-calculate .form-group-service_fixedcost,
.service-calculate .attribute-dropdown-container
{
  display: none;
}
/* end service */

/* person */
.person .service-panel .frm-personservice .person-dropdown-container {
  display: none;
}
/* end person */

/* postaladdressattribute */
.frm-postaladdressattribute-new .postaladdress-dropdown-container {
  display: none;
}
/* end postaladdressattribute */

/* personservice */
.person .frm-personservice .person-dropdown-container,
.frm-personservice-new .person-dropdown-container {
  display: none;
}
/* end personservice */

/* jobReview */
.frm-jobreview .job-dropdown,
.card.jobreview .frm-payment .user-dropdown
{
  display: none;
}
/* end person */

.card-header {
    padding: 0.25em 1.25em 0.25em 1.25em;
}

.card-header .actions {
    float: right !important;
}

.card-header .actions .btn,
table .btn,
th.filter a
{
    background-color:var(--c-bg) !important;
    padding: 0 0.25em 0 0.25em !important;
}

.card-header .actions .btn,
.actions.subtle .btn,
table .btn
{
    border: 0 !important;
    color: #ccc;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

.card-header .actions .btn:hover,
.actions.subtle .btn:hover,
table .btn:hover,
th.filter a:hover
{
    color: #000;
    background-color:rgba(255,255,255,0);
}

.card-header .actions .btn-text,
.actions.subtle .btn-text,
table .btn .btn-text
{
    display:none !important;
}

.btn-group .form-group {
  margin-bottom: 0;
}

/* Grip button for moving elements*/
.grip{
  border: 0;
  background: none;
  cursor: grab;
  cursor: -webkit-grab;
  color: rgb(255,255,255,0.5) !important;
  text-decoration: none;
}
.grip:active:hover,
.grip:active:focus
 {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.sortContainer{
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  line-height: 1.5;
  min-height: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/*------ Sidebar */

.wrapper {
    width: 100%;
}

#sidebar {
    min-width: 15em;
    max-width: 15em;
    transition: all 0.1s;
    position: fixed;
    top:0px;
    height: calc(100vh);
    z-index: 99;
    padding: 72px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    overflow-y: hidden;
}

.sidebar-inner {
  position: relative;
  top: 0;
  height: 100%;
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
#header nav{
  /*opacity: 0.3;*/
}
#header nav:hover{
  opacity: 1;
}

#content.dashboard{
  margin-left: 15em !important;
}

.sidebar-inner > .btn,
.sidebar-inner > .btn-group .form-group,
.sidebar-inner .col > .form-control,
.sidebar-inner .col > .btn,
{
  width: 100%;
}

.sidebar-inner > .btn,
.sidebar-inner > .btn-group
{
  display: block;
  width: 100%;
}

.sidebar-inner > .btn-group {
  display: flex;
}

.sidebar-inner > .btn-group > .btn {
  flex: 1;
}

.sidebar-inner .form-control-job-date{
  width: 100%;
}

#sidebar .sidebar-header {

}

#sidebar ul li.active>a,
a[aria-expanded="true"] {

}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar-content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.1s;
}

@media (max-width: 768px) {
  #sidebar {
    margin-left: -15em;
	  display:block;
  }
	#content, #content.dashboard, footer{
		margin-left: 0px !important;
	}
  #sidebar.active {
      margin-left: 0;
  }
  #sidebarCollapse span {
      display: none;
  }
}

/* End Sidebar */

/* tree menu */
  .jqtree-tree, .jqtree-tree ul {
    list-style: none !important;
  }
  .jqtree-tree .jqtree-toggler {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
  }
  .jqtree-tree li.jqtree_common div:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07b";
  }
  .jqtree-tree li.jqtree-folder > div:before {
    content: "";
  }
  .jqtree-tree li {
    margin: 0 -1em;
  }

  #dirTree, #dirTree ul {
    list-style: none !important;
  }
  #dirTree .dir:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07b";
  }
  #dirTree li {
    margin: 0 -1em;
  }
  #dirTree li > ul{
    display: none;
  }
  #dirTree > ul > li {
    display: list-item;
  }
/* end tree menu */

/****** Filters */
th .form-group {
    display: block!important;
    margin: 0;
    flex-wrap: unset!important;
}

th .input-group {
    flex-wrap: nowrap;
    padding:0;
}

th .input-group input {
  min-width: 5em;
}


th .input-group input,
th .input-group .input-group-prepend,
th .input-group .input-group-append
{
  padding:0;
}

th.filter {
	white-space: nowrap;
	padding-left: 0.2em;
}

th.filter input{
	background-color: transparent;
	border:0px;
	font-weight: bold;
	color: #000;
}

th.filter input:placeholder{
	font-weight: bold;
	color: #000;
}

th.filter .input-group-text, th.filter .input-group-text a {
    background-color: rgba(255,255,255,0);
    border: 0;
    color: #fff;
}

th.filter .input-group-text:hover, th.filter .input-group-text a:hover {
    color: #000;
}

th.filter .clear {
    margin-left: -1em;
    width: 1em;
	visibility:hidden;
}

th.filter:hover .clear {
	visibility:visible;
}

th.filter .form-group {
  margin-bottom: -0.4rem;
}

.btn.filter.month{
	min-width: 8em;
}

/****** Table settings */
td.nowrap{
	white-space: nowrap;
}

table tr{
    background-color: #fff;
}

/****** Modal Settings */
.modal-dialog.fs{
	max-width: 100%;
	max-height: 100%;
}

/****** Toolbars */
.toolbar{
	margin-bottom: 1em;
	text-align:center;
}

#notification{
	position:fixed;
	width:100%;
	bottom:0px;
	left:0px;
	margin-bottom:-16px;
	z-index:100;
}

#toastrack{
	position:fixed;
	width:15em;
	bottom:0px;
	left:0px;
	z-index:100;
}

#progress-global{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1031;
    height: 0px;
}

.link-telephone{
	white-space:nowrap;
}

/*
Lookup styles
*/
.lookup:focus {
  -webkit-border-bottom-left-radius: 0rem;
  -moz-border-radius-bottomleft: 0rem;
  border-bottom-left-radius: 0rem;
}
.lookup + .input-group-text {
  padding:0;
}
.lookup + .input-group-text .btn{
  border-width: 0;
}
.lookup:focus + .input-group-text {
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.lookup-results{
  width: calc(100%);
  position: absolute;
  z-index: 3;
  padding-bottom: 0.25rem;
  padding-left: 0.375rem;
  -webkit-border-bottom-right-radius: .25rem;
	-webkit-border-bottom-left-radius: .25rem;
	-moz-border-radius-bottomright: .25rem;
	-moz-border-radius-bottomleft: .25rem;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
  border-style: solid;
  border-width: 1px;
  border-top: 0;
	display:none;
  outline: 0;
  box-shadow: 0 0.2rem 0 0.2rem rgb(0 123 255 / 25%);
}
.input-group .lookup-results{
	top: 2.3rem;
  width: 26em;
}
.lookup-results .result{
	padding-left: .375rem;
  padding-right: .375rem;
}
.lookup-results .result:hover{
	padding-left: .375rem;
  padding-right: .375rem;
	cursor:pointer;
}

/*
end lookup styles
*/

.input-group-append.button .input-group-text .btn,
.input-group-prepend.button .input-group-text .btn
{
  border: 0 !important;
}

.input-group-append.button .input-group-text,
.input-group-prepend.button .input-group-text
{
  padding: 0 !important;
}

/* Bootstrap Dashboard */
body {
  overflow-x: hidden;
}
/* end Bootstrap Dashboard */

/* Summernote */

.ui-tooltip, .ui-helper-hidden-accessible{
	display:none;
}

/* end summernote */

/* Fix for bootstrap */

.tab-content{
	min-height:200px;
	border-bottom:1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
  border-top: 1px solid;
}

.tabpanel{
	display:none;
}

.tabpanel.active {
	display: block !important;
}
.nav-tabs .nav-link.active{
  border-bottom: 0;
}
.nav-tabs .nav-link.active::after {
    content: "";
    position: relative;
    height: 4px;
    clear: both;
    display: block;
    top: 0.5em;
    margin-bottom: -1em;
    margin-left: -1em;
    margin-right: -1em;
}
.nav-tabs {
  border-bottom: 0 !important;
}

.card-header .btn{
	padding-top: 1px;
    padding-right: 6px;
    padding-bottom: 1px;
    padding-left: 6px;
}

.dropdown-item:hover, .nav-item a:hover{
  transition-duration: 0.3s;
}
.dropdown-item, .nav-item a{
  transition-duration: 0.3s;
}

/* end Bootstrap fixes */

/* Planner styles */
	.week-1 .date {
		background-color:#fff6;
	}
	.week-2 .date {
		background-color:#ccc6;
	}
	.month-1,
  .month-2,
  .month-12
  {
		background-color: #9ff !important;
	}
	.month-3,
  .month-4,
  .month-5
  {
		background-color: #9f9 !important;
	}
	.month-6,
  .month-7,
  .month-8{
		background-color: #ff9 !important;
	}
	.month-9,
  .month-10,
  .month-11{
		background-color: #fc9 !important;
	}

	table.planner,
  .planner td,
  .planner th
  {
		border-width:2px;
    border-style: solid;
		vertical-align: top;
	}
	.dayofweek-6,
  .dayofweek-7
  {
		background-color: #eee;
	}
	.planner .day,
  .planner .date
  {
		/*width:4em; */
		display:block;
		padding-left:0.5em;
	}
	.day {
		font-weight: bold;
	}

  .planner-date .flag {
    position: relative;
    display: block;
    margin-top: -13px;
  }

	table {
		border-collapse: collapse;
	}
	.person-name {
		font-size: x-small;
	}
	.today {
		border:2px solid #f00;
		background-color: #f00 !important;
	}
	.tiny,
  .tiny td,
  .tiny th
  {
		vertical-align: top;
		padding:0px;
		margin:0px;
		font-size: xx-small;
		border-width:1px;
	}
	.tiny td, .tiny th{
		width:25px;
		height:20px;
	}
	.tiny .date, .tiny .day{
		display:block;
		font-size: xx-small;
    height: 100%;
    margin: auto;
	}
	.tiny .day{
		font-size: x-small;
	}
	.tiny .person-name{
		display:none;
	}
	.dayofweek:hover, .planner-date:hover{
		background-color:#ccf !important;
	}
	.day.selected, .planner-date.selected{
		background-color:#00f !important;
	}
	.popout{
		display:none;
		position: absolute;
		width: 15em;
		height: fit-content;
		background-color: #fff;
		z-index: 2;
		padding: 0.5em;
		font-size: initial;
		margin-left: 0.5em;
	}
	.popout:hover{
		display:block;
	}
  .popout .user-summaryList,
  .popout .person-summaryList,
  .popout .jobLink{
    display: inline;
  }
  .popout .jobLink:before{
    content: '\A';
  }

  #planner-highlight-key {
    display: inline-block;
  }

  #planner-highlight-key span {
    padding: 0.25rem;
    color: #fff;
    border-radius: 0.25rem;
    moz-border-radius: 0.25rem;
    webkit-border-radius: 0.25rem;
  }
/* End planner styles */

/* calendar icon
	http://cssdeck.com/labs/calendar-icon
*/

time {
  color: #ccc;
  font-size: x-small;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

time .minical
{
  display: block;
  position: relative;
  width: 8em;
  height: 8em;
  background-color: #fff;
  margin-top: 0.5em;
  margin-bottom: 0em;
  margin-left: 1em;
  margin-right: 0em;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time .minical *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time .minical .month
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #000;
  border-bottom: 1px dashed #000;
  /* box-shadow: 0 2px 0 #d00; */
}

time .minical > .day
{
  position: absolute;
  bottom: 0.3em;
  color: #d00;
}

time .year
{
  position: relative;
  display: inline;
  bottom: 8em;
  left: -1em;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  /* letter-spacing: 2em; */
  height: 8em;
  margin: 0;
  padding: 0;
  clear: both;
  transform: rotate(180deg);
  text-align: center;
}

time .minical > .date
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}
/*______ end calendar icon */

.callout, .callout-warning, .callout-danger, .callout-success, .callout-primary, .callout-secondary, .callout-info, .callout-light, .callout-dark {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}
.callout-warning {
    border-left-color: #f0ad4e;
}

.navbar-brand {
	padding: 0px;
}
.navbar-brand>img {
	/* height: 100%; */
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
}

.badge>a.btn,
.badge>.btn {
  color: #000;
  display: block;
  background-color: rgba(64, 64, 64, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  border: 0;
  display: inline-block;
  padding-left: 0.2rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0.2rem;
  font-size: x-small;
}

.jumbotron .btn {
	width:100%;
}

/* td, th {
	padding:5.65pt 5.4pt 5.65pt 5.4pt;
	valign: top;
} */
/* th {
	font-weight: bold;
	border: 1px solid #ccc;
} */

/* Thumbnail images */
.image-thumbnail, .gallery-thumbnail {
	position: relative;

}
.image-thumbnail-buttons, .gallery-thumbnail-buttons {
    margin-bottom: 1em;
}
.image-thumbnail-buttons button, .gallery-thumbnail-buttons button {
	opacity: 0.5;
}
.image-thumbnail-buttons button:hover, .gallery-thumbnail-buttons button:hover {
	opacity: 1;
	-webkit-transition: all 0.5s;
    transition:all 0.5s;
}
.lightbox {
    height:600px;
    white-space: nowrap;
}
.lightbox-nav{
	position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 100%;
	opacity:0;
}
.lightbox-nav:hover{
	opacity:0.8;
}
.lightbox-nav .btn{
	position:absolute;
	top:45%;
	border-radius: 50%;
}
.lightbox-nav .btn-next{
	right:20px;
}
.lightbox img{
	max-height:600px;
    display: inline-block;
    vertical-align: middle;
}
/*________ end thubnail images */

.img {
    max-width: 100%;
}

/* Image Labels */
.caption-container {
    position: absolute;
    z-index: 999;
}
.caption-highlight::hover, .caption-container::hover, .caption-close::hover {
    opacity: 0.5;
}

.caption-highlight {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.1);
    border: 0px;
    display: inline-block;
    vertical-align: text-top;
}
.caption-container input{
    /* visibility: hidden; */
    display: inline-block;
    vertical-align: text-top;
    margin-left: -0.25em;
    margin-top: 0.1em;
    background-color: rgba(255,255,255,0.1);
    border: 1px solid #000;
}
.caption-close {
    content: "×";
    position: absolute;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
    width: 1em;
    height: 1em;
    background-color: #fff;
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.1;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    visibility: hidden;
}
/*________ end image labels */

/* File input */
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}
.btn-fileupload {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-fileupload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}


input[type=file] {
    display: block;
}
/* end file input */

/* Typeahead */
.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}
/* End typeahead */

/* Calendar styles */

.fc-toolbar h2{
	font-size: 1em;
}

/* End Calendar styles */

.list-group .item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group .item-action:hover, .list-group .item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group .item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group .item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group .item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group .item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group .item:hover, .list-group .item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group .item.disabled, .list-group .item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group .item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* Whole Screen Video */
  video.cover {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
/* end whole screen video */

/*------- Timeline                  */
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
/*------- end Timeline              */

/*======= Schema Related            */

.view.person {

}

/*------- Payment                   */
.badge.payment {
  display: inline-block;
}

.badge.payment::after {
  content: "\A";
  white-space: pre;
}

.frm-payment .form-group-payment_amount{
  display: inline-block;
}
.frm-payment .btn-payment-cancel{
  display: none;
}

/*------- postaladdress                   */
.postaladdress-list .postaladdress_id, .postaladdress-list .postaladdress_addressCountry {
    display: none;
}

.postaladdress-list .postaladdress_streetAddress::after, .postaladdress-list .postaladdress_town::after, .postaladdress-list .postaladdress_addressRegion::after, .postaladdress-list .postaladdress_postalCode::after,
.postaladdressBlock .postaladdress_streetAddress::after, .postaladdressBlock .postaladdress_town::after, .postaladdressBlock .postaladdress_addressRegion::after, .postaladdressBlock .postaladdress_postalCode::after  {
    content: "\A";
    white-space: pre;
}

/*------- postaladdressattribute                   */
.attributeList {
    padding:0;
}



/*------ Invoice */
.invoice .logo {
	float:right;
	margin-bottom: 12pt;
}
.invoice .customer-details {
	float:left;
	margin-left: 36pt;
}
.invoice{
	background-color:#fff;
}
.footer {
	width: auto !important;
	margin-top: 10em;
	padding-top: 3em;
    border-top-style: groove;
    border-top-width: 0.2em;
    border-top-color: var(--c-border);
	/* background-image: url('/image/grass-background-min.jpg'); */
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: bottom;
}

.row-article {
	background-color: var(--c-bg);
	padding-top: 2em;
	padding-bottom: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
}

.invoice .company-details {
	width:50%;
	float:left;
}
.invoice .company-contact {
	float:right;
	width:50%;
}
/*______ end Invoice */


.job-startDate {
	font-size: 1.2rem;
}

@media (min-width: 544px) {
	.job-startDate {
		font-size: 1.8rem;
	}
}
/*end Schema Related            */

.content{
	margin-top:4rem;
}
#toolbar{
	margin-top:70px;
	position:fixed !important;
}
#toolbar .note-toolbar{
	position:relative;
}
/*end manual*/
