.logo-lg img{
	height: 42px;
}

.logo-sm img {
	height: 21px;
}

.content-page .content{
	padding-top: 10px;
}

.modal-dialog{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.fixed-table-container thead th,
.table-no-lines td,
.table-no-lines th {
    border-left: none !important;
    border-right: none !important;
}

.bootstrap-table,.fixed-table-container {
	border: none !important;
}

.bootstrap-table .table:not(.table-condensed), 
.bootstrap-table .table:not(.table-condensed)>tbody>tr>td, 
.bootstrap-table .table:not(.table-condensed)>tbody>tr>th, 
.bootstrap-table .table:not(.table-condensed)>tfoot>tr>td, 
.bootstrap-table .table:not(.table-condensed)>tfoot>tr>th, 
.bootstrap-table .table thead>tr>th,
.bootstrap-table .table:not(.table-condensed)>thead>tr>td {
	padding: 15px;
}

.treegrid-expander{
	margin-right: 10px;
}

.img-div{
	width: 100px;
	height: 100px;
	border: 1px dashed #dee2e6;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.img-div img {
	width: 100px;
	height: 100px;
	display: none;
}

.img-div span{
	font-size: 26px;
	line-height: 100px;
}

/* Image preview styles */
.img-preview {
    position: relative;
}

.img-preview-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 700px;  /* offcanvas width */
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.img-preview-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 40px);  /* Full width minus margins */
    max-height: 90vh;
    width: auto;
    height: auto;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.no-records-found {
    text-align: center;
}

.my-btn-check-div{
	float: left;
	margin-right: 20px;
	padding-left: 0;
	margin-top: 20px;
}

#current-page-info {
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #3bc0c3;
}