.wpmd {

	display: block;
    margin-top: 10px;

	input[type=checkbox] {
		display: none !important;
		&:before {
			display: none !important;
		}
    }

	label {
		cursor: pointer;
		text-indent: -9999px;
		width: 50px;
		height: 25px;
		background: grey;
		display: inline-block;
		border-radius: 25px;
		position: relative;
		&:after {
			content: '';
			position: absolute;
			top: 1px;
			left: 2px;
			width: 23px;
			height: 23px;
			background: #fff;
			border-radius: 11px;
			transition: 0.3s;
		}
	}
	input:checked + label {
		background: #0073aa;
		&:after {
			left: calc(100% - 2px);
			transform: translateX(-100%);
		}
	}
	label:active:after {
		width: 40px;
	}

	&.sm {
		margin-top: 3px;
		label {
			width: 44px;
			height: 22px;
			background: grey;
			display: inline-block;
			border-radius: 22px;
			
			&:after {
				top: 1px;
				left: 2px;
				width: 20px;
				height: 20px;
				border-radius: 11px;
			}
		}
		input:checked + label {
			background: #0073aa;
			&:after {
				left: calc(100% - 2px);
				transform: translateX(-100%);
			}
		}
		label:active:after {
			width: 30px;
		}
	}
}

.metabox-holder {
	border: 0px solid #ccc;
	border-top: 0;
    margin: 0;
	line-height: inherit;
}

.wp-shieldon-admin {
	.metabox-holder {
		padding: 10px 20px 20px 20px;
	}

	input, textarea, select {
		border: 1px #dddddd solid;
	}

	.row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
		padding: 0;
	}

	.col-sm-3 {
		position: relative;
		width: 100%;
		margin: 0;
		padding-top: 10px;
		padding-bottom: 20px;
		padding-right: 15px;
		padding-left: 15px;
	
	}

	@media (min-width: 576px) {

		.col-sm-3 {
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			max-width: calc(25% - 30px);
		}
	}
}

.wrap div.updated {
	margin: 0;
	margin-top: 15px;
}

.g-tab-title {
	display: block;
	overflow: hidden;
	font-size: 1.5rem;
	padding-bottom: 15px;
}

form {

	.g-section-title {
		position: relative;
		display: block;
		font-size: 1.2rem;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;

		.setting-toggle {
			position: absolute;
			display: inline-block !important;
			right: 15px;
			top: -15px;
		}
	}
	
	.g-section-title-desc {
		font-size: 16px;
		margin: 0px 5px;
		padding: 3px 6px;
		color: #aaaaaa;
		border-radius: 3px;
	}

	.g-section-desc {
		display: block;
	}
}

.shieldon-info-bar {
	clear: both;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;

	.version-info {
		margin-right: 20px;
		padding: 10px;
		background-color: rgba(255, 255, 255, 0);
	}

	.shieldon-logo {
		height: 60px;
	}

	a {
		text-decoration: none;
		margin-right: 10px;
	}
}

.about-us-container {
	max-width: 640px;
	margin: 20px auto;
	padding: 0;
	border: 1px #dddddd solid;
	background-color: #ffffff;
	line-height: 150%;
	position: relative;

	.shieldon-cover {
		img {
			width: 100%;
		}
	}

	.shieldon-author {
		padding: 30px;
		position: relative;
		top: -130px;
		text-align: center;
		font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
		margin-bottom: -130px;

		a {
			text-decoration: none;
		}

		p {
			font-size: 16px;
		}

		.created-by {
			font-size: 20px;
		}

		.info-links {

			text-align: center;
			

			ul {
				list-style: none;
				display: inline-block;
			}
			
			
			li {
				float: left;
				padding: 10px;
			}

			a {
				font-size: 35px;
				color: #aaaaaa;
			}

			&:after {
				content: '';
				display: block;
				clear: both;
			}
		}

		.report-area {
			margin-top: 50px;

			span {
				margin: 10px;
				border: 1px #dddddd solid;
				padding: 20px;
				font-size: 30px;
				width: 150px;
				overflow: hidden;
				display: inline-block;
			}
		}
	}
}

code.tips {
	border-left: 5px #dddddd solid;
	border-radius: 3px;
	margin-top: 10px;
	display: inline-block;
	overflow: hidden;
	background-color: #ffffff;
	padding: 10px;
}

.wpso-datatable-heading {
	margin: 20px 0 20px;
    font-weight: bold;
    border-left: 9px #00b38a solid;
    padding-left: 15px;
	font-size: 24px;
	height: 36px;
	line-height: 36px;

	.heading-right {
		font-size: 13px;
		float: right;
		font-weight: normal;
		vertical-align: top;

		span {
			color: #aaaaaa;
			padding: 3px 5px;
		}

		strong {
			font-weight: bold;
			padding: 3px 8px;
			border: 1px #dddddd solid;
			font-weight: normal;
		}

		ul {
			list-style: none;
		}

		li {
			float: left;
			vertical-align: top;
			margin-left: 16px;
		}
	}
}

