#hdq_loading {
	position: fixed;
	height: 100%;
	width: calc(100% - 160px);
	top: 0;
	left: 160px;
	background: #efefef;
	display: none;
	z-index: 99;
}

#hdq_loading #hdq_loading_inner {
	position: absolute;
	top: 38%;
	width: 100%;
}

#hdq_loading #hdq_loading_inner p {
	text-align: center;
	font-size: 2.2em;
	display: inline-block;
	margin-left: 46%;
	width: 80px;
	height: 80px;
	line-height: 66px;
	border-radius: 50%;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.7);
	animation: hdq_pulse 1s infinite;
	color: #222;
}

#hdq_srp {
	padding: 2em;
	background: #fbfbfb;
	border: 1px solid #bbb;
	margin-bottom: 2em;
}

#hdq_message {
	border-radius: 8px;
	border: 1px solid #ddd;
	padding: 12px;
	background: #f5f5f5;
	text-align: center;
	cursor: pointer;
	display: none;
	margin-bottom: 22px;
}

#hdq_meta_forms {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 40px 40px 40px;
	margin-top: 120px;
}

.hdq_tab h2 {
	font-size: 1.6em !important;
	font-weight: bold !important;
	padding: 0 !important;
}

.hdq_list {
	list-style: square;
	padding: 0;
	margin-left: 20px;
	font-size: 1.2em;
	line-height: 1.4;
}

.hdq_tooltip {
	position: relative;
}

.hdq_tooltip_question {
	font-size: 0.8em;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	background: #4b6764;
	color: #fff;
	display: inline-block;
	top: -2px;
}

.hdq_tooltip_content {
	position: absolute;
	top: calc(100% + 0.8rem);
	font-size: 0.85rem;
	width: 260px;
	left: calc(50% - 30px);
	line-height: 1.4;
	margin-left: -130px;
	background: #2d2d2d;
	border-radius: 10px;
	box-shadow: 0 -1px 10px rgba(72, 72, 72, 0.025), 0 10px 20px rgba(72, 72, 72, 0.05);
	color: #fff;
	padding: 2rem;
	text-align: left;
	pointer-events: none;
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	transition: all 0.3s cubic-bezier(0.1, 1, 0.9, 1);
	transition-property: opacity, transform;
}

.hdq_tooltip_content code {
	background: #1d1d1d;
}

.hdq_tooltip_right .hdq_tooltip_content {
	left: -80px;
}

.hdq_tooltip_right .hdq_tooltip_content::after {
	margin-left: 78px;
}

.hdq_tooltip:hover .hdq_tooltip_content {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	z-index: 99999;
}

.hdq_tooltip_content::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -10px;
	display: block;
	border-style: solid;
	border-top-color: transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #2d2d2d;
}

.hdq_tooltip_content span {
	display: block;
}

.hdq_row {
	margin-bottom: 22px;
}

label {
	display: block;
	font-size: 16px;
	margin-bottom: 8px;
}

.hdq_button1 {
	display: inline-block;
	padding: 12px 22px;
	background: #3fb7f4;
	color: #fff;
	margin: 12px;
	cursor: pointer;
	border: none;
}

.hdq_button2 {
	display: inline-block;
	padding: 12px 22px;
	background: #72c474;
	color: #fff;
	margin: 12px;
	cursor: pointer;
	border: none;
}

.hdq_button3 {
	display: inline-block;
	padding: 12px 22px;
	background: #4b6764;
	color: #fff;
	margin: 12px;
	cursor: pointer;
	border: none;
}

.hdq_button4 {
	font-size: 0.8em;
	display: inline-block;
	padding: 12px 14px;
	background: #ff6666;
	color: #fff;
	margin: 12px 8px;
	cursor: pointer;
	border: none;
	text-decoration: none;
}

.hdq_button1 .dashicons,
.hdq_button2 .dashicons,
.hdq_button3 .dashicons,
.hdq_button4 .dashicons {
	line-height: 1;
	font-size: 18px;
}

.hdq_button4:hover {
	color: #fff;
	opacity: 0.7;
}

#hdq_question_buttons .hdq_button1,
#hdq_question_buttons .hdq_button2,
#hdq_question_buttons .hdq_button3 {
	margin: 0 12px 22px 0;
}

