:root {
	/*Colors*/
    --essen-orange: #FF7100;
	--essen-orange-hover: #E06300;
	--essen-orange-focus: #CC5A00;
    --essen-white: #FFFFFF;
    --essen-white-grey: #F8F8F8;
    --essen-black: #000000;
    --essen-black-blue: #101B2D;
    --essen-light-brown: #FFF2E6;
    --essen-light-blue: #80C8FF;
    --essen-cyan: #32D9E4;
    --essen-rose: #FFB6E4;
    --essen-red-80: #A6192E;
    --essen-brown: #595152;
    --essen-blue: #A6192E;
    --essen-red: #CA0000;
    --essen-green: #2CA401;

	/*Fonts*/
	--font-family: "CircularStd Book";
	--font-family-medium: 'CircularStd Medium', Arial;
}

body {
	font-family: var(--font-family);
}

html {
    background: 0 0
}

.container-fluid {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

img[data-tenant-branding-background=true] {
    width: 50%;
    object-fit: cover;
    z-index: 0;
    position: fixed;
    left: 0;
    overflow: hidden;
    top: 0
}

#title-logIn {
    color: var(--essen-black);
	font-family: var(--font-family);
    font-size: 20px;
	font-style: normal;
	font-weight: 700;
    line-height: normal;
	margin-bottom: 1.5rem;
}

.image-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

.image-container img {
	width: 250px;
}

.panel-default {
	margin-top: 6%;
}

.subtitle-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#subtitle {
    color: var(--essen-black);
	font-family: var(--font-family);
    font-size: 14px;
	font-style: normal;
	font-weight: 500;
    line-height: normal;
	margin-bottom: 1rem;
}

.row {
	width: 100%;
    margin: 0!important;
    display: table-cell;
	justify-content: center;
}

@media only screen and (max-height:800px) {
    .panel-default {
		margin-top: 3%;
	}

	.image-container img {
		width: 250px;
	}
}

.panel-body {
    width: inherit;
    padding-bottom: 50px;
}

/*Forms*/
.entry-item {
	margin-bottom: 5px;
	display: grid !important;
}

.entry-item label {
	font-family: var(--font-family);
	color: var(--essen-black-blue);
	font-style: normal;
	font-weight: 450;
	font-size: 16px;
	display: block;
	margin-bottom: 0;
}

.entry-item input {
	font-family: var(--font-family);
	color: rgba(16, 27, 45, 0.75);
	font-size: 16px;
	font-weight: 400;
	border-radius: 4px;
	padding: 0.5rem 1rem;
	border: 1px solid rgba(16, 27, 45, 0.5);
    width: 100%;
}

.entry-item input::placeholder {
	color: rgba(16, 27, 45, 0.25)
}

/*.entry-item input:enabled:hover {
	border: 1px solid var(--essen-orange);
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
	border-color: var(--essen-cyan);
}*/

.entry-item input:enabled:focus-visible {
	outline: 0;
	border: 1px solid var(--essen-orange);
}

.entry-item input.ng-dirty.ng-invalid {
	border-color: var(--essen-red);
}

/*.entry .buttons {
	padding-top: 27px;
}*/

/* --------------------------- */

.entry button {
	color: var(--essen-white);
	background: var(--essen-orange);
	border: 1px solid var(--essen-orange);
	padding: 0.5rem 0.75rem;
	font-family: var(--font-family);
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	border-radius: 100px;
	cursor: pointer;
	width: 100%;
}

.entry button:enabled:hover {
	outline: 0;
	background-color: var(--essen-orange-hover);
}

.entry button:active {
	outline: 0;
	background-color: var(--essen-orange-focus);
}

.entry button:focus {
	outline: 0;
	background-color: var(--essen-orange-focus);
}

.entry button:focus-visible {
	outline: 0;
	background-color: var(--essen-orange-focus);
}

/* --------------------------- */

#forgotPassword {
	font-family: var(--font-family);
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: normal;
	color: var(--essen-orange);
	margin-left: auto;
	padding-top: 1px;
}

#forgotPassword:focus-visible {
	outline: 0;
	text-decoration: underline;
}

.password-toggle {
    background-image: url(../images/strikethrough_eye.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    z-index: 2;
    margin-left: 89%;
    margin-top: -32px;
}

#attributeList ul li .helpLink {
    display: none;
}
#attributeList ul li .helpLink.tiny {
    display: none;
}
.buttons #change {
	display: none;
} 
#emailVerificationResetPasswordControlControl_but_change_claims {
	display: none!important;
}

#cancel {
	display: none !important;
}

#go_back {
	width: 100%;
	color: var(--essen-orange);
	background: var(--essen-white);
	border: 1px solid var(--essen-white);
	padding: 0.5rem 0.75rem;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	font-style: normal;
	cursor: pointer;
	margin-bottom: 0;
}

#go_back:enabled:hover {
	text-decoration: underline;
	box-shadow: none;
}

#go_back:active {
	outline: 0;
}

#go_back:focus {
	outline: 0;
}

