.row {margin-top:5px!important}
.col-lg-6, .col-mg-6, .col-sm-6 {
	padding-left:2px!important;
	padding-right:2px!important
}	
.flex-row {
	display: flex;
	flex-direction: row;
}
.biodata-box {
	border: 1px solid;
	padding: 5px;
}	
.biodata-box .photo-box {
	width: 180px;
	margin-right:10px;
}
.biodata-box .maid_no {
	width: 100%;
	text-align: center;
}
.biodata-box .photo img {
	width: 100%;
	min-height: 150px;
	max-height: 150px;
}
.biodata-box .data-box {
	width: 100%;	
}
.biodata-box .data-box .data {
	font-weight: 600;
	padding-top: 3px;
	line-height: 1.3em;
}
.biodata-box .data-box td {
	font-size: 13px;	
}	
.btn-biodata-video {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:linear-gradient(to bottom, #fb9e25 80%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
    border-radius: 5px;
    border: 1px solid #eeb44f;
    display: inline-block;
    cursor: pointer;
    color: #fff!important;
    font-family: Arial,Helvetica,sans-serif,"Microsoft JhengHei"!important;
    font-size: 13px!important;
    font-weight: 600;
    padding: 3px 15px 2px!important;
    text-decoration: none;
    text-shadow: 0px 1px 0px #cc9f52;
	margin:10px 8px 0 0;
	
}
.btn-biodata-video:hover {
	color: #fff!important;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
	background-color:#fb9e25;
}
.btn-biodata-video:active {
	position:relative;
	top:1px;
}
@media (min-width: 992px) {	
	.biodata .col-md-11 {
		width: 97%;
	}
}

@media (max-width:768px) {
	.row {margin-top:5px!important}
	.col-lg-6, .col-mg-6, .col-sm-6 {
		padding-left:15px!important;
		padding-right:15px!important
	}		
}
@media (max-width:767px) {	
	.row * + .col-xs-12 {
		margin-top:5px!important;
	}	
}
/*
.maid-search-border-primary {
	border-color: #FA9EE3!important;
}	
.maid-search-text-primary {
	color: #91086f;
}
.maid-search-bg-primary {
	background-color: #FA9EE3;
}
*/
