  /* @font-face {
	font-family: myNunito;
	src: url('/assets/fonts/NunitoSans-Regular.ttf'); /* IE9 Compat Modes */
	src: 
		local('Nunito'),
		url('/assets/fonts/NunitoSans-Regular.ttf'),
		format('truetype');
  } */

  /*bold version*/
  /* @font-face {
	font-family: myNunito;
	src: url('/assets/fonts/NunitoSans-Bold.ttf');
	src: 
		local('Nunito'),
		url('/assets/fonts/NunitoSans-Bold.ttf'),
		format('truetype');
	font-weight: bold; */
/* } */

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
/* 
html, body {
	overflow: hidden;
} */

main {
	display: flex;
	flex-wrap: nowrap;
	height: 100vh;
	height: -webkit-fill-available;
	max-height: 100vh;
	/* overflow-x: auto;
	overflow-y: auto; */
	color: var(--bs-body-color);

	flex-direction: column;
	justify-content: space-between;

}
	
.dropdown.no-arrow .dropdown-toggle::after {
	display: none;
}

.scroll-to-top {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
	width: 2.75rem;
	height: 2.75rem;
	text-align: center;
	color: #fff;
	background: rgba(90, 92, 105, 0.5);
	line-height: 46px;
  }
  
  .scroll-to-top:focus, .scroll-to-top:hover {
	color: white;
  }
  
  .scroll-to-top:hover {
	background: #5a5c69;
  }
  
  .scroll-to-top i {
	font-weight: 800;
  }

.starter-template {
  padding: 1rem 1.5rem 3rem 1.5rem;
  text-align: center;
}

.card { /* added to fix body text colour issue, see lines 54/78 in b5test.css */
  margin-bottom: 10px;
	color: var(--bs-body-color);
  }
  
  .card-hover {
	cursor: default;
  }
  
  .card-hover:hover {
	background-color: #dfdfdf;
  }

  .tooltip {
	pointer-events: none;
  }
  .tooltip-inner {
	white-space: nowrap;
	max-width: none;
  }

  .card .card-body {
	  
  }

.table caption {
	font-style: italic;
  }

.modal { /* added to fix body text colour issue, see lines 54/78 in b5test.css */
	color: var(--bs-body-color);
}

.modal-body {
	min-height: 100px;
}

.offcanvas { /* added to fix body text colour issue, see lines 54/78 in b5test.css */
	color: var(--bs-body-color);
  }

.table-xsm td, th {
	padding: 1px;
	/*font-size: 11px;*/
  }
  
.table td.hidden {
	display: none;
  }

.card-header[data-bs-toggle="collapse"] {
	cursor: default;
  }
  
a {
	outline: 0;
  }

.nav-link {
  cursor: default !important;
}

.nav-link.custom-tab.active {
  background-color: #F8F9FA !important;
} 

.navbar-nav li {
  white-space: nowrap;
}

.btn.noclick {
  cursor: default !important;
}

.bg-gradient-dark-red {
  background-color: #833030;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #833030), to(#4e1111));
  background-image: linear-gradient(180deg, #833030 10%, #4e1111 100%);
  background-size: cover;
}

.bg-dark-red {
  background-color: #833030;
  background-size: cover;
}

.bg-dark-blue {
  background-color: #367bb7;
  background-size: cover;
}

.target-selector-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e74a3b;
}

.hidden {
	display: none;
}

.bg-success-light {
  background-color: #a8e3be;
}

.bg-danger-light {
  background-color: #edb1b1;
}

.scroll-box {
  height: 300px;
  max-height: 300px;
  overflow-y: scroll;
  position: relative;
}

#toaster
{
  position: fixed;
  bottom: 0;
  z-index: 999;
  overflow: visible !important;
  /* width: 200px; */
  /* height: 600px; */
  /* border: 1px solid blue; */
  padding: 1em;
}