#go_back:focus-visible {
	outline: 0;
}

.buttons button {
	color: var(--essen-white);
	background: var(--essen-orange);
	border: 1px solid var(--essen-orange);
	padding: 0.5rem 0.75rem;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 14px;
	font-style: normal;
	border-radius: 100px;
	cursor: pointer;
	width: 100%;
	margin-bottom: 6px;
}

.buttons button:enabled:hover {
	outline: 0;
	background-color: var(--essen-orange-hover);
	border: 1px solid var(--essen-orange-hover);
}

.buttons button:active {
	outline: 0;
	background-color: var(--essen-orange-focus);
	border: 1px solid var(--essen-orange-focus);
}

.buttons button:focus {
	outline: 0;
	background-color: var(--essen-orange-focus);
	border: 1px solid var(--essen-orange-focus);
}

.buttons button:focus-visible {
	outline: 0;
	background-color: var(--essen-orange-focus);
	border: 1px solid var(--essen-orange-focus);
}

ul {
	padding: 0;
}

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

.attrEntry {
	margin-bottom: 5px;
	display: grid;
}

.attrEntry label {
	font-family: var(--font-family);
	color: var(--essen-black-blue);
	font-style: normal;
	font-weight: 450;
	font-size: 16px;
	display: block;
	margin-bottom: 0;
}

.attrEntry input {
	font-family: var(--font-family);
	color: rgba(16, 27, 45, 0.75);
	font-size: 16px;
	font-weight: 400;
	border-radius: 4px;
	padding: 0.5rem 1rem;
	border: 1px solid rgba(16, 27, 45, 0.5);
    width: 100%;
}

.attrEntry input::placeholder {
	color: rgba(16, 27, 45, 0.25)
}

.attrEntry input.ng-dirty.ng-invalid {
	border-color: var(--essen-red);
}

.attrEntry input:enabled:focus-visible {
	outline: 0;
	border: 1px solid var(--essen-orange);
}

.attrEntry input.ng-dirty.ng-invalid {
	border-color: var(--essen-red);
}

.attrEntry .error {
	color: var(--essen-red);
    font-size: 12px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}

.entry-item .error {
	display: none !important;
}

.intro {
	display: none;
}

.create {
    text-align: center !important;	
	margin-top: 5px;
}

.create p {
    font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}

#createAccount {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: normal;
    color: var(--essen-orange);
    font-weight: 500;
	font-size: 14px;
	margin-left: 5px;
}

#createAccount:focus-visible {
	outline: 0;
	text-decoration: underline;
}

.rememberMe {
    text-align: left;
    font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	display: flex;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.verificationSuccessText {
	display: none;
}

.buttons #next {
	width: 100%;
}

.buttons .sendCode {
	width: 100%;
}

#emailVerificationResetPasswordControlControl_but_verify_code {
	width: 100%;
	margin-bottom: 8px;
}

#emailVerificationResetPasswordControlControl_but_send_new_code {
	width: 100%;
}

@media only screen and (max-width:600px) {
    body.keyboard {
        height: calc(100% + 500px); /* add padding for keyboard */
    }
}

input[type='checkbox'] {
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
    font-size: 18px;
    text-align: center;
    background: white;
	border-radius: 2px;
	border: 2px solid var(--essen-black-blue);
    margin-right: 10px;
    margin-top: 0px;
}

input[type='checkbox']:checked {
	background: var(--essen-black-blue);
	font-style: normal;
}

input[type='checkbox']:disabled {
	border: 2px solid rgba(16, 27, 45, 0.5);
	font-style: normal;
}

input[type='checkbox']:focus {
	outline: none;
}

input[type='checkbox']:checked:after {
	content: '✔';
	color: white;
	position: relative;
	left: 0px;
	top: -5px;
}

.options button {
	color: var(--essen-black);
	text-align: center !important;
	background: white;
	border: 0.5px solid rgba(16, 27, 45, 0.50);
	padding: 0.5rem 0.75rem;
	font-family: var(--font-family);
	font-size: 16px;
	font-weight: 450;
	font-style: normal;
	border-radius: 100px;
	cursor: pointer;
	width: 100%;
	margin-bottom: 6px;
}

.options button:enabled:hover {
	outline: 0;
	border: 1px solid var(--essen-orange);
}

.options button:active {
	outline: 0;
	border: 1px solid var(--essen-orange);
}

.options button:focus {
	outline: 0;
	border: 1px solid var(--essen-orange);
}

.options button:focus-visible {
	outline: 0;
}

#GoogleExchange img {
	padding-right: 15px;
}

#FacebookExchange img {
	padding-right: 5px;
}

/* Hide password eye Edge */
::-ms-reveal {
    display: none !important;
}

#api{
    display:table;
    margin:0;
    width:100%
}

#api .social {
    display: table-footer-group;
	position: relative;
   	top: 1px;
    width: auto;
}

.divider {
	display: none;
}

#divider-logIn {
	display: flex;
	align-items: center;
	margin-top: 1rem;
	margin-bottom: 0.125rem;
}

