@charset "utf-8";
/* CSS Document */

.topmargin200 {
	margin-top: 200px;	
}
.topmargin100 {
	margin-top: 100px;	
}
.topmargin50 {
	margin-top: 50px;	
}
.topmargin40 {
	margin-top: 40px;	
}
.topmargin30 {
	margin-top: 30px;	
}
.topmargin20 {
	margin-top: 20px;	
}
.topmargin10 {
	margin-top: 10px;	
}
.topmargin5 {
	margin-top: 5px;	
}
.bottommargin50 {
	margin-bottom: 50px;	
}
.mark {
	background-color: yellow;
	color: black;
}

.navbarshadow {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}
.custom-row {
    min-height: 40px; /* Adjust the height as per your requirement */
  }
.bottommargin20 {
	margin-bottom: 20px;	
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}