.hdq_button1:hover,
.hdq_button2:hover,
.hdq_button3:hover {
	opacity: 0.7;
}

.hdq_input.hdq_error {
	border-bottom: 1px solid red !important;
}

.hdq_input,
.taxonomy-quiz .term-name-wrap input {
	padding: 12px !important;
	font-size: 1em;
	width: 100% !important;
	border: none !important;
	box-shadow: none !important;
	color: #2d2d2d !important;
	border-bottom: 1px dashed #aaa !important;
	line-height: inherit !important;
	height: auto !important;
}

.hdq_input:focus {
	border-bottom: 1px dashed #2d2d2d !important;
	outline: none;
}

#hdq_form_container {
	margin-top: 44px;
	border: 1px solid #999;
}

#hdq_form_container.full {
	padding: 22px;
}

#hdq_wrapper img {
	max-width: 100%;
	height: auto;
}

#hdq_tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#hdq_tabs ul li:first-child{
	border-top-left-radius: 12px;
}

#hdq_tabs ul li:last-child{
	border-top-right-radius: 12px;
}

#hdq_tabs li {
	float: left;
	padding: 1rem;
    border: 1px solid #222;
    background: #dcdcdc;
    color: #000;
    cursor: pointer;
	margin-bottom: 0;
}

#hdq_tabs li.hdq_active_tab {
    background: darkseagreen;
    color: #000;
}

.hdq_tab {
	color: #545454;
	padding: 40px;
	border: 1px solid #cacaca;
	display: none;
}

.hdq_tab p {
	font-size: 16px;
}

#hdq_tab_content h2,
#hdq_tab_content h3,
#hdq_tab_content h4 {
	color: #545454;
}

.hdq_accordion > div {
	display: none;
	padding: 12px;
}