#divider-logIn .line {
	flex-grow: 1;
	border: 100%;
	border-top: 1px solid #888D96;
}

#emailVerificationControl_but_change_claims {
    display: none !important;
}
#emailVerificationResetPasswordControl_but_change_claims {
    display: none !important;
}

#divider-logIn .text {
	margin: 0px 8px;
	font-family: var(--font-family);
	font-size: 16px;
	font-weight: 450;
	font-style: normal;
	color: var(--essen-black-blue);
}

.CheckboxMultiSelect .attrEntry {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 0.55rem;
	margin-bottom: 1.125rem;
}

.CheckboxMultiSelect .attrEntry .error.itemLevel {
	width: 100%;
}

#AGREE_option {
	font-family: var(--font-family);
	color: var(--essen-black-blue);
	font-size: 14px;
	font-style: normal;
	font-weight: 450;
	flex: 1;
}

#AGREE_option a {
	font-family: var(--font-family);
	font-style: normal;
	font-weight: 450;
	font-size: 14px;
	line-height: normal;
	color: var(--essen-orange);
	margin-left: auto;
	padding-top: 1px;
	cursor: pointer;
}

#AGREE_option a:hover {
	outline: 0;
	text-decoration: underline;
}

.attrEntry select{
	font-family: var(--font-family);
	color: rgba(16, 27, 45, 0.75);
	font-size: 16px;
	font-weight: 400;
	border-radius: 4px;
	padding: 0.5rem 1rem;
	border: 1px solid rgba(16, 27, 45, 0.5);
    width: 100%;
	-webkit-appearance: none;
	overflow: hidden;
 	overflow: -moz-hidden-unscrollable;
	padding-right: 2.5rem;
}

.dropdown_single {
    background-image: url(../images/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.attrEntry select::placeholder {
	color: rgba(16, 27, 45, 0.25)
}

.attrEntry select.ng-dirty.ng-invalid {
	border-color: var(--essen-red);
}

.attrEntry select:enabled:focus-visible {
	outline: 0;
	border: 1px solid var(--essen-orange);
	background-image: url(../images/arrow-select-orange.svg);
}

.attrEntry select.ng-dirty.ng-invalid {
	border-color: var(--essen-red);
}

#div-cancel {
	display: flex;
	text-align: center !important;	
	align-items: center;
	justify-content: center;
}

#div-cancel p {
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 0;
}

#emailVerificationControl ul {
	margin-bottom: 1rem !important;
}

.verificationControlContent ul {
	margin-bottom: 1rem !important;
}

#emailVerificationControl_but_send_new_code {
	width: 100%;
	color: var(--essen-orange);
	background: var(--essen-white);
	border: 1px solid var(--essen-white);
	padding: 0.5rem 0.75rem;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	font-style: normal;
	cursor: pointer;
	margin-bottom: 0;
}

#emailVerificationControl_but_send_new_code:enabled:hover {
	text-decoration: underline;
	box-shadow: none;
}

#emailVerificationControl_but_send_new_code:active {
	outline: 0;
}

#emailVerificationControl_but_send_new_code:focus {
	outline: 0;
}

#emailVerificationControl_but_send_new_code:focus-visible {
	outline: 0;
}

#emailVerificationResetPasswordControl_but_send_new_code {
	width: 100%;
	color: var(--essen-orange);
	background: var(--essen-white);
	border: 1px solid var(--essen-white);
	padding: 0.5rem 0.75rem;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	font-style: normal;
	cursor: pointer;
	margin-bottom: 0;
}

#emailVerificationResetPasswordControl_but_send_new_code:enabled:hover {
	text-decoration: underline;
	box-shadow: none;
}

#emailVerificationResetPasswordControl_but_send_new_code:active {
	outline: 0;
}

#emailVerificationResetPasswordControl_but_send_new_code:focus {
	outline: 0;
}

#emailVerificationResetPasswordControl_but_send_new_code:focus-visible {
	outline: 0;
}

.error.pageLevel {
	color: var(--essen-red);
    font-family: var(--font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}

.CheckboxMultiSelect .error.itemLevel {
	color: var(--essen-red);
    font-size: 12px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#verifying_blurb {
	display: none;
}

#div-azure-employee {
	display: flex;
	text-align: center !important;	
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}

#AzureADEssenExchange {
	color: var(--essen-orange);
	background: var(--essen-white);
	border: 1px solid var(--essen-white);
	padding: 0;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	font-style: normal;
	cursor: pointer;
	margin-bottom: 0;
}

#AzureADEssenExchange:enabled:hover {
	text-decoration: underline;
	box-shadow: none;
}

#AzureADEssenExchange:active {
	outline: 0;
	box-shadow: none;
}

#AzureADEssenExchange:focus {
	outline: 0;
	box-shadow: none;
}

#AzureADEssenExchange:focus-visible {
	outline: 0;
	text-decoration: underline;
}

#text-verification {
	color: rgba(16, 27, 45, 0.75);
	font-family: var(--font-family);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 0;
}