.NativeRentAdmin_header {
	background-color: rgb(230, 247, 255);
	border-bottom: 0;
	max-width: none;
	padding-top: 25px;
	padding-bottom: 25px;
}

.NativeRentAdmin_logo {
	display: block;
	max-width: 145px;
}

.NativeRentAdmin_container {
	max-width: none;
	margin-top: 0;
}

.NativeRentAdmin_container-content {
	max-width: 650px;
}

.NativeRentAdmin_hrSep {
	border: 0;
	border-top: 1px solid #c3c4c7;
}

.NativeRentAdmin_footer {
	border-top: 0;
	margin-top: 0;
	max-width: none;
}

.NativeRentAdmin_notice {
	max-width: 600px;
	background-color: rgb(244, 244, 244);
	border-radius: 4px;
	box-sizing: border-box;
	padding: 20px 16px;
	margin: 10px 0;
}

.NativeRentAdmin_notice .NativeRentAdmin_notice-title {
	margin-bottom: 8px;
}

.NativeRentAdmin_notice .NativeRentAdmin_notice-body p {
	margin-top: 0;
	line-height: 1.4;
	margin-bottom: 4px;
}

.NativeRentAdmin_notice .NativeRentAdmin_notice-icon {
	display: inline-block;
	width: 4%;
	vertical-align: top;
	font-size: 20px;
	min-width: 25px;
}

.NativeRentAdmin_notice-info .NativeRentAdmin_notice-icon {
	color: #2271b1;
}

.NativeRentAdmin_notice-warning .NativeRentAdmin_notice-icon {
	color: #d63638;
}

.NativeRentAdmin_notice .NativeRentAdmin_notice-content {
	display: inline-block;
	width: 90%;
}

.NativeRentAdmin_notice .NativeRentAdmin_notice-title {
	font-weight: bold;
	font-size: 15px;
}

.NativeRentAdmin_fallbackCodeArea {
	width: 420px;
}

.NativeRentAdmin_fallbackCodeArea > textarea {
	position: relative;
	min-height: 150px;
	font-size: 10pt;
	resize: both;
}

#NativeRentAdmin_PurgeForm a {
	color: #555;
}

.NativeRentAdmin_shortName {
	width: 170px !important;
	padding-right: 0px !important;
}

.NativeRentAdmin_veryShortName {
	width: 100px !important;
	padding-right: 0px !important;
}

.NativeRentAdmin_insertChange, .NativeRentAdmin_autoSelector, .NativeRentAdmin_customSelector {
	vertical-align: top;
}

.NativeRentAdmin_insertChange {
	width: 80px;
}

.NativeRentAdmin_autoSelector {
	width: 213px;
}

.NativeRentAdmin_customSelector {
	width: 110px;
}

.NativeRentAdmin_container .form-table select {
	font-size: 14px;
	min-height: 30px;
	padding: 0 24px 0 8px;
	line-height: 2;
}

.NativeRentAdmin_container .form-table input[type=text] {
	font-size: 14px;
	min-height: 30px;
	padding: 0 8px;
	line-height: 2;
}

td.NativeRentAdmin_description, td p.NativeRentAdmin_inputDescription {
	color: #555;
	font-size: 0.8em;
	padding-top: 0px;
	padding-left: 0px;
}

div.NativeRentAdmin_description p {
	font-size: 1em;
}

div.NativeRentAdmin_description {
	max-width: 600px;
}

div.NativeRentAdmin_demoLink {
	max-width: 600px;
	margin-top: 1em;
	border: 1px #008ec2 solid;
	padding: 1ex 1em 1em;
	box-sizing: border-box;
	font-size: 130%;
	color: #333;
}

.NativeRentAdmin_hidden {
	display: none;
}

.NativeRentAdmin_dropMainJSCache {
	vertical-align: middle !important;
}

#NativeRentAdmin_dropSiteCacheContainer {
	line-height: 2.15384615;
	vertical-align: middle;
	margin: 0 0 0 1ch;
}


.NativeRentAdmin_switchContainer {
	position: relative;
}

.NativeRentAdmin_switchContainer input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

label.NativeRentAdmin_switch {
	font-weight: bold;
	padding-left: 28px;
}

label.NativeRentAdmin_switch::before {
	left: -8px;
	top: 0px;
	width: 28px;
	border-radius: 8px;
	display: block;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	display: block;
	position: absolute;
	display: block;
	height: 16px;
	content: "";
	background-color: #ffffff;
	border: #adb5bd solid 1px;
}

input:checked ~ label.NativeRentAdmin_switch::before {
	color: #ffffff;
	border-color: #007bff;
	background-color: #007bff;
}

input[type="checkbox"]:active ~ label.NativeRentAdmin_switch::before {
	color: #ffffff;
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}

input[type="checkbox"]:focus ~ label.NativeRentAdmin_switch::before {
	box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

label.NativeRentAdmin_switch::after {
	display: block;
	top: 3px;
	left: -5px;
	width: 12px;
	height: 12px;
	border-radius: 8px;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	position: absolute;
	content: "";
	background: #adb5bd no-repeat 50%/50% 50%;
}

input:checked ~ label.NativeRentAdmin_switch::after {
	background-color: #ffffff;
	transform: translateX(13px);
}

#NativeRentAdmin_settings-section-ntgb .ntgb-config-item-inactive {
	display: none;
}

.NativeRentAdmin_validationError {
	color: #d63638;
}

.NativeRentAdmin_placementSettings .NativeRentAdmin_validationError {
	display: none;
}

.NativeRentAdmin_withErrors .NativeRentAdmin_validationError {
	display: block;
}

.NativeRentAdmin_withErrors input, .NativeRentAdmin_withErrors textarea, .NativeRentAdmin_withErrors select {
	border-color: #d63638;
}