.btn-sq
{
	width: 110px !important;
	height: 110px !important;
	font-size: 14px;
	transition: all .2s ease-in-out;
	word-wrap: normal;
	padding: 0px;
	margin: 2px;
}

	.btn-sq:hover
	{
		transform: scale(1.1) perspective(1px) translateZ(0);
		backface-visibility: hidden;
		border-bottom: 0px !important;
		text-decoration: none !important;
	}

	/* table {
		overflow: hidden;
	  }
	  
	  td, th {
		padding: 10px;
		position: relative;
		outline: 0;
	  }
	  
	  body:not(.nohover) tbody tr:hover {
		background-color: #ffa;
	  }
	  
	  td:hover::after,
	  thead th:not(:empty):hover::after,
	  td:focus::after,
	  thead th:not(:empty):focus::after { 
		content: '';  
		height: 10000px;
		left: 0;
		position: absolute;  
		top: -5000px;
		width: 100%;
		z-index: -1;
	  }
	  
	  td:hover::after,
	  th:hover::after {
		background-color: #ffa;
	  }
	  
	  td:focus::after,
	  th:focus::after {
		background-color: lightblue;
	  }
	  
	  /* Focus stuff for mobile 
	  td:focus::before,
	  tbody th:focus::before {
		background-color: lightblue;
		content: '';  
		height: 100%;
		top: 0;
		left: -5000px;
		position: absolute;  
		width: 10000px;
		z-index: -1;
	  }
	   */

.bd-callout {
		padding: 1.25rem;
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
		border: 1px solid #eee;
		border-left-width: .25rem;
		border-radius: .25rem
	}
	
	.bd-callout h4 {
		margin-top: 0;
		margin-bottom: .25rem
	}
	
	.bd-callout p:last-child {
		margin-bottom: 0
	}
	
	.bd-callout code {
		border-radius: .25rem
	}
	
	.bd-callout+.bd-callout {
		margin-top: -.25rem
	}
	
	.bd-callout-info {
		border-left-color: #5bc0de
	}
	
	.bd-callout-info h4 {
		color: #5bc0de
	}
	
	.bd-callout-warning {
		border-left-color: #f0ad4e
	}
	
	.bd-callout-warning h4 {
		color: #f0ad4e
	}
	
	.bd-callout-danger {
		border-left-color: #d9534f
	}
	
	.bd-callout-danger h4 {
		color: #d9534f
  }
  
  /* .navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}
  .navbar-toggler:focus,
  .navbar-toggler:hover{text-decoration:none}
  .navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}
  .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}
  .navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-default .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  } */

/* Bootstrap Table overrides */
.search-input {
	font-size: 0.875rem;
}

/* .breadcrumb {
	padding: 6px 15px !important;
	font-size: .8em;
} */

