  html,body,form,.container-table
        {
        	height: 90%;
        }
        footer {
            position: absolute;
            bottom: 0;
            width: 100%;
            min-height: 50px;
            height: auto;
            background-color: #0F4C81;
            color: black !important;
            text-align: center;
            font-size: 10px;
        }
        .container-center
        {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .container-table {
            display: table;
            vertical-align: middle;
        }
        .vertical-center-row {
            display: table-cell;
            vertical-align: middle;
        }
        .btn
        {
        	background-color: #0F4C81;
        }
        .vr {
            border-left: 1px solid rgba(0,0,0,0.1);
            height: 100%;
            position: absolute;
            left: -5%;
            margin-left: -3px;
            top: 0;
        }
        .modalPR{
		display:none;
		top: 0;
		min-width: 250px;
		width: 50%;
		/*height: 400px;*/
		margin: 0 auto;
		position: fixed;
		z-index: 40001;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0px 0px 10px #000;
		margin-top: 5%;
		margin-left: 25%;

		animation-name: fadeIn_Modal;
		animation-duration: 0.8s;
	}
	.contentPR{
		width: 100%;
		/*height: 250px;*/
	}
	.contentPR > .ImgPR{
		width: 100%;
	}
	.containerPR{
		display: none;
		width: 100%;
		height: 100vh;
		position: fixed;
		opacity: 0.9;
		background: #222;
		z-index: 40000;
		top:0;
		left: 0;
		overflow: hidden;

		animation-name: fadeIn_Container;
		animation-duration: 1s;
	  
	}
	.headerPR{
		width: 100%;
		height: 40px;
		border-radius: 10px 10px 0px 0px;
		border-bottom: 2px solid #ccc;
	}
	.headerPR a{
		text-decoration: none;
		float: right;
		line-height: 40px;
		margin-right: 20px;
		color: #aaa;
	}