/**
 * Theme Name: SEOWP
 * Styles used in the WP admin area for custom theme panels or some
 * bundled plugin or WordPress UI elements style improvements
 *
 * ----------------------------------------------------------------------
 * Quick setup guide on theme activation
 */

 #toplevel_page_seowp .toplevel_page_seowp div.wp-menu-image {
    background: url(seowp.png) no-repeat 7px 7px !important;
    background-size: 23px auto !important;
    opacity: 1;
}

 .setting-container { margin-top: 25px;}
 .setting-container .setting-menu ul{margin:0;padding:0}
 .setting-container .setting-menu ul li {list-style-type:none;display: inline-block;padding: 0;margin: 0 0 20px 0;}
 .setting-container .setting-menu ul li a{text-decoration:none;color: rgb(0 0 0);/* background-color:#b4cbc4; */padding: 12px 28px;border-radius:4px;font-weight: 500;border: 1px solid #2271b1;cursor: pointer;display: block;font-size: 15px;}
 .setting-container .setting-menu ul li a.active-a{background-color: #2271b1;color: #ffffff;}
 .setting-container .setting-tab {display:none}
 .setting-container .setting-tab  h2{color:rgba(0,0,0,.7)}
 .setting-container .setting-tab p{color:rgba(0,0,0,0.6);text-align:justify}
 .setting-container .tab-active{display:block}
 
 
 .setting-container .setting-tab {display:none}
 .setting-container .setting-tab  h2{color:rgba(0,0,0,.7)}
 .setting-container .setting-tab p{color:rgba(0,0,0,0.6);text-align:justify}
 .setting-container .tab-active{display:block}
 
.switch-wrapper {width:100%;max-width:300px;margin-left:0;margin-right:0;display:flex;align-items:center;justify-content:space-between;}
.switch-container{width:100%;max-width:54px;max-height:15px;line-height: 15px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:5px 8px;border-radius:50px;position:relative;cursor:pointer;}
.switch-container input[type=checkbox] { visibility: hidden; position: absolute; }
.switch-container .switch-bg{position:absolute;width:100%;height:100%;left:0;top:0;border-radius: 50px; background-color:#949494;z-index:-1;transition:background-color .2s ease-in}
.switch-container .switch-left span{font-size:13px;font-weight:800;color:#ffffff;line-height:1em;opacity:1;transition:opacity .3s ease-in-out}
.switch-container .switch-right span{font-size:13px;font-weight:800;color:#ffffff;line-height:1em;opacity:0;transition:opacity .3s ease-in-out}

.switch-container .round-box{position:absolute;width:17px;height:17px;top:50%;border: 4px solid #bdc3c7;transform:translate(-9px,-50%);background-color:#34495e;border-radius:50%;transition:transform .3s ease-in-out}
.switch-container #header-code:checked ~ .switch-bg{background-color:#2271b1}
.switch-container #header-code:checked ~ .switch-left span{opacity:0}
.switch-container #header-code:checked ~ .switch-right span{opacity:1}
.switch-container #header-code:checked ~ .round-box{transform:translate(38px,-50%)}

.switch-container #template-code:checked ~ .switch-bg{background-color:#2271b1}
.switch-container #template-code:checked ~ .switch-left span{opacity:0}
.switch-container #template-code:checked ~ .switch-right span{opacity:1}
.switch-container #template-code:checked ~ .round-box{transform:translate(38px,-50%)}

.switch-container #body-code:checked ~ .switch-bg{background-color:#2271b1}
.switch-container #body-code:checked ~ .switch-left span{opacity:0}
.switch-container #body-code:checked ~ .switch-right span{opacity:1}
.switch-container #body-code:checked ~ .round-box{transform:translate(38px,-50%)}

.switch-container #footer-code:checked ~ .switch-bg{background-color:#2271b1}
.switch-container #footer-code:checked ~ .switch-left span{opacity:0}
.switch-container #footer-code:checked ~ .switch-right span{opacity:1}
.switch-container #footer-code:checked ~ .round-box{transform:translate(38px,-50%)}


.lbmnadmin-icon-checkmark {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.lbmnadmin-icon-checkmark:before {
	content: "\e000";
}

div.lumberman-message {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	/*-moz-box-shadow:inset 0 0 35px rgba(0,0,0,0.005);
	-webkit-box-shadow:inset 0 0 35px rgba(0,0,0,0.005);
	box-shadow:inset 0 0 35px rgba(0,0,0,0.005);*/

	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	background: #FFF url(./design/images/theme-installer-image.png) no-repeat 6% 60px;
	background-size: 25%!important;

	/*border:2px solid #43B5E7;*/
	overflow:hidden;
	margin-top: 15px!important;
	padding:10px 0!important;
	position:relative;
	z-index:1;
}

.lumberman-message .message-container {
	margin:0 auto;
	max-width:960px;
	overflow:hidden;
	padding: 40px 10px  40px 34%;
	text-align:left;
}

@media screen and (max-width: 782px) {
	div.lumberman-message {
		background-image:none;
	}

	.lumberman-message .message-container {
		padding-left: 40px;
	}
}

.lumberman-message .before-header {
	margin-bottom: 20px;

	text-transform: uppercase;
	letter-spacing: 1px;

	color: #AFAFAF;
}

.lumberman-message  h4,
.lumberman-message  h5
{
	color:#232627;
	font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif;
	margin:5px 10px 5px 0;
	vertical-align:middle;

	font-weight: 200;
	font-size: 26px;
	line-height:  1.125;
}

.lumberman-message h5 {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 30px;
}

.lumberman-message .lbmn-wizzard-step {
	margin: 0 0 16px;
	position: relative;
}

.lumberman-message .step {
	position: absolute;
	font-size: 19px;
	line-height: 19px;
	float: left;
	display: inline-block;
	font-weight: 200;
	margin-right: 20px;
	margin-top: 2px;
	border: 1px solid #EEE;
	border-radius: 200px;
	padding: 6px;

	min-width: 19px;
	text-align: center;
}

.lumberman-message .customspinner {
	position: absolute;
	top: 10px;
	left: 7px;
	display: none;
}

.lumberman-message .loading .number {
	opacity: 0;
}

.lumberman-message .loading .customspinner {
	display: block;
}

.lumberman-message .details {
	padding: 40px 30px 40px 70px;
	font-size: 14px;
	line-height: 1.5;
	background: #f5f1e9;
	margin-top: 30px;
	margin-bottom: 20px;
	box-shadow: 0px 4px 4px rgba(68, 52, 19, 0.3);
	border: solid 1px #fdf9f1;
}

.lumberman-message .details .checkup-fail {
	color: #D54E21;
}

.lumberman-message .details .checkup-fail.non-critical {
	color: #444;
}

#pre-install-checkup-details .dashicons {
	position: absolute;
	margin-left: -28px;
	opacity: .5;
}

.lumberman-message .error {
	display: inline-block;
	max-width: 550px;
	padding: 14px 18px;
	background: rgba(255, 0, 0, 0.09);
	border-radius: 3px;
	margin-top: 10px;
	/*margin-left: 50px;*/
	border: solid 1px #FCB6AC;
}

.lumberman-message .error .error-heading {
	color: #a0483b;
	display: block;
	font-size: 125%;
	font-weight: bolder;
	margin-bottom: 14px;
	margin-top: 6px;

}

.lumberman-message .error ul {
	list-style: inside none disc;
}

/* Special design for completed steps */

.lumberman-message .step-completed .step {
	background: #43B5E7;
	border-color: #43B5E7;
	color: #FFF;
}

.lumberman-message .step-completed .step .number {
	display: none;
}

.lumberman-message .step-completed .step:after {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "✓";
}

.lumberman-message .step-completed .step-body {
	opacity: .4;
}

.lumberman-message .lbmn-wizzard-step .step-main,
.lumberman-message .lbmn-wizzard-step .step-body  {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.lumberman-message .step-body {
	margin-left: 50px;
	display: inline-block;
}

.lumberman-message .lbmn-wizzard-step .step-secondary {
	width: 100%;
   /*min-height: 40px;*/
   display: none;
   position: relative;
}

.lumberman-message .lbmn-wizzard-step.loading .step-secondary {
   display: block;
}

.lumberman-message .step-description {
	display: inline-block;
	max-width: 300px;
	margin-top: 0;
	line-height: 1.4;
}

@media screen and (max-width: 782px) {
	.lumberman-message .step-description {
		display: none;
	}
}

.lumberman-message .step-body .button {
	font-size: 14px;
	padding: 0 12px!important;
	margin-right: 20px;
	line-height: 32px!important;
	height: 35px;

	/*vertical-align: top!important;*/
	text-decoration: none!important;

	min-width: 200px;
	text-align: center;
}

.lumberman-message .step-support {
	margin-top: 30px;
}

.lumberman-message .step-support .step-body {
	margin-left: 0;
}

.lumberman-message .details li {
	margin-top: 30px;
}

.lumberman-message .details .button {
	margin-top: 6px;
	margin-right: 4px;
}

div.lumberman-message a,
#setting-error-tgmpa a.button {
	text-decoration: none;
	font-weight: normal;
}

@media screen and (min-width: 1550px) {
	div.lumberman-message {
		background-size: 23%!important;
		background-position-x: 9%;
	}
}

@media screen and (min-width: 1650px) {
	div.lumberman-message {
		background-size: 19%!important;
    	background-position-x: 15%;
	}
}

@media screen and (min-width: 1750px) {
	div.lumberman-message {
		background-size: 19%!important;
    	background-position-x: 17%;
	}
}

@media screen and (min-width: 1850px) {
	div.lumberman-message {
		background-size: 19%!important;
    	background-position-x: 20%;
	}
}

.error-log-window {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border: 2px solid rgb(255, 0, 0);
    border-radius: 3px;
    margin-bottom: 40px;
    padding: 40px;
}

/* ------------------- */
/* Import progress bar */

.import-progress {
	display: block;
	border: 1px solid #eee;
	width: 198px;
	margin-left:50px;
	top:-15px;
	border-radius: 3px;
	position: absolute;
	overflow: hidden;
	opacity: 0;
}

.progress-indicator {
	height:4px;
	width:0%;
	display: block;
	line-height: 4px;
	background: #aaa;

	-webkit-transition: width .6s;
	transition: width .6s;

}

.import-progress-desc {
	display: block;
	max-width: 400px;
	margin-left:50px;
	margin-top:26px;
	/*position: absolute;*/
	color: #B3B5B5;
	font-size: 12px;
	opacity: 0;
}

.loading .import-progress-desc,
.loading .import-progress {
	opacity: 1;
}

.step-demoimport, .step-basic_config {
	-webkit-transition: padding-bottom .6s;
	transition: padding-bottom .6s;
}

/*.step-demoimport.loading, .step-basic_config.loading {
	padding-bottom: 40px;
}*/


/**
 * ----------------------------------------------------------------------
 * Clean Mega Main Menu plugin from unneeded setting panels
 */

.mm_theme_options_form .mega_main_menu_optionstopbar_menu_options,
.mm_theme_options_form .mega_main_menu_optionsheader-menu_menu_options,
.mm_theme_options_form div[class*="mega_menu_logo"],
.mm_theme_options_form .logo_src,
.mm_theme_options_form .logo_height,
.mm_theme_options_form .mega_main_menu_optionstopbar_menu_skin,
.mm_theme_options_form .mega_main_menu_optionsheader-menu_menu_skin,
.mm_theme_options_form .indefinite_location_mode,
.mm_theme_options_form .coercive_styles,
.mm_theme_options_form .menu_item a[href="#support"] /* support tab */
 {
	/*display: none;*/
}

/**
 * ----------------------------------------------------------------------
 * Menu page improvements
 * Add content type name to the categories panels
 */

/* hide LC custom content types category panels by default */

.nav-menus-php #add-dslc_staff_cats,
.nav-menus-php #add-dslc_galleries_cats,
.nav-menus-php #add-dslc_projects_cats,
.nav-menus-php #add-dslc_downloads_tags,
.nav-menus-php #add-dslc_downloads_cats,
.nav-menus-php #add-dslc_testimonials_cats,
.nav-menus-php #add-dslc_partners_cats,

.nav-menus-php #add-dslc_templates,
.nav-menus-php #add-dslc_projects,
.nav-menus-php #add-dslc_galleries,
.nav-menus-php #add-dslc_staff,
.nav-menus-php #add-dslc_downloads,
.nav-menus-php #add-dslc_testimonials,
.nav-menus-php #add-dslc_partners
{
	display: none;
}


/**
 * ----------------------------------------------------------------------
 * SVG images WordPress bug
 */
/* Cause problems in WP Admin > Plugins

img[src*=".svg"] {
	width: auto;
	height: auto;
}
*/

 /**
  * Major Update Notice
  */

.step-backup:not(.step-completed) {
	color:#D54E21;
}

 /**
  * T M G A plugin table styles
  */

#tgmpa-plugins td.column-type {
   color: #b4b9be;
   font-size: 12px;
   vertical-align: middle;
	line-height: 2;
}

 #tgmpa-plugins td.column-type a {
   margin-right: 14px;
}


/**
 * Rotation icon animation
 */
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.column-plugin {
	position: relative;
}

#tgmpa-plugins .widefat td {
	padding-right: 12px;
}

.lbmn-installer-working,
.lbmn-installer-done,
.lbmn-installer-error {
	position: absolute;
	right: -4px;
	top: 9px;
	color: #b4b9be;
}

.lbmn-installer-error {
	color: #DC3232;
}

.lbmn-installer-done {
   color: #46B450;
}

.lbmn-installer-error-message {
	position: absolute;
	color: #DC3232;
	text-decoration: underline;
	right: 40px;
	top: 18px;
}

.lbmn-installer-error-solution {
	margin-top: 10px;
	display: inline-block;
	padding-top: 10px;
	border-top: solid 1px #e5e5e5;
}

#tgmpa-plugins .lbmn-installer-error-explanation {
    margin: 20px 0;
    padding: 12px;
}

.lbmn-plugin-autoupdate-iframe {
	display: none;
}

.theme-update-menu-icon {
	color: #D54E21;
	margin-bottom: -4px;
	margin-top: -2px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	margin-left: 2px;
}

div.lbmn-themeupdate-notification {
	display: flex;
	position: relative;
	padding: 26px;
	align-items: center;
	background: #FFF url(./design/images/pattern-web-ransparent.png) repeat right  -173px;
}

div.lbmn-themeupdate-notification:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
}

.lbmn-themeupdate-notification .dashicons {
	font-size: 50px;
	width: 50px;
	opacity: .2;
	height: 50px;
	margin-right: 20px;
	margin-left: -6px;
	z-index: 1;
}

.lbmn-themeupdate-notification .button {
	margin-left: 40px;
	z-index: 1;
}

.lbmn-themeupdate-notification div {
	z-index: 1;
}

.lbmn-themeupdate-notification h3 {
	margin: 0;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.2;
}

.lbmn-themeupdate-notification p {
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #72777c;
}

/**
 * Theme update notice styling on WordPress Code updates page.
 */

.lbmn-theme-update-code-update .button {
	margin-bottom: 20px;
}

.lbmn-theme-update-code-update h4 {
	margin-bottom: 0;
}


/* Hide standard TGMPA notices.
	They looks confusing. We want users to follow our installer instead. */
#setting-error-tgmpa {
	display: none;
}

