/*
Theme Name: audit3
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: audit3
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

audit3 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
    overflow-x: hidden;

}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
    /*overflow-x: hidden;*/
		font-family: 'Museo500-Regular';
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	max-height: 45px; width: auto;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
    overflow: auto;
    resize: vertical;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

table.dataTable tbody th, table.dataTable tbody td {padding: 0;}

.dataTables_wrapper .dataTables_info {display: none;}
#dashboard-1_wrapper.dataTables_wrapper .dataTables_paginate {margin: 25px auto 0 auto; text-align: center; float: none; display: flex; justify-content: center;}

#dashboard-1_wrapper span {line-height: normal;}

#dashboard-1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current,
#dashboard-1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
#dashboard-1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
#dashboard-1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0!important;
    color: #5f5f67!important;
    display: inline-block;
    text-decoration: underline!important;
    color: #5f5f67!important;
    min-width: 20px!important;
    min-height: 20px!important;
    width: 20px!important;
    height: 20px!important;
    padding: 0 15px;
    }

#dashboard-1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {opacity: 0.2;}

#dashboard-1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
#dashboard-1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
#dashboard-1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current {background: initial;}

#dashboard-1_previous,
#dashboard-1_next,
#dashboard-1_last,
#dashboard-1_first {
    font-size: 0;
    min-width: 20px;
    min-height: 20px;
    display: inline-block;
    text-decoration: none;
    }


#dashboard-1_previous, #dashboard-1_previous:hover  { background: url(/wp-content/themes/audit3/images/prev.png) no-repeat center center; }
#dashboard-1_next, #dashboard-1_next:hover { background: url(/wp-content/themes/audit3/images/next.png) no-repeat center center; }
#dashboard-1_last, #dashboard-1_last:hover { background: url(/wp-content/themes/audit3/images/last.png) no-repeat center center; }
#dashboard-1_first, #dashboard-1_first:hover { background: url(/wp-content/themes/audit3/images/first.png) no-repeat center center; }

#dashboard-1_length select {
    height: 18px;
    width: 46px;
    line-height: 16px;
    padding: 0 4px;
    vertical-align: text-bottom;
    display: inline-block;
    background: #f1ecec url(/wp-content/themes/audit3/images/arrow4.png) no-repeat right center;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-weight: 100;
    }


.showed {top: -38px;}

#dashboard-1_wrapper table.dataTable thead th, #dashboard-1_wrapper table.dataTable thead td {border-bottom: 0;}
#dashboard-1_wrapper table {
    width: 100%;
    border: 0;
    }

#dashboard-1_wrapper table tr th:nth-child(1), .wtable table tr td:nth-child(1) {
    width: 30%;
    padding-left: 24px;
}

#dashboard-1_wrapper table tr th {
    background: #f7f7f7;
    color: #675f5f;
    font-weight: 100;
    padding: 10px;
    border-bottom: solid 2px #eeeeee;
    border-left: solid 1px #eeeeee;
}

#dashboard-1_wrapper table tr td {
    padding: 16px 12px;
    color: #575958;
    font-weight: 300;
    border-bottom: solid 1px #eeeeee;
    border-left: solid 1px #eeeeee;
}

#dashboard-1_wrapper table tr:hover {background-color:#F1F9F5;}

#dashboard-1_wrapper table.dataTable, #dashboard-1_wrapper table.dataTable th, #dashboard-1_wrapper table.dataTable td {
    box-sizing: border-box;
}

.hide-col,
#col0_filter {
    display: none!important;
}


#dashboard-2_wrapper table.dataTable thead th, #dashboard-2_wrapper table.dataTable thead td {border-bottom: 0;}
#dashboard-2_wrapper table {
    width: 100%;
    border: 0;
    }

#dashboard-2_wrapper table tr th:nth-child(1), .wtable table tr td:nth-child(1) {
    width: 30%;
    padding-left: 24px;
}

#dashboard-2_wrapper table tr th:nth-child(4), .wtable table tr td:nth-child(4) {
    width: 20%;
    padding-left: 24px;
}

#dashboard-2_wrapper table tr th {
    background: #f7f7f7;
    color: #675f5f;
    font-weight: 100;
    padding: 10px;
    border-bottom: solid 2px #eeeeee;
    border-left: solid 1px #eeeeee;
}

#dashboard-2_wrapper table tr td {
    padding: 16px 12px;
    color: #575958;
    font-weight: 300;
    border-bottom: solid 3px #eeeeee;
    border-left: solid 1px #eeeeee;
}

