﻿.LiveVisualizer_SQL,
.LiveVisualizer_LF {
	background: #fff;
}

.lvtbl {
	border-collapse: collapse;
	width: 100%;
}

	.lvtbl th, td {
		text-align: left;
		padding: 8px;
	}

	.lvtbl tr:nth-child(even) {
		background-color: #f2f2f2;
	}

	.lvtbl th {
		background-color: #666;
		color: white;
	}

		.lvtbl th a {
			color: #fff;
		}

			.lvtbl th a:hover {
				color: #eee;
			}

.center {
	text-align: center;
}

.lv_pagination {
	display: inline-block;
	float: right;
	margin-top: 20px;
}

	.lv_pagination li {
		color: black;
		float: left;
		list-style: none;
		padding: 8px 16px;
		text-decoration: none;
		transition: background-color .3s;
		border: 1px solid #666;
		margin: 0 4px;
	}

		.lv_pagination li a {
			color: #4a4a4a;
		}

		.lv_pagination li.active {
			background-color: #4a4a4a;
			color: white;
			border: 1px solid #222;
		}

	.lv_pagination a:hover:not(.active) {
		font-weight: bold;
	}

.lvtbl th .st-sort-asc:after,
.lv-table th .st-sort-asc:after {
	content: '\25B2';
}

.lvtbl th .st-sort-des:after,
.lv-table th .st-sort-des:after {
	content: '\25BC';
}

.lsfmodal {
	width: 100px;
	height: 100px;
	line-height: 100px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	z-index: 1070;
}

.lvmodal > img {
	left: 50%;
	top: 50%;
	position: absolute;
}

.lvoverlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(95, 84, 84, 0.5);
	z-index: 1060;
}

.lv_delete, .lv_update {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	margin: 0 4px;
}

	.lv_delete:before {
		content: "\e020";
	}

	.lv_update:before {
		content: "\270f";
	}

.lvadd {
	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;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #2e6da4;
	border-radius: 4px;
	color: #fff;
	background-color: #337ab7;
	margin-bottom: 10px;
}

	.lvadd:hover {
		color: #fff;
		background-color: #286090;
		border-color: #204d74;
	}

.lvtbl {
	border-collapse: collapse;
	width: 100%;
}

.mrg-bottom {
	margin-bottom: 15px;
}

.lv-add-content {
	text-align: right;
}

.lv-table a {
	color: #4b4b4b;
}

	.lv-table a:hover,
	.lv-table a:active,
	.lv-table a:visited {
		color: #000;
	}

.lv-table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
	border-spacing: 0;
	border-collapse: collapse;
	overflow-x: auto;
	display: block;
}

	.lv-table > thead > tr > th {
		vertical-align: bottom;
		border-top: 0;
		border-bottom: 2px solid #ddd;
	}

	.lv-table tr td,
	.lv-table tr th {
		padding: 12px;
		line-height: normal;
		vertical-align: top;
		border-top: 1px solid #dee2e6;
		text-align: left;
		color: #4b4b4b;
		font-size: 14px;
	}

	.lv-table.lv-table-striped > tbody > tr:nth-of-type(odd) {
		background: #f2f3f2;
	}

	.lv-table tr > th:last-child,
	.lv-table tr > td:last-child {
		text-align: right;
	}

.lv-row:before,
.lv-row:after {
	display: table;
	content: " ";
}

.lv-row:after {
	clear: both;
}

[class*="lv-col-md-"] {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}

