@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,600,700');

@font-face {
	font-family: icomoon;
	src: url(https://my.sectra.com/flow-resources/icomoon.ttf);
	font-weight: 400;
	font-style: normal
}

html {
	background: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-attachment: fixed;
	background-image: url("https://my.sectra.com/flow-resources/flow-script.jsPathology_new_GUI_situation10_smaller.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
}

.background {
	background-color: rgba(40,96,168,.3);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
}

.content {
	z-index: 2;
}

.box-wrapper {
	display: inline-block;
	margin-top: 80px;
	width: 600px;
	max-width: 90%;
	margin-bottom: 40px;
}

.box, .logo-wrapper {
	padding: 50px;
	text-align: left;
}

.box {
	background-color: #f2f6fc;
	padding-top: 1px;
}

.logo-wrapper {
	background-color: white;
	padding-bottom: 40px;
}

/* API CONTENT */

*:focus {
	outline: none;
}

h2 {
	font-weight: 400;
	margin-top: 0px;
}

.divider {
	display: none;
	border-top: 1px solid #cccccc;
	margin: 30px 0 10px 0;
}

	.divider h2 {
		font-size: 0.8em;
	}

.intro {
	margin-top: 50px;
}

.errorText {
	color: red;
}

button {
	border: none;
	color: white;
	background-color: #ff7b30;
	border-radius: 50px;
	padding: 13px 30px;
	font-size: 17px;
}

	button:hover {
		background-color: #e7651a;
		text-decoration: none;
		cursor: pointer;
	}

	button[disabled] {
		opacity: 40%;
	}

	.options button, button#cancel {
		border: 1px solid #caccce;
		background: #fff;
		color: #2860a8;
	}

#emailVerificationControl_but_send_code, #emailVerificationControl_but_send_new_code, #emailVerificationControl_but_change_claims {
	background-color: #2860a8 !important;
	color: white;
}

#emailVerificationCode {
	margin-top: 10px;
}

.verificationSuccessText {
	margin-bottom: 10px;
}

.entry-item {
	margin-top: 40px;
	position: relative;
}

.entry .buttons {
	margin-top: 30px;
	text-align: right;
}

label {
	display: inline-block;
	display: none;
}

input {
	display: block;
	width: 100%;
	border: 0;
	border-bottom: 1px solid black;
	font-size: 17px;
	background: transparent;
	padding: 5px 0;
}

select {
	background-color: #fff;
	font-size: 17px;
	width: 270px;
	padding: 10px;
	border: 1px solid #caccce;
}

a {
	color: #2860a8;
}

	a:hover {
		text-decoration: underline;
		cursor: pointer;
	}

.social .options div {
	display: inline-block;
	margin-right: 10px;
}

#forgotPassword {
	clear: right;
	cursor: pointer;
	float: right;
	position: absolute;
	top: 70px;
	left: 0;
	font-size: 0.8em;
}


.create {
	text-align: center;
	margin-top: 50px;
	margin-bottom: -20px;
}

#createAccount {
	display: block;
	/*margin-top: 5px;*/
}

	#createAccount:before {
		font-family: icomoon;
		content: "\E907";
		font-size: 16px;
		color: #ff7b30;
		display: inline-block;
		text-decoration: none !important;
		position: relative;
		top: 1px;
		margin-right: 3px;
	}

#attributeList ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#attributeList li {
	margin: 1em 0;
}

#email_ver_input {
	margin-top: 40px;
}

#verificationInfoText {
	font-size: 0.8em;
}

.attrEntry #email_intro {
	display: none !important;
}

.helpText {
	display: none;
}

.error {
	font-size: 0.8em;
	color: red;
}

	.error.itemLevel:not(.show) {
		display: none;
	}

#email_ver_but_send {
	font-size: 14px;
	padding: 10px 14px;
}

#attributeVerification label {
	display: none;
}

	#attributeVerification label[for="extension_Gender_F"], #attributeVerification label[for="extension_Gender_M"] {
		display: inline-block;
	}

#extension_Gender_F, #extension_Gender_M {
	display: inline-block;
	width: auto;
}

#email_ver_input_label {
	display: none !important;
}

#attributeVerification .buttons {
	text-align: right;
	width: 100%;
}

#attributeVerification button {
	margin-left: 10px;
	margin-top: 20px;
}

.attrEntry .tiny {
	display: none;
}

.verifying-modal {
	text-align: center;
}

.preloader {
	display: none;
}

#phoneEntry #localNumber {
	margin: 20px 0;
}

#phonefactor_initial .buttons {
	text-align: right;
	margin-top: 20px;
}

#phonefactor_initial button {
	margin-left: 10px;
}

.error-page-content h2 {
	margin-top: 50px;
}

.error-page-content div {
	margin: 20px 0;
}

.errorPublicEmailProvider {
	font-size: 0.8em;
	color: red;
}

/* MYSCO-969 */
#newPassword:disabled,
#reenterPassword:disabled {
	display: none;
}
/* End MYSCO-969 */


/* Changes for RTP-11127 */

#attributeList li {
	margin: 1em 0;
}

label#authenticatorAppIconControl-title, 
label#authenticatorAppIconControl-instruction,
label#QrCodeVerifyInstruction_label {
	display: inline-block;
}

#totpQrCodeControl>a {
    display: none;
}

#totpQrCodeControl-img {
    margin-top: 1em;
}

.disclaimer-container {
    margin: 2em 0;
    display: none;
}

    .disclaimer-container.visible {
        display: block;
    }

.googleStoreIconControlContent {
	display: none;
}

.appStoreIconControlContent {
	display: none;
}

/* End RTP-11127*/

@media (max-width: 767px) {
	.box-wrapper {
		margin-top: 20px;
	}

	.box, .logo-wrapper {
		padding: 30px;
		text-align: left;
	}

	.intro {
		margin-top: 10px;
	}

	.entry .buttons {
		margin-top: 40px;
	}

	.entry .buttons,
	#attributeVerification .buttons {
		text-align: center;
	}
}
