html, body {
	font-family : 'Muli-Regular';
}
body {
	/* background : #fff; */
}	
.login {
    padding-top: 3em;
}
.login-bottom {
    margin: 1em auto;
}
header {
	/* background : #fff; */
}	
.header{
	padding : 20px;
	text-align : center;	
	text-transform : uppercase;
	color : #000;
}
.border-left {
	border-left : 1px solid;
}
.g-recaptcha {
	margin: 0 auto 30px;
	/* width: 50%; */
	display : -moz	-deck;
}
table.table{
	text-transform : capitalize;
	font-weight : 200;
}

table.table.table-keluarga > tbody > tr > td {
	vertical-align : middle;
	text-align :  center;
	font-family : 'Muli-Regular';
}
dl.dl-horizontal > dd {
	text-align : left;
}
table.table.table-keluarga > tbody > tr > th, table.table.table-keluarga > thead > tr > th {
	background : #31b0d5;
	color : #fff;
	text-align : center;
	font-size : 14px;
	font-weight : 100;
	border: 1px solid #eee !important;
	border-bottom: none !important;
	padding : 5px !important;
	/* border : 1px solid #000; */
}
table.table.table-keluarga > tbody > tr > td {
	/* text-align : center; */
	/* background : #fff; */
	/* border : 1px solid #ccc; */
	font-size : smaller;
}
.infokk {
	/* border : 1px solid #000; */
	/* border-radius : 4px; */
	background : #fff;
	margin : 10px auto;
}
.infokk > table >tbody >tr>th {
	font-weight : 100;
	font-size : small;
}
.align-right {
	text-align : right;
}
/* table td {border : 1px solid red;} */
.foto {
	background : #fff;
	margin : 0 auto;
	width : 100%;
}
.foto >img {
	max-width : 100%;
	min-height : 200px;
}
.info_foto {
	/* background : #fff; */
	color : #000;
	font-weight : 400;
	text-align : center;
	margin : 0 auto;
	/* border : 3px solid goldenrod; */
	/* border-radius : 0 0 4px 4px; */
	padding: 3px;
	/* line-height : 2em; */
	text-transform: uppercase;
}
.table.data-keluarga td, .table.data-keluarga > tbody > tr > td, .table.data-keluarga > tbody > tr > th, .table.data-keluarga > tfoot > tr > td, .table.data-keluarga > tfoot > tr > th, .table.data-keluarga > thead > tr > td, .table.data-keluarga > thead > tr > th {
	
	font-size: 12px;
	color: #000;
	padding : 5px !important;
	/* border-top : 1px solid !important; */

}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	vertical-align : middle;
}
	
table.data-keluarga {
	margin-bottom : 50px;
}

.form-control, .login-mail > input {
	text-transform : capitalize;
	font-size : smaller;
}
legend {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 2em;
}
input[type="text"].referal {
	border : 0;
	border-bottom : 1px solid #999;
	text-align : center;
	width : 75%;
	margin : 10px auto;	
}
input[type="text"].referal:focus {
	border-bottom : 1px solid cadetblue;
}
.sosmed-footer{
	padding : 0 25px;
}
.sosmed-footer>span{
	font-size : 10px;
	display:block;
	text-align: center;
}
.sosmed-footer > img {
    margin: 0 34px;
    width: 50%;
}
.date-dropdowns > select.day, .date-dropdowns > select.month, .date-dropdowns > select.year {
    width: 32%;
    margin-right: 2%;
    font-size: smaller;
    height: 2.6em;
    text-align: center;
}
.date-dropdowns > select.year {
	margin-right: 0;
	}
.optional .select2-container--default .select2-selection--single{
	/* border : none; */
	font-size: 0.9em;
	color: #999;
	/* width: 89%; */
	font-family: 'Muli-Regular';
	/* padding : 0; */
	height : 3em;
	line-height : 1.42857143em;
	vertical-align : middle;
	text-align : left;
	/* color : #999; */
	padding-left : 6%;
}
.optional .select2-selection__placeholder {
	color : #ccc !important;
}
.optional .select2-container--default .select2-selection--single .select2-selection__arrow {
	height : 2.5em;
	right : 6%
}
.optional .select2-container .select2-selection--single .select2-selection__rendered {
	margin-top : 0;
}
.optional .select2-container--default .select2-selection--single .select2-selection__rendered {
	/* line-height : 1.42857143em; */
}
.login-mail, .optional {
	margin-bottom : 1em;
}
.login-mail input[type="tel"] {
    border: none;
    outline: none;
    font-size: 0.9em;
    color: #999;
    width: 89%;
    font-family: 'Muli-Regular';
}
.select2-container--default .select2-selection--single .select2-selection__placeholder, .select2-results__options, .select2-selection__rendered {
    font-size: small;
}
@media only screen and (max-device-width: 480px) { 

.foto {
	background : #fff;
	margin : 0 auto;
	width : 100%;
}

.foto >img {
	max-width : 100%;
	min-height : auto;
}
}