@media (min-width: 992px) {

	[class*="lv-col-md-"] {
		float: left;
	}

	.lv-col-md-12 {
		width: 100%;
	}

	.lv-col-md-10 {
		width: 83.33333333%;
	}

	.lv-col-md-8 {
		width: 66.66666667%;
	}

	.lv-col-md-6 {
		width: 50%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.lv-col-md-3 {
		width: 25%;
	}

	.lv-col-md-2 {
		width: 16.66666667%;
	}
}

.lv-img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

.lv-img img {
	border: 1px solid #ddd;
	padding: 5px;
}

.lv-list .lv-img-responsive {
	min-height: 125px;
	max-height: 125px;
}

@media(max-width: 991px) {

	.lv-list .lv-data {
		text-align: center;
		margin-top: 10px;
	}
}


.lv-card .lv-img-responsive {
	min-height: 172px;
	max-height: 172px;
}

.lv-card {
	position: relative;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	background: #fff;
	margin-bottom: 15px;
	box-sizing: border-box;
}

	.lv-card .lv-data {
		height: 228px;
		overflow: hidden;
	}

	.lv-card .lv-edit {
		position: absolute;
		top: 8px;
		right: 8px;
	}

		.lv-card .lv-edit .lv_delete,
		.lv-card .lv-edit .lv_update,
		.lv-list .lv-edit .lv_delete,
		.lv-list .lv-edit .lv_update {
			background: #fff;
			padding: 4px;
			margin: 0px 1px;
			border-radius: 5px;
			color: #999;
			border: 1px solid #eee;
			opacity: 0.9;
		}

	.lv-card .lv-heading a,
	.lv-list .lv-heading a {
		font-size: 16px;
		font-weight: 600;
		margin-top: 8px;
		display: block;
		color: #666;
		text-transform: uppercase;
		text-decoration: none;
	}

	.lv-card .lv-desciption,
	.lv-list .lv-desciption {
		margin-top: 8px;
	}

.lv-list .lv-heading a {
	margin-top: 0;
}

.lv-card .lv-heading a:hover {
	color: #808080;
}

.lv-card .lv-desciption {
	display: block;
	text-align: center;
}

.lv-list {
	margin-bottom: 15px;
	padding: 15px 0;
	background: #fff;
	min-height: 120px;
	border: 1px solid #eee;
}

	.lv-list .lv-edit {
		float: right;
	}

@media (min-width: 1200px) {
	#LVAddEditModal .ms-modal-dialog {
		width: 1200px;
	}
}

#LVAddEditModal .ms-modal-dialog {
	margin-top: 10%;
}

#LVAddEditModal .ms-modal-header {
	background: #f5f5f5;
	border-radius: 4px 4px 0 0;
}

	#LVAddEditModal .ms-modal-header h4 {
		margin: 0;
		font-size: 16px;
	}

	#LVAddEditModal .ms-modal-header .ms-close {
		font-size: 20px;
		font-weight: 700;
		line-height: normal;
	}

.LiveForm.Default {
	margin: 5px !important;
}

.LiveVisualizer_Details {
	background: #fff;
	padding: 5px;
}

	.LiveVisualizer_Details .lv-col-md-6 {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.LiveVisualizer_Details .lv-btn {
		cursor: pointer;
		margin-top: 10px;
	}

	.LiveVisualizer_Details .lv-pull-right {
		float: right !important;
	}

.ms-input-group {
	display: flex;
}

#lv-txtsearch {
	float:left;
	background: #fff;
	font-size: 18px;
	outline: none;
	border-radius: 0;
	padding: 12px;
	border-right: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	border: 1px solid #ccc;
}

.ms-btn-group {
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 0;
	max-width: 100%;
	float: right;
}

.ms-btn-default {
	height: 47px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.ms-dropdown-menu > li {
	padding: 3px 20px;
	line-height: 1.42857143;
	white-space: nowrap;
	cursor: pointer;
}

	.ms-dropdown-menu > li:focus, .ms-dropdown-menu > li:hover {
		color: #262626;
		text-decoration: none;
		background-color: #f5f5f5;
	}

.ms-dropdown-menu {
	right: 0;
	left: auto;
	top: 50px;
	height: 250px;
	overflow-y: auto;
}

.sqlsort {
	background-color: #ddd;
}

strong.lvrelationshipname {
	float: left;
	padding-left: 15px;
	padding-top: 9px;
}

hr.lv-padding {
	margin-left: 15px !important;
}