#dashboard-2_wrapper table.dataTable, #dashboard-2_wrapper table.dataTable th, #dashboard-2_wrapper table.dataTable td {
    box-sizing: border-box;
}


.showed-2 {
    color: #4c4c4f;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Museo500-Regular';
    position: absolute;
    left: 15px;
    top: -38px;
}

#dashboard-2_wrapper.dataTables_wrapper .dataTables_paginate {margin: 25px auto 0 auto; text-align: center; float: none; display: flex; justify-content: center;}

#dashboard-2_wrapper span {line-height: normal;}

#dashboard-2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current,
#dashboard-2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
#dashboard-2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
#dashboard-2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0!important;
    color: #5f5f67!important;
    display: inline-block;
    text-decoration: underline!important;
    color: #5f5f67!important;
    min-width: 20px!important;
    min-height: 20px!important;
    width: 20px!important;
    height: 20px!important;
    padding: 0 15px;
    }

#dashboard-2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {opacity: 0.2;}

#dashboard-2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
#dashboard-2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
#dashboard-2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current {background: initial;}

#dashboard-2_previous,
#dashboard-2_next,
#dashboard-2_last,
#dashboard-2_first {
    font-size: 0;
    min-width: 20px;
    min-height: 20px;
    display: inline-block;
    text-decoration: none;
    }


#dashboard-2_previous, #dashboard-2_previous:hover  { background: url(/wp-content/themes/audit3/images/prev.png) no-repeat center center; }
#dashboard-2_next, #dashboard-2_next:hover { background: url(/wp-content/themes/audit3/images/next.png) no-repeat center center; }
#dashboard-2_last, #dashboard-2_last:hover { background: url(/wp-content/themes/audit3/images/last.png) no-repeat center center; }
#dashboard-2_first, #dashboard-2_first:hover { background: url(/wp-content/themes/audit3/images/first.png) no-repeat center center; }

#dashboard-2_length select {
    height: 18px;
    width: 46px;
    line-height: 16px;
    padding: 0 4px;
    vertical-align: text-bottom;
    display: inline-block;
    background: #f1ecec url(/wp-content/themes/audit3/images/arrow4.png) no-repeat right center;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-weight: 100;
    }



.progress-bar-wrapper,
.finished-info-wrapper {
    /*display: none;*/
}

.progress-bar-wrapper {width: 77%;}
.finished-info-wrapper {width: 23%; display: flex; justify-content: normal; padding-left: 4%; margin-top: 10px;}
.finished-info-wrapper i {margin-right: 10px; display: flex; justify-content: space-between;}
.all-prog-wrapper {display: flex; justify-content: space-between;}
.finished-info-wrapper i img {margin-right: 5px;}
div.test-textarea {min-height: 250px; border: 1px solid #e5e5e5; padding: 20px; width: 100%; margin-bottom: 20px;}

div.test-textarea b, div.test-textarea strong {font-weight: bold;}

span.selected {background: url(../images/checkbox3.png) no-repeat left -23px;}

.card {display: block;}
.card.test_off {display: none!important;}
.card.filter_out {display: none;}


a.micon3 {
    position: absolute;
    right: 35px;
    top: 10px;
    width: 180px;
    height: 20px;
    text-align: right;
}

a.micon3 input {
    position: absolute;
    widows: 15px;
    height: 15px;
    left:-20px;
    top:4px;
}

a.micon3._2 {top: -10px;}

#filters-wrapper a {cursor: pointer;}

#filters-wrapper div.seo-window {display: none;}
#filters-wrapper div.seo-window.show {display: block;}

.test-chkbox.disabled { opacity: 0.3; }

.left_menu,
.base_container.testlist,
.left_arrow,
.right_section,
.right_arrow,
.right_panel.closed {
    transition: .3s;
    }

.base_container.testlist.closed-left-sb { padding-left: 50px; }
.base_container.welcome.closed-left-sb { padding-left: 50px; }

.base_container.testlist.closed-right-sb { padding-right: 0; }

.left_menu.closed {
    left: -90px;
    transition: .3s;
}

.left_menu.closed ul li a  {
    font-size: 0;
}

.left_menu.closed ul li img { left: 90px; }


.right_section.closed, .right_panel.closed {
    right: -18%;
    transition: .3s;
    overflow: hidden;
}


.left_menu.closed .left_arrow {
    background: url('/wp-content/themes/audit3/images/right_arrow.png') no-repeat center center rgba(222,197,197, 0);
    margin-left: 10px;
}

.right_section.closed .right_arrow {
    background: url('/wp-content/themes/audit3/images/left_arrow.png') no-repeat center center rgba(222,197,197, 0);
    margin-right: 10px;
}

.left_menu ul li a.inactive {opacity: 0.3; cursor: default;}
.left_menu ul li a.inactive:hover {color: #777;}


label.format2.sub_sub_cat {
    margin-left: 30px;
}


.left_menu ul li a {cursor: pointer;}

.two_button .next {display: none;}
.two_button .next.active {display: block;}

#single-view, #multi-view {cursor: pointer;}

a.edit_proj {
    display: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
		right: 19%;
    top: 6px;
		/*color: #fff;
    border: solid 3px #03d16c;
    background: #03d16c;
		border-radius: 4px;
		padding: 5px 15px;
		*/
		border: solid 3px #4fb986;
	  background-color: #4fb986;
	  color: #fff;
	  padding: 10px 20px;
	  font-size: 14px;
	}

	a.edit_proj:hover {
	  background-color: #fff;
	  color: #000;
	  border: solid 3px #4fb986;
	}

body.single a.edit_proj {display: block;}

body.single .step_bottom button {width: 180px;}

body.page-template-welcome-page_2 .butt-con a,
.wtable table tr td:nth-child(4) a {
	display: none;
	}

a._tests {margin-right: 0px!important;}

.page-template-report-page .card {display: flex;}

b.comment {display: inline-block; padding: 5px 20px 5px 10px; } /*width: 450px*/

.test_status .editor2 {display: none;}

.single-view .test_select button,
.single-view .recommendation img,
body.single-view a.edit_proj {display: none;}

.single-view div.test-textarea {margin-top: 0;}

.single-view .base_container.testlist {padding-left: 0;}

.single-view .task_bar {max-width: 81%;}

div#view-url {font-size: 1px; color:#fff; height: 0;}
a#view-url {width: 100%;}

a#submit2 {

}

a#submit2:hover, a.sharer:hover, a.shw_pass:hover, a.hide#shw:hover, a.shw_fix:hover {

}