.hdq_accordion {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.hdq_accordion h3 {
	cursor: pointer;
	padding: 12px 22px;
	background: #dcdcdc;
	margin: 0;
	border-bottom: 1px solid #c3bcbc;
}

.hdq_table {
	background: white;
	border-radius: 3px;
	border-collapse: collapse;
	margin: auto;
	padding: 5px;
	width: 100%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.hdq_table tr {
	border-top: 1px solid #c1c3d1;
	border-bottom: 1px solid #c1c3d1;
	color: #666b85;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}

.hdq_table tr:first-child {
	border-top: none;
}

.hdq_table tr:last-child {
	border-bottom: none;
}

.hdq_table th {
	color: #111;
	background: #d8dedc;
	border-bottom: 4px solid #a9b7b6;
	border-right: 1px solid #a9b7b6;
	font-size: 14px;
	font-weight: 100;
	padding: 10px 24px;
	text-align: left;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	vertical-align: middle;
}

.hdq_table th:first-child {
	border-top-left-radius: 3px;
}

.hdq_table th:last-child {
	border-top-right-radius: 3px;
	border-right: none;
}

.hdq_table tr {
	border-top: 1px solid #c1c3d1;
	border-bottom: 1px solid #c1c3d1;
	color: #666b85;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}

.hdq_table tr:first-child {
	border-top: none;
}

.hdq_table tr:last-child {
	border-bottom: none;
}

.hdq_table td {
	background: #ffffff;
	padding: 10px 20px;
	text-align: left;
	vertical-align: middle;
	font-weight: 300;
	font-size: 14px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #c1c3d1;
}

.hdq_table td.textCenter {
	text-align: center;
}

.hdq_table td .hdq_input {
	background: #f1f1f1 !important;
}

.hdq_checkbox .hdq-options-check {
	font-size: 24px;
}

.hdq_checkbox .hdq-options-check input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	display: none;
}

.hdq_checkbox .hdq-options-check label {
	width: 2em;
	height: 1em;
	position: relative;
	cursor: pointer;
	display: block;
	font-size: 22px !important;
}

.hdq_checkbox .hdq-options-check label:before {
	content: "";
	position: absolute;
	width: 2em;
	height: 1em;
	transition: background 0.1s 0.1s ease;
	border-radius: 4px;
	background: #881b1b;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.hdq_checkbox .hdq-options-check label:after {
	content: "";
	position: absolute;
	width: 0.6em;
	height: 0.6em;
	left: 0.2em;
	top: 0.2em;
	border-radius: 4px;
	transition: all 0.2s ease;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	background: #f25f5c;
	z-index: 2;
}

.hdq_checkbox .hdq-options-check input[type="checkbox"]:checked + label:before {
	background: #72c474;
	box-shadow: inset 0px 1px 1px rgba(84, 152, 140, 0.5);
}

.hdq_checkbox .hdq-options-check input[type="checkbox"]:checked + label:after {
	animation: hdq_switch-on 0.2s ease-out;
	left: 1.1em;
	background: #efefef;
}

/* radio */
.hdq-options-check {
	font-size: 24px;
}

.hdq-options-check input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	display: none;
}

.hdq-options-check label {
	width: 2em;
	height: 1em;
	position: relative;
	cursor: pointer;
	display: block;
	font-size: 22px !important;
}

.hdq_checkbox label {
	margin-bottom: 0 !important;
}

.hdq-options-check label:before {
	content: "";
	position: absolute;
	width: 2em;
	height: 1em;
	left: 0.1em;
	transition: background 0.1s ease;
	background: #f25f5c;
	border-radius: 50px;
	box-shadow: inset 0px 1px 1px rgba(171, 66, 63, 0.5);
}

.hdq-options-check label:after {
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	border-radius: 50px;
	left: 0;
	transition: all 0.2s ease;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	background: #efefef;
	animation: hdq_switch-off 0.2s ease-out;
	z-index: 2;
}

.hdq-options-check input[type="checkbox"]:checked + label:before {
	background: #72c474;
	box-shadow: inset 0px 1px 1px rgba(84, 152, 140, 0.5);
}

.hdq-options-check input[type="checkbox"]:checked + label:after {
	animation: hdq_switch-on 0.2s ease-out;
	left: 1.1em;
	background: #efefef;
}

label.non-block {
	display: inline-block !important;
	margin-right: 12px !important;
}

@keyframes hdq_switch-on {
	50% {
		transform: scaleX(1.3);
	}
}

@keyframes hdq_switch-off {
	50% {
		transform: scaleX(1.3);
	}
}

/*tables*/
/* Tables */
.hdq_a_light_table {
	background: white;
	border-radius: 3px;
	border-collapse: collapse;
	margin: auto;
	padding: 5px;
	width: 100%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.hdq_a_light_table tr {
	border-top: 1px solid #c1c3d1;
	border-bottom: 1px solid #c1c3d1;
	color: #666b85;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}

.hdq_a_light_table tr:first-child {
	border-top: none;
}

.hdq_a_light_table tr:last-child {
	border-bottom: none;
}

.hdq_a_light_table th {
	color: #111;
	background: #d8dedc;
	border-bottom: 4px solid #a9b7b6;
	border-right: 1px solid #a9b7b6;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 24px;
	text-align: left;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	vertical-align: middle;
}

.hdq_a_light_table th:first-child {
	border-top-left-radius: 3px;
}

.hdq_a_light_table th:last-child {
	border-top-right-radius: 3px;
	border-right: none;
}

.hdq_a_light_table tr {
	border-top: 1px solid #c1c3d1;
	border-bottom: 1px solid #c1c3d1;
	color: #666b85;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}

.hdq_a_light_table tr:first-child {
	border-top: none;
}

.hdq_a_light_table tr:last-child {
	border-bottom: none;
}

.hdq_a_light_table td {
	background: #ffffff;
	padding: 10px 20px;
	text-align: left;
	color:#111;
	vertical-align: middle;
	font-weight: 300;
	font-size: 14px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #c1c3d1;
}

.hdq_a_light_table td.textCenter {
	text-align: center;
}

.hdq_a_light_table .dashicons,
.hdq_a_light_table a .dashicons {
	cursor: pointer;
	text-decoration: none;
	color: #666b85;
}

.hdq_a_light_table .pass {
	border-left: 2px solid #3fde62 !important;
}

.hdq_a_light_table .fail {
	border-left: 2px solid #e26262 !important;
}
