﻿.home-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	height: 100%;
    min-height: 1000px;
}

.home-user-column {
	background: white;
	flex-basis: 34%;
	padding-bottom: 40px;
	padding-top: 80px;
	text-align: center;
}

.home-hero-column {
	background: #0F4A65;
	color: white;
	flex-basis: 66%;
	padding-bottom: 40px;
	padding-top: 80px;
	text-align: center;
}

.home-button {
	border: none;
	border-radius: 20px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	margin-bottom: 3px;
	margin-top: 15px;
	padding: 3px 20px 7px 20px;
}

	.home-button:hover {
		color: white;
		opacity: 0.8;
		text-decoration: none;
	}

.home-user-container {
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
}

.home-user-header {
	color: #353535;
	font-size: 40px;
	margin-bottom: 25px;
	min-width: 330px;
}

.home-user-buttons-container {
	display: inline-flex;
	flex-direction: column;
}

.home-user-button {
	background-color: #267EA6;
	font-size: 22px;
	padding: 4px 21px 8px 21px;
}

.home-user-button-hidden {
	display: none;
}

.home-hero-container {
	display: inline-block;
	max-width: 600px;
}

.home-hero-text {
	font-size: 40px;
}

.home-hero-text-secondary {
	font-size: 24px;
	margin-bottom: 20px;
}

.home-hero-image-container {
	margin: 50px 50px 20px 50px;
	max-width: 600px;
}

.home-hero-button {
	background: #1AC0C6;
	min-width: 260px;
}

.bg-signin {
	background-color: #e0e3e9;
}

.bg-navigation {
	background-color: #343a40;
}

.form-control::placeholder {
	color: #aaa !important;
	font-style: italic;
	opacity: 1 !important;
}

.btn-id-service {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 280px;
	white-space: normal;
	text-align: left;
}

.checkBoxLabel {
	display: block;
	padding-left: 15px;
	text-indent: -15px;
}

.checkBoxBox {
	height: 17px;
	margin: 0;
	margin-right: 7px;
	*overflow: hidden;
	padding: 0;
	position: relative;
	top: -3px;
	vertical-align: bottom;
	width: 17px;
}

.narrow-text-block {
	max-width: 500px
}

.medium-text-block {
	max-width: 750px
}

.body-content {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}

.h2 { margin-bottom: 10px; }

.id-service-selected {
	background: #BCDCFF;
	border-color: #5891CE;
	height: 44px;
}

.id-service-selected:hover {
    cursor: default;
}

.id-service-selected.newly-added {
	background: #84BFFF;
}

.id-service-unselected {
	background: #DBD9D9;
	border-color: #828282;
	height: 44px;
}

.id-service-unselected:hover {
	cursor: default;
}

.clickable { cursor: pointer; }



.bars-icon {
	font-size: 1.15em;
	padding: 0.2rem 0.3rem;
}

.btn-wiggle {
	-webkit-animation: btnWiggle 5s infinite;
	-moz-animation: btnWiggle 5s infinite;
	-o-animation: btnWiggle 5s infinite;
	animation: btnWiggle 5s infinite;
}

.id-service-login-logo-container {
	max-width: 235px;
	margin: auto;
	min-height: 130px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.id-service-login-logo-image {
	display: block;
	margin: 0 auto 10px;
	max-width: 100%;
}

.id-service-login-logo-image-small {
	width: 40px;
	margin-right: 12px;
}


.loginPageHeader-small {
	display: inline;
	vertical-align: middle;
}

/* animation */
@-webkit-keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}

	2% {-webkit-transform: rotate(-3deg);}

	3.5% {-webkit-transform: rotate(3deg);}

	5% {-webkit-transform: rotate(0deg);}
	

	100% {-webkit-transform: rotate(0deg);}
}

@-o-keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}

	2% {-webkit-transform: rotate(-3deg);}

	3.5% {-webkit-transform: rotate(3deg);}

	5% {-webkit-transform: rotate(0deg);}
	

	100% {-webkit-transform: rotate(0deg);}
}

@keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}

	2% {-webkit-transform: rotate(-3deg);}

	3.5% {-webkit-transform: rotate(3deg);}

	5% {-webkit-transform: rotate(0deg);}
	

	100% {-webkit-transform: rotate(0deg);}
}

.unselectable {
	-khtml-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.question-container {
	width: 600px;
}

.question-area {
	position: relative;
	width: 100%;
	height: 30px;
	border: 1px solid #5891CE;
	border-radius: 5px;
	margin-bottom: 10px;
}

.question-text {
	display: inline-block;
	height: 100%;
	font-size: 12px;
	padding: 5px 5px 5px 15px;
}

.question-selector {
	cursor: pointer;
	width: 20px;
	height: 100%;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 5px;
	border-right: 1px solid #5891CE;
}

.question-selected {
	background: #9acd32;
	border-color: #57751a;
}

.question-not-selected {
	background: #BCDCFF;
	border-color: #5891CE;
}

.mfa-enroll-label {
	display: block;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 10px;
}

tbody.gatekeeper-table > tr > td {
	vertical-align: middle;
}

.priority-order-td {
	cursor: default;
	pointer-events: none;
}

.priority-order-button {
	pointer-events: all;
	padding: 2px 2px 3px 3px;
}

span.priority-order-up, span.priority-order-down {
	display: block;
	font-size: 12px;
}

span.priority-order-up {
	margin: 1px 1px 1px 1px;
}

span.priority-order-down {
	margin: 2px 1px 1px 1px;
}

button.priority-order-button:hover {
	background: #c0c0c0;
}

.adalContainer {
	overflow: scroll;
}

.spinnertiny {
	height: 20px;
}

.spinnersmall {
	height: 40px;
}

.spinnerlarge {
	height: 60px;
}

.spinnerhuge {
	height: 80px;
}

div.overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: white;
	opacity: 0.5;
	z-index: 2000;
}

