
.btn,
.input-text,
#formFileMultiple {
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}

.btn-outline-dark:hover {
	/* background-color: white; */
	background-color: gainsboro;
	color: black;
}



.dataTables_wrapper {
	font-family: 'Roboto';
}

table.dataTable td {
	font-size: 0.95em;
	padding: 0px;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: bottom;
}

table.dataTable th {
	font-size: 0.9em;
}

.modal-header {
	padding: 5px;
	padding-left: 10px;
}

.modal-title {
	font-size: 1.1em;
}

.btn-close {
	font-size: 12px;
	margin-right: 5px !important;
}

input[readonly] {
	pointer-events: none;
}

.no-visible {
	visibility: hidden !important;
	display: none !important;
}

.no-used {
	background-color: rgb(151, 151, 151, 0.1) !important;
	pointer-events: none;
}

.table-role-outer {
	width: 200px;
	font-family: 'Roboto';
	font-size: 0.85em;
}

.table-role-wrapper {
	height: 90px;
	overflow: auto;
	border: 1px solid lightgrey;

}

.cus-arrow-margin {
	padding: 0px;
}

.dataTables_scrollBody::-webkit-scrollbar {
	width: 0px;
}

.no-visible {
	visibility: hidden !important;
	display: none !important;
}

input[type=file] {
	width: 380px;
	max-width: 100%;
}

input[type=file]::file-selector-button {
	border: none;
	border-radius: 0px;
	cursor: pointer;
	margin-right: 10px;
}





/* 
* TABLE
*/
table.scrolldown {
	width: 100%;
	border-spacing: 0;
}

table.scrolldown tbody,
table.scrolldown thead {
	display: block;
}

thead tr th {
	font-weight: bold;
}

table.scrolldown tbody {
	height: 240px;
	overflow-y: auto;
	overflow-x: hidden;

}

tbody {
	border-top: 1px solid black;
	border-bottom: 1px solid rgb(199, 197, 197);
}

tbody td,
thead th {
	width: 200px;
}

thead th {
	text-align: right;
}

th,
td {
	min-width: 200px;
	font-family: 'Roboto';
	font-size: 0.95em;
}

/*
@media only screen and (max-width: 800px) {
	#div-dummy {
		display: none;
	}
}
*/


 