.page-content1 {
	width:100%;
}
img {
    max-width: 100%;
}
.hide {
	display:none;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before, .row:after {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;	
}
.btn-search {
	display:inline-block;
    width: 100%;
    background: #4169e2;
    color: #fff;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
}
.paginator {
    font-size: 15px;
    margin-top: 20px;
}
.paginator .pagination {
    display: inline-flex;
}
.paginator li {
    list-style: none;
}
.text-center {
    text-align: center!important;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover,
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #4169e2;
    cursor: default;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    padding: 8px 12px;
    margin: 0 5px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666;
    background-color: transparent;
    border-radius: 99px;
    margin: 0 3px;
}

.biodata .maid_result {
	padding-left:15px;
	padding-right:15px;
}

@media (min-width: 900px) {
	body {
		width:97%
	}
	.col-sm-8 {
		width: 66.66666666666666%;
		float: left;
		padding-left:8px;
		padding-right:8px
	}	
	.col-md-8 {
		width: 66.66666666666666%;
		float: left;
		padding-left:8px;
		padding-right:8px		
	}
	.col-md-12 {
		width: 100%;
	}	
	
	.col-sm-4 {
		width: 33.33333333333333%;
		float: left;
		padding-left:8px;
		padding-right:8px		
	}	
	.col-md-4 {
		width: 33.33333333333333%;
		float: left;
		padding-left:8px;
		padding-right:8px		
	}
}
@media (max-width: 767px) {
	html .biodata .row {
		margin-right: 0px;
		margin-left: 0px;
	}	
	html .biodata .col-md-4, .col-sm-6, html .col-md-8, html .col-sm-12 {
		padding-left:0px!important;
		padding-right:0px!important;
	}
	.container.biodata {
		padding:0px;
	}
	.biodata .maid_result {
		padding-left:0px;
		padding-right:0px;
	}	
	.biodata .col-sm-6 {
		padding-left:0px!important;
		padding-right:0px!important;
	}
}
.biodata table {
    border-collapse: collapse;
    border-spacing: 0;
}
.page-content-heading {
    background: #4169e2;
    background: -moz-linear-gradient(top, #2150de 0%, #4169e2 100%);
    background: -webkit-linear-gradient(top, #2150de 0%,#4169e2 100%);
    background: linear-gradient(to bottom, #2150de 0%,#4169e2 100%);
    color: #fff;
    padding: 10px 15px;
    margin-top: 15px;
    margin-bottom: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.biodata-box .maid_no {
    width: 100%;
    text-align: center;
}
.search_maid_total_found {
    float: left;
    font-size: 14px;
}
.search_maid_sorting {
    float: right;
    font-size: 14px;
}
#more {
	float: right;
	background-color: #F63;
	color: #FFF;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer
}
#more span a {
	color: #FFF
}
#search_btn {
	float: left;
	background-color: #4169e2;
    color: #fff;
    border-color: #fff;
	padding: 4px;
	margin-top: 10px;
	width: 150px;
	text-align: center;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer
}
#search_btn a {
	color: #FFFFFF;
	text-decoration: none
}
.search_more {
	float: right;
	margin-top: 15px;
	color: #000
}
.search_more a {
	font-size:12px;
	color: #000;
	text-decoration: none
}
.search_panel_title {
	background-color: #4169e2;
	color: #FFF;
	text-shadow: 0px 0px 0px #4169e2;
	padding: 5px 10px;
	font-size: 16px
}
.search_panel_table {
	padding: 8px;
	font-weight: normal;
	color: #000;
	border: 2px solid #4169e2;
}
.search_panel input[type="text"] {
	width: 100%;
	height: 28px;
	padding: 3px;
	border: solid 1px #DCDCDC;
	transition: box-shadow 0.3s, border 0.3s;
	margin-bottom: 6px
}
.search_panel select {
	width: 100%;
	height: 28px;
	padding: 3px;
	border: solid 1px #DCDCDC;
	transition: box-shadow 0.3s, border 0.3s;
	margin-bottom: 5px
}
.search_panel a {
	cursor: pointer
}
.search_panel_text {
	float: left;
	font-size: 14px;
	padding: 4px 0px;
	font-weight: bold
}
.search_panel_text2 {
	float: left;
	font-size: 12px;
	padding: 0px 0px;
	font-weight: bold
}
.search_panel_img_label {
	background-color: #FFF!important;
}
.search_panel_img {
	width:auto!important;
	height: 30px!important;
	padding: 5px 5px!important;
}
.skill_label {
	float: left;
	border-radius: 4px;
	border: 1px solid #D0D0D0;
	margin-right: 5px;
	margin-bottom: 6px;
	background-color: #FFF
}
.skill_img {
	height: 25px;
	padding: 3px 3px
}
.search_panel_img_selected {
	background-color: #4169e2
}
.search_panel input[type="checkbox"] {
	display: none;
	margin: 4px;
	background-color: #EFEFEF;
	border-radius: 4px;
	border: 1px solid #D0D0D0
}
.search_panel label {
	float: left;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #D0D0D0;
	margin-right: 5px;
	margin-bottom: 6px;
	cursor: pointer;
	width: auto
}
.search_panel label span {
	font-size: 14px;
	text-align: center;
	padding: 2px 10px;
	display: block;
	border-radius: 4px;
	width: auto;
	color:#000;
	background-color: #fff; 
}
.search_panel input:hover + span {
	background-color: #FFFFFF;
	color: #000
}
.search_panel input:checked + span {
	background-color: #4169e2;
	color: #fff
}
.search_panel input:checked:hover + span {
	background-color: #4169e2;
	color: #fff
}
.search_maid_total_found {
	float: left;
	font-size: 14px
}
.search_maid_again {
	float: right;
	font-size: 14px
}
.search_maid_again a {
	color: #00F;
	text-decoration: none;
	cursor: pointer
}
.page_btn a {
    color: #281c4c;
}
.page_btn label {
	float: left;
	border-radius: 4px;
	border: 1px solid #000;
	margin-right: 5px;
	margin-bottom: 6px;
	height: 29px
}
.page_btn_current_page {
	background-color: #DDD
}
.page_btn label span {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 12px 3px;
	display: block;
	border-radius: 4px
}
.page_btn_img {
	height: 22px;
	padding: 3px 7px;
	margin-top: 2px
}
.page-content {
    padding: 15px;
    border: 1px solid #4169e2;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity .3s linear,right .3s ease-out;
    -moz-transition: opacity .3s linear,right .3s ease-out;
    -o-transition: opacity .3s linear,right .3s ease-out;
    transition: opacity .3s linear,right .3s ease-out
}
.modal.right.fade.show .modal-dialog {
    right: 0
}
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    -o-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
}
.modal-content {
    border-radius: 0;
    border: none
}
.modal-header {
    border-bottom-color: #efefef;
    background-color: #efefef
}
.modal-body{
    height: 90vh;
    overflow-y: auto;
}
.modal-body,.modal-footer {
    background-color: #fafafa
}
#searchModal .title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px
}
#searchModal .btn-close {
    font-size: 18px;
    padding: 5px 5px 0 0;	
}
#searchModal .modal-header {
	padding-bottom: 0px;
}