* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html, body{
	height: 100%;
}
body {
	font:400 12px/1.625 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#777;/*#444;*/
	background:#ffffff;
	
}

hr{
    margin-bottom: 15px;
    border: 0.5px solid #eee;
}
.wrapper {
	max-width:500px;
	width:95%;
	height: 100%;
	margin:0 auto;
	position:relative;
}

/* css for checkboxes */
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  /*content: '✔';*/
  content: '\2714';
  position: absolute;
  top: .1em; left: .3em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #689F38;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #689F38 !important;
}


#main{
    min-height: 100%;
    padding-bottom: -30px;
    position: relative;
}
#contact-form input[type="tel"],
#contact-form textarea,
#contact-form button[type="submit"] {
	font:400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contact-form {
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#ffffff;
	padding:25px;
	/*min-height: 100%;*/
	height: 100%;
	/* height: 100vh; */
}

#contact-form ul.links{
    list-style: none;
    margin:0 0 15px 0;
}
#contact-form .logo{
    width: 80px;
    margin-bottom: 20px;
}
#contact-form .bill-data{
    font-size: 14px; 
    margin-bottom: 10px;
}
#contact-form .bill-amount{
    font-size: 14px; 
    margin-bottom: 20px;
    text-align: left;
    
}
#contact-form .user-amount-price{
        float: right
}
#contact-form .user-number{
    vertical-align: top; 
    font-size: 15px; 
    font-weight: bold; 
    float:right; 
    margin:5px 0;
}
#contact-form h3 {
	color:#333333;
	display:block;
	font-size:20px;
    margin-bottom: 20px;
}
#contact-form a {
    text-decoration: none;
    font-size: 13px;
}
#contact-form h4 {
	margin:5px 0 0px;
	display:block;
	font-size:18px;
    font-weight: 100;
}
#contact-form .bold-txt{
    font-weight: bold;
}
#contact-form label span {
	cursor:pointer;
	color:#333333;
	display:block;
	margin:5px 0;
	font-weight:900;
}
#contact-form input[type="password"],
#contact-form input[type="text"],
#contact-form textarea{
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 10px;
	padding:10px;
	border-radius:5px;
    font-size: 13px;
}
#contact-form input[type="password"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #0e80d7;
}
#contact-form textarea {
	height:100px;
	max-width:100%;
}
#contact-form ul{
    margin: 0 25px 30px;
    text-align: left;
    font-size: 13px;
}

#contact-form .disabled{
    background: #ccc !important;
    cursor: default !important;
    
}

#contact-form .return_msg{
    color: red;
    font-size: 14px;
}

#contact-form button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0e80d7;
	color:#ffffff;
	margin:0 0 15px;
	padding:15px;
	border-radius:5px;
    font-size: 13px;
}

#contact-form button[class="view-pdf"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#ffffff;
	color:#0e80d7;
	margin:0 0 15px;
	padding:13px;
	border-radius:5px;
    font-size: 13px;
    border: 1px solid #0e80d7;
}
#contact-form button[type="submit"]:hover {
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
#contact-form .terms {
    	padding:5px;
        border-radius:5px;
        font-size:14px;
        vertical-align: center;
        
}


.help{    
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
}

.help ul{
	text-align: center !important;
}

.help ul li{
	display: inline-block;
	list-style-type: none;
	font-size: 10px;
	margin:0 5px;
}

.help ul li a{
	width:80px;
	text-decoration: none; 
}

::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}

.error-msg{
	color: red;
}

.margtop_10{
	margin-top: 10px;
}