/**
 * Fixed: https://github.com/BlueAstralOrg/SEOWP/issues/78
 */
.lbmn-tgmpa-notice #setting-error-tgmpa {
	display: block;
}

.lbmn-tgmpa-notice.appearance_page_seowp-theme-install #setting-error-tgmpa,
.lbmn-tgmpa-notice.appearance_page_seowp-theme-update #setting-error-tgmpa {
	display: none;
}

/**
 * Hide NF3 is coming banner from Ninja Forms.
 */
.update-nag.nf-admin-notice {
	display: none;
}

/**
 * Automatic plugins installation.
 */

#lbmn-tgmpa-wait {
	color: #D54E21;
	padding: 21px 6px;
	/*text-align: center;*/
	font-size: 17px;
	clear: both;
	font-weight: 300;
}

#lbmn-tgmpa-wait .dashicons { 
	margin-right: 10px;
}

body.lbmn-autoinstall .subsubsub,
body.lbmn-autoinstall #tgmpa-plugins .tablenav,
body.lbmn-autoinstall #tgmpa-plugins a {
	display: none;
}

/* Hide text of the 'Type' column */
body.lbmn-autoinstall th.column-type {
	color:#fff;
}

.lbmn-can-hide-wizzard {
	padding: 20px 20px 16px;
	background: #e5e5e5;
	font-size: 14px;
	line-height: 1.6;
}