.wpso-datatable-description {
	font-size: 13px;
	font-weight: normal;
	color: #91b4a8;
	margin-bottom: 20px;
}

.merged-field {
	border-left: 1px #ffffff solid;
	border-bottom: 0 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
}

.wpso-timezone {
	padding: 10px;
	text-align: right;
	font-size: 12px;
	color: #999999;
}

.table {

	width: 100%;
	display: table;
	border-spacing: 1px;
	border-collapse: separate;
	border: 1px solid #ddd;

	td {
		padding: 5px;
		vertical-align: top;
		border-top: 1px solid #ddd;
	}

	thead {
		display: table-header-group;
		vertical-align: middle;
	}

	th {
		background-color: #444;
		color: #fff;
		padding: 5px;
	}

	tr:first-child {
		td {
			border-top: 0;
		}
	}
}

.text-danger {
	color: #bd1919;
}

.btn-shieldon {
	color: #333;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
	background: -o-linear-gradient(top, #fff 0%, #eee 100%);
	background: linear-gradient(to bottom, #fff 0%, #eee 100%);
	vertical-align: middle;
	font-size: 14px;
	height: 40px;
	border: 1px #dddddd solid;
	padding: 0.25rem 0.5rem;
	margin: 0 2px;
	border-radius: 3px;
	text-decoration: none;

	&.btn-sm {
		height: 30px;
	}

	&.btn-only-icon {
		height: 30px;
		width: 30px;
		padding: 0;
		text-align: center;
		line-height: 30px;
		vertical-align: middle;
		font-size: 13px;
	}

	&.circle {
		border-radius: 50%;
	}

	&:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #fff));
		background: -webkit-linear-gradient(top, #eee 0%, #fff 100%);
		background: -moz-linear-gradient(top, #eee 0%, #fff 100%);
		background: -ms-linear-gradient(top, eee 0%, #fff 100%);
		background: -o-linear-gradient(top, #eee 0%, #fff 100%);
		background: linear-gradient(to bottom, #eee 0%, #fff 100%);
	}
}

.filter-status {
	a {
		text-decoration: none;
	}
}

.wpso-custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0;
	
	.custom-file-input {
		position: relative;
		z-index: 2;
		width: 100%;
		height: calc(1.5em + .75rem + 2px);
		margin: 0;
		opacity: 0;
	}

	.custom-file-label {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1;
		height: 26px;
		padding: 0 10px;
		font-weight: 400;
		line-height: 26px;
		color: #495057;
		background-color: #fff;
		border: 1px solid #ced4da;
		border-radius: .25rem;
		
		span {
			display: inline-block;
			width: calc(100% - 60px);
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

		&::after {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			z-index: 3;
			display: block;
			height: 26px;
			padding: 0 10px;
			line-height: 26px;
			color: #495057;
			content: "Browse";
			background-color: #fff;
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
			background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
			background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
			background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
			background: -o-linear-gradient(top, #fff 0%, #eee 100%);
			background: linear-gradient(to bottom, #fff 0%, #eee 100%);
			border-left: inherit;
			border-radius: 0 .25rem .25rem 0;
		}
	}
}

.wpso-form {
	input,
	select {
		vertical-align: middle;
		font-size: 14px;
		height: 40px;
		border: 1px #dddddd solid;
		padding: 0.25rem 0.5rem;
		margin: 0 2px;
		border-radius: 0;
	}

	input[type=button],
	input[type=submit],
	button {
		background-color: #fff;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
		background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
		background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
		background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
		background: -o-linear-gradient(top, #fff 0%, #eee 100%);
		background: linear-gradient(to bottom, #fff 0%, #eee 100%);
		font-weight: 600;
		border-radius: 0;
	}
}

.wpso-form-table {
	.r1 {
		width: 200px;
		font-weight: bold;
		color: #444;
		padding: 5px;
	}

	.r2 {
		width: calc(100% - 200px);
	}

	p {
		font-style: italic;
	}

}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.wpso-inline-block {
	display: inline-block;

	label {
		display: inline-block;
		padding: 3px;
	}
}

.input-form {
    border-top: 2px #dddddd solid;
    border-left: 1px #dddddd solid;
    border-right: 1px #eeeeee solid;
    border-bottom: 1px #eeeeee solid;
    background: #fff;
    background-image: radial-gradient(#dddddd 1%,rgba(0,0,0,0) 15%);
    background-size: 8px 8px;
	padding: 10px;
	
	
}


@import "dashboard";
@import "datatable";