/*!
Theme Name: Western Assessments
Theme URI: http://menta.ca
Author: Menta Digital Agency
Author URI: http://menta.ca
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,500,700');

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body {
	margin: 0;
	font-family: Noto Sans;
	font-weight: 400;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

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

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	box-sizing: content-box;
	height: 0;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

textarea {
	overflow: auto;
}

body,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-size: 14px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	font-weight: 400;
	line-height: 1.5;
}

strong {
	font-weight: 900;
}

p,
.thecontent li {
	margin-bottom: 1.5em;
	margin-top: 0;
	font-size: 16px;
	line-height: 26px;
	color: #707070;
}

.thecontent li {
	margin: 0;
}

h4 {
	font-family: Karla;
	font-size: 23px;
}

em,
i {
	font-style: italic;
}

blockquote {
	margin: 0;
	border-left: 2px solid #AB0F14;
	padding-left: 40px;
	font-weight: 100;
}

html {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

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

.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;
}

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

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

	.main-navigation ul {
		display: block;
	}
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.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;
	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;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.mobile-menu {
	display: none;
}

.menubutton {
	transition: 500ms all;
}

.menuline {
	height: 2px;
	width: 26px;
	background: white;
	transition: all 500ms;
}

#secondline,
#thirdline {
	margin-top: 5px;
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	height: 100%;
	padding: 60px 5vw;
}

#mobile-nav {
	cursor: pointer;
	color: white;
	right: 5vw;
	position: absolute;
	top: 17px;
	font-size: 18px;
	z-index: 99999;
	display: none;
}

.question label {
	padding: 18px;
	cursor: pointer;
}

.question input {
	display: none;
}

.question {
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 30px;
	text-align: center;
	line-height: 1.3;
	padding: 0 5vw;
}

.assessmentheader {
	position: fixed;
	background: white;
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
	top: 0;
    padding: 10px;
}

.progress {
	border: 1px solid;
	width: 50%;
	height: 50px;
	margin: 10px;
}

.progressbar {
	background: green;
	width: 0%;
	height: 50px;
}

input[type="submit"] {
	/*margin: calc(100vh / 2 - 100px) auto;*/
	display: block;
	background: black;
	border: 0;
	color: white;
	padding: 20px 40px;
	font-size: 20px;
	text-transform: uppercase;
}

.progressrow {
	display: flex;
	width: 70%;
	justify-content: center;
}

.submitassessment {
	display: none;
	height: 50px;
	background: green;
	padding: 12px 20px;
	margin: 10px;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 18px;
	cursor: pointer;
}

.assessment input[type="submit"] {
	display: none;
}

.content {
	min-height: calc(100vh - 150px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.dataTables_wrapper {
	width: 98%;
}

td.dt-checkboxes-cell {
	width: 20px;
}

.datatable th {
	text-align: left;
	padding-left: 10px !important;
}

.tabs {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0 0 30px;
}

.tabs a {
	margin-right: 10px;
	color: black;
	text-transform: uppercase;
	padding: 3px 10px;
	background: #e1e1e1;
}

.tabs .active a {
	background: #ff6600;
	color: white;
	border: 1px solid #ff6600;
}

.datatable td:not(.profile-column) a {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 10px;
	color: black;
	background: #e1e1e1;
	white-space: nowrap;
	transition: .4s all;
}

.datatable td:not(.profile-column) a:hover {
	background: #e9e9e9;
}

.tabs a:hover {
	border: 1px solid;
}

.tabs .active a:hover {
	background: #ff6600;
	border: 1px solid #ff6600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
	background: white !important;
	color: black !important;
	border: 1px solid black !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: white !important;
	border: none !important;
	color: black !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
	white-space: nowrap;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.button {
	padding: 2px 14px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	display: inline-block;
	transition: .4s all;
	color: white;
}

.button-orange,
a.acf-button.button.button-primary {
	background: rgb(255 123 0);
}

.button-grey {
	background: #808080;
}

.button-orange:hover,
a.acf-button.button.button-primary:hover {
	background: rgb(233 117 8);
}

.button-grey:hover {
	background: #686868;
}

input[name=user_id] {
	display: none;
}

h1 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}

.hidden {
	display: none;
}

.inviteform {
	width: 80vw;
}

div.wpcf7-mail-sent-ok {
	display: none !important;
}

.instructions {
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
	width: 60vw;
	margin: 0 auto;
	flex-direction: column;
}

.instructions p {
	color: black;
}

.instructions span {
	background: black;
	color: white;
	text-transform: uppercase;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 20px;
}

body {
	padding: 20px;
}

.assessmenttiles {
	display: flex;
	padding: 40px 10vw;
	flex-wrap: wrap;
	align-items: center;
}

.assessmenttile {
	display: flex;
	flex-direction: column;
	color: black;
	border: 1px solid #cb1616;
	background: #ffeded;
	padding: 10px;
	font-size: 24px;
	min-width: 240px;
	margin: 10px 10px;
}

.assessmenttile.completed {
	border-color: green;
	background: #f1fff1;
}

.assessmenttile span {
	font-size: 12px;
	padding-top: 50px;
}

.assessments {
	display: flex;
	flex-direction: column;
}

.assessments input {
	margin-right: 5px;
}

.answers360 {
	display: flex;
	font-size: 18px;
}

.users360,
.roles360 {
	display: none;
}

.roles360,
.users360 {
	flex-direction: column;
}

.roles360 select,
.users360 select {
	border: 0;
	outline: 0 !important;
}

.invitedetails {
	display: flex;
}

.invitedetails>p {
	padding-right: 20px;
}

.title-row,
header {
	display: inline-flex;
	align-items: center;
	width: 100%;
}

.title-row .button {
	margin: 0 0 0 15px;
}

.title-row h1 {
	margin: 0;
}

header h2 {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 20px;
}

header img {
	width: 200px;
	margin: 0 40px 0 0;
}

header {
	border-bottom: 1px solid black;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

td.red {
	background: #ffebeb;
}

td.green {
	background: #f0fff5;
}

tr:hover {
	filter: brightness(0.98);
}

.profile {
	display: none;
}

.expand-info {
	cursor: pointer;
}

.profile p {
	margin: 0;
	font-size: 14px;
}

.dataTables_filter {
	float: left !important;
	margin: 30px 0;
}

[data-key=field_616c810b54dec] {
	display: none;
}

header h2 a {
	color: black;
	margin: 0 20px 0 0;
}

.acf-fields>.acf-tab-wrap {
	background: white;
}

.page-template-take-assessment header {
    display: none;
}

.page-template-take-assessment {
    overflow: hidden;
}