/*Search Table*/
.member-t table{
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

.member-t table tr{
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
}

.member-t table th, .member-t table td{
	padding: .625em;
	text-align: center;
}

.member-t table th{
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

/* Search Form */
.member-s input{
	transform:translatex(0px) translatey(0px);
	width:85% !important;
	padding-left:0px;
	padding-right:0px;

}
.member-s button{
	width:13%;
	text-align:center;
	direction:ltr;
	font-weight:500;
	color:#ffffff;
	box-shadow:0px 3px 6px 0px #000000;
	padding-left:0px;
	padding-right:0px;
	margin-right:0px;
	margin-top:-2px !important;
	background-color:#19215e !important;
}

.member-s button:hover{
	background-color:#000000 !important;
}

.member-t button{
	transform:translatex(0px) translatey(0px);
	width:50% !important;
	text-align:center;
	direction:ltr;
	background-color:#19215e !important;
	font-weight:500;
	color:#ffffff;
	box-shadow:0px 3px 6px 0px #000000;
}
.member-t button:hover{
	background-color:#000000 !important;
}


.main{
	margin: 50px;
}

/*.man ul {
    padding: 20px; 
    list-style-type: decimal;

}
.main ul li {
    float: left;
    margin: 0 10px;
    padding: 0 10px;
}*/
#btn_print , .btn_print{
	width: 100px;
	height: 40px;
}
.btn-cross{
	border-radius: 32px;
	background-color: red;
}
#view_d_mem_list{
	width: 30%;
	height: auto;
	display: inline-block;
	border: 1px solid black;
	
	font-size: 5pt;
	margin: 0 0 1.5pt 0;
	background: #fff;
    color: #000;
}

#view_d_mem_list table{
	display:  inline;
	width: 30%;

}
#view_d_mem_list table tr, #view_d_mem_list table td{
	margin: 0;
    padding: 0;
}


/* 600px and smaller screen sizes */
@media (max-width:600px){

	/* Search */
	.member-s input{
		width:100% !important;
	}
	
	/* Searchsubmit */
	.member-s button{
		width:100%;
	}
	
}

/* 600px and smaller screen sizes */
@media screen and (max-width: 600px){
/* SearchTable */
	.member-t table{
		border: 0;
	}
	
	.member-t table caption{
		font-size: 1.3em;
	}
	
	.member-t table thead{
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	
	.member-t table tr{
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}
	
	.member-t table td{
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right;
	}
	
	.member-t table td::before{
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.member-t table td:last-child{
		border-bottom: 0;
	}
	
}

/*print table*/

#print table{
	border-color:#000000;
	border-style:solid;
	border-width:3px;
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

#print tr td{
	border-color:#000000;
	border-width:1px;
	transform:translatex(0px) translatey(0px);
	border-style:dotted;
}

#print table tr{
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
}

#print table th, #print table td{
	padding: .625em;
	text-align: center;
}

#print table th{
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.hentry div button{
	transform:translatex(0px) translatey(0px);
	width:20% !important;
	text-align:center;
	direction:ltr;
	background-image:linear-gradient(to right, rgb(102,125,182) 0%, #3E4095 25%, #3e4095 50%, rgb(102,125,182) 100%);
	background-size:auto;
	border-top-width:0px !important;
	border-right-width:0px !important;
	border-bottom-width:0px !important;
	border-left-width:0px !important;
	font-weight:500;
	color:#ffffff;
	box-shadow:0px 3px 6px 0px #000000;
}

#print h1{
	font-size:40px;
	width:100%;
}

#main div button{
	background-color:#19215e;
	color:#ffffff;
}

#main div button:hover{
	background-color:#111;
}

/* 600px and smaller screen sizes */
@media screen and (max-width: 600px){

	#print table{
		border: 0;
	}
	
	#print table thead{
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	
	#print table tr{
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}
	
	#print table td{
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: center;
	}
	
	#print table td::before{
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#print table td:last-child{
		border-bottom: 0;
	}
	
}

/* 640px and smaller screen sizes */
@media (max-width:640px){

	.fusion-builder-row-4 div button{
		display: none;
	}
	
	
	
}