﻿/*Fonts*/

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(Roboto.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(RobotoBold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/*!Fonts*/

* {
	margin:0;
	padding:0;
}
html, body
{
    height:100%;
    width:100%;
    background-color:#ffffff;
    color:#000000;
    min-width:500px;
    -ms-overflow-style:-ms-autohiding-scrollbar;
}

#noScript { margin:16px; color:Black; }

:lang(en-GB){quotes:'\2018' '\2019' '\201C' '\201D';}
:lang(zh){font-family:微软雅黑;}

@-ms-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@-webkit-viewport { width: device-width;  }
@viewport { width: device-width; }

/* Theme layout styles */

#fullPage
{
    width:100%;
    height:100%;
	display: flex;
	align-items: center;
}
#contentWrapper
{
    float: none;
    width: 380px;
    padding: 10px 20px 20px 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    position: relative;
    top: 1%;
    border-radius: 3px;
    border: 1px solid #EFEFEF;
    z-index: 1;
}

#content{
	width: 100%;
}
#header
{
    height: 100px;
	position: relative;
}
#header img
{
    /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
    width:auto;
    height:auto;
    max-width:340px;
    max-height: 60px;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.error
{
	margin: 20px 0 0 0;
}

#errorArea div, #errorArea a, #errorArea ul li {
	color:red;
}

#workArea
{
    margin: 20px 0 0 0;
}
#footer
{
    position: absolute;
    right: 20px;
    bottom: 16px;
}

#footerPlaceholder {
	margin-top: 40px;
}
#copyright {color:#696969;}
#phone {
	font-weight: 600;
}
#oneTimePasscodeInput {
	width: 100%;
}
.pageLink { color:#000000; padding-left:16px; }

/* Common content styles */

.clear {clear:both;}
.float { float:left; } 
.floatReverse { float:right; } 
.indent { margin-left:16px; } 
.indentNonCollapsible { padding-left:16px; }
.hidden {display:none;}
.notHidden {display:inherit;}
.error { color:#c85305; }
.actionLink { margin-bottom:8px; display:block; text-decoration: underline; }
a
{
    color:#2672ec;
    text-decoration:none;
    background-color:transparent;
}
ul { list-style-type: disc; }
h1,h2,h3,h4,h5,label {margin-bottom: 8px;font-size: 14px;}
.submitMargin { margin-top:30px; }
.topFieldMargin { margin-top:8px; }
.fieldMargin { margin-bottom:8px; } 
.sectionMargin { margin-bottom:64px; }
.block { display: block; }
.autoWidth { width:auto; }
.fullWidth {width:342px;}
.fullWidthIndent { width:326px; }
input
{
    max-width:100%; 
    font-family:inherit;
    margin-bottom:8px;
}
input[type="radio"], input[type="checkbox"] {
    vertical-align:middle;
    margin-bottom: 0;
}

input.text{
    border:solid 1px #BABABA;
}
input.text:focus
{
  border: 1px solid #6B6B6B;
}
select
{
    height:28px;
    min-width:60px;
    max-width:100%; 
    margin-bottom:8px;

    white-space:nowrap;
    overflow:hidden;
    box-shadow:none;
    padding:2px;
    font-family:inherit;
}
.hint
{
    color:#999999;
}
.emphasis
{
    font-weight:700;
    color:#2F2F2F;
} 
.smallIcon
{
    height:20px;
    padding-right:12px;
    vertical-align:middle;
}
.largeIcon
{
    height:48px;
    vertical-align:middle;
}
.largeTextNoWrap
{
    height:48px;
    display:table-cell; /* needed when in float*/
    vertical-align:middle;
    white-space:nowrap;
}
.idp
{
    height:48px;
    clear:both;
    padding:8px;
    overflow:hidden;
}
.idp:hover 
{
    background-color:#cccccc;
}
.idpDescription
{
    width:80%;
}

/* Form factor: intermediate layout (WAB in non-snapped view falls in here) */
@media only screen and (max-width: 600px) {
    html, body {
        min-width: 260px;
    }

    #brandingWrapper {
        display: none;
    }

    #contentWrapper {
        padding: 20px;
    }

    #workArea {
        width: 100%;
    }

    .fullWidth {
        width: 392px;
    }

    .fullWidthIndent {
        width: 376px;
    }
}

