@font-face {
  font-family: "Varela Round";
  src: url('Varela_Round/VarelaRound-Regular.ttf');/* relative path from the css file */
}

@font-face {
  font-family: "Font Awesome";
  src: url('fontawesome/webfonts/fa-solid-900.woff2');/* relative path from the css file */
}

/* Scrollbar */

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
  box-shadow: inset 0 0 5px #dddddd;
  border-radius: 4px;
  border-left: 1.5px solid transparent;
  border-right: 1.5px solid transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #9e9e9e;
  border-radius: 4px;
}

.w-33 { 
  width: 33.333% !important; 
}

.selectedBranch {
  background-color: #f8f9fa;
  color:#000000
}
.accordion-button:not(.collapsed)::after {
  content: "\f077";
  font-family: "Font Awesome";
  color: black;
  font-size: 24px;
  background-image: none;
}

.accordion-button.collapsed::after {
  content: "\f078";
  font-family: "Font Awesome";
  color: #045ab8;
  font-size: 24px;
  background-image: none;
}

.accordion-header {
  margin-bottom: -2.5px;
  margin-top: -5px;
}


.btn-regular {
	background-color: #e9ecef; 
}


.btn-outline {
	border-color: #f0f7ff;
	background-color: #85d3df; 
}

.btn-outline:hover {
	color: #85d3df;
	background-color: #ffffff;
}

.btn-outline2 {
	border-color: #000000;
	background-color: #0e4fa3;
}

.btn-outline2:hover {
	color: #ffffff;
	background-color: #0e4fa3;
}

/* .btn-outline5 {
	border-color: #000000;
	background-color: #0e4fa3;
} */

.btn-outline5:hover {
	color: #ffffff;
	background-color: #78c1cc;
}

.btn-outline5 {
	color: #ffffff;
	background-color: #78c1cc;
	border-color: #ffffff;
}

.btn-text-white {
	color:#ffffff;
}

.btn-text-white:hover {
	color:#000000;
}

.btn-text-black {
	color:#000000;
}

.navbar-toggler-icon {
  
  color: #0e4fa3;
  font-size: 24px;
  border-style: none;
  background: none;
  
}

.btn-close  {
  content: "\f00d";
  font-family: "Font Awesome";
  color: black;
  font-size: 24px;
  border-style: none;
  background: none;
}

.btn-close::after  {
  content: "\f00d";
  font-family: "Font Awesome";
  color: black;
  font-size: 24px;
}

body {
	font-family: 'Varela Round', sans-serif;
	background-color: #f8f9fa;
}



#toolbar {
  -moz-box-shadow: 0 0 20px #888;
  -webkit-box-shadow: 0 0 20px #888;
  box-shadow: 0 0 20px #888;
}

.card {
	margin-bottom: 18px;
}

#toolbar2 {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  height: 30px;
  z-index: 999;
}

.accordion-header-text{
	width: 100%;
	text-align: center;
	color: #000;
}

.accordion-button{
	background-color: white;
}


.border-left-divid {
	border-left-style: groove;
	border-left-color: black;
	border-left-width: 0.5px;
}

.font14 {
	font-size: 14px;
}

.width80 {
	width: 85%;
}


/*Technique #1: Clamp (no media querys needed)*/
.technique--clamp h1,h2,h3,h5,p,h6 {
    font-size: clamp(var(--min), var(--val), var(--max));
  }

  
h1 {
    --min: 1.5em; 
    --val: 5vw; 
    --max: 2.5em;
}

h2 {
    --min: 1.05em; /* minimum value */
    --val: 4.25vw; /* preferred value = 3% viewport width */
    --max: 1.5em; /* maximum value */
}

h3 {
    --min: 0.8em; 
    --val: 3.9vw; 
    --max: 1em;
}

p {
    --min: 0.68em; 
    --val: 3.6vw; 
    --max: 0.95em; 
}

h6 {
    --min: 0.60em; 
    --val: 3.35vw; 
    --max: 0.97em; 
}

h5 {
	--min: 1.05em; /* minimum value */
    --val: 3.9vw; /* preferred value = 3% viewport width */
    --max: 1.2em; /* maximum value */
    font-weight: bold;
}

.table-mb0 p {
	margin-bottom: 0px;
}

.cellAlign h3 {
	margin-bottom: 0px;
}

.bbs-none {
	border-bottom-style: none;
}

.rbs-bold {
	border-right-style: inset;
	border-right-width: 2px;
}

.lbs-bold {
	border-left-style: inset;
	border-left-width: 2px;
}

.topbs-bold {
	border-top-style: inset;
	border-top-width: 2px;
}

.bts-none {
	border-bottom-style: none;
	border-top-style: outset;
	border-top-width: 0.3px;
}


.datepicker-toggle {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 20px;
  
}
.datepicker-toggle-button {
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  
  /* background-image: url('../img/ycdLogo.png'); */
}

.datepicker-input {
  opacity: 0;
}
.datepicker-input::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}



.progress-bar { 
  -webkit-animation-duration: 1.5s;
  -webkit-animation-name: width;
}

/* ANIMATIONS */
@keyframes width {
       0%, 100% {
       transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
       width: 0;
  }
   
}
@-webkit-keyframes width {
       0%, 100% {
       transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
       width: 0;
  }
}  
  
  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/
	/* @media
	  only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px) */  

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
		
	}
 
	/* #no-more-tables tr { border: 1px solid #ccc; } */
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		/* padding-left: 50%;  */
		white-space: normal;
		text-align:right;
		direction: rtl;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:right;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}


label.btn.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
}

label.btn.btn-outline-secondary.active {
  color: #fff;
  background-color: #6c757d;
} 

.dropdown-item.active{
   background-color: #dee2e6;
   color: #000;
}

tbody.hover:hover{ background-color: #dee2e6; }


.floatS {
	height: 24px
}

select.boldSelect option{
    font-weight: bold;
}

.sortorder:after {
  content: '\25b2';  
}
.sortorder.reverse:after {
  content: '\25bc';  
}
.sortorder.reverseB:after {
  content: '\25bc';  
}

.footsticky tr {
  position: absolute;
  bottom: 0;
  margin-top: 20px;
}