.dropdown {
	position: static;
  }
  
  .dropdown .dropdown-menu {
	width: calc(100% - 1.5rem);
	right: 0.75rem;
  }
  
  .dropdown-list {
	padding: 0;
	border: none;
	overflow: hidden;
  }
  
  .dropdown-list .dropdown-header {
	background-color: #4e73df;
	border: 1px solid #4e73df;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #fff;
  }
  
  .dropdown-list .dropdown-item {
	white-space: normal;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-left: 1px solid #e3e6f0;
	border-right: 1px solid #e3e6f0;
	border-bottom: 1px solid #e3e6f0;
	line-height: 1.3rem;
  }
  
  /* .dropdown-list .dropdown-item .dropdown-list-image {
	position: relative;
	height: 2.5rem;
	width: 2.5rem;
  }
  
  .dropdown-list .dropdown-item .dropdown-list-image img {
	height: 2.5rem;
	width: 2.5rem;
  }
  
  .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
	background-color: #eaecf4;
	height: 0.75rem;
	width: 0.75rem;
	border-radius: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 0.125rem solid #fff;
  } */
  
  .dropdown-list .dropdown-item .text-truncate {
	max-width: 10rem;
  }
  
  .dropdown-list .dropdown-item:active {
	background-color: #eaecf4;
	color: #3a3b45;
  }
  
  @media (min-width: 576px) {
	.dropdown {
	  position: relative;
	}
	.dropdown .dropdown-menu {
	  width: 20rem !important;
	  right: 0;
	}
	.dropdown-list {
	  width: 20rem !important;
	}
	.dropdown-list .dropdown-item .text-truncate {
	  max-width: 13.375rem;
	}
  }
  
  /* .navbar-light .navbar-nav .nav-item .nav-link {
	color: #d1d3e2;
  }
  
  .navbar-light .navbar-nav .nav-item .nav-link:hover {
	color: #b7b9cc;
  }
  
  .navbar-light .navbar-nav .nav-item .nav-link:active {
	color: #858796;
  } */

  table caption {
	caption-side: top !important;
  }

  .breadcrumb-item a {
	  text-decoration: none;
  }

  .bg-ocean {
	  background-color: #006666;
  }

  .badge-counter {
	  left: 10px;
  }

.context-menu > .dropdown-toggle::after {
	display:none;
}

.form-tags-required {
	position: absolute;
	left: 0;
	opacity: 0;
	display: block !important;
	top: 10px; // depends on your form, adapt it
}
.callout {
	padding:1.25rem;
	margin-top:1.25rem;
	margin-bottom:.5rem;
	border:1px solid #e9ecef;
	border-left-width:.25rem;
	border-radius:.25rem
   }
   .callout h4 {
	margin-bottom:.25rem
   }
   .callout p:last-child {
	margin-bottom:0
   }
   .callout code {
	border-radius:.25rem
   }
   .callout+.callout {
	margin-top:-.25rem
   }
   .callout-info {
	border-left-color:#5bc0de
   }
   .callout-warning {
	border-left-color:#f0ad4e
   }
   .callout-danger {
	border-left-color:#d9534f
   }