@media only screen and (max-width: 450px) {
    body {
        font-size: 0.8em;
    }

    span.submit, input[type="submit"] {
        font-size: 0.9em;
    }

    .fullWidth
    {
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }

    .fullWidthIndent {
        width: 85%;
    }

    .idpDescription
    {
        width:70%;
    }
}

/* customization */
*{
	font-family: "Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
}

body{
	background: #FAFAFA;
	padding-top:0;
	overflow: hidden;
    overflow-y: auto;
}
#errorText{
	color: Red;
}
#userNameInputLabel, #passwordInputLabel{
	display: none;
}

#branding{
	display:none;
}

@media screen and (max-width: 1400px) {
    #brandingWrapper{
        display: none !important;
    }
}

#mfaGreetingDescription, #titleDiv{
	margin:6px 0;
}
#linksDiv{
    margin-top:10px;	
}
input:focus, textarea:focus, select:focus{
	outline: none;
}
input[type="text"]:not(.hint), input[type="email"], input[type="password"] {
    background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    min-height: 36px;
}
#userNameInput, #passwordInput, #oldPasswordInput, #newPasswordInput, #confirmNewPasswordInput {
	background-color: #FAFAFA;
	border: 1px solid #DBDBDB;
	font-size: 14px;
	line-height: 17px;
	color: #191C1C;
	height: 20px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
	width: calc(100% - 20px);
	filter: none;
}
::placeholder{
	color:#BFBFBF;
}

input:-internal-autofill-selected{
	
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
	-webkit-box-shadow: 0 0 0px 1000px #FAFAFA inset !important;
}

span.submit, input[type="submit"]{
	background-color: #191C1C;
	color: #FFF;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 17px;
	text-align: center;
	cursor: default;
	opacity:1;
	padding: 10px 0;
	width:calc(100% + 2px);
	cursor:pointer;
	font-weight: 500;
	border-radius: 3px;
}

#submitButtonDisabled{
	background-color:#EBEBEB;
	color: #CCCCCC;
	cursor: default;
	margin-bottom: 8px;
}

#submitButton:hover{
    opacity:0.9;
}

#authenticateButton{
	width:100%;
	border:none;
}

.passlink, .userlink {
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 36px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 128px;
}
.passlink {
    background: url(../images/icon_lostpass_gray.png) no-repeat 105px center;
}
.userlink {
    background: url(../images/icon_firstuser_gray.png) no-repeat 105px center;
}
#footerLinks a{
	margin-bottom: 20px; 
}
#footerLinks img{
	float: left;
	height: 15px;
	margin-top: 3px;
	color: #666666;
}
.powered {
	float: left;
	height: 20px;
	font-size: 11px;
	font-weight: 500;
	margin: 3px 4px 0 0;
	color: #000;
}
.hideText {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
input.hint.text{
	width:260px;
	padding: 5px 0 0 35px;
}
.firsttime, .forgot{
	color: #666666;
	margin: 0 auto;
	cursor: pointer;
	opacity: 1;
	float: left;
}
.forgot{
	float: right;
	display:inline-block;
}

.firsttime:hover, .forgot:hover{	
	opacity: 0.9;
}
#kmsiArea{
    margin: 10px 0 0 0;
}
#loadingDiv{
	position: relative;
	margin: 0 auto;
	font-size: 18px;
}

#fullPage #contentWrapper #workArea #authArea #okta-login-container #okta-sign-in {
    width: auto;
    margin: 10px 0;
    background-color: #f7f7f7;
}