body.app-background{
	background-image: url("../img/background.png"); /* The image used */
	background-color: #cccccc; /* Used if the image is unavailable */
	height: 500px; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}.btn-apps{
	padding: 0.5rem 2rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 1.5rem;
	min-width: 155px;
}
.div-contract{
	display:none;
	background: #fff;
	position: fixed;
	width: 90%;
	height: 80%;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	border-radius: 15px;
}
.logo-main{
	position:relative;
	height: 100%;
	width:100%;
	/*background:#206e38;*/
	/*height:30%;*/
	height: calc(18rem + 1px);
	margin-bottom: calc(1rem + 1px);
}
.logo-main img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width:60%;
}
.logo-main2{
	position:relative;
	height: 100%;
	width:100%;
	/*height:30%;*/
	height: 10rem;
	margin-bottom: 1rem;
}
.logo-main2 img{
	position: absolute;
	left: 3%;
	top: 10%;
	/*transform: translate(-50%, -50%);*/
	width:35%;
}
.logo-main2 font{
	position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(0%, -55%);
    font-size: 31px;
	color:#fff;
}
.logo-main2 .btn-back{
	position: absolute;
	right: 10px;
    top: 0px;
    font-size: 35px;
    color: #FFF;
}

.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: 1050;
}
#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;
}