div.overlayLoading {
	-moz-border-radius: 2px;
	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
	background: #f0f3f6;
	border: solid 1px #aaa;
	border-radius: 10px;
	opacity: 1;
	width: 300px;
	height: 60px;
	z-index: 2001;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -150px;
}


/*
    TOGGLE BUTTONS
*/

.switch {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 25px;
}

	.switch input {
		display: none;
	}

.slider {
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .4s;
}

	.slider:before {
		position: absolute;
		content: "";
		height: 20px;
		width: 20px;
		left: 3px;
		bottom: 3px;
		transition: .4s;
	}

input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
	background-color: #2196F3;
}

input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
	transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 25px;
}

	.slider.round:before {
		border-radius: 25%;
	}

.edit-policy table tr td {
	vertical-align: middle;
}

.toggle-round, .toggle-handle {
	border-radius: 20px;
}

.break-words {
	-ms-word-break: break-all;
	word-break: break-all;
	/* Non standard for webkit */
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.passwordrule-image {
	margin-top: -1px;
	margin-bottom: 3px;
	margin-right: 2px;
}

.child-rule {
	margin-left: 19px;
}

.tooltip > .tooltip-inner {
	text-align: left;
}

.two-column-grid-wrapper {
	grid-template-rows: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

/* Expiration rule styles */
.passphrase-rules-container,
.password-rules-container,
.confirm-rules-indicator {
	margin-left: -5px;
	margin-top: 10px;
}

.progress-container {
	height: 24px;
	position: relative;
	width: 100%;
}

.progress {
	height: 26px;
	position: absolute;
	width: 100%;
}

.expiration-container {
	margin-top: 15px;
	display: none;
}

.expiration-container-active {
	display: block;
	animation: opacity-animation 1s linear;
}

@keyframes opacity-animation {
	0%   { opacity: 0; }

	100% { opacity: 1; }
}

#expiration-bars-container {
	display: flex;
	height: 2rem;
	position: absolute;
	top: -3px;
	width: 100%;
}

.expiration-bar-labels-container {
	display: flex;
	justify-content: space-between;
}

.expiration-bar:last-child {
	margin-right: -4px;
}

.expiration-bar {
	border: 4px solid white;
	border-radius: 8px;
	flex: 1 1;
	margin-left: -4px;
}

.expiration-bar-header {
	width: 2rem;
	text-align: center;
	font-size: 12px;
	margin-top: 4px;
}

	.expiration-bar-header:first-child {
		text-align: left !important;
		margin-right: -18px;
	}

	.expiration-bar-header:last-child {
		text-align: right !important;
		margin-left: -18px;
	}

.alert-white {
	background: white;
	padding: 1rem;
	border-radius: 0.375rem;
	margin-bottom: 1.25rem;
	border: 1px solid #D9D9D9;
}

div.dt-container div.dt-length select {
	background: none;
	appearance: unset;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	padding: 0.375rem .5rem 0.375rem 0.5rem;
}

.info-section {
	padding-bottom: 10px;
}

.pre-line {
	white-space: pre-line;
}

@media (max-width: 991px) {
	.hide-on-small-screen { display: none !important; }
}


@media (min-width: 992px) {
	.hide-on-large-screen { display: none !important; }
}

.alert-error {
	color: #712b29;
	background-color: #f7dddc;
	border-color: #f4cfce; }

	.alert-error hr {
	border-top-color: #efbbb9; }

	.alert-error .alert-link {
	color: #4c1d1b; }

@media (max-height: 499px) {
	.scrollable-menu {
		max-height: 200px;
	}
}

@media (min-height: 500px) {
	.scrollable-menu {
		max-height: 290px;
	}
}

@media (min-height: 600px) {
	.scrollable-menu {
		max-height: 330px;
	}
}

@media (min-height: 700px) {
	.scrollable-menu {
		max-height: 410px;
	}
}

@media (min-height: 800px) {
	.scrollable-menu {
		max-height: 450px;
	}
}

@media (min-height: 900px) {
	.scrollable-menu {
		max-height: 530px;
	}
}

.scrollable-menu {
	height: auto;
	overflow-x: hidden;
}

.custom-file-button {
	cursor: pointer !important;
}

a.throttled.wait:not(.btn) {
	color: currentColor !important;
	cursor: wait !important;
	opacity: 0.5 !important;
	text-decoration: none !important;
}

.btn.throttled.wait.disabled,
.btn.throttled.wait:disabled,
fieldset:disabled .throttled.wait {
	pointer-events: all !important;
	cursor: wait !important;
}

a.disabled:not(.btn) {
	color: currentColor !important;
	opacity: 0.5 !important;
	text-decoration: none !important;
}

ul.selectFeaturesCheckbox {
    list-style: none;
    padding: 10px;
}

ul.selectFeaturesCheckbox li label {
    white-space: normal;
    padding: 4px 12px;
    cursor: pointer;
    width: -moz-available;
    width: -webkit-fill-available;
    width: stretch;
}

ul.selectFeaturesCheckbox li label::before {
    padding: 2px 6px 2px 2px;
}

ul.selectFeaturesCheckbox li input[type="checkbox"]:checked + label {
    background-color: #337ab7;
    color: #fff;
}

ul.selectFeaturesCheckbox li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.capsLock {
	padding: 10px 5px 5px 5px;
	text-align: center;
	display: none;
	font-weight: bold;
}

.rules-header {
	padding: 1rem 0;
	margin-left: 5px;
}