/**
 * Admin
 *
 * 01.. Vendors
 * 02.. Common
 * 03.. Header
 * 04.. Content
 * 05.. Footer
 * 06.. Fixes
 * 07.. Responsive
 */

/**
 * 01.. Vendors
 */
/* --- Switches --- */
.switchery {
	background-color: #ffffff;
	border: 1px solid #dfdfdf;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	position: relative;
	vertical-align: middle;
	width: 40px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: content-box;
	background-clip: content-box;
}
.switchery > small {
	background: #ffffff;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	height: 20px;
	position: absolute;
	top: 0;
	width: 20px;
}

/* --- Toastr --- */
.toast-title{font-weight:700}.toast-message{font-size:1rem;line-height:1.5;-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px;width:25em}}

 /**
 * 02.. Common
 */
.as-clearfix {
	*zoom: 1;
}
.as-clearfix:before,
.as-clearfix:after {
	display: table;
	content: "";
}
.as-clearfix:after {
	clear: both;
}
.as-hide {
	display: none;
}
.as-strong {
	font-weight: bold;
}
.as-cnt-fix {
	background: #f1f1f1;
	margin: 0;
	margin-left: -20px !important;
}
.as-cnt-fix a {
	text-decoration: none;
}

/**
 * 03.. Header
 */
 .as-header {
	display: flex;
	align-items: center;
	background: #ffffff;
	padding: 15px;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.100);
}
.as-header.is_stuck {
	z-index: 9999;
}
.as-header p {
	float: left;
	font-size: 1rem;
	margin: 0;
}
.as-header p span {
	display: block;
	font-size: 0.938rem;
}
.as-header-right {
	margin-left: auto;
}
.as-logo {
	float: left;
	border-radius: 100%;
	margin-right: 10px;
	height: 60px;
	width: 60px;
}

/**
 * 04.. Content
 */
.as-body {
	padding: 30px 20px;
}
.as-body p {
	font-size: 1rem;
	line-height: 1.750;
}
.as-single-section {
	padding: 30px;
}
.as-float-left {
	float: left;
	width: 22%;
	margin-right: 2%;
}
.as-float-right {
	float: right;
	width: 76%;
}
.as-tile {
	display: none;
	position: relative;
	background-color: #ffffff;
	color: #505050;
}
.as-tile .as-tile-body {
	padding: 25px;
}
.as-tile .as-tile-title {
	font-size: 1.125rem;
	letter-spacing: 1px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 16px;
	margin-top: 0;
}
.as-tile .as-tile-title span {
	margin-left: 10px;
}
.as-tile .as-tile-body ul {
	margin: 0;
	padding: 0;
}
.as-tile .as-tile-body ul li {
	margin: 12px 0;
	padding: 0;
}
.as-tile .as-tile-body ul li a {
	margin-right: 4px;
}
.as-section-content {
	margin-top: 45px;
}
.as-main-menu {
	display: block;
	margin: 0;
}
.as-main-menu li {
	font-size: 1rem;
	color: #808080;
	margin: 0;
	padding: 0;
}
.as-main-menu li a {
	display: block;
	color: #606060;
	padding: 14px;
	border: 1px solid transparent;
	border-bottom-color: #d9d9d9;
	outline: 0;
}
.as-main-menu li:last-child a {
	border-bottom-color: transparent;
}
.as-main-menu li a:hover {
	background: #ffffff;
	color: #202020;
	font-weight: bold;
}
.as-main-menu li a.active {
	color: #3498db;
	background-color: #ebf6fd;
	border-color: #3498db;
	font-weight: bold;
	box-shadow: 0 0 2px 1px rgba(74, 34, 15, 0.06);
}
.as-mobile-menu {
	display: none;
	text-align: center;
	margin-bottom: 20px;
}
.as-mobile-menu a {
	display: inline-block;
}
.as-mobile-menu a img {
	display: block;
	max-height: 15px;
	width: auto;
}

