.table td{
	word-wrap: break-word;
/*    white-space: pre-line !important;*/
}
.block-process{
	background-color: #6969699e;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1051;
}
.block-process .loading{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 2cm;
}
.progress.progress-striped{
	margin: 25% 60px;
}
.form-bordered .form-group {
    padding: 5px;
    border-bottom: 1px dashed #eaedf1;
}
.form-bordered legend {
	font-weight: 700;
    font-size: 20px;
    padding: 5px 0;
    border-bottom: 2px solid #eaedf1;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
	padding-bottom: 10px;
    font-size: 20px;
    line-height: inherit;
    color: #ffc107 ;
    border: 0;
    border-bottom: 1px solid #454d55;
}
#popup-img {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #4a4a4a91;
    z-index: 1051;
}
#popup-img img{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fixed-td{
	position: sticky;
	left: 0px;
	/*background: white;*/
	z-index: 1;
}
/*.fixed-th{*/
.tableFixHead thead th{
	position: sticky; 
	top: 0;
	/*background: white;*/
	z-index: 2;
}
.tableFixHead thead th.fixed-th{
	position: sticky; 
	left: 0;
	/*background: white;*/
	z-index: 3 !important;
}
.tableFixHead{ 
	overflow-y: auto;
	min-height: 100%;
	height: auto; 
}
.modal{
	padding-right: 0px !important;
}
.dark-mode .form-control:disabled,.dark-mode .form-control[readonly]{
	background-color: #2e343b !important;
    opacity: 1;
}