.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;
    font-size: 20px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
h6.header.smaller {
    border-bottom: solid 1px #ccc;
}
.swal-overlay--show-modal .swal-modal {
    opacity: 1;
    pointer-events: auto;
    box-sizing: border-box;
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s;
    will-change: inherit !important;
}
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}
#popup-img {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #4a4a4a91;
    z-index: 1050;
}
#popup-img img{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}