
	.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
	}
	.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
	}
	.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
	}
	.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	}
	.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
	input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	}
	button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	}
	button, select {
	text-transform: none;
	}
	button {
	overflow: visible;
	}
	button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	}
	* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	user agent stylesheetinput[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
	padding: 1px 6px;
	}
	user agent stylesheetinput[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
	align-items: flex-start;
	text-align: center;
	cursor: default;
	color: buttontext;
	padding: 2px 6px 3px;
	border: 2px outset buttonface;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	background-color: buttonface;
	box-sizing: border-box;
	}
	user agent stylesheetinput, textarea, keygen, select, button, isindex {
	margin: 0em;
	font: -webkit-small-control;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	}
	user agent stylesheetinput, textarea, keygen, select, button, isindex, meter, progress {
	-webkit-writing-mode: horizontal-tb;
	}
	user agent stylesheetbutton {
	-webkit-appearance: button;
	}
	Pseudo ::before element
	.glyphicon-remove:before {
	content: "\e014";
	}
	:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	Pseudo ::after element
	:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	Inherited from td
	.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	line-height: 1.42857143;
	}
	Inherited from tr#addr1
	.table-sortable tbody tr {
	cursor: move;
	}
	Inherited from table#tab_logic.table.table-bordered.table-hover.table-sortable
	table {
	border-spacing: 0;
	border-collapse: collapse;
	}
	user agent stylesheettable {
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
	}
	
	
	table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

@media 
	only screen and (max-width: 590px),
	(min-device-width: 600px) and (max-device-width: 900px)  {
	
		/* Force table to not be like tables anymore */
		.tableCssTrick table, .tableCssTrick thead, .tableCssTrick tbody, .tableCssTrick th, .tableCssTrick td, .tableCssTrick tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		.tableCssTrick thead{ 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		.tableCssTrick tr { border: 1px solid #ccc; }
		
		.tableCssTrick td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 50%; 
		}
		
		.tableCssTrick td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		
		/*
		Label the data
		*/
		.tableCssTrick td:nth-of-type(1):before { content: "Name"; }
		.tableCssTrick td:nth-of-type(2):before { content: "DOB"; }
		.tableCssTrick td:nth-of-type(3):before { content: "Relationship"; }
		.tableCssTrick td:nth-of-type(4):before { content: "Gender"; }
		.tableCssTrick td:nth-of-type(5):before { content: "Passport No"; }
	}
	.dynamicSelect { 
	     width: 100%; margin-top: 5px; margin-left: 5px; border: 1px solid #c0c0c0;
	     border-radius: 6px; background-color: white;
	     -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px;
	     padding-left: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	     height: 30px;
	}