.lbmn-can-hide-wizzard.visibility-none {
	display: none;
}

.lbmn-can-hide-wizzard.visibility-block {
	display: block;
}

.text-decoration-none {
	text-decoration:none;
}

.lbmn-can-hide-wizzard button {
	margin-top: -5px!important;
	margin-left: 10px!important;
}

.lbmn-can-hide-wizzard button .dashicons {
	height: 26px;
	width: 23px;
	line-height: 26px;
}

.lbmn-notice-nf {
	margin-left: 0;
}

/* Hide TinyMCE error when ESSB + AdBlock used. */
.mce-notification-error {
	display: none;
}

/* Theme installer invitation */

.theme-installer-important-text {
	color:#D54E21;
}

.theme-installer-important-text.add-spacing {
	padding: 10px 10px 0;
}


.theme-installer-spinner {
	position:fixed; left:50%; top:50%;
}

.major-update .error {
	display:none;
}

#nf-layout-iframe {
	display:none;
}

/* Estimation form plugin adjustments. */
.ep-form-builder_page_lfb_settings #lfb_settings_licenseContainer > *:not( #lfb_settings_licenseTheme ) {
	display: none;

}
/* accordian */
.tab_ .accordion_input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
	border-radius: 0px 0px 4px 4px ;
	border: 1px solid ;
	
}

