div.naseptavac{
	position: absolute;
	width:500px;
	/* height: 300px; */
	overflow:auto;
	border: 1px solid #6969bb;
	background-color: #171717;
	color:white;
	z-index: 1;
	-webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    4px 4px 16px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         4px 4px 16px 0px rgba(0, 0, 0, 0.75);
	padding: 3px;
	border-radius: 5px;
	font-weight: bold;
	max-height: 300px;
}

div.naseptavac>table{
	width: 100%;
	font-weight: normal;
	border:1px dotted white;
	background-color: white;
	color:black;
}

/*
div.naseptavac .prn_tbl tbody tr:nth-child(2n){
	background-color:#313131; 
}
*/

div.naseptavac .mainbodytable>thead th{
	top:56px !important;
}

div.naseptavac .dil_btn_all_in{
	display:inline-block;
	padding:5px !important;
}

div.naseptavac .dil_btn_all_in button{
	margin-left: 1rem;
	padding:2px 5px;
}