fieldset {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
}

fieldset legend	 {
    color: #ccc; 
    font-size: 12px;
    border-radius: 5px;
}

table.dataTable {
	font-size: 11px;
}

fieldset legend {
	color: #495057;
}

.select2-container {
	    width: 100% !important;
	    padding: 0;
}
.select2-container--open {
   	z-index:10000;
}
.display-none {
	display: none;
}
.display-block {
	display: block;
}

.search-filter {
  	margin-left: 30px;
  	margin-top: 5px;
  	background: #f1f1f1;
  	text-align: center;
  	border: 1px dashed #ccc6c6;
  	border-radius: 10px;
  	padding: 5px;
  	width: max-content;
  	font-size: 12px;
  	font-color: #ccc6c6;
  	overflow: hidden;
  }
  
 .search-filter-text {
 	margin: 7px;
 }


.search-filter {
  	margin-left: 5px;
  	margin-top: 5px;
  	background: #f1f1f1;
  	text-align: center;
  	border: 1px dashed #ccc6c6;
  	border-radius: 10px;
  	padding: 5px;
  	width: max-content;
  	font-size: 12px;
  	font-color: #ccc6c6;
  	overflow: hidden;
  	margin-bottom: 0px;
}
   
.search-filter-text {
	margin: 7px;
}
    
.footable-row-detail-value {
	width: 100%;
}