.btn-square-md {
	width: 80px !important;
	max-width: 100% !important;
	max-height: 100% !important;
	height: 80px !important;
	text-align: center;
	padding: 0px;
	font-size:12px;
	vertical-align: middle !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-xsm {
	padding: 1px;
}
/* 
.modal-almost-fullscreen {
	width: 99vw;
	max-width: none;
	height: 99%;
	margin-top: 2px;
	margin-bottom: 2px;
  }
  .modal-almost-fullscreen .modal-content {
	height: 99%;
	border: 0;
  }
  .modal-almost-fullscreen .modal-header,
  .modal-almost-fullscreen .modal-footer {
	border-radius: 0;
  }
  .modal-almost-fullscreen .modal-body {
	overflow-y: auto;
  }
  
  @media (max-width: 575.99px) {
	.modal-almost-fullscreen-sm-down {
	  width: 99vw;
	  max-width: none;
	  height: 99%;
	  margin: 0;
	}
	.modal-almost-fullscreen-sm-down .modal-content {
	  height: 99%;
	  border: 0;
	  border-radius: 0;
	}
	.modal-almost-fullscreen-sm-down .modal-header,
  .modal-almost-fullscreen-sm-down .modal-footer {
	  border-radius: 0;
	}
	.modal-almost-fullscreen-sm-down .modal-body {
	  overflow-y: auto;
	}
  }
  @media (max-width: 767.99px) {
	.modal-almost-fullscreen-md-down {
	  width: 99vw;
	  max-width: none;
	  height: 99%;
	  margin: 0;
	}
	.modal-almost-fullscreen-md-down .modal-content {
	  height: 99%;
	  border: 0;
	  border-radius: 0;
	}
	.modal-almost-fullscreen-md-down .modal-header,
  .modal-almost-fullscreen-md-down .modal-footer {
	  border-radius: 0;
	}
	.modal-almost-fullscreen-md-down .modal-body {
	  overflow-y: auto;
	}
  }
  @media (max-width: 991.99px) {
	.modal-almost-fullscreen-lg-down {
	  width: 99vw;
	  max-width: none;
	  height: 99%;
	  margin: 0;
	}
	.modal-almost-fullscreen-lg-down .modal-content {
	  height: 99%;
	  border: 0;
	  border-radius: 0;
	}
	.modal-almost-fullscreen-lg-down .modal-header,
  .modal-almost-fullscreen-lg-down .modal-footer {
	  border-radius: 0;
	}
	.modal-almost-fullscreen-lg-down .modal-body {
	  overflow-y: auto;
	}
  }
  @media (max-width: 1199.99px) {
	.modal-almost-fullscreen-xl-down {
	  width: 99vw;
	  max-width: none;
	  height: 99%;
	  margin: 0;
	}
	.modal-almost-fullscreen-xl-down .modal-content {
	  height: 99%;
	  border: 0;
	  border-radius: 0;
	}
	.modal-almost-fullscreen-xl-down .modal-header,
  .modal-almost-fullscreen-xl-down .modal-footer {
	  border-radius: 0;
	}
	.modal-almost-fullscreen-xl-down .modal-body {
	  overflow-y: auto;
	}
  }
  @media (max-width: 1399.99px) {
	.modal-almost-fullscreen-xxl-down {
	  width: 99vw;
	  max-width: none;
	  height: 99%;
	  margin: 0;
	}
	.modal-almost-fullscreen-xxl-down .modal-content {
	  height: 99%;
	  border: 0;
	  border-radius: 0;
	}
	.modal-almost-fullscreen-xxl-down .modal-header,
  .modal-almost-fullscreen-xxl-down .modal-footer {
	  border-radius: 0;
	}
	.modal-almost-fullscreen-xxl-down .modal-body {
	  overflow-y: auto;
	}
  } */

  .modal-almost-fullscreen {
	width: 99vw;
	max-width: none;
	height: 99%;
	margin-top: 2px;
	margin-bottom: 2px;
  }
  .modal-almost-fullscreen .modal-content {
	height: 99%;
	border: 0;
  }
  .modal-almost-fullscreen .modal-header,
  .modal-almost-fullscreen .modal-footer {
	border-radius: 0;
  }
  .modal-almost-fullscreen .modal-body {
	overflow-y: auto;
	max-height: 100vh !important;
  }

.form-control.search-input:valid {
	border-color: #ced4da;
	padding-right: .75rem;
	background: none;
}

/* table {
	--bs-table-striped-color: #85d1ee;
} */

/* .table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: red;
 } */

.tooltip-inner{
	word-wrap: break-word;
	white-space: pre-line;
	max-width: 400px;
}

.input-group-with-icon {
	display: flex;
  }
  
  .input-group-addon-with-icon {
	flex-basis: 40px;
	display: flex;
	align-items: center; /* Aligning items vertically center */
	justify-content: center; /* Aligning items horizontally center */
  }
  
  /* You can use a new class name as well */
  .input-group-addon-with-icon:last-child {
	flex-basis: 40px;
	display: flex;
	align-items: center; /* Aligning items vertically center */
	justify-content: center; /* Aligning items horizontally center */
  }


/* tr.hide-table-padding td {
	padding: 0;
	}

.expand-button {
	position: relative;
}

.accordion-toggle .expand-button:after
{
	position: absolute;
	left:.75rem;
	top: 50%;
	transform: translate(0, -50%);
	content: '-';
}
.accordion-toggle.collapsed .expand-button:after
{
	content: '+';
} */

/* Zoom In #1 */
.hover01 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: .6;
	cursor: pointer;
}
.hover01:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .8;
}

.carousel-caption-middle {
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.bootstrap-select .dropdown-menu.inner {
	min-width: 100% !important;
}