a.next:hover,
a.edit_proj:hover,
a#view-url:hover { border: solid 3px #03d16c; color: #000; background: none;}

.wtable table tr td:nth-child(4) a:after {
		content: '';
    background-image: url(/wp-content/themes/audit3/images/arrow3.png);
		display: inline-block;
		width: 20px;
		height: 15px;
		background-position: 5px 1px;
}
.wtable table tr td:nth-child(4) a:hover {
	color: #03d16c;
	border: solid 1px #03d16c;
}

.wtable table tr td:nth-child(4):hover a:after {
	background-position: 5px -14px;
}

.wtable table tr td:nth-child(4) a {padding: 0;}

.recommendation h3 span { display: none; }

.recommendation.how-to-fix h3 span,
.recommendation.how-to-fix,
.test-textarea.fix-txt { display: none; }

.card.active-fix .recommendation.how-to-fix h3 span,
.card.active-fix .recommendation.how-to-fix,
.card.active-fix .test-textarea.fix-txt {
	display: inline-block;
	}

.page-template-report-page .fix-txt p {

	 opacity: 0;
	 -webkit-transition: all .3s linear 0s;
	  transition: all .3s linear 0s;
 }
.page-template-report-page .fix-txt h3 {text-decoration: underline; cursor: pointer;}

.page-template-report-page .fix-txt.active p {
	-webkit-transition: all .3s linear 0s;
   transition: all .3s linear 0s;
	 opacity: 1;
 }

.test_status.failed + div.recommendation h3 span.rec {display: inline-block;}
.test_status.passed + div.recommendation h3 span.comm {display: inline-block;}

.cname img {width: 100%; max-width: 420px; max-height: 180px; padding: 20px;}

body.page-template-report_guest-page div.search {display: none;}

 #single-view-bc {display: none;}

