﻿.mrs-radio-wrapper {
	padding: 0 1.25rem;
	/*display: flex;*/
	width: 100%;
}

.mrs-radio-wrapper span {
	display: inline !important;
}

.mrs-radio-wrapper span.mrs-radio-span {
	display: block !important;
	margin-left: 30px;
	margin-top: -20px;
}

.mrs-radio-label {
	padding: .5em 0;
}

.mrs-radio {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border-radius: 100%;
	border: 1px solid transparent;
	box-shadow: 0 0 0 2px #157C85, inset 0 0 0 0px #157C85;
	display: inline-block;
	height: 1.25em;
	margin-right: .25em;
	transition: border-color .1s ease-in-out, box-shadow .1s ease-in-out;
	vertical-align: text-bottom;
	width: 1.25em;
}

	.mrs-radio:focus {
		box-shadow: 0 0 0 2px #157C85;
		border: 2px solid #157C85;
		outline: 0px dotted #157C85;
		outline-offset: 3px;
		background: #C6C8CA;
	}

	.mrs-radio:checked {
		/* border-color: #00A651; */
		box-shadow: 0 0 0 2px #157C85, inset 0 0 0 1px #157C85;
		background: #157C85;
	}

		.mrs-radio:checked:focus {
			box-shadow: 0 0 0 2px #C6C8CA, inset 0 0 0 4px #157C85;
			background: #157C85;
		}

	.mrs-radio[disabled],
	.mrs-radio[disabled] + span {
		opacity: .4;
	}
/* // Radio */
.radio-wrapper {
	align-content: space-around !important;
	cursor: pointer;
	display: flex;
	font-size: 22px;
	margin-bottom: 12px;
	padding-left: 0.5rem;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.radio-wrapper input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

	.radio-wrapper:hover input ~ .radio-span,
	.radio-wrapper:focus input ~ .radio-span {
		background-color: #FFFFFF;
	}

	.radio-wrapper:hover input ~ .radio-span {
		background-color: #FFFFFF;
	}

	.radio-wrapper input:checked ~ .radio-span {
		background-color: #FFFFFF;
	}

		.radio-wrapper input:checked ~ .radio-span:after {
			display: block;
		}

	.radio-wrapper input[type="radio"] {
		cursor: pointer;
		opacity: 0;
		position: absolute;
	}

.radio-label-text {
	color: #676767;
	display: inline;
	font-size: 1rem;
	padding-right: 1rem;
	margin-left: 10px;
}

.radio-wrapper input ~ .radio-span:after {
	color: #157c85;
	content: "\f111";
	display: block;
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	margin-top: -3px;
	text-decoration: none;
	transition: all ease .0625s;
}

.radio-wrapper input:checked ~ .radio-span:after {
	content: "\f111";
	font-weight: 900;
	transition: all ease .0625s;
}

.radio-span .fa-times {
	display: none;
}

.radio-span .fa-circle {
	/*color: #006936;*/
	color: #157C85;
	font-size: .95rem;
	display: none;
	text-align: center;
	margin-top: 2px;
}

.radiobuttonlist input[type="radio"] {
	/*display: none;*/
}

.radiobuttonlist .fa-info-circle,
.radiobuttonlist .fa-question-circle {
	line-height: 130%;
	font-size: 120%;
}

span.radiobuttonlist,
span.radio {
	display: flex !important;
	flex-wrap: wrap;
}

.radio label {
	margin-top: 5px !important;
	margin-left: 5px !important;
	font-weight: bold;
}

label {
	display: block;
}


.btn-Blue2, .btn-Blue2:focus {
	color: #fff;
	background-color: #157885;
	border-color: #136A75;
	border: none !important;
	margin-right: 20px;
	padding: 4px 40px 4px 40px !important;
}

.btn-Blue2-padded, .btn-Blue2-padded:focus {
	color: #fff;
	background-color: #157885;
	border-color: #136A75;
	border: none !important;
	margin-right: 20px;
	font-weight: 500;
	padding: 10px !important;
}
.btn-Blue-padded-block {
	width: 25%;
}

.btn-Blue2:hover {
	background-color: #148D98;
	border-color: #148D98;
	color: #fff !important;
}

.btn-Blue2-padded:hover {
	background-color: #148D98;
	border-color: #148D98;
	color: #fff !important;
}

.btn-cancel, .btn-cancel:focus {
	color: #444;
	background-color: #ddd;
	border-color: #bcbcbc;
	border: none !important;
	padding: 4px 40px 4px 40px !important;
	margin-right: 20px;
}

.btn-cancel:hover {
	background-color: #bbbbbb;
}

.identity-well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	border: 1px solid #bbb;
	border-radius: 4px
}

