/* CSS Document */
html{
	position: relative;
  	min-height: 100%;
}

body{
	font-size:12px;
	/* Margin bottom by footer height */
  	margin-bottom: 70px;
}
.zt1{
		background-color:#FFF;
		padding: 30px 0 10px 0;
	}
.zt2{
	background-color:#EEE;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:10px 0 10px 0;
	text-align:center;
	text-rendering: optimizeLegibility;
	text-height:auto;
}


.subTitle{
	font-size:16px;
	letter-spacing:2px;
}
/*
.centerq {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width:100%;
    height:20px;
}*/
footer {
    /*background: #ECECEC;*/
    position: absolute;
  	bottom: 0;
  	width: 100%;
  	/* Set the fixed height of the footer here */
  	height: 70px;
  	background-color: #f5f5f5;
	border-top:#EAEAEA solid 1px;
}

.f20 {
	font-size:20px;
}

.nopadLR{
	padding-right: 0px;
	padding-left: 0px;
}

.vpag{
	padding-top:5%;
}

.vpag2{
	padding-top:2%;
}

.alert.alert-bold-border{
	border-radius: 0px;
	background: #fff;
	border: none;
	color: #434A54;
	border-left: 5px solid transparent;
}

.alert-warning.alert-bold-border{
	border-left-color: #F6BB42;
}

/* CSS Document */