.task_bar ul li.first-maincat:after,
.task_bar ul li.secsub:after,
.task_bar ul li.parent1:after,
.task_bar ul li.parent2:after
 { content:"/"; font-size: 16px;  color: #777777; position:absolute; right: 10px; top: 1px;  }


.base_container .test-textarea img {width: auto; height: auto;}
.task_bar_inner {position: relative; display: none;}
.base_container .topic-table img {
	width: auto; height: auto;
}

.card-body img {
	width: auto;
	height: auto;
	max-height: 100%;
}

.step3 a {margin-top: 10px; cursor: pointer;}

body.single-post a.sharer {width: 100%!important; margin: 20px auto!important; display: block; cursor: pointer;}

a.sharer:hover {
			border: solid 3px #03d16c;
		}

.mblock3a.coleql_height p {visibility: hidden; padding: 0; margin: 0; line-height: normal;}

body.page-template-report_guest-page .bar2 {width: 0;}

.topic-table tr.ok {display: none;}
.topic-table tr span.marking1:after {
	display: inline-block;
	font-size: 14px;
	float: right;
	margin: 4px 4px;
}

.topic-table tr.no span.marking1:after {
	content: 'Test Failed';
	color: #d50000;
}

.topic-table tr.ok span.marking1:after {
	content: 'Test Passed';
	color: #20d1a6;
}

.topic-table tr.astoric2 span.marking1:after {
	content: 'Warning';
	color: #e1c439;
}

h3.ttit {
	font-size: 11px;
	color: #868585;
	font-weight: 300;
	text-transform: uppercase;
}

tr.question {display: none;}

li div.seo-window {max-height: 600px;}

body.home img,
.page-template-sign_up-page img,
.page-template-edit_user_page img {
	max-height: initial;
}

.user img {max-height: 45px;}

.login_wrap {top: 60%; height: 600px;}

.base_container .login_wrap.signup {margin-bottom: 50px;}

body.home .base_container .login_wrap,
.base_container .login_wrap.signup {
    position: relative;
    left: auto;
    right: auto;
    padding-right: 0%;
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

/*.swal-button--confirm, .swal-button--catch {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #4962B3;
  font-size: 12px;
  border: 1px solid #3e549a;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	background: rgba(2,211,110,1);
    background: -moz-linear-gradient(left, rgba(2,211,110,1) 0%, rgba(2,184,96,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,211,110,1)), color-stop(100%, rgba(2,184,96,1)));
    background: -webkit-linear-gradient(left, rgba(2,211,110,1) 0%, rgba(2,184,96,1) 100%);
    background: -o-linear-gradient(left, rgba(2,211,110,1) 0%, rgba(2,184,96,1) 100%);
    background: -ms-linear-gradient(left, rgba(2,211,110,1) 0%, rgba(2,184,96,1) 100%);
    background: linear-gradient(to right, rgba(2,211,110,1) 0%, rgba(2,184,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02d36e', endColorstr='#02b860', GradientType=1 );
    -webkit-box-shadow: 0px 5px 9px 0px rgba(0,200,83,0.26);
    -moz-box-shadow: 0px 5px 9px 0px rgba(0,200,83,0.26);
    box-shadow: 0px 5px 9px 0px rgba(0,200,83,0.26);
}*/


.hideTopic {display: none!important;}

.base_container.testlist .card.passed,
.base_container.testlist .card.failed {
	display: none;
}

h6.topic-title {
  background-color: #ccc;
  display: block;
  width: 100%;
  padding: 10px 0 10px 3%;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0.2rem;
}
h6.topic-title.title_off {display: none;}

.base_container.testlist .accordion {
	padding-left: 0;
}

.base_container.testlist .accordion .card {padding-left: 0;}
.howto-content {min-height: 300px;}
.howto-loader {
	display: block;
	background-image: url('/wp-content/themes/audit3/images/ajax-loading.gif');
	position: absolute;
	left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
	width: 270px;
	height: 186px;
	background-size: cover;
}

.howto-content img {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.swal-button--defeat { background-color: red; color: #fff;}
.swal-text {
	font-size: 24px;
	font-weight: 700;
}

/*body.page-template-welcome-page_2 .left_menu li.report,
body.page-template-edit_user_page .left_menu li.report
 { display: none; }*/

.header .user { max-width: 250px; }

.header .user img {cursor: pointer;}

.header .user div.pmenu strong {color: #94e330; display: block; margin-bottom: 5px; font-size: 14px;}
.header .user div.pmenu ul, .header .user div.pmenu ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header .user div.pmenu ul li a {font-size: 14px; padding: 5px 0; color: #333333; display: block;}

.header .user div.pmenu {
	 display: none;
	 position: absolute;
	 top: 60px;
	 right: 40px;
	 border: 1px solid #bfbec2;
	 background: #f5f5f5;
	 border-radius: 6px;
	 width: 200px;
	 font-size: 16px;
	 padding: 15px;
 	}

	.header .user div.pmenu:after, .header .user div.pmenu:before {
		bottom: 100%;
		left: 79%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.header .user div.pmenu:after {
		border-color: rgba(245, 245, 245, 0);
		border-bottom-color: #f5f5f5;
		border-width: 10px;
		margin-left: -10px;
	}
	.header .user div.pmenu:before {
		border-color: rgba(191, 190, 194, 0);
		border-bottom-color: #bfbec2;
		border-width: 11px;
		margin-left: -11px;
	}

.header > .user:hover > div.pmenu { display: block; }

div.pmenu:hover { display: block; }

.profile-window { background: #f4f4f4; position:absolute; width: 200px; border: solid 1px #7a808e; right: 40px; top: 60px; border-radius: 6px;}
.profile-window:after{ content: ""; width: 15px; height: 9px; background: url(../images/uparrow.png) no-repeat; position:absolute; right: 26px; top: -8px;}
.profile-window ul { display: block;  margin: 0; list-style:none;padding: 16px; }
.profile-window ul li{ display: block; padding: 5px 0; margin: 0; list-style:none; color: #8ec83f; font-weight: 500;}
.profile-window ul li a{ color: #373737; font-weight: 500; padding: 5px 0;}
.profile-window ul li a i { margin-right: 8px;}
.profile_block{ display: block; padding: 20px 0 20px 100px; width: 880px; float: left;}
.profile_block h1 { font-size: 40px; padding: 0 0 30px 0; margin: 0; display: block; color: #484848; font-weight: 700;}
.profile_form { display: block; padding-left: 30px; width: 100%; float: left;}

.button_strength { border: solid 1px #cccccc; background: #f7f7f7;border-radius: 4px; padding: 5px 0 5px 10px; display: inline-block; float: left;  margin: 0 0 0 10px; color: #555555; font-size: 18px; line-height: 22px; text-decoration:none; width: 90px !important; height: 34px;  }
.button_cancal { border: solid 1px #cccccc; cursor: pointer; background: #f7f7f7;border-radius: 4px; padding: 5px 0; display: inline-block; color: #555555; font-size: 18px; line-height: 22px; width: 70px !important; height: 34px; position:absolute; right: 10px; top: 8px;  }
.strength_block .strength { border: solid 1px #e1e1e1; height: 34px; line-height: 34px; width: 425px; float: left; }

.profile_form .form-group { width: 100%; float: left; border-bottom: solid 1px #e1e1e1; padding:  30px 0 30px 20px; margin: 0;}
.profile_form .form-group  label { width: 100%; float: left; padding-bottom: 26px; color: #aaaaaa; font-size: 20px; margin: 0; position:relative;}

.profile_form .form-group .form_control2 { font-size: 20px; color: #484848; border: none; display: block;font-weight: 400; width: 100%; line-height: 34px; }
.profile_form .form-group .form_control2::-webkit-input-placeholder{ color: #aaaaaa; opacity: 1;font-weight: 400;}
.profile_form .form-group .form_control2::-moz-placeholder { color: #aaaaaa; opacity: 1;font-weight: 400; }
.profile_form .form-group .form_control2:-ms-input-placeholder { color: #333333;font-weight: 400; }
.profile_form .form-group .form_control2::-webkit-input-placeholder { color: #aaaaaa;font-weight: 400; }
.profile_form .form-group.psubmit { text-align:center; border-bottom: none;}
.psubmit input[type="submit"] { padding: 0; width: 150px; height: 54px; line-height: 54px; font-size: 24px; color: #484848; background: #02d36d; cursor: pointer; border: none; border-bottom: solid 1px #02c264; border-radius: 4px 4px 0 0; }
.psubmit input[type="reset"] { width: 150px; height: 54px; line-height: 54px; font-size: 24px; color: #484848; background: #fff; cursor: pointer; border: none; border: solid 1px #fff;}
.generate_pass { border: solid 1px #cccccc; cursor: pointer; background: #f7f7f7;border-radius: 4px; padding: 5px 15px; display: inline-block; color: #555555; font-size: 18px; line-height: 22px;height: 34px; margin-left: 20px; }
.select_left{ width: 50%; float: right; margin-bottom: 5px;}
.select_right{width: 50%; float: left;}
.logo_img{ max-width: 260px; padding-right: 40px; float: left; position:relative; min-height: 127px;}
.logo_img.no-image {visibility: hidden; }
.logo_img img { max-width: 100%; height: auto; border: solid 1px #cccccc;}
.log_delete{ position:absolute; width: 30px; height: 30px; color: #F00; position:absolute; line-height: 30px; font-size: 16px; right: 0; bottom: 0; border: none; cursor: pointer; background: none;}
.button_block { width: 100%; float: left;}
.upload_block { width: 100%; float: left; padding-top: 20px;}
.upload_block strong, .upload_block b { padding: 0 5px;}
.upload { padding: 0; border: solid 1px #8bb8d0; border-radius: 4px; width: 100px; height: 34px; text-align:center; font-size: 16px; line-height: 20px; color: #fff;
background: rgba(76,171,209,1);
background: -moz-linear-gradient(top, rgba(76,171,209,1) 0%, rgba(55,134,187,1) 49%, rgba(43,100,157,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,171,209,1)), color-stop(49%, rgba(55,134,187,1)), color-stop(100%, rgba(43,100,157,1)));
background: -webkit-linear-gradient(top, rgba(76,171,209,1) 0%, rgba(55,134,187,1) 49%, rgba(43,100,157,1) 100%);
background: -o-linear-gradient(top, rgba(76,171,209,1) 0%, rgba(55,134,187,1) 49%, rgba(43,100,157,1) 100%);
background: -ms-linear-gradient(top, rgba(76,171,209,1) 0%, rgba(55,134,187,1) 49%, rgba(43,100,157,1) 100%);
background: linear-gradient(to bottom, rgba(76,171,209,1) 0%, rgba(55,134,187,1) 49%, rgba(43,100,157,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cabd1', endColorstr='#2b649d', GradientType=0 );}
.upload_block a{ color: #F00; text-decoration: underline;}

.choose_file { display: inline-block; width: 100px; height: 34px; color: #000; line-height: 31px; cursor: pointer; border:  solid 1px #b3b3b3; border-radius: 4px; text-align:center; font-size: 16px;
	position: relative;
	overflow: hidden;
background: rgba(243,242,242,1);
background: -moz-linear-gradient(top, rgba(243,242,242,1) 0%, rgba(221,221,221,1) 50%, rgba(210,210,210,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,242,242,1)), color-stop(50%, rgba(221,221,221,1)), color-stop(100%, rgba(210,210,210,1)));
background: -webkit-linear-gradient(top, rgba(243,242,242,1) 0%, rgba(221,221,221,1) 50%, rgba(210,210,210,1) 100%);
background: -o-linear-gradient(top, rgba(243,242,242,1) 0%, rgba(221,221,221,1) 50%, rgba(210,210,210,1) 100%);
background: -ms-linear-gradient(top, rgba(243,242,242,1) 0%, rgba(221,221,221,1) 50%, rgba(210,210,210,1) 100%);
background: linear-gradient(to bottom, rgba(243,242,242,1) 0%, rgba(221,221,221,1) 50%, rgba(210,210,210,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#d2d2d2', GradientType=0 );}
.company-logo-preview, .user-image-preview { width: 127px; height: 127px; overflow: hidden;background-color: #eee}
.img-container {clear: both;}
.img-container img {max-width: 100%;}
.choose_file input {
	position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -webkit-transform: translate(-300px,0) scale(4);
    transform: translate(-300px,0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}
.strength_block {
    width: 620px;
    float: left;
    background: #f1f1f1;
    position: relative;
    padding: 8px;
}
.button_strength { border: solid 1px #cccccc; background: #f7f7f7;border-radius: 4px; padding: 5px 0 5px 10px; display: inline-block; float: left;  margin: 0 0 0 10px; color: #555555; font-size: 18px; line-height: 22px; text-decoration:none; width: 90px !important; height: 34px;  }
.button_cancal { border: solid 1px #cccccc; cursor: pointer; background: #f7f7f7;border-radius: 4px; padding: 5px 0; display: inline-block; color: #555555; font-size: 18px; line-height: 22px; width: 70px !important; height: 34px; position:absolute; right: 10px; top: 8px;  }
.strength_block .strength { border: solid 1px #e1e1e1; height: 34px; line-height: 34px; width: 425px; float: left; }

.strength_block { width: 620px; float: left; background: #f1f1f1; position:relative; padding: 8px;}
.strength_meter{
	height:23px;
width: 425px;
	background:#f1f1f1; float: left;

}
.strength_meter p { padding: 0; margin: 0;}
.strength_meter div{
	height:23px;
	width:100%;
	height:23px;
	text-align:center;
	color:black;
	font-weight:bold;
	line-height:23px;

}
.veryweak{
	background-color: #FFA0A0;
border-color: #F04040!important
}
.weak{
background-color: #FFB78C;
border-color: #FF853C!important;
}
.medium{
background-color: #FFEC8B;
border-color: #FC0!important;
}
.strong{
background-color: #c1e1b9;
border-color: #83c373!important;
}

.form-table>tbody>.acf-field>.acf-label label {
	display: block;
}

.profile_form .form-group {position: relative;}

.acf-field-image .acf-input {
		position: absolute!important;
    top: 60px;
    left: 23px;
		width: 100%;
}

.acf-image-uploader .image-wrap {
	width: 100%;
	position: absolute!important;
	width: 135px;
	/* width: 135px; */
	right: 60px;
  top: -25px;

}

.form-group.company-logo,
.form-group.profile-img
 {
    /* padding: 0 55px; */
    height: 200px;
}

#adduser .acf-field .acf-label label {font-weight: normal;}

#adduser a.acf-button.button {
		display: inline-block;
    border: solid 1px #8bb8d0;
    border-radius: 4px;
    width: 100px;
    height: 34px;
		line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(76,171,209,1);
    background: -moz-linear-gradient(top, rgba(76,171,209,1) 0%, rgba(55,134,187,1) 49%, rgba(43,100,157,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,171,209,1)), color-stop(49%, rgba(55,134,187,1)), color-stop(100%, rgba(43,100,157,1)));
    background: -webkit-linear-gradient(top, rgba(76,171,209,1) 0%, rgba(55,134,187,1) 49%, rgba(43,100,157,1) 100%);
    background: -o-linear-gradient(top, rgba(76,171,209,1) 0%, rgba(55,134,187,1) 49%, rgba(43,100,157,1) 100%);
    background: -ms-linear-gradient(top, rgba(76,171,209,1) 0%, rgba(55,134,187,1) 49%, rgba(43,100,157,1) 100%);
    background: linear-gradient(to bottom, rgba(76,171,209,1) 0%, rgba(55,134,187,1) 49%, rgba(43,100,157,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cabd1', endColorstr='#2b649d', GradientType=0 );
}


#adduser table {display: none; margin-top: -33px;}

#adduser .form-table {height: 0; display: none!important;}

tr.hide_task {display: none!important;}

a.undone-tests {
    position: absolute;
    right: 60px;
    top: 11px;
}

.base_container .test-textarea img {max-height: 100%;}

.test-textarea.issue-text {display: none;}

.card.nooption-selected .test-textarea.issue-text {display: none!important;}

.card.active-fix .test-textarea.fail-txt {
	display: block;
}

.card.active-fix .test-textarea.pass-txt,
.test-textarea.pass-txt {
	display: none;
}

.card:not(.active-fix) .test-textarea.pass-txt {
	display: block;
}

.card:not(.active-fix) .test-textarea.fail-txt {
	display: none;
}

.created-date-proj,
.share-report-minisite {
	display: none!important;
}

body.cleanpage {padding: 40px; max-width: 900px; margin: auto;}


#modal-7.modal {position: absolute; overflow-x: initial; overflow-y: initial;}

#modal-7 .modal-content {height: auto; min-height: auto; max-width: 750px;}

#modal-7 .modal-dialog.meta_modal {margin-top: 0!important;}

#modal-7 .modal-dialog.meta_modal .content,
#modal-7 .modal-dialog.meta_modal .step_block,
#modal-7 .howto-content {height: auto; min-height: 200px;}

.test_status.nooption .nooption1 {color: #fff;}

.howto-wrapper {
	max-width: 750px;
	position: absolute;
  right: 225px;
  z-index: 1001;
	padding: 20px;
	background-color: #fefefe;
	display: none;
	width: 100%;
}


.howto-wrapper .content,
.howto-wrapper .step_block {height: auto; min-height: inherit;}

.dark-overlay {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
	display: none;
}

.close-howto {position: absolute; right: 10px; top: 10px; cursor: pointer;}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.wtable table tr td:nth-child(4) a:after {
		content: '';
		background-image: none !important;
		display: inline-block;
		width: 20px;
		height: 15px;
		background-position: 5px 1px;
}

.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right;
	position: absolute !important;
	margin-top: 8px;
	margin-left: 110px;
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: 80px !important;
	width: 150px !important;
}

@media only screen and (max-width:1310px) {
	.dataTables_wrapper .dataTables_filter input {
		margin-left: 80px !important;
		width: 150px !important;
	}
}

@media only screen and (max-width:1220px) {
	.dataTables_wrapper .dataTables_filter input {
		margin-left: 80px !important;
		width: 140px !important;
	}
}

@media only screen and (max-width:640px) {
	.dataTables_wrapper .dataTables_filter input {
		margin-left: 80px !important;
		width: 120px !important;
	}
}

td.butt-con a.delete {
	background-image: url(images/delete.png);
	height: 30px;
	width: 30px;
	float: left;
	cursor: pointer;
	display: inline-block !important;
	background-size: contain;
	text-decoration: none;
	margin-right: 5px !important;
}

td.butt-con a.archive {
	background-image: url(images/archive.png);
	height: 30px;
	width: 30px;
	float: left;
	cursor: pointer;
	display: inline-block !important;
	background-size: contain;
	text-decoration: none;
	margin-right: 5px !important;
}

td.butt-con a.delete:hover, td.butt-con a.archive:hover {
	border: 0 !important
}

a.yes {
	background: linear-gradient(to right, rgba(2, 211, 110, 1) 0%, rgba(2, 184, 96, 1) 100%) !important;
	width: 132px;
	float: right;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	line-height: 48px;
	font-weight: 500;
	font-family: 'Museo500-Regular';
	text-transform: uppercase;
	color: #484848;
	text-align: center;
	background: none;
}

a.no {
	width: 132px;
	float: right;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	line-height: 48px;
	font-weight: 500;
	font-family: 'Museo500-Regular';
	text-transform: uppercase;
	color: #484848;
	text-align: center;
	background: none;
}


/*  New css added */

.switch {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 22px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e07e7e;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #2ab934;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
}

.on {
	display: none;
}

.on, .off {
	color: white !important;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

input:checked+.slider .on {
	display: block;
}

input:checked+.slider .off {
	display: none;
}

.slider.round {
	border-radius: 12px;
}

.slider.round:before {
	border-radius: 50%;
}

.dropbtn {
	cursor: pointer;
	width: 28px !important;
	height: 28px !important;
}

.dropdown-filters-checkboxes {
	position: relative;
	display: inline-block;
	float: right;
	margin-right: 60px;
}

.dropdown-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	padding-right: 10px;
}

.dropdown-content-checkboxes {
	display: none;
	position: absolute;
	background-color: white;
	min-width: 220px;
	right: 0;
	overflow: auto;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content-checkboxes span {
	color: black;
	padding: 10px 16px;
	text-decoration: none;
	display: block;
}

.show {
	display: block;
}

.upload-box-flex{
	display:flex;
	align-items:center;
}

.upload-box-logo-uploaded{
	max-height: 100px !important;
    height: 100px;
    max-width: 100px !important;
    object-fit: cover;
    margin-left: 4px;
	margin-right:20px;
}

.upload-box-logo-upload{
	display: none;
	max-height: 100px !important;
    height: 100px;
    max-width: 100px !important;
    object-fit: cover;
    margin-left: 4px;
	margin-right:20px;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}
.change-logo-btn {
	border: solid 1px #e5e5e5;
    padding: 6px ​12px;
    color: #8a8a8a;
    background: #fff;
	font-size: 16px;
    font-weight: 500;
    font-family: 'Museo500-Regular';
	cursor: pointer;
}
  
.upload-btn-wrapper input[type=file] {
	font-size: 25px;
	position: absolute;
	left:0;
	opacity:0
}

.media-logo-upload{margin:6px 10px 10px 5px}



/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #eee;
	background: #f7f7f7;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
    color: #675f5f;
    font-weight: 100;
    padding: 13px;
    font-family: "museo-sans-n1", "museo-sans;";
	border-radius: 0px;
    /* border-bottom: solid 2px #eeeeee;
    border-left: solid 1px #eeeeee; */
    font-family: 'Museo500-Regular';
    font-size:15px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
	background-color: #e2e2e2;;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
	background-color: #e2e2e2;;
  }
  
  /* Style the tab content */
  .tabcontent {
	display: none;
	border-top: none;
	animation: fadeEffect 1s; /* Fading effect takes 1 second */
	width: 100%;
  }

  
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
  }

.rtitle{
	margin-left: 150px;
    margin-top: 19px;
}

a.rearchive {
	background-color: #4fb986;
    top: 0;
    color: #fff !important;
    padding: 10px 20px !important;
    padding-left: 32px !important;
    padding-top: 12px !important;
    font-size: 13px !important;
    text-transform: uppercase;
    cursor: pointer;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

a.rearchive:hover{
	border:none !important;
}

#dashboard-2_wrapper.dataTables_wrapper .dataTables_paginate {
    margin: 25px auto 0 auto;
    text-align: center;
    float: none;
    display: flex;
    justify-content: center;
}