.tab_ .accordion_input:checked~.tab__content {
    max-height: 100%;
}
.tab__content form{
	padding: 15px;
}

.accordion_tab {
    color: #2271b1;
    /* border: 2px solid; */
    border-radius: 4px;
    overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

.tab__label{
    display: flex;
    color: white;
    background: #2271b1;
    cursor: pointer;
	font-size: 16px;
}

.tab__label {
    justify-content: space-between;
    padding: 1rem;
}

.tab__label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s ease-in-out;
}

.tab_ .accordion_input:checked+.tab__label::after {
    /* transform: rotate(270deg); */
    content: "\276E";
}


/* New css for tabs  */
.tab_ .template_listing{
	display: flex;
	flex-wrap: wrap;
}
.tab_ .template_listing li label.new{
	width: 176px;
	border-radius: 4px;
	background: transparent;
    color: #000;
	border: none;
	padding: 0;
	margin: 8px 4px;
	display: flex;
    align-items: start;
}

.toggle-switches {
	width: 5rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: white;
    line-height: 1.5rem;
    border-radius: 3rem;
    border: 2px solid #e7e7e7;
  }
  
  .toggle-switches input {
	visibility: hidden;
	position: absolute;
	top: 0;
  }
  
  .toggle-switches label {
	width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #000000;
  }
  
  .toggle-switches .switch-wrapper {
	position: absolute;
    top: 0;
    bottom: 0;
    width: 47.5%;
    padding: 0.15rem;
    padding-right: 0.13rem;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    background: #0e930c;
    border-radius: 50px;
    color: #fff;
  }
  
  /* .toggle-switches .switch-wrapper.show_green{
	background: #2271b1;
  } */
  
  
 .toggle-switches .switch-toggle {
	border-radius: 3rem;
	background: #ffffff;
	height: 100%;
  }
  
 .toggle-switches .switch-toggle div {
	width: 100%;
	text-align: center;
	opacity: 0;
	display: block;
	color: rgb(255, 255, 255);
	transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
	will-change: opacity;
	position: absolute;
	top: 0;
	left: 0;
  }
  
  .toggle-switches input:nth-of-type(1):checked ~ .switch-wrapper {
	transform: translateX(0%);
  }
  
  .toggle-switches input:nth-of-type(2):checked ~ .switch-wrapper {
	transform: translateX(100%);
  }
  
  .toggle-switches input:nth-of-type(1):checked ~ .switch-wrapper .switch-toggle div:nth-of-type(1) {
	opacity: 1;
  }
  
  .toggle-switches input:nth-of-type(2):checked ~ .switch-wrapper .switch-toggle div:nth-of-type(2) {
	opacity: 1;
  }
  /* #new_wrap .setting-menu{
	margin-bottom: 20px;
  } */
  #new_wrap .setting-menu ul li a{
	position: relative;
  }
  #new_wrap .setting-menu ul li a.active-a::after{
	content: '';
    background-color: #2271b1;
    height: 15px;
    width: 15px;
    position: absolute;
    bottom: -7px;
    left: 47%;
    transform: rotate(45deg);
	border-bottom-right-radius: 1.5px;
  }


  .onoff {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	vertical-align: auto;
	zoom: 1;
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 70px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
}

