/**
 * Information tab view styles
 */
.GenericTabInfoLink{
	background: white;
	padding: 5px 10px 5px 10px;
	border: solid 1px #ada9a9;
	display: inline-block;
	border-radius: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 2px;
}

.GenericTabInfoLink:hover{
	background: #e4e4e4;
}

.GenericTabInfoLink_slt{
	color: #fff;
	font-weight: 900;
	background: #4d90fe !important;
}

.GenericTabInfo>thead{
	letter-spacing: 1px;
}

.GenericTabInfo{
	margin-top: 9px;
}
.btn-success{
background: rgba(16,163,127) !important;
}

.custom_table_design {
	width: 100%;
	margin-bottom: 16px;
	border-radius: 4px;
	border-collapse: separate;
	border-spacing: 2px !important;
}
.custom_table_design th {
	background: linear-gradient(to bottom, #3b87ce, #ecf4fb 114%);
	border-radius: 5px;
}
.custom_table_design th, td {
	text-align: left;
	padding: 8px;
}
.custom_table_design tr{background-color: #e8f0f5;}
.custom_table_design > tbody > tr > td {
	border: 0.5px solid #dfdfdf;
}
.module-action-bar .module-title{
	margin:8px 0px !important;
}

.tabitem:not(:first-child) {
	margin-left: 5px;
}
.center{
	text-align: center;
}
.form-inline{
	display: inline-block !important;
}
.modal-xl {
    width: 75% !important;
}
#fixTable > tbody > tr > td > table >thead > tr > th {
    position: unset !important;
}
#copy_to_clipboard:active{
	
}
#account_star_info:hover{
color:#ffd700 !important;
text-shadow:0px 1px 9px;
}

.table-scroll {
	max-height: 600px !important; /* Adjust this value to set the desired height */
	overflow-y: auto !important;
	width: 100% !important;
	max-width: 800px !important; /* Adjust this value as needed */
	display: block !important;
}
.table-freezes thead {
	position: sticky;
	top: 0;
	background-color: #f9f9f9; /* Adjust the background color as needed */
}
.app-menu{
	z-index:1099;
}
.listViewContentHeader th a.removeSorting{
	vertical-align: bottom;
}