/*worflow*/
.workflow-steps {
	font-size: 14px;
	font-weight: 100;
	margin-bottom: 20px;
	white-space: nowrap;
}

	.workflow-steps .item {
		display: inline-block;
		padding-right: 20px
	}

	.workflow-steps .active {
		font-weight: bold
	}

	.workflow-steps .inactive {
		color: #999
	}
/*end workflow*/


.control-label-emulator {
	margin-bottom: 5px;
	font-weight: bold;
}

.control-label-under {
	margin-top: -15px;
	margin-bottom: 15px
}

ol {
	padding-left: 19px;
}

@media screen and (min-width: 768px) {
	.pinentry {
		text-align: left;
		padding: 6px 12px;
		border: 1px solid #ccc;
		border-radius: 4px;
	}
}
@media screen and (max-width: 768px) {
	.pinentry {
		height: 50px;
		width: 100%;
		text-align: left;
		padding: 6px 12px;
		font-size: 1.8em;
		-webkit-text-size-adjust: none;
		text-size-adjust: none;
		border: 1px solid #ccc;
		border-radius: 4px;
	}
}

input[type=text].pinentry:valid {
	border: 1px solid #00a01f !important;
}

input[type=text].pinentry:valid:focus:focus-visible {
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #07ff37 !important;
	outline: none;
}
input[type=text].pinentry:invalid {
	border: 1px solid #a00520 !important;
}

input[type=text].pinentry:invalid:focus:focus-visible {
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #f94564 !important;
	outline: none;
}

.buttonaslink {
	background: none !important;
	border: none;
	padding: 0 !important;
	/*optional*/
	font-family: arial, sans-serif;
	/*input has OS specific font-family*/
	color: #069;
	text-decoration: underline;
	cursor: pointer;
}

.red-icon-background {
	background: #fff;
	/*text-align: center;*/
	color: #e0072d;
	margin-left: -25px !important;
	/*font-size: 20px;
    line-height: 40px;*/
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-clip: padding-box
}

.ugly-yellow-icon-background {
	/*float: left;
    width: 40px;
    height: 40px;*/
	background: #000;
	text-align: center;
	color: #FECB6E;
	margin-left: -25px !important;
	font-size: 15px;
	line-height: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-clip: padding-box;
}

.left-justified-icon-container {
	margin-left: 20px !important
}

/* password validation */

/* Add a green text color and a checkmark when the requirements are right */
.valid {
	color: green;
}

.valid:before {
	position: relative;
	left: -5px;
	content: "✔️";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
	color: red;
}

.invalid:before {
	position: relative;
	left: -5px;
	content: "✖";
}

.showhide {
	text-align: right;
	position: relative;
	font-size: smaller;
	top: 34px;
	right: 15px;
	color: #000;
	text-decoration: none !important;
}
.showhidexs {
	position: relative;
	top: -14px;
	right: -18px;
	color: #000;
	text-decoration: none !important;
}

.showhidelogin {
	text-align: right;
	position: relative;
	font-size: smaller;
	top: -42px;
	right: -41px;
	color: #000;
	text-decoration: none !important;
	font-size: 15px !important;
}

.showhideloginxs {
	position: relative;
	top: -14px;
	right: -4px;
	color: #000;
	text-decoration: none !important;
}

a.showhide:hover a.showhide:visited a.showhidexs:hover a.showhidexs:visited {
	text-decoration: none !important;
	color: #000;
}

.communicationchannellabel {
	position: relative;
	left: -11px;
	color: #ccc;
	top: -33px;
}

.cc-radio-border {
	border-style: hidden;
	border-width: 1px;
	padding-top: 8px;
	border-radius: 3px;
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow: 2px 3px #ddd;
}

.cc-label-right {
	position: relative;
	top: -40px;
	float: right !important;
}

@media (min-width: 768px) {
  .cc-radio-border {
    height: 40px;
  }
}

ul.interview-breadcrumb li.active {
	background: #676767;
	color: #fff !important;
}

	ul.interview-breadcrumb li.active:after {
		border-left-color: #676767;
		border-top-width: 21px;
		border-bottom-width: 20px;
		border-left-width: 15px;
		border-right-width: 15px
	}

ul.interview-breadcrumb li.active a {
	color: #fff !important;
	text-decoration: none;
}

ul.interview-breadcrumb li.enabled {
	color: #555 !important;
}

.success-text{
	color: #0caf2b;
}