.onoff label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: #a4b0be;
	border-radius: 50px;
	font-weight: bold;
	color: #FFF;
	-webkit-transition: background 0.3s, text-indent 0.3s;
	-moz-transition: background 0.3s, text-indent 0.3s;
	-o-transition: background 0.3s, text-indent 0.3s;
	transition: background 0.3s, text-indent 0.3s;
	text-indent: 27px;
}

.onoff label:after {
	content: 'OFF';
	display: block;
	position: absolute;
	top: 0px;
	left: 8px;
	width: 100%;
	font-size: 13px;
	color: #ffffff;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
	z-index: 1;
}

.onoff label:before {
	content: '';
	width: 17px;
	height: 17px;
	border-radius: 50px;
	border: 4px solid #bdc3c7;
	background-color: #34495e;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	display: block;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
}

.onoff input:checked+label {
	background: #2271b1;
	text-indent: 8px;
}

.onoff input:checked+label:after {
	content: 'ON';
	color: #ffffff;
	left: 0;
}

.onoff input:checked+label:before {
	left: 47px;
	background-color: #2271b1;
}

.hidden {
	display: none;
}
.onoff input{
	opacity: 0;
}
.tab_ .bttn{
	background: darkslateblue;
	border: 0;
    padding: 6px 12px;
    color: #fff;
    font-size: initial;
    text-transform: capitalize;
    border-radius: 4px;
    box-shadow: 0 0 7px 0 #0000006b;
    display: block;
    line-height: 1.2;
    margin-top: 1.5rem;
}
.tab_ input[type=checkbox]{
	margin: 0.1rem .25rem 0 0;
}
.tab_ label.all.new{
	background: transparent;
	color: #000;
	border: none;
	padding: 0;
	margin: 8px 4px;
	display: inline-block;
}
.tab_ ul + div label.all.new input[type=checkbox]{
	margin: -.125rem .25rem 0 0;
}
.tab_ .list_wrap{
	display: none;
}
.tab_ .Select.All{
	margin: -.125rem .25rem 0 0;
}
.w-100{
	width: 100%;
}
@media screen and (max-width: 768px) {
	.tab_ .template_listing li label.new {
		width: 150px;
	}
	input[type=checkbox], input[type=radio] {
		 height: 1rem; 
		 width: 1rem; 
	}
}
@media screen and (max-width: 375px) {
	.tab_ .template_listing li label.new {
		width: 100%;
	}
	.tab_ .template_listing {
		flex-direction: column;
	}
}
@media screen and (max-width: 500px) {
	#new_wrap .setting-menu ul li a{

	}
}
/* Arrow animation */
