@charset "utf-8";
/* CSS Document */

.profil-pesan {
	color:#F00;
	margin-bottom:10px;	
}

.profil-form-1 {
	clear:none;
	float:left;
	width:100%;
	display:;	
}

.profil-form-2 {
	clear:none;
	float:left;
	width:100%;
	display:none;	
}

.profil-form {	
	clear:none;
	float:left;
	width: 100%;
	margin-top:10px;
	line-height:30px;
	color: #464646; 
	 
}

.devider-header {
	clear:none;
	float:left;
	width:100%;
	font-size:24px;
	font-weight:bold;	
}

input[type="email"]:read-only,
input[type="text"]:read-only {
    background-color: #CCC !important;
}

input[type="email"]:-moz-read-only,
input[type="text"]:-moz-read-only { /* For Firefox */
    background-color: #CCC !important;
}

/* CONTACT FORM */

.profil-form-1 {
	clear:none;
	float:left;
	width:100%;
	margin-top:10px;
	max-width:600px;
}

.profil-form-2 {
	clear:none;
	float:left;
	width:100%;
	margin-top:10px;
	max-width:600px;
}

.profil-form-1 input[type="text"],
.profil-form-1 input[type="email"],
.profil-form-2 input[type="password"] {
	margin-top: 10px;
	width: 90%;	
	border: 1px solid #7a7676;
	border-radius: 4px;
	outline: none;
	background: #fff;
	padding: 8px;
	font-weight: 400;
	font-size: 15px;
	text-transform: none;
	color: #464646;
	display: block;
	-webkit-appearance: none;
}

.profil-form-1 input[type="date"] {
    margin-top: 10px;
	width: 90%;
	border: 1px solid #7a7676;
	border-radius: 4px;
	outline: none;
	background: #fff;
    padding: 5.5px;	
	font-weight: 400;
	font-size: 15px;
	text-transform: none;
	color: #464646;
	display: block;
	-webkit-appearance: none;
}

.profil-form-1 select {
	margin-top: 10px;
	width: 90%;	
	border: 1px solid #7a7676;
	border-radius: 4px;	
	outline: none;	
	background: #fff;
	padding: 8px;	
	font-weight: 400;
	font-size: 15px;	
	text-transform: none;
	color: #464646;	
	display: block;
	
}

.profil-form-1 input[type="text"]:focus, 
.profil-form-1 input[type="email"]:focus, 
.profil-form-2 input[type="password"]:focus, 
.profil-form-1 input[type="text"]:hover,
.profil-form-1 input[type="email"]:hover,
.profil-form-2 input[type="password"]:hover,
.profil-form-1 select:hover {
  box-shadow: inherit;
  border-color: #7a7676;
}
.profil-form-1 input[type="button"],
.profil-form-2 input[type="button"],
.profil-form-1 input[type="submit"],
.profil-form-2 input[type="submit"]{
	margin-top: 10px;
	border: none;
	border-radius: 4px;
	outline: none;
	font-weight: 400;
	font-size: 1em;
	padding: 12px 25px;
	background:#464646;
	color: #fff;
	text-transform: none;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:95%;
}
.profil-form-1 input[type="button"]:hover,
.profil-form-2 input[type="button"]:hover,
.profil-form-1 input[type="submit"]:hover,
.profil-form-2 input[type="submit"]:hover {
	background: #c00000;
	color: #ffffff;
}
.rad-chk-in{
	margin-bottom: 0px;
}
.rad-chk-in ul{
	padding:0;
	list-style:none;
}
.rad-chk-in ul li{
	float: left;
	margin-left: 20px;
}
.rad-chk-in ul li:first-child{
	margin-left: 0;
}
.rad-chk .radio,
.rad-chk .checkbox {
	position: relative;
	display: block;
}
.rad-chk .radio,.rad-chk .checkbox {
	outline:none;
	border:none;
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 13px;
	line-height: 27px;
	color: #464646;
	cursor: pointer;
	text-transform: none;
	font-weight: normal;
	margin-top: 0;
}
.rad-chk .radio{
	text-transform: none;
}
.rad-chk .radio:last-child,
.rad-chk .checkbox:last-child {
	margin-bottom: 0;
}
.rad-chk .radio input,
.rad-chk .checkbox input {
	position: absolute;
	left: -9999px;
}
.rad-chk .radio i,
.rad-chk .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.rad-chk .radio i {
	border-radius: 50%;
}
.rad-chk .radio input + i:after,
.rad-chk .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.rad-chk .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.rad-chk .checkbox input + i:after {
	content: '';
	top: 3px;
	left: 2px;
	width: 10px;
	height: 7px;
	background: url(../images/check.png) no-repeat;
	text-align: center;
}
.rad-chk .radio input:checked + i:after,
.rad-chk .checkbox input:checked + i:after {
	opacity: 1;
}
.rad-chk .inline-group {
	margin: 0 -30px -4px 0;
}
.rad-chk .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.rad-chk .inline-group .radio,
.rad-chk .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.rad-chk .inline-group .radio:last-child,
.rad-chk .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}
.rad-chk .radio i,
.rad-chk .checkbox i {
	border-color: #7a7676;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.rad-chk .radio:hover i,
.rad-chk .checkbox:hover i {
	border-color: #7a7676;
}
.rad-chk .radio input:focus + i,
.rad-chk .checkbox input:focus + i {
	border-color: #7a7676;
}
.rad-chk .radio input + i:after {
	background-color: #c00000;	
}
.rad-chk .checkbox input + i:after {
	color: #8d7732;
}
.rad-chk .radio input:checked + i,
.rad-chk .checkbox input:checked + i {
	border-color: #c00000;	
}
.rad-chk .radio.state-error i,
.rad-chk .checkbox.state-error i {
	background: #fff0f0;
}
.rad-chk .radio.state-success i,
.rad-chk .checkbox.state-success i {
	background: #f0fff0;
}
.rad-chk .radio.state-disabled,
.rad-chk .checkbox.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.rad-chk .radio.state-disabled:hover i,
.rad-chk .checkbox.state-disabled:hover i {
	border-color: #d6d6d6;
}

.sign-up-form input[type="text"]:disabled {
		background-color: #dddddd;
}

input[type="button"]:disabled,
input[type="submit"]:disabled {background-color:#d7dbd8 !important;cursor:not-allowed;}

/*-- start scrollpane --*/
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media only screen and (min-width: 481px) {

.profil-form-1 input[type="button"],
.profil-form-2 input[type="button"],
.profil-form-1 input[type="submit"],
.profil-form-2 input[type="submit"]{	
	width:95%;
}
	

}

@media only screen and (min-width: 769px) {

.profil-form-1 input[type="button"],
.profil-form-2 input[type="button"],
.profil-form-1 input[type="submit"],
.profil-form-2 input[type="submit"]{
	
	width:auto;	
}	
	
}