/**
 * Information tab view styles
 */
.GenericTabInfoLink{
	background: #ececec;
	padding: 5px 12px;
	border: solid 1px #c1c1c1;
	display: inline-block;
	border-radius: 5px;
	letter-spacing: 1px;
	margin: 2px;
	font-size: 13px;
	color: #262626;
}

.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;
}
textarea.text_area_width {
    min-height: 120px;
    max-height: 150px;
    min-width: 60%;
    max-width: 70%;
}
.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;
}

li.typeahead__group.accordion-header a span b {
    font-size: unset !important;
}

#select2-drop,
.select2-drop {
    position: absolute !important;
    margin-top: 2px;
    z-index: 99999 !important;
}

.select2-results {
    max-height: 150px !important;
    overflow-y: auto !important;
}

.commentInfoContent{
	word-wrap: break-word !important;
	word-break: normal !important;
}
.dropbtn_list_entries {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 8px;
}

.dropdown_list_entries {
  position: relative;
  display: inline-block;
}

.dropdown_content_list_entries {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 140px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
top:25px;
}

.dropdown_content_list_entries li a {
  display: block;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
}

.dropdown_content_list_entries li a:hover {
  background-color: #f5f5f5;
}
.dropdown_content_list_entries.open-up {
    top: auto;
    bottom: 25px;
}
.show_list_entries {
  display: block;
}
.summary_align th.dt-center, 
.summary_align td.dt-center {
    text-align: center !important;
    vertical-align: middle !important;
}

.summary_align th {
    text-align: center !important;
}
