@font-face {
    font-family: "myriad pro";
    src: url(../fonts/MyriadPro-Regular.otf);
}
html, body{
	height: 100%;
	width: 100%;
	color: #363636;
	font-family: "myriad pro";
}

*{
	margin: 0; 
	padding: 0;
}

.clear{
	clear: both;
}
.line-wrapper{
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	right: 5px;
	background-color: #363636;
	top: 5px;
}
#content-section .title h1{
	font-weight: bold;
	font-size: 18px;
}
#content-section .sub-title{
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 10px 15px;
}
#content-section .position{

}
#content-section .position h2{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #e1e1e1;
	padding-bottom: 10px;
}
#content-section .tab{
	margin-bottom: 10px;
    cursor: pointer;
}
#content-section .tab>span{
	font-size: 18px;
	font-weight: bold;
	background: #e9eaec;
	padding: 15px;
	border: 2px solid #e1e1e1;
	width: 100%;
	display: block;
}
#content-section .tab>span>span{
	float: right;
	cursor: pointer;
}
#content-section .form-group{
	margin-bottom: 10px;
	margin-top: 10px;
}
#content-section .form-group .label-name{
	/*font-weight: bold;
	font-size: 12px;*/
	margin-top: 10px;
}
#content-section .form-group .star{
	color: #dd3a3b;
}
#content-section .form-group .drop-down-modify{
	position: relative;
}
#content-section .form-group .drop-down-modify .arrow-top-select{
	position: absolute;
	right: 10px;
	top: -2px;
	height: 10px;
	font-size: 12px;
	color: #898989;
}
#content-section .form-group .drop-down-modify .arrow-bottom-select{
	position: absolute;
	right: 10px;
	top: 6px;
	height: 10px;
	font-size: 12px;
	color: #898989;
}
#content-section .form-group label{
	font-weight: normal;
    color: #656565;
    background: #E9EAEC;
    height: auto;
}
#content-section .form-group input[type="text"],
#content-section .form-group input[type="email"],
#content-section .form-group .drop-down-modify select{
	border-radius: 0px;
	border: 2px solid #e1e1e1;
	color: #363636;
	-webkit-appearance: none;
	padding-right: 20px;
	padding-left: 5px;
	z-index: 1000;
	position: relative;
	background: none;
	cursor: pointer;
}
#content-section .form-group .drop-down-modify select{
	height: 34px;
	min-width: 31%;
}
#content-section .form-group .radio-button{
	display: inline-block;
	min-width: 30%;
}
#content-section .form-group .radio-button input[type="radio"]{
	margin-right: 5px;
}
#content-section .form-group .fileUpload,
#content-section .btn-tambah{
    position: relative;
    overflow: hidden;
    background: #ACACAC;/* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ACACAC, #898989);/* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ACACAC, #898989);/* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ACACAC, #898989);/* For Firefox 3.6 to 15 */
    background: linear-gradient(#ACACAC, #898989);/* Standard syntax */
    border: none;
    border-radius: 0;
    width: 150px;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 10px;
}
#content-section .btn-lanjutkan,#content-section .btn-lanjutkan2,.btn-kembali{
	position: relative;
	overflow: hidden;
	background: #E22126;/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#E22126, #C8191E);/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#E22126, #C8191E);/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#E22126, #C8191E);/* For Firefox 3.6 to 15 */
	background: linear-gradient(#E22126, #C8191E);/* Standard syntax */
	border: none;
	border-radius: 0;
	width: 150px;
	display: block;
	float: right;
	margin-bottom: 20px;
	margin-left: 15px;
}
#content-section .form-group .fileUpload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#content-section .form-group .note{
	font-size: 11px;
	max-width: 250px;
	width: 100%;
	margin-top: 10px;
}
#content-section .form-group textarea{
	height: 108px;
	resize: vertical;
	margin-left: 0px;
	margin-right: -0.5px;
	width: 100%;
	border: 2px solid #e1e1e1;
	color: #363636;
	border-radius: 0px;
}
#content-section .form-group.sub-title{
	padding-bottom: 10px;
	border-bottom: 2px solid #e1e1e1;
	margin-top: 10px;
}
#content-section .form-group.sub-title .label-name{
	font-weight: normal;
}

.code-captcha{
	padding: 5px;
	background: #000;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.icon-social.facebook{
	background: url(../images/facebook-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 3px;
}
.icon-social.twitter{
	background: url(../images/twitter-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.icon-social{
	width: 31px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
}
.easy-autocomplete{
	width: 100%!important;
}
.easy-autocomplete-container ul{
	border: 2px solid #e1e1e1;
	margin-top: -2px;
	border-top: none;
}
.easy-autocomplete-container li{
    list-style-type: none;
    border-bottom: 2px solid #e1e1e1;
    padding: 5px;
    background-color: #eee;
    cursor: pointer;
}
.easy-autocomplete-container li:hover{
	background-color: #fff;
}
.form-error{
	color: #F70A0A;
	font-style: italic;
}
#content-section .form-group input[disabled]{
	background-color: #eee;
}
.tab-content{
	display: none;
}
.caption{
	display: inline-block;
	font-style: italic;
	font-size: 13px;
	color: #888;
}
.btn-kurangi,.btn-kurangi2, .btn-kurangi-dg{
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #DE2025;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 0.8;
}