html, body, ul, li {
	font-family: 'DejaVu Sans', sans-serif;
}
.navigation {
    /* font-family: "BPG Ingiri Arial", sans-serif; */
	font-family: 'DejaVu Sans', sans-serif;
}
.navigation .navigation-header {
	font-size: 1.1rem;
	font-family: 'DejaVu Sans Bold', sans-serif;
	/* font-family: 'BPG WEB 001 Caps', sans-serif; */
}


.card .card-title {
	text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.02rem;
    font-size: 1.5rem;
}

.mainsearch-ltds {
    color: #a0a0a0;
    margin-top: 5px;
    font-size: 13px;
    font-style: italic;
	line-height: 1.3rem;
}


.nav .currency {
	color: #766b6b;
	font-size: 13px;
	font-style: italic;
	line-height: 1.3rem !important;
	padding: 0.7rem 2rem;
}

	.nav .currency span {
		font-weight: bold;
	}


	.nav .currency:hover {
		background-color: #f5f7fa;
		cursor: pointer;
	}


.nav-company .default{
	position: relative;
    margin: 20px 20px 0 20px;
    border: 1px solid #858585;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    z-index: 999;
    background-color: #404e66;
}
.nav-company .default:hover {
	background-color: #38445a;
    border-color: #00b5b8;
}
	.nav-company .name {
		font-weight: bold;
		font-family: 'DejaVu Sans Bold';
		padding-bottom: 6px;
		overflow: hidden;
		text-wrap: nowrap;
		text-overflow: ellipsis;
	}
	.nav-company .sk {
		font-style: italic;
		font-size: 12px;
	}

.nav-company-list {
	position: absolute;
	top: 74px;
	padding-top: 5px;
    margin: 0px 20px 0 20px;
    z-index: 99;
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
    width: calc(100% - 40px);
}
.nav-company-list .item {
    color: #404e66;
    margin: 0;
	border-top: 1px solid #404e66;
	padding: 10px;
	cursor: pointer;
}
.nav-company-list .item:hover {
    background-color: #f5f7fa;
}


.external-link {
	color: #9fb3c1; 
	margin: 2px 7px; 
	position: absolute;
}
.external-link:hover {
	color: #468bbb; 
}


.img-placeholder label {
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5faff;
	outline: 1px dashed #90c0ef;
	color: #4d94d9;
}
.img-placeholder label.remove-background {
	background-color: white;
	outline: none;
}

.img-placeholder label:hover,
.img-placeholder label.remove-background:hover {
	outline: 1px dashed #2471fd;
	background-color: #f5faff;
	color: #3b7bbb;
	font-weight: bold;
}

/* #logo {
    height: 27mm;
    width: 70mm;
	position: relative;
}

	#logo img {
		max-width: 100%;
		max-height: 100%;	
	}
	

#stamp {
    width: 45mm;
    max-width: 45mm;
    height: 45mm;
    max-height: 45mm;
}
#stamp label {
	border-radius: 50%;
}
	#stamp img {
		width: 100%;	
	}

#signature {
	width: 50mm;
	height: 50mm;
	max-width: 50mm;
	min-width: 50mm;
	max-height: 30mm;
	min-height: 20mm;	
}
	#signature img {
		width: 100%;	
	} */