/* --- Forms --- */
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 1.250rem;
	line-height: inherit;
	color: #303030;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: block;
	font-size: 1rem;
	margin-bottom: 10px;
}
textarea {
	width: 100%;
	resize: none;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
select[multiple],
select[size] {
	height: auto;
}
select optgroup {
	font-size: inherit;
	font-style: inherit;
	font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	height: auto;
}
output {
	display: block;
	padding-top: 8px;
	font-size: 1rem;
	line-height: 1.750;
	color: #555555;
}
dl,
dd {
	margin: 0;
	padding: 0;
}
.as-form-control {
	display: block;
	width: 100%;
	height: 44px;
	font-size: 1rem;
	line-height: 1.750;
	color: #505050;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
}
.as-form-control:focus {
	border-color: #66afe9;
	outline: 0;
}
.as-form-control:-moz-placeholder {
	color: #909090;
}
.as-form-control::-moz-placeholder {
	color: #909090;
	opacity: 1;
}
.as-form-control:-ms-input-placeholder {
	color: #909090;
}
.as-form-control::-webkit-input-placeholder {
	color: #909090;
}
.as-form-control[disabled],
.as-form-control[readonly] {
	cursor: not-allowed;
	background-color: #eeeeee;
}
textarea.as-form-control {
	height: auto;
}
.as-form-group {
	margin-bottom: 21px;
	padding-bottom: 14px;
	border-bottom: 1px solid #f1f1f1;
}
.as-form-group:last-child {
	border: none;
}
.as-form-group.border-fix {
	border-bottom: none;
}
.as-double-group {
	margin-bottom: 21px;
	border-bottom: 1px solid #f1f1f1;
}
.as-double-group:last-child {
	border: none;
}
.as-double-group.no-border {
	border-bottom: 0;
	margin-bottom: 14px;
}
.as-double-group .as-form-group {
	border-bottom: none;
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 0;
}
.as-double-group .as-form-group:last-child,
.as-upload-group .as-form-group:last-child {
	margin-right: 0;
}
.as-upload-group .as-form-group {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.as-form-radio,
.as-form-checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.as-form-radio label,
.as-form-checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer;
}
.as-form-radio input[type="radio"],
.as-form-checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.as-form-radio + .as-form-radio,
.as-form-checkbox + .as-form-checkbox {
	margin-top: -5px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.as-form-radio[disabled],
.as-form-checkbox[disabled] {
	cursor: not-allowed;
}
.as-form-input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 0.875rem;
	line-height: 1.750;
	border-radius: 3px;
}
select.as-form-input-sm {
	height: 30px;
	line-height: 30px;
}
textarea.as-form-input-sm {
	height: auto;
}
.as-form-input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 1.125rem;
	line-height: 1.500;
	border-radius: 6px;
}
select.as-form-input-lg {
	height: 46px;
	line-height: 46px;
}
textarea.as-form-input-lg {
	height: auto;
}
.as-form-help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #909090;
}

/* --- Alerts & Buttons --- */
.as-notice {
	background-color: #fffcee;
	color: #ce8f22;
	padding: 6px 15px;
	border: 1px solid #f0dbb4;
	margin: 20px 0;
	font-size: 0.938rem;
	line-height: 1.769;
	border-radius: 2px;
}
.as-success {
	color: #438a85;
	background-color: #f3faf8;
	border-color: #bfd1cf;
}
.as-info {
	color: #246a8e;
	background-color: #ebf6fb;
	border-color: #bfd4de;
}
.as-warning {
	background-color: #fcf8e3;
	border-color: #8a6d3b;
	color: #8a6d3b;
}
.as-error {
	color: #e76e70;
	background-color: #fff6f4;
	border-color: #f8cdcd;
}
.as-btn {
	display: inline-block;
	padding: 12px;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #ffffff;
  background-color: #0090d9;
  border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: none !important;
	border: none;
	text-shadow: none;
	text-decoration: none;
	box-shadow: none;
	transition: all 0.12s linear 0s !important;
}
.as-btn:hover,
.as-btn:focus,
.as-btn:active {
	background-color: #0090d9;
	color: #ffffff;
	opacity: 0.80;
}

/* --- Hidden --- */
@media (max-width: 767px) {
	.as-hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.as-hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.as-hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.as-hidden-lg {
		display: none !important;
	}
}

/**
 * 05.. Footer
 */


 /**
 * 06.. Fixes
 */
 #wpbody-content > .notice {
	display: none !important;
}
#wpfooter {
	position: relative;
}

/**
 * 07.. Responsive
 */
 @media (max-width: 767px) {
	.as-float-left,
	.as-float-right {
		float: none;
		width: 100%;
		margin: 0;
	}
	.as-float-left {
		margin-bottom: 30px;
	}
	.as-cnt-fix {
		margin-left: -10px !important;
	}
	.as-main-menu {
		display: none;
	}
	.as-mobile-menu {
		display: block;
	}
	.as-double-group .as-form-group {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 21px;
		border-bottom: 1px solid #f1f1f1;
	}
	.as-double-group .as-form-group:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}
	.as-upload-group .as-form-group {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}
