/*  halaman registrasi */

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2;
	text-shadow: none;
	height: 100%;
	width: 100%;
}

body{
	color:#273139;
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
}

.page{
	margin: 0 auto;
	max-width:480px;
	background-color: #fdfdff;
	height: 100%;
}
a, a:link, a:hover{
	text-decoration: none;
	outline-style: none;
}

.container {
  padding: 0;
	margin-top: 0px;
	margin-bottom: 50px;
	background-color: transparent;
}

/* ================Header & Footer======================== */
.header {
	background: url("header.png") repeat scroll 0 0 #333333;
	position: fixed;
	display: block;
	top: 0;
	width: 100%;
	z-index:1000;
	height: 57.3px;
	max-width: 480px;
}
.underhdr {
	margin-top:57.3px;
}
a, a:link, a:hover{
	text-decoration: none;
	outline-style: none;
}

.title {
    font-size: 1.5em;
    min-height: 1.5em;
    margin: 0px;
    text-align: center;
    padding: 15px 0 10px 0;
    font-weight: 700;
    color: #ebff70;
    text-shadow: 1px 1px 3px #01110a;
}
.logo {
    float: left;
    display: inline;
    border: 0;
    width: 120px;
    margin: 12px 0 0 10px;
}

.warna1 {
  color: #fff;
	padding: 0;
	display:block;
	height:100%
}
.warna2 {
    background: #e7edef;
	padding: 4px 0px;
	color: #480e0e;
	display: block;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.warna2 p {
    margin: 5px 0;
	width:100%;
}

h4 {
	font-size:1.4em;
	padding: 5px 0;
	margin:0 auto;
}
.tabcontent h4 {
	text-align:left;
	padding-left: 0px;
}
p {margin: 5px 0;}
.navig {
  max-width: 100%;
	display: block;
	position: relative;
	margin-top:57.3px;
}
.navig ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 100%;
    overflow: visible;
	height:100%;
}

.block-a {
		border: 0;
    float: left;
		width: 100%;
		display: block;
		font-size: 14px;
}

.ui-btn {
    margin: 0;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
		display: block;
    padding: 10px;
		background-color: #3fa9f5;
		background-image: linear-gradient(#72abd5, #0779ccd1);
		color: #fff;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ui-btn:hover, .ui-btn:focus {
	background-image: linear-gradient(#dae8d9,#6ef05f);
	color: #422da8;
}

.navig i {
    font-size:16px !important;
}

.btn-block {
    display: block;
    max-width: 300px;
}
/* -------- FOOTER FIXED---------------- */
.footer {
	display: block;
	bottom:0;
	position: fixed;
	width: 100%;
	max-width:480px;
	z-index:100;
}
.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: visible;
		text-align:center;
}

.footer i {
	font-size: 14px;
}

.foot-block-b {
  margin: 0;
  padding: 0;
	width: 100%;
	border: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-b {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
		font-size: 14px;
		display: block;
		border: 1px solid #f0f7ef;
		background-color: #b6f495;
		background-image: linear-gradient(#d9e1e8,#5fa2f0);
		color: #131415;
}
.btn-b:hover, .btn-b:focus {
	background-image: linear-gradient(#dae8d9,#6ef05f);
	color: #422da8;
}
.footer li:last-child .btn-b {
    border-right: 0px;
}
.btn-tunggal {padding: 12px 0;font-size: 1.1em;}
.footer a span {
    padding: 0px;
    display: block;
}

@media only screen and (max-height: 480px) {
.footer {position: relative;}
}

/* ================End of Header & Footer======================== */

/* ================BUTTON======================== */
.btn-success{
  min-width: 200px;
  max-width: 400px;  
}

.btn-success {
  background-color: #28a745;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}
.btn-primary{
  min-width: 200px;
	max-width: 400px;
	margin: 5px auto;
	padding: 8px 12px;
	font-weight:bold;
	font-size: 14px;
}
.tekscenter{
  display: block;
	text-align: center;
}

.teksleft{
  display: block;
	text-align: left;
	padding-left: 15px;
	margin: 7px auto;
}

.icon-left{
	margin-right: 20px;
}
.icon-right{
	margin-left: 20px;
}

.pointer {cursor: pointer;}

label {
    color: #64401f;
}

.with-errors {
  color: #ff5050;
  margin-top: 2px;
	font-size: 0.8em;
	font-style: italic;
}

.contact-form{
    margin:10px;
	padding: 0 10px;
}
#terms{
	margin-left: 10px;
	text-align: left !important;
}
.form-group {
    margin: 10px auto;
}

.form-control, .form-control[readonly] {
  position: relative;
  height: auto;
  padding: 5px;
	font-size: 1.2em;
	border:none;
	border-radius: 0px;
	box-shadow: none;
	background: transparent;
	border-bottom: 1px solid #ecdede;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.btn-success {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.box-keren2 {
	background: #b3d7c0e6;
	border-top: 1px solid #ee6e6e45;
	box-shadow: 0 0 5px 0 #FFFFFFC4;
}	

label.error {
   color: #f70b0b;
	font-weight: 500;
	font-style: italic;
	margin-left:5px;
}

a, a:active, a:hover  {
    text-decoration: none;
}

form .form-control::-moz-placeholder {
  color: gray;
  opacity: 0.7;
}

form .form-control::placeholder {
  color: gray;
  opacity: 0.7;
}

.ignore, ignore:hover{
	border: none !important;
	background-color: transparent;
	vertical-align: baseline;
	color: #5548b7 !important;
	padding: 0;
	line-height: 2em;
	display: inline !important;
}
label.ui-state-active, .ui-button:active {
    background: #e1e0fb !important;
    border: 1px solid #d2d8ec !important;
    color: #3c1717;
}
.ui-state-active, .ui-button.ui-state-active:hover {color: #3c1717;}
.modal-header{ background-color: #c4dce3;}

hr {
    margin-top: 0px;
    margin-bottom: 5px;
    border-top: 1px solid #eee;
	clear: both;
}

hr.def {
  border: 0;
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #fff;
}

hr.grad{ 
  border : 0;
  height: 1px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}

hr.grad2{ 
  border : 0;
  height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(100, 153, 67, 0.75), rgba(0, 0, 0, 0));
}

label {
    font-weight: normal;
}

#btn-batal {margin-bottom: 30px;}

.modal-header {padding:5px;}