.table-nowrap {
	table-layout: fixed; 
	width: 100%;
}
.table-nowrap td {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.clear-nowrap {
	text-overflow: unset !important;
    overflow: unset !important;
}
.td-wrap {
	white-space: unset !important;
}



.footer_menu {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border-top: 1px solid var(--gray);
	box-shadow: 0 -2px 9px 0px #00000029;
	padding-top: 0.5rem;
	z-index: 9999;

}
	.footer_menu a{
		width: 25%;
		text-align: center;
		border-left: 1px solid var(--light);
		height: 70%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer_menu i{
		font-size: 1.6rem;
		margin-bottom: 0.2rem;
		color: #404e67;
	}
	.footer_menu span{
		font-size: 0.9rem;
		letter-spacing: 0.03rem;
		padding-top: 0.2;
		color: #404e67;
	}



	
.table td {
	padding: 0.7rem 0.2rem;
}

.td-price {
	text-align: right;
}
	.td-price::after {
		content: ' ₾';
	}


.my-select {
	position: absolute;
	font-size: 9pt;
	height: 7mm;
	top: 0;
	border: 0;
}
.my-select:hover {
	outline: 1px solid #eeeeee;
	background-color: #f3f6f8;
}

.main-menu.menu-dark .navigation li.active .menu-icon,
.main-menu.menu-dark .navigation > li > .menu-icon {
	position: absolute;
    right: 0;
    top: 0px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    padding: 6px;
    border: 1px solid #dcdcdc;
	margin: 6px;
    line-height: 16px;
}
.main-menu.menu-dark .navigation > li > .menu-icon:hover {
	color: var(--green);
	border: 1px solid var(--green);
	background-color: #dcdcdc;
}
.main-menu.menu-dark .navigation > li > .menu-icon:active {
	color: var(--green);
	border: 1px solid var(--green);
	background-color: #dcdcdc;
}


/* Modals */

	/* Left Right Modals */
	.modal .modal-dialog-aside{
		width: 350px;
		max-width:80%; height: 100%; margin:0;
		transform: translate(0); transition: transform .2s;
	}


	.modal .modal-dialog-aside .modal-content{  height: inherit; border:0; border-radius: 0;}
	.modal .modal-dialog-aside .modal-content .modal-body{ overflow-y: auto }
	.modal.fixed-left .modal-dialog-aside{ margin-left:auto;  transform: translateX(100%); }
	.modal.fixed-right .modal-dialog-aside{ margin-right:auto; transform: translateX(-100%); }

	.modal.show .modal-dialog-aside{ transform: translateX(0);  }


	/* Bottom Modals */
	.modal .modal-dialog-bot{
		height: 70%; 
		width: 100%;
		max-width: 100%;
		margin:0;
		bottom: 0 !important;
		position: absolute !important;
		transform: translateY(0); 
		transition: transform .2s;
	}


	.modal .modal-dialog-bot .modal-content{  height: 100%; border:0; border-radius: 0;}
	.modal .modal-dialog-bot .modal-content .modal-body{ overflow-y: auto }
	.modal.fixed-bot .modal-dialog-bot{ transform: translateY(100%); }

	.modal.show .modal-dialog-bot{ transform: translateY(0);  }
/* END Modals */



@media only screen and (min-width: 600px) {


}

@media only screen and (max-width: 600px) { 

	/* .card-body {
		padding: 0;
	} */


	.test2 thead {
		display: none;
	}

	.test2 tr {
		display: grid; 
		grid-template-columns: 3fr 1fr 1fr; 
		grid-template-rows: 1fr 1fr 1fr; 
		gap: 0px 0px; 
		grid-template-areas: 
			"date user price"
			"client client client"
			"icons icons icons"; 
	}
	.test2 .td-1 { grid-area: date; }
	.test2 .td-2 { grid-area: user; }
	.test2 .td-3 { grid-area: client; }
	.test2 .td-4 { grid-area: price;
		color: #404e67;
		font-size: 1.4rem;
		font-weight: bold;
		padding: 9px 7px 0 0 !important;
	}
	.test2 .td-5 { grid-area: icons;}

	.test2 td {
		border-top: 0;
	}
	.test2 tr {
		border-top: 6px solid #edeff3;
	}




	.test3 thead {
		display: none;
	}

	.test3 tr {
		display: grid; 
		grid-template-columns: 1fr 1fr; 
		grid-template-rows: 1fr; 
		gap: 0px 0px; 
		grid-template-areas: 
			"client price"; 
	}
	.test3 .td-0 { grid-area: number; display: none; }
	.test3 .td-1 { grid-area: client; }
	.test3 .td-3 { grid-area: price;
		width: auto !important;
		/* color: #4082f4;
		font-size: 1.4rem;
		font-weight: bold;
		padding: 9px 7px 0 0 !important; */
	}
	.test3 .td-4 { grid-area: icons; display: none;}

	.test3 td {
		border-top: 0;
	}
	.test3 tr {
		/* border-top: 6px solid #edeff3; */
	}


}