
#dataTable .myfnt {
	float: left;
}

#dataTable .myedit1 {
	position: unset;
	float: left;
}

@media (max-width: 1200px) {
	#dataTable .sw_mana {
		left: unset;
		right: 0;
	}
}

@media (max-width: 768px) {
	#dataTable .odd {
		background-color: rgba(0, 0, 0, 0.05);
	}
	#dataTable td {
		text-align: right !important;
	}
	#dataTable td {
		padding: 10px 10px;
		min-height: 20px;
	}
	
	#dataTableForFilm .odd {
		background-color: rgba(0, 0, 0, 0.05);
	}
	#dataTableForFilm td {
		text-align: right !important;
	}
	#dataTableForFilm td {
		padding: 10px 10px;
		min-height: 20px;
	}
	
	/** table **/
	table td {
		height: auto!important;
		min-height: unset;
		font-size: unset;
	}

	.t_cx td {
		text-align: left;
	}

	.t_lst_tx {
		max-width: 100%;
		margin-right: 0;
	}

	/*#dataTable .sw_mana {*/
	/*    height: auto;*/
	/*    width: 100%;*/
	/*    bottom: 0;*/
	/*    top: calc(100vh - var(--bs-gutter-x));*/
	/*    !*top: 100%;*!*/
	/*    !*right: 20%;*!*/
	/*    left: 0;*/
	/*    transform-origin: top left;*/
	/*    transition: bottom 0.3s ease-in-out;*/
	/*    position: fixed;*/
	/*}*/

	/** action button, icon and selector in table**/
	/*#dataTable .sw_mana li a {*/
	/*    text-align: center;*/
	/*}*/
	
	table td::before {
		width: 100%;
	}

	#dataTable .myfnt {
		float: none;
	}

	#dataTable .myedit1 {
		position: unset;
	}

}

@media (max-width: 440px) {
	.page-number {
		margin-left: 1px !important;
	}
}