






/* Secondary color for links */
a {
    color:#00C262;
}

/* Header colour */
.white-label-header-color {
    background:#007E40 !important;
}

/* Header font colour */
.white-label-header-color-text,
.white-label-header-color-text::after {
    color:#292929 !important;
}

/* Button colour */
.white-label-button {
    background:#00C262 !important;
    color:#FFFFFF !important;
}

.white-label-button:hover {
	opacity: 0.85;
    -webkit-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
}

.white-label-button-color {
    color:#00C262 !important;
}

/* Edit survey scoring buttons */
.white-label-button-color label.selected,
.white-label-button-color label:hover {
   background-color:#00C262 !important;
   color:#FFFFFF !important;
}

.white-label-button-color label.selected > span,
.white-label-button-color label:hover > span {
	color:#FFFFFF !important;
}

/* Hover on header dropdown */
.white-label-popUp tr:hover {
    background-color: #DCDCDC !important;
}

.textfield:focus, #searchParam:focus, textarea:focus {
	border: 1px solid #999999;
	background-color: #ffffff;
}

select {
	border: 1px solid #999999 !important;
	background-color: #ffffff !important;
}

.color {
	border: 1px solid #999999 !important;
}

/* Popup styling */
.whitelabel-popup-title {
	color: #313131;
}

/* Notification and Report Breadcrumb style */
.white-page-title-v2,
.white-page-title-v2 a {
	font-size: 24px;
	color: #313131;
	max-width: 100%;
	word-wrap: break-word;
	margin-bottom:20px;
}

.white-page-title-v2 a:hover {
	text-decoration:underline;
}

[class^="white-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'qts-icon-set' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    position: relative;
	top: 1px;
}

@font-face {
    font-family: 'qts-icon-set';
    src:
        url('fonts/icomoon/fonts/qts-icon-set.ttf?3htijr') format('truetype'),
        url('fonts/icomoon/fonts/qts-icon-set.woff?3htijr') format('woff'),
        url('fonts/icomoon/fonts/qts-icon-set.svg?3htijr#qts-icon-set') format('svg');
    font-weight: normal;
    font-style: normal;
}

.white-surveys-title:before {
	  content: "\e912";
}

.white-users-title:before {
	content: "\e913";
}

.white-reports-title:before {
	content: "\e914";
}

.white-notifs-title:before {
	content: "\e915";
}

.white-integrations-title:before {
	content: "\e916";
}

.white-recent-responses-title:before {
	content: "\e917";
}

.white-profile-title:before {
	content: "\e919";
}

.white-account-title:before {
	content: "\e91a";
}

.white-device-title:before {
  content: "\e928";
}

/* Login page */

.login-page:before {
    content: '';
    width: 100vw;
    height: 60px;
    position: absolute;
    left: 0;
    z-index: -1;
    background: #007E40;
}

.login-page__header {
		padding-top: 11px;
}

.login-page__header {
	height: 42px;
  margin-bottom: 25px;
}

@media (min-width: 960px) {
	.login-page__form {
		flex-basis:100%;
	}
}

@media (max-width: 768px) {
	.login-page__header {
		height:30px;
		padding-top: 15px;
	}
}

@media (min-width: 768px) {
	.login-page__form {
	    padding: 40